From f1f81e7c384fe3de9d4b47c96fe3b0075b740116 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 5 May 2024 00:02:36 +0200 Subject: [PATCH] simplified the scraper further --- data/external/models/tumonline.py | 11 +- .../results/buildings_roomfinder.json | 4 +- .../external/results/buildings_tumonline.json | 5748 +- data/external/results/rooms_tumonline.json | 144512 +++++++++++---- data/external/scrapers/tumonline.py | 16 +- 5 files changed, 111262 insertions(+), 39029 deletions(-) diff --git a/data/external/models/tumonline.py b/data/external/models/tumonline.py index ce8be82a5..7b92acffe 100644 --- a/data/external/models/tumonline.py +++ b/data/external/models/tumonline.py @@ -4,7 +4,6 @@ class Address(PydanticConfiguration): - floor: str place: str street: str zip_code: int @@ -18,11 +17,14 @@ class Seats(PydanticConfiguration): # pylint: disable-next=too-many-instance-attributes class Room(PydanticConfiguration): + alt_name: str address: Address seats: Seats + floor_type: str + floor_level: str + tumonline_id: int area_id: int building_id: int - floor_type: str main_operator_id: int usage_id: int arch_name: str | None = None @@ -37,15 +39,16 @@ def load_all(cls) -> dict[str, "Room"]: class Building(PydanticConfiguration): + address: Address area_id: int filter_id: int name: str @classmethod - def load_all(cls) -> list["Building"]: + def load_all(cls) -> dict[str, "Building"]: """Load all tumonline.Building's""" with open(RESULTS / "buildings_tumonline.json", encoding="utf-8") as file: - return [cls.model_validate(item) for item in json.load(file)] + return {key: cls.model_validate(item) for key, item in json.load(file).items()} class Organisation(PydanticConfiguration): diff --git a/data/external/results/buildings_roomfinder.json b/data/external/results/buildings_roomfinder.json index cb42c4af2..8dc0f50fe 100644 --- a/data/external/results/buildings_roomfinder.json +++ b/data/external/results/buildings_roomfinder.json @@ -968,7 +968,7 @@ "b_alias": "", "b_area": "M\u00fcnchen - Stammgel\u00e4nde Zentral", "b_id": "0502", - "b_name": "Zentralgeb\u00e4ude 2", + "b_name": "Bestelmeyer S\u00fcd", "b_room_count": 359, "default_map": [ "4000", @@ -1233,7 +1233,7 @@ "b_alias": "", "b_area": "M\u00fcnchen - Stammgel\u00e4nde Zentral", "b_id": "0507", - "b_name": "Zentralgeb\u00e4ude 7", + "b_name": "Bestelmeyer Nord", "b_room_count": 342, "default_map": [ "4000", diff --git a/data/external/results/buildings_tumonline.json b/data/external/results/buildings_tumonline.json index d834bec80..51d84cf29 100644 --- a/data/external/results/buildings_tumonline.json +++ b/data/external/results/buildings_tumonline.json @@ -1,2212 +1,4422 @@ -[ - { +{ + "101": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "area_id": 27, - "filter_id": 561, - "name": "0101 (N1) H\u00f6rs\u00e4le (U-Trakt), Theresienstr. 90" - }, - { + "name": "(N1) H\u00f6rs\u00e4le (U-Trakt)", + "tumonline_id": 561 + }, + "102": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "area_id": 27, - "filter_id": 562, - "name": "0102 (N2) Hochvolthaus, Theresienstr. 90" - }, - { + "name": "(N2) Hochvolthaus", + "tumonline_id": 562 + }, + "103": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "area_id": 27, - "filter_id": 563, - "name": "0103 (N3) El.Masch./Ger\u00e4te, Theresienstr. 90" - }, - { + "name": "(N3) El.Masch./Ger\u00e4te", + "tumonline_id": 563 + }, + "104": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "area_id": 27, - "filter_id": 564, - "name": "0104 (N4) Elektro Physik, Theresienstr. 90" - }, - { + "name": "(N4) Elektro Physik", + "tumonline_id": 564 + }, + "105": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "area_id": 27, - "filter_id": 565, - "name": "0105 (N5) Elektrotechnik, Theresienstr. 90" - }, - { + "name": "(N5) Elektrotechnik", + "tumonline_id": 565 + }, + "106": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "area_id": 27, - "filter_id": 566, - "name": "0106 (N6) Materialpr\u00fcfamt, Theresienstr. 90" - }, - { + "name": "(N6) Materialpr\u00fcfamt", + "tumonline_id": 566 + }, + "108": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "area_id": 27, - "filter_id": 567, - "name": "0108 (N8) Verf\u00fcgungsgeb\u00e4ude, Theresienstr. 90" - }, - { + "name": "(N8) Verf\u00fcgungsgeb\u00e4ude", + "tumonline_id": 567 + }, + "109": { + "address": { + "place": "M\u00fcnchen", + "street": "Theresienstr. 90", + "zip_code": 80333 + }, "area_id": 27, - "filter_id": 1849, - "name": "0109 (N9) Reflexionsarmer Raum, Theresienstr. 90" - }, - { + "name": "(N9) Reflexionsarmer Raum", + "tumonline_id": 1849 + }, + "201": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 43", + "zip_code": 80333 + }, "area_id": 26, - "filter_id": 568, - "name": "0201 (S1) Gabelsbergerstr. 43, StudiTUM, Gabelsbergerstr. 43" - }, - { + "name": "(S1) Gabelsbergerstr. 43, StudiTUM", + "tumonline_id": 568 + }, + "202": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 39", + "zip_code": 80333 + }, "area_id": 26, - "filter_id": 569, - "name": "0202 (S2) Gabelsbergerstr. 39, Gabelsbergerstr. 39" - }, - { + "name": "(S2) Gabelsbergerstr. 39", + "tumonline_id": 569 + }, + "203": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 45", + "zip_code": 80333 + }, "area_id": 26, - "filter_id": 570, - "name": "0203 (S3) Gabelsbergerstr. 45, Gabelsbergerstr. 45" - }, - { + "name": "(S3) Gabelsbergerstr. 45", + "tumonline_id": 570 + }, + "204": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 49", + "zip_code": 80333 + }, "area_id": 26, - "filter_id": 571, - "name": "0204 (S4) Gabelsbergerstr. 49, Gabelsbergerstr. 49" - }, - { + "name": "(S4) Gabelsbergerstr. 49", + "tumonline_id": 571 + }, + "205": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 19", + "zip_code": 80333 + }, "area_id": 26, - "filter_id": 572, - "name": "0205 (S5) Arcisstr. 19, Arcisstr. 19" - }, - { + "name": "(S5) Arcisstr. 19", + "tumonline_id": 572 + }, + "206": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 17", + "zip_code": 80333 + }, "area_id": 26, - "filter_id": 573, - "name": "0206 (S6) Mensa Arcisstra\u00dfe 17, Arcisstr. 17" - }, - { + "name": "(S6) Mensa Arcisstra\u00dfe 17", + "tumonline_id": 573 + }, + "305": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 21", + "zip_code": 80333 + }, "area_id": 25, - "filter_id": 574, - "name": "0305 (S\u00fcdost 5) Block D (ehem. LRZ), Barerstr. 21" - }, - { + "name": "(S\u00fcdost 5) Block D (ehem. LRZ)", + "tumonline_id": 574 + }, + "401": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 18", + "zip_code": 80333 + }, "area_id": 24, - "filter_id": 575, - "name": "0401 (SW1) Richard-Wagner-Str. 18, Richard-Wagner-Str. 18" - }, - { + "name": "(SW1) Richard-Wagner-Str. 18", + "tumonline_id": 575 + }, + "403": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 14", + "zip_code": 80333 + }, "area_id": 24, - "filter_id": 576, - "name": "0403 (SW3) Friedrich Schiedel-Kindergarten (L, Richard-Wagner-Str. 14" - }, - { + "name": "(SW3) Friedrich Schiedel-Kindergarten (L", + "tumonline_id": 576 + }, + "501": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 577, - "name": "0501 (Z1) Institutsbau, Arcisstr. 21" - }, - { + "name": "(Z1) Institutsbau", + "tumonline_id": 577 + }, + "502": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 578, - "name": "0502 (Z2) Zentralgeb\u00e4ude 2, Arcisstr. 21" - }, - { + "name": "(Z2) Zentralgeb\u00e4ude 2", + "tumonline_id": 578 + }, + "503": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 579, - "name": "0503 (Z3) Thierschbau, Arcisstr. 21" - }, - { + "name": "(Z3) Thierschbau", + "tumonline_id": 579 + }, + "504": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 580, - "name": "0504 (Z4) Landwirtschaftsbau, Arcisstr. 21" - }, - { + "name": "(Z4) Landwirtschaftsbau", + "tumonline_id": 580 + }, + "505": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 581, - "name": "0505 (Z5) Wirtschaftswissenschaften, Arcisstr. 21" - }, - { + "name": "(Z5) Wirtschaftswissenschaften", + "tumonline_id": 581 + }, + "506": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 582, - "name": "0506 (Z6) Theresianum, Arcisstr. 21" - }, - { + "name": "(Z6) Theresianum", + "tumonline_id": 582 + }, + "507": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 583, - "name": "0507 (Z7) Zentralgeb\u00e4ude 7, Arcisstr. 21" - }, - { + "name": "(Z7) Zentralgeb\u00e4ude 7", + "tumonline_id": 583 + }, + "508": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 584, - "name": "0508 (Z8) W\u00e4rmekraftwerk/Hydr.-Inst., Arcisstr. 21" - }, - { + "name": "(Z8) W\u00e4rmekraftwerk/Hydr.-Inst.", + "tumonline_id": 584 + }, + "509": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 585, - "name": "0509 (Z9) Neubau Innenhof, Arcisstr. 21" - }, - { + "name": "(Z9) Neubau Innenhof", + "tumonline_id": 585 + }, + "510": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 586, - "name": "0510 (Z10) Verwaltungsbau, Arcisstr. 21" - }, - { + "name": "(Z10) Verwaltungsbau", + "tumonline_id": 586 + }, + "511": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 587, - "name": "0511 (Z11) Elektro/Werkstatt/L\u00f6sungsmittel-Bu, Arcisstr. 21" - }, - { + "name": "(Z11) Elektro/Werkstatt/L\u00f6sungsmittel-Bu", + "tumonline_id": 587 + }, + "512": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 588, - "name": "0512 (Z12) Garagen, Arcisstr. 21" - }, - { + "name": "(Z12) Garagen", + "tumonline_id": 588 + }, + "597": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, "area_id": 23, - "filter_id": 3309, - "name": "0597 Vorplatz Audi-Max, Arcisstr. 21" - }, - { + "name": "Vorplatz Audi-Max", + "tumonline_id": 3309 + }, + "1501": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 1037, - "name": "1501 Chirurgische Klinik, Ismaninger Str. 22" - }, - { + "name": "Chirurgische Klinik", + "tumonline_id": 1037 + }, + "1503": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaningerstr. 22", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 1772, - "name": "1503 Augen, HNO, I.Med., III.Med., Ismaningerstr. 22" - }, - { + "name": "Augen, HNO, I.Med., III.Med.", + "tumonline_id": 1772 + }, + "1514": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 9", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 1035, - "name": "1514 Interdisziplin\u00e4res Forschungsgeb\u00e4ude, Trogerstr. 9" - }, - { + "name": "Interdisziplin\u00e4res Forschungsgeb\u00e4ude", + "tumonline_id": 1035 + }, + "1533": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 8", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 1769, - "name": "1533 Trogerstr. 8, Pers.Rar-Sch.beh., Trogerstr. 8" - }, - { + "name": "Trogerstr. 8, Pers.Rar-Sch.beh.", + "tumonline_id": 1769 + }, + "1536": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 14", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 1027, - "name": "1536 Trogerstr. 14, Seminargeb\u00e4ude Geschichte, Trogerstr. 14" - }, - { + "name": "Trogerstr. 14, Seminargeb\u00e4ude Geschichte", + "tumonline_id": 1027 + }, + "1538": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 18", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 1029, - "name": "1538 Trogerstr. 18, Pathologie, Trogerstr. 18" - }, - { + "name": "Trogerstr. 18, Pathologie", + "tumonline_id": 1029 + }, + "1545": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaningerstr. 22", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 1771, - "name": "1545 Mikrobiologie, Tierst\u00e4lle, Ismaningerstr. 22" - }, - { + "name": "Mikrobiologie, Tierst\u00e4lle", + "tumonline_id": 1771 + }, + "1548": { + "address": { + "place": "M\u00fcnchen", + "street": "Schneckenburgerstr. 8", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 1030, - "name": "1548 GSF-Container, Inst. Virologie, Schneckenburgerstr. 8" - }, - { + "name": "GSF-Container, Inst. Virologie", + "tumonline_id": 1030 + }, + "1551": { + "address": { + "place": "M\u00fcnchen", + "street": "Ismaninger Str. 22", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 1031, - "name": "1551 A1-H\u00f6rs\u00e4le, Mensa, Ismaninger Str. 22" - }, - { + "name": "A1-H\u00f6rs\u00e4le, Mensa", + "tumonline_id": 1031 + }, + "1559": { + "address": { + "place": "M\u00fcnchen", + "street": "Trogerstr. 30", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 1033, - "name": "1559 Mikrobiologie/Virologie, Trogerstr. 30" - }, - { + "name": "Mikrobiologie/Virologie", + "tumonline_id": 1033 + }, + "1601": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "area_id": 21, - "filter_id": 1018, - "name": "1601 Altbau 1, Vorklinik. Inst., Biedersteiner Str. 29" - }, - { + "name": "Altbau 1, Vorklinik. Inst.", + "tumonline_id": 1018 + }, + "1602": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "area_id": 21, - "filter_id": 1019, - "name": "1602 Altbau 2+3, Anatomisches Institut, Biedersteiner Str. 29" - }, - { + "name": "Altbau 2+3, Anatomisches Institut", + "tumonline_id": 1019 + }, + "1603": { + "address": { + "place": "M\u00fcnchen", + "street": "Biedersteiner Str. 29", + "zip_code": 80802 + }, "area_id": 21, - "filter_id": 1020, - "name": "1603 Altbau 2+3, Biologisches Institut, Biedersteiner Str. 29" - }, - { + "name": "Altbau 2+3, Biologisches Institut", + "tumonline_id": 1020 + }, + "1607": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "area_id": 21, - "filter_id": 1021, - "name": "1607 Altbau 7, Institut f\u00fcr Pharmakologie und, Dietlindenstr./Biedersteiner Str. 29" - }, - { + "name": "Altbau 7, Institut f\u00fcr Pharmakologie und", + "tumonline_id": 1021 + }, + "1608": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "area_id": 21, - "filter_id": 1022, - "name": "1608 Altbau 8, Institut f\u00fcr Medizinische Mikr, Dietlindenstr./Biedersteiner Str. 29" - }, - { + "name": "Altbau 8, Institut f\u00fcr Medizinische Mikr", + "tumonline_id": 1022 + }, + "1650": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "area_id": 21, - "filter_id": 1023, - "name": "1650 Tierstall f. Pharmakologie, Dietlindenstr./Biedersteiner Str. 29" - }, - { + "name": "Tierstall f. Pharmakologie", + "tumonline_id": 1023 + }, + "1652": { + "address": { + "place": "M\u00fcnchen", + "street": "Dietlindenstr./Biedersteiner Str. 29", + "zip_code": 80802 + }, "area_id": 21, - "filter_id": 1024, - "name": "1652 Tierst\u00e4lle, Dietlindenstr./Biedersteiner Str. 29" - }, - { + "name": "Tierst\u00e4lle", + "tumonline_id": 1024 + }, + "1713": { + "address": { + "place": "M\u00fcnchen", + "street": "Nigerstr. 3", + "zip_code": 81675 + }, "area_id": 29, - "filter_id": 1036, - "name": "1713 Nigerstr. 3 (AM), Nigerstr. 3" - }, - { + "name": "Nigerstr. 3 (AM)", + "tumonline_id": 1036 + }, + "1724": { + "address": { + "place": "M\u00fcnchen", + "street": "Prinzregentenstra\u00dfe 68", + "zip_code": 81675 + }, "area_id": 29, - "filter_id": 2309, - "name": "1724 Prinzregentenstr. 68 (AM) MRI, Prinzregentenstra\u00dfe 68" - }, - { + "name": "Prinzregentenstr. 68 (AM) MRI", + "tumonline_id": 2309 + }, + "1740": { + "address": { + "place": "M\u00fcnchen", + "street": "Neherstra\u00dfe 1", + "zip_code": 81675 + }, "area_id": 29, - "filter_id": 2909, - "name": "1740 Neherstr.1 (AM) ForTe, Neherstra\u00dfe 1" - }, - { + "name": "Neherstr.1 (AM) ForTe", + "tumonline_id": 2909 + }, + "1901": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 2", + "zip_code": 74076 + }, "area_id": 243, - "filter_id": 2369, - "name": "1901 Bildungscampus D, Bildungscampus 2" - }, - { + "name": "Bildungscampus D", + "tumonline_id": 2369 + }, + "1902": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 9", + "zip_code": 74076 + }, "area_id": 243, - "filter_id": 2370, - "name": "1902 Bildungscampus L, Bildungscampus 9" - }, - { + "name": "Bildungscampus L", + "tumonline_id": 2370 + }, + "1910": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "area_id": 243, - "filter_id": 3189, - "name": "1910 Bildungscampus C, Weipertstr. 8-10" - }, - { + "name": "Bildungscampus C", + "tumonline_id": 3189 + }, + "1915": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, "area_id": 243, - "filter_id": 3191, - "name": "1915 Bildungscampus/Etzelstr.38, Etzelstr. 38" - }, - { + "name": "Bildungscampus/Etzelstr.38", + "tumonline_id": 3191 + }, + "1998": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 3", + "zip_code": 74076 + }, "area_id": 243, - "filter_id": 3289, - "name": "1998 Interim, Bildungscampus 3, Bildungscampus 3" - }, - { + "name": "Interim, Bildungscampus 3", + "tumonline_id": 3289 + }, + "1999": { + "address": { + "place": "Heilbronn", + "street": "Weipertstr. 8-10", + "zip_code": 74076 + }, "area_id": 243, - "filter_id": 3190, - "name": "1999 Containerburg CB, Weipertstr. 8-10" - }, - { + "name": "Containerburg CB", + "tumonline_id": 3190 + }, + "2103": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "area_id": 20, - "filter_id": 614, - "name": "2103 Werkstattgeb\u00e4ude, Schragenhofstr. 31" - }, - { + "name": "Werkstattgeb\u00e4ude", + "tumonline_id": 614 + }, + "2104": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "area_id": 20, - "filter_id": 615, - "name": "2104 Laborgeb\u00e4ude, Schragenhofstr. 31" - }, - { + "name": "Laborgeb\u00e4ude", + "tumonline_id": 615 + }, + "2105": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "area_id": 20, - "filter_id": 616, - "name": "2105 Trafo und Lager, Schragenhofstr. 31" - }, - { + "name": "Trafo und Lager", + "tumonline_id": 616 + }, + "2106": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "area_id": 20, - "filter_id": 617, - "name": "2106 Pforte, Schragenhofstr. 31" - }, - { + "name": "Pforte", + "tumonline_id": 617 + }, + "2107": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "area_id": 20, - "filter_id": 618, - "name": "2107 Institutsgeb\u00e4ude, Schragenhofstr. 31" - }, - { + "name": "Institutsgeb\u00e4ude", + "tumonline_id": 618 + }, + "2108": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "area_id": 20, - "filter_id": 619, - "name": "2108 Bunker, Schragenhofstr. 31" - }, - { + "name": "Bunker", + "tumonline_id": 619 + }, + "2109": { + "address": { + "place": "M\u00fcnchen", + "street": "Schragenhofstr. 31", + "zip_code": 80992 + }, "area_id": 20, - "filter_id": 620, - "name": "2109 Tankstelle, Schragenhofstr. 31" - }, - { + "name": "Tankstelle", + "tumonline_id": 620 + }, + "2309": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 607, - "name": "2309 (SZ) Tennis Geb\u00e4ude, Connollystr. 32" - }, - { + "name": "(SZ) Tennis Geb\u00e4ude", + "tumonline_id": 607 + }, + "2310": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 608, - "name": "2310 (SZ) Tennisanlagen, Connollystr. 32" - }, - { + "name": "(SZ) Tennisanlagen", + "tumonline_id": 608 + }, + "2312": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 610, - "name": "2312 (SZ) Sport-, Aussenanlagen/Teil-Umbau, Connollystr. 32" - }, - { + "name": "(SZ) Sport-, Aussenanlagen/Teil-Umbau", + "tumonline_id": 610 + }, + "2313": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 611, - "name": "2313 (SZ) Wetterschutzhaus, Connollystr. 32" - }, - { + "name": "(SZ) Wetterschutzhaus", + "tumonline_id": 611 + }, + "2315": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 612, - "name": "2315 (SZ) Pr\u00e4ventionszentrum, Connollystr. 32" - }, - { + "name": "(SZ) Pr\u00e4ventionszentrum", + "tumonline_id": 612 + }, + "2317": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 2769, - "name": "2317 (SZ) Kletterturm Campus im Olympiapark, Connollystr. 32" - }, - { + "name": "(SZ) Kletterturm Campus im Olympiapark", + "tumonline_id": 2769 + }, + "2318": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 2772, - "name": "2318 (SZ) Boulderturm im Campus im Olympiapar, Connollystr. 32" - }, - { + "name": "(SZ) Boulderturm im Campus im Olympiapar", + "tumonline_id": 2772 + }, + "2319": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 2770, - "name": "2319 (SZ) KBA Kletter- und Boulderanlage Outd, Connollystr. 32" - }, - { + "name": "(SZ) KBA Kletter- und Boulderanlage Outd", + "tumonline_id": 2770 + }, + "2320": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 2771, - "name": "2320 (SZ) FIA Fitnessanlage Outdoor, Connollystr. 32" - }, - { + "name": "(SZ) FIA Fitnessanlage Outdoor", + "tumonline_id": 2771 + }, + "2321": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 613, - "name": "2321 (SZ) Rasenspielpl\u00e4tze/Teil-Umbauten, Connollystr. 32" - }, - { + "name": "(SZ) Rasenspielpl\u00e4tze/Teil-Umbauten", + "tumonline_id": 613 + }, + "2330": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 2749, - "name": "2330 CiO/SG - rue, Seminarr\u00e4ume, Connollystr. 32" - }, - { + "name": "CiO/SG - rue, Seminarr\u00e4ume", + "tumonline_id": 2749 + }, + "2331": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 2609, - "name": "2331 CiO/SG - Hallen West, Cafeteria, Connollystr. 32" - }, - { + "name": "CiO/SG - Hallen West, Cafeteria", + "tumonline_id": 2609 + }, + "2332": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 2829, - "name": "2332 CiO/SG - Institute Ost, Connollystr. 32" - }, - { + "name": "CiO/SG - Institute Ost", + "tumonline_id": 2829 + }, + "2333": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 2809, - "name": "2333 CiO/SG - Hallen Ost, Connollystr. 32" - }, - { + "name": "CiO/SG - Hallen Ost", + "tumonline_id": 2809 + }, + "2334": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 2789, - "name": "2334 CiO/SG - Institute West, Bibliothek, Connollystr. 32" - }, - { + "name": "CiO/SG - Institute West, Bibliothek", + "tumonline_id": 2789 + }, + "2350": { + "address": { + "place": "M\u00fcnchen", + "street": "Spiridon-Louis-Ring", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 1015, - "name": "2350 (SZ) Olympiaschwimmhalle (AM), Spiridon-Louis-Ring" - }, - { + "name": "(SZ) Olympiaschwimmhalle (AM)", + "tumonline_id": 1015 + }, + "2351": { + "address": { + "place": "M\u00fcnchen", + "street": "Olympiapark M\u00fcnchen", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 1016, - "name": "2351 (SZ) Olympia-Eislaufstadion (AM), Olympiapark M\u00fcnchen" - }, - { + "name": "(SZ) Olympia-Eislaufstadion (AM)", + "tumonline_id": 1016 + }, + "2352": { + "address": { + "place": "M\u00fcnchen", + "street": "Olympiapark M\u00fcnchen", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 1017, - "name": "2352 (SZ) Olympiapark (AM), Olympiapark M\u00fcnchen" - }, - { + "name": "(SZ) Olympiapark (AM)", + "tumonline_id": 1017 + }, + "2353": { + "address": { + "place": "M\u00fcnchen", + "street": "Staudingerstr.", + "zip_code": 81737 + }, "area_id": 18, - "filter_id": 1060, - "name": "2353 (SZ) Eislaufstadion Ost (AM), Staudingerstr." - }, - { + "name": "(SZ) Eislaufstadion Ost (AM)", + "tumonline_id": 1060 + }, + "2354": { + "address": { + "place": "Oberschlei\u00dfheim", + "street": "Regattaanlage Oberschlei\u00dfheim", + "zip_code": 85764 + }, "area_id": 18, - "filter_id": 1039, - "name": "2354 (SZ) Regattaanlage Oberschlei\u00dfheim (AM), Regattaanlage Oberschlei\u00dfheim" - }, - { + "name": "(SZ) Regattaanlage Oberschlei\u00dfheim (AM)", + "tumonline_id": 1039 + }, + "2364": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 3274, - "name": "2364 Wetterschutzhaus / WSH 1, Connollystr. 32" - }, - { + "name": "Wetterschutzhaus / WSH 1", + "tumonline_id": 3274 + }, + "2365": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 3271, - "name": "2365 Wetterschutzhaus / WSH 2, Connollystr. 32" - }, - { + "name": "Wetterschutzhaus / WSH 2", + "tumonline_id": 3271 + }, + "2367": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 3270, - "name": "2367 Wetterschutzhaus / WSH 4, Connollystr. 32" - }, - { + "name": "Wetterschutzhaus / WSH 4", + "tumonline_id": 3270 + }, + "2368": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 3269, - "name": "2368 Wetterschutzhaus / WSH 5, Connollystr. 32" - }, - { + "name": "Wetterschutzhaus / WSH 5", + "tumonline_id": 3269 + }, + "2369": { + "address": { + "place": "M\u00fcnchen", + "street": "Connollystr. 32", + "zip_code": 80809 + }, "area_id": 18, - "filter_id": 3272, - "name": "2369 Wetterschutzhaus / WSH 6, Connollystr. 32" - }, - { + "name": "Wetterschutzhaus / WSH 6", + "tumonline_id": 3272 + }, + "2401": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "area_id": 17, - "filter_id": 595, - "name": "2401 Holzforschung M\u00fcnchen Altbau, Winzererstr. 45" - }, - { + "name": "Holzforschung M\u00fcnchen Altbau", + "tumonline_id": 595 + }, + "2402": { + "address": { + "place": "M\u00fcnchen", + "street": "Winzererstr. 45", + "zip_code": 80797 + }, "area_id": 17, - "filter_id": 596, - "name": "2402 Holzforschung M\u00fcnchen Neubau, Winzererstr. 45" - }, - { + "name": "Holzforschung M\u00fcnchen Neubau", + "tumonline_id": 596 + }, + "2410": { + "address": { + "place": "M\u00fcnchen", + "street": "He\u00dfstr. 134", + "zip_code": 80797 + }, "area_id": 17, - "filter_id": 2210, - "name": "2410 He\u00dfstr. 134 (UMBAU), He\u00dfstr. 134" - }, - { + "name": "He\u00dfstr. 134 (UMBAU)", + "tumonline_id": 2210 + }, + "2522": { + "address": { + "place": "M\u00fcnchen", + "street": "Einsteinstr. 25", + "zip_code": 81675 + }, "area_id": 22, - "filter_id": 2129, - "name": "2522 Center for Translational Cancer Research, Einsteinstr. 25" - }, - { + "name": "Center for Translational Cancer Research", + "tumonline_id": 2129 + }, + "2601": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "area_id": 16, - "filter_id": 621, - "name": "2601 Institut f\u00fcr Grundbau und Bodenmechanik, Franz-Langinger-Str. 10" - }, - { + "name": "Institut f\u00fcr Grundbau und Bodenmechanik", + "tumonline_id": 621 + }, + "2602": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "area_id": 16, - "filter_id": 622, - "name": "2602 Institut f\u00fcr Eisenbahn und Landverkehrsw, Franz-Langinger-Str. 10" - }, - { + "name": "Institut f\u00fcr Eisenbahn und Landverkehrsw", + "tumonline_id": 622 + }, + "2604": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "area_id": 16, - "filter_id": 623, - "name": "2604 Laborbau, Franz-Langinger-Str. 10" - }, - { + "name": "Laborbau", + "tumonline_id": 623 + }, + "2605": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "area_id": 16, - "filter_id": 624, - "name": "2605 Verwaltungsbau, Franz-Langinger-Str. 10" - }, - { + "name": "Verwaltungsbau", + "tumonline_id": 624 + }, + "2607": { + "address": { + "place": "M\u00fcnchen", + "street": "Franz-Langinger-Str. 10", + "zip_code": 81245 + }, "area_id": 16, - "filter_id": 625, - "name": "2607 Fahrzeughalle, Franz-Langinger-Str. 10" - }, - { + "name": "Fahrzeughalle", + "tumonline_id": 625 + }, + "2801": { + "address": { + "place": "M\u00fcnchen", + "street": "Elisabeth-Winterhalter-Weg 6", + "zip_code": 81377 + }, "area_id": 15, - "filter_id": 628, - "name": "2801 Elisabeth-Winterhalter-Weg (NR), Elisabeth-Winterhalter-Weg 6" - }, - { + "name": "Elisabeth-Winterhalter-Weg (NR)", + "tumonline_id": 628 + }, + "2803": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "area_id": 29, - "filter_id": 3049, - "name": "2803 Forum der Zukunft (AM), Museumsinsel 1" - }, - { + "name": "Forum der Zukunft (AM)", + "tumonline_id": 3049 + }, + "2804": { + "address": { + "place": "M\u00fcnchen", + "street": "Museumsinsel 1", + "zip_code": 80538 + }, "area_id": 29, - "filter_id": 593, - "name": "2804 Deutsches Museum, Museumsinsel 1 (NR), Museumsinsel 1" - }, - { + "name": "Deutsches Museum, Museumsinsel 1 (NR)", + "tumonline_id": 593 + }, + "2805": { + "address": { + "place": "Dachau", + "street": "Karl-Benz-Str. 15", + "zip_code": 85221 + }, "area_id": 47, - "filter_id": 652, - "name": "2805 Dachau, Karl-Benz-Str. (AM), Karl-Benz-Str. 15" - }, - { + "name": "Dachau, Karl-Benz-Str. (AM)", + "tumonline_id": 652 + }, + "2806": { + "address": { + "place": "M\u00fcnchen", + "street": "Oettingenstr. 15", + "zip_code": 80538 + }, "area_id": 29, - "filter_id": 594, - "name": "2806 Werkstattgeb\u00e4ude National Museum (NR), Oettingenstr. 15" - }, - { + "name": "Werkstattgeb\u00e4ude National Museum (NR)", + "tumonline_id": 594 + }, + "2807": { + "address": { + "place": "M\u00fcnchen", + "street": "Barerstr. 40", + "zip_code": 80799 + }, "area_id": 29, - "filter_id": 597, - "name": "2807 Pinakothek der Moderne (NR), Barerstr. 40" - }, - { + "name": "Pinakothek der Moderne (NR)", + "tumonline_id": 597 + }, + "2808": { + "address": { + "place": "Trostberg", + "street": "Dr. Albert-Frank-Str. 32", + "zip_code": 83308 + }, "area_id": 98, - "filter_id": 1445, - "name": "2808 Forschungszentrum f. Bauchemie (NR), Dr. Albert-Frank-Str. 32" - }, - { + "name": "Forschungszentrum f. Bauchemie (NR)", + "tumonline_id": 1445 + }, + "2903": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 44_46", + "zip_code": 80333 + }, "area_id": 29, - "filter_id": 589, - "name": "2903 Haus Soller Augustenstr. 44_46 (AM), Augustenstr. 44_46" - }, - { + "name": "Haus Soller Augustenstr. 44_46 (AM)", + "tumonline_id": 589 + }, + "2906": { + "address": { + "place": "M\u00fcnchen", + "street": "Karlstr. 45-47", + "zip_code": 80333 + }, "area_id": 29, - "filter_id": 995, - "name": "2906 Karlstra\u00dfe 45/47 (AM), Karlstr. 45-47" - }, - { + "name": "Karlstra\u00dfe 45/47 (AM)", + "tumonline_id": 995 + }, + "2907": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstr. 20-22", + "zip_code": 80335 + }, "area_id": 29, - "filter_id": 1485, - "name": "2907 Marsstr. 20/22 (AM), Marsstr. 20-22" - }, - { + "name": "Marsstr. 20/22 (AM)", + "tumonline_id": 1485 + }, + "2908": { + "address": { + "place": "M\u00fcnchen", + "street": "Marsstra\u00dfe 40", + "zip_code": 80335 + }, "area_id": 29, - "filter_id": 1810, - "name": "2908 Marsstr. 40 (AM), Marsstra\u00dfe 40" - }, - { + "name": "Marsstr. 40 (AM)", + "tumonline_id": 1810 + }, + "2909": { + "address": { + "place": "M\u00fcnchen", + "street": "Denisstr. 1B", + "zip_code": 80333 + }, "area_id": 29, - "filter_id": 2209, - "name": "2909 (AM) Denisstr. 1B, R\u00fcckgeb\u00e4ude, Denisstr. 1B" - }, - { + "name": "(AM) Denisstr. 1B, R\u00fcckgeb\u00e4ude", + "tumonline_id": 2209 + }, + "2910": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 1", + "zip_code": 80333 + }, "area_id": 29, - "filter_id": 1929, - "name": "2910 RiWa Nr. 1/Haus B + Haus H, Richard-Wagner-Str. 1" - }, - { + "name": "RiWa Nr. 1/Haus B + Haus H", + "tumonline_id": 1929 + }, + "2911": { + "address": { + "place": "M\u00fcnchen", + "street": "Richard-Wagner-Str. 3", + "zip_code": 80333 + }, "area_id": 29, - "filter_id": 1889, - "name": "2911 RiWa Nr. 3/Haus C, Richard-Wagner-Str. 3" - }, - { + "name": "RiWa Nr. 3/Haus C", + "tumonline_id": 1889 + }, + "2912": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "area_id": 29, - "filter_id": 3250, - "name": "2912 Brienner Forum Haus E (AM), Augustenstr. 40" - }, - { + "name": "Brienner Forum Haus E (AM)", + "tumonline_id": 3250 + }, + "2913": { + "address": { + "place": "M\u00fcnchen", + "street": "Augustenstr. 40", + "zip_code": 80333 + }, "area_id": 29, - "filter_id": 3249, - "name": "2913 Brienner Forum Haus F(AM), Augustenstr. 40" - }, - { + "name": "Brienner Forum Haus F(AM)", + "tumonline_id": 3249 + }, + "2920": { + "address": { + "place": "M\u00fcnchen", + "street": "Gabelsbergerstr. 47", + "zip_code": 80333 + }, "area_id": 29, - "filter_id": 2189, - "name": "2920 Gabelsbergerstr. 47 (AM), Gabelsbergerstr. 47" - }, - { + "name": "Gabelsbergerstr. 47 (AM)", + "tumonline_id": 2189 + }, + "2926": { + "address": { + "place": "M\u00fcnchen", + "street": "Leopoldstr. 139/145", + "zip_code": 80804 + }, "area_id": 29, - "filter_id": 598, - "name": "2926 Leopoldstr. 139/145 (AM), Leopoldstr. 139/145" - }, - { + "name": "Leopoldstr. 139/145 (AM)", + "tumonline_id": 598 + }, + "2927": { + "address": { + "place": "Straubing", + "street": "Petersgasse 18", + "zip_code": 94315 + }, "area_id": 50, - "filter_id": 878, - "name": "2927 TUM CS PG18 (AM), Petersgasse 18" - }, - { + "name": "TUM CS PG18 (AM)", + "tumonline_id": 878 + }, + "2929": { + "address": { + "place": "Straubing", + "street": "Schulgasse 20", + "zip_code": 94315 + }, "area_id": 50, - "filter_id": 1525, - "name": "2929 TUM CS SG20 (AM), Schulgasse 20" - }, - { + "name": "TUM CS SG20 (AM)", + "tumonline_id": 1525 + }, + "2930": { + "address": { + "place": "Straubing", + "street": "Rentamtsberg 1", + "zip_code": 94315 + }, "area_id": 50, - "filter_id": 2250, - "name": "2930 TUM CS H\u00f6rsaal Rentamtsberg 1 (AM), Rentamtsberg 1" - }, - { + "name": "TUM CS H\u00f6rsaal Rentamtsberg 1 (AM)", + "tumonline_id": 2250 + }, + "2940": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 50_66", + "zip_code": 80992 + }, "area_id": 29, - "filter_id": 1285, - "name": "2940 Campus C (AM), Georg-Brauchle-Ring 50_66" - }, - { + "name": "Campus C (AM)", + "tumonline_id": 1285 + }, + "2941": { + "address": { + "place": "M\u00fcnchen", + "street": "Georg-Brauchle-Ring 60_62", + "zip_code": 80992 + }, "area_id": 29, - "filter_id": 1245, - "name": "2941 Campus D (AM), Georg-Brauchle-Ring 60_62" - }, - { + "name": "Campus D (AM)", + "tumonline_id": 1245 + }, + "2944": { + "address": { + "place": "M\u00fcnchen", + "street": "Freddie-Mercury-Str. 5", + "zip_code": 80636 + }, "area_id": 29, - "filter_id": 2869, - "name": "2944 Munich Urban Colab, Freddie-Mercury-Str. 5" - }, - { + "name": "Munich Urban Colab", + "tumonline_id": 2869 + }, + "3035": { + "address": { + "place": "Oberschlei\u00dfheim", + "street": "Ingolst\u00e4dter Landstr. 1", + "zip_code": 85764 + }, "area_id": 79, - "filter_id": 1141, - "name": "3035 Helmholtz Biologikum, Ingolst\u00e4dter Landstr. 1" - }, - { + "name": "Helmholtz Biologikum", + "tumonline_id": 1141 + }, + "3100": { + "address": { + "place": "M\u00fclverstedt", + "street": "Am Burghof 3", + "zip_code": 99947 + }, "area_id": 79, - "filter_id": 1545, - "name": "3100 Projektb\u00fcro Hainich, Am Burghof 3" - }, - { + "name": "Projektb\u00fcro Hainich", + "tumonline_id": 1545 + }, + "3101": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 909, - "name": "3101 Obernach B\u00fcrogeb\u00e4ude, Obernach/Walchensee 15" - }, - { + "name": "Obernach B\u00fcrogeb\u00e4ude", + "tumonline_id": 909 + }, + "3102": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 910, - "name": "3102 Obernach Vesuchshalle 1, Obernach/Walchensee 15" - }, - { + "name": "Obernach Vesuchshalle 1", + "tumonline_id": 910 + }, + "3103": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 911, - "name": "3103 Obernach Werkst\u00e4tten, Obernach/Walchensee 15" - }, - { + "name": "Obernach Werkst\u00e4tten", + "tumonline_id": 911 + }, + "3104": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 912, - "name": "3104 Obernach Unterstelle, Obernach/Walchensee 15" - }, - { + "name": "Obernach Unterstelle", + "tumonline_id": 912 + }, + "3105": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 913, - "name": "3105 Obernach Archiv/Bibliothek, Obernach/Walchensee 15" - }, - { + "name": "Obernach Archiv/Bibliothek", + "tumonline_id": 913 + }, + "3106": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 914, - "name": "3106 Obernach Lagerhalle, Obernach/Walchensee 15" - }, - { + "name": "Obernach Lagerhalle", + "tumonline_id": 914 + }, + "3107": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 915, - "name": "3107 Obernach Freifl\u00e4che, Obernach/Walchensee 15" - }, - { + "name": "Obernach Freifl\u00e4che", + "tumonline_id": 915 + }, + "3108": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 916, - "name": "3108 Obernach Blockhaus, Obernach/Walchensee 15" - }, - { + "name": "Obernach Blockhaus", + "tumonline_id": 916 + }, + "3109": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 917, - "name": "3109 Obernach Geschiebelager, Obernach/Walchensee 15" - }, - { + "name": "Obernach Geschiebelager", + "tumonline_id": 917 + }, + "3110": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 918, - "name": "3110 Obernach Steuerhaus, Obernach/Walchensee 15" - }, - { + "name": "Obernach Steuerhaus", + "tumonline_id": 918 + }, + "3111": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 919, - "name": "3111 Obernach Messh\u00fctte, Obernach/Walchensee 15" - }, - { + "name": "Obernach Messh\u00fctte", + "tumonline_id": 919 + }, + "3112": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 920, - "name": "3112 Obernach Trafostation, Obernach/Walchensee 15" - }, - { + "name": "Obernach Trafostation", + "tumonline_id": 920 + }, + "3113": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 921, - "name": "3113 Obernach Pumpstation 2, Obernach/Walchensee 15" - }, - { + "name": "Obernach Pumpstation 2", + "tumonline_id": 921 + }, + "3114": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 922, - "name": "3114 Obernach Pumpstation 3, Obernach/Walchensee 15" - }, - { + "name": "Obernach Pumpstation 3", + "tumonline_id": 922 + }, + "3115": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 923, - "name": "3115 Obernach Pumpstation 4, Obernach/Walchensee 15" - }, - { + "name": "Obernach Pumpstation 4", + "tumonline_id": 923 + }, + "3116": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 924, - "name": "3116 Obernach Versuchshalle 2, Obernach/Walchensee 15" - }, - { + "name": "Obernach Versuchshalle 2", + "tumonline_id": 924 + }, + "3117": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 925, - "name": "3117 Obernach Holz-/Baulager, Obernach/Walchensee 15" - }, - { + "name": "Obernach Holz-/Baulager", + "tumonline_id": 925 + }, + "3118": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 926, - "name": "3118 Obernach Steuerhaus 2, Obernach/Walchensee 15" - }, - { + "name": "Obernach Steuerhaus 2", + "tumonline_id": 926 + }, + "3119": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 927, - "name": "3119 Obernach Turbinenhaus, Obernach/Walchensee 15" - }, - { + "name": "Obernach Turbinenhaus", + "tumonline_id": 927 + }, + "3120": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 928, - "name": "3120 Obernach Tiefbrunnen, Obernach/Walchensee 15" - }, - { + "name": "Obernach Tiefbrunnen", + "tumonline_id": 928 + }, + "3121": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 929, - "name": "3121 Obernach Modellaustellung, Obernach/Walchensee 15" - }, - { + "name": "Obernach Modellaustellung", + "tumonline_id": 929 + }, + "3122": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 2509, - "name": "3122 Obernach Folienhalle, Obernach/Walchensee 15" - }, - { + "name": "Obernach Folienhalle", + "tumonline_id": 2509 + }, + "3123": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 2510, - "name": "3123 Obernach Fl\u00fcssiggastank, Obernach/Walchensee 15" - }, - { + "name": "Obernach Fl\u00fcssiggastank", + "tumonline_id": 2510 + }, + "3124": { + "address": { + "place": "Obernach", + "street": "Obernach/Walchensee 15", + "zip_code": 82432 + }, "area_id": 49, - "filter_id": 2511, - "name": "3124 Obernach unterirdischer Wasserbeh\u00e4lter, Obernach/Walchensee 15" - }, - { + "name": "Obernach unterirdischer Wasserbeh\u00e4lter", + "tumonline_id": 2511 + }, + "3201": { + "address": { + "place": "Eichenau", + "street": "Lindenweg 15", + "zip_code": 82223 + }, "area_id": 53, - "filter_id": 633, - "name": "3201 Eichenau Lindenweg Max-Knei\u00dfl-Institut, Lindenweg 15" - }, - { + "name": "Eichenau Lindenweg Max-Knei\u00dfl-Institut", + "tumonline_id": 633 + }, + "3401": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "area_id": 29, - "filter_id": 1710, - "name": "3401 Akademiegeb\u00e4ude in der Residenz (NR), Alfons-Goppel-Str. 11" - }, - { + "name": "Akademiegeb\u00e4ude in der Residenz (NR)", + "tumonline_id": 1710 + }, + "3402": { + "address": { + "place": "M\u00fcnchen", + "street": "Alfons-Goppel-Str. 11", + "zip_code": 80333 + }, "area_id": 29, - "filter_id": 1709, - "name": "3402 Residenzbereich Hofkapelle (NR), Alfons-Goppel-Str. 11" - }, - { + "name": "Residenzbereich Hofkapelle (NR)", + "tumonline_id": 1709 + }, + "3501": { + "address": { + "place": "Straubing", + "street": "Schulgasse 16", + "zip_code": 94315 + }, "area_id": 50, - "filter_id": 877, - "name": "3501 TUM CS SG16, Schulgasse 16" - }, - { + "name": "TUM CS SG16", + "tumonline_id": 877 + }, + "3502": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22", + "zip_code": 94315 + }, "area_id": 50, - "filter_id": 1729, - "name": "3502 TUM CS SG22 (AM), Schulgasse 22" - }, - { + "name": "TUM CS SG22 (AM)", + "tumonline_id": 1729 + }, + "3503": { + "address": { + "place": "Straubing", + "street": "Petersgasse 5", + "zip_code": 94315 + }, "area_id": 50, - "filter_id": 2130, - "name": "3503 TUM CS PG05, Petersgasse 5" - }, - { + "name": "TUM CS PG05", + "tumonline_id": 2130 + }, + "3504": { + "address": { + "place": "Straubing", + "street": "Schulgasse 22a", + "zip_code": 94315 + }, "area_id": 50, - "filter_id": 2249, - "name": "3504 TUM CS SG22a, Schulgasse 22a" - }, - { + "name": "TUM CS SG22a", + "tumonline_id": 2249 + }, + "3505": { + "address": { + "place": "Straubing", + "street": "Uferstra\u00dfe 53", + "zip_code": 94315 + }, "area_id": 50, - "filter_id": 2649, - "name": "3505 TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr, Uferstra\u00dfe 53" - }, - { + "name": "TUMCS H\u00f6rsaal und Forschungsgeb\u00e4ude f\u00fcr", + "tumonline_id": 2649 + }, + "3515": { + "address": { + "place": "Straubing", + "street": "Am Essigberg 3", + "zip_code": 94315 + }, "area_id": 50, - "filter_id": 2389, - "name": "3515 TUM CS Essigberg 3 (AM), Am Essigberg 3" - }, - { + "name": "TUM CS Essigberg 3 (AM)", + "tumonline_id": 2389 + }, + "3901": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "area_id": 48, - "filter_id": 645, - "name": "3901 Starnberg Kiosk, Unterer Seeweg 5" - }, - { + "name": "Starnberg Kiosk", + "tumonline_id": 645 + }, + "3902": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "area_id": 48, - "filter_id": 646, - "name": "3902 Starnberg Seglerheim, Unterer Seeweg 5" - }, - { + "name": "Starnberg Seglerheim", + "tumonline_id": 646 + }, + "3904": { + "address": { + "place": "Starnberg", + "street": "Unterer Seeweg 5", + "zip_code": 82319 + }, "area_id": 48, - "filter_id": 644, - "name": "3904 Starnberg Bootshaus, Unterer Seeweg 5" - }, - { + "name": "Starnberg Bootshaus", + "tumonline_id": 644 + }, + "4001": { + "address": { + "place": "Freising", + "street": "Oberer Schlangenweg", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 2049, - "name": "4001 Ruine der Korbinians Kapelle, Oberer Schlangenweg" - }, - { + "name": "Ruine der Korbinians Kapelle", + "tumonline_id": 2049 + }, + "4101": { + "address": { + "place": "Freising", + "street": "Alte Akademie 1-3", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 715, - "name": "4101 Verwaltungsstelle / BLQ Brau- und Lebens, Alte Akademie 1-3" - }, - { + "name": "Verwaltungsstelle / BLQ Brau- und Lebens", + "tumonline_id": 715 + }, + "4102": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 716, - "name": "4102 H\u00f6rsaal- und Dekanatsgeb\u00e4ude, Alte Akademie 8" - }, - { + "name": "H\u00f6rsaal- und Dekanatsgeb\u00e4ude", + "tumonline_id": 716 + }, + "4103": { + "address": { + "place": "Freising", + "street": "Alte Akademie 8a", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 717, - "name": "4103 Sammlungsbau, Alte Akademie 8a" - }, - { + "name": "Sammlungsbau", + "tumonline_id": 717 + }, + "4105": { + "address": { + "place": "Freising", + "street": "Alte Akademie 12", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 719, - "name": "4105 Institutsgeb\u00e4ude I, Alte Akademie 12" - }, - { + "name": "Institutsgeb\u00e4ude I", + "tumonline_id": 719 + }, + "4106": { + "address": { + "place": "Freising", + "street": "Alte Akademie 14", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 720, - "name": "4106 Institutsgeb\u00e4ude II, Alte Akademie 14" - }, - { + "name": "Institutsgeb\u00e4ude II", + "tumonline_id": 720 + }, + "4107": { + "address": { + "place": "Freising", + "street": "Alte Akademie 16", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 721, - "name": "4107 Institutsgeb\u00e4ude III, Alte Akademie 16" - }, - { + "name": "Institutsgeb\u00e4ude III", + "tumonline_id": 721 + }, + "4108": { + "address": { + "place": "Freising", + "street": "Alte Akademie 10", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 722, - "name": "4108 BLQ Lebensmittelsicherheit, H\u00f6rsaal 8&9, Alte Akademie 10" - }, - { + "name": "BLQ Lebensmittelsicherheit, H\u00f6rsaal 8&9", + "tumonline_id": 722 + }, + "4109": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 22", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 723, - "name": "4109 Campus Office, Weihenstephaner Steig 22" - }, - { + "name": "Campus Office", + "tumonline_id": 723 + }, + "4110": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 20", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 724, - "name": "4110 Brau- und Getr\u00e4nketechnologie, Weihenstephaner Steig 20" - }, - { + "name": "Brau- und Getr\u00e4nketechnologie", + "tumonline_id": 724 + }, + "4111": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 18", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 725, - "name": "4111 Forschungsbrauerei Weihenstephan - mit N, Weihenstephaner Steig 18" - }, - { + "name": "Forschungsbrauerei Weihenstephan - mit N", + "tumonline_id": 725 + }, + "4113": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 16", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 693, - "name": "4113 StudiTUM Weihenstephan, Weihenstephaner Steig 16" - }, - { + "name": "StudiTUM Weihenstephan", + "tumonline_id": 693 + }, + "4114": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 14", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 694, - "name": "4114 ehm. Bauhof, Weihenstephaner Steig 14" - }, - { + "name": "ehm. Bauhof", + "tumonline_id": 694 + }, + "4115": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 19", + "zip_code": 85350 + }, "area_id": 43, - "filter_id": 653, - "name": "4115 Familienservice, Weihenstephaner Steig 19" - }, - { + "name": "Familienservice", + "tumonline_id": 653 + }, + "4116": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 695, - "name": "4116 Kindervilla (Dr. Gudula Wernekke-Rastett, Weihenstephaner Steig 17" - }, - { + "name": "Kindervilla (Dr. Gudula Wernekke-Rastett", + "tumonline_id": 695 + }, + "4117": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Steig 17", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 1325, - "name": "4117 Kindervilla II, Weihenstephaner Steig 17" - }, - { + "name": "Kindervilla II", + "tumonline_id": 1325 + }, + "4119": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 17", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 727, - "name": "4119 Hohenbachernstra\u00dfe 17, Hohenbachernstr. 17" - }, - { + "name": "Hohenbachernstra\u00dfe 17", + "tumonline_id": 727 + }, + "4120": { + "address": { + "place": "Freising", + "street": "Hohenbachernstr. 15", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 701, - "name": "4120 Hohenbachernstra\u00dfe 15, Hohenbachernstr. 15" - }, - { + "name": "Hohenbachernstra\u00dfe 15", + "tumonline_id": 701 + }, + "4124": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 696, - "name": "4124 Molekulare Biowissenschaften (ZIEL II), Weihenstephaner Berg 3" - }, - { + "name": "Molekulare Biowissenschaften (ZIEL II)", + "tumonline_id": 696 + }, + "4126": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 1", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 697, - "name": "4126 ZIEL I - Zentralinstitut f\u00fcr Ern\u00e4hrung-, Weihenstephaner Berg 1" - }, - { + "name": "ZIEL I - Zentralinstitut f\u00fcr Ern\u00e4hrung-", + "tumonline_id": 697 + }, + "4128": { + "address": { + "place": "Freising", + "street": "Am Hofgarten", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 699, - "name": "4128 Trafostation I, Am L\u00f6wentor, Am Hofgarten" - }, - { + "name": "Trafostation I, Am L\u00f6wentor", + "tumonline_id": 699 + }, + "4129": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "area_id": 138, - "filter_id": 1465, - "name": "4129 Aquatische Systembiologie, M\u00fchlenweg 22" - }, - { + "name": "Aquatische Systembiologie", + "tumonline_id": 1465 + }, + "4130": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 1225, - "name": "4130 Trafostation IV (Sprachlabor), Weihenstephaner Berg 13" - }, - { + "name": "Trafostation IV (Sprachlabor)", + "tumonline_id": 1225 + }, + "4131": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 22", + "zip_code": 85354 + }, "area_id": 138, - "filter_id": 1466, - "name": "4131 Aquatische Systembiologie \"M\u00fchle\", M\u00fchlenweg 22" - }, - { + "name": "Aquatische Systembiologie \"M\u00fchle\"", + "tumonline_id": 1466 + }, + "4132": { + "address": { + "place": "Freising", + "street": "M\u00fchlenweg 18", + "zip_code": 85354 + }, "area_id": 138, - "filter_id": 1669, - "name": "4132 Aquatische Systembiologie \"Wagnerhaus\", M\u00fchlenweg 18" - }, - { + "name": "Aquatische Systembiologie \"Wagnerhaus\"", + "tumonline_id": 1669 + }, + "4153": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 13", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 700, - "name": "4153 Hochschulsport / Sprachenzentrum, Weihenstephaner Berg 13" - }, - { + "name": "Hochschulsport / Sprachenzentrum", + "tumonline_id": 700 + }, + "4155": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 2170, - "name": "4155 Kustermannhalle, Weihenstephaner Berg" - }, - { + "name": "Kustermannhalle", + "tumonline_id": 2170 + }, + "4156": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 21", + "zip_code": 85354 + }, "area_id": 43, - "filter_id": 2151, - "name": "4156 Flaschenkeller Staatsbrauerei, Weihenstephaner Berg 21" - }, - { + "name": "Flaschenkeller Staatsbrauerei", + "tumonline_id": 2151 + }, + "4180": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 660, - "name": "4180 Veitshof Verwaltungsgeb\u00e4ude, Staatsgut Veitshof" - }, - { + "name": "Veitshof Verwaltungsgeb\u00e4ude", + "tumonline_id": 660 + }, + "4181": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 661, - "name": "4181 Veitshof Maschinenhalle, Staatsgut Veitshof" - }, - { + "name": "Veitshof Maschinenhalle", + "tumonline_id": 661 + }, + "4182": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 662, - "name": "4182 Veitshof Bullenstall, Staatsgut Veitshof" - }, - { + "name": "Veitshof Bullenstall", + "tumonline_id": 662 + }, + "4183": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 663, - "name": "4183 Veitshof Wohnung/Garage, Staatsgut Veitshof" - }, - { + "name": "Veitshof Wohnung/Garage", + "tumonline_id": 663 + }, + "4184": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 664, - "name": "4184 Veitshof Mehrzweckstall, Staatsgut Veitshof" - }, - { + "name": "Veitshof Mehrzweckstall", + "tumonline_id": 664 + }, + "4185": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 665, - "name": "4185 Veitshof Offenstall, Staatsgut Veitshof" - }, - { + "name": "Veitshof Offenstall", + "tumonline_id": 665 + }, + "4186": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 707, - "name": "4186 Veitshof G\u00e4rfuttersilo, Staatsgut Veitshof" - }, - { + "name": "Veitshof G\u00e4rfuttersilo", + "tumonline_id": 707 + }, + "4187": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 708, - "name": "4187 Veitshof Dungsilo, Staatsgut Veitshof" - }, - { + "name": "Veitshof Dungsilo", + "tumonline_id": 708 + }, + "4188": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 709, - "name": "4188 Veitshof Fahrsilo, Staatsgut Veitshof" - }, - { + "name": "Veitshof Fahrsilo", + "tumonline_id": 709 + }, + "4189": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 710, - "name": "4189 Veitshof Strohlagerhalle, Staatsgut Veitshof" - }, - { + "name": "Veitshof Strohlagerhalle", + "tumonline_id": 710 + }, + "4190": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 711, - "name": "4190 Veitshof Jungviehstall, Staatsgut Veitshof" - }, - { + "name": "Veitshof Jungviehstall", + "tumonline_id": 711 + }, + "4191": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 712, - "name": "4191 Veitshof Fahrsilo, Staatsgut Veitshof" - }, - { + "name": "Veitshof Fahrsilo", + "tumonline_id": 712 + }, + "4192": { + "address": { + "place": "Freising", + "street": "Staatsgut Veitshof", + "zip_code": 85354 + }, "area_id": 44, - "filter_id": 1789, - "name": "4192 Veitshof ehem. Wasserwerk, Staatsgut Veitshof" - }, - { + "name": "Veitshof ehem. Wasserwerk", + "tumonline_id": 1789 + }, + "4202": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 2149, - "name": "4202 Trafostation V, Liesel-Beckmann-Str." - }, - { + "name": "Trafostation V", + "tumonline_id": 2149 + }, + "4205": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Stra\u00dfe 1", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 691, - "name": "4205 Servicegeb\u00e4ude II, Gregor-Mendel-Stra\u00dfe 1" - }, - { + "name": "Servicegeb\u00e4ude II", + "tumonline_id": 691 + }, + "4210": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 2", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 726, - "name": "4210 Agrarsystemtechnik, Am Staudengarten 2" - }, - { + "name": "Agrarsystemtechnik", + "tumonline_id": 726 + }, + "4211": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 36", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 1140, - "name": "4211 LfL B\u00fcrogeb\u00e4ude 14, V\u00f6ttinger Str. 36" - }, - { + "name": "LfL B\u00fcrogeb\u00e4ude 14", + "tumonline_id": 1140 + }, + "4212": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 5", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 679, - "name": "4212 Chemie Bioanalytik Peptidbiochemie, Emil-Erlenmeyer-Forum 5" - }, - { + "name": "Chemie Bioanalytik Peptidbiochemie", + "tumonline_id": 679 + }, + "4213": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 2", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 680, - "name": "4213 Lebensmitteltechnikum, Maximus-von-Imhof-Forum 2" - }, - { + "name": "Lebensmitteltechnikum", + "tumonline_id": 680 + }, + "4214": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 6", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 681, - "name": "4214 Zentrales H\u00f6rsaalgeb\u00e4ude, Maximus-von-Imhof-Forum 6" - }, - { + "name": "Zentrales H\u00f6rsaalgeb\u00e4ude", + "tumonline_id": 681 + }, + "4215": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 4", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 682, - "name": "4215 Zentrales Praktikageb\u00e4ude, Maximus-von-Imhof-Forum 4" - }, - { + "name": "Zentrales Praktikageb\u00e4ude", + "tumonline_id": 682 + }, + "4216": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 5", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 683, - "name": "4216 Mensa Weihenstephan, Maximus-von-Imhof-Forum 5" - }, - { + "name": "Mensa Weihenstephan", + "tumonline_id": 683 + }, + "4217": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 2", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 684, - "name": "4217 Pflanzenproduktion 1, Emil-Ramann-Str. 2" - }, - { + "name": "Pflanzenproduktion 1", + "tumonline_id": 684 + }, + "4218": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 4", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 685, - "name": "4218 Biologikum Weihenstephan, Emil-Ramann-Str. 4" - }, - { + "name": "Biologikum Weihenstephan", + "tumonline_id": 685 + }, + "4219": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 6", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 686, - "name": "4219 Landschaft, Emil-Ramann-Str. 6" - }, - { + "name": "Landschaft", + "tumonline_id": 686 + }, + "4220": { + "address": { + "place": "Freising", + "street": "Maximus-von-Imhof-Forum 1+3", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 687, - "name": "4220 Bibliothek Pressestelle Datenverarbeitun, Maximus-von-Imhof-Forum 1+3" - }, - { + "name": "Bibliothek Pressestelle Datenverarbeitun", + "tumonline_id": 687 + }, + "4221": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 7", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 688, - "name": "4221 Fernmeldezentrale, Emil-Erlenmeyer-Forum 7" - }, - { + "name": "Fernmeldezentrale", + "tumonline_id": 688 + }, + "4222": { + "address": { + "place": "Freising", + "street": "V\u00f6ttinger Str. 40", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 2929, - "name": "4222 Servicegeb\u00e4ude I, V\u00f6ttinger Str. 40" - }, - { + "name": "Servicegeb\u00e4ude I", + "tumonline_id": 2929 + }, + "4223": { + "address": { + "place": "Freising", + "street": "Emil-Ramann-Str. 8", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 689, - "name": "4223 Genetik, Emil-Ramann-Str. 8" - }, - { + "name": "Genetik", + "tumonline_id": 689 + }, + "4224": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 2", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 690, - "name": "4224 ZIEL IV - Biowissenschaften, Gregor-Mendel-Str. 2" - }, - { + "name": "ZIEL IV - Biowissenschaften", + "tumonline_id": 690 + }, + "4225": { + "address": { + "place": "Freising", + "street": "Lise-Meitner-Str. 34", + "zip_code": 85354 + }, "area_id": 138, - "filter_id": 1467, - "name": "4225 Lebensmittelchemie u.Molekulare Sensorik, Lise-Meitner-Str. 34" - }, - { + "name": "Lebensmittelchemie u.Molekulare Sensorik", + "tumonline_id": 1467 + }, + "4226": { + "address": { + "place": "Freising", + "street": "Gregor-Mendel-Str. 4", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 1160, - "name": "4226 iGZW intern.Getr\u00e4nkewissenschaftliches Z, Gregor-Mendel-Str. 4" - }, - { + "name": "iGZW intern.Getr\u00e4nkewissenschaftliches Z", + "tumonline_id": 1160 + }, + "4230": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 11", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 903, - "name": "4230 D\u00fcrnast Versuchsstation Tierst., D\u00fcrnast 11" - }, - { + "name": "D\u00fcrnast Versuchsstation Tierst.", + "tumonline_id": 903 + }, + "4231": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 7", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 904, - "name": "4231 D\u00fcrnast I, D\u00fcrnast 7" - }, - { + "name": "D\u00fcrnast I", + "tumonline_id": 904 + }, + "4232": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 8", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 905, - "name": "4232 D\u00fcrnast II, D\u00fcrnast 8" - }, - { + "name": "D\u00fcrnast II", + "tumonline_id": 905 + }, + "4234": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 9", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 907, - "name": "4234 D\u00fcrnast III, D\u00fcrnast 9" - }, - { + "name": "D\u00fcrnast III", + "tumonline_id": 907 + }, + "4235": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 10", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 908, - "name": "4235 D\u00fcrnast IV, D\u00fcrnast 10" - }, - { + "name": "D\u00fcrnast IV", + "tumonline_id": 908 + }, + "4236": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 6", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 902, - "name": "4236 D\u00fcrnast Wohnhaus, D\u00fcrnast 6" - }, - { + "name": "D\u00fcrnast Wohnhaus", + "tumonline_id": 902 + }, + "4237": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 3", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 887, - "name": "4237 D\u00fcrnast Werkdienstwohnung, D\u00fcrnast 3" - }, - { + "name": "D\u00fcrnast Werkdienstwohnung", + "tumonline_id": 887 + }, + "4238": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 2", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 714, - "name": "4238 Werkfeuerwehr Weihenstephan, Emil-Erlenmeyer-Forum 2" - }, - { + "name": "Werkfeuerwehr Weihenstephan", + "tumonline_id": 714 + }, + "4239": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 4", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 667, - "name": "4239 Kindergarten \"Krabbelstube Weihenstephan, Emil-Erlenmeyer-Forum 4" - }, - { + "name": "Kindergarten \"Krabbelstube Weihenstephan", + "tumonline_id": 667 + }, + "4254": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 971, - "name": "4254 Dienstleister / Eltern-Kind, Emil-Erlenmeyer-Forum 6" - }, - { + "name": "Dienstleister / Eltern-Kind", + "tumonline_id": 971 + }, + "4259": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 2109, - "name": "4259 Salzlager, Emil-Erlenmeyer-Forum 8" - }, - { + "name": "Salzlager", + "tumonline_id": 2109 + }, + "4264": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 8", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 993, - "name": "4264 Fachschaftenhaus, Emil-Erlenmeyer-Forum 8" - }, - { + "name": "Fachschaftenhaus", + "tumonline_id": 993 + }, + "4267": { + "address": { + "place": "Freising", + "street": "Emil-Erlenmeyer-Forum 6", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 2089, - "name": "4267 Feuerwache II, Emil-Erlenmeyer-Forum 6" - }, - { + "name": "Feuerwache II", + "tumonline_id": 2089 + }, + "4275": { + "address": { + "place": "Freising", + "street": "An der M\u00fchle 20", + "zip_code": 85354 + }, "area_id": 138, - "filter_id": 1909, - "name": "4275 TUMmesa, An der M\u00fchle 20" - }, - { + "name": "TUMmesa", + "tumonline_id": 1909 + }, + "4277": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 2", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 668, - "name": "4277 Forstwissenschaften, Hans-Carl-von-Carlowitz-Platz 2" - }, - { + "name": "Forstwissenschaften", + "tumonline_id": 668 + }, + "4278": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz-Platz 1", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 728, - "name": "4278 LWF Bay. Landesanstalt f\u00fcr Wald und Fors, Hans-Carl-von-Carlowitz-Platz 1" - }, - { + "name": "LWF Bay. Landesanstalt f\u00fcr Wald und Fors", + "tumonline_id": 728 + }, + "4279": { + "address": { + "place": "Freising", + "street": "Hans-Carl-von-Carlowitz Platz 4", + "zip_code": 85354 + }, "area_id": 282, - "filter_id": 2549, - "name": "4279 LWF Erweiterungsbau, Hans-Carl-von-Carlowitz Platz 4" - }, - { + "name": "LWF Erweiterungsbau", + "tumonline_id": 2549 + }, + "4281": { + "address": { + "place": "Freising", + "street": "Am Staudengarten 1", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 2152, - "name": "4281 HSWT, Am Staudengarten 1" - }, - { + "name": "HSWT", + "tumonline_id": 2152 + }, + "4299": { + "address": { + "place": "Freising", + "street": "Hohenbachernstra\u00dfe 9", + "zip_code": 85354 + }, "area_id": 42, - "filter_id": 1809, - "name": "4299 Hochschulgemeinde Freising, Hohenbachernstra\u00dfe 9" - }, - { + "name": "Hochschulgemeinde Freising", + "tumonline_id": 1809 + }, + "4304": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 670, - "name": "4304 Verwaltung der TUM - Immobilien, Lange Point 51" - }, - { + "name": "Verwaltung der TUM - Immobilien", + "tumonline_id": 670 + }, + "4307": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 6", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 673, - "name": "4307 Dienstleistergeb\u00e4ude, Liesel-Beckmann-Str. 6" - }, - { + "name": "Dienstleistergeb\u00e4ude", + "tumonline_id": 673 + }, + "4308": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 4", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 674, - "name": "4308 Humanbiologie Zoologie, Liesel-Beckmann-Str. 4" - }, - { + "name": "Humanbiologie Zoologie", + "tumonline_id": 674 + }, + "4309": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 675, - "name": "4309 Inst. Geb. Wirschaftslehre d. Gartenbaus, Blumenstr. 16" - }, - { + "name": "Inst. Geb. Wirschaftslehre d. Gartenbaus", + "tumonline_id": 675 + }, + "4310": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 676, - "name": "4310 Werkst. u. Garagen Zierpflanzenbau, Blumenstr. 16" - }, - { + "name": "Werkst. u. Garagen Zierpflanzenbau", + "tumonline_id": 676 + }, + "4311": { + "address": { + "place": "Freising", + "street": "Blumenstr. 16", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 677, - "name": "4311 Inst. Zierplanzenbau, Blumenstr. 16" - }, - { + "name": "Inst. Zierplanzenbau", + "tumonline_id": 677 + }, + "4314": { + "address": { + "place": "Freising", + "street": "Am Staudengarten", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 886, - "name": "4314 Trafostation VII, Am Staudengarten" - }, - { + "name": "Trafostation VII", + "tumonline_id": 886 + }, + "4315": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 658, - "name": "4315 Lagerhalle (Stra\u00dfenseite), Lange Point 51" - }, - { + "name": "Lagerhalle (Stra\u00dfenseite)", + "tumonline_id": 658 + }, + "4316": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 2512, - "name": "4316 Lagerhalle (Feldseite), Lange Point 51" - }, - { + "name": "Lagerhalle (Feldseite)", + "tumonline_id": 2512 + }, + "4317": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 1", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 657, - "name": "4317 Tierwissenschaften, Liesel-Beckmann-Str. 1" - }, - { + "name": "Tierwissenschaften", + "tumonline_id": 657 + }, + "4318": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str. 2", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 1161, - "name": "4318 HEZ Hans-Eisenmann-Zentrum f\u00fcr Agrarwiss, Liesel-Beckmann-Str. 2" - }, - { + "name": "HEZ Hans-Eisenmann-Zentrum f\u00fcr Agrarwiss", + "tumonline_id": 1161 + }, + "4319": { + "address": { + "place": "Freising", + "street": "Liesel-Beckmann-Str.", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 1505, - "name": "4319 Trafostation VI, Liesel-Beckmann-Str." - }, - { + "name": "Trafostation VI", + "tumonline_id": 1505 + }, + "4320": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 2329, - "name": "4320 Energiezentrale Heizhaus, Lange Point 20+22" - }, - { + "name": "Energiezentrale Heizhaus", + "tumonline_id": 2329 + }, + "4321": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 654, - "name": "4321 GM Verwaltung, Lange Point 24" - }, - { + "name": "GM Verwaltung", + "tumonline_id": 654 + }, + "4322": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 655, - "name": "4322 GMTrafostation XV / Carport, Lange Point 24" - }, - { + "name": "GMTrafostation XV / Carport", + "tumonline_id": 655 + }, + "4323": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 656, - "name": "4323 GM KFZ Werkstatt, Lange Point 24" - }, - { + "name": "GM KFZ Werkstatt", + "tumonline_id": 656 + }, + "4324": { + "address": { + "place": "Freising", + "street": "Lange Point 20+22", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 659, - "name": "4324 GM Garage / Werkdienstwohnungen, Lange Point 20+22" - }, - { + "name": "GM Garage / Werkdienstwohnungen", + "tumonline_id": 659 + }, + "4325": { + "address": { + "place": "Freising", + "street": "Lange Point 24", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 2349, - "name": "4325 GM Wertstoffhof, Lange Point 24" - }, - { + "name": "GM Wertstoffhof", + "tumonline_id": 2349 + }, + "4353": { + "address": { + "place": "Freising", + "street": "Lange Point 4", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 2173, - "name": "4353 LfL Laborgeb\u00e4ude 1, Lange Point 4" - }, - { + "name": "LfL Laborgeb\u00e4ude 1", + "tumonline_id": 2173 + }, + "4355": { + "address": { + "place": "Freising", + "street": "Zur Kreutzbreite 4", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 2169, - "name": "4355 LfL Technologie VI, Zur Kreutzbreite 4" - }, - { + "name": "LfL Technologie VI", + "tumonline_id": 2169 + }, + "4361": { + "address": { + "place": "Freising", + "street": "Am Gereuth 5", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 2174, - "name": "4361 LfL Technologie V, Am Gereuth 5" - }, - { + "name": "LfL Technologie V", + "tumonline_id": 2174 + }, + "4362": { + "address": { + "place": "Freising", + "street": "Lange Point 10", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 2172, - "name": "4362 LfL Mehrzweckgeb\u00e4ude 1, Lange Point 10" - }, - { + "name": "LfL Mehrzweckgeb\u00e4ude 1", + "tumonline_id": 2172 + }, + "4368": { + "address": { + "place": "Freising", + "street": "Am Gereuth 6", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 2171, - "name": "4368 LfL Technologie III, Am Gereuth 6" - }, - { + "name": "LfL Technologie III", + "tumonline_id": 2171 + }, + "4387": { + "address": { + "place": "Freising", + "street": "Wippenhauserstr. 51", + "zip_code": 85354 + }, "area_id": 41, - "filter_id": 2150, - "name": "4387 Camerloher Gymnasium, Wippenhauserstr. 51" - }, - { + "name": "Camerloher Gymnasium", + "tumonline_id": 2150 + }, + "4401": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "area_id": 51, - "filter_id": 650, - "name": "4401 Limnologische Station, Hofmark 3" - }, - { + "name": "Limnologische Station", + "tumonline_id": 650 + }, + "4402": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "area_id": 51, - "filter_id": 651, - "name": "4402 Bootshaus, Hofmark 3" - }, - { + "name": "Bootshaus", + "tumonline_id": 651 + }, + "4403": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "area_id": 51, - "filter_id": 649, - "name": "4403 Limnologische Station Geb\u00e4ude 2, Hofmark 3" - }, - { + "name": "Limnologische Station Geb\u00e4ude 2", + "tumonline_id": 649 + }, + "4404": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "area_id": 51, - "filter_id": 647, - "name": "4404 Limnologische Station Seminargeb\u00e4ude, Hofmark 3" - }, - { + "name": "Limnologische Station Seminargeb\u00e4ude", + "tumonline_id": 647 + }, + "4405": { + "address": { + "place": "Iffeldorf", + "street": "Hofmark 3", + "zip_code": 82393 + }, "area_id": 51, - "filter_id": 648, - "name": "4405 Limnologische Station Remise, Hofmark 3" - }, - { + "name": "Limnologische Station Remise", + "tumonline_id": 648 + }, + "4501": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1-2", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 888, - "name": "4501 D\u00fcrnast Arbeiterwohngeb\u00e4ude STG.WST., D\u00fcrnast 1-2" - }, - { + "name": "D\u00fcrnast Arbeiterwohngeb\u00e4ude STG.WST.", + "tumonline_id": 888 + }, + "4502": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 889, - "name": "4502 D\u00fcrnast Werkstattgeb\u00e4ude-Wirt. Geb. STG., D\u00fcrnast 1" - }, - { + "name": "D\u00fcrnast Werkstattgeb\u00e4ude-Wirt. Geb. STG.", + "tumonline_id": 889 + }, + "4503": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 4-5", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 890, - "name": "4503 D\u00fcrnast -Verw.-, WGB., RS., S.-STG.WST., D\u00fcrnast 4-5" - }, - { + "name": "D\u00fcrnast -Verw.-, WGB., RS., S.-STG.WST.", + "tumonline_id": 890 + }, + "4505": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 892, - "name": "4505 D\u00fcrnast Maschinenhalle STG.WST.-Kart, La, D\u00fcrnast 5" - }, - { + "name": "D\u00fcrnast Maschinenhalle STG.WST.-Kart, La", + "tumonline_id": 892 + }, + "4506": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 893, - "name": "4506 D\u00fcrnast Schuppen STG.WST., D\u00fcrnast 5" - }, - { + "name": "D\u00fcrnast Schuppen STG.WST.", + "tumonline_id": 893 + }, + "4508": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 897, - "name": "4508 D\u00fcrnast Wagenh. m. Fuhrw. W. STG.WST., D\u00fcrnast 1" - }, - { + "name": "D\u00fcrnast Wagenh. m. Fuhrw. W. STG.WST.", + "tumonline_id": 897 + }, + "4509": { + "address": { + "place": "Freising", + "street": "Staatsgut Weihenstephan", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 898, - "name": "4509 D\u00fcrnast Fahrsilo-G\u00fcllebeh\u00e4lter STG.WST., Staatsgut Weihenstephan" - }, - { + "name": "D\u00fcrnast Fahrsilo-G\u00fcllebeh\u00e4lter STG.WST.", + "tumonline_id": 898 + }, + "4510": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 1", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 899, - "name": "4510 D\u00fcrnast Getreidekasten STG.WST., D\u00fcrnast 1" - }, - { + "name": "D\u00fcrnast Getreidekasten STG.WST.", + "tumonline_id": 899 + }, + "4512": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 2029, - "name": "4512 D\u00fcrnast Ger\u00e4tehalle West, D\u00fcrnast 5" - }, - { + "name": "D\u00fcrnast Ger\u00e4tehalle West", + "tumonline_id": 2029 + }, + "4513": { + "address": { + "place": "Freising", + "street": "D\u00fcrnast 5", + "zip_code": 85354 + }, "area_id": 39, - "filter_id": 2030, - "name": "4513 D\u00fcrnast Ger\u00e4tehalle Ost, D\u00fcrnast 5" - }, - { + "name": "D\u00fcrnast Ger\u00e4tehalle Ost", + "tumonline_id": 2030 + }, + "4521": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "area_id": 39, - "filter_id": 900, - "name": "4521 Viehhausen Mehrzweckhalle STG.WST., Viehhausen 4" - }, - { + "name": "Viehhausen Mehrzweckhalle STG.WST.", + "tumonline_id": 900 + }, + "4522": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "area_id": 39, - "filter_id": 901, - "name": "4522 Viehhausen Landwirtschafliche Freifl\u00e4che, Viehhausen 4" - }, - { + "name": "Viehhausen Landwirtschafliche Freifl\u00e4che", + "tumonline_id": 901 + }, + "4523": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "area_id": 39, - "filter_id": 894, - "name": "4523 Viehhausen H\u00fchnerstall STG.WST., Viehhausen 4" - }, - { + "name": "Viehhausen H\u00fchnerstall STG.WST.", + "tumonline_id": 894 + }, + "4524": { + "address": { + "place": "Kranzberg", + "street": "Viehhausen 4", + "zip_code": 85402 + }, "area_id": 39, - "filter_id": 895, - "name": "4524 Viehhausen Tankstelle Viehhof STG.WST., Viehhausen 4" - }, - { + "name": "Viehhausen Tankstelle Viehhof STG.WST.", + "tumonline_id": 895 + }, + "4601": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 737, - "name": "4601 VST.Thalh.-Wohngeb\u00e4ude (Wohnhaus 1-3), Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Wohngeb\u00e4ude (Wohnhaus 1-3)", + "tumonline_id": 737 + }, + "4602": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 738, - "name": "4602 VST.Thalh.-Zentralgeb\u00e4ude (Verwaltung), Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Zentralgeb\u00e4ude (Verwaltung)", + "tumonline_id": 738 + }, + "4603": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 739, - "name": "4603 VST.Thalh.-Betriebsgeb\u00e4ude (Werkstattgeb, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Betriebsgeb\u00e4ude (Werkstattgeb", + "tumonline_id": 739 + }, + "4604": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 740, - "name": "4604 VST.Thalh.-Maschinenhalle, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Maschinenhalle", + "tumonline_id": 740 + }, + "4605": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 741, - "name": "4605 VST.Thalh.-Rinder/K\u00e4lber (L\u00f6bnitz), Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Rinder/K\u00e4lber (L\u00f6bnitz)", + "tumonline_id": 741 + }, + "4606": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 742, - "name": "4606 VST.Thalh.-Futterzentrale, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Futterzentrale", + "tumonline_id": 742 + }, + "4607": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 743, - "name": "4607 VST.Thalh.-Tr. Sauen/Eber (Besamungsst./, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Tr. Sauen/Eber (Besamungsst./", + "tumonline_id": 743 + }, + "4608": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 744, - "name": "4608 VST.Thalh.-Mastschweine 1 (Maststall), Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Mastschweine 1 (Maststall)", + "tumonline_id": 744 + }, + "4609": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 745, - "name": "4609 VST.Thalh.-Ferkel/Sauen, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Ferkel/Sauen", + "tumonline_id": 745 + }, + "4610": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 746, - "name": "4610 VST.Thalh.-Mastschweine 2, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Mastschweine 2", + "tumonline_id": 746 + }, + "4611": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 736, - "name": "4611 VST.Thalh.-Legehennen/Broiler, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Legehennen/Broiler", + "tumonline_id": 736 + }, + "4612": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 730, - "name": "4612 VST.Thalh.-Probemaststall, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Probemaststall", + "tumonline_id": 730 + }, + "4613": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 731, - "name": "4613 VST.Thalh.-Elterntierstall, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Elterntierstall", + "tumonline_id": 731 + }, + "4614": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 732, - "name": "4614 VST.Thalh.-Futtergang, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Futtergang", + "tumonline_id": 732 + }, + "4615": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 733, - "name": "4615 VST.Thalh.-Strohlager, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Strohlager", + "tumonline_id": 733 + }, + "4616": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 734, - "name": "4616 VST.Thalh.-G\u00fcllebeh\u00e4lter, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-G\u00fcllebeh\u00e4lter", + "tumonline_id": 734 + }, + "4620": { + "address": { + "place": "Kranzberg", + "street": "Staatsgut Thalhausen", + "zip_code": 85402 + }, "area_id": 54, - "filter_id": 735, - "name": "4620 VST.Thalh.-Versuchsfelder, Staatsgut Thalhausen" - }, - { + "name": "VST.Thalh.-Versuchsfelder", + "tumonline_id": 735 + }, + "4800": { + "address": { + "place": "Freising", + "street": "Acheringer Hauptstr. 32a", + "zip_code": 85354 + }, "area_id": 138, - "filter_id": 2589, - "name": "4800 Halle Achering (M\u00fchlich), Acheringer Hauptstr. 32a" - }, - { + "name": "Halle Achering (M\u00fchlich)", + "tumonline_id": 2589 + }, + "4801": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 780, - "name": "4801 VSG.Gr\u00fcnschw.-Verwaltungsgeb\u00e4ude, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Verwaltungsgeb\u00e4ude", + "tumonline_id": 780 + }, + "4802": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 779, - "name": "4802 VSG.Gr\u00fcnschw.-Mehrzweckhalle, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Mehrzweckhalle", + "tumonline_id": 779 + }, + "4803": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 766, - "name": "4803 VSG.Gr\u00fcnschw.-Schweinestall, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Schweinestall", + "tumonline_id": 766 + }, + "4804": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 767, - "name": "4804 VSG.Gr\u00fcnschw.-Getreidelager, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Getreidelager", + "tumonline_id": 767 + }, + "4805": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 768, - "name": "4805 VSG.Gr\u00fcnschw.-Futtersilo, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Futtersilo", + "tumonline_id": 768 + }, + "4806": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 769, - "name": "4806 VSG.Gr\u00fcnschw.-Schafstall, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Schafstall", + "tumonline_id": 769 + }, + "4807": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 770, - "name": "4807 VSG.Gr\u00fcnschw.-Lagerscheune, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Lagerscheune", + "tumonline_id": 770 + }, + "4808": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 771, - "name": "4808 VSG.Gr\u00fcnschw.-Stallgeb\u00e4ude, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Stallgeb\u00e4ude", + "tumonline_id": 771 + }, + "4809": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 772, - "name": "4809 VSG.Gr\u00fcnschw.-Ger\u00e4tescheune, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Ger\u00e4tescheune", + "tumonline_id": 772 + }, + "4810": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 773, - "name": "4810 VSG.Gr\u00fcnschw.-Strohscheune, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Strohscheune", + "tumonline_id": 773 + }, + "4811": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 774, - "name": "4811 VSG.Gr\u00fcnschw.-Strohscheune, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Strohscheune", + "tumonline_id": 774 + }, + "4812": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 775, - "name": "4812 VSG.Gr\u00fcnschw.-Maschinenhalle, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Maschinenhalle", + "tumonline_id": 775 + }, + "4813": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 776, - "name": "4813 VSG.Gr\u00fcnschw.-Baur-Haus, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Baur-Haus", + "tumonline_id": 776 + }, + "4814": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 777, - "name": "4814 VSG.Gr\u00fcnschw.-Fahrsilo, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Fahrsilo", + "tumonline_id": 777 + }, + "4815": { + "address": { + "place": "Eitting", + "street": "Staatsgut Gr\u00fcnschwaige", + "zip_code": 85462 + }, "area_id": 56, - "filter_id": 778, - "name": "4815 VSG.Gr\u00fcnschw.-Grastrockner, Staatsgut Gr\u00fcnschwaige" - }, - { + "name": "VSG.Gr\u00fcnschw.-Grastrockner", + "tumonline_id": 778 + }, + "4901": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "area_id": 52, - "filter_id": 634, - "name": "4901 VSG.Roggst.-2Wgb, Verw., VTS, Oberroggenstein 1" - }, - { + "name": "VSG.Roggst.-2Wgb, Verw., VTS", + "tumonline_id": 634 + }, + "4902": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "area_id": 52, - "filter_id": 635, - "name": "4902 VSG.Roggst.-Doktor. Haus, Oberroggenstein 1" - }, - { + "name": "VSG.Roggst.-Doktor. Haus", + "tumonline_id": 635 + }, + "4903": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "area_id": 52, - "filter_id": 636, - "name": "4903 VSG.Roggst.-Schw.St., Wirtg., Oberroggenstein 1" - }, - { + "name": "VSG.Roggst.-Schw.St., Wirtg.", + "tumonline_id": 636 + }, + "4907": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "area_id": 52, - "filter_id": 637, - "name": "4907 VSG.Roggst.-Wirtschaftsgeb\u00e4ude, Unterroggenstein 1-3" - }, - { + "name": "VSG.Roggst.-Wirtschaftsgeb\u00e4ude", + "tumonline_id": 637 + }, + "4908": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "area_id": 52, - "filter_id": 638, - "name": "4908 VSG.Roggst.-Wagenremise, Unterroggenstein 1-3" - }, - { + "name": "VSG.Roggst.-Wagenremise", + "tumonline_id": 638 + }, + "4909": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "area_id": 52, - "filter_id": 639, - "name": "4909 VSG.Roggst.-Maschinen, D\u00fcnger, Unterroggenstein 1-3" - }, - { + "name": "VSG.Roggst.-Maschinen, D\u00fcnger", + "tumonline_id": 639 + }, + "4910": { + "address": { + "place": "Emmering", + "street": "Unterroggenstein 1-3", + "zip_code": 82275 + }, "area_id": 52, - "filter_id": 640, - "name": "4910 VSG.Roggenst.-Getreidesilo, Unterroggenstein 1-3" - }, - { + "name": "VSG.Roggenst.-Getreidesilo", + "tumonline_id": 640 + }, + "4914": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 187", + "zip_code": 82140 + }, "area_id": 52, - "filter_id": 643, - "name": "4914 VSG.Roggst.-Arb.Gba. 1, SCHP, Roggensteiner Stra\u00dfe 187" - }, - { + "name": "VSG.Roggst.-Arb.Gba. 1, SCHP", + "tumonline_id": 643 + }, + "4915": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 189", + "zip_code": 82140 + }, "area_id": 52, - "filter_id": 632, - "name": "4915 VSG.Roggst.-Arb.Gba. 2, SCHP, Roggensteiner Stra\u00dfe 189" - }, - { + "name": "VSG.Roggst.-Arb.Gba. 2, SCHP", + "tumonline_id": 632 + }, + "4916": { + "address": { + "place": "Olching", + "street": "Roggensteiner Stra\u00dfe 193", + "zip_code": 82140 + }, "area_id": 52, - "filter_id": 629, - "name": "4916 VSG.Roggst.-Arb.Gba. 3, SCHP, Roggensteiner Stra\u00dfe 193" - }, - { + "name": "VSG.Roggst.-Arb.Gba. 3, SCHP", + "tumonline_id": 629 + }, + "4920": { + "address": { + "place": "Eichenau", + "street": "Oberroggenstein 1", + "zip_code": 82223 + }, "area_id": 52, - "filter_id": 631, - "name": "4920 Kapelle, Oberroggenstein 1" - }, - { + "name": "Kapelle", + "tumonline_id": 631 + }, + "5101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 785, - "name": "5101 Physik I, James-Franck-Str. 1" - }, - { + "name": "Physik I", + "tumonline_id": 785 + }, + "5103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 786, - "name": "5103 Betriebsgeb\u00e4ude II, Boltzmannstr. 10" - }, - { + "name": "Betriebsgeb\u00e4ude II", + "tumonline_id": 786 + }, + "5104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 16", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 787, - "name": "5104 RCM-Technikum, Boltzmannstr. 16" - }, - { + "name": "RCM-Technikum", + "tumonline_id": 787 + }, + "5107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 2", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 789, - "name": "5107 Physik II, Am Coulombwall 2" - }, - { + "name": "Physik II", + "tumonline_id": 789 + }, + "5108": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 781, - "name": "5108 Physik II Messbunker, James-Franck-Str. 1" - }, - { + "name": "Physik II Messbunker", + "tumonline_id": 781 + }, + "5109": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 872, - "name": "5109 Physik LMU, Am Coulombwall 1" - }, - { + "name": "Physik LMU", + "tumonline_id": 872 + }, + "5111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 3", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 790, - "name": "5111 Siedlungswasserwirtschaft, Am Coulombwall 3" - }, - { + "name": "Siedlungswasserwirtschaft", + "tumonline_id": 790 + }, + "5112": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 791, - "name": "5112 Walter-Schottky-Institut, Am Coulombwall 4" - }, - { + "name": "Walter-Schottky-Institut", + "tumonline_id": 791 + }, + "5115": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 1080, - "name": "5115 Zentrum f\u00fcr Nanotechnologie & -materiali, Am Coulombwall 4a" - }, - { + "name": "Zentrum f\u00fcr Nanotechnologie & -materiali", + "tumonline_id": 1080 + }, + "5116": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 4a", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 1100, - "name": "5116 Trafostation des ZNN, Am Coulombwall 4a" - }, - { + "name": "Trafostation des ZNN", + "tumonline_id": 1100 + }, + "5120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 873, - "name": "5120 Physik Beschleuniger LMU, Am Coulombwall 6" - }, - { + "name": "Physik Beschleuniger LMU", + "tumonline_id": 873 + }, + "5121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 874, - "name": "5121 Atlashalle LMU, Am Coulombwall 6" - }, - { + "name": "Atlashalle LMU", + "tumonline_id": 874 + }, + "5122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 930, - "name": "5122 Neb.Geb\u00e4ude Beschleunigerbereich LMU (Ab, Am Coulombwall 6" - }, - { + "name": "Neb.Geb\u00e4ude Beschleunigerbereich LMU (Ab", + "tumonline_id": 930 + }, + "5123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 1", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 875, - "name": "5123 Physik Werkstattgeb\u00e4ude LMU, Am Coulombwall 1" - }, - { + "name": "Physik Werkstattgeb\u00e4ude LMU", + "tumonline_id": 875 + }, + "5124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Franck-Str. 1", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 792, - "name": "5124 WSI Container, James-Franck-Str. 1" - }, - { + "name": "WSI Container", + "tumonline_id": 792 + }, + "5125": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1a", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 1425, - "name": "5125 LEX (LMU), Am Coloumbwall 1a" - }, - { + "name": "LEX (LMU)", + "tumonline_id": 1425 + }, + "5126": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coloumbwall 1b", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 2069, - "name": "5126 CALA (LMU), Am Coloumbwall 1b" - }, - { + "name": "CALA (LMU)", + "tumonline_id": 2069 + }, + "5130": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10a", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 783, - "name": "5130 Telefonzentrale, Boltzmannstr. 10a" - }, - { + "name": "Telefonzentrale", + "tumonline_id": 783 + }, + "5131": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 10b", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 1609, - "name": "5131 FRM-Poststelle (Container), Boltzmannstr. 10b" - }, - { + "name": "FRM-Poststelle (Container)", + "tumonline_id": 1609 + }, + "5140": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "James-Frank-Str. 1", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 1365, - "name": "5140 PH I Container, James-Frank-Str. 1" - }, - { + "name": "PH I Container", + "tumonline_id": 1365 + }, + "5142": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 4", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 2289, - "name": "5142 Parkhaus P1, Paula-Hahn-Weinheimer-Str. 4" - }, - { + "name": "Parkhaus P1", + "tumonline_id": 2289 + }, + "5143": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Paula-Hahn-Weinheimer-Str. 2", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 2429, - "name": "5143 Versorgungsstation PH, Paula-Hahn-Weinheimer-Str. 2" - }, - { + "name": "Versorgungsstation PH", + "tumonline_id": 2429 + }, + "5160": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Am Coulombwall 6", + "zip_code": 85748 + }, "area_id": 35, - "filter_id": 1870, - "name": "5160 UCN-Testanlage (Container), Am Coulombwall 6" - }, - { + "name": "UCN-Testanlage (Container)", + "tumonline_id": 1870 + }, + "5202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "area_id": 37, - "filter_id": 784, - "name": "5202 Flachbau 2+3 (Zyklotron), Lichtenbergstr. 1" - }, - { + "name": "Flachbau 2+3 (Zyklotron)", + "tumonline_id": 784 + }, + "5203": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 1", + "zip_code": 85748 + }, "area_id": 37, - "filter_id": 794, - "name": "5203 B\u00fcrogeb\u00e4ude, Walther-Mei\u00dfner-Str. 1" - }, - { + "name": "B\u00fcrogeb\u00e4ude", + "tumonline_id": 794 + }, + "5204": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 4", + "zip_code": 85748 + }, "area_id": 37, - "filter_id": 795, - "name": "5204 Umformtechnik und Gie\u00dfereiwesen (MW25), Walther-Mei\u00dfner-Str. 4" - }, - { + "name": "Umformtechnik und Gie\u00dfereiwesen (MW25)", + "tumonline_id": 795 + }, + "5212": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "area_id": 37, - "filter_id": 883, - "name": "5212 RCM-Hauptbau, Walther-Mei\u00dfner-Str. 3" - }, - { + "name": "RCM-Hauptbau", + "tumonline_id": 883 + }, + "5219": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 2", + "zip_code": 85748 + }, "area_id": 37, - "filter_id": 856, - "name": "5219 Verwaltung der TUM, Walther-Mei\u00dfner-Str. 2" - }, - { + "name": "Verwaltung der TUM", + "tumonline_id": 856 + }, + "5251": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "area_id": 37, - "filter_id": 881, - "name": "5251 RCM-Abwassergeb\u00e4ude, Walther-Mei\u00dfner-Str. 3" - }, - { + "name": "RCM-Abwassergeb\u00e4ude", + "tumonline_id": 881 + }, + "5252": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "area_id": 37, - "filter_id": 882, - "name": "5252 RCM-Gasversorgungsstation, Walther-Mei\u00dfner-Str. 3" - }, - { + "name": "RCM-Gasversorgungsstation", + "tumonline_id": 882 + }, + "5257": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 1", + "zip_code": 85748 + }, "area_id": 37, - "filter_id": 2449, - "name": "5257 Werkstatt u. B\u00fcrogeb\u00e4ude FRM II (UYW), Lichtenbergstr. 1" - }, - { + "name": "Werkstatt u. B\u00fcrogeb\u00e4ude FRM II (UYW)", + "tumonline_id": 2449 + }, + "5268": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-Mei\u00dfner-Str. 3", + "zip_code": 85748 + }, "area_id": 37, - "filter_id": 1830, - "name": "5268 RCM-BMA/ELA-Container, Walther-Mei\u00dfner-Str. 3" - }, - { + "name": "RCM-BMA/ELA-Container", + "tumonline_id": 1830 + }, + "5301": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2a", + "zip_code": 85748 + }, "area_id": 30, - "filter_id": 1120, - "name": "5301 IAS, Institut f\u00fcr Advanced Study, Lichtenbergstr. 2a" - }, - { + "name": "IAS, Institut f\u00fcr Advanced Study", + "tumonline_id": 1120 + }, + "5302": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2", + "zip_code": 85748 + }, "area_id": 30, - "filter_id": 816, - "name": "5302 Mensa, Lichtenbergstr. 2" - }, - { + "name": "Mensa", + "tumonline_id": 816 + }, + "5304": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 19", + "zip_code": 85748 + }, "area_id": 30, - "filter_id": 2009, - "name": "5304 Mensa Garching (Neubau), Boltzmannstr. 19" - }, - { + "name": "Mensa Garching (Neubau)", + "tumonline_id": 2009 + }, + "5305": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2c", + "zip_code": 85748 + }, "area_id": 30, - "filter_id": 3209, - "name": "5305 Modulbau NDB 2, Lichtenbergstr. 2c" - }, - { + "name": "Modulbau NDB 2", + "tumonline_id": 3209 + }, + "5401": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 818, - "name": "5401 Bibliothek, H\u00f6rsaal CH 1, Lichtenbergstr. 4" - }, - { + "name": "Bibliothek, H\u00f6rsaal CH 1", + "tumonline_id": 818 + }, + "5402": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 819, - "name": "5402 Laborgeb\u00e4ude CH 2, Lichtenbergstr. 4" - }, - { + "name": "Laborgeb\u00e4ude CH 2", + "tumonline_id": 819 + }, + "5403": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 821, - "name": "5403 Laborgeb\u00e4ude CH 3, Lichtenbergstr. 4" - }, - { + "name": "Laborgeb\u00e4ude CH 3", + "tumonline_id": 821 + }, + "5404": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 815, - "name": "5404 Hofgeb\u00e4ude 2, Lichtenbergstr. 4" - }, - { + "name": "Hofgeb\u00e4ude 2", + "tumonline_id": 815 + }, + "5406": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 824, - "name": "5406 Laborgeb\u00e4ude CH 6, Lichtenbergstr. 4" - }, - { + "name": "Laborgeb\u00e4ude CH 6", + "tumonline_id": 824 + }, + "5407": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 826, - "name": "5407 Laborgeb\u00e4ude CH 7, Lichtenbergstr. 4" - }, - { + "name": "Laborgeb\u00e4ude CH 7", + "tumonline_id": 826 + }, + "5408": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 828, - "name": "5408 Hofgeb\u00e4ude 1, Lichtenbergstr. 4" - }, - { + "name": "Hofgeb\u00e4ude 1", + "tumonline_id": 828 + }, + "5409": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 4", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 830, - "name": "5409 Entsorgungszentrum, Ernst-Otto-Fischer-Str. 4" - }, - { + "name": "Entsorgungszentrum", + "tumonline_id": 830 + }, + "5410": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 1", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 1405, - "name": "5410 Katalysezentrum, Ernst-Otto-Fischer-Str. 1" - }, - { + "name": "Katalysezentrum", + "tumonline_id": 1405 + }, + "5413": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 2", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 1989, - "name": "5413 Bayerisches NMR-Zentrum, Ernst-Otto-Fischer-Str. 2" - }, - { + "name": "Bayerisches NMR-Zentrum", + "tumonline_id": 1989 + }, + "5414": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 4a", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 1670, - "name": "5414 Zentrum f\u00fcr Energie u. Information (ZEI), Lichtenbergstr. 4a" - }, - { + "name": "Zentrum f\u00fcr Energie u. Information (ZEI)", + "tumonline_id": 1670 + }, + "5415": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ernst-Otto-Fischer-Str. 8", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 2729, - "name": "5415 CPA Center for Functional Protein Assemb, Ernst-Otto-Fischer-Str. 8" - }, - { + "name": "CPA Center for Functional Protein Assemb", + "tumonline_id": 2729 + }, + "5416": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 2b", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 2269, - "name": "5416 Interims H\u00f6rs\u00e4le II, Lichtenbergstr. 2b" - }, - { + "name": "Interims H\u00f6rs\u00e4le II", + "tumonline_id": 2269 + }, + "5433": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 6", + "zip_code": 85748 + }, "area_id": 36, - "filter_id": 1649, - "name": "5433 Entreprenieurship Centrum (ECM), Lichtenbergstr. 6" - }, - { + "name": "Entreprenieurship Centrum (ECM)", + "tumonline_id": 1649 + }, + "5501": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 833, - "name": "5501 Institut f. Mechatronik, Boltzmannstr. 15" - }, - { + "name": "Institut f. Mechatronik", + "tumonline_id": 833 + }, + "5502": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 836, - "name": "5502 Institut f. Werkst. u. Verarbeitung, Boltzmannstr. 15" - }, - { + "name": "Institut f. Werkst. u. Verarbeitung", + "tumonline_id": 836 + }, + "5503": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 838, - "name": "5503 Institut f. Produktionstechnik, Boltzmannstr. 15" - }, - { + "name": "Institut f. Produktionstechnik", + "tumonline_id": 838 + }, + "5504": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 841, - "name": "5504 Institut f. Verfahrenstechnik, Boltzmannstr. 15" - }, - { + "name": "Institut f. Verfahrenstechnik", + "tumonline_id": 841 + }, + "5505": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 843, - "name": "5505 Institut f. Maschinentechnik, Boltzmannstr. 15" - }, - { + "name": "Institut f. Maschinentechnik", + "tumonline_id": 843 + }, + "5506": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 845, - "name": "5506 Institut f. Luft-u. Raumfahrt, Boltzmannstr. 15" - }, - { + "name": "Institut f. Luft-u. Raumfahrt", + "tumonline_id": 845 + }, + "5507": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 844, - "name": "5507 Institut f. Energietechnik, Boltzmannstr. 15" - }, - { + "name": "Institut f. Energietechnik", + "tumonline_id": 844 + }, + "5508": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 846, - "name": "5508 H\u00f6rsaal West, Boltzmannstr. 15" - }, - { + "name": "H\u00f6rsaal West", + "tumonline_id": 846 + }, + "5509": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 2569, - "name": "5509 Magistrale, Boltzmannstr. 15" - }, - { + "name": "Magistrale", + "tumonline_id": 2569 + }, + "5510": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 842, - "name": "5510 H\u00f6rsaal, Bibliothek u. Verwaltungsgeb\u00e4ud, Boltzmannstr. 15" - }, - { + "name": "H\u00f6rsaal, Bibliothek u. Verwaltungsgeb\u00e4ud", + "tumonline_id": 842 + }, + "5513": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 817, - "name": "5513 Energiezentrale, Boltzmannstr. 15" - }, - { + "name": "Energiezentrale", + "tumonline_id": 817 + }, + "5514": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 820, - "name": "5514 Kinderkrippe, Boltzmannstr. 15" - }, - { + "name": "Kinderkrippe", + "tumonline_id": 820 + }, + "5515": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 822, - "name": "5515 Zentrum f\u00fcr Schl\u00fcsselkompetenzen, Boltzmannstr. 15" - }, - { + "name": "Zentrum f\u00fcr Schl\u00fcsselkompetenzen", + "tumonline_id": 822 + }, + "5517": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 825, - "name": "5517 Pr\u00fcfstandgeb\u00e4ude, Boltzmannstr. 15" - }, - { + "name": "Pr\u00fcfstandgeb\u00e4ude", + "tumonline_id": 825 + }, + "5518": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 827, - "name": "5518 Gasflaschenlager, Boltzmannstr. 15" - }, - { + "name": "Gasflaschenlager", + "tumonline_id": 827 + }, + "5519": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 1949, - "name": "5519 FTM Fahrzeughalle, Boltzmannstr. 15" - }, - { + "name": "FTM Fahrzeughalle", + "tumonline_id": 1949 + }, + "5530": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 17", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 992, - "name": "5530 IGSSE, Exzellenzzentrum Garching, Boltzmannstr. 17" - }, - { + "name": "IGSSE, Exzellenzzentrum Garching", + "tumonline_id": 992 + }, + "5531": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 9", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 1165, - "name": "5531 Ingeborg Ortner-Kinderhaus, Lichtenbergstr. 9" - }, - { + "name": "Ingeborg Ortner-Kinderhaus", + "tumonline_id": 1165 + }, + "5532": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Lichtenbergstr. 3", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 2229, - "name": "5532 StudiTUM-Garching, Lichtenbergstr. 3" - }, - { + "name": "StudiTUM-Garching", + "tumonline_id": 2229 + }, + "5537": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 2630, - "name": "5537 Interims-Zelt-TUMshop, Boltzmannstr. 15" - }, - { + "name": "Interims-Zelt-TUMshop", + "tumonline_id": 2630 + }, + "5539": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 15", + "zip_code": 85748 + }, "area_id": 34, - "filter_id": 3149, - "name": "5539 Interims-Tentomax MW, Boltzmannstr. 15" - }, - { + "name": "Interims-Tentomax MW", + "tumonline_id": 3149 + }, + "5601": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 829, - "name": "5601 FMI/ Magistrale, Boltzmannstr. 3" - }, - { + "name": "FMI/ Magistrale", + "tumonline_id": 829 + }, + "5602": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 831, - "name": "5602 FMI/ H\u00f6rsaal 1, Boltzmannstr. 3" - }, - { + "name": "FMI/ H\u00f6rsaal 1", + "tumonline_id": 831 + }, + "5603": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 832, - "name": "5603 FMI/ Bibliothek, Boltzmannstr. 3" - }, - { + "name": "FMI/ Bibliothek", + "tumonline_id": 832 + }, + "5604": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 834, - "name": "5604 FMI/ Geb\u00e4udeteil 04, Boltzmannstr. 3" - }, - { + "name": "FMI/ Geb\u00e4udeteil 04", + "tumonline_id": 834 + }, + "5605": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 835, - "name": "5605 FMI/ Geb\u00e4udeteil 05, Boltzmannstr. 3" - }, - { + "name": "FMI/ Geb\u00e4udeteil 05", + "tumonline_id": 835 + }, + "5606": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 837, - "name": "5606 FMI/ Geb\u00e4udeteil 06, Boltzmannstr. 3" - }, - { + "name": "FMI/ Geb\u00e4udeteil 06", + "tumonline_id": 837 + }, + "5607": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 839, - "name": "5607 FMI/ Geb\u00e4udeteil 07, Boltzmannstr. 3" - }, - { + "name": "FMI/ Geb\u00e4udeteil 07", + "tumonline_id": 839 + }, + "5608": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 840, - "name": "5608 FMI/ Geb\u00e4udeteil 08, Boltzmannstr. 3" - }, - { + "name": "FMI/ Geb\u00e4udeteil 08", + "tumonline_id": 840 + }, + "5609": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 865, - "name": "5609 FMI/ Geb\u00e4udeteil 09, Boltzmannstr. 3" - }, - { + "name": "FMI/ Geb\u00e4udeteil 09", + "tumonline_id": 865 + }, + "5610": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 799, - "name": "5610 FMI/ Geb\u00e4udeteil 10, Boltzmannstr. 3" - }, - { + "name": "FMI/ Geb\u00e4udeteil 10", + "tumonline_id": 799 + }, + "5611": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 800, - "name": "5611 FMI/ Geb\u00e4udeteil 11, Boltzmannstr. 3" - }, - { + "name": "FMI/ Geb\u00e4udeteil 11", + "tumonline_id": 800 + }, + "5612": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 801, - "name": "5612 FMI/ Geb\u00e4udeteil 12, Boltzmannstr. 3" - }, - { + "name": "FMI/ Geb\u00e4udeteil 12", + "tumonline_id": 801 + }, + "5613": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 3", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 802, - "name": "5613 FMI/ Geb\u00e4udeteil 13, Boltzmannstr. 3" - }, - { + "name": "FMI/ Geb\u00e4udeteil 13", + "tumonline_id": 802 + }, + "5620": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 1205, - "name": "5620 Interims-Audimax, Boltzmannstr. 5" - }, - { + "name": "Interims-Audimax", + "tumonline_id": 1205 + }, + "5622": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 5", + "zip_code": 85748 + }, "area_id": 33, - "filter_id": 1749, - "name": "5622 Sportanlage Garching/Dusch Container, Boltzmannstr. 5" - }, - { + "name": "Sportanlage Garching/Dusch Container", + "tumonline_id": 1749 + }, + "5701": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Boltzmannstr. 11", + "zip_code": 85748 + }, "area_id": 32, - "filter_id": 803, - "name": "5701 Munich School of BioEngineering (ehm.IME, Boltzmannstr. 11" - }, - { + "name": "Munich School of BioEngineering (ehm.IME", + "tumonline_id": 803 + }, + "5901": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Hans-Piloty-Str. 1", + "zip_code": 85748 + }, "area_id": 302, - "filter_id": 2849, - "name": "5901 Elektro- und Informationstechnik, Hans-Piloty-Str. 1" - }, - { + "name": "Elektro- und Informationstechnik", + "tumonline_id": 2849 + }, + "5932": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Friedrich-Ludwig-Bauer-Str. 3", + "zip_code": 85748 + }, "area_id": 57, - "filter_id": 3169, - "name": "5932 Siemens Science Center Garching, Friedrich-Ludwig-Bauer-Str. 3" - }, - { + "name": "Siemens Science Center Garching", + "tumonline_id": 3169 + }, + "6101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "area_id": 31, - "filter_id": 805, - "name": "6101 Heizwerk, R\u00f6merhofweg 67" - }, - { + "name": "Heizwerk", + "tumonline_id": 805 + }, + "6102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "area_id": 31, - "filter_id": 806, - "name": "6102 Betriebsgeb\u00e4ude, R\u00f6merhofweg 67" - }, - { + "name": "Betriebsgeb\u00e4ude", + "tumonline_id": 806 + }, + "6103": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "area_id": 31, - "filter_id": 807, - "name": "6103 Hochspannungsgeb\u00e4ude, R\u00f6merhofweg 67" - }, - { + "name": "Hochspannungsgeb\u00e4ude", + "tumonline_id": 807 + }, + "6106": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "area_id": 31, - "filter_id": 2409, - "name": "6106 Trafostation Betriebsgeb\u00e4ude, R\u00f6merhofweg 67" - }, - { + "name": "Trafostation Betriebsgeb\u00e4ude", + "tumonline_id": 2409 + }, + "6107": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "area_id": 31, - "filter_id": 808, - "name": "6107 Garagenbau, R\u00f6merhofweg 67" - }, - { + "name": "Garagenbau", + "tumonline_id": 808 + }, + "6202": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "R\u00f6merhofweg 67", + "zip_code": 85748 + }, "area_id": 38, - "filter_id": 810, - "name": "6202 Feuerwehrwache, R\u00f6merhofweg 67" - }, - { + "name": "Feuerwehrwache", + "tumonline_id": 810 + }, + "7894": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 52", + "zip_code": 85748 + }, "area_id": 57, - "filter_id": 3010, - "name": "7894 Newton (AM), Freisinger Landstr. 52" - }, - { + "name": "Newton (AM)", + "tumonline_id": 3010 + }, + "7895": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "area_id": 57, - "filter_id": 3089, - "name": "7895 Pascal Halle, Freisinger Landstr. 50" - }, - { + "name": "Pascal Halle", + "tumonline_id": 3089 + }, + "7896": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Freisinger Landstr. 50", + "zip_code": 85748 + }, "area_id": 57, - "filter_id": 3069, - "name": "7896 MW Halle (AM), Freisinger Landstr. 50" - }, - { + "name": "MW Halle (AM)", + "tumonline_id": 3069 + }, + "7910": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Ludwig-Prandtl-Str. 1", + "zip_code": 85748 + }, "area_id": 58, - "filter_id": 1040, - "name": "7910 Oskar-von-Miller Turm, Ludwig-Prandtl-Str. 1" - }, - { + "name": "Oskar-von-Miller Turm", + "tumonline_id": 1040 + }, + "8101": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 11-13", + "zip_code": 85748 + }, "area_id": 57, - "filter_id": 1038, - "name": "8101 Business Campus Garching (BC1), Parkring 11-13" - }, - { + "name": "Business Campus Garching (BC1)", + "tumonline_id": 1038 + }, + "8102": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Parkring 35-39", + "zip_code": 85748 + }, "area_id": 57, - "filter_id": 1305, - "name": "8102 Business Campus Garching (BC2), Parkring 35-39" - }, - { + "name": "Business Campus Garching (BC2)", + "tumonline_id": 1305 + }, + "8104": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Carl-Zeiss-Str. 8", + "zip_code": 85748 + }, "area_id": 57, - "filter_id": 3009, - "name": "8104 Carl-Zeiss-Stra\u00dfe (AM), Carl-Zeiss-Str. 8" - }, - { + "name": "Carl-Zeiss-Stra\u00dfe (AM)", + "tumonline_id": 3009 + }, + "8111": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Schlei\u00dfheimerstra\u00dfe 90a", + "zip_code": 85748 + }, "area_id": 57, - "filter_id": 1629, - "name": "8111 Schlei\u00dfheimerstr. 90a, Schlei\u00dfheimerstra\u00dfe 90a" - }, - { + "name": "Schlei\u00dfheimerstr. 90a", + "tumonline_id": 1629 + }, + "8120": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-von-Dyck-Str. 10", + "zip_code": 85748 + }, "area_id": 202, - "filter_id": 2131, - "name": "8120 Conference Center, Walther-von-Dyck-Str. 10" - }, - { + "name": "Conference Center", + "tumonline_id": 2131 + }, + "8121": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-von-Dyck-Str. 12", + "zip_code": 85748 + }, "area_id": 202, - "filter_id": 2132, - "name": "8121 Courtyard Hotel, Walther-von-Dyck-Str. 12" - }, - { + "name": "Courtyard Hotel", + "tumonline_id": 2132 + }, + "8122": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-von-Dyck-Str. 6", + "zip_code": 85748 + }, "area_id": 202, - "filter_id": 2591, - "name": "8122 Galileo B\u00fcro, W. v. Dyck-Str. 6, Walther-von-Dyck-Str. 6" - }, - { + "name": "Galileo B\u00fcro, W. v. Dyck-Str. 6", + "tumonline_id": 2591 + }, + "8123": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-von-Dyck-Str. 4", + "zip_code": 85748 + }, "area_id": 202, - "filter_id": 2590, - "name": "8123 Galileo B\u00fcro, W. v. Dyck-Str. 4, Walther-von-Dyck-Str. 4" - }, - { + "name": "Galileo B\u00fcro, W. v. Dyck-Str. 4", + "tumonline_id": 2590 + }, + "8124": { + "address": { + "place": "Garching b. M\u00fcnchen", + "street": "Walther-von-Dyck-Str. 14", + "zip_code": 85748 + }, "area_id": 202, - "filter_id": 3029, - "name": "8124 Galileo B\u00fcro, W. v. Dyck-Str. 14, Walther-von-Dyck-Str. 14" - }, - { + "name": "Galileo B\u00fcro, W. v. Dyck-Str. 14", + "tumonline_id": 3029 + }, + "9001": { + "address": { + "place": "Burghausen", + "street": "Raitenhaslach 11", + "zip_code": 84489 + }, "area_id": 183, - "filter_id": 1775, - "name": "9001 TUM Science & Study Center Raitenhaslach, Raitenhaslach 11" - }, - { + "name": "TUM Science & Study Center Raitenhaslach", + "tumonline_id": 1775 + }, + "9101": { + "address": { + "place": "Garmisch-Partenkirchen", + "street": "Bahnhofstra\u00dfe 37", + "zip_code": 82467 + }, "area_id": 223, - "filter_id": 2330, - "name": "9101 Garmisch-Partenkirchen Bahnhofstr. 37 (A, Bahnhofstra\u00dfe 37" - }, - { + "name": "Garmisch-Partenkirchen Bahnhofstr. 37 (A", + "tumonline_id": 2330 + }, + "9201": { + "address": { + "place": "Berchtesgaden", + "street": "Ro\u00dffeldstr.", + "zip_code": 83471 + }, "area_id": 263, - "filter_id": 2450, - "name": "9201 TUM FZ Friedrich N. Schwarz Berchtesgade, Ro\u00dffeldstr." - }, - { + "name": "TUM FZ Friedrich N. Schwarz Berchtesgade", + "tumonline_id": 2450 + }, + "9376": { + "address": { + "place": "Taufkirchen", + "street": "Willy-Messerschmitt-Str. 1", + "zip_code": 82024 + }, "area_id": 29, - "filter_id": 2490, - "name": "9376 Airbus Standort 76.C Taufkirchen/Ottobru, Willy-Messerschmitt-Str. 1" - }, - { + "name": "Airbus Standort 76.C Taufkirchen/Ottobru", + "tumonline_id": 2490 + }, + "9377": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 9-11", + "zip_code": 85521 + }, "area_id": 29, - "filter_id": 2890, - "name": "9377 Lise-Meitner-Stra\u00dfe (AM), Lise-Meitner-Str. 9-11" - }, - { + "name": "Lise-Meitner-Stra\u00dfe (AM)", + "tumonline_id": 2890 + }, + "9378": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "area_id": 29, - "filter_id": 2889, - "name": "9378 TUM Panasonic (AM), Caroline-Herschel-Str. 100" - }, - { + "name": "TUM Panasonic (AM)", + "tumonline_id": 2889 + }, + "9379": { + "address": { + "place": "Ottobrunn", + "street": "Lise-Meitner-Str. 8", + "zip_code": 85521 + }, "area_id": 29, - "filter_id": 2949, - "name": "9379 Lise Meitner Str. 8 (AM), Lise-Meitner-Str. 8" - }, - { + "name": "Lise Meitner Str. 8 (AM)", + "tumonline_id": 2949 + }, + "9380": { + "address": { + "place": "Ottobrunn", + "street": "Caroline-Herschel-Str. 100", + "zip_code": 85521 + }, "area_id": 29, - "filter_id": 3109, - "name": "9380 Hyperloop-Halle Ottobrunn (AM), Caroline-Herschel-Str. 100" - }, - { + "name": "Hyperloop-Halle Ottobrunn (AM)", + "tumonline_id": 3109 + }, + "9390": { + "address": { + "place": "We\u00dfling", + "street": "Claude-Dornier-Str. 1", + "zip_code": 82234 + }, "area_id": 29, - "filter_id": 3129, - "name": "9390 Aviation Flight Test Center/Halle 507 (A, Claude-Dornier-Str. 1" + "name": "Aviation Flight Test Center/Halle 507 (A", + "tumonline_id": 3129 } -] +} diff --git a/data/external/results/rooms_tumonline.json b/data/external/results/rooms_tumonline.json index 5fae47a55..1dbed46e1 100644 --- a/data/external/results/rooms_tumonline.json +++ b/data/external/results/rooms_tumonline.json @@ -1,14 +1,15 @@ { "0101.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1101, Flur", "arch_name": "N1101@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -16,18 +17,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39289, "usage_id": 222 }, "0101.01.101A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1101A, Treppe", "arch_name": "N1101A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -35,18 +38,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69428, "usage_id": 223 }, "0101.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1102, Flur", "arch_name": "N1102@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -54,18 +59,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39294, "usage_id": 222 }, "0101.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1103, Flur", "arch_name": "N1103@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -73,18 +80,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39298, "usage_id": 222 }, "0101.01.103A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1103A, Flur", "arch_name": "N1103A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -92,18 +101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69393, "usage_id": 222 }, "0101.01.103B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1103B, Flur", "arch_name": "N1103B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -111,18 +122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69436, "usage_id": 222 }, "0101.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1104, Flur", "arch_name": "N1104@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -130,18 +143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39301, "usage_id": 222 }, "0101.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1106, Lager", "arch_name": "N1106@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 14188, "seats": { @@ -149,18 +164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19229, "usage_id": 30 }, "0101.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1107, Lager", "arch_name": "N1107@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 15392, "seats": { @@ -168,18 +185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39312, "usage_id": 30 }, "0101.01.107A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1107A, Lager/Archiv", "arch_name": "N1107A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 14188, "seats": { @@ -187,18 +206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39319, "usage_id": 30 }, "0101.01.107B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1107B, Lager", "arch_name": "N1107B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 15392, "seats": { @@ -206,18 +227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39322, "usage_id": 30 }, "0101.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1108, Lager Medientechnik", "arch_name": "N1108@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 37796, "seats": { @@ -225,19 +248,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39327, "usage_id": 30 }, "0101.01.110A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1110A, Elektronikpraktikum", "arch_name": "N1110A@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15047, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -245,19 +270,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7771, "usage_id": 211 }, "0101.01.110B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1110B, Elektronikpraktikum", "arch_name": "N1110B@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 18732, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -265,18 +292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7775, "usage_id": 211 }, "0101.01.110C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1110C, Archiv", "arch_name": "N1110C@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -284,18 +313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19332, "usage_id": 2 }, "0101.01.110D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1110D, Praktikantenraum", "arch_name": "N1110D@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -303,18 +334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7778, "usage_id": 211 }, "0101.01.110E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1110E, B\u00fcro", "arch_name": "N1110E@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15331, "seats": { @@ -322,19 +355,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19338, "usage_id": 12 }, "0101.01.110F": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1110F, Elektronikpraktikum", "arch_name": "N1110F@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 28312, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -342,18 +377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19374, "usage_id": 211 }, "0101.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1111, B\u00fcro", "arch_name": "N1111@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -361,18 +398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7894, "usage_id": 12 }, "0101.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1112, B\u00fcro", "arch_name": "N1112@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -380,18 +419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7895, "usage_id": 12 }, "0101.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1113, B\u00fcro", "arch_name": "N1113@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -399,18 +440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7896, "usage_id": 12 }, "0101.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1114, Studentenarbeitsplatz mit DV", "arch_name": "N1114@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -418,18 +461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7898, "usage_id": 208 }, "0101.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1115, B\u00fcro", "arch_name": "N1115@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -437,18 +482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61792, "usage_id": 12 }, "0101.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1116, Drucker", "arch_name": "N1116@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -456,18 +503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61793, "usage_id": 110 }, "0101.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1117, B\u00fcro", "arch_name": "N1117@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -475,18 +524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61794, "usage_id": 12 }, "0101.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1118, B\u00fcro", "arch_name": "N1118@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -494,18 +545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61795, "usage_id": 12 }, "0101.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1120, Sekretariat", "arch_name": "N1120@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -513,18 +566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7905, "usage_id": 40 }, "0101.01.121": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1121, Sekretariat", "arch_name": "N1121@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15396, "seats": { @@ -532,18 +587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14370, "usage_id": 40 }, "0101.01.122": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1122, B\u00fcro", "arch_name": "N1122@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15396, "seats": { @@ -551,19 +608,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7912, "usage_id": 12 }, "0101.01.124A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1124A, B\u00fcro", "arch_name": "N1124A@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 29293, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15396, "seats": { @@ -571,18 +630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7914, "usage_id": 12 }, "0101.01.124B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1124B, B\u00fcro", "arch_name": "N1124B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -590,18 +651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19461, "usage_id": 12 }, "0101.01.125A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1125A, B\u00fcro", "arch_name": "N1125A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -609,18 +672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7920, "usage_id": 12 }, "0101.01.125B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1125B, B\u00fcro", "arch_name": "N1125B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -628,18 +693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7921, "usage_id": 12 }, "0101.01.127": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1127, Teek\u00fcche", "arch_name": "N1127@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -647,18 +714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7923, "usage_id": 198 }, "0101.01.128": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1128, B\u00fcro", "arch_name": "N1128@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15396, "seats": { @@ -666,18 +735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7925, "usage_id": 12 }, "0101.01.129": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1129, B\u00fcro", "arch_name": "N1129@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -685,18 +756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7928, "usage_id": 12 }, "0101.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1130, B\u00fcro", "arch_name": "N1130@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -704,18 +777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7929, "usage_id": 12 }, "0101.01.131": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1131, B\u00fcro", "arch_name": "N1131@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -723,19 +798,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7930, "usage_id": 12 }, "0101.01.135": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1135, Seminarraum", "arch_name": "N1135@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15064, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -743,18 +820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7931, "usage_id": 41 }, "0101.01.136": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1136, B\u00fcro", "arch_name": "N1136@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -762,18 +841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19510, "usage_id": 12 }, "0101.01.136A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1136A, Teek\u00fcche", "arch_name": "N1136A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -781,18 +862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67277, "usage_id": 198 }, "0101.01.137": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1137, B\u00fcro", "arch_name": "N1137@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -800,18 +883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7932, "usage_id": 12 }, "0101.01.137A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1137A, Flur", "arch_name": "N1137A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -819,18 +904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67278, "usage_id": 222 }, "0101.01.138": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1138, B\u00fcro", "arch_name": "N1138@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -838,18 +925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7945, "usage_id": 12 }, "0101.01.139": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1139, B\u00fcro", "arch_name": "N1139@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14188, "seats": { @@ -857,18 +946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7950, "usage_id": 12 }, "0101.01.140": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1140, Besprechungsraum", "arch_name": "N1140@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -876,18 +967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7955, "usage_id": 196 }, "0101.01.144": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1144, B\u00fcro", "arch_name": "N1144@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -895,18 +988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7957, "usage_id": 12 }, "0101.01.145": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1145, Sekretariat mit Materialausgabe", "arch_name": "N1145@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -914,18 +1009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7863, "usage_id": 12 }, "0101.01.146": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1146, Teek\u00fcche", "arch_name": "N1146@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -933,19 +1030,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39419, "usage_id": 198 }, "0101.01.147": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1147, Besprechungsraum/B\u00fcro mit Archiv", "arch_name": "N1147@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 20240, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -953,18 +1052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39422, "usage_id": 196 }, "0101.01.148": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1148, B\u00fcro", "arch_name": "N1148@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -972,18 +1073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7872, "usage_id": 12 }, "0101.01.149": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1149, B\u00fcro", "arch_name": "N1149@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -991,19 +1094,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18935, "usage_id": 12 }, "0101.01.150": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1150, B\u00fcro", "arch_name": "N1150@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 19935, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -1011,18 +1116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8006, "usage_id": 12 }, "0101.01.151": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1151, B\u00fcro", "arch_name": "N1151@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -1030,18 +1137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19257, "usage_id": 12 }, "0101.01.152": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1152, B\u00fcro", "arch_name": "N1152@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -1049,18 +1158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19302, "usage_id": 12 }, "0101.01.153": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1153, B\u00fcro", "arch_name": "N1153@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -1068,18 +1179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39579, "usage_id": 12 }, "0101.01.155": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1155, Emeritus", "arch_name": "N1155@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14935, "seats": { @@ -1087,18 +1200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39589, "usage_id": 12 }, "0101.01.156": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1156, B\u00fcro", "arch_name": "N1156@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51537, "seats": { @@ -1106,19 +1221,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8049, "usage_id": 12 }, "0101.01.160": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1160, Zeichensaal mit Arbeitspl\u00e4tzen", "arch_name": "N1160@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15073, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -1126,18 +1243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8051, "usage_id": 55 }, "0101.01.160A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1160A, Lager", "arch_name": "N1160A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -1145,18 +1264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39497, "usage_id": 30 }, "0101.01.170": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1170, WC-Damen", "arch_name": "N1170@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -1164,18 +1285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39502, "usage_id": 116 }, "0101.01.170A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1170A, WC-Vorraum Damen", "arch_name": "N1170A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -1183,18 +1306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69435, "usage_id": 118 }, "0101.01.173": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1173, WC-Herren", "arch_name": "N1173@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -1202,18 +1327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39522, "usage_id": 115 }, "0101.01.173A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1173A, Treppe", "arch_name": "N1173A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -1221,18 +1348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39525, "usage_id": 223 }, "0101.01.173B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1173B, Treppe", "arch_name": "N1173B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -1240,18 +1369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69427, "usage_id": 223 }, "0101.01.173C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1173C, WC-Vorraum Herren", "arch_name": "N1173C@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -1259,18 +1390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69437, "usage_id": 118 }, "0101.01.173D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1173D, WC-Damen", "arch_name": "N1173D@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -1278,18 +1411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69400, "usage_id": 116 }, "0101.01.195": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1195, Bibliothek", "arch_name": "N1195@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14935, "seats": { @@ -1297,18 +1432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39664, "usage_id": 10 }, "0101.01.195A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1195A, LRZ-Verteilerknoten", "arch_name": "N1195A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39906, "seats": { @@ -1316,18 +1453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39667, "usage_id": 120 }, "0101.01.195B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1195B, Installationsschacht", "arch_name": "N1195B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -1335,18 +1474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69438, "usage_id": 120 }, "0101.01.196": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1196, Flur", "arch_name": "N1196@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1354,18 +1495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39670, "usage_id": 222 }, "0101.01.197": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1197, Flur", "arch_name": "N1197@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1373,18 +1516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39707, "usage_id": 222 }, "0101.01.198": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1198, Flur", "arch_name": "N1198@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1392,19 +1537,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39709, "usage_id": 222 }, "0101.01.199": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1199, N1 1.OG, Foyer", "arch_name": "N1199@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 17983, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1412,18 +1559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18959, "usage_id": 222 }, "0101.01.199A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1199A, N1 1.OG, Studentische Arbeitspl\u00e4tze", "arch_name": "N1199A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1431,18 +1580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65632, "usage_id": 208 }, "0101.01.199B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1199B, Treppe", "arch_name": "N1199B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1450,18 +1601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69394, "usage_id": 223 }, "0101.01.199C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1199C, Treppe", "arch_name": "N1199C@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1469,18 +1622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69397, "usage_id": 223 }, "0101.01.199D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1199D, Treppe", "arch_name": "N1199D@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1488,18 +1643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69395, "usage_id": 223 }, "0101.01.199E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1199E, Treppe", "arch_name": "N1199E@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1507,18 +1664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69399, "usage_id": 223 }, "0101.01.199F": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1199F, Treppe", "arch_name": "N1199F@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1526,18 +1685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69396, "usage_id": 223 }, "0101.01.199G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1199G, Treppe", "arch_name": "N1199G@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1545,19 +1706,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69398, "usage_id": 223 }, "0101.02.100": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2100, N1 2.OG, Foyer", "arch_name": "N2100@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 17985, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1565,18 +1728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18961, "usage_id": 222 }, "0101.02.100A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2100A, Studentenarbeitspl\u00e4tze", "arch_name": "N2100A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -1584,19 +1749,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65162, "usage_id": 208 }, "0101.02.101": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2101, B\u00fcro", "arch_name": "N2101@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 19075, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15392, "seats": { @@ -1604,19 +1771,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8134, "usage_id": 12 }, "0101.02.102": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2102, El-Praktikum", "arch_name": "N2102@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15079, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19660, "seats": { @@ -1624,19 +1793,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8137, "usage_id": 211 }, "0101.02.103": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2103, Studentenarbeitsplatz mit DV", "arch_name": "N2103@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 26931, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15395, "seats": { @@ -1644,18 +1815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8065, "usage_id": 208 }, "0101.02.104": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2104, B\u00fcro", "arch_name": "N2104@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15392, "seats": { @@ -1663,18 +1836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8067, "usage_id": 12 }, "0101.02.105": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2105, B\u00fcro", "arch_name": "N2105@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15392, "seats": { @@ -1682,18 +1857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8071, "usage_id": 12 }, "0101.02.110": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2110, B\u00fcro", "arch_name": "N2110@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15392, "seats": { @@ -1701,18 +1878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14145, "usage_id": 12 }, "0101.02.111": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2111, Hausmeister", "arch_name": "N2111@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 37992, "seats": { @@ -1720,18 +1899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39766, "usage_id": 12 }, "0101.02.112": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2112, Studentenarbeitsraum", "arch_name": "N2112@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15392, "seats": { @@ -1739,18 +1920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14148, "usage_id": 208 }, "0101.02.114": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2114, B\u00fcro", "arch_name": "N2114@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15392, "seats": { @@ -1758,18 +1941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8078, "usage_id": 12 }, "0101.02.115": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2115, B\u00fcro", "arch_name": "N2115@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15392, "seats": { @@ -1777,18 +1962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8079, "usage_id": 12 }, "0101.02.116": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2116, B\u00fcro", "arch_name": "N2116@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15392, "seats": { @@ -1796,18 +1983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8080, "usage_id": 12 }, "0101.02.117": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2117, B\u00fcro", "arch_name": "N2117@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15392, "seats": { @@ -1815,18 +2004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8083, "usage_id": 12 }, "0101.02.118": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2118, B\u00fcro", "arch_name": "N2118@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15392, "seats": { @@ -1834,18 +2025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39876, "usage_id": 12 }, "0101.02.119": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2119, B\u00fcro", "arch_name": "N2119@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15392, "seats": { @@ -1853,18 +2046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8162, "usage_id": 12 }, "0101.02.120": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2120, B\u00fcro", "arch_name": "N2120@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15392, "seats": { @@ -1872,18 +2067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8164, "usage_id": 12 }, "0101.02.121": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2121, B\u00fcro", "arch_name": "N2121@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15392, "seats": { @@ -1891,18 +2088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8166, "usage_id": 12 }, "0101.02.122": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2122, Besprechungsraum", "arch_name": "N2122@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15392, "seats": { @@ -1910,18 +2109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8170, "usage_id": 196 }, "0101.02.123": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2123, B\u00fcro", "arch_name": "N2123@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15392, "seats": { @@ -1929,18 +2130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8189, "usage_id": 12 }, "0101.02.124": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2124, B\u00fcro", "arch_name": "N2124@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15392, "seats": { @@ -1948,18 +2151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8193, "usage_id": 12 }, "0101.02.127": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2127, Aufenthaltsraum/K\u00fcche", "arch_name": "N2127@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15392, "seats": { @@ -1967,19 +2172,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39903, "usage_id": 44 }, "0101.02.128": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2128, Seminarraum", "arch_name": "N2128@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 21543, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15392, "seats": { @@ -1987,19 +2194,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19317, "usage_id": 41 }, "0101.02.133": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2133, Besprechungsraum", "arch_name": "N2133@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15085, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15392, "seats": { @@ -2007,18 +2216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8205, "usage_id": 196 }, "0101.02.134": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2134, Praktikumsraum", "arch_name": "N2134@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15392, "seats": { @@ -2026,19 +2237,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62720, "usage_id": 211 }, "0101.02.135": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2135, Cip-Pool", "arch_name": "N2135@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 29472, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15392, "seats": { @@ -2046,18 +2259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8209, "usage_id": 213 }, "0101.02.136": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2136, B\u00fcro", "arch_name": "N2136@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15392, "seats": { @@ -2065,18 +2280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8211, "usage_id": 12 }, "0101.02.137": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2137, B\u00fcro", "arch_name": "N2137@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15392, "seats": { @@ -2084,18 +2301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8213, "usage_id": 12 }, "0101.02.138": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2138, B\u00fcro", "arch_name": "N2138@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15392, "seats": { @@ -2103,18 +2322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8216, "usage_id": 12 }, "0101.02.139": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2139, B\u00fcro", "arch_name": "N2139@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15392, "seats": { @@ -2122,18 +2343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8219, "usage_id": 12 }, "0101.02.140": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2140, B\u00fcro", "arch_name": "N2140@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 52079, "seats": { @@ -2141,18 +2364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8226, "usage_id": 12 }, "0101.02.141": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2141, B\u00fcro", "arch_name": "N2141@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2160,18 +2385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8228, "usage_id": 12 }, "0101.02.142": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2142, Dekanat", "arch_name": "N2142@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2179,18 +2406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8230, "usage_id": 12 }, "0101.02.143": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2143, Dekanat", "arch_name": "N2143@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2198,18 +2427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8232, "usage_id": 12 }, "0101.02.144": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2144, Dekanat", "arch_name": "N2144@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2217,18 +2448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39820, "usage_id": 12 }, "0101.02.145": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2145, Promotionen, Graduiertenzentrum EI", "arch_name": "N2145@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2236,19 +2469,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19411, "usage_id": 12 }, "0101.02.146": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2146, Dekanat Gesch\u00e4ftsf\u00fchrer", "arch_name": "N2146@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 33612, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2256,18 +2491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19449, "usage_id": 12 }, "0101.02.147": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2147, Studiendekanat", "arch_name": "N2147@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2275,18 +2512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14390, "usage_id": 12 }, "0101.02.148": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2148, Studiendekanat", "arch_name": "N2148@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2294,18 +2533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39834, "usage_id": 12 }, "0101.02.148A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2148A, Vervielf\u00e4ltigungsraum", "arch_name": "N2148A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2313,18 +2554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69431, "usage_id": 110 }, "0101.02.149": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2149, Studiendekanat", "arch_name": "N2149@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2332,18 +2575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14393, "usage_id": 12 }, "0101.02.150": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2150, Studiendekanat", "arch_name": "N2150@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2351,18 +2596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19456, "usage_id": 12 }, "0101.02.150A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2150A, B\u00fcro", "arch_name": "N2150A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2370,18 +2617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69430, "usage_id": 12 }, "0101.02.151": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2151, Studienreferent", "arch_name": "N2151@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15328, "seats": { @@ -2389,18 +2638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14395, "usage_id": 12 }, "0101.02.155": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2155, B\u00fcro", "arch_name": "N2155@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44491, "seats": { @@ -2408,18 +2659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39803, "usage_id": 12 }, "0101.02.157": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2157, Cip-Raum", "arch_name": "N2157@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 44491, "seats": { @@ -2427,19 +2680,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39809, "usage_id": 135 }, "0101.02.159": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2159, Elektronikpraktikum", "arch_name": "N2159@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15082, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -2447,19 +2702,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8180, "usage_id": 211 }, "0101.02.160": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2160, B\u00fcro", "arch_name": "N2160@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 19000, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51537, "seats": { @@ -2467,19 +2724,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8183, "usage_id": 12 }, "0101.02.161": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2161, B\u00fcro", "arch_name": "N2161@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 18483, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51537, "seats": { @@ -2487,18 +2746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8184, "usage_id": 12 }, "0101.02.171": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2171, Treppe", "arch_name": "N2171@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -2506,18 +2767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41391, "usage_id": 223 }, "0101.02.171A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2171A, Treppe", "arch_name": "N2171A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -2525,18 +2788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69432, "usage_id": 223 }, "0101.02.175": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2175, WC-Herren", "arch_name": "N2175@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -2544,18 +2809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41405, "usage_id": 115 }, "0101.02.175A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2175A, WC-Vorraum Herren", "arch_name": "N2175A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -2563,18 +2830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69442, "usage_id": 118 }, "0101.02.178": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2178, Lager", "arch_name": "N2178@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -2582,19 +2851,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41465, "usage_id": 30 }, "0101.02.179": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N 1179, Wilhelm-Nusselt-H\u00f6rsaal", "arch_name": "N1179@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 12514, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -2602,18 +2873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8104, "usage_id": 20 }, "0101.02.179A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2179A, Regieraum, H\u00f6rsaal-Technik", "arch_name": "N2179A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -2621,18 +2894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19587, "usage_id": 153 }, "0101.02.184": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2184, L\u00fcftung", "arch_name": "N2184@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -2640,18 +2915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41474, "usage_id": 32 }, "0101.02.186": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2186, L\u00fcftung", "arch_name": "N2186@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -2659,18 +2936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41477, "usage_id": 32 }, "0101.02.186A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2186A, Raumlufttechnische Anlage", "arch_name": "N2186A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -2678,19 +2957,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69439, "usage_id": 32 }, "0101.02.189": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N 1189, Hans-Piloty-H\u00f6rsaal", "arch_name": "N1189@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 12513, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -2698,18 +2979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8106, "usage_id": 20 }, "0101.02.189A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2189A, Regieraum, H\u00f6rsaal-Technik", "arch_name": "N2189A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -2717,19 +3000,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19596, "usage_id": 153 }, "0101.02.190": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N 1190, Hans-Heinrich-Meinke-H\u00f6rsaal", "arch_name": "N1190@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 12506, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -2737,18 +3022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8108, "usage_id": 20 }, "0101.02.190A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2190A, Regieraum, H\u00f6rsaal-Technik", "arch_name": "N2190A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -2756,18 +3043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14249, "usage_id": 153 }, "0101.02.190C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2190C, Regieraum", "arch_name": "N2190C@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -2775,18 +3064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69440, "usage_id": 153 }, "0101.02.190D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2190D, Regieraum", "arch_name": "N2190D@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -2794,18 +3085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69429, "usage_id": 153 }, "0101.02.191": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2191, L\u00fcftung", "arch_name": "N2191@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -2813,18 +3106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41535, "usage_id": 32 }, "0101.02.192": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2192, K\u00e4ltemaschine", "arch_name": "N2192@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -2832,18 +3127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41540, "usage_id": 32 }, "0101.02.194": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2194, WC-Damen", "arch_name": "N2194@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -2851,18 +3148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41549, "usage_id": 116 }, "0101.02.195": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2195, Treppe", "arch_name": "N2195@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -2870,18 +3169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41615, "usage_id": 223 }, "0101.02.195A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2195A, Treppe", "arch_name": "N2195A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -2889,18 +3190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41617, "usage_id": 223 }, "0101.02.195B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2195B, Flur", "arch_name": "N2195B@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -2908,18 +3211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69451, "usage_id": 222 }, "0101.02.195C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2195C, Flur", "arch_name": "N2195C@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -2927,18 +3232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69450, "usage_id": 222 }, "0101.02.195D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2195D, Flur", "arch_name": "N2195D@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -2946,18 +3253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69441, "usage_id": 222 }, "0101.02.196": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2196, Flur", "arch_name": "N2196@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -2965,18 +3274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41622, "usage_id": 222 }, "0101.02.196A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2196A, Flur", "arch_name": "N2196A@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -2984,18 +3295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41629, "usage_id": 222 }, "0101.02.196B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2196B, Flur", "arch_name": "N2196B@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -3003,18 +3316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69453, "usage_id": 222 }, "0101.02.196C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2196C, Flur", "arch_name": "N2196C@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -3022,18 +3337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69452, "usage_id": 222 }, "0101.02.197": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2197, Flur", "arch_name": "N2197@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3041,18 +3358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41695, "usage_id": 222 }, "0101.02.198": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2198, Flur", "arch_name": "N2198@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -3060,18 +3379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41701, "usage_id": 222 }, "0101.02.199": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2199, Flur", "arch_name": "N2199@0101", "area_id": 27, "building_id": 561, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -3079,18 +3400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41706, "usage_id": 222 }, "0101.DG.101": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3101, Treppe Ost/Dachgeschoss", "arch_name": "N3101@0101", "area_id": 27, "building_id": 561, + "floor_level": "DG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3098,18 +3421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41712, "usage_id": 223 }, "0101.DG.102": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3102, Aufzugsmaschinenraum", "arch_name": "N3102@0101", "area_id": 27, "building_id": 561, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -3117,18 +3442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41778, "usage_id": 5 }, "0101.DG.103": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3103, Wasserversorgung Dachgeschoss Ost", "arch_name": "N3103@0101", "area_id": 27, "building_id": 561, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -3136,18 +3463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41783, "usage_id": 183 }, "0101.DG.104": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3104, Treppe West Dachgeschoss", "arch_name": "N3104@0101", "area_id": 27, "building_id": 561, + "floor_level": "DG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3155,18 +3484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41786, "usage_id": 223 }, "0101.DG.105": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3105, Aufzugsmaschinenraum", "arch_name": "N3105@0101", "area_id": 27, "building_id": 561, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -3174,18 +3505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41791, "usage_id": 5 }, "0101.DG.996": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Freiluftexperimentierfl\u00e4che", "arch_name": "@0101", "area_id": 27, "building_id": 561, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -3193,18 +3526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69468, "usage_id": 218 }, "0101.DG.996A": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Freiluftexperimentierfl\u00e4che", "arch_name": "@0101", "area_id": 27, "building_id": 561, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -3212,19 +3547,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69467, "usage_id": 218 }, "0101.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0110, N1 EG, Foyer", "arch_name": "N0110@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 17982, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -3232,18 +3569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14450, "usage_id": 222 }, "0101.EG.110A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0110A, Flur", "arch_name": "N0110A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3251,18 +3590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38596, "usage_id": 222 }, "0101.EG.110B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0110B, Flur", "arch_name": "N0110B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3270,18 +3611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38607, "usage_id": 222 }, "0101.EG.110C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0110C, Treppe", "arch_name": "N0110C@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3289,18 +3632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69404, "usage_id": 223 }, "0101.EG.110D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0110D, Treppe", "arch_name": "N0110D@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3308,18 +3653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69403, "usage_id": 223 }, "0101.EG.110E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0110E, Treppe", "arch_name": "N0110E@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3327,18 +3674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69402, "usage_id": 223 }, "0101.EG.110F": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0110F, Treppe", "arch_name": "N0110F@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3346,18 +3695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69401, "usage_id": 223 }, "0101.EG.110H": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0110H, Treppe im Freien", "arch_name": "N0110H@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -3365,18 +3716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69408, "usage_id": 7 }, "0101.EG.110I": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0110I, Lager", "arch_name": "N0110I@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -3384,18 +3737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69425, "usage_id": 30 }, "0101.EG.111": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0111, Studentenlabor", "arch_name": "N0111@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3403,18 +3758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38614, "usage_id": 208 }, "0101.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0113, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0113@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45290, "seats": { @@ -3422,18 +3779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7457, "usage_id": 12 }, "0101.EG.115": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0115, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0115@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45290, "seats": { @@ -3441,19 +3800,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7465, "usage_id": 12 }, "0101.EG.116": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0116, Seminarraum", "arch_name": "N0116@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15030, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3461,18 +3822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7470, "usage_id": 41 }, "0101.EG.118": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0118, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0118@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3480,19 +3843,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7475, "usage_id": 12 }, "0101.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0120, Studentenlabor", "arch_name": "N0120@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 24010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3500,18 +3865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38649, "usage_id": 208 }, "0101.EG.122": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0122, Studentenlabor", "arch_name": "N0122@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3519,18 +3886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38656, "usage_id": 208 }, "0101.EG.123": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0123, Windfang", "arch_name": "N0123@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3538,18 +3907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38662, "usage_id": 52 }, "0101.EG.123A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0123A, Flur", "arch_name": "N0123A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3557,18 +3928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69414, "usage_id": 222 }, "0101.EG.123B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0123B, Gang, Weg im Freien", "arch_name": "N0123B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -3576,18 +3949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69418, "usage_id": 219 }, "0101.EG.125": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0125, Ordinarius", "arch_name": "N0125@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3595,18 +3970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7495, "usage_id": 12 }, "0101.EG.126B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0126B, Sekretariat", "arch_name": "N0126B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3614,18 +3991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7497, "usage_id": 40 }, "0101.EG.126C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0126C, Teek\u00fcche", "arch_name": "N0126C@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -3633,19 +4012,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54541, "usage_id": 198 }, "0101.EG.128": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0128, Besprechungsraum / Pr\u00fcfung", "arch_name": "N0128@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 18474, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3653,18 +4034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38672, "usage_id": 196 }, "0101.EG.129": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0129, Kopierraum", "arch_name": "N0129@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -3672,18 +4055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38677, "usage_id": 110 }, "0101.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0130, Serverraum", "arch_name": "N0130@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -3691,18 +4076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38679, "usage_id": 207 }, "0101.EG.131": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0131, Netzwerkadministrator", "arch_name": "N0131@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3710,18 +4097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7508, "usage_id": 12 }, "0101.EG.132": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0132, B\u00fcro", "arch_name": "N0132@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3729,18 +4118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7511, "usage_id": 12 }, "0101.EG.133": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0133, B\u00fcro", "arch_name": "N0133@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3748,18 +4139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7515, "usage_id": 12 }, "0101.EG.134": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0134, B\u00fcro", "arch_name": "N0134@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3767,18 +4160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7519, "usage_id": 12 }, "0101.EG.135": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0135, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0135@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3786,18 +4181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7524, "usage_id": 12 }, "0101.EG.136": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0136, B\u00fcro", "arch_name": "N0136@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3805,18 +4202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7528, "usage_id": 12 }, "0101.EG.137": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0137, Studentenlabor", "arch_name": "N0137@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -3824,18 +4223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38554, "usage_id": 208 }, "0101.EG.138": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0138, B\u00fcro", "arch_name": "N0138@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -3843,18 +4244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7424, "usage_id": 12 }, "0101.EG.139": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0139, B\u00fcro", "arch_name": "N0139@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -3862,18 +4265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38565, "usage_id": 12 }, "0101.EG.140": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0140, Windfang", "arch_name": "N0140@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3881,18 +4286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38570, "usage_id": 52 }, "0101.EG.140A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0140A, Flur", "arch_name": "N0140A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -3900,18 +4307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69415, "usage_id": 222 }, "0101.EG.140B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0140B, Gang, Weg im Freien", "arch_name": "N0140B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -3919,18 +4328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69417, "usage_id": 219 }, "0101.EG.141": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0141, Elektronik-Werkstatt", "arch_name": "N0141@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -3938,18 +4349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38578, "usage_id": 51 }, "0101.EG.142": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0142, B\u00fcro mit Archiv", "arch_name": "N0142@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -3957,18 +4370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38585, "usage_id": 12 }, "0101.EG.144": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0144, B\u00fcro", "arch_name": "N0144@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -3976,18 +4391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7439, "usage_id": 12 }, "0101.EG.146": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0146, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0146@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -3995,18 +4412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7440, "usage_id": 12 }, "0101.EG.147": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0147, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0147@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -4014,18 +4433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38528, "usage_id": 12 }, "0101.EG.148": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0148, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0148@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -4033,18 +4454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13454, "usage_id": 12 }, "0101.EG.149": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0149, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0149@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -4052,18 +4475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54564, "usage_id": 12 }, "0101.EG.150": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0150, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N0150@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -4071,19 +4496,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7445, "usage_id": 12 }, "0101.EG.151": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0151, Kinderspielraum", "arch_name": "N0151@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 30552, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -4091,19 +4518,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7448, "usage_id": 146 }, "0101.EG.152": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0152, Werkstatt", "arch_name": "N0152@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15236, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53118, "seats": { @@ -4111,19 +4540,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20467, "usage_id": 51 }, "0101.EG.160": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0160, Schausammlung \u00f6ffentl.", "arch_name": "N0160@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 20135, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 53118, "seats": { @@ -4131,18 +4562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38542, "usage_id": 148 }, "0101.EG.160A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0160A, Treppe", "arch_name": "N0160A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -4150,18 +4583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38720, "usage_id": 223 }, "0101.EG.160B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0160B, Treppe", "arch_name": "N0160B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -4169,18 +4604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38723, "usage_id": 223 }, "0101.EG.170": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0170, WC-Herren", "arch_name": "N0170@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4188,18 +4625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38730, "usage_id": 115 }, "0101.EG.170A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0170A, Aufzug", "arch_name": "N0170A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -4207,18 +4646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38733, "usage_id": 4 }, "0101.EG.170B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0170B, Putzraum", "arch_name": "N0170B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4226,18 +4667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38738, "usage_id": 205 }, "0101.EG.170C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0170C, Flur zu WC", "arch_name": "N0170C@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -4245,18 +4688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38741, "usage_id": 222 }, "0101.EG.170D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0170D, WC-Damen mit Dusche", "arch_name": "N0170D@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4264,18 +4709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69409, "usage_id": 116 }, "0101.EG.170E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0170E, Putzraum", "arch_name": "N0170E@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -4283,18 +4730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69422, "usage_id": 205 }, "0101.EG.171": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0171, Treppenraum", "arch_name": "N0171@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -4302,18 +4751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38746, "usage_id": 223 }, "0101.EG.171A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0171A, Flur", "arch_name": "N0171A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -4321,18 +4772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38751, "usage_id": 222 }, "0101.EG.171B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0171b, Kellertreppe", "arch_name": "N0171b@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -4340,18 +4793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38755, "usage_id": 203 }, "0101.EG.171C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0171C, Flur", "arch_name": "N0171C@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -4359,18 +4814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69407, "usage_id": 222 }, "0101.EG.171D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0171D, Lager Hausmeister", "arch_name": "N0171D@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37992, "seats": { @@ -4378,18 +4835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69421, "usage_id": 30 }, "0101.EG.171E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0171E, Treppe", "arch_name": "N0171E@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -4397,18 +4856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69419, "usage_id": 223 }, "0101.EG.172A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0172A, WC-Damen / Wickeltisch", "arch_name": "N0172A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4416,18 +4877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38759, "usage_id": 118 }, "0101.EG.172B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0172B, WC-Damen", "arch_name": "N0172B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4435,18 +4898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69410, "usage_id": 116 }, "0101.EG.174B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0174B, Beh.-WC", "arch_name": "N0174B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4454,18 +4919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38764, "usage_id": 117 }, "0101.EG.176": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0176, RLT", "arch_name": "N0176@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -4473,18 +4940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38770, "usage_id": 32 }, "0101.EG.176B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0176B, WC-Damen", "arch_name": "N0176B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4492,18 +4961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38828, "usage_id": 116 }, "0101.EG.176C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0176C, WC-Vorraum Damen", "arch_name": "N0176C@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4511,18 +4982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69424, "usage_id": 118 }, "0101.EG.177": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0177, Technikraum 2", "arch_name": "N0177@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14156, "seats": { @@ -4530,18 +5003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38832, "usage_id": 207 }, "0101.EG.178A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0178A, Vorraum Server", "arch_name": "N0178A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -4549,18 +5024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38836, "usage_id": 30 }, "0101.EG.178B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0178B, Technikraum 2", "arch_name": "N0178B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -4568,18 +5045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38838, "usage_id": 207 }, "0101.EG.179": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0179, Lager", "arch_name": "N0179@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 37992, "seats": { @@ -4587,18 +5066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38843, "usage_id": 30 }, "0101.EG.179A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0179A, Brandmeldezentrale", "arch_name": "N0179A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 26064, "seats": { @@ -4606,18 +5087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38859, "usage_id": 120 }, "0101.EG.179B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0179B, Technikraum Lager", "arch_name": "N0179B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14156, "seats": { @@ -4625,18 +5108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66734, "usage_id": 30 }, "0101.EG.180": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0180, Maschinenraum", "arch_name": "N0180@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -4644,18 +5129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38861, "usage_id": 120 }, "0101.EG.189": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0189, Garderobe", "arch_name": "N0189@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -4663,18 +5150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38864, "usage_id": 121 }, "0101.EG.190": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0190, Flur", "arch_name": "N0190@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37992, "seats": { @@ -4682,18 +5171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38875, "usage_id": 222 }, "0101.EG.190A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0190A, Lager", "arch_name": "N0190A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4701,18 +5192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38694, "usage_id": 30 }, "0101.EG.190B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0190B, Lager", "arch_name": "N0190B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4720,18 +5213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38698, "usage_id": 30 }, "0101.EG.190C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0190C, Flur", "arch_name": "N0190C@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37992, "seats": { @@ -4739,18 +5234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38703, "usage_id": 222 }, "0101.EG.190D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0190D, Flur", "arch_name": "N0190D@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 37992, "seats": { @@ -4758,18 +5255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38706, "usage_id": 222 }, "0101.EG.190E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0190E, Lager", "arch_name": "N0190E@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -4777,18 +5276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69405, "usage_id": 30 }, "0101.EG.191": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0191, Tagungsm\u00f6bellager", "arch_name": "N0191@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -4796,18 +5297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38711, "usage_id": 30 }, "0101.EG.191A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0191A, Lager", "arch_name": "N0191A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14934, "seats": { @@ -4815,18 +5318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38717, "usage_id": 30 }, "0101.EG.192A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0192A, WC-Herren", "arch_name": "N0192A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4834,18 +5339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38955, "usage_id": 115 }, "0101.EG.192B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0192B, WC-Vorraum Herren", "arch_name": "N0192B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -4853,18 +5360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69423, "usage_id": 118 }, "0101.EG.194": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0194, Treppenraum", "arch_name": "N0194@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -4872,18 +5381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38959, "usage_id": 223 }, "0101.EG.194A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0194A, Treppe", "arch_name": "N0194A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -4891,18 +5402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38964, "usage_id": 223 }, "0101.EG.194B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0194B, Flur", "arch_name": "N0194B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -4910,18 +5423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38968, "usage_id": 222 }, "0101.EG.194C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0194C, Flur", "arch_name": "N0194C@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -4929,18 +5444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38973, "usage_id": 222 }, "0101.EG.194D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0194D, Lager", "arch_name": "N0194D@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -4948,19 +5465,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69420, "usage_id": 30 }, "0101.EG.195": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0195, Lager Baumechanik", "arch_name": "N0195@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 19303, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14935, "seats": { @@ -4968,18 +5487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38978, "usage_id": 30 }, "0101.EG.195A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0195A, Lager Baumechanik", "arch_name": "N0195A@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14935, "seats": { @@ -4987,18 +5508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38982, "usage_id": 30 }, "0101.EG.195B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0195B, Lager Baumechanik", "arch_name": "N0195B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14935, "seats": { @@ -5006,18 +5529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38985, "usage_id": 30 }, "0101.EG.195D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0195D, Aufzug", "arch_name": "N0195D@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -5025,18 +5550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38992, "usage_id": 4 }, "0101.EG.198B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0198B, WC-Damen", "arch_name": "N0198B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -5044,18 +5571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38998, "usage_id": 116 }, "0101.EG.198D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0198D, WC-Vorraum Damen", "arch_name": "N0198D@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -5063,19 +5592,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69416, "usage_id": 118 }, "0101.EG.199": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0199, Cip-Raum", "arch_name": "N0199@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15038, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -5083,18 +5614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7566, "usage_id": 135 }, "0101.EG.199B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0199B, Technik RLT", "arch_name": "N0199B@0101", "area_id": 27, "building_id": 561, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -5102,18 +5635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39002, "usage_id": 32 }, "0101.U1.101": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK101, B\u00fcro Fahrbereitschaft", "arch_name": "NK101@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37986, "seats": { @@ -5121,18 +5656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37412, "usage_id": 12 }, "0101.U1.101A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK101A, Aufenthaltsraum Fahrbereitschaft", "arch_name": "NK101A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37986, "seats": { @@ -5140,18 +5677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67621, "usage_id": 44 }, "0101.U1.103": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK103, L\u00fcftung", "arch_name": "NK103@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5159,18 +5698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37420, "usage_id": 32 }, "0101.U1.104": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK104, L\u00fcftung", "arch_name": "NK104@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5178,18 +5719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37426, "usage_id": 32 }, "0101.U1.107": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK107, WC", "arch_name": "NK107@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -5197,18 +5740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37440, "usage_id": 114 }, "0101.U1.109": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK109, Waschhalle", "arch_name": "NK109@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37986, "seats": { @@ -5216,18 +5761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37442, "usage_id": 155 }, "0101.U1.109A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK109A, Reifenlager", "arch_name": "NK109A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -5235,18 +5782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37450, "usage_id": 30 }, "0101.U1.109B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK109B, Umkleide", "arch_name": "NK109B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -5254,18 +5803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37459, "usage_id": 121 }, "0101.U1.109C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK109C, Lager", "arch_name": "NK109C@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -5273,18 +5824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37477, "usage_id": 30 }, "0101.U1.109D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK109D, Durchgang", "arch_name": "NK109D@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5292,18 +5845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37479, "usage_id": 16 }, "0101.U1.109E": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK109E, Raumluftpodest im NK109C", "arch_name": "NK109E@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5311,18 +5866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67622, "usage_id": 32 }, "0101.U1.109F": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK109F, Park-Durchgangsbereich zu NK 109D", "arch_name": "NK109F@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5330,18 +5887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67623, "usage_id": 100 }, "0101.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK110, Raumluft", "arch_name": "NK110@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5349,18 +5908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37483, "usage_id": 32 }, "0101.U1.111": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK111, Flur", "arch_name": "NK111@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5368,18 +5929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37498, "usage_id": 222 }, "0101.U1.111A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK111A, Flur", "arch_name": "NK111A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -5387,18 +5950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37384, "usage_id": 222 }, "0101.U1.111B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK111B, Flur", "arch_name": "NK111B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -5406,18 +5971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37386, "usage_id": 222 }, "0101.U1.112": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK112, Archiv", "arch_name": "NK112@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15331, "seats": { @@ -5425,18 +5992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37391, "usage_id": 2 }, "0101.U1.112A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK112A, LRZ-Verteilerknoten", "arch_name": "NK112A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39906, "seats": { @@ -5444,18 +6013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37396, "usage_id": 120 }, "0101.U1.113": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK113, Metallwerkst\u00e4tte grob", "arch_name": "NK113@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -5463,18 +6034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37399, "usage_id": 51 }, "0101.U1.114": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK114, Stromversorgung", "arch_name": "NK114@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -5482,18 +6055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37604, "usage_id": 160 }, "0101.U1.115": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK115, Stromversorgung", "arch_name": "NK115@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -5501,18 +6076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37607, "usage_id": 160 }, "0101.U1.117": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK117, Flur", "arch_name": "NK117@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5520,18 +6097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37611, "usage_id": 222 }, "0101.U1.118": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK118, L\u00fcftung", "arch_name": "NK118@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5539,18 +6118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37616, "usage_id": 32 }, "0101.U1.118A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK118A, Stromversorgung", "arch_name": "NK118A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5558,18 +6139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37619, "usage_id": 160 }, "0101.U1.118B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK118B, Stromversorgung", "arch_name": "NK118B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5577,18 +6160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37627, "usage_id": 160 }, "0101.U1.118C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK118C, Stromversorgung", "arch_name": "NK118C@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5596,18 +6181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37633, "usage_id": 160 }, "0101.U1.118D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK118D, Stromversorgung", "arch_name": "NK118D@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5615,18 +6202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37638, "usage_id": 160 }, "0101.U1.118E": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK118E, Stromversorgung", "arch_name": "NK118E@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5634,18 +6223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37642, "usage_id": 160 }, "0101.U1.118F": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK118F, Stromversorgung", "arch_name": "NK118F@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5653,18 +6244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37650, "usage_id": 160 }, "0101.U1.119": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK119, Stromversorgung", "arch_name": "NK119@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5672,18 +6265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37658, "usage_id": 160 }, "0101.U1.125": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK125, L\u00fcftung", "arch_name": "NK125@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5691,18 +6286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37665, "usage_id": 32 }, "0101.U1.126": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK126, L\u00fcftung", "arch_name": "NK126@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5710,18 +6307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37674, "usage_id": 32 }, "0101.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK130, Treppe", "arch_name": "NK130@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -5729,18 +6328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37680, "usage_id": 223 }, "0101.U1.130A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK130A, Flur", "arch_name": "NK130A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5748,18 +6349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63632, "usage_id": 222 }, "0101.U1.131": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK131, Treppe", "arch_name": "NK131@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5767,18 +6370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37690, "usage_id": 223 }, "0101.U1.132": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK132, Treppe/Flur", "arch_name": "NK132@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -5786,18 +6391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37499, "usage_id": 223 }, "0101.U1.132A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK132A, Flur", "arch_name": "NK132A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5805,18 +6412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69406, "usage_id": 222 }, "0101.U1.132B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK132B, Flur", "arch_name": "NK132B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5824,18 +6433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69381, "usage_id": 222 }, "0101.U1.132C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK132C, Abstellraum", "arch_name": "NK132C@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5843,18 +6454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69379, "usage_id": 159 }, "0101.U1.132D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK132D, Flur", "arch_name": "NK132D@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5862,18 +6475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69382, "usage_id": 222 }, "0101.U1.140": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK140, RLT-Anlage (Zugang Steiggitter 0102)", "arch_name": "NK140@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -5881,18 +6496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63333, "usage_id": 32 }, "0101.U1.140A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK140A, Treppe", "arch_name": "NK140A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5900,18 +6517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69443, "usage_id": 223 }, "0101.U1.199M": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK199M, Schacht f.Personenaufzug", "arch_name": "NK199M@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -5919,18 +6538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69378, "usage_id": 195 }, "0101.U1.201": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT201, Dienstfahrzeuge", "arch_name": "NT201@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -5938,18 +6559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37502, "usage_id": 100 }, "0101.U1.202": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT202, Dienstfahrzeuge", "arch_name": "NT202@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -5957,18 +6580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37507, "usage_id": 100 }, "0101.U1.203": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT203, Dienstfahrzeuge", "arch_name": "NT203@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -5976,18 +6601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37518, "usage_id": 100 }, "0101.U1.204": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT204, Dienstfahrzeuge", "arch_name": "NT204@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -5995,18 +6622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37549, "usage_id": 100 }, "0101.U1.204A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT204A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT204A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6014,18 +6643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69458, "usage_id": 100 }, "0101.U1.204B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT204B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT204B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6033,18 +6664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69456, "usage_id": 100 }, "0101.U1.205": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT205, Dienstfahrzeuge", "arch_name": "NT205@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -6052,18 +6685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37558, "usage_id": 100 }, "0101.U1.205A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT205A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT205A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6071,18 +6706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69457, "usage_id": 100 }, "0101.U1.205B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT205B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT205B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6090,18 +6727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69455, "usage_id": 100 }, "0101.U1.206": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT206, Dienstfahrzeuge", "arch_name": "NT206@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -6109,18 +6748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37565, "usage_id": 100 }, "0101.U1.206A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT206A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT206A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6128,18 +6769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69460, "usage_id": 100 }, "0101.U1.206B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT206B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT206B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6147,18 +6790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69461, "usage_id": 100 }, "0101.U1.207": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT207, Dienstparkplatz", "arch_name": "NT207@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -6166,18 +6811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37573, "usage_id": 100 }, "0101.U1.208": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT208, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT208@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6185,18 +6832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69376, "usage_id": 100 }, "0101.U1.209": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT209, Dienstfahrzeuge", "arch_name": "NT209@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -6204,18 +6853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37582, "usage_id": 100 }, "0101.U1.209A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT209A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT209A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6223,18 +6874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69374, "usage_id": 100 }, "0101.U1.209B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT209B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT209B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6242,18 +6895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69372, "usage_id": 100 }, "0101.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT210, Dienstfahrzeuge", "arch_name": "NT210@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -6261,18 +6916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37590, "usage_id": 100 }, "0101.U1.210A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT210A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT210A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6280,18 +6937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69375, "usage_id": 100 }, "0101.U1.210B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT210B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT210B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6299,18 +6958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69373, "usage_id": 100 }, "0101.U1.211": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT211, Dienstfahrzeuge", "arch_name": "NT211@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -6318,18 +6979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37598, "usage_id": 100 }, "0101.U1.211A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT211A, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT211A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6337,18 +7000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69464, "usage_id": 100 }, "0101.U1.211B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT211B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT211B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6356,18 +7021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69465, "usage_id": 100 }, "0101.U1.212": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT212, Dienstfahrzeuge/Zugang zu NK109C", "arch_name": "NT212@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -6375,18 +7042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67150, "usage_id": 100 }, "0101.U1.300": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT300, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT300@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6394,18 +7063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69371, "usage_id": 100 }, "0101.U1.301": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT301, Parkbucht", "arch_name": "NT301@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6413,18 +7084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37526, "usage_id": 100 }, "0101.U1.302": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT302, Parkbucht", "arch_name": "NT302@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6432,18 +7105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37541, "usage_id": 100 }, "0101.U1.303": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT303, Parkbucht", "arch_name": "NT303@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6451,18 +7126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37730, "usage_id": 100 }, "0101.U1.304": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT304, Parkbucht", "arch_name": "NT304@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6470,18 +7147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37739, "usage_id": 100 }, "0101.U1.305": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT305, Parkbucht", "arch_name": "NT305@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6489,18 +7168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37746, "usage_id": 100 }, "0101.U1.306": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT306, Parkbucht", "arch_name": "NT306@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6508,18 +7189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37753, "usage_id": 100 }, "0101.U1.307": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT307, Parkbucht", "arch_name": "NT307@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6527,18 +7210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37763, "usage_id": 100 }, "0101.U1.308": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT308, Parkbucht", "arch_name": "NT308@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6546,18 +7231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37769, "usage_id": 100 }, "0101.U1.309": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT309, Parkbucht", "arch_name": "NT309@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6565,18 +7252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37772, "usage_id": 100 }, "0101.U1.310": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT310, Parkbucht", "arch_name": "NT310@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6584,18 +7273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37776, "usage_id": 100 }, "0101.U1.311": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT311, Parkbucht", "arch_name": "NT311@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6603,18 +7294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37780, "usage_id": 100 }, "0101.U1.312": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT312, Parkbucht", "arch_name": "NT312@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6622,18 +7315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37785, "usage_id": 100 }, "0101.U1.313": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT313, Parkbucht", "arch_name": "NT313@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6641,18 +7336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37790, "usage_id": 100 }, "0101.U1.314": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT314, Parkbucht", "arch_name": "NT314@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6660,18 +7357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37794, "usage_id": 100 }, "0101.U1.315": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT315, Parkbucht", "arch_name": "NT315@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6679,18 +7378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37800, "usage_id": 100 }, "0101.U1.316": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT316, Parkbucht", "arch_name": "NT316@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6698,18 +7399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37804, "usage_id": 100 }, "0101.U1.317": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT317, Parkbucht", "arch_name": "NT317@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6717,18 +7420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37809, "usage_id": 100 }, "0101.U1.318": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT318, Parkbucht", "arch_name": "NT318@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6736,18 +7441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37816, "usage_id": 100 }, "0101.U1.319": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT319, Parkbucht", "arch_name": "NT319@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6755,18 +7462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37821, "usage_id": 100 }, "0101.U1.320": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT320, Parkbucht", "arch_name": "NT320@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6774,18 +7483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37827, "usage_id": 100 }, "0101.U1.321": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT321, Parkbucht", "arch_name": "NT321@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6793,18 +7504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37830, "usage_id": 100 }, "0101.U1.322": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT322, Parkbucht", "arch_name": "NT322@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6812,18 +7525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37838, "usage_id": 100 }, "0101.U1.323": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT323, Parkbucht", "arch_name": "NT323@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6831,18 +7546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37703, "usage_id": 100 }, "0101.U1.324": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT324, Parkbucht", "arch_name": "NT324@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6850,18 +7567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37717, "usage_id": 100 }, "0101.U1.325": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT325, Parkbucht", "arch_name": "NT325@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6869,18 +7588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37725, "usage_id": 100 }, "0101.U1.326": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT326, Parkbucht", "arch_name": "NT326@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6888,18 +7609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37959, "usage_id": 100 }, "0101.U1.327": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT327, Parkbucht", "arch_name": "NT327@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6907,18 +7630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37969, "usage_id": 100 }, "0101.U1.328": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT328, Parkbucht", "arch_name": "NT328@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6926,18 +7651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37976, "usage_id": 100 }, "0101.U1.329": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT329, Parkbucht", "arch_name": "NT329@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6945,18 +7672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37986, "usage_id": 100 }, "0101.U1.330": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT330, Parkbucht", "arch_name": "NT330@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6964,18 +7693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37994, "usage_id": 100 }, "0101.U1.331": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT331, Parkbucht", "arch_name": "NT331@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -6983,18 +7714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38002, "usage_id": 100 }, "0101.U1.332": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT332, Parkbucht", "arch_name": "NT332@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7002,18 +7735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38011, "usage_id": 100 }, "0101.U1.333": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT333, Parkbucht", "arch_name": "NT333@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7021,18 +7756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38020, "usage_id": 100 }, "0101.U1.334": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT334, Parkbucht", "arch_name": "NT334@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7040,18 +7777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38027, "usage_id": 100 }, "0101.U1.335": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT335, Parkbucht", "arch_name": "NT335@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7059,18 +7798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38036, "usage_id": 100 }, "0101.U1.336": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT336, Parkbucht", "arch_name": "NT336@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7078,18 +7819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37850, "usage_id": 100 }, "0101.U1.337": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT337, Parkbucht", "arch_name": "NT337@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7097,18 +7840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37860, "usage_id": 100 }, "0101.U1.338": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT338, Parkbucht", "arch_name": "NT338@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7116,18 +7861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37868, "usage_id": 100 }, "0101.U1.339": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT339, Parkbucht", "arch_name": "NT339@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7135,18 +7882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37899, "usage_id": 100 }, "0101.U1.340": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT340, Parkbucht", "arch_name": "NT340@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7154,18 +7903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37905, "usage_id": 100 }, "0101.U1.341": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT341, Parkbucht", "arch_name": "NT341@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7173,18 +7924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37912, "usage_id": 100 }, "0101.U1.342": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT342, Parkbucht", "arch_name": "NT342@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7192,18 +7945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37920, "usage_id": 100 }, "0101.U1.343": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT343, Parkbucht", "arch_name": "NT343@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7211,18 +7966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37929, "usage_id": 100 }, "0101.U1.344": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT344, Parkbucht", "arch_name": "NT344@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7230,18 +7987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37937, "usage_id": 100 }, "0101.U1.345": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT345, Parkbucht", "arch_name": "NT345@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7249,18 +8008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37945, "usage_id": 100 }, "0101.U1.346": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT346, Parkbucht", "arch_name": "NT346@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7268,18 +8029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37881, "usage_id": 100 }, "0101.U1.347": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT347, Parkbucht", "arch_name": "NT347@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7287,18 +8050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37890, "usage_id": 100 }, "0101.U1.348": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT348, Parkbucht", "arch_name": "NT348@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7306,18 +8071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38065, "usage_id": 100 }, "0101.U1.349": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT349, Parkbucht", "arch_name": "NT349@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7325,18 +8092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38074, "usage_id": 100 }, "0101.U1.350": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT350, Parkbucht", "arch_name": "NT350@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7344,18 +8113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38081, "usage_id": 100 }, "0101.U1.351": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT351, Parkbucht", "arch_name": "NT351@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7363,18 +8134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38085, "usage_id": 100 }, "0101.U1.352": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT352, Parkbucht", "arch_name": "NT352@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7382,18 +8155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38093, "usage_id": 100 }, "0101.U1.353": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT353, Parkbucht", "arch_name": "NT353@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7401,18 +8176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38100, "usage_id": 100 }, "0101.U1.354": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT354, Parkbucht", "arch_name": "NT354@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7420,18 +8197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38106, "usage_id": 100 }, "0101.U1.355": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT355, Parkbucht", "arch_name": "NT355@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7439,18 +8218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38111, "usage_id": 100 }, "0101.U1.356": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT356, Parkbucht", "arch_name": "NT356@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7458,18 +8239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38117, "usage_id": 100 }, "0101.U1.357": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT357, Parkbucht", "arch_name": "NT357@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7477,18 +8260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38122, "usage_id": 100 }, "0101.U1.358": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT358, Parkbucht", "arch_name": "NT358@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7496,18 +8281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38131, "usage_id": 100 }, "0101.U1.359": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT359, Parkbucht", "arch_name": "NT359@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7515,18 +8302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38133, "usage_id": 100 }, "0101.U1.360": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT360, Parkbucht", "arch_name": "NT360@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7534,18 +8323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38141, "usage_id": 100 }, "0101.U1.361": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT361, Parkbucht", "arch_name": "NT361@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7553,18 +8344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38143, "usage_id": 100 }, "0101.U1.362": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT362, Parkbucht", "arch_name": "NT362@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7572,18 +8365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38147, "usage_id": 100 }, "0101.U1.363": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT363, Parkbucht", "arch_name": "NT363@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7591,18 +8386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38151, "usage_id": 100 }, "0101.U1.364": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT364, Parkbucht", "arch_name": "NT364@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7610,18 +8407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38155, "usage_id": 100 }, "0101.U1.365": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT365, Parkbucht", "arch_name": "NT365@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7629,18 +8428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38159, "usage_id": 100 }, "0101.U1.366": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT366, Parkbucht", "arch_name": "NT366@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7648,18 +8449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38164, "usage_id": 100 }, "0101.U1.367": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT367, Parkbucht", "arch_name": "NT367@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7667,18 +8470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38170, "usage_id": 100 }, "0101.U1.368": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT368, Parkbucht", "arch_name": "NT368@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7686,18 +8491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38175, "usage_id": 100 }, "0101.U1.369": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT369, Parkbucht", "arch_name": "NT369@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7705,18 +8512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38043, "usage_id": 100 }, "0101.U1.370": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT370, Parkbucht", "arch_name": "NT370@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7724,18 +8533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38048, "usage_id": 100 }, "0101.U1.371": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT371, Parkbucht", "arch_name": "NT371@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7743,18 +8554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38054, "usage_id": 100 }, "0101.U1.372": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT372, Parkbucht", "arch_name": "NT372@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7762,18 +8575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38059, "usage_id": 100 }, "0101.U1.373": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT373, Parkbucht", "arch_name": "NT373@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7781,18 +8596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38266, "usage_id": 100 }, "0101.U1.374": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT374, Parkbucht", "arch_name": "NT374@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7800,18 +8617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38269, "usage_id": 100 }, "0101.U1.375": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT375, Parkbucht", "arch_name": "NT375@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7819,18 +8638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38273, "usage_id": 100 }, "0101.U1.376": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT376, Parkbucht", "arch_name": "NT376@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7838,18 +8659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38278, "usage_id": 100 }, "0101.U1.377": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT377, Parkbucht", "arch_name": "NT377@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7857,18 +8680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38284, "usage_id": 100 }, "0101.U1.378": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT378, Parkbucht", "arch_name": "NT378@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7876,18 +8701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38293, "usage_id": 100 }, "0101.U1.380": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT380, Parkbucht", "arch_name": "NT380@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7895,18 +8722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38300, "usage_id": 100 }, "0101.U1.381": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT381, Parkbucht", "arch_name": "NT381@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7914,18 +8743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38302, "usage_id": 100 }, "0101.U1.382": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT382, Parkbucht", "arch_name": "NT382@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7933,18 +8764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38303, "usage_id": 100 }, "0101.U1.383": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT383, Parkbucht", "arch_name": "NT383@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7952,18 +8785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38307, "usage_id": 100 }, "0101.U1.384": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT384, Parkbucht", "arch_name": "NT384@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7971,18 +8806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38310, "usage_id": 100 }, "0101.U1.385": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT385, Parkbucht", "arch_name": "NT385@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -7990,18 +8827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38313, "usage_id": 100 }, "0101.U1.386": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT386, Parkbucht", "arch_name": "NT386@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8009,18 +8848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38315, "usage_id": 100 }, "0101.U1.387": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT387, Parkbucht", "arch_name": "NT387@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8028,18 +8869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38317, "usage_id": 100 }, "0101.U1.388": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT388, Parkbucht", "arch_name": "NT388@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8047,18 +8890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38323, "usage_id": 100 }, "0101.U1.389": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT389, Parkbucht", "arch_name": "NT389@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8066,18 +8911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38327, "usage_id": 100 }, "0101.U1.391": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT391, Parkbucht", "arch_name": "NT391@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8085,18 +8932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38334, "usage_id": 100 }, "0101.U1.392": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT392, Parkbucht", "arch_name": "NT392@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8104,18 +8953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38338, "usage_id": 100 }, "0101.U1.393": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT393, Parkbucht", "arch_name": "NT393@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8123,18 +8974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38340, "usage_id": 100 }, "0101.U1.394": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT394, Parkbucht", "arch_name": "NT394@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8142,18 +8995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38189, "usage_id": 100 }, "0101.U1.395": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT395, Parkbucht", "arch_name": "NT395@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8161,18 +9016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38196, "usage_id": 100 }, "0101.U1.397": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT397, Parkbucht", "arch_name": "NT397@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8180,18 +9037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38204, "usage_id": 100 }, "0101.U1.398": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT398, Parkbucht", "arch_name": "NT398@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8199,18 +9058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38226, "usage_id": 100 }, "0101.U1.399": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT399, Parkbucht", "arch_name": "NT399@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8218,18 +9079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38240, "usage_id": 100 }, "0101.U1.399A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT399A, Parkbucht", "arch_name": "NT399A@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8237,18 +9100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38261, "usage_id": 100 }, "0101.U1.399B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT399B, Kfz.-Abst.i.Geb\u00e4ude integriert", "arch_name": "NT399B@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8256,18 +9121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69463, "usage_id": 100 }, "0101.U1.400": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT400, Parkbucht", "arch_name": "NT400@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8275,18 +9142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38265, "usage_id": 100 }, "0101.U1.401": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT401, Parkbucht", "arch_name": "NT401@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8294,18 +9163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38213, "usage_id": 100 }, "0101.U1.402": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT402, Parkbucht", "arch_name": "NT402@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8313,18 +9184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38220, "usage_id": 100 }, "0101.U1.403": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT403, Parkbucht", "arch_name": "NT403@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8332,18 +9205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38223, "usage_id": 100 }, "0101.U1.404": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT404, Parkbucht", "arch_name": "NT404@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8351,18 +9226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38376, "usage_id": 100 }, "0101.U1.405": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT405, Parkbucht", "arch_name": "NT405@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8370,18 +9247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38381, "usage_id": 100 }, "0101.U1.406": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT406, Parkbucht", "arch_name": "NT406@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8389,18 +9268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38405, "usage_id": 100 }, "0101.U1.407": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT407, Parkbucht", "arch_name": "NT407@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8408,18 +9289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38408, "usage_id": 100 }, "0101.U1.408": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT408, Parkbucht", "arch_name": "NT408@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8427,18 +9310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38415, "usage_id": 100 }, "0101.U1.409": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT409, Parkbucht", "arch_name": "NT409@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8446,18 +9331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38421, "usage_id": 100 }, "0101.U1.410": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT410, Parkbucht", "arch_name": "NT410@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8465,18 +9352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38433, "usage_id": 100 }, "0101.U1.411": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT411, Parkbucht", "arch_name": "NT411@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8484,18 +9373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38448, "usage_id": 100 }, "0101.U1.412": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT412, Parkbucht", "arch_name": "NT412@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8503,18 +9394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38451, "usage_id": 100 }, "0101.U1.413": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT413, Parkbucht", "arch_name": "NT413@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8522,18 +9415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38453, "usage_id": 100 }, "0101.U1.414": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT414, Parkbucht", "arch_name": "NT414@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8541,18 +9436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38458, "usage_id": 100 }, "0101.U1.415": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT415, Parkbucht", "arch_name": "NT415@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8560,18 +9457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38463, "usage_id": 100 }, "0101.U1.416": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT416, Parkbucht", "arch_name": "NT416@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8579,18 +9478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38467, "usage_id": 100 }, "0101.U1.417": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT417, Parkbucht", "arch_name": "NT417@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8598,18 +9499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38472, "usage_id": 100 }, "0101.U1.418": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT418, Parkbucht", "arch_name": "NT418@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8617,18 +9520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38479, "usage_id": 100 }, "0101.U1.419": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT419, Parkbucht", "arch_name": "NT419@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8636,18 +9541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38485, "usage_id": 100 }, "0101.U1.501": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT501, Fahrbereich", "arch_name": "NT501@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8655,18 +9562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38490, "usage_id": 204 }, "0101.U1.502": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT502, Fahrbereich", "arch_name": "NT502@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8674,18 +9583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38499, "usage_id": 204 }, "0101.U1.503": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT503, Fahrbereich", "arch_name": "NT503@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8693,18 +9604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38501, "usage_id": 204 }, "0101.U1.504": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT504, Fahrbereich", "arch_name": "NT504@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8712,18 +9625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38351, "usage_id": 204 }, "0101.U1.505": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT505, Fahrbereich", "arch_name": "NT505@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8731,18 +9646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38358, "usage_id": 204 }, "0101.U1.506": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT506, Fahrbereich", "arch_name": "NT506@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8750,18 +9667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38365, "usage_id": 204 }, "0101.U1.508": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK508, Gang, Weg im Freien", "arch_name": "NK508@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8769,18 +9688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69447, "usage_id": 219 }, "0101.U1.509": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NT509, Gang, Weg im Freien", "arch_name": "NT509@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8788,18 +9709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69448, "usage_id": 219 }, "0101.U1.601": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NV601, Gang, Weg im Freien", "arch_name": "NV601@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8807,18 +9730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69454, "usage_id": 219 }, "0101.U1.602": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NV602, Treppe im Freien", "arch_name": "NV602@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 19691, "seats": { @@ -8826,18 +9751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69380, "usage_id": 7 }, "0101.U1.611": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-2611, Installationskanal", "arch_name": "-2611@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8845,18 +9772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69446, "usage_id": 120 }, "0101.U1.612": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-2612, Installationskanal", "arch_name": "-2612@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8864,18 +9793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69459, "usage_id": 120 }, "0101.U1.613": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-2613, Installationskanal", "arch_name": "-2613@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8883,18 +9814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69462, "usage_id": 120 }, "0101.U1.953": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK199N, Schacht f.Personenaufzug", "arch_name": "NK199N@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -8902,19 +9835,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69377, "usage_id": 195 }, "0101.Z1.002": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1002ZG, Lager", "arch_name": "N1002ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 29272, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -8922,19 +9857,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39006, "usage_id": 30 }, "0101.Z1.003": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1003ZG, Studentenarbeitsraum", "arch_name": "N1003ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 22185, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -8942,19 +9879,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39010, "usage_id": 208 }, "0101.Z1.005": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1005ZG, Seminarraum", "arch_name": "N1005ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15046, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -8962,18 +9901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7682, "usage_id": 41 }, "0101.Z1.006": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1006ZG, Sozialraum", "arch_name": "N1006ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -8981,18 +9922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39020, "usage_id": 44 }, "0101.Z1.007": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1007ZG, B\u00fcro", "arch_name": "N1007ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -9000,18 +9943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39026, "usage_id": 12 }, "0101.Z1.008": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1008ZG, B\u00fcro", "arch_name": "N1008ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -9019,18 +9964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39030, "usage_id": 12 }, "0101.Z1.009": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1009ZG, B\u00fcro", "arch_name": "N1009ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -9038,18 +9985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39035, "usage_id": 12 }, "0101.Z1.010": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1010ZG, B\u00fcro", "arch_name": "N1010ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -9057,19 +10006,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39038, "usage_id": 12 }, "0101.Z1.011": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1011ZG, B\u00fcro", "arch_name": "N1011ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 28332, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -9077,18 +10028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39042, "usage_id": 12 }, "0101.Z1.012": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1012ZG, Sekretariat", "arch_name": "N1012ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -9096,19 +10049,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39044, "usage_id": 40 }, "0101.Z1.013": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1013ZG, B\u00fcro", "arch_name": "N1013ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 30092, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -9116,18 +10071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39047, "usage_id": 12 }, "0101.Z1.014": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1014ZG, B\u00fcro", "arch_name": "N1014ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -9135,18 +10092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38883, "usage_id": 12 }, "0101.Z1.015": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1015ZG, B\u00fcro", "arch_name": "N1015ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -9154,18 +10113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38885, "usage_id": 12 }, "0101.Z1.016": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1016ZG, B\u00fcro", "arch_name": "N1016ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14934, "seats": { @@ -9173,18 +10134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7705, "usage_id": 12 }, "0101.Z1.017": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1017ZG, B\u00fcro", "arch_name": "N1017ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14934, "seats": { @@ -9192,18 +10155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7706, "usage_id": 12 }, "0101.Z1.018": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1018ZG, B\u00fcro", "arch_name": "N1018ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14934, "seats": { @@ -9211,18 +10176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7708, "usage_id": 12 }, "0101.Z1.019": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1019ZG, B\u00fcro", "arch_name": "N1019ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14934, "seats": { @@ -9230,18 +10197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7710, "usage_id": 12 }, "0101.Z1.020": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1020ZG, B\u00fcro", "arch_name": "N1020ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14934, "seats": { @@ -9249,18 +10218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7712, "usage_id": 12 }, "0101.Z1.021": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1021ZG, B\u00fcro", "arch_name": "N1021ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14934, "seats": { @@ -9268,19 +10239,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7716, "usage_id": 12 }, "0101.Z1.022": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1022ZG, Teek\u00fcche", "arch_name": "N1022ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 19888, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14934, "seats": { @@ -9288,18 +10261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38920, "usage_id": 198 }, "0101.Z1.023": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1023ZG, Sekretariat", "arch_name": "N1023ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 14934, "seats": { @@ -9307,18 +10282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7721, "usage_id": 40 }, "0101.Z1.024": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1024ZG, B\u00fcro", "arch_name": "N1024ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 14934, "seats": { @@ -9326,18 +10303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7722, "usage_id": 12 }, "0101.Z1.025": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1025ZG, B\u00fcro", "arch_name": "N1025ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14934, "seats": { @@ -9345,18 +10324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20279, "usage_id": 12 }, "0101.Z1.026": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1026ZG, B\u00fcro", "arch_name": "N1026ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14934, "seats": { @@ -9364,18 +10345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7725, "usage_id": 12 }, "0101.Z1.028": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1028ZG, B\u00fcro", "arch_name": "N1028ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 14947, "seats": { @@ -9383,18 +10366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7728, "usage_id": 12 }, "0101.Z1.029": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1029ZG, Sekretariat", "arch_name": "N1029ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 14947, "seats": { @@ -9402,18 +10387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7729, "usage_id": 40 }, "0101.Z1.030": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1030ZG, Besprechungsraum", "arch_name": "N1030ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 14947, "seats": { @@ -9421,18 +10408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38941, "usage_id": 196 }, "0101.Z1.031": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1031ZG, Bibliotheksraum einf.", "arch_name": "N1031ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14947, "seats": { @@ -9440,18 +10429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38946, "usage_id": 10 }, "0101.Z1.031A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1031AZG, Serverraum", "arch_name": "N1031AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14947, "seats": { @@ -9459,18 +10450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66886, "usage_id": 207 }, "0101.Z1.032": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1032ZG, B\u00fcro", "arch_name": "N1032ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14947, "seats": { @@ -9478,18 +10471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38951, "usage_id": 12 }, "0101.Z1.033": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1033ZG, Teek\u00fcche", "arch_name": "N1033ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14947, "seats": { @@ -9497,18 +10492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39091, "usage_id": 198 }, "0101.Z1.034": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1034ZG, B\u00fcro", "arch_name": "N1034ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 14947, "seats": { @@ -9516,18 +10513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7659, "usage_id": 12 }, "0101.Z1.035": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1035ZG, B\u00fcro", "arch_name": "N1035ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 14947, "seats": { @@ -9535,18 +10534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7663, "usage_id": 12 }, "0101.Z1.036": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1036ZG, B\u00fcro", "arch_name": "N1036ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 14947, "seats": { @@ -9554,18 +10555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7668, "usage_id": 12 }, "0101.Z1.037": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1037ZG, B\u00fcro", "arch_name": "N1037ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14947, "seats": { @@ -9573,18 +10576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7673, "usage_id": 12 }, "0101.Z1.038": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1038ZG, B\u00fcro", "arch_name": "N1038ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14947, "seats": { @@ -9592,19 +10597,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7849, "usage_id": 12 }, "0101.Z1.039": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1039ZG, Seminarraum", "arch_name": "N1039ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 15058, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14947, "seats": { @@ -9612,18 +10619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7852, "usage_id": 41 }, "0101.Z1.041": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1041ZG, WC-Damen", "arch_name": "N1041ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -9631,18 +10640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39128, "usage_id": 116 }, "0101.Z1.041A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1041AZG, WC-Vorraum Damen", "arch_name": "N1041AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -9650,18 +10661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69386, "usage_id": 118 }, "0101.Z1.043": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1043ZG, Serverraum", "arch_name": "N1043ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 14934, "seats": { @@ -9669,19 +10682,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39139, "usage_id": 207 }, "0101.Z1.044": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1044ZG, Studentenarbeitsraum", "arch_name": "N1044ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 20863, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14934, "seats": { @@ -9689,18 +10704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39145, "usage_id": 208 }, "0101.Z1.044A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1044AZG, Lager", "arch_name": "N1044AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -9708,18 +10725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69392, "usage_id": 30 }, "0101.Z1.045": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1045ZG, B\u00fcro", "arch_name": "N1045ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 14934, "seats": { @@ -9727,18 +10746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39148, "usage_id": 12 }, "0101.Z1.045A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1045AZG, Lager", "arch_name": "N1045AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -9746,18 +10767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69388, "usage_id": 30 }, "0101.Z1.046": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1046ZG, WC-Herren", "arch_name": "N1046ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -9765,18 +10788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39156, "usage_id": 115 }, "0101.Z1.046A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1046AZG, WC-Vorraum Herren", "arch_name": "N1046AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -9784,18 +10809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69387, "usage_id": 118 }, "0101.Z1.048": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1048ZG, Flur", "arch_name": "N1048ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -9803,18 +10830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39171, "usage_id": 222 }, "0101.Z1.048A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N148AZG, Flur", "arch_name": "N148AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -9822,18 +10851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69390, "usage_id": 222 }, "0101.Z1.048B": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1048BZG, Flur", "arch_name": "N1048BZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -9841,18 +10872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69391, "usage_id": 222 }, "0101.Z1.048C": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1048CZG, Flur", "arch_name": "N1048CZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -9860,18 +10893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69466, "usage_id": 222 }, "0101.Z1.048D": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0048DZG, Flur", "arch_name": "N0048DZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -9879,18 +10914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69383, "usage_id": 222 }, "0101.Z1.049": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1049ZG, Lager", "arch_name": "N1049ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 37992, "seats": { @@ -9898,18 +10935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39177, "usage_id": 30 }, "0101.Z1.049A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1049AZG, Flur", "arch_name": "N1049AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -9917,18 +10956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39180, "usage_id": 222 }, "0101.Z1.049B": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1049BZG, Treppe", "arch_name": "N1049BZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -9936,18 +10977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69384, "usage_id": 223 }, "0101.Z1.050": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1050ZG, Lager", "arch_name": "N1050ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "PVC", "main_operator_id": 37985, "seats": { @@ -9955,18 +10998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39186, "usage_id": 30 }, "0101.Z1.050A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1050AZG, Flur", "arch_name": "N1050AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -9974,18 +11019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39193, "usage_id": 222 }, "0101.Z1.050B": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1050BZG, Treppe", "arch_name": "N1050BZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -9993,18 +11040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69385, "usage_id": 223 }, "0101.Z1.051": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1051ZG, Serverraum", "arch_name": "N1051ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15392, "seats": { @@ -10012,18 +11061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19825, "usage_id": 207 }, "0101.Z1.052": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1052ZG, Vervielf\u00e4ltigungsraum", "arch_name": "N1052ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -10031,18 +11082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39051, "usage_id": 110 }, "0101.Z1.052A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1052AZG, Serverraum", "arch_name": "N1052AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 39906, "seats": { @@ -10050,18 +11103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39056, "usage_id": 207 }, "0101.Z1.060": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1060ZG, Lehr-/Schausammlungsraum", "arch_name": "N1060ZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -10069,18 +11124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39063, "usage_id": 148 }, "0101.Z1.060A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1060AZG, Flur", "arch_name": "N1060AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -10088,18 +11145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69389, "usage_id": 222 }, "0101.Z1.060B": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1060BZG, Flur", "arch_name": "N1060BZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -10107,18 +11166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69360, "usage_id": 222 }, "0101.Z1.060C": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1060CZG, Flur", "arch_name": "N1060CZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -10126,19 +11187,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69361, "usage_id": 222 }, "0101.Z1.062": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1062ZG, Flure, Hallen", "arch_name": "N1062ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 17984, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -10146,18 +11209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19129, "usage_id": 222 }, "0101.Z1.062B": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1062BZG, N1 ZG, Studentische Arbeitspl\u00e4tze", "arch_name": "N1062BZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -10165,19 +11230,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65631, "usage_id": 208 }, "0101.Z1.070": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N 1070 ZG, Lothar-Rohde-H\u00f6rsaal", "arch_name": "N1070ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 12515, + "floor_level": "1.ZG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -10185,19 +11252,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7815, "usage_id": 20 }, "0101.Z1.080": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N 1080 ZG, August-F\u00f6ppl-H\u00f6rsaal", "arch_name": "N1080ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 12519, + "floor_level": "1.ZG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -10205,19 +11274,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7820, "usage_id": 20 }, "0101.Z1.090": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N 1090 ZG, H\u00f6rsaal mit exp. B\u00fchne", "arch_name": "N1090ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 12575, + "floor_level": "1.ZG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -10225,18 +11296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7824, "usage_id": 20 }, "0101.Z1.090A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1090AZG, Regieraum", "arch_name": "N1090AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -10244,19 +11317,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69363, "usage_id": 153 }, "0101.Z1.095": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N 1095 ZG, H\u00f6rsaal mit exp. B\u00fchne", "arch_name": "N1095ZG@0101", "area_id": 27, "building_id": 561, "calendar_resource_nr": 12504, + "floor_level": "1.ZG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -10264,18 +11339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7829, "usage_id": 20 }, "0101.Z1.095A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1095AZG, Regieraum", "arch_name": "N1095AZG@0101", "area_id": 27, "building_id": 561, + "floor_level": "1.ZG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -10283,18 +11360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69362, "usage_id": 153 }, "0102.01.200": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1200, Zugang/Zuschauerraum", "arch_name": "N1200@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -10302,18 +11381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41898, "usage_id": 222 }, "0102.01.200A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1200A, Treppe", "arch_name": "N1200A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -10321,18 +11402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41899, "usage_id": 223 }, "0102.01.200B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1200B, Treppe", "arch_name": "N1200B@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -10340,18 +11423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65135, "usage_id": 203 }, "0102.01.200C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1200C, Treppenhaus", "arch_name": "N1200C@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -10359,18 +11444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68254, "usage_id": 223 }, "0102.01.200D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1200D, Treppe", "arch_name": "N1200D@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -10378,18 +11465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68255, "usage_id": 223 }, "0102.01.201A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1201A, Stand 1", "arch_name": "N1201A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10397,18 +11486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9003, "usage_id": 211 }, "0102.01.201B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1201B, Stand 2", "arch_name": "N1201B@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10416,18 +11507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40784, "usage_id": 211 }, "0102.01.201C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1201C, Stand 3", "arch_name": "N1201C@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10435,18 +11528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40920, "usage_id": 211 }, "0102.01.201D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1201D, Stand 4", "arch_name": "N1201D@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10454,18 +11549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40927, "usage_id": 211 }, "0102.01.201E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1201E, Stand 5", "arch_name": "N1201E@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10473,18 +11570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40932, "usage_id": 211 }, "0102.01.201F": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1201F, Stand 6", "arch_name": "N1201F@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10492,18 +11591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40980, "usage_id": 211 }, "0102.01.201H": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1201H, Flur im Praktikumsbereich", "arch_name": "N1201H@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10511,18 +11612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40991, "usage_id": 222 }, "0102.01.201O": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1201O, Besprechungsraum", "arch_name": "N1201O@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10530,18 +11633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68256, "usage_id": 196 }, "0102.01.201P": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1201P, Flur", "arch_name": "N1201P@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -10549,18 +11654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68257, "usage_id": 222 }, "0102.01.202": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1202, Archiv", "arch_name": "N1202@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10568,19 +11675,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41060, "usage_id": 2 }, "0102.01.203": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1203, H\u00f6rsaal-eben m.exp.-B\u00fchne", "arch_name": "N1203@0102", "area_id": 27, "building_id": 562, "calendar_resource_nr": 12556, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10588,18 +11697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9133, "usage_id": 20 }, "0102.01.204": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1204, Zuschauerraum", "arch_name": "N1204@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10607,18 +11718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41065, "usage_id": 145 }, "0102.01.205": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1205, Zuschauerraum", "arch_name": "N1205@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10626,18 +11739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68253, "usage_id": 145 }, "0102.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1210, WC-Herren", "arch_name": "N1210@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -10645,18 +11760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41069, "usage_id": 115 }, "0102.01.210A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1210A, WC-Vorraum Herren", "arch_name": "N1210A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -10664,18 +11781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68264, "usage_id": 118 }, "0102.02.200": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2200, Zugang Flur", "arch_name": "N2200@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -10683,18 +11802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41072, "usage_id": 222 }, "0102.02.200A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2200A, Treppe", "arch_name": "N2200A@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -10702,18 +11823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41132, "usage_id": 223 }, "0102.02.200C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2200C, Treppenhaus", "arch_name": "N2200C@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -10721,18 +11844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68265, "usage_id": 223 }, "0102.02.200D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2200D, Treppe", "arch_name": "N2200D@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -10740,18 +11865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68266, "usage_id": 223 }, "0102.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2201, Cip-Pool", "arch_name": "N2201@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10759,18 +11886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21220, "usage_id": 213 }, "0102.02.201A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2201A, Druckraum", "arch_name": "N2201A@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10778,18 +11907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41138, "usage_id": 110 }, "0102.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2202, Arbeitsraum/mit Besp.Grp.", "arch_name": "N2202@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10797,18 +11928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9172, "usage_id": 12 }, "0102.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2203, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N2203@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10816,18 +11949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9174, "usage_id": 12 }, "0102.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2204, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N2204@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10835,18 +11970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9175, "usage_id": 12 }, "0102.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2205, Arbeitsraum/mit Besp.Grp.", "arch_name": "N2205@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10854,18 +11991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9185, "usage_id": 12 }, "0102.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2206, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N2206@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10873,18 +12012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9188, "usage_id": 12 }, "0102.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2207, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N2207@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -10892,18 +12033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9190, "usage_id": 12 }, "0102.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2208, Installation", "arch_name": "N2208@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -10911,18 +12054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41222, "usage_id": 120 }, "0102.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2209, Installation", "arch_name": "N2209@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -10930,18 +12075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41272, "usage_id": 120 }, "0102.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2210, WC-Herren", "arch_name": "N2210@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -10949,18 +12096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41277, "usage_id": 115 }, "0102.02.210A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2210A, WC-Vorraum Herren", "arch_name": "N2210A@0102", "area_id": 27, "building_id": 562, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -10968,18 +12117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68267, "usage_id": 118 }, "0102.03.200": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3200, Zugang Flur", "arch_name": "N3200@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -10987,18 +12138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41281, "usage_id": 222 }, "0102.03.200A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3200A, Treppe", "arch_name": "N3200A@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11006,18 +12159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41287, "usage_id": 223 }, "0102.03.200C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3200C, Treppenhaus", "arch_name": "N3200C@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11025,18 +12180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68268, "usage_id": 223 }, "0102.03.200D": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3200D, Treppenhaus", "arch_name": "N3200D@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11044,18 +12201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68269, "usage_id": 223 }, "0102.03.201": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3201, Arbeitsraum/mit Besp.Grp.", "arch_name": "N3201@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15356, "seats": { @@ -11063,18 +12222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9212, "usage_id": 12 }, "0102.03.202": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3202, Praktikumsraum", "arch_name": "N3202@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11082,18 +12243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41350, "usage_id": 211 }, "0102.03.203": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3203, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N3203@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15356, "seats": { @@ -11101,18 +12264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9216, "usage_id": 12 }, "0102.03.204": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3204, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N3204@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15356, "seats": { @@ -11120,18 +12285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9220, "usage_id": 12 }, "0102.03.205A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3205A, Kopierraum", "arch_name": "N3205A@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11139,19 +12306,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41357, "usage_id": 110 }, "0102.03.205B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3205B, Sitzungs-, Konferenzraum", "arch_name": "N3205B@0102", "area_id": 27, "building_id": 562, "calendar_resource_nr": 18472, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15356, "seats": { @@ -11159,18 +12328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9236, "usage_id": 196 }, "0102.03.206": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3206, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N3206@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15356, "seats": { @@ -11178,18 +12349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9238, "usage_id": 12 }, "0102.03.206A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3206A, Lager", "arch_name": "N3206A@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11197,18 +12370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41364, "usage_id": 30 }, "0102.03.207": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3207, Arbeitsraum/mit Besp.Grp.", "arch_name": "N3207@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15356, "seats": { @@ -11216,18 +12391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9241, "usage_id": 12 }, "0102.03.208": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3208, Installation", "arch_name": "N3208@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -11235,18 +12412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41445, "usage_id": 120 }, "0102.03.209": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3209, Fernmeldetechnik", "arch_name": "N3209@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -11254,18 +12433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41449, "usage_id": 202 }, "0102.03.209A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3209A, Telefonverteiler", "arch_name": "N3209A@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -11273,18 +12454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41452, "usage_id": 202 }, "0102.03.210": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3210, WC-Damen", "arch_name": "N3210@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -11292,18 +12475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41453, "usage_id": 116 }, "0102.03.210A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3210A, WC-Vorraum Damen", "arch_name": "N3210A@0102", "area_id": 27, "building_id": 562, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -11311,18 +12496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68270, "usage_id": 118 }, "0102.04.200": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4200, Zugang Flur", "arch_name": "N4200@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -11330,18 +12517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41502, "usage_id": 222 }, "0102.04.200A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4200A, Treppe", "arch_name": "N4200A@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11349,18 +12538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41504, "usage_id": 223 }, "0102.04.200C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4200C, Treppenhaus", "arch_name": "N4200C@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11368,18 +12559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68219, "usage_id": 223 }, "0102.04.200D": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4200D, Treppenhaus", "arch_name": "N4200D@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11387,18 +12580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68220, "usage_id": 223 }, "0102.04.201": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4201, Studentenarb. m. DV", "arch_name": "N4201@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11406,18 +12601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9270, "usage_id": 208 }, "0102.04.202": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4202, Steuerraum", "arch_name": "N4202@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11425,18 +12622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21377, "usage_id": 103 }, "0102.04.202A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4202A, Labor", "arch_name": "N4202A@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11444,18 +12643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66228, "usage_id": 103 }, "0102.04.202B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4202B, Labor", "arch_name": "N4202B@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11463,18 +12664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66229, "usage_id": 103 }, "0102.04.203": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4203, Elektro Labor/Stud.Arbeitspl\u00e4tze", "arch_name": "N4203@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11482,18 +12685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41510, "usage_id": 103 }, "0102.04.204": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4204, Elektronikpraktikum", "arch_name": "N4204@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11501,18 +12706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41514, "usage_id": 211 }, "0102.04.205": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4205, Messlabor", "arch_name": "N4205@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11520,18 +12727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41576, "usage_id": 103 }, "0102.04.206": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4206, B\u00fcro", "arch_name": "N4206@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11539,18 +12748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9294, "usage_id": 12 }, "0102.04.208": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4208, WC-Herren", "arch_name": "N4208@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -11558,18 +12769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41591, "usage_id": 115 }, "0102.04.208A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4208A, WC-Vorraum Herren", "arch_name": "N4208A@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -11577,18 +12790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68222, "usage_id": 118 }, "0102.04.209": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N4209, Aufzugsmaschinenraum", "arch_name": "Z N4209@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -11596,18 +12811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68504, "usage_id": 5 }, "0102.04.210": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N4210, K\u00e4ltemaschinen", "arch_name": "Z N4210@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -11615,18 +12832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68503, "usage_id": 32 }, "0102.04.211": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N4211, Personenaufzug", "arch_name": "Z N4211@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -11634,18 +12853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68502, "usage_id": 4 }, "0102.04.212": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4212, Betriebstechn. Anlagen", "arch_name": "N4212@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15356, "seats": { @@ -11653,18 +12874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68271, "usage_id": 120 }, "0102.04.213": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4213, Betriebstechn. Anlagen", "arch_name": "N4213@0102", "area_id": 27, "building_id": 562, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -11672,18 +12895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68250, "usage_id": 120 }, "0102.DG.209": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N4209, Aufzug", "arch_name": "Z N4209@0102", "area_id": 27, "building_id": 562, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -11691,18 +12916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41594, "usage_id": 4 }, "0102.DG.210": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N4210, Heizung", "arch_name": "Z N4210@0102", "area_id": 27, "building_id": 562, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -11710,18 +12937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41656, "usage_id": 201 }, "0102.EG.200": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0200, Flur", "arch_name": "N0200@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11729,18 +12958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41485, "usage_id": 222 }, "0102.EG.200A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0200A, Personenaufzug", "arch_name": "N0200A@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 19691, "seats": { @@ -11748,18 +12979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41486, "usage_id": 4 }, "0102.EG.200B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0200B, Flur", "arch_name": "N0200B@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11767,18 +13000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41495, "usage_id": 222 }, "0102.EG.200C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0200C, Flur", "arch_name": "N0200C@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11786,18 +13021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41498, "usage_id": 222 }, "0102.EG.200D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0200D, Flur", "arch_name": "N0200D@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11805,18 +13042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41551, "usage_id": 222 }, "0102.EG.200E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0200E, Treppe", "arch_name": "N0200E@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11824,18 +13063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41558, "usage_id": 223 }, "0102.EG.200F": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0200F, Treppenhaus", "arch_name": "N0200F@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11843,18 +13084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68241, "usage_id": 223 }, "0102.EG.200G": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0200G, Treppenhaus", "arch_name": "N0200G@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -11862,18 +13105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68238, "usage_id": 223 }, "0102.EG.201": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0201, Hochhspannungslabor>3M", "arch_name": "N0201@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15356, "seats": { @@ -11881,18 +13126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41565, "usage_id": 49 }, "0102.EG.202": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0202, Hochhspannungslabor>3M", "arch_name": "N0202@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15356, "seats": { @@ -11900,18 +13147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41570, "usage_id": 49 }, "0102.EG.203": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0203, Lager", "arch_name": "N0203@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -11919,18 +13168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41631, "usage_id": 30 }, "0102.EG.204": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0204, Lager", "arch_name": "N0204@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15356, "seats": { @@ -11938,18 +13189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19566, "usage_id": 30 }, "0102.EG.204A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0204A, Schaltraum f.betriebst.Anlagen", "arch_name": "N0204A@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15356, "seats": { @@ -11957,18 +13210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68242, "usage_id": 120 }, "0102.EG.204B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0204B, Gasflaschenlager", "arch_name": "N0204B@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -11976,18 +13231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68246, "usage_id": 30 }, "0102.EG.205": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0205, Hochhspannungslabor>3M", "arch_name": "N0205@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -11995,18 +13252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41641, "usage_id": 49 }, "0102.EG.206": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0206, Hochhspannungslabor>3M", "arch_name": "N0206@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 15356, "seats": { @@ -12014,18 +13273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41648, "usage_id": 49 }, "0102.EG.207": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0207, Hochhspannungslabor>3M", "arch_name": "N0207@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15356, "seats": { @@ -12033,18 +13294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41714, "usage_id": 49 }, "0102.EG.207A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0207A, Schalterraum", "arch_name": "N0207A@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -12052,18 +13315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41718, "usage_id": 164 }, "0102.EG.207B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0207B, Treppe", "arch_name": "N0207B@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -12071,18 +13336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68245, "usage_id": 223 }, "0102.EG.208": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0208, Lager", "arch_name": "N0208@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15356, "seats": { @@ -12090,18 +13357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41807, "usage_id": 30 }, "0102.EG.209": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0209, Metalwerkst\u00e4tte grob", "arch_name": "N0209@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15356, "seats": { @@ -12109,18 +13378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41808, "usage_id": 51 }, "0102.EG.243": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0243, WC-Herren", "arch_name": "N0243@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -12128,18 +13399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68244, "usage_id": 115 }, "0102.EG.243A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0243A, WC-Vorraum Herren", "arch_name": "N0243A@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -12147,18 +13420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68243, "usage_id": 118 }, "0102.EG.291": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0291, Container-Lager", "arch_name": "N0291@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15356, "seats": { @@ -12166,18 +13441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65165, "usage_id": 30 }, "0102.EG.292": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0292, Lager", "arch_name": "N0292@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15356, "seats": { @@ -12185,18 +13462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68240, "usage_id": 30 }, "0102.EG.293": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0293, Lager", "arch_name": "N0293@0102", "area_id": 27, "building_id": 562, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15356, "seats": { @@ -12204,18 +13483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68239, "usage_id": 30 }, "0102.U1.201": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1201, Stromversorgung", "arch_name": "N-1201@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 15356, "seats": { @@ -12223,18 +13504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19081, "usage_id": 160 }, "0102.U1.202": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1202, Stromversorgung", "arch_name": "N-1202@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 15356, "seats": { @@ -12242,18 +13525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41862, "usage_id": 160 }, "0102.U1.203": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1203, Lager", "arch_name": "N-1203@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -12261,18 +13546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41868, "usage_id": 30 }, "0102.U1.203A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1203A, Elektrodenlager", "arch_name": "N-1203A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -12280,18 +13567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41871, "usage_id": 30 }, "0102.U1.203B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1203B, Hebeb\u00fchne", "arch_name": "N-1203B@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -12299,18 +13588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68235, "usage_id": 4 }, "0102.U1.204": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1204, Feinmechanische Werkstatt", "arch_name": "N-1204@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15356, "seats": { @@ -12318,18 +13609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41876, "usage_id": 108 }, "0102.U1.205": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1205, Grobmechanische Werkstatt", "arch_name": "N-1205@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -12337,18 +13630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41880, "usage_id": 51 }, "0102.U1.206": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1206, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "N-1206@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15356, "seats": { @@ -12356,18 +13651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8248, "usage_id": 12 }, "0102.U1.207": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1207, Be.-u.Entl\u00fcftung", "arch_name": "N-1207@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -12375,18 +13672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40749, "usage_id": 32 }, "0102.U1.208": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1208, Elektrische Werkstatt", "arch_name": "N-1208@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15356, "seats": { @@ -12394,18 +13693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19038, "usage_id": 51 }, "0102.U1.208A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1208A, Messger\u00e4teraum", "arch_name": "N-1208A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15356, "seats": { @@ -12413,18 +13714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40762, "usage_id": 30 }, "0102.U1.209": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1209, Elektroniklabor", "arch_name": "N-1209@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15356, "seats": { @@ -12432,18 +13735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40837, "usage_id": 103 }, "0102.U1.209A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1209A, Lager", "arch_name": "N-1209A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 15356, "seats": { @@ -12451,18 +13756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68236, "usage_id": 30 }, "0102.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1210, Aufenthalt", "arch_name": "N-1210@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15356, "seats": { @@ -12470,18 +13777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40838, "usage_id": 44 }, "0102.U1.211": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1211, Be.-u.Entl\u00fcftung", "arch_name": "N-1211@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -12489,18 +13798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40845, "usage_id": 32 }, "0102.U1.212": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1212, Putzraum", "arch_name": "N-1212@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -12508,18 +13819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40852, "usage_id": 205 }, "0102.U1.212A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1212A, Treppe", "arch_name": "N-1212A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -12527,18 +13840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65164, "usage_id": 223 }, "0102.U1.212B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1212B, Sicherheitsbeleuchtungszentrale", "arch_name": "N-1212B@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -12546,18 +13861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65163, "usage_id": 160 }, "0102.U1.213": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1213, Isolierstofflabor 3", "arch_name": "N-1213@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -12565,18 +13882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40891, "usage_id": 103 }, "0102.U1.214": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1214, Dusche", "arch_name": "N-1214@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -12584,18 +13903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40899, "usage_id": 113 }, "0102.U1.215": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1215, Gasversorgung", "arch_name": "N-1215@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -12603,18 +13924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40903, "usage_id": 17 }, "0102.U1.216": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1216, Hochstromlabor", "arch_name": "N-1216@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -12622,18 +13945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40907, "usage_id": 103 }, "0102.U1.216A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1216A, Lager", "arch_name": "N-1216A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 15356, "seats": { @@ -12641,18 +13966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40963, "usage_id": 30 }, "0102.U1.216B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1216B, Lager", "arch_name": "N-1216B@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -12660,18 +13987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40969, "usage_id": 30 }, "0102.U1.216C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1216C, Hochstromlabor", "arch_name": "N-1216C@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -12679,18 +14008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40972, "usage_id": 103 }, "0102.U1.216D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1216D, Versuchsraum HS/NS", "arch_name": "N-1216D@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -12698,18 +14029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40978, "usage_id": 103 }, "0102.U1.216E": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1216E, Versuchsraum HS/NS", "arch_name": "N-1216E@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -12717,18 +14050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64235, "usage_id": 103 }, "0102.U1.216F": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1216F, Versuchsraum HS/NS", "arch_name": "N-1216F@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -12736,18 +14071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64236, "usage_id": 103 }, "0102.U1.216G": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1216G, Versuchsraum HS/NS", "arch_name": "N-1216G@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -12755,18 +14092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64237, "usage_id": 103 }, "0102.U1.217": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1217, Versuchsraum Sto\u00dfstrom", "arch_name": "N-1217@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15356, "seats": { @@ -12774,18 +14113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41034, "usage_id": 103 }, "0102.U1.217A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1217A, Versuchsraum Sto\u00dfstrom", "arch_name": "N-1217A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 15356, "seats": { @@ -12793,18 +14134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41039, "usage_id": 103 }, "0102.U1.217B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1217B, Versuchsraum Sto\u00dfstrom", "arch_name": "N-1217B@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 15356, "seats": { @@ -12812,18 +14155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64238, "usage_id": 103 }, "0102.U1.217C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1217C, Versuchsraum Sto\u00dfstrom", "arch_name": "N-1217C@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 15356, "seats": { @@ -12831,18 +14176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64239, "usage_id": 103 }, "0102.U1.218": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1218, Lager", "arch_name": "N-1218@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -12850,18 +14197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41043, "usage_id": 30 }, "0102.U1.219": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1219, Isolierstofflabor", "arch_name": "N-1219@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -12869,18 +14218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41052, "usage_id": 103 }, "0102.U1.220": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1220, Isolierstofflabor", "arch_name": "N-1220@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Laminat", "main_operator_id": 15356, "seats": { @@ -12888,18 +14239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19241, "usage_id": 103 }, "0102.U1.221": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1221, Flur", "arch_name": "N-1221@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 19691, "seats": { @@ -12907,18 +14260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41120, "usage_id": 222 }, "0102.U1.221A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1221A, Treppenraum", "arch_name": "N-1221A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -12926,18 +14281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41124, "usage_id": 223 }, "0102.U1.221B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1221B, Schacht f.Personenaufzug", "arch_name": "N-1221B@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -12945,18 +14302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68237, "usage_id": 195 }, "0102.U1.221C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1221C, Treppenhaus", "arch_name": "N-1221C@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -12964,18 +14323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68233, "usage_id": 223 }, "0102.U1.222A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1222A, Flur", "arch_name": "N-1222A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -12983,18 +14344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68234, "usage_id": 222 }, "0102.U1.223": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1223, Stromversorgung", "arch_name": "N-1223@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13002,18 +14365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41183, "usage_id": 160 }, "0102.U1.224": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1224, Stromversorgung", "arch_name": "N-1224@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13021,18 +14386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41189, "usage_id": 160 }, "0102.U1.225": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1225, Stromversorgung", "arch_name": "N-1225@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13040,18 +14407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41193, "usage_id": 160 }, "0102.U1.226": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1226, Stromversorgung", "arch_name": "N-1226@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13059,18 +14428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41196, "usage_id": 160 }, "0102.U1.227": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1227, Stromversorgung", "arch_name": "N-1227@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13078,18 +14449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41246, "usage_id": 160 }, "0102.U1.228": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1228, Stromversorgung", "arch_name": "N-1228@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13097,18 +14470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41251, "usage_id": 160 }, "0102.U1.229": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1229, Stromversorgung", "arch_name": "N-1229@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13116,18 +14491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41258, "usage_id": 160 }, "0102.U1.230": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1230, Stromversorgung", "arch_name": "N-1230@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13135,18 +14512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41265, "usage_id": 160 }, "0102.U1.231": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1231, Stromversorgung", "arch_name": "N-1231@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13154,18 +14533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41329, "usage_id": 160 }, "0102.U1.232": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1232, Stromversorgung", "arch_name": "N-1232@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13173,18 +14554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41335, "usage_id": 160 }, "0102.U1.233": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1233, Chemikalienlager", "arch_name": "N-1233@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13192,18 +14575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41338, "usage_id": 132 }, "0102.U1.234": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1234, Hausanschlussraum", "arch_name": "N-1234@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13211,18 +14596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41342, "usage_id": 160 }, "0102.U1.235": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1235, Labor", "arch_name": "N-1235@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15356, "seats": { @@ -13230,18 +14617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41346, "usage_id": 103 }, "0102.U1.236": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1236, USV-Raum", "arch_name": "N-1236@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13249,18 +14638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41413, "usage_id": 120 }, "0102.U1.237": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1237, Stromversorgung", "arch_name": "N-1237@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13268,18 +14659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41416, "usage_id": 160 }, "0102.U1.238": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1238, Stromversorgung", "arch_name": "N-1238@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13287,18 +14680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41420, "usage_id": 160 }, "0102.U1.239": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1239, Lager", "arch_name": "N-1239@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15356, "seats": { @@ -13306,18 +14701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41422, "usage_id": 30 }, "0102.U1.240": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1240, Hausanschlussraum", "arch_name": "N-1240@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37569, "seats": { @@ -13325,18 +14722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41425, "usage_id": 160 }, "0102.U1.241": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1241, Lager", "arch_name": "N-1241@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -13344,18 +14743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41429, "usage_id": 30 }, "0102.U1.242": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1242, Wasserversorgung, Aufbereitung", "arch_name": "N-1242@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -13363,18 +14764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41431, "usage_id": 182 }, "0102.U1.250": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1250, Flur", "arch_name": "N-1250@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -13382,18 +14785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68232, "usage_id": 222 }, "0102.Z1.207A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N0207A, Flur", "arch_name": "Z N0207A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.ZG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -13401,18 +14806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68247, "usage_id": 222 }, "0102.Z1.207C": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N0207C, Treppe", "arch_name": "Z N0207C@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.ZG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -13420,18 +14827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41804, "usage_id": 223 }, "0102.Z1.207D": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N0207D, Treppe", "arch_name": "Z N0207D@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.ZG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -13439,18 +14848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68252, "usage_id": 223 }, "0102.Z1.207F": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N0207F, Treppenhaus", "arch_name": "Z N0207F@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.ZG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -13458,18 +14869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68248, "usage_id": 223 }, "0102.Z1.207G": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N0207G, Treppenhaus", "arch_name": "Z N0207G@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.ZG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -13477,18 +14890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68249, "usage_id": 223 }, "0102.Z1.210": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N0210, WC-Damen", "arch_name": "Z N0210@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.ZG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -13496,18 +14911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41809, "usage_id": 116 }, "0102.Z1.210A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N0210A, WC-Vorraum Damen", "arch_name": "Z N0210A@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.ZG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -13515,18 +14932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68251, "usage_id": 118 }, "0102.Z1.212": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N0212, Lager", "arch_name": "Z N0212@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -13534,18 +14953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41884, "usage_id": 30 }, "0102.Z1.272": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N0207/2, Schalterraum", "arch_name": "Z N0207/2@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -13553,18 +14974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41894, "usage_id": 164 }, "0102.Z1.273": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "Z N0207/3, Schalterraum", "arch_name": "Z N0207/3@0102", "area_id": 27, "building_id": 562, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15356, "seats": { @@ -13572,18 +14995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41896, "usage_id": 164 }, "0103.01.301": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1301, B\u00fcro", "arch_name": "N1301@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -13591,18 +15016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9051, "usage_id": 12 }, "0103.01.301A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NZ1301A, Galerie", "arch_name": "NZ1301A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -13610,18 +15037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64564, "usage_id": 160 }, "0103.01.301D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z1301D, Galerie", "arch_name": "N Z1301D@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -13629,18 +15058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64565, "usage_id": 160 }, "0103.01.302": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1302, B\u00fcro", "arch_name": "N1302@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -13648,18 +15079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9053, "usage_id": 12 }, "0103.01.302A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z1302A, Vorbereitungsraum", "arch_name": "N Z1302A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -13667,18 +15100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64566, "usage_id": 136 }, "0103.01.303": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1303, Teek\u00fcche", "arch_name": "N1303@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -13686,18 +15121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41175, "usage_id": 198 }, "0103.01.304": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1304, B\u00fcro", "arch_name": "N1304@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -13705,18 +15142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9057, "usage_id": 12 }, "0103.01.305": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1305, B\u00fcro", "arch_name": "N1305@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15092, "seats": { @@ -13724,18 +15163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9059, "usage_id": 12 }, "0103.01.306": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1306, B\u00fcro", "arch_name": "N1306@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15092, "seats": { @@ -13743,18 +15184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9102, "usage_id": 12 }, "0103.01.307": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1307, B\u00fcro Emeritus", "arch_name": "N1307@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -13762,18 +15205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9103, "usage_id": 12 }, "0103.01.308": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1308, B\u00fcro", "arch_name": "N1308@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15405, "seats": { @@ -13781,18 +15226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9104, "usage_id": 12 }, "0103.01.309": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1309, Labor", "arch_name": "N1309@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15405, "seats": { @@ -13800,18 +15247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41029, "usage_id": 102 }, "0103.01.310": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1310, B\u00fcro", "arch_name": "N1310@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -13819,18 +15268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9107, "usage_id": 12 }, "0103.01.310A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z1310A, Treppenraum", "arch_name": "N Z1310A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -13838,18 +15289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64567, "usage_id": 223 }, "0103.01.311": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1311, B\u00fcro", "arch_name": "N1311@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 47237, "seats": { @@ -13857,18 +15310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9142, "usage_id": 12 }, "0103.01.312": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1312, B\u00fcro", "arch_name": "N1312@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 47237, "seats": { @@ -13876,18 +15331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9145, "usage_id": 12 }, "0103.01.313": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1313, B\u00fcro (gem.Nut. MST/ESM)", "arch_name": "N1313@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -13895,18 +15352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41241, "usage_id": 12 }, "0103.01.314": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1314, B\u00fcro", "arch_name": "N1314@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -13914,18 +15373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9149, "usage_id": 12 }, "0103.01.315": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1315, B\u00fcro", "arch_name": "N1315@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -13933,19 +15394,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41242, "usage_id": 12 }, "0103.01.316": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1316, \u00dcbungsraum", "arch_name": "N1316@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 15111, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -13953,19 +15416,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9155, "usage_id": 131 }, "0103.01.316A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1316A, Studentenarbeitsraum", "arch_name": "N1316A@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 18542, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -13973,18 +15438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41244, "usage_id": 208 }, "0103.01.317": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1317, Besprechung", "arch_name": "N1317@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -13992,18 +15459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40435, "usage_id": 196 }, "0103.01.318": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1318, Lager", "arch_name": "N1318@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14011,18 +15480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40436, "usage_id": 30 }, "0103.01.319": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1319, B\u00fcro", "arch_name": "N1319@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -14030,18 +15501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9178, "usage_id": 12 }, "0103.01.320": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1320, B\u00fcro", "arch_name": "N1320@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -14049,18 +15522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9180, "usage_id": 12 }, "0103.01.335": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1335, WC", "arch_name": "N1335@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -14068,18 +15543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40489, "usage_id": 114 }, "0103.01.335A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1335A, WC-Vorraum", "arch_name": "N1335A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -14087,18 +15564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64568, "usage_id": 118 }, "0103.01.338": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1338, WC-Herren", "arch_name": "N1338@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -14106,18 +15585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40492, "usage_id": 115 }, "0103.01.338A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1338A, WC-Damen", "arch_name": "N1338A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -14125,18 +15606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40494, "usage_id": 116 }, "0103.01.338B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1338B, WC-Vorraum", "arch_name": "N1338B@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -14144,18 +15627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64569, "usage_id": 118 }, "0103.01.338C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1338C, WC-Vorraum", "arch_name": "N1338C@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -14163,18 +15648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64570, "usage_id": 118 }, "0103.01.350": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1350, Flur", "arch_name": "N1350@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -14182,18 +15669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40527, "usage_id": 222 }, "0103.01.350A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1350A, Flur", "arch_name": "N1350A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -14201,18 +15690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64571, "usage_id": 222 }, "0103.01.350B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1350B, Flur", "arch_name": "N1350B@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -14220,18 +15711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70501, "usage_id": 222 }, "0103.01.353": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1353, Treppenraum", "arch_name": "N1353@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -14239,18 +15732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40528, "usage_id": 223 }, "0103.01.353A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1353A, Treppe", "arch_name": "N1353A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -14258,18 +15753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64572, "usage_id": 223 }, "0103.01.354": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1354, Flur", "arch_name": "N1354@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -14277,18 +15774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64573, "usage_id": 222 }, "0103.01.354A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1354A, Treppe", "arch_name": "N1354A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -14296,18 +15795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64574, "usage_id": 223 }, "0103.01.356": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1356, Flur", "arch_name": "N1356@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -14315,18 +15816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40533, "usage_id": 222 }, "0103.01.357": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1357, Installation", "arch_name": "N1357@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 26064, "seats": { @@ -14334,18 +15837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40536, "usage_id": 120 }, "0103.01.360": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1360, Aufzug", "arch_name": "N1360@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -14353,18 +15858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40580, "usage_id": 4 }, "0103.01.361": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1361, Aufzug", "arch_name": "N1361@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -14372,18 +15879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40583, "usage_id": 4 }, "0103.01.361A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1361A, Installation", "arch_name": "N1361A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -14391,18 +15900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64575, "usage_id": 120 }, "0103.02.301": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2301, Meisterb\u00fcro", "arch_name": "N2301@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14410,19 +15921,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9248, "usage_id": 12 }, "0103.02.302": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2302, B\u00fcro", "arch_name": "N2302@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 15114, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 44066, "seats": { @@ -14430,18 +15943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9249, "usage_id": 12 }, "0103.02.303": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2303, B\u00fcro", "arch_name": "N2303@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 44066, "seats": { @@ -14449,18 +15964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9251, "usage_id": 12 }, "0103.02.303A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2303A, Flur", "arch_name": "N2303A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 44066, "seats": { @@ -14468,18 +15985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40636, "usage_id": 222 }, "0103.02.304": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2304, B\u00fcro", "arch_name": "N2304@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 44066, "seats": { @@ -14487,18 +16006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40639, "usage_id": 12 }, "0103.02.305": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2305, B\u00fcro", "arch_name": "N2305@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 44066, "seats": { @@ -14506,18 +16027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9276, "usage_id": 12 }, "0103.02.306": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2306, B\u00fcro", "arch_name": "N2306@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -14525,18 +16048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9277, "usage_id": 12 }, "0103.02.307": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2307, B\u00fcro", "arch_name": "N2307@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47237, "seats": { @@ -14544,18 +16069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9279, "usage_id": 12 }, "0103.02.308": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2308, Materiallager", "arch_name": "N2308@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -14563,18 +16090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40645, "usage_id": 30 }, "0103.02.308A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2308A, Fotolabor", "arch_name": "N2308A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -14582,18 +16111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40681, "usage_id": 104 }, "0103.02.310": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2310, B\u00fcro Emeritus", "arch_name": "N2310@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -14601,19 +16132,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9283, "usage_id": 12 }, "0103.02.311": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2311, Elektroniklabor", "arch_name": "N2311@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 24815, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14621,18 +16154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40686, "usage_id": 103 }, "0103.02.313": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2313, B\u00fcro/Doktoranden", "arch_name": "N2313@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -14640,18 +16175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9304, "usage_id": 12 }, "0103.02.314": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2314, B\u00fcro/Doktoranden", "arch_name": "N2314@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14659,18 +16196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9305, "usage_id": 12 }, "0103.02.315": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2315, Biolabor", "arch_name": "N2315@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14678,18 +16217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40714, "usage_id": 102 }, "0103.02.315A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2315A, Schleuse/Reinraum", "arch_name": "N2315A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14697,18 +16238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40717, "usage_id": 105 }, "0103.02.315B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2315B, Reinraum", "arch_name": "N2315B@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14716,18 +16259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40720, "usage_id": 103 }, "0103.02.316": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2316, Lufttechnikraum", "arch_name": "N2316@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14735,18 +16280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40723, "usage_id": 32 }, "0103.02.317": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2317, Feinmechanische Werkstatt", "arch_name": "N2317@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14754,18 +16301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21544, "usage_id": 108 }, "0103.02.317A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2317A, Werkstatt hinter Glaswand", "arch_name": "N2317A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14773,18 +16322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40727, "usage_id": 108 }, "0103.02.318": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2318, Elektronenmikroskopie/Klimakammer", "arch_name": "N2318@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15405, "seats": { @@ -14792,18 +16343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39947, "usage_id": 103 }, "0103.02.318A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2318A, Schleuse", "arch_name": "N2318A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48597, "seats": { @@ -14811,18 +16364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39950, "usage_id": 105 }, "0103.02.319": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2319, Abstellraum / WC", "arch_name": "N2319@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -14830,18 +16385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39955, "usage_id": 159 }, "0103.02.320": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2320, WC-Herren", "arch_name": "N2320@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -14849,18 +16406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39956, "usage_id": 115 }, "0103.02.320A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2320A, WC-Vorraum", "arch_name": "N2320A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -14868,18 +16427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64576, "usage_id": 118 }, "0103.02.321": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2335, WC-Damen", "arch_name": "N2335@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -14887,18 +16448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39959, "usage_id": 116 }, "0103.02.323": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2323, Installation", "arch_name": "N2323@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 26064, "seats": { @@ -14906,18 +16469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39991, "usage_id": 120 }, "0103.02.323A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2323A, Installation", "arch_name": "N2323A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -14925,18 +16490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39993, "usage_id": 120 }, "0103.02.324": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2324, Pr\u00e4paration", "arch_name": "N2324@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -14944,18 +16511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39994, "usage_id": 194 }, "0103.02.325": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2325, Lager", "arch_name": "N2325@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -14963,18 +16532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39996, "usage_id": 30 }, "0103.02.326": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2326, Aufzug", "arch_name": "N2326@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -14982,18 +16553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39998, "usage_id": 4 }, "0103.02.327": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2327, Aufzug", "arch_name": "N2327@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -15001,18 +16574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40001, "usage_id": 4 }, "0103.02.330": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2330, Treppenraum", "arch_name": "N2330@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -15020,18 +16595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40022, "usage_id": 223 }, "0103.02.330A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2330A, Treppe", "arch_name": "N2330A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -15039,18 +16616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64577, "usage_id": 223 }, "0103.02.331": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2331, Flur West", "arch_name": "N2331@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -15058,18 +16637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40024, "usage_id": 222 }, "0103.02.332": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2332, Flur Ost", "arch_name": "N2332@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -15077,18 +16658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40025, "usage_id": 222 }, "0103.02.333": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2333, Treppenhaus", "arch_name": "N2333@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -15096,18 +16679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64578, "usage_id": 223 }, "0103.02.333A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2333A, Treppe", "arch_name": "N2333A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -15115,18 +16700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64579, "usage_id": 223 }, "0103.02.335A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2335A, WC-Vorraum", "arch_name": "N2335A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -15134,18 +16721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64580, "usage_id": 118 }, "0103.02.351": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2351, Dunkelkammer", "arch_name": "N Z2351@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -15153,18 +16742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64581, "usage_id": 104 }, "0103.02.352": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2352, Archiv", "arch_name": "N Z2352@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -15172,18 +16763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64582, "usage_id": 2 }, "0103.02.352A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2352A, Lager", "arch_name": "N Z2352A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -15191,18 +16784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64583, "usage_id": 30 }, "0103.02.353": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2353, Server", "arch_name": "N Z2353@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -15210,18 +16805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64584, "usage_id": 207 }, "0103.02.354": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2354, Archiv", "arch_name": "N Z2354@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -15229,18 +16826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64585, "usage_id": 2 }, "0103.02.360": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2360, Flur", "arch_name": "N Z2360@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -15248,18 +16847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64586, "usage_id": 222 }, "0103.02.361": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z23361, Treppenhaus", "arch_name": "N Z23361@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -15267,18 +16868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64587, "usage_id": 223 }, "0103.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3301, Elektroniklabor", "arch_name": "N3301@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -15286,18 +16889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40027, "usage_id": 103 }, "0103.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3302, Teek\u00fcche", "arch_name": "N3302@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -15305,18 +16910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40029, "usage_id": 198 }, "0103.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3303, Aufenthalt/Werkstatt", "arch_name": "N3303@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -15324,18 +16931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40030, "usage_id": 44 }, "0103.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3304, Chemisch-Techn. Labor", "arch_name": "N3304@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -15343,18 +16952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40068, "usage_id": 102 }, "0103.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3305, Putzraum", "arch_name": "N3305@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -15362,18 +16973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37402, "usage_id": 205 }, "0103.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3306, B\u00fcro", "arch_name": "N3306@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -15381,18 +16994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37403, "usage_id": 12 }, "0103.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3307, B\u00fcro", "arch_name": "N3307@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -15400,18 +17015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37408, "usage_id": 12 }, "0103.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3309, B\u00fcro", "arch_name": "N3309@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46275, "seats": { @@ -15419,18 +17036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37415, "usage_id": 12 }, "0103.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3310, B\u00fcro", "arch_name": "N3310@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -15438,18 +17057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 6984, "usage_id": 12 }, "0103.03.312": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3312, Werkstatt", "arch_name": "N3312@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -15457,18 +17078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18771, "usage_id": 51 }, "0103.03.314": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3314, B\u00fcro", "arch_name": "N3314@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -15476,18 +17099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7020, "usage_id": 12 }, "0103.03.316": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3316, \u00dcbung", "arch_name": "N3316@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -15495,18 +17120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7021, "usage_id": 131 }, "0103.03.318": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3318, Lager", "arch_name": "N3318@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -15514,18 +17141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37457, "usage_id": 30 }, "0103.03.320": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3320, Metallwerkst\u00e4tte grob", "arch_name": "N3320@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49280, "seats": { @@ -15533,18 +17162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37474, "usage_id": 51 }, "0103.03.320A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3320A, B\u00fcro", "arch_name": "N3320A@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49280, "seats": { @@ -15552,18 +17183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64588, "usage_id": 12 }, "0103.03.321": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3321, Feinmechanische Werkstatt", "arch_name": "N3321@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 49280, "seats": { @@ -15571,18 +17204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37478, "usage_id": 108 }, "0103.03.322": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3322, Meisterb\u00fcro", "arch_name": "N3322@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -15590,18 +17225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37482, "usage_id": 12 }, "0103.03.326": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3326, Lager", "arch_name": "N3326@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49280, "seats": { @@ -15609,18 +17246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37486, "usage_id": 30 }, "0103.03.327": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3327, Warmwasseraufbereitung/Lst.", "arch_name": "N3327@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 49280, "seats": { @@ -15628,18 +17267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37496, "usage_id": 182 }, "0103.03.328": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3328, Wasseraufbereitung", "arch_name": "N3328@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49280, "seats": { @@ -15647,18 +17288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37375, "usage_id": 182 }, "0103.03.329": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3329, Umkleide", "arch_name": "N3329@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 49280, "seats": { @@ -15666,18 +17309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37380, "usage_id": 121 }, "0103.03.329A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3329A, Waschraum mit Dusche", "arch_name": "N3329A@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 49657, "seats": { @@ -15685,18 +17330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37383, "usage_id": 210 }, "0103.03.330": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3330, Treppenraum", "arch_name": "N3330@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -15704,18 +17351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37388, "usage_id": 223 }, "0103.03.330A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3330A, Treppe", "arch_name": "N3330A@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -15723,18 +17372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64589, "usage_id": 223 }, "0103.03.331": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3331, Flur", "arch_name": "N3331@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -15742,18 +17393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37393, "usage_id": 222 }, "0103.03.332": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3332, Flur", "arch_name": "N3332@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -15761,18 +17414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37397, "usage_id": 222 }, "0103.03.333": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3333, Installation", "arch_name": "N3333@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 26064, "seats": { @@ -15780,18 +17435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37400, "usage_id": 120 }, "0103.03.334": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3334, Installation", "arch_name": "N3334@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -15799,18 +17456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37603, "usage_id": 120 }, "0103.03.335": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3335, WC", "arch_name": "N3335@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -15818,18 +17477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37608, "usage_id": 114 }, "0103.03.335A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3335A, WC-Vorraum", "arch_name": "N3335A@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -15837,18 +17498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64277, "usage_id": 118 }, "0103.03.336": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3336, Aufzug", "arch_name": "N3336@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -15856,18 +17519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37614, "usage_id": 4 }, "0103.03.337": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3337, Aufzug", "arch_name": "N3337@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -15875,18 +17540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37618, "usage_id": 4 }, "0103.03.338": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3338, Server", "arch_name": "N3338@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39906, "seats": { @@ -15894,18 +17561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37626, "usage_id": 207 }, "0103.03.340": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3340, Flur", "arch_name": "N3340@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -15913,18 +17582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37630, "usage_id": 222 }, "0103.03.350": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3350, Treppe", "arch_name": "N3350@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -15932,18 +17603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64278, "usage_id": 223 }, "0103.03.350A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3350A, Treppe", "arch_name": "N3350A@0103", "area_id": 27, "building_id": 563, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -15951,18 +17624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64279, "usage_id": 223 }, "0103.04.301": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4301, B\u00fcro", "arch_name": "N4301@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -15970,18 +17645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37636, "usage_id": 12 }, "0103.04.302": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4302, B\u00fcro/Praktikum", "arch_name": "N4302@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -15989,19 +17666,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37641, "usage_id": 12 }, "0103.04.303": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4303, B\u00fcro", "arch_name": "N4303@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 30153, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 49639, "seats": { @@ -16009,18 +17688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37647, "usage_id": 12 }, "0103.04.304": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4304, B\u00fcro", "arch_name": "N4304@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49639, "seats": { @@ -16028,18 +17709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37659, "usage_id": 12 }, "0103.04.305": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4305, Chemisch-Techn. Labor", "arch_name": "N4305@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 49280, "seats": { @@ -16047,18 +17730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37671, "usage_id": 102 }, "0103.04.307": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4307, B\u00fcro", "arch_name": "N4307@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16066,18 +17751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7059, "usage_id": 12 }, "0103.04.308": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4308, B\u00fcro", "arch_name": "N4308@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 15382, "seats": { @@ -16085,18 +17772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7063, "usage_id": 12 }, "0103.04.310": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4310, Elektroniklabor", "arch_name": "N4310@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16104,18 +17793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37691, "usage_id": 103 }, "0103.04.312": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4312, Elektroniklabor", "arch_name": "N4312@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16123,18 +17814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37697, "usage_id": 103 }, "0103.04.314": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4314, Lager", "arch_name": "N4314@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 49657, "seats": { @@ -16142,18 +17835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37702, "usage_id": 30 }, "0103.04.316": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4316, Lager", "arch_name": "N4316@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16161,18 +17856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7082, "usage_id": 30 }, "0103.04.317": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4317, L\u00f6sungsmittellager", "arch_name": "N4317@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 49280, "seats": { @@ -16180,18 +17877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37509, "usage_id": 132 }, "0103.04.319": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4319, Chemisch-Techn. Labor", "arch_name": "N4319@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16199,18 +17898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37514, "usage_id": 102 }, "0103.04.320": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4320, Gasflaschenlager", "arch_name": "N4320@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 49280, "seats": { @@ -16218,18 +17919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37551, "usage_id": 30 }, "0103.04.321": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4321, Chemisch-Techn. Labor", "arch_name": "N4321@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16237,18 +17940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37556, "usage_id": 102 }, "0103.04.322": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4322, Chemisch-Techn. Labor", "arch_name": "N4322@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16256,18 +17961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37564, "usage_id": 102 }, "0103.04.324": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4324, Raumlufttechnik", "arch_name": "N4324@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16275,18 +17982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37572, "usage_id": 32 }, "0103.04.325": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4325, Physiklabor/Reinstraum", "arch_name": "N4325@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16294,18 +18003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37578, "usage_id": 103 }, "0103.04.325A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4325A, Labor", "arch_name": "N4325A@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16313,18 +18024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37585, "usage_id": 103 }, "0103.04.325B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4325B, Reinraumbereich", "arch_name": "N4325B@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16332,18 +18045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64280, "usage_id": 103 }, "0103.04.325C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4325C, Reinraumbereich", "arch_name": "N4325C@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 49280, "seats": { @@ -16351,18 +18066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64281, "usage_id": 103 }, "0103.04.325D": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4325D, Schleuse Reinraum", "arch_name": "N4325D@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16370,18 +18087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64282, "usage_id": 105 }, "0103.04.325E": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4325E, Reinraumbereich", "arch_name": "N4325E@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16389,18 +18108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64283, "usage_id": 103 }, "0103.04.326": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4326, Gas\u00fcbergabestation", "arch_name": "N4326@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -16408,18 +18129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37595, "usage_id": 54 }, "0103.04.330": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4330, Treppenraum", "arch_name": "N4330@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -16427,18 +18150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37520, "usage_id": 223 }, "0103.04.330A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4330A, Treppe", "arch_name": "N4330A@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -16446,18 +18171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64284, "usage_id": 223 }, "0103.04.331": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4331, Flur", "arch_name": "N4331@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -16465,18 +18192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37527, "usage_id": 222 }, "0103.04.332": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4332, Flur", "arch_name": "N4332@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -16484,18 +18213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37534, "usage_id": 222 }, "0103.04.333": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4333, Installation", "arch_name": "N4333@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Metall", "main_operator_id": 26064, "seats": { @@ -16503,18 +18234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37543, "usage_id": 120 }, "0103.04.334": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4334, Installation", "arch_name": "N4334@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -16522,18 +18255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37732, "usage_id": 120 }, "0103.04.335": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4335, WC-Damen", "arch_name": "N4335@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -16541,18 +18276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37737, "usage_id": 116 }, "0103.04.335A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4335A, WC-Vorraum", "arch_name": "N4335A@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -16560,18 +18297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64285, "usage_id": 118 }, "0103.04.336": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4336, Aufzug", "arch_name": "N4336@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -16579,18 +18318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37743, "usage_id": 4 }, "0103.04.337": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4337, Aufzug", "arch_name": "N4337@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -16598,18 +18339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37751, "usage_id": 4 }, "0103.04.338": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4338, WC-Herren", "arch_name": "N4338@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -16617,18 +18360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37754, "usage_id": 115 }, "0103.04.338A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4338A, WC-Vorraum", "arch_name": "N4338A@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -16636,18 +18381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64286, "usage_id": 118 }, "0103.04.340": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4440, Flur", "arch_name": "N4440@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -16655,18 +18402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37762, "usage_id": 222 }, "0103.04.450": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4450, Treppe", "arch_name": "N4450@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -16674,18 +18423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64287, "usage_id": 223 }, "0103.04.450A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4450A, Treppe", "arch_name": "N4450A@0103", "area_id": 27, "building_id": 563, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -16693,18 +18444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64288, "usage_id": 223 }, "0103.05.301": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5301, B\u00fcro", "arch_name": "N5301@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 15382, "seats": { @@ -16712,18 +18465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7140, "usage_id": 12 }, "0103.05.303": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5303, B\u00fcro", "arch_name": "N5303@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 48597, "seats": { @@ -16731,18 +18486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7141, "usage_id": 12 }, "0103.05.304": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5304, B\u00fcro", "arch_name": "N5304@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 49657, "seats": { @@ -16750,18 +18507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7145, "usage_id": 12 }, "0103.05.306": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5306, B\u00fcro", "arch_name": "N5306@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16769,19 +18528,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7148, "usage_id": 12 }, "0103.05.307": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5307, Rechnerpraktikum", "arch_name": "N5307@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 22801, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16789,18 +18550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37787, "usage_id": 211 }, "0103.05.309": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5309, B\u00fcro", "arch_name": "N5309@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16808,18 +18571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7153, "usage_id": 12 }, "0103.05.310": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5310, B\u00fcro", "arch_name": "N5310@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 49657, "seats": { @@ -16827,19 +18592,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7157, "usage_id": 12 }, "0103.05.311": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5311, Besprechungsraum", "arch_name": "N5311@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 18358, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16847,18 +18614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37799, "usage_id": 196 }, "0103.05.314": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5314, Teek\u00fcche", "arch_name": "N5314@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16866,18 +18635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37802, "usage_id": 198 }, "0103.05.315": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5315, B\u00fcro", "arch_name": "N5315@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 49657, "seats": { @@ -16885,18 +18656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37808, "usage_id": 12 }, "0103.05.317": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5317, B\u00fcro", "arch_name": "N5317@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 49657, "seats": { @@ -16904,18 +18677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37813, "usage_id": 12 }, "0103.05.318": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5318, B\u00fcro", "arch_name": "N5318@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 49657, "seats": { @@ -16923,18 +18698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37818, "usage_id": 12 }, "0103.05.319": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5319, Teek\u00fcche", "arch_name": "N5319@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16942,19 +18719,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37823, "usage_id": 198 }, "0103.05.320": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5320, Arbeitsraum mit Handarchiv", "arch_name": "N5320@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 22578, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16962,18 +18741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7180, "usage_id": 12 }, "0103.05.322": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5322, B\u00fcro", "arch_name": "N5322@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -16981,18 +18762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37834, "usage_id": 12 }, "0103.05.323": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5323, B\u00fcro", "arch_name": "N5323@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -17000,19 +18783,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7184, "usage_id": 12 }, "0103.05.325": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5325, Seminarraum", "arch_name": "N5325@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 15008, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -17020,18 +18805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7188, "usage_id": 41 }, "0103.05.327": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5327, Unterrichtsvorbereitung", "arch_name": "N5327@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -17039,18 +18826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37704, "usage_id": 136 }, "0103.05.328": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5328, Serverraum", "arch_name": "N5328@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -17058,18 +18847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37711, "usage_id": 207 }, "0103.05.329": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5329, Lager B\u00fcromaterial", "arch_name": "N5329@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -17077,18 +18868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37721, "usage_id": 30 }, "0103.05.330": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5330, Treppenraum", "arch_name": "N5330@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -17096,18 +18889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37953, "usage_id": 223 }, "0103.05.330A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5330A, Treppe", "arch_name": "N5330A@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -17115,18 +18910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64289, "usage_id": 223 }, "0103.05.331": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5331, Flur", "arch_name": "N5331@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -17134,18 +18931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37957, "usage_id": 222 }, "0103.05.331A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5331A, Flur", "arch_name": "N5331A@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -17153,18 +18952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70502, "usage_id": 222 }, "0103.05.332": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5332, Flur", "arch_name": "N5332@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -17172,18 +18973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37966, "usage_id": 222 }, "0103.05.333": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5333, Installation", "arch_name": "N5333@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Metall", "main_operator_id": 26064, "seats": { @@ -17191,18 +18994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37973, "usage_id": 120 }, "0103.05.334": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5334, Installation", "arch_name": "N5334@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -17210,18 +19015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37980, "usage_id": 120 }, "0103.05.335": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5335, WC-Herren", "arch_name": "N5335@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -17229,18 +19036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37982, "usage_id": 115 }, "0103.05.335A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5335A, Putzraum", "arch_name": "N5335A@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 49657, "seats": { @@ -17248,18 +19057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64290, "usage_id": 205 }, "0103.05.335B": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N335B, WC-Damen mit Dusche", "arch_name": "N335B@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -17267,18 +19078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65087, "usage_id": 116 }, "0103.05.336": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5336, Aufzug", "arch_name": "N5336@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -17286,18 +19099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37989, "usage_id": 4 }, "0103.05.337": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5337, Aufzug", "arch_name": "N5337@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -17305,18 +19120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37998, "usage_id": 4 }, "0103.05.338": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5338, WC-Damen", "arch_name": "N5338@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -17324,18 +19141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38004, "usage_id": 116 }, "0103.05.338A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5338A, WC-Damen mit Dusche", "arch_name": "N5338A@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -17343,18 +19162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65088, "usage_id": 115 }, "0103.05.350": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5350, Treppe", "arch_name": "N5350@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -17362,18 +19183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64291, "usage_id": 223 }, "0103.05.350A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5350A, Treppe", "arch_name": "N5350A@0103", "area_id": 27, "building_id": 563, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -17381,18 +19204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64292, "usage_id": 223 }, "0103.06.190": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6190, Dach/Freiluft.exp. (Reinigen)", "arch_name": "N6190@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Keine Angabe", "main_operator_id": 14188, "seats": { @@ -17400,18 +19225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64293, "usage_id": 137 }, "0103.06.301": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6301, Serverraum", "arch_name": "N6301@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -17419,18 +19246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38009, "usage_id": 207 }, "0103.06.302": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6302, Labor", "arch_name": "N6302@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -17438,18 +19267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38017, "usage_id": 103 }, "0103.06.303": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6303, Labor", "arch_name": "N6303@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -17457,18 +19288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38022, "usage_id": 103 }, "0103.06.303A": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6303A, Schleuse", "arch_name": "N6303A@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -17476,18 +19309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64294, "usage_id": 105 }, "0103.06.304": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6304, B\u00fcro", "arch_name": "N6304@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -17495,18 +19330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38028, "usage_id": 12 }, "0103.06.305": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6305, B\u00fcro", "arch_name": "N6305@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -17514,18 +19351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38032, "usage_id": 12 }, "0103.06.306": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6306, B\u00fcro", "arch_name": "N6306@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -17533,18 +19372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38037, "usage_id": 12 }, "0103.06.307": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6307, Halbleiterlabor", "arch_name": "N6307@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -17552,18 +19393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37849, "usage_id": 103 }, "0103.06.308": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6308, Optoelektroniklabor", "arch_name": "N6308@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -17571,18 +19414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37856, "usage_id": 103 }, "0103.06.308A": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3608A, Schleuse", "arch_name": "N3608A@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -17590,18 +19435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37858, "usage_id": 105 }, "0103.06.309": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6309, Optoelektroniklabor", "arch_name": "N6309@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -17609,19 +19456,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37866, "usage_id": 103 }, "0103.06.310": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6310, Studentenarb. m. DV", "arch_name": "N6310@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 18421, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -17629,18 +19478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37873, "usage_id": 208 }, "0103.06.311": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6311, Halbleiterlabor", "arch_name": "N6311@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 49280, "seats": { @@ -17648,18 +19499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37902, "usage_id": 103 }, "0103.06.311A": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6311A, Lager", "arch_name": "N6311A@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49657, "seats": { @@ -17667,18 +19520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64295, "usage_id": 30 }, "0103.06.312": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6312, Halbleiterlabor", "arch_name": "N6312@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -17686,18 +19541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37908, "usage_id": 103 }, "0103.06.312A": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6312A, Treppe", "arch_name": "N6312A@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -17705,18 +19562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64296, "usage_id": 223 }, "0103.06.313": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6313, Flur", "arch_name": "N6313@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -17724,18 +19583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37913, "usage_id": 222 }, "0103.06.313A": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6313A, Flur", "arch_name": "N6313A@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -17743,18 +19604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64297, "usage_id": 222 }, "0103.06.313B": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6313B, Flur", "arch_name": "N6313B@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -17762,18 +19625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64298, "usage_id": 222 }, "0103.06.313D": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6313D, Treppe", "arch_name": "N6313D@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -17781,18 +19646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64299, "usage_id": 223 }, "0103.06.313E": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6313E, Treppe", "arch_name": "N6313E@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -17800,18 +19667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64300, "usage_id": 223 }, "0103.06.314": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6314, Installation", "arch_name": "N6314@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Metall", "main_operator_id": 26064, "seats": { @@ -17819,18 +19688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37918, "usage_id": 120 }, "0103.06.315": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6315, Chemielager", "arch_name": "N6315@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 49280, "seats": { @@ -17838,18 +19709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37927, "usage_id": 132 }, "0103.06.316": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6316, Aufzugsmaschinenraum", "arch_name": "N6316@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -17857,18 +19730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37935, "usage_id": 5 }, "0103.06.317": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6317, WC-Herren", "arch_name": "N6317@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -17876,18 +19751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37941, "usage_id": 115 }, "0103.06.317A": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6317A, WC-Damen mit Dusche", "arch_name": "N6317A@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -17895,18 +19772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65089, "usage_id": 116 }, "0103.06.318": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6318, Installation", "arch_name": "N6318@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -17914,18 +19793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37947, "usage_id": 120 }, "0103.06.319": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6319, Installation", "arch_name": "N6319@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Metall", "main_operator_id": 26064, "seats": { @@ -17933,18 +19814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37878, "usage_id": 120 }, "0103.06.320": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6320, Lager", "arch_name": "N6320@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 49280, "seats": { @@ -17952,18 +19835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37886, "usage_id": 30 }, "0103.06.321": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6321, L\u00fcftungsmaschinenraum", "arch_name": "N6321@0103", "area_id": 27, "building_id": 563, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -17971,18 +19856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37887, "usage_id": 32 }, "0103.07.301": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7301, Betriebstechnik", "arch_name": "N7301@0103", "area_id": 27, "building_id": 563, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -17990,18 +19877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37894, "usage_id": 120 }, "0103.07.302": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7302, Treppenraum", "arch_name": "N7302@0103", "area_id": 27, "building_id": 563, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -18009,18 +19898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38067, "usage_id": 223 }, "0103.07.303": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7303, Installation", "arch_name": "N7303@0103", "area_id": 27, "building_id": 563, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -18028,18 +19919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38075, "usage_id": 120 }, "0103.07.304": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7304, Installation", "arch_name": "N7304@0103", "area_id": 27, "building_id": 563, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -18047,18 +19940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38077, "usage_id": 120 }, "0103.07.305": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7305, Installation", "arch_name": "N7305@0103", "area_id": 27, "building_id": 563, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -18066,18 +19961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38083, "usage_id": 120 }, "0103.07.307": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7307, Installation", "arch_name": "N7307@0103", "area_id": 27, "building_id": 563, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -18085,18 +19982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38090, "usage_id": 120 }, "0103.DG.302": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7302, Technikfl\u00e4che Dach (Reinigen)", "arch_name": "N7302@0103", "area_id": 27, "building_id": 563, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -18104,18 +20003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65090, "usage_id": 217 }, "0103.EG.301": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0301, Elektrische Werkstatt", "arch_name": "N0301@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18123,18 +20024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21438, "usage_id": 51 }, "0103.EG.302": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0302, Meisterb\u00fcro", "arch_name": "N0302@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18142,18 +20045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9288, "usage_id": 12 }, "0103.EG.303": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0303, Elektronikpraktikum", "arch_name": "N0303@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18161,19 +20066,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41691, "usage_id": 211 }, "0103.EG.304": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0304, Lager", "arch_name": "N0304@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 15116, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15202, "seats": { @@ -18181,18 +20088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9310, "usage_id": 30 }, "0103.EG.304A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0304A, Lager", "arch_name": "N0304A@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15202, "seats": { @@ -18200,18 +20109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15043, "usage_id": 30 }, "0103.EG.305": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0305, Beh.-WC", "arch_name": "N0305@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -18219,18 +20130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41769, "usage_id": 117 }, "0103.EG.307": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0307, Flur", "arch_name": "N0307@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18238,18 +20151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41777, "usage_id": 222 }, "0103.EG.308": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0308, Garderobe", "arch_name": "N0308@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -18257,18 +20172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41846, "usage_id": 121 }, "0103.EG.309": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0309, Werkstatt", "arch_name": "N0309@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18276,18 +20193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21471, "usage_id": 51 }, "0103.EG.310": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0310, Aufenthalt m. Teek\u00fcche", "arch_name": "N0310@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18295,18 +20214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41856, "usage_id": 44 }, "0103.EG.311": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0311, Waschraum", "arch_name": "N0311@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -18314,18 +20235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41927, "usage_id": 210 }, "0103.EG.311A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0311A, Garderobe", "arch_name": "N0311A@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -18333,18 +20256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70500, "usage_id": 121 }, "0103.EG.312": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0312, Lager", "arch_name": "N0312@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18352,18 +20277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41932, "usage_id": 30 }, "0103.EG.313": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0313, Feinmeschnische Werkstatt", "arch_name": "N0313@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18371,19 +20298,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41937, "usage_id": 108 }, "0103.EG.314": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0314, H\u00f6rsaal m. Exp.-B\u00fchne", "arch_name": "N0314@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 12576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18391,18 +20320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8880, "usage_id": 20 }, "0103.EG.314A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0314A, Flur", "arch_name": "N0314A@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -18410,18 +20341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40729, "usage_id": 222 }, "0103.EG.314B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0314B, Rampe", "arch_name": "N0314B@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -18429,18 +20362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40735, "usage_id": 223 }, "0103.EG.315A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0315A, \u00d6l-Trafo", "arch_name": "N0315A@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -18448,18 +20383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40739, "usage_id": 160 }, "0103.EG.315B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0315B, Stromversorgung", "arch_name": "N0315B@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -18467,18 +20404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40743, "usage_id": 160 }, "0103.EG.315C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0315C, Reservezelle", "arch_name": "N0315C@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -18486,18 +20425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40828, "usage_id": 160 }, "0103.EG.315D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0315D, Gasvorratsbeh\u00e4lterraum", "arch_name": "N0315D@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -18505,18 +20446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40833, "usage_id": 30 }, "0103.EG.315E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0315E, Transformatoren", "arch_name": "N0315E@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -18524,18 +20467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64554, "usage_id": 160 }, "0103.EG.316": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0316, Lager", "arch_name": "N0316@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18543,19 +20488,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40885, "usage_id": 30 }, "0103.EG.317": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0317, Elektromasch.-Praktikum", "arch_name": "N0317@0103", "area_id": 27, "building_id": 563, "calendar_resource_nr": 18541, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18563,18 +20510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8931, "usage_id": 211 }, "0103.EG.317B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0317B, Labor", "arch_name": "N0317B@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -18582,18 +20531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40887, "usage_id": 194 }, "0103.EG.317C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0317C, Messraum einfach", "arch_name": "N0317C@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -18601,18 +20552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40889, "usage_id": 103 }, "0103.EG.317D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0317D, Treppe/Galerie-Elektr. Halle", "arch_name": "N0317D@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -18620,18 +20573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40951, "usage_id": 223 }, "0103.EG.317E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0317E, Physikalisch/Techn.\u00dcbungsraum", "arch_name": "N0317E@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18639,18 +20594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70496, "usage_id": 211 }, "0103.EG.318": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0318, Messraum einfach", "arch_name": "N0318@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -18658,18 +20615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40954, "usage_id": 103 }, "0103.EG.319": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0319, Praktikumsvorbereitung", "arch_name": "N0319@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38698, "seats": { @@ -18677,18 +20636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21143, "usage_id": 136 }, "0103.EG.320": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0320, Praktikumsvorbereitung", "arch_name": "N0320@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38698, "seats": { @@ -18696,18 +20657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40956, "usage_id": 136 }, "0103.EG.320A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0320A, Treppenraum", "arch_name": "N0320A@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -18715,18 +20678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40958, "usage_id": 223 }, "0103.EG.320B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0320B, Aufzug-Elektr. Halle", "arch_name": "N0320B@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -18734,18 +20699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40960, "usage_id": 4 }, "0103.EG.350": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0350, Eingangshalle", "arch_name": "N0350@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -18753,18 +20720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41098, "usage_id": 222 }, "0103.EG.350A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0350A, Flur zu 050B", "arch_name": "N0350A@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -18772,18 +20741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41101, "usage_id": 222 }, "0103.EG.350B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0350B, Treppe", "arch_name": "N0350B@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -18791,18 +20762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64555, "usage_id": 223 }, "0103.EG.350C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0350C, Flur", "arch_name": "N0350C@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -18810,18 +20783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64556, "usage_id": 222 }, "0103.EG.350D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0350D, Treppe", "arch_name": "N0350D@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -18829,18 +20804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64557, "usage_id": 223 }, "0103.EG.350E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0350E, Schauausstellungsraum", "arch_name": "N0350E@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39688, "seats": { @@ -18848,18 +20825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70499, "usage_id": 148 }, "0103.EG.351": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0351, WC", "arch_name": "N0351@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -18867,18 +20846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41104, "usage_id": 114 }, "0103.EG.351A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0351A, Putzraum", "arch_name": "N0351A@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -18886,18 +20867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41106, "usage_id": 205 }, "0103.EG.351B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0351B, WC-Vorraum", "arch_name": "N0351B@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -18905,18 +20888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64558, "usage_id": 118 }, "0103.EG.352": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0352, WC-Damen", "arch_name": "N0352@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -18924,18 +20909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41310, "usage_id": 116 }, "0103.EG.352A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0352A, WC-Vorraum", "arch_name": "N0352A@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -18943,18 +20930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64559, "usage_id": 118 }, "0103.EG.353": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0353, Flur", "arch_name": "N0353@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 19691, "seats": { @@ -18962,18 +20951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41314, "usage_id": 222 }, "0103.EG.355": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0355, Flur", "arch_name": "N0355@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -18981,18 +20972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41317, "usage_id": 222 }, "0103.EG.356": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0356, Installation", "arch_name": "N0356@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -19000,18 +20993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41318, "usage_id": 120 }, "0103.EG.357": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0357, Aufzug", "arch_name": "N0357@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -19019,18 +21014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41321, "usage_id": 4 }, "0103.EG.359": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0359, Aufzug-Eingangshalle", "arch_name": "N0359@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -19038,18 +21035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41322, "usage_id": 4 }, "0103.EG.391": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0391, Weg", "arch_name": "N0391@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -19057,18 +21056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64560, "usage_id": 219 }, "0103.EG.392": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0392, Treppe i. Freien (Reinigen)", "arch_name": "N0392@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -19076,18 +21077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64561, "usage_id": 7 }, "0103.EG.393": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0393, Weg", "arch_name": "N0393@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -19095,18 +21098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64562, "usage_id": 219 }, "0103.EG.394": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0394, Treppe im Freien (Reinigen)", "arch_name": "N0394@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -19114,18 +21119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64563, "usage_id": 7 }, "0103.EG.395": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0395, Labor im Freien", "arch_name": "N0395@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -19133,18 +21140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70497, "usage_id": 218 }, "0103.EG.396": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0396, Labor im Freien", "arch_name": "N0396@0103", "area_id": 27, "building_id": 563, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -19152,18 +21161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70498, "usage_id": 218 }, "0103.U1.301": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1301, FIB-Mikroskopierraum", "arch_name": "-1301@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -19171,18 +21182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41829, "usage_id": 103 }, "0103.U1.301A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1301A, Technik", "arch_name": "-1301A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -19190,18 +21203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64537, "usage_id": 46 }, "0103.U1.302": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1302, Medium f\u00fcr -1301", "arch_name": "-1302@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 49280, "seats": { @@ -19209,18 +21224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41835, "usage_id": 17 }, "0103.U1.303": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1303, Lager", "arch_name": "-1303@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 49280, "seats": { @@ -19228,18 +21245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41838, "usage_id": 30 }, "0103.U1.304": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1304, Werkstatt", "arch_name": "-1304@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -19247,18 +21266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41904, "usage_id": 51 }, "0103.U1.305": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1305, Lager", "arch_name": "-1305@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -19266,18 +21287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40802, "usage_id": 30 }, "0103.U1.306": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1306, Lager", "arch_name": "-1306@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 49280, "seats": { @@ -19285,18 +21308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40807, "usage_id": 30 }, "0103.U1.307": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1307, Lager", "arch_name": "-1307@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 49657, "seats": { @@ -19304,18 +21329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40814, "usage_id": 30 }, "0103.U1.308A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1308A, Stromversorgg.", "arch_name": "-1308A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -19323,18 +21350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40818, "usage_id": 160 }, "0103.U1.309": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1309, BOS-Zentrale N3", "arch_name": "-1309@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19342,18 +21371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40825, "usage_id": 202 }, "0103.U1.310": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK310, Archiv", "arch_name": "NK310@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -19361,18 +21392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40869, "usage_id": 2 }, "0103.U1.311": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1311, Praktikum/Umbau", "arch_name": "N-1311@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -19380,18 +21413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40873, "usage_id": 131 }, "0103.U1.311A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1311A, Treppe", "arch_name": "-1311A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -19399,18 +21434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40877, "usage_id": 223 }, "0103.U1.311B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1311B, Lager", "arch_name": "-1311B@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 49657, "seats": { @@ -19418,18 +21455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64539, "usage_id": 30 }, "0103.U1.312": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK312, Elektronikpraktikum", "arch_name": "NK312@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -19437,18 +21476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8966, "usage_id": 211 }, "0103.U1.313": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK313, Flur", "arch_name": "NK313@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 19691, "seats": { @@ -19456,18 +21497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64540, "usage_id": 222 }, "0103.U1.313A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NK313A, Installationskanal", "arch_name": "NK313A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -19475,18 +21518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64541, "usage_id": 120 }, "0103.U1.314": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1314, Heizzentrale", "arch_name": "-1314@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -19494,18 +21539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40881, "usage_id": 201 }, "0103.U1.315": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1315, Treppe", "arch_name": "-1315@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -19513,18 +21560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40883, "usage_id": 223 }, "0103.U1.315A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1315A, Lager", "arch_name": "-1315A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19532,18 +21581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40938, "usage_id": 30 }, "0103.U1.316": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1316, Lager", "arch_name": "-1316@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19551,18 +21602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40941, "usage_id": 30 }, "0103.U1.317": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1317, Serverraum", "arch_name": "-1317@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19570,18 +21623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41015, "usage_id": 207 }, "0103.U1.318": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1318, Elektroniklab. m. spez. Einricht", "arch_name": "-1318@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -19589,18 +21644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9027, "usage_id": 103 }, "0103.U1.319": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1319, Holzwerkstatt", "arch_name": "-1319@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19608,18 +21665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41078, "usage_id": 107 }, "0103.U1.320": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1320, Lager", "arch_name": "-1320@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19627,18 +21686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41084, "usage_id": 30 }, "0103.U1.321": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1321, Chemielabor (KNSTL.B.,MV)", "arch_name": "-1321@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -19646,18 +21707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41091, "usage_id": 102 }, "0103.U1.322": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1322, Verteilerraum", "arch_name": "-1322@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19665,18 +21728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41149, "usage_id": 120 }, "0103.U1.323": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1323, Grobmechanische Werkstatt", "arch_name": "-1323@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19684,18 +21749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41155, "usage_id": 51 }, "0103.U1.324": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1324, Lager", "arch_name": "-1324@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19703,18 +21770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41159, "usage_id": 30 }, "0103.U1.325": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1325, Lager", "arch_name": "-1325@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48597, "seats": { @@ -19722,18 +21791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41164, "usage_id": 30 }, "0103.U1.326": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1326, Stickstoffanlage", "arch_name": "-1326@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48597, "seats": { @@ -19741,18 +21812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41168, "usage_id": 17 }, "0103.U1.327": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1327, Spritzlackierraum", "arch_name": "-1327@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19760,18 +21833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41224, "usage_id": 51 }, "0103.U1.328": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1328, Flur zu Hebeb\u00fchne", "arch_name": "-1328@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -19779,18 +21854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41228, "usage_id": 222 }, "0103.U1.328A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1328A, Treppe", "arch_name": "-1328A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -19798,18 +21875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64542, "usage_id": 223 }, "0103.U1.328B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1328B, Hebeb\u00fchne", "arch_name": "-1328B@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -19817,18 +21896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41230, "usage_id": 4 }, "0103.U1.328C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1328C, Lager", "arch_name": "-1328C@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19836,18 +21917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64543, "usage_id": 30 }, "0103.U1.329": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1329, Schaltraum", "arch_name": "-1329@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -19855,18 +21938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41231, "usage_id": 160 }, "0103.U1.329A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1329A, Zentr. Technik", "arch_name": "-1329A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -19874,18 +21959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64544, "usage_id": 46 }, "0103.U1.330": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1330, Stromversorgung", "arch_name": "-1330@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -19893,18 +21980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41235, "usage_id": 160 }, "0103.U1.331": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1331, Schaltraum", "arch_name": "-1331@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -19912,18 +22001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41238, "usage_id": 160 }, "0103.U1.332": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1332, Versuchshallen", "arch_name": "-1332@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -19931,18 +22022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21273, "usage_id": 49 }, "0103.U1.334": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1334, Lager", "arch_name": "-1334@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19950,18 +22043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41297, "usage_id": 30 }, "0103.U1.335": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1335, Stromversorgung", "arch_name": "-1335@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -19969,18 +22064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41301, "usage_id": 160 }, "0103.U1.335A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1335A, Stromversorgung", "arch_name": "-1335A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -19988,18 +22085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41304, "usage_id": 160 }, "0103.U1.336": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1336, Lager", "arch_name": "-1336@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -20007,18 +22106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41307, "usage_id": 30 }, "0103.U1.337": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1337, Lager", "arch_name": "-1337@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -20026,18 +22127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41367, "usage_id": 30 }, "0103.U1.338": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1338, Lager", "arch_name": "-1338@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -20045,18 +22148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41368, "usage_id": 30 }, "0103.U1.339": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1339, Lager", "arch_name": "-1339@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -20064,18 +22169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41374, "usage_id": 30 }, "0103.U1.339A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1339A, Treppe", "arch_name": "-1339A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20083,18 +22190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41376, "usage_id": 223 }, "0103.U1.339B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1339B, Aufzug", "arch_name": "-1339B@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20102,18 +22211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41379, "usage_id": 4 }, "0103.U1.350": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1350, Gang 1", "arch_name": "-1350@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -20121,18 +22232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41382, "usage_id": 16 }, "0103.U1.351": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1351, Gang 2", "arch_name": "-1351@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -20140,18 +22253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41457, "usage_id": 16 }, "0103.U1.352": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1352, Gang 3", "arch_name": "-1352@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -20159,18 +22274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41458, "usage_id": 16 }, "0103.U1.353": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1353, Gang 4", "arch_name": "-1353@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -20178,18 +22295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41460, "usage_id": 16 }, "0103.U1.354": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1354, Gang 5", "arch_name": "-1354@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -20197,18 +22316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41461, "usage_id": 16 }, "0103.U1.354A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "K20, Ventilraum", "arch_name": "K20@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -20216,18 +22337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41462, "usage_id": 120 }, "0103.U1.355": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1355, Gang 6", "arch_name": "-1355@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20235,18 +22358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41517, "usage_id": 16 }, "0103.U1.355A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1355A, Treppe", "arch_name": "-1355A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20254,18 +22379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64545, "usage_id": 223 }, "0103.U1.355B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1355B, Gang", "arch_name": "-1355B@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20273,18 +22400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70484, "usage_id": 16 }, "0103.U1.357": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1321A, Gang 9 zu -1325", "arch_name": "-1321A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20292,18 +22421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41519, "usage_id": 16 }, "0103.U1.358": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1358, WC-Damen", "arch_name": "-1358@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -20311,18 +22442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41521, "usage_id": 116 }, "0103.U1.358A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1358A, WC-Vorraum", "arch_name": "-1358A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -20330,18 +22463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64546, "usage_id": 118 }, "0103.U1.359": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1359, WC-Herren", "arch_name": "-1359@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -20349,18 +22484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41522, "usage_id": 115 }, "0103.U1.359A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1359A, WC-Damen mit Dusche", "arch_name": "-1359A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -20368,18 +22505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65086, "usage_id": 116 }, "0103.U1.360": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1360, Aufzug", "arch_name": "-1360@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -20387,18 +22526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41526, "usage_id": 4 }, "0103.U1.361": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1361, Aufzug", "arch_name": "-1361@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -20406,18 +22547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41598, "usage_id": 4 }, "0103.U1.363": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1363, WC-Damen", "arch_name": "-1363@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -20425,18 +22568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41601, "usage_id": 116 }, "0103.U1.363A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1363A, WC-Vorraum", "arch_name": "-1363A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -20444,18 +22589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64547, "usage_id": 118 }, "0103.U1.364": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1364, Installation", "arch_name": "-1364@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -20463,18 +22610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41602, "usage_id": 120 }, "0103.U1.364A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1364A, Installationsschacht", "arch_name": "-1364A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20482,18 +22631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41608, "usage_id": 120 }, "0103.U1.365": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1365, Flur/Treppe", "arch_name": "-1365@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -20501,18 +22652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41680, "usage_id": 223 }, "0103.U1.380": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1380, Lichtschacht", "arch_name": "-1380@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -20520,18 +22673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64548, "usage_id": 31 }, "0103.U1.381": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1381, Lichtschacht", "arch_name": "-1381@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -20539,18 +22694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64549, "usage_id": 31 }, "0103.U1.382": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1382, Lichtschacht", "arch_name": "-1382@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -20558,18 +22715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64550, "usage_id": 31 }, "0103.U1.390": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-1390, Luftfl\u00e4che", "arch_name": "-1390@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20577,18 +22736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64551, "usage_id": 31 }, "0103.U2.301": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-2301, Treppenraum", "arch_name": "-2301@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20596,18 +22757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41662, "usage_id": 223 }, "0103.U2.302": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-2302, Maschinenraum", "arch_name": "-2302@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -20615,18 +22778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41669, "usage_id": 120 }, "0103.U2.303": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-2303, Lager", "arch_name": "-2303@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 49657, "seats": { @@ -20634,18 +22799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41742, "usage_id": 30 }, "0103.U2.304": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-2304, Archiv/Lager", "arch_name": "-2304@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 49657, "seats": { @@ -20653,18 +22820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41747, "usage_id": 2 }, "0103.U2.304A": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-2304A, Flur", "arch_name": "-2304A@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20672,18 +22841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41754, "usage_id": 222 }, "0103.U2.305": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-2305, Archiv/Lager", "arch_name": "-2305@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 49657, "seats": { @@ -20691,18 +22862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41760, "usage_id": 2 }, "0103.U2.306": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "-2306, Flur", "arch_name": "-2306@0103", "area_id": 27, "building_id": 563, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -20710,18 +22883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41823, "usage_id": 222 }, "0103.Z1.301": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2301, Dunkelkammer", "arch_name": "N Z2301@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.ZG", "floor_type": "PVC", "main_operator_id": 15355, "seats": { @@ -20729,18 +22904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59159, "usage_id": 104 }, "0103.Z1.302": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2302, Archiv", "arch_name": "N Z2302@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.ZG", "floor_type": "PVC", "main_operator_id": 15355, "seats": { @@ -20748,18 +22925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59158, "usage_id": 2 }, "0103.Z1.302A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2302A, Lager", "arch_name": "N Z2302A@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.ZG", "floor_type": "PVC", "main_operator_id": 15355, "seats": { @@ -20767,18 +22946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59163, "usage_id": 30 }, "0103.Z1.303": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2303, Serverraum", "arch_name": "N Z2303@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 15355, "seats": { @@ -20786,18 +22967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59160, "usage_id": 207 }, "0103.Z1.304": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2304, Archiv", "arch_name": "N Z2304@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.ZG", "floor_type": "PVC", "main_operator_id": 15355, "seats": { @@ -20805,18 +22988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59157, "usage_id": 2 }, "0103.Z1.310": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z2310, Treppenraum", "arch_name": "N Z2310@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -20824,18 +23009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59161, "usage_id": 223 }, "0103.Z1.311": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N Z1311, Aufzug", "arch_name": "N Z1311@0103", "area_id": 27, "building_id": 563, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -20843,18 +23030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59155, "usage_id": 4 }, "0104.01.401": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1401, B\u00fcro", "arch_name": "N1401@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15376, "seats": { @@ -20862,18 +23051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38632, "usage_id": 12 }, "0104.01.402": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1402, Sekretariat", "arch_name": "N1402@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15376, "seats": { @@ -20881,18 +23072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38639, "usage_id": 40 }, "0104.01.403": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1403, Prof.-B\u00fcro", "arch_name": "N1403@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15376, "seats": { @@ -20900,18 +23093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38643, "usage_id": 12 }, "0104.01.404": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1404, B\u00fcro", "arch_name": "N1404@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -20919,18 +23114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38651, "usage_id": 12 }, "0104.01.405": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1405, B\u00fcro", "arch_name": "N1405@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -20938,18 +23135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7487, "usage_id": 12 }, "0104.01.406": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1406, Studentenarb. m. DV", "arch_name": "N1406@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -20957,18 +23156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38663, "usage_id": 208 }, "0104.01.407": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1407, B\u00fcro", "arch_name": "N1407@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -20976,18 +23177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7494, "usage_id": 12 }, "0104.01.408": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1408, B\u00fcro", "arch_name": "N1408@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -20995,18 +23198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38671, "usage_id": 12 }, "0104.01.409": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1409, Opt. Messtechnik", "arch_name": "N1409@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -21014,18 +23219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38676, "usage_id": 103 }, "0104.01.410": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1410, B\u00fcro", "arch_name": "N1410@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -21033,18 +23240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38682, "usage_id": 12 }, "0104.01.411": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1411, Computerlabor", "arch_name": "N1411@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -21052,18 +23261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38686, "usage_id": 103 }, "0104.01.412": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1412, Elektronische Werkstatt", "arch_name": "N1412@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -21071,19 +23282,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14734, "usage_id": 51 }, "0104.01.413": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1413, Sitzungs-, Konferenzraum", "arch_name": "N1413@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 28072, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -21091,19 +23304,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38514, "usage_id": 196 }, "0104.01.414": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1414, Seminarraum", "arch_name": "N1414@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 15035, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -21111,19 +23326,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7520, "usage_id": 41 }, "0104.01.415": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1415, Audiovisueller Unterricht", "arch_name": "N1415@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 15036, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -21131,18 +23348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7523, "usage_id": 135 }, "0104.01.416": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1416, Kopierer", "arch_name": "N1416@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15376, "seats": { @@ -21150,18 +23369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38548, "usage_id": 110 }, "0104.01.420": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1420, Lager", "arch_name": "N1420@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -21169,18 +23390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38557, "usage_id": 30 }, "0104.01.425": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1425, Putzraum", "arch_name": "N1425@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -21188,18 +23411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38566, "usage_id": 205 }, "0104.01.426": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1426, Lager", "arch_name": "N1426@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15364, "seats": { @@ -21207,18 +23432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38571, "usage_id": 30 }, "0104.01.426A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N10426A, WC-Vorraum Damen", "arch_name": "N10426A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21226,18 +23453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64230, "usage_id": 118 }, "0104.01.427": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1427, WC-Damen", "arch_name": "N1427@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21245,18 +23474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38576, "usage_id": 116 }, "0104.01.428": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1428, Aufzug", "arch_name": "N1428@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -21264,18 +23495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38753, "usage_id": 4 }, "0104.01.429": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1429, Teek\u00fcche", "arch_name": "N1429@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -21283,18 +23516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38756, "usage_id": 198 }, "0104.01.430": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1430, WC-Damen", "arch_name": "N1430@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21302,18 +23537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38762, "usage_id": 116 }, "0104.01.430A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1430A, WC-Vorraum Damen", "arch_name": "N1430A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21321,18 +23558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64212, "usage_id": 118 }, "0104.01.431": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1431, WC-Herren", "arch_name": "N1431@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21340,18 +23579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38766, "usage_id": 115 }, "0104.01.431A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1431A, WC-Vorraum Herren", "arch_name": "N1431A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21359,18 +23600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64213, "usage_id": 118 }, "0104.01.450": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1450, Flur", "arch_name": "N1450@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -21378,18 +23621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38772, "usage_id": 222 }, "0104.01.451": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1451, Treppenraum", "arch_name": "N1451@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 19691, "seats": { @@ -21397,18 +23642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38775, "usage_id": 223 }, "0104.01.452": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1452, Flur S\u00fcd/Archiv/Dokumentation", "arch_name": "N1452@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -21416,18 +23663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38777, "usage_id": 222 }, "0104.01.453": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1453, Flur Ost/Archiv/Dokumentation", "arch_name": "N1453@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -21435,18 +23684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38779, "usage_id": 222 }, "0104.01.454": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1454, Flur Nord/Archiv/Dokumentation", "arch_name": "N1454@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -21454,18 +23705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38780, "usage_id": 222 }, "0104.01.454A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1454A, Flur Nord", "arch_name": "N1454A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -21473,18 +23726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38792, "usage_id": 222 }, "0104.02.401": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2401, B\u00fcro", "arch_name": "N2401@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -21492,18 +23747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7586, "usage_id": 12 }, "0104.02.402": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2402, B\u00fcro", "arch_name": "N2402@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -21511,18 +23768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7588, "usage_id": 12 }, "0104.02.403": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2403, Prof.-B\u00fcro", "arch_name": "N2403@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -21530,19 +23789,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7589, "usage_id": 12 }, "0104.02.404": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2404, Pr\u00fcf.-Disputationsraum", "arch_name": "N2404@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 30392, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -21550,19 +23811,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38850, "usage_id": 196 }, "0104.02.405": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2405, Sem./Pr\u00fcf./Bibliothek", "arch_name": "N2405@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 21904, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -21570,18 +23833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38857, "usage_id": 41 }, "0104.02.406": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2406, Studentencomputerraum 1", "arch_name": "N2406@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -21589,19 +23854,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38858, "usage_id": 208 }, "0104.02.407": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2407, Seminarraum", "arch_name": "N2407@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 15040, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -21609,19 +23876,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7598, "usage_id": 41 }, "0104.02.407A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2407A, Praktikum", "arch_name": "N2407A@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 32592, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -21629,19 +23898,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38863, "usage_id": 103 }, "0104.02.407B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2407B, Praktikum", "arch_name": "N2407B@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 30612, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -21649,18 +23920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70745, "usage_id": 103 }, "0104.02.407C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2407C, Lager", "arch_name": "N2407C@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -21668,19 +23941,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75440, "usage_id": 30 }, "0104.02.408": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2408, Seminarraum", "arch_name": "N2408@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 15041, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -21688,19 +23963,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7601, "usage_id": 41 }, "0104.02.409": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2409, Seminarraum", "arch_name": "N2409@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 15042, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -21708,18 +23985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7604, "usage_id": 41 }, "0104.02.410": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2410, B\u00fcro", "arch_name": "N2410@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -21727,18 +24006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7608, "usage_id": 12 }, "0104.02.426": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2426, Lager", "arch_name": "N2426@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15376, "seats": { @@ -21746,18 +24027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38876, "usage_id": 30 }, "0104.02.427": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2427, WC-Herren", "arch_name": "N2427@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21765,18 +24048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38880, "usage_id": 115 }, "0104.02.427A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2427A, WC-Vorraum Herren", "arch_name": "N2427A@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21784,18 +24069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64214, "usage_id": 118 }, "0104.02.428": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2428, Aufzug", "arch_name": "N2428@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -21803,18 +24090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38690, "usage_id": 4 }, "0104.02.429": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2429, Teek\u00fcche", "arch_name": "N2429@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -21822,18 +24111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38691, "usage_id": 198 }, "0104.02.430": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2430, WC-Damen", "arch_name": "N2430@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21841,18 +24132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38693, "usage_id": 116 }, "0104.02.430A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2430A, WC-Vorraum Damen", "arch_name": "N2430A@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21860,18 +24153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64215, "usage_id": 118 }, "0104.02.431": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2431, WC-Herren", "arch_name": "N2431@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21879,18 +24174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38696, "usage_id": 115 }, "0104.02.431A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2431A, WC-Vorraum Herren", "arch_name": "N2431A@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -21898,18 +24195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65092, "usage_id": 118 }, "0104.02.450": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2450, Flur", "arch_name": "N2450@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -21917,18 +24216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38700, "usage_id": 222 }, "0104.02.451": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2451, Treppenraum", "arch_name": "N2451@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -21936,18 +24237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38705, "usage_id": 223 }, "0104.02.452": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2452, Flur S\u00fcd", "arch_name": "N2452@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -21955,18 +24258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38709, "usage_id": 222 }, "0104.02.454": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2454, Flur Nord", "arch_name": "N2454@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -21974,18 +24279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38714, "usage_id": 222 }, "0104.03.401": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3401, Teek\u00fcche", "arch_name": "N3401@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -21993,19 +24300,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38719, "usage_id": 198 }, "0104.03.402": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3402, G\u00e4steraum 1", "arch_name": "N3402@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 33312, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22013,18 +24322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7548, "usage_id": 12 }, "0104.03.403": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3403, B\u00fcro", "arch_name": "N3403@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22032,18 +24343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7550, "usage_id": 12 }, "0104.03.404": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3404, B\u00fcro", "arch_name": "N3404@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22051,18 +24364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7554, "usage_id": 12 }, "0104.03.405": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3405, B\u00fcro", "arch_name": "N3405@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22070,18 +24385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7557, "usage_id": 12 }, "0104.03.406": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3406, B\u00fcro", "arch_name": "N3406@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22089,18 +24406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7559, "usage_id": 12 }, "0104.03.407": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3407, B\u00fcro", "arch_name": "N3407@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22108,18 +24427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7560, "usage_id": 12 }, "0104.03.409": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3409, B\u00fcro", "arch_name": "N3409@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22127,18 +24448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7561, "usage_id": 12 }, "0104.03.410": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3410, B\u00fcro", "arch_name": "N3410@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22146,18 +24469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7562, "usage_id": 12 }, "0104.03.411": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3411, B\u00fcro", "arch_name": "N3411@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -22165,18 +24490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7564, "usage_id": 12 }, "0104.03.412": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3412, B\u00fcro", "arch_name": "N3412@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -22184,18 +24511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7675, "usage_id": 12 }, "0104.03.413": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3413, B\u00fcro", "arch_name": "N3413@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -22203,18 +24532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7678, "usage_id": 12 }, "0104.03.414": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3414, B\u00fcro", "arch_name": "N3414@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15371, "seats": { @@ -22222,18 +24553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39015, "usage_id": 12 }, "0104.03.415": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3415, B\u00fcro", "arch_name": "N3415@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -22241,18 +24574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39019, "usage_id": 12 }, "0104.03.415A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3415A, G\u00e4steraum 2", "arch_name": "N3415A@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -22260,18 +24595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67681, "usage_id": 12 }, "0104.03.416": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3416, Assistenten", "arch_name": "N3416@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48078, "seats": { @@ -22279,18 +24616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39025, "usage_id": 12 }, "0104.03.417": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3417, Assistenten", "arch_name": "N3417@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48078, "seats": { @@ -22298,18 +24637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39031, "usage_id": 12 }, "0104.03.418": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3418, Prof.-B\u00fcro", "arch_name": "N3418@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48078, "seats": { @@ -22317,18 +24658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7700, "usage_id": 12 }, "0104.03.420": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3420, Lager", "arch_name": "N3420@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22336,18 +24679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39049, "usage_id": 30 }, "0104.03.421": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3421, Lager", "arch_name": "N3421@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22355,18 +24700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38881, "usage_id": 30 }, "0104.03.422": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3422, Server", "arch_name": "N3422@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22374,18 +24721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38882, "usage_id": 207 }, "0104.03.423": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3423, Kopierraum", "arch_name": "N3423@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22393,18 +24742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38888, "usage_id": 110 }, "0104.03.424": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3424, Lager", "arch_name": "N3424@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22412,18 +24763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38889, "usage_id": 30 }, "0104.03.425": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3425, Lager", "arch_name": "N3425@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15364, "seats": { @@ -22431,18 +24784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38892, "usage_id": 30 }, "0104.03.426": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3426, Lager", "arch_name": "N3426@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15364, "seats": { @@ -22450,18 +24805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38896, "usage_id": 30 }, "0104.03.427": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3427, WC-Damen", "arch_name": "N3427@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -22469,18 +24826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38918, "usage_id": 116 }, "0104.03.427A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3427A, WC-Vorraum Damen", "arch_name": "N3427A@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -22488,18 +24847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64217, "usage_id": 118 }, "0104.03.428": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3428, Aufzug", "arch_name": "N3428@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -22507,18 +24868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38923, "usage_id": 4 }, "0104.03.429": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3429, Putzraum", "arch_name": "N3429@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -22526,18 +24889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38907, "usage_id": 205 }, "0104.03.430": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3430, WC-Damen", "arch_name": "N3430@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -22545,18 +24910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38909, "usage_id": 116 }, "0104.03.430A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3430A, WC-Vorraum Damen", "arch_name": "N3430A@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -22564,18 +24931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64218, "usage_id": 118 }, "0104.03.431": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3431, WC-Herren", "arch_name": "N3431@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -22583,18 +24952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38913, "usage_id": 115 }, "0104.03.431A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3431A, WC-Vorraum Herren", "arch_name": "N3431A@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -22602,18 +24973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64216, "usage_id": 118 }, "0104.03.450": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3450, Flur", "arch_name": "N3450@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -22621,18 +24994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39073, "usage_id": 222 }, "0104.03.451": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3451, Treppenraum", "arch_name": "N3451@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -22640,18 +25015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39077, "usage_id": 223 }, "0104.03.452": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3452, Flur S\u00fcd", "arch_name": "N3452@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -22659,18 +25036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39081, "usage_id": 222 }, "0104.03.453": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3453, Flur Ost", "arch_name": "N3453@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -22678,18 +25057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39085, "usage_id": 222 }, "0104.03.454": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3454, Flur Nord", "arch_name": "N3454@0104", "area_id": 27, "building_id": 564, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -22697,19 +25078,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39089, "usage_id": 222 }, "0104.04.401": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4401, B\u00fcro", "arch_name": "N4401@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 30832, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -22717,18 +25100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7665, "usage_id": 12 }, "0104.04.402": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4402, Prof.-B\u00fcro", "arch_name": "N4402@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -22736,19 +25121,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7669, "usage_id": 12 }, "0104.04.403": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4403, B\u00fcro", "arch_name": "N4403@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 28592, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 48078, "seats": { @@ -22756,18 +25143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7671, "usage_id": 12 }, "0104.04.404": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4404, Praktikum", "arch_name": "N4404@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15369, "seats": { @@ -22775,18 +25164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39113, "usage_id": 208 }, "0104.04.405": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4405, B\u00fcro", "arch_name": "N4405@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15369, "seats": { @@ -22794,18 +25185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7848, "usage_id": 12 }, "0104.04.406": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4406, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N4406@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15369, "seats": { @@ -22813,18 +25206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13460, "usage_id": 12 }, "0104.04.407": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4407, Elektrische Werkstatt", "arch_name": "N4407@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44066, "seats": { @@ -22832,18 +25227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14725, "usage_id": 51 }, "0104.04.407A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4407A, Seminarraum", "arch_name": "N4407A@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -22851,18 +25248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72139, "usage_id": 41 }, "0104.04.408": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4408, B\u00fcro", "arch_name": "N4408@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44066, "seats": { @@ -22870,18 +25269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39126, "usage_id": 12 }, "0104.04.409A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4409A, B\u00fcro", "arch_name": "N4409A@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -22889,18 +25290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62495, "usage_id": 12 }, "0104.04.409B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4409B, B\u00fcro", "arch_name": "N4409B@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -22908,18 +25311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62496, "usage_id": 12 }, "0104.04.409C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4409C, Flur", "arch_name": "N4409C@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -22927,19 +25332,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62497, "usage_id": 222 }, "0104.04.410": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4410, Seminarraum/Besprechungsraum", "arch_name": "N4410@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 21623, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -22947,18 +25354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39134, "usage_id": 41 }, "0104.04.411": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4411, B\u00fcro", "arch_name": "N4411@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -22966,18 +25375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39138, "usage_id": 12 }, "0104.04.412": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4412, B\u00fcro", "arch_name": "N4412@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -22985,18 +25396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39147, "usage_id": 12 }, "0104.04.413": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4413, B\u00fcro", "arch_name": "N4413@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -23004,18 +25417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39151, "usage_id": 12 }, "0104.04.414": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4414, B\u00fcro", "arch_name": "N4414@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -23023,18 +25438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39155, "usage_id": 12 }, "0104.04.415": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4415, B\u00fcro", "arch_name": "N4415@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -23042,18 +25459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39159, "usage_id": 12 }, "0104.04.419": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4419, Lager", "arch_name": "N4419@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -23061,18 +25480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39166, "usage_id": 30 }, "0104.04.420": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4420, Teek\u00fcche", "arch_name": "N4420@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -23080,18 +25501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39174, "usage_id": 198 }, "0104.04.421": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4421, Drucker", "arch_name": "N4421@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -23099,18 +25522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39191, "usage_id": 110 }, "0104.04.427": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4427, WC-Herren", "arch_name": "N4427@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -23118,18 +25543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39196, "usage_id": 115 }, "0104.04.427A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4427A, WC-Vorraum Herren", "arch_name": "N4427A@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -23137,18 +25564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64221, "usage_id": 118 }, "0104.04.428": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4428, Aufzug", "arch_name": "N4428@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -23156,18 +25585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39199, "usage_id": 4 }, "0104.04.429": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4429, Lager", "arch_name": "N4429@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -23175,18 +25606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39053, "usage_id": 30 }, "0104.04.430": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4430, WC-Damen", "arch_name": "N4430@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -23194,18 +25627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39058, "usage_id": 116 }, "0104.04.430A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4430A, WC-Vorraum Damen", "arch_name": "N4430A@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -23213,18 +25648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64223, "usage_id": 118 }, "0104.04.431": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4431, WC-Herren", "arch_name": "N4431@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 15364, "seats": { @@ -23232,18 +25669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39062, "usage_id": 115 }, "0104.04.431A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4431A, WC-Vorraum Herren", "arch_name": "N4431A@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -23251,18 +25690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64222, "usage_id": 118 }, "0104.04.450": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4450, Flur", "arch_name": "N4450@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -23270,18 +25711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39065, "usage_id": 222 }, "0104.04.451": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4451, Treppenraum", "arch_name": "N4451@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -23289,18 +25732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39068, "usage_id": 223 }, "0104.04.452": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4452, Flur S\u00fcd", "arch_name": "N4452@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -23308,18 +25753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39072, "usage_id": 222 }, "0104.04.453": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4453, Flur Ost", "arch_name": "N4453@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -23327,18 +25774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39272, "usage_id": 222 }, "0104.04.454": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4454, Treppe", "arch_name": "N4454@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -23346,18 +25795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39274, "usage_id": 223 }, "0104.04.460": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4460, Treppenhaus", "arch_name": "N4460@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -23365,18 +25816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64219, "usage_id": 223 }, "0104.04.461": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4461, Maschinenraum", "arch_name": "N4461@0104", "area_id": 27, "building_id": 564, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -23384,18 +25837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64220, "usage_id": 5 }, "0104.05.401": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5401, Maschinenraum-L\u00fcftung (nun DG)", "arch_name": "N5401@0104", "area_id": 27, "building_id": 564, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -23403,18 +25858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39277, "usage_id": 32 }, "0104.05.402": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5402, Aufzugsmaschinenraum (nun DG)", "arch_name": "N5402@0104", "area_id": 27, "building_id": 564, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -23422,18 +25879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39281, "usage_id": 5 }, "0104.05.403": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5403, B\u00fcro mit exp. Arbeitsplatz (nun DG)", "arch_name": "N5403@0104", "area_id": 27, "building_id": 564, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -23441,18 +25900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7828, "usage_id": 12 }, "0104.05.404": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5404, Stud.-u. Sch\u00fclerarbeitsraum (nun DG)", "arch_name": "N5404@0104", "area_id": 27, "building_id": 564, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -23460,18 +25921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39287, "usage_id": 208 }, "0104.05.405": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5405, Flur/Treppe (nun DG)", "arch_name": "N5405@0104", "area_id": 27, "building_id": 564, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -23479,18 +25942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39290, "usage_id": 222 }, "0104.DG.401": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5401, RLT", "arch_name": "N5401@0104", "area_id": 27, "building_id": 564, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -23498,18 +25963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64224, "usage_id": 32 }, "0104.DG.402": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5402, Aufzugsmasch.", "arch_name": "N5402@0104", "area_id": 27, "building_id": 564, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -23517,18 +25984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64225, "usage_id": 5 }, "0104.DG.403": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5403, B\u00fcro", "arch_name": "N5403@0104", "area_id": 27, "building_id": 564, + "floor_level": "DG", "floor_type": "Spannteppich", "main_operator_id": 15364, "seats": { @@ -23536,18 +26005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64226, "usage_id": 12 }, "0104.DG.404": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5404, Stud.Arbeit", "arch_name": "N5404@0104", "area_id": 27, "building_id": 564, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 15364, "seats": { @@ -23555,18 +26026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64227, "usage_id": 208 }, "0104.DG.405": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5405, Flur", "arch_name": "N5405@0104", "area_id": 27, "building_id": 564, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -23574,18 +26047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64228, "usage_id": 222 }, "0104.DG.490": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5490, Dachterrasse (Reinigen)", "arch_name": "N5490@0104", "area_id": 27, "building_id": 564, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -23593,18 +26068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65093, "usage_id": 137 }, "0104.EG.401": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0401, K\u00fcche", "arch_name": "N0401@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 53497, "seats": { @@ -23612,18 +26089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38332, "usage_id": 28 }, "0104.EG.402": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0402, Besprechungsraum", "arch_name": "N0402@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23631,18 +26110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38335, "usage_id": 196 }, "0104.EG.403": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0403, B\u00fcro", "arch_name": "N0403@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23650,18 +26131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7317, "usage_id": 12 }, "0104.EG.404": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0404, B\u00fcro", "arch_name": "N0404@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23669,18 +26152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7319, "usage_id": 12 }, "0104.EG.405": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0405, B\u00fcro", "arch_name": "N0405@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23688,18 +26173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38194, "usage_id": 12 }, "0104.EG.406": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0406, Prof.-B\u00fcro", "arch_name": "N0406@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 53497, "seats": { @@ -23707,18 +26194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38199, "usage_id": 12 }, "0104.EG.407": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0407, Sekretariat", "arch_name": "N0407@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23726,18 +26215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7323, "usage_id": 40 }, "0104.EG.408": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0408, B\u00fcro", "arch_name": "N0408@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 53497, "seats": { @@ -23745,18 +26236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7324, "usage_id": 12 }, "0104.EG.409": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0409, B\u00fcro", "arch_name": "N0409@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -23764,18 +26257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38227, "usage_id": 12 }, "0104.EG.410": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0410, Studentenarb. m. DV", "arch_name": "N0410@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -23783,18 +26278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38254, "usage_id": 208 }, "0104.EG.411": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0411, B\u00fcro", "arch_name": "N0411@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -23802,18 +26299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38257, "usage_id": 12 }, "0104.EG.412": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0412, B\u00fcro", "arch_name": "N0412@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44066, "seats": { @@ -23821,18 +26320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7359, "usage_id": 12 }, "0104.EG.413": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0413, Elektroniklabor", "arch_name": "N0413@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -23840,18 +26341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38219, "usage_id": 103 }, "0104.EG.414": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0414, Labor", "arch_name": "N0414@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -23859,18 +26362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38222, "usage_id": 103 }, "0104.EG.416": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0416, Drohnen Labor", "arch_name": "N0416@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23878,18 +26383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38388, "usage_id": 49 }, "0104.EG.417": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0417, Drohnen Labor", "arch_name": "N0417@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23897,18 +26404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38391, "usage_id": 49 }, "0104.EG.418": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0418, Drohnen Labor", "arch_name": "N0418@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23916,18 +26425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38397, "usage_id": 49 }, "0104.EG.423": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0423, Lager/Kopierer", "arch_name": "N0423@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23935,18 +26446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38403, "usage_id": 30 }, "0104.EG.424": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0424, Lichtschleuse/Dunkelraum", "arch_name": "N0424@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23954,18 +26467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38424, "usage_id": 104 }, "0104.EG.425": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0425, Fotolabor,Lichtpausraum", "arch_name": "N0425@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -23973,18 +26488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38441, "usage_id": 110 }, "0104.EG.426": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0426, Physiklabor mit elektromagnetischer Abschir", "arch_name": "N0426@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -23992,18 +26509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38445, "usage_id": 103 }, "0104.EG.427": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0427, WC-Herren", "arch_name": "N0427@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24011,18 +26530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38447, "usage_id": 115 }, "0104.EG.427A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0427A, Dusche", "arch_name": "N0427A@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24030,18 +26551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38454, "usage_id": 113 }, "0104.EG.427B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0427B, WC-Vorraum Herren", "arch_name": "N0427B@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24049,18 +26572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64206, "usage_id": 118 }, "0104.EG.428": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0428, Aufzug", "arch_name": "N0428@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -24068,18 +26593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38461, "usage_id": 4 }, "0104.EG.429": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0429, Installation", "arch_name": "N0429@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -24087,18 +26614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38466, "usage_id": 120 }, "0104.EG.430": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0430, WC-Damen", "arch_name": "N0430@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24106,18 +26635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38471, "usage_id": 116 }, "0104.EG.430A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0430A, WC-Vorraum Damen", "arch_name": "N0430A@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24125,18 +26656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64207, "usage_id": 118 }, "0104.EG.431": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0431, WC-Herren", "arch_name": "N0431@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24144,18 +26677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38482, "usage_id": 115 }, "0104.EG.431A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0431A, WC-Vorraum Herren", "arch_name": "N0431A@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24163,18 +26698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64208, "usage_id": 118 }, "0104.EG.450": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0450, Flur/Archiv/Dokumentation", "arch_name": "N0450@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24182,18 +26719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38494, "usage_id": 222 }, "0104.EG.451": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0451, Treppenraum", "arch_name": "N0451@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -24201,18 +26740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38364, "usage_id": 223 }, "0104.EG.452": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0452, Flur S\u00fcd/Archiv/Dokumentation", "arch_name": "N0452@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24220,18 +26761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38593, "usage_id": 222 }, "0104.EG.453": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0453, Flur Ost/Archiv/Dokumentation", "arch_name": "N0453@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24239,18 +26782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38601, "usage_id": 222 }, "0104.EG.454": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0454, Flur Nord/Archiv/Dokumentation", "arch_name": "N0454@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24258,18 +26803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38615, "usage_id": 222 }, "0104.EG.454A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0454A, Flur Nord", "arch_name": "N0454A@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -24277,18 +26824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38625, "usage_id": 222 }, "0104.EG.490": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0490, Treppe", "arch_name": "N0490@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -24296,18 +26845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64210, "usage_id": 223 }, "0104.EG.491": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N491, M\u00fclltonnen", "arch_name": "N491@0104", "area_id": 27, "building_id": 564, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -24315,18 +26866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64211, "usage_id": 31 }, "0104.U1.401": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1401, Lager", "arch_name": "N-1401@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15364, "seats": { @@ -24334,18 +26887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38095, "usage_id": 30 }, "0104.U1.401A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1401A, LRZ-Verteilerknoten", "arch_name": "N-1401A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39906, "seats": { @@ -24353,18 +26908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38098, "usage_id": 120 }, "0104.U1.402": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1402, Lager", "arch_name": "N-1402@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15364, "seats": { @@ -24372,18 +26929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38102, "usage_id": 30 }, "0104.U1.403": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1403, Fachschaft EI", "arch_name": "N-1403@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 38698, "seats": { @@ -24391,18 +26950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38107, "usage_id": 12 }, "0104.U1.403A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1403A, Heizung", "arch_name": "N-1403A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -24410,18 +26971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64200, "usage_id": 201 }, "0104.U1.404": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1404, Mikrostr. Bauele.-Labor", "arch_name": "N-1404@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24429,18 +26992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38109, "usage_id": 103 }, "0104.U1.404A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1404A, Reinluftversorgung", "arch_name": "N-1404A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24448,18 +27013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38112, "usage_id": 32 }, "0104.U1.404B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1404B, Reinraum Bereich", "arch_name": "N-1404B@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24467,18 +27034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64201, "usage_id": 103 }, "0104.U1.404C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1404C, Schleuse", "arch_name": "N-1404C@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24486,18 +27055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64202, "usage_id": 103 }, "0104.U1.405": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1405, Gase/Fl\u00fcssigkeiten/Chemikalien", "arch_name": "N-1405@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15376, "seats": { @@ -24505,18 +27076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38118, "usage_id": 17 }, "0104.U1.406": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1406, Physikal. Versuchslabor", "arch_name": "N-1406@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15376, "seats": { @@ -24524,18 +27097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38121, "usage_id": 103 }, "0104.U1.407": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1407, Physikal. Versuchslabor", "arch_name": "N-1407@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24543,19 +27118,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38128, "usage_id": 103 }, "0104.U1.408A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1408A, Physikal. Versuchslabor", "arch_name": "N-1408A@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 23750, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24563,19 +27140,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20057, "usage_id": 103 }, "0104.U1.408B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1408B, Physikal. Versuchslabor", "arch_name": "N-1408B@0104", "area_id": 27, "building_id": 564, "calendar_resource_nr": 25241, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24583,18 +27162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38139, "usage_id": 103 }, "0104.U1.408C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1408C, Elektroniklabor einf.", "arch_name": "N-1408C@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -24602,18 +27183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72138, "usage_id": 103 }, "0104.U1.409": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1409, Werkstatt", "arch_name": "N-1409@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15376, "seats": { @@ -24621,18 +27204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38163, "usage_id": 51 }, "0104.U1.412": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1412, Lager", "arch_name": "N-1412@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 38698, "seats": { @@ -24640,18 +27225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38168, "usage_id": 30 }, "0104.U1.413": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1413, Druckraum FSEI", "arch_name": "N-1413@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 38698, "seats": { @@ -24659,18 +27246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38174, "usage_id": 51 }, "0104.U1.421": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1421, Dusche", "arch_name": "N-1421@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15376, "seats": { @@ -24678,18 +27267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38182, "usage_id": 113 }, "0104.U1.421A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1421A, Lager", "arch_name": "N-1421A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15376, "seats": { @@ -24697,18 +27288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59796, "usage_id": 30 }, "0104.U1.422": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1422, Materialraum", "arch_name": "N-1422@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15376, "seats": { @@ -24716,18 +27309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38187, "usage_id": 30 }, "0104.U1.424": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1424, Lager", "arch_name": "N-1424@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 38698, "seats": { @@ -24735,18 +27330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38055, "usage_id": 30 }, "0104.U1.428": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1428, Aufzug", "arch_name": "N-1428@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -24754,18 +27351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38281, "usage_id": 4 }, "0104.U1.429": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1429, Elektrotechnik", "arch_name": "N-1429@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -24773,18 +27372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38285, "usage_id": 160 }, "0104.U1.430": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1430, WC", "arch_name": "N-1430@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24792,18 +27393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38290, "usage_id": 114 }, "0104.U1.430A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1430A, WC-Damen mit Dusche", "arch_name": "N-1430A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24811,18 +27414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65091, "usage_id": 116 }, "0104.U1.431": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1431, Abstellraum", "arch_name": "N-1431@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 38698, "seats": { @@ -24830,18 +27435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38295, "usage_id": 159 }, "0104.U1.432": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1432, Fernmeldetech.", "arch_name": "N-1432@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -24849,18 +27456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38299, "usage_id": 202 }, "0104.U1.450": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1450, Kellerflur", "arch_name": "N-1450@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24868,18 +27477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38301, "usage_id": 222 }, "0104.U1.450A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1450A, Lager", "arch_name": "N-1450A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15376, "seats": { @@ -24887,18 +27498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38318, "usage_id": 30 }, "0104.U1.450B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1450B, Treppenhaus", "arch_name": "N-1450B@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24906,18 +27519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64229, "usage_id": 223 }, "0104.U1.452": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1452, Kellerflur S\u00fcd", "arch_name": "N-1452@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24925,18 +27540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38321, "usage_id": 222 }, "0104.U1.454": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1454, Kellerflur Nord", "arch_name": "N-1454@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24944,18 +27561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38325, "usage_id": 222 }, "0104.U1.454A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1454A, Flur", "arch_name": "N-1454A@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -24963,18 +27582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38329, "usage_id": 222 }, "0104.U1.490": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1490, Treppe", "arch_name": "N-1490@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -24982,18 +27603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64204, "usage_id": 223 }, "0104.U1.491": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1491, Treppe", "arch_name": "N-1491@0104", "area_id": 27, "building_id": 564, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -25001,18 +27624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64205, "usage_id": 219 }, "0104.U2.401": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2401, Installkanal Zugang N 0104", "arch_name": "N-2401@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -25020,18 +27645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61796, "usage_id": 120 }, "0104.U2.402": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2402, Install.Kanal", "arch_name": "N-2402@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -25039,18 +27666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64199, "usage_id": 120 }, "0104.U2.420": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1420, Heizung/Brauch.", "arch_name": "N-1420@0104", "area_id": 27, "building_id": 564, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -25058,18 +27687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64198, "usage_id": 201 }, "0105.01.501": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1501, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N1501@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25077,18 +27708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8032, "usage_id": 12 }, "0105.01.502": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1502, B\u00fcro", "arch_name": "N1502@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25096,18 +27729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39616, "usage_id": 12 }, "0105.01.503": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1503, B\u00fcro", "arch_name": "N1503@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25115,18 +27750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39618, "usage_id": 12 }, "0105.01.504": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1504, Metallwerkstatt", "arch_name": "N1504@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25134,18 +27771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39622, "usage_id": 108 }, "0105.01.505": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1505, Elektronik-Labor", "arch_name": "N1505@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25153,18 +27792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39627, "usage_id": 103 }, "0105.01.506A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1506A, B\u00fcro", "arch_name": "N1506A@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25172,18 +27813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39632, "usage_id": 12 }, "0105.01.506B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1506B, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N1506B@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25191,18 +27834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8047, "usage_id": 12 }, "0105.01.507": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1507, Elektroniklabor", "arch_name": "N1507@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25210,18 +27855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39490, "usage_id": 103 }, "0105.01.507A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1507A, Serverraum", "arch_name": "N1507A@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25229,19 +27876,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39495, "usage_id": 207 }, "0105.01.508": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1508, Besprechung/Lesepl\u00e4tze", "arch_name": "N1508@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 19788, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25249,18 +27898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39499, "usage_id": 196 }, "0105.01.509": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1509, B\u00fcro", "arch_name": "N1509@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25268,18 +27919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39512, "usage_id": 12 }, "0105.01.510": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1510, Prof.-B\u00fcro", "arch_name": "N1510@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15405, "seats": { @@ -25287,18 +27940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39537, "usage_id": 12 }, "0105.01.511": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1511, Sekretariat", "arch_name": "N1511@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15405, "seats": { @@ -25306,18 +27961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39539, "usage_id": 40 }, "0105.01.512": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1512, Prof.-B\u00fcro", "arch_name": "N1512@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15405, "seats": { @@ -25325,18 +27982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39540, "usage_id": 12 }, "0105.01.513": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1513, Prof.-B\u00fcro", "arch_name": "N1513@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25344,18 +28003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39547, "usage_id": 12 }, "0105.01.514": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1514, B\u00fcro", "arch_name": "N1514@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25363,18 +28024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39549, "usage_id": 12 }, "0105.01.515": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1515, Kopierer/Drucker", "arch_name": "N1515@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25382,18 +28045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8092, "usage_id": 110 }, "0105.01.516": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1516, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N1516@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25401,18 +28066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8094, "usage_id": 12 }, "0105.01.517": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1517, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N1517@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25420,18 +28087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8096, "usage_id": 12 }, "0105.01.518": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1518, Prof.-B\u00fcro", "arch_name": "N1518@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25439,18 +28108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39517, "usage_id": 12 }, "0105.01.519": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1519, Putzraum", "arch_name": "N1519@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -25458,18 +28129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39521, "usage_id": 205 }, "0105.01.520": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1520, WC-Damen", "arch_name": "N1520@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -25477,18 +28150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39523, "usage_id": 116 }, "0105.01.521": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1521, Teek\u00fcche", "arch_name": "N1521@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -25496,18 +28171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39529, "usage_id": 198 }, "0105.01.522": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1522, Elektrotechnik", "arch_name": "N1522@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -25515,18 +28192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39530, "usage_id": 160 }, "0105.01.523": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1523, WC-Herren", "arch_name": "N1523@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -25534,18 +28213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39532, "usage_id": 115 }, "0105.01.524": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1524, Installation", "arch_name": "N1524@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -25553,18 +28234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39661, "usage_id": 120 }, "0105.01.525": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1525, Installation", "arch_name": "N1525@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -25572,18 +28255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39665, "usage_id": 120 }, "0105.01.527": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1527, Installation", "arch_name": "N1527@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -25591,18 +28276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39676, "usage_id": 120 }, "0105.01.528": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1528, Treppenraum", "arch_name": "N1528@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -25610,18 +28297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39678, "usage_id": 223 }, "0105.01.529": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1529, Aufzug", "arch_name": "N1529@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -25629,18 +28318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39680, "usage_id": 4 }, "0105.01.530": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1530, Flur 5", "arch_name": "N1530@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -25648,18 +28339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39683, "usage_id": 222 }, "0105.01.531": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1531, Flur", "arch_name": "N1531@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -25667,18 +28360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39687, "usage_id": 222 }, "0105.01.532": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1532, Flur", "arch_name": "N1532@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -25686,18 +28381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39692, "usage_id": 222 }, "0105.01.533": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1533, Flur", "arch_name": "N1533@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -25705,18 +28402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39697, "usage_id": 222 }, "0105.01.534": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1534, Flur 2", "arch_name": "N1534@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -25724,18 +28423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39699, "usage_id": 222 }, "0105.02.501": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2501, B\u00fcro", "arch_name": "N2501@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -25743,18 +28444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8121, "usage_id": 12 }, "0105.02.502": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2502, B\u00fcro", "arch_name": "N2502@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -25762,18 +28465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8122, "usage_id": 12 }, "0105.02.503": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2503, Chef.-B\u00fcro", "arch_name": "N2503@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -25781,18 +28486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8126, "usage_id": 12 }, "0105.02.504": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2504, Sekretariat", "arch_name": "N2504@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -25800,18 +28507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8129, "usage_id": 40 }, "0105.02.505": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2505, Prof.-B\u00fcro", "arch_name": "N2505@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -25819,19 +28528,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8131, "usage_id": 12 }, "0105.02.506": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2506, B\u00fcro", "arch_name": "N2506@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 20842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -25839,18 +28550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8133, "usage_id": 12 }, "0105.02.507": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2507, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N2507@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -25858,18 +28571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8136, "usage_id": 12 }, "0105.02.508": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2508, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N2508@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -25877,18 +28592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8138, "usage_id": 12 }, "0105.02.509": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2509, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N2509@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -25896,18 +28613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8139, "usage_id": 12 }, "0105.02.510": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2510, B\u00fcro/Gastwissenschaftler", "arch_name": "N2510@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -25915,18 +28634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8140, "usage_id": 12 }, "0105.02.511": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2511, Kopierraum", "arch_name": "N2511@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -25934,18 +28655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8144, "usage_id": 110 }, "0105.02.512": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2512, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N2512@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -25953,18 +28676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8146, "usage_id": 12 }, "0105.02.513": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2513, Elektroniklabor", "arch_name": "N2513@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -25972,18 +28697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19024, "usage_id": 103 }, "0105.02.514": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2514, Elektroniklabor", "arch_name": "N2514@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -25991,19 +28718,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19028, "usage_id": 103 }, "0105.02.515": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2515, B\u00fcro", "arch_name": "N2515@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 26106, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26011,18 +28740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39749, "usage_id": 12 }, "0105.02.516": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2516, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N2516@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26030,18 +28761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8157, "usage_id": 12 }, "0105.02.517": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2517, B\u00fcro", "arch_name": "N2517@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -26049,18 +28782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8066, "usage_id": 12 }, "0105.02.518": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2518, B\u00fcro/Emeritus", "arch_name": "N2518@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -26068,18 +28803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8069, "usage_id": 12 }, "0105.02.519": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2519, K\u00fcche", "arch_name": "N2519@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15403, "seats": { @@ -26087,19 +28824,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39763, "usage_id": 28 }, "0105.02.520": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2520, Seminarraum", "arch_name": "N2520@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 18791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -26107,18 +28846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8075, "usage_id": 41 }, "0105.02.521": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2521, Handbibliothek m. DV-Arb.", "arch_name": "N2521@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -26126,18 +28867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8077, "usage_id": 10 }, "0105.02.522": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2522, Putzraum", "arch_name": "N2522@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -26145,18 +28888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39774, "usage_id": 205 }, "0105.02.523": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2523, WC-Damen", "arch_name": "N2523@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -26164,18 +28909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39776, "usage_id": 116 }, "0105.02.524": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2524, Lager", "arch_name": "N2524@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15403, "seats": { @@ -26183,18 +28930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39778, "usage_id": 30 }, "0105.02.525": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2525, Elektrotechnik", "arch_name": "N2525@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -26202,18 +28951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39781, "usage_id": 160 }, "0105.02.526": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2526, WC-Herren", "arch_name": "N2526@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -26221,18 +28972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39637, "usage_id": 115 }, "0105.02.527": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2527, Installation", "arch_name": "N2527@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -26240,18 +28993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39641, "usage_id": 120 }, "0105.02.528": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2528, Installation", "arch_name": "N2528@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -26259,18 +29014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39644, "usage_id": 120 }, "0105.02.529": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2529, Aufzug", "arch_name": "N2529@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -26278,18 +29035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39648, "usage_id": 4 }, "0105.02.531": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2531, Installation", "arch_name": "N2531@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -26297,18 +29056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39656, "usage_id": 120 }, "0105.02.532": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2532, Treppenraum", "arch_name": "N2532@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -26316,18 +29077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39846, "usage_id": 223 }, "0105.02.533": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2533, Flur 1", "arch_name": "N2533@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -26335,18 +29098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39851, "usage_id": 222 }, "0105.02.534": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2534, Flur 2", "arch_name": "N2534@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -26354,18 +29119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39857, "usage_id": 222 }, "0105.02.535": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2535, Flur 3", "arch_name": "N2535@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -26373,18 +29140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39861, "usage_id": 222 }, "0105.02.536": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2536, Flur 4", "arch_name": "N2536@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -26392,18 +29161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39866, "usage_id": 222 }, "0105.02.537": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2537, Flur 5", "arch_name": "N2537@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -26411,18 +29182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39867, "usage_id": 222 }, "0105.02.538": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2538, Flur 6", "arch_name": "N2538@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -26430,18 +29203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39868, "usage_id": 222 }, "0105.03.501": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3501, Serverraum", "arch_name": "N3501@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26449,18 +29224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19210, "usage_id": 207 }, "0105.03.502": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3502, Studentenarbeitsraum", "arch_name": "N3502@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26468,18 +29245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19212, "usage_id": 208 }, "0105.03.503": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3503, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3503@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26487,18 +29266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8159, "usage_id": 12 }, "0105.03.504": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3504, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3504@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26506,18 +29287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8196, "usage_id": 12 }, "0105.03.505": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3505, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3505@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26525,18 +29308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8200, "usage_id": 12 }, "0105.03.506": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3506, Studentenarb. m. DV", "arch_name": "N3506@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -26544,18 +29329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8204, "usage_id": 208 }, "0105.03.507": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3507, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3507@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -26563,18 +29350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8208, "usage_id": 12 }, "0105.03.508": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3508, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3508@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -26582,19 +29371,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8215, "usage_id": 12 }, "0105.03.509": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3509, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3509@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 21646, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -26602,18 +29393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8218, "usage_id": 12 }, "0105.03.510": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3510, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3510@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -26621,18 +29414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8220, "usage_id": 12 }, "0105.03.510A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3510A, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3510A@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15403, "seats": { @@ -26640,18 +29435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8222, "usage_id": 12 }, "0105.03.511": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3511, Roboter-Labor", "arch_name": "N3511@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26659,18 +29456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14075, "usage_id": 194 }, "0105.03.512": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3512, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3512@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26678,18 +29477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8264, "usage_id": 12 }, "0105.03.513": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3513, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "N3513@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26697,19 +29498,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8266, "usage_id": 12 }, "0105.03.514": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3514, Automat.-Praktikum", "arch_name": "N3514@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 18446, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26717,18 +29520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19594, "usage_id": 194 }, "0105.03.515": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3515, Telepresenz-Labor", "arch_name": "N3515@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -26736,18 +29541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14246, "usage_id": 194 }, "0105.03.516": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3516, Putzraum", "arch_name": "N3516@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -26755,18 +29562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41527, "usage_id": 205 }, "0105.03.518": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3518, WC-Damen", "arch_name": "N3518@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -26774,18 +29583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41533, "usage_id": 116 }, "0105.03.519": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3519, Raumlufttechnik", "arch_name": "N3519@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -26793,18 +29604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41543, "usage_id": 32 }, "0105.03.520": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3520, Elektrotechnik", "arch_name": "N3520@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -26812,18 +29625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41547, "usage_id": 160 }, "0105.03.521": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3521, WC-Herren", "arch_name": "N3521@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -26831,18 +29646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41614, "usage_id": 115 }, "0105.03.522": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3522, Installation", "arch_name": "N3522@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -26850,18 +29667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41620, "usage_id": 120 }, "0105.03.523": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3523, Installation", "arch_name": "N3523@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -26869,18 +29688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41627, "usage_id": 120 }, "0105.03.524": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3524, Installation", "arch_name": "N3524@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -26888,18 +29709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41693, "usage_id": 120 }, "0105.03.526": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3526, Treppenraum", "arch_name": "N3526@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -26907,18 +29730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41703, "usage_id": 223 }, "0105.03.527": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3527, Aufzug", "arch_name": "N3527@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -26926,18 +29751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41708, "usage_id": 4 }, "0105.03.528": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3528, Flur 1", "arch_name": "N3528@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -26945,18 +29772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41779, "usage_id": 222 }, "0105.03.529": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3529, Flur 2", "arch_name": "N3529@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -26964,18 +29793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41784, "usage_id": 222 }, "0105.03.530": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3530, Flur 3", "arch_name": "N3530@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -26983,18 +29814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41792, "usage_id": 222 }, "0105.03.531": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3531, Flur 4", "arch_name": "N3531@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -27002,18 +29835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41796, "usage_id": 222 }, "0105.03.534": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3534, Flur 6", "arch_name": "N3534@0105", "area_id": 27, "building_id": 565, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -27021,18 +29856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41863, "usage_id": 222 }, "0105.04.501": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4501, B\u00fcro/Gastforscher", "arch_name": "N4501@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27040,19 +29877,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41872, "usage_id": 12 }, "0105.04.502": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4502, Besprechungsraum", "arch_name": "N4502@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 25280, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27060,18 +29899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8311, "usage_id": 196 }, "0105.04.503": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4503, B\u00fcro", "arch_name": "N4503@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27079,18 +29920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8313, "usage_id": 12 }, "0105.04.504": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4504, B\u00fcro", "arch_name": "N4504@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27098,18 +29941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41883, "usage_id": 12 }, "0105.04.505": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4505, B\u00fcro", "arch_name": "N4505@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27117,18 +29962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8249, "usage_id": 12 }, "0105.04.506": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4506, Elektroniklabor", "arch_name": "N4506@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27136,18 +29983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40753, "usage_id": 103 }, "0105.04.507": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4507, B\u00fcro", "arch_name": "N4507@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27155,18 +30004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8251, "usage_id": 12 }, "0105.04.508": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4508, Messraum", "arch_name": "N4508@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27174,19 +30025,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40760, "usage_id": 103 }, "0105.04.509": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4509, Hermann-Schwarz-Labor", "arch_name": "N4509@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 24215, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27194,18 +30047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40836, "usage_id": 103 }, "0105.04.510": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4510, B\u00fcro", "arch_name": "N4510@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27213,18 +30068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8256, "usage_id": 12 }, "0105.04.511": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4511, B\u00fcro", "arch_name": "N4511@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27232,19 +30089,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8257, "usage_id": 12 }, "0105.04.512": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4512, Seminarraum", "arch_name": "N4512@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 12648, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27252,18 +30111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8260, "usage_id": 41 }, "0105.04.513": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4513, Feinmechanische Werkstatt", "arch_name": "N4513@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27271,18 +30132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40854, "usage_id": 108 }, "0105.04.513A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4513A, Metallwerkst.fein o.Einricht.", "arch_name": "N4513A@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27290,18 +30153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68430, "usage_id": 108 }, "0105.04.514": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4514, Aufenthalt m. Teek\u00fcche", "arch_name": "N4514@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27309,18 +30174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40896, "usage_id": 44 }, "0105.04.515": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4515, Meisterb\u00fcro", "arch_name": "N4515@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27328,18 +30195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40902, "usage_id": 12 }, "0105.04.516": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4516, Holzwerkstatt", "arch_name": "N4516@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27347,18 +30216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40906, "usage_id": 107 }, "0105.04.517": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4517, Lager", "arch_name": "N4517@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27366,18 +30237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40961, "usage_id": 30 }, "0105.04.518": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4518, Dusche", "arch_name": "N4518@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 15394, "seats": { @@ -27385,18 +30258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40965, "usage_id": 113 }, "0105.04.519": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4519, WC-Damen", "arch_name": "N4519@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -27404,18 +30279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40970, "usage_id": 116 }, "0105.04.520": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4520, Phys. Messraum", "arch_name": "N4520@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27423,18 +30300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40975, "usage_id": 103 }, "0105.04.521": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4521, Elektronik", "arch_name": "N4521@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -27442,18 +30321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41035, "usage_id": 160 }, "0105.04.522": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4522, WC-Herren", "arch_name": "N4522@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -27461,18 +30342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41038, "usage_id": 115 }, "0105.04.523": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4523, Installation", "arch_name": "N4523@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -27480,18 +30363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41042, "usage_id": 120 }, "0105.04.524": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4524, Installation", "arch_name": "N4524@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -27499,18 +30384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41044, "usage_id": 120 }, "0105.04.525": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4525, Installation", "arch_name": "N4525@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -27518,18 +30405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41048, "usage_id": 120 }, "0105.04.527": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4527, Treppenraum", "arch_name": "N4527@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -27537,18 +30426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41115, "usage_id": 223 }, "0105.04.528": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4528, Aufzug", "arch_name": "N4528@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -27556,18 +30447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41118, "usage_id": 4 }, "0105.04.529": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4529, Flur 5", "arch_name": "N4529@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -27575,18 +30468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41121, "usage_id": 222 }, "0105.04.530": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4530, Flur 1", "arch_name": "N4530@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -27594,18 +30489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41123, "usage_id": 222 }, "0105.04.531": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4531, Flur 2", "arch_name": "N4531@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -27613,18 +30510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41127, "usage_id": 222 }, "0105.04.532": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4532, Flur 3", "arch_name": "N4532@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -27632,18 +30531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41180, "usage_id": 222 }, "0105.04.533": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4533, Flur 4", "arch_name": "N4533@0105", "area_id": 27, "building_id": 565, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -27651,18 +30552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41186, "usage_id": 222 }, "0105.05.501": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5501, B\u00fcro/Gastforscher", "arch_name": "N5501@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27670,18 +30573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41190, "usage_id": 12 }, "0105.05.502": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5502, Besprechungsraum", "arch_name": "N5502@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27689,18 +30594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41194, "usage_id": 196 }, "0105.05.503": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5503, Chef.-B\u00fcro", "arch_name": "N5503@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15394, "seats": { @@ -27708,18 +30615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41199, "usage_id": 12 }, "0105.05.505": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5505, Sekretariat", "arch_name": "N5505@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27727,18 +30636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41248, "usage_id": 40 }, "0105.05.506": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5506, B\u00fcro", "arch_name": "N5506@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27746,18 +30657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19344, "usage_id": 12 }, "0105.05.507": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5507, HF-Messlabor", "arch_name": "N5507@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27765,18 +30678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41255, "usage_id": 103 }, "0105.05.508": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5508, Elektronik Werkstatt", "arch_name": "N5508@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27784,18 +30699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41261, "usage_id": 51 }, "0105.05.509": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5509, B\u00fcro", "arch_name": "N5509@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27803,18 +30720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41266, "usage_id": 12 }, "0105.05.510": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5510, B\u00fcro", "arch_name": "N5510@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27822,18 +30741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41327, "usage_id": 12 }, "0105.05.511": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5511, B\u00fcro", "arch_name": "N5511@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27841,18 +30762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41334, "usage_id": 12 }, "0105.05.512": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5512, B\u00fcro", "arch_name": "N5512@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27860,18 +30783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14083, "usage_id": 12 }, "0105.05.513": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5513, B\u00fcro", "arch_name": "N5513@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27879,18 +30804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41340, "usage_id": 12 }, "0105.05.514": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5514, \u00c4tzlabor", "arch_name": "N5514@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 15394, "seats": { @@ -27898,18 +30825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41344, "usage_id": 51 }, "0105.05.515": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5515, B\u00fcro", "arch_name": "N5515@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27917,19 +30846,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8329, "usage_id": 12 }, "0105.05.516": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5516, Studentenarbeitsraum", "arch_name": "N5516@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 21463, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27937,18 +30868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41496, "usage_id": 208 }, "0105.05.518": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5518, B\u00fcro", "arch_name": "N5518@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27956,18 +30889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41501, "usage_id": 12 }, "0105.05.519": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5519, B\u00fcro", "arch_name": "N5519@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27975,18 +30910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41559, "usage_id": 12 }, "0105.05.520": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5520, B\u00fcro", "arch_name": "N5520@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -27994,18 +30931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41634, "usage_id": 12 }, "0105.05.521": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5521, Putzraum", "arch_name": "N5521@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -28013,18 +30952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41637, "usage_id": 205 }, "0105.05.522": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5522, WC-Damen", "arch_name": "N5522@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -28032,18 +30973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41645, "usage_id": 116 }, "0105.05.523": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5523, Teek\u00fcche", "arch_name": "N5523@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 15394, "seats": { @@ -28051,18 +30994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41649, "usage_id": 198 }, "0105.05.524": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5524, Aufzug", "arch_name": "N5524@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -28070,18 +31015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41715, "usage_id": 4 }, "0105.05.525": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5525, WC-Herren", "arch_name": "N5525@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -28089,18 +31036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41717, "usage_id": 115 }, "0105.05.526": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5526, Installation", "arch_name": "N5526@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -28108,18 +31057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41798, "usage_id": 120 }, "0105.05.527": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5527, Installation", "arch_name": "N5527@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -28127,18 +31078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41802, "usage_id": 120 }, "0105.05.529": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5529, Installation", "arch_name": "N5529@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -28146,18 +31099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41810, "usage_id": 120 }, "0105.05.530": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5530, Treppenraum", "arch_name": "N5530@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -28165,18 +31120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41812, "usage_id": 223 }, "0105.05.531": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5531, Flur 5", "arch_name": "N5531@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -28184,18 +31141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41815, "usage_id": 222 }, "0105.05.532": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5532, Flur 1", "arch_name": "N5532@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -28203,18 +31162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41818, "usage_id": 222 }, "0105.05.533": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5533, Flur 2", "arch_name": "N5533@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -28222,18 +31183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41885, "usage_id": 222 }, "0105.05.534": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5534, Flur 3", "arch_name": "N5534@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -28241,18 +31204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41889, "usage_id": 222 }, "0105.05.535": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5535, Flur 4", "arch_name": "N5535@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -28260,18 +31225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40767, "usage_id": 222 }, "0105.05.536": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N5536, Schleuse", "arch_name": "N5536@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -28279,18 +31246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40772, "usage_id": 105 }, "0105.05.543": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "5543, Stromversorgung", "arch_name": "5543@0105", "area_id": 27, "building_id": 565, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15394, "seats": { @@ -28298,18 +31267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68426, "usage_id": 160 }, "0105.06.501": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6501, Akustik-Labor", "arch_name": "N6501@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 45290, "seats": { @@ -28317,18 +31288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40862, "usage_id": 194 }, "0105.06.501A": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6501A, Schallmessraum", "arch_name": "N6501A@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 45290, "seats": { @@ -28336,18 +31309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68428, "usage_id": 194 }, "0105.06.502": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6502, B\u00fcro", "arch_name": "N6502@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 45290, "seats": { @@ -28355,18 +31330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9032, "usage_id": 12 }, "0105.06.503": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6503, B\u00fcro", "arch_name": "N6503@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 45290, "seats": { @@ -28374,19 +31351,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40865, "usage_id": 12 }, "0105.06.504": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6504, Prof.-B\u00fcro", "arch_name": "N6504@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 15232, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 45290, "seats": { @@ -28394,18 +31373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19053, "usage_id": 12 }, "0105.06.505": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6505, B\u00fcro", "arch_name": "N6505@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 45290, "seats": { @@ -28413,18 +31394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9035, "usage_id": 12 }, "0105.06.506": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6506, B\u00fcro", "arch_name": "N6506@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 45290, "seats": { @@ -28432,19 +31415,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40911, "usage_id": 12 }, "0105.06.507": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6507, Besprechungsraum", "arch_name": "N6507@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 25381, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 45290, "seats": { @@ -28452,18 +31437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19056, "usage_id": 196 }, "0105.06.508": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6508, Aufzug", "arch_name": "N6508@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -28471,18 +31458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40914, "usage_id": 4 }, "0105.06.509": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6509, Studentenarbeitspl\u00e4tze", "arch_name": "N6509@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 45290, "seats": { @@ -28490,18 +31479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40919, "usage_id": 208 }, "0105.06.509A": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6509A, Schallmessraum", "arch_name": "N6509A@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 45290, "seats": { @@ -28509,18 +31500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68427, "usage_id": 194 }, "0105.06.510": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6510, WC-Herren", "arch_name": "N6510@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -28528,18 +31521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40923, "usage_id": 115 }, "0105.06.511": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6511, Raumlufttechnik", "arch_name": "N6511@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -28547,18 +31542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40926, "usage_id": 32 }, "0105.06.512": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6512, Installation", "arch_name": "N6512@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -28566,18 +31563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40930, "usage_id": 120 }, "0105.06.513": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6513, Installation", "arch_name": "N6513@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -28585,18 +31584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40933, "usage_id": 120 }, "0105.06.514": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6514, Flur 1/Kopierer/Drucker", "arch_name": "N6514@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 45290, "seats": { @@ -28604,18 +31605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40981, "usage_id": 222 }, "0105.06.515": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6515, Treppenraum", "arch_name": "N6515@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -28623,18 +31626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40985, "usage_id": 223 }, "0105.06.516": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6516, Elektrotechnik", "arch_name": "N6516@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -28642,18 +31647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40989, "usage_id": 160 }, "0105.06.518": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6518, Flur 2", "arch_name": "N6518@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -28661,18 +31668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40997, "usage_id": 222 }, "0105.06.620": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N6520, Fluchtterrasse (Reinigen)", "arch_name": "N6520@0105", "area_id": 27, "building_id": 565, + "floor_level": "6.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -28680,18 +31689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41001, "usage_id": 137 }, "0105.07.501": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7501, Aufzugsmaschinenraum", "arch_name": "N7501@0105", "area_id": 27, "building_id": 565, + "floor_level": "7.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -28699,18 +31710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41146, "usage_id": 5 }, "0105.07.502": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7502, Treppenraum", "arch_name": "N7502@0105", "area_id": 27, "building_id": 565, + "floor_level": "7.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -28718,18 +31731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41203, "usage_id": 223 }, "0105.07.503": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7503, Installation", "arch_name": "N7503@0105", "area_id": 27, "building_id": 565, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -28737,18 +31752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41207, "usage_id": 120 }, "0105.07.504": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7504, Installation", "arch_name": "N7504@0105", "area_id": 27, "building_id": 565, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -28756,18 +31773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41214, "usage_id": 120 }, "0105.07.505": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7505, Installation", "arch_name": "N7505@0105", "area_id": 27, "building_id": 565, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -28775,18 +31794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41215, "usage_id": 120 }, "0105.07.506": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7506, Antennenmessplattform (Reinigen)", "arch_name": "N7506@0105", "area_id": 27, "building_id": 565, + "floor_level": "7.OG", "floor_type": "PVC", "main_operator_id": 15394, "seats": { @@ -28794,18 +31815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41220, "usage_id": 103 }, "0105.07.508": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7508, Antennenmessplattform (Reinigen)", "arch_name": "N7508@0105", "area_id": 27, "building_id": 565, + "floor_level": "7.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15394, "seats": { @@ -28813,18 +31836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41275, "usage_id": 218 }, "0105.07.509": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7509, Fluchtterrasse (Reinigen)", "arch_name": "N7509@0105", "area_id": 27, "building_id": 565, + "floor_level": "7.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -28832,18 +31857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41282, "usage_id": 219 }, "0105.07.510": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N7510, Zugang Antennenmessplatz (Reinigen)", "arch_name": "N7510@0105", "area_id": 27, "building_id": 565, + "floor_level": "7.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15394, "seats": { @@ -28851,19 +31878,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41283, "usage_id": 219 }, "0105.EG.501": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0501, Grundpraktikum", "arch_name": "N0501@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 20018, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -28871,19 +31900,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39454, "usage_id": 211 }, "0105.EG.502": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0502, Laserlabor", "arch_name": "N0502@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 19650, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -28891,18 +31922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39457, "usage_id": 103 }, "0105.EG.503": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0503, Diplomandenlabor", "arch_name": "N0503@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -28910,18 +31943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39460, "usage_id": 103 }, "0105.EG.504": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0504, B\u00fcro ISS", "arch_name": "N0504@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -28929,18 +31964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39472, "usage_id": 12 }, "0105.EG.505": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0505, Erste-Hilfe-Raum", "arch_name": "N0505@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -28948,19 +31985,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39476, "usage_id": 178 }, "0105.EG.506": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0506, Prak. Regel.-/Steuerungstechnik", "arch_name": "N0506@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 18447, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -28968,19 +32007,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7959, "usage_id": 211 }, "0105.EG.507": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0507, Seminarraum-MST/LSR", "arch_name": "N0507@0105", "area_id": 27, "building_id": 565, "calendar_resource_nr": 15065, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -28988,18 +32029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7961, "usage_id": 41 }, "0105.EG.508": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0508, Diplomandenlabor", "arch_name": "N0508@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15405, "seats": { @@ -29007,18 +32050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39485, "usage_id": 103 }, "0105.EG.509": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0509, Putzraum", "arch_name": "N0509@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15405, "seats": { @@ -29026,18 +32071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39347, "usage_id": 205 }, "0105.EG.510": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0510, WC-Damen", "arch_name": "N0510@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -29045,18 +32092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39353, "usage_id": 116 }, "0105.EG.511": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0511, Beh.-WC", "arch_name": "N0511@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -29064,18 +32113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39357, "usage_id": 117 }, "0105.EG.512": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0512, Stromversorgung", "arch_name": "N0512@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -29083,18 +32134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39360, "usage_id": 160 }, "0105.EG.513": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0513, WC-Herren", "arch_name": "N0513@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -29102,18 +32155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39555, "usage_id": 115 }, "0105.EG.514": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0514, Installation", "arch_name": "N0514@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -29121,18 +32176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39562, "usage_id": 120 }, "0105.EG.515": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0515, Installation", "arch_name": "N0515@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -29140,18 +32197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39567, "usage_id": 120 }, "0105.EG.516": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0516, Aufzug", "arch_name": "N0516@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -29159,18 +32218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39571, "usage_id": 4 }, "0105.EG.517": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0517, Treppenraum", "arch_name": "N0517@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -29178,18 +32239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39575, "usage_id": 223 }, "0105.EG.518": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0518, Installation", "arch_name": "N0518@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -29197,18 +32260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39597, "usage_id": 120 }, "0105.EG.520": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0520, Flur", "arch_name": "N0520@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -29216,18 +32281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39604, "usage_id": 222 }, "0105.EG.521": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0521, Eingangshalle", "arch_name": "N0521@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -29235,18 +32302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39607, "usage_id": 222 }, "0105.EG.522": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0522, Windfang", "arch_name": "N0522@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -29254,18 +32323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39611, "usage_id": 52 }, "0105.EG.523": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0523, Flur", "arch_name": "N0523@0105", "area_id": 27, "building_id": 565, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -29273,18 +32344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39613, "usage_id": 222 }, "0105.U1.501": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1501, Metallwerkstatt fein mit Einrichtung", "arch_name": "N-1501@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15403, "seats": { @@ -29292,18 +32365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19224, "usage_id": 108 }, "0105.U1.502": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1502, Meisterb\u00fcro", "arch_name": "N-1502@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15403, "seats": { @@ -29311,18 +32386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39300, "usage_id": 12 }, "0105.U1.503": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1503, Schleifraum", "arch_name": "N-1503@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15403, "seats": { @@ -29330,18 +32407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39306, "usage_id": 51 }, "0105.U1.504": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1504, Metallwerkstatt fein mit Einrichtung", "arch_name": "N-1504@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15403, "seats": { @@ -29349,18 +32428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39310, "usage_id": 108 }, "0105.U1.505": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1505, Heizungs\u00fcbergabe", "arch_name": "N-1505@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -29368,18 +32449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39318, "usage_id": 201 }, "0105.U1.506": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1506, Ger\u00e4telager", "arch_name": "N-1506@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15394, "seats": { @@ -29387,18 +32470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39321, "usage_id": 18 }, "0105.U1.507": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1507, Elektro Verteiler", "arch_name": "N-1507@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -29406,18 +32491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39324, "usage_id": 160 }, "0105.U1.508": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1508, Lackierraum", "arch_name": "N-1508@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15403, "seats": { @@ -29425,18 +32512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39329, "usage_id": 51 }, "0105.U1.509": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1509, Schweissraum", "arch_name": "N-1509@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15403, "seats": { @@ -29444,18 +32533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14111, "usage_id": 51 }, "0105.U1.510": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1510, Lager", "arch_name": "N-1510@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15405, "seats": { @@ -29463,18 +32554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39337, "usage_id": 30 }, "0105.U1.511": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1511, Metalwerkstatt", "arch_name": "N-1511@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15405, "seats": { @@ -29482,18 +32575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39342, "usage_id": 51 }, "0105.U1.512": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1512, Holzwerkstatt", "arch_name": "N-1512@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15403, "seats": { @@ -29501,18 +32596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39200, "usage_id": 107 }, "0105.U1.513": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1513, \u00c4tzlabor", "arch_name": "N-1513@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15403, "seats": { @@ -29520,18 +32617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39203, "usage_id": 51 }, "0105.U1.514": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1514, Labor", "arch_name": "N-1514@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15403, "seats": { @@ -29539,18 +32638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39221, "usage_id": 194 }, "0105.U1.516": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1516, Elektroniklabor", "arch_name": "N-1516@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15403, "seats": { @@ -29558,18 +32659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7924, "usage_id": 103 }, "0105.U1.517": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1517, Aufenthalt m. Teek\u00fcche", "arch_name": "N-1517@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15403, "seats": { @@ -29577,18 +32680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39229, "usage_id": 44 }, "0105.U1.518": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1518, Antennenmessraum", "arch_name": "N-1518@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15394, "seats": { @@ -29596,18 +32701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39233, "usage_id": 103 }, "0105.U1.519": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1519, Antennenmessraum", "arch_name": "N-1519@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15394, "seats": { @@ -29615,18 +32722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39237, "usage_id": 103 }, "0105.U1.520": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1520, Aufzug", "arch_name": "N-1520@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -29634,18 +32743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39384, "usage_id": 4 }, "0105.U1.521": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1521, Elektroraum", "arch_name": "N-1521@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -29653,18 +32764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39386, "usage_id": 160 }, "0105.U1.522": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1522, Putzraum", "arch_name": "N-1522@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -29672,18 +32785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39390, "usage_id": 205 }, "0105.U1.523": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1523, WC-Herren", "arch_name": "N-1523@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -29691,18 +32806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39393, "usage_id": 115 }, "0105.U1.524": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1524, Umkleide mit Dusche", "arch_name": "N-1524@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15403, "seats": { @@ -29710,18 +32827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39397, "usage_id": 121 }, "0105.U1.525": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1525, Installation", "arch_name": "N-1525@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -29729,18 +32848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39403, "usage_id": 120 }, "0105.U1.526": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1526, Installation", "arch_name": "N-1526@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -29748,18 +32869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39406, "usage_id": 120 }, "0105.U1.527": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1527, Treppenraum", "arch_name": "N-1527@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -29767,18 +32890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39409, "usage_id": 223 }, "0105.U1.528": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1528, Installation", "arch_name": "N-1528@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -29786,18 +32911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39414, "usage_id": 120 }, "0105.U1.530": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1530, Flur 1", "arch_name": "N-1530@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -29805,18 +32932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39418, "usage_id": 222 }, "0105.U1.531": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1531, Flur 2", "arch_name": "N-1531@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -29824,18 +32953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39421, "usage_id": 222 }, "0105.U1.532": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1532, Flur 4", "arch_name": "N-1532@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -29843,18 +32974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39424, "usage_id": 222 }, "0105.U1.533": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1533, Flur 3", "arch_name": "N-1533@0105", "area_id": 27, "building_id": 565, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -29862,18 +32995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39425, "usage_id": 222 }, "0105.U2.501": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2501, Installationskanal", "arch_name": "N-2501@0105", "area_id": 27, "building_id": 565, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -29881,18 +33016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61798, "usage_id": 120 }, "0106.01.601": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1601, B\u00fcro", "arch_name": "N1601@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -29900,18 +33037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8894, "usage_id": 12 }, "0106.01.602": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1602, B\u00fcro", "arch_name": "N1602@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -29919,18 +33058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8896, "usage_id": 12 }, "0106.01.603": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1603, B\u00fcro", "arch_name": "N1603@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -29938,18 +33079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40829, "usage_id": 12 }, "0106.01.604": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1604, B\u00fcro", "arch_name": "N1604@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -29957,18 +33100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8925, "usage_id": 12 }, "0106.01.605": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1605, B\u00fcro", "arch_name": "N1605@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -29976,18 +33121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8926, "usage_id": 12 }, "0106.01.606": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1606, B\u00fcro", "arch_name": "N1606@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -29995,18 +33142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8927, "usage_id": 12 }, "0106.01.607": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1607, Kopierer", "arch_name": "N1607@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39906, "seats": { @@ -30014,18 +33163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40832, "usage_id": 110 }, "0106.01.607A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1607A, Kopierer", "arch_name": "N1607A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30033,18 +33184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66260, "usage_id": 207 }, "0106.01.608": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1608, B\u00fcro", "arch_name": "N1608@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30052,18 +33205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8928, "usage_id": 12 }, "0106.01.609": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1609, B\u00fcro", "arch_name": "N1609@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30071,18 +33226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8930, "usage_id": 12 }, "0106.01.610": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1610, B\u00fcro", "arch_name": "N1610@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30090,18 +33247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8952, "usage_id": 12 }, "0106.01.611A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1611, B\u00fcro", "arch_name": "N1611@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30109,18 +33268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68648, "usage_id": 12 }, "0106.01.612": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1612, B\u00fcro", "arch_name": "N1612@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30128,18 +33289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8954, "usage_id": 12 }, "0106.01.613A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1613, B\u00fcro", "arch_name": "N1613@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30147,18 +33310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68647, "usage_id": 12 }, "0106.01.614": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1614, B\u00fcro", "arch_name": "N1614@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30166,18 +33331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8958, "usage_id": 12 }, "0106.01.615": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1615, Prof.-B\u00fcro", "arch_name": "N1615@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30185,18 +33352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8985, "usage_id": 12 }, "0106.01.616": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1616, Sekretariat", "arch_name": "N1616@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30204,18 +33373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8987, "usage_id": 40 }, "0106.01.617": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1617, Kopierer; Lager, EDV, K\u00fcche", "arch_name": "N1617@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30223,18 +33394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41097, "usage_id": 110 }, "0106.01.618": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1618, WC-Vorraum Herren", "arch_name": "N1618@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30242,18 +33415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41100, "usage_id": 118 }, "0106.01.618A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1618A, WC-Herren", "arch_name": "N1618A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30261,18 +33436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66261, "usage_id": 115 }, "0106.01.618B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1618B, Putzraum", "arch_name": "N1618B@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30280,19 +33457,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66262, "usage_id": 205 }, "0106.01.629": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1629, Foyer", "arch_name": "N1629@0106", "area_id": 27, "building_id": 566, "calendar_resource_nr": 25664, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30300,19 +33479,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9058, "usage_id": 15 }, "0106.01.630": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1630, Herbert-Kupfer-Saal", "arch_name": "N1630@0106", "area_id": 27, "building_id": 566, "calendar_resource_nr": 25624, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -30320,18 +33501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41178, "usage_id": 41 }, "0106.01.631": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1631, Putzraum", "arch_name": "N1631@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37989, "seats": { @@ -30339,18 +33522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41024, "usage_id": 205 }, "0106.01.632": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1632, LRZ-Verteilerknoten", "arch_name": "N1632@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39906, "seats": { @@ -30358,18 +33543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41025, "usage_id": 120 }, "0106.01.633": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1633, Technikraum", "arch_name": "N1633@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -30377,18 +33564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41027, "usage_id": 120 }, "0106.01.634": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1634, B\u00fcro", "arch_name": "N1634@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30396,18 +33585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9106, "usage_id": 12 }, "0106.01.635": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1635, B\u00fcro", "arch_name": "N1635@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30415,18 +33606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41031, "usage_id": 12 }, "0106.01.636": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1636, B\u00fcro", "arch_name": "N1636@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30434,18 +33627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41032, "usage_id": 12 }, "0106.01.637": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1637, B\u00fcro", "arch_name": "N1637@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30453,18 +33648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9146, "usage_id": 12 }, "0106.01.638": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1638, B\u00fcro", "arch_name": "N1638@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30472,18 +33669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9148, "usage_id": 12 }, "0106.01.639": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1639, B\u00fcro", "arch_name": "N1639@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30491,18 +33690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9151, "usage_id": 12 }, "0106.01.640": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1640, Kopierer", "arch_name": "N1640@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30510,18 +33711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9154, "usage_id": 110 }, "0106.01.641": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1641, B\u00fcro", "arch_name": "N1641@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30529,18 +33732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9157, "usage_id": 12 }, "0106.01.642": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1642, B\u00fcro", "arch_name": "N1642@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30548,18 +33753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9177, "usage_id": 12 }, "0106.01.643": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1643, Lager", "arch_name": "N1643@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -30567,18 +33774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40437, "usage_id": 30 }, "0106.01.644": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1644, WC-Herren", "arch_name": "N1644@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30586,18 +33795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40439, "usage_id": 115 }, "0106.01.644A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1644A, WC-Vorraum Herren", "arch_name": "N1644A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30605,18 +33816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68649, "usage_id": 118 }, "0106.01.645": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1645, Putzraum", "arch_name": "N1645@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30624,18 +33837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40440, "usage_id": 205 }, "0106.01.670": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1670, Treppenraum", "arch_name": "N1670@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30643,18 +33858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66265, "usage_id": 223 }, "0106.01.672": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1672, Flur", "arch_name": "N1672@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30662,18 +33879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63090, "usage_id": 222 }, "0106.01.672A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1672A, Schacht f.Personenaufzug", "arch_name": "N1672A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30681,18 +33900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68650, "usage_id": 195 }, "0106.01.673": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1673, Treppenhaus", "arch_name": "N1673@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30700,18 +33921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63091, "usage_id": 223 }, "0106.01.674": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1674, Flur", "arch_name": "N1674@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30719,18 +33942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63092, "usage_id": 222 }, "0106.01.676": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1676, Treppenhaus", "arch_name": "N1676@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30738,18 +33963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63093, "usage_id": 223 }, "0106.01.677": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1677, \u00dcbergang 1", "arch_name": "N1677@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30757,18 +33984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63094, "usage_id": 222 }, "0106.01.678": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1678, Galerie", "arch_name": "N1678@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30776,18 +34005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66264, "usage_id": 206 }, "0106.01.680": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1680, Flur", "arch_name": "N1680@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30795,18 +34026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63096, "usage_id": 222 }, "0106.01.681": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1681, Flur", "arch_name": "N1681@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30814,18 +34047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63098, "usage_id": 222 }, "0106.01.682": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1682, \u00dcbergang 2", "arch_name": "N1682@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30833,18 +34068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63095, "usage_id": 222 }, "0106.01.690": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1690, Aufzug", "arch_name": "N1690@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -30852,18 +34089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66263, "usage_id": 195 }, "0106.02.601": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2601, B\u00fcro", "arch_name": "N2601@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -30871,18 +34110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40534, "usage_id": 12 }, "0106.02.602": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2602, B\u00fcro", "arch_name": "N2602@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -30890,18 +34131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9223, "usage_id": 12 }, "0106.02.603": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2603, B\u00fcro", "arch_name": "N2603@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14944, "seats": { @@ -30909,18 +34152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40579, "usage_id": 12 }, "0106.02.604": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2604, B\u00fcro", "arch_name": "N2604@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -30928,18 +34173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40581, "usage_id": 12 }, "0106.02.605": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2605, Besprechungsraum", "arch_name": "N2605@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14944, "seats": { @@ -30947,18 +34194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40584, "usage_id": 196 }, "0106.02.606": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2606, B\u00fcro", "arch_name": "N2606@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -30966,18 +34215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21445, "usage_id": 12 }, "0106.02.607": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2607, B\u00fcro", "arch_name": "N2607@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15092, "seats": { @@ -30985,18 +34236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21447, "usage_id": 12 }, "0106.02.609": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2609, B\u00fcro", "arch_name": "N2609@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -31004,18 +34257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21473, "usage_id": 12 }, "0106.02.609A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2609A, B\u00fcro", "arch_name": "N2609A@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 44925, "seats": { @@ -31023,18 +34278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69074, "usage_id": 12 }, "0106.02.609B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2609B, B\u00fcro", "arch_name": "N2609B@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 44925, "seats": { @@ -31042,18 +34299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69073, "usage_id": 12 }, "0106.02.610": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2610, B\u00fcro", "arch_name": "N2610@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14930, "seats": { @@ -31061,18 +34320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40641, "usage_id": 12 }, "0106.02.611": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2611, B\u00fcro", "arch_name": "N2611@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31080,18 +34341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40642, "usage_id": 12 }, "0106.02.612": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2612, Teek\u00fcche", "arch_name": "N2612@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31099,18 +34362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40644, "usage_id": 198 }, "0106.02.613": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2613, B\u00fcro", "arch_name": "N2613@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31118,18 +34383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9281, "usage_id": 12 }, "0106.02.614": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2614, Lager", "arch_name": "N2614@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31137,18 +34404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9303, "usage_id": 30 }, "0106.02.617A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2617A, WC-Vorraum Damen", "arch_name": "N2617A@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -31156,18 +34425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40716, "usage_id": 118 }, "0106.02.617B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2617B, Putzraum", "arch_name": "N2617B@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -31175,18 +34446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66316, "usage_id": 205 }, "0106.02.617C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2617, WC-Damen", "arch_name": "N2617@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -31194,19 +34467,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68635, "usage_id": 116 }, "0106.02.619": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2619, Sitzungs-/Konferenzsaal", "arch_name": "N2619@0106", "area_id": 27, "building_id": 566, "calendar_resource_nr": 15099, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14946, "seats": { @@ -31214,19 +34489,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8874, "usage_id": 142 }, "0106.02.620": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2620, Leseraum", "arch_name": "N2620@0106", "area_id": 27, "building_id": 566, "calendar_resource_nr": 18487, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31234,18 +34511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40726, "usage_id": 150 }, "0106.02.621": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2621, Flur", "arch_name": "N2621@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14946, "seats": { @@ -31253,18 +34532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39949, "usage_id": 222 }, "0106.02.622": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2622, Lager", "arch_name": "N2622@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31272,18 +34553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39951, "usage_id": 30 }, "0106.02.624": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2624, Lager/B\u00fcromaterial", "arch_name": "N2624@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14946, "seats": { @@ -31291,18 +34574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39990, "usage_id": 30 }, "0106.02.625": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2625, B\u00fcro", "arch_name": "N2625@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31310,18 +34595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8934, "usage_id": 12 }, "0106.02.626": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2626, B\u00fcro", "arch_name": "N2626@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31329,18 +34616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8935, "usage_id": 12 }, "0106.02.630": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2630, B\u00fcro", "arch_name": "N2630@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14938, "seats": { @@ -31348,18 +34637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8959, "usage_id": 12 }, "0106.02.631": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2631, B\u00fcro", "arch_name": "N2631@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14938, "seats": { @@ -31367,18 +34658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8960, "usage_id": 12 }, "0106.02.632": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2632, B\u00fcro", "arch_name": "N2632@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14938, "seats": { @@ -31386,18 +34679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8961, "usage_id": 12 }, "0106.02.633": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2633, B\u00fcro", "arch_name": "N2633@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14938, "seats": { @@ -31405,18 +34700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8990, "usage_id": 12 }, "0106.02.634": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2634, B\u00fcro", "arch_name": "N2634@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14938, "seats": { @@ -31424,18 +34721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40067, "usage_id": 12 }, "0106.02.635": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2635, B\u00fcro", "arch_name": "N2635@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14938, "seats": { @@ -31443,18 +34742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8993, "usage_id": 12 }, "0106.02.636": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2636, Lager/Ver\u00f6ffentlichungen", "arch_name": "N2636@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14938, "seats": { @@ -31462,18 +34763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40071, "usage_id": 30 }, "0106.02.637": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2637, WC-Herren", "arch_name": "N2637@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -31481,18 +34784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40073, "usage_id": 115 }, "0106.02.637A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2637A, WC-Vorraum Damen", "arch_name": "N2637A@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -31500,18 +34805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68637, "usage_id": 118 }, "0106.02.638": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2638, Putzraum", "arch_name": "N2638@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -31519,18 +34826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40075, "usage_id": 205 }, "0106.02.670": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2670, Treppenhaus", "arch_name": "N2670@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -31538,18 +34847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63089, "usage_id": 223 }, "0106.02.672A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2672A, Schacht f.Personenaufzug", "arch_name": "N2672A@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -31557,18 +34868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68636, "usage_id": 195 }, "0106.02.673": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2673, Treppenhaus", "arch_name": "N2673@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -31576,18 +34889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63086, "usage_id": 223 }, "0106.02.674": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2674, Flur", "arch_name": "N2674@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -31595,18 +34910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63084, "usage_id": 222 }, "0106.02.676": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2676, Treppenhaus", "arch_name": "N2676@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -31614,18 +34931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63085, "usage_id": 223 }, "0106.02.677": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2677, \u00dcbergang 1", "arch_name": "N2677@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -31633,18 +34952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63082, "usage_id": 222 }, "0106.02.680": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2680, Flur", "arch_name": "N2680@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -31652,18 +34973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63087, "usage_id": 222 }, "0106.02.681": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2681, Flur", "arch_name": "N2681@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -31671,18 +34994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63088, "usage_id": 222 }, "0106.02.682": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2682, Flur", "arch_name": "N2682@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -31690,18 +35015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68634, "usage_id": 222 }, "0106.02.690": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2690, Aufzug", "arch_name": "N2690@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -31709,18 +35036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66317, "usage_id": 195 }, "0106.03.601": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3601, ELT-UV", "arch_name": "N3601@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -31728,18 +35057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40118, "usage_id": 160 }, "0106.03.602": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3602, Lager", "arch_name": "N3602@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14946, "seats": { @@ -31747,18 +35078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40121, "usage_id": 30 }, "0106.03.603": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3603, Stud. Arbeitsplatz", "arch_name": "N3603@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31766,18 +35099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40124, "usage_id": 208 }, "0106.03.604": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3604, B\u00fcro", "arch_name": "N3604@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31785,18 +35120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40173, "usage_id": 12 }, "0106.03.605": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3605, Bibliothek", "arch_name": "N3605@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31804,18 +35141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40178, "usage_id": 10 }, "0106.03.606": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3606, Bibliothek", "arch_name": "N3606@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31823,18 +35162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40181, "usage_id": 10 }, "0106.03.607": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3607, Bibliothek", "arch_name": "N3607@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31842,18 +35183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40183, "usage_id": 10 }, "0106.03.608": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3608, B\u00fcro", "arch_name": "N3608@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31861,18 +35204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40187, "usage_id": 12 }, "0106.03.609": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3609, B\u00fcro", "arch_name": "N3609@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31880,18 +35225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40188, "usage_id": 12 }, "0106.03.610": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3610, B\u00fcro", "arch_name": "N3610@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31899,18 +35246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40259, "usage_id": 12 }, "0106.03.611": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3611, B\u00fcro", "arch_name": "N3611@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31918,18 +35267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9110, "usage_id": 12 }, "0106.03.612": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3612, B\u00fcro", "arch_name": "N3612@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31937,18 +35288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9111, "usage_id": 12 }, "0106.03.613": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3613, B\u00fcro", "arch_name": "N3613@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -31956,18 +35309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9112, "usage_id": 12 }, "0106.03.614": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3614, Aufenthalt/Teek\u00fcche", "arch_name": "N3614@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14946, "seats": { @@ -31975,18 +35330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40267, "usage_id": 44 }, "0106.03.615": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3615, PUMI", "arch_name": "N3615@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14946, "seats": { @@ -31994,18 +35351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 6978, "usage_id": 30 }, "0106.03.616": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3616, Beh.-WC", "arch_name": "N3616@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32013,18 +35372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 6980, "usage_id": 117 }, "0106.03.617": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3617, WC-Damen", "arch_name": "N3617@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32032,18 +35393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37416, "usage_id": 116 }, "0106.03.617A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3617A, WC-Vorraum Damen", "arch_name": "N3617A@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32051,18 +35414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65171, "usage_id": 118 }, "0106.03.618": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3618, WC-Herren", "arch_name": "N3618@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32070,18 +35435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7016, "usage_id": 118 }, "0106.03.618A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3618A, WC-Vorraum Herren", "arch_name": "N3618A@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32089,18 +35456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65172, "usage_id": 118 }, "0106.03.619": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3619, Besprechungsraum 1", "arch_name": "N3619@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14946, "seats": { @@ -32108,18 +35477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7022, "usage_id": 196 }, "0106.03.620": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3620, Besprechungsraum", "arch_name": "N3620@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23544, "seats": { @@ -32127,18 +35498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37444, "usage_id": 196 }, "0106.03.621": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3621, Lager", "arch_name": "N3621@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 23544, "seats": { @@ -32146,18 +35519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 6988, "usage_id": 30 }, "0106.03.622": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3622, ELT.-UV", "arch_name": "N3622@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -32165,18 +35540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37456, "usage_id": 160 }, "0106.03.623": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3623, B\u00fcro", "arch_name": "N3623@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23544, "seats": { @@ -32184,18 +35561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37458, "usage_id": 12 }, "0106.03.624": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3624, B\u00fcro", "arch_name": "N3624@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23544, "seats": { @@ -32203,18 +35582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37466, "usage_id": 12 }, "0106.03.625": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3625, B\u00fcro", "arch_name": "N3625@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23544, "seats": { @@ -32222,18 +35603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37470, "usage_id": 12 }, "0106.03.626": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3626, Bibliothek/Teek\u00fcche", "arch_name": "N3626@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 23544, "seats": { @@ -32241,18 +35624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37481, "usage_id": 10 }, "0106.03.627": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3627, B\u00fcro", "arch_name": "N3627@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23544, "seats": { @@ -32260,18 +35645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37484, "usage_id": 12 }, "0106.03.628": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3628, B\u00fcro", "arch_name": "N3628@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23544, "seats": { @@ -32279,18 +35666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37491, "usage_id": 12 }, "0106.03.629": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3629, B\u00fcro", "arch_name": "N3629@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23544, "seats": { @@ -32298,18 +35687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37495, "usage_id": 12 }, "0106.03.630": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3630, B\u00fcro", "arch_name": "N3630@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23544, "seats": { @@ -32317,18 +35708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37373, "usage_id": 12 }, "0106.03.631": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3631, B\u00fcro", "arch_name": "N3631@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23544, "seats": { @@ -32336,18 +35729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37378, "usage_id": 12 }, "0106.03.632": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3632, B\u00fcro", "arch_name": "N3632@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23544, "seats": { @@ -32355,18 +35750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37392, "usage_id": 12 }, "0106.03.633": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3633, Abluftanlage", "arch_name": "N3633@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 23544, "seats": { @@ -32374,18 +35771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63079, "usage_id": 32 }, "0106.03.635": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3635, WC-Herren", "arch_name": "N3635@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32393,18 +35792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63077, "usage_id": 115 }, "0106.03.635A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3635A, WC-Vorraum Herren", "arch_name": "N3635A@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32412,18 +35813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63078, "usage_id": 118 }, "0106.03.636": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3636, WC-Damen", "arch_name": "N3636@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32431,18 +35834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63076, "usage_id": 116 }, "0106.03.640": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3640, Aufzugs-/F\u00f6rderanlage", "arch_name": "N3640@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -32450,18 +35855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68638, "usage_id": 5 }, "0106.03.672": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3672, Flur", "arch_name": "N3672@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -32469,18 +35876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63081, "usage_id": 222 }, "0106.03.672A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3672A, Schacht f.Personenaufzug", "arch_name": "N3672A@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -32488,18 +35897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68641, "usage_id": 195 }, "0106.03.673": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3673, Treppenhaus", "arch_name": "N3673@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -32507,18 +35918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63080, "usage_id": 223 }, "0106.03.674": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3674, Flur", "arch_name": "N3674@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -32526,18 +35939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63074, "usage_id": 222 }, "0106.03.675": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3675, Flur", "arch_name": "N3675@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -32545,18 +35960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63073, "usage_id": 222 }, "0106.03.676": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3676, Treppenhaus", "arch_name": "N3676@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -32564,18 +35981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63075, "usage_id": 223 }, "0106.03.679": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3679, Flur", "arch_name": "N3679@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -32583,18 +36002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65161, "usage_id": 222 }, "0106.03.680": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3680, Flur", "arch_name": "N3680@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -32602,18 +36023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65159, "usage_id": 222 }, "0106.03.681": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3681, Flur", "arch_name": "N3681@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -32621,18 +36044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65160, "usage_id": 222 }, "0106.03.682": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3682, Treppenhaus", "arch_name": "N3682@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -32640,18 +36065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65174, "usage_id": 223 }, "0106.03.690": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3690, Aufzug", "arch_name": "N3690@0106", "area_id": 27, "building_id": 566, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -32659,18 +36086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65173, "usage_id": 195 }, "0106.EG.601": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0601, Hydrauliklager", "arch_name": "N0601@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -32678,18 +36107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41369, "usage_id": 30 }, "0106.EG.602": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0602, Stahllabor", "arch_name": "N0602@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -32697,18 +36128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41373, "usage_id": 103 }, "0106.EG.602A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0602A, Galerie", "arch_name": "N0602A@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14930, "seats": { @@ -32716,18 +36149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68630, "usage_id": 206 }, "0106.EG.603": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0603, Feinmechanische Werkstatt", "arch_name": "N0603@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -32735,18 +36170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41377, "usage_id": 108 }, "0106.EG.604": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0604, Feinmechanische Werkstatt", "arch_name": "N0604@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -32754,18 +36191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15050, "usage_id": 108 }, "0106.EG.604A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0604A, Galerie", "arch_name": "N0604A@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14930, "seats": { @@ -32773,18 +36212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41383, "usage_id": 206 }, "0106.EG.605": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0605, Grobmechanische Werkstatt", "arch_name": "N0605@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -32792,18 +36233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15053, "usage_id": 51 }, "0106.EG.605A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0605A, Galerie", "arch_name": "N0605A@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14930, "seats": { @@ -32811,18 +36254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41459, "usage_id": 206 }, "0106.EG.606": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0606, Flur", "arch_name": "N0606@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -32830,18 +36275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21362, "usage_id": 222 }, "0106.EG.606A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0606A, Galerie", "arch_name": "N0606A@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14930, "seats": { @@ -32849,18 +36296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41463, "usage_id": 206 }, "0106.EG.606B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0606B, B\u00fcro", "arch_name": "N0606B@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14930, "seats": { @@ -32868,18 +36317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66255, "usage_id": 12 }, "0106.EG.607": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0607, Aufenthalt", "arch_name": "N0607@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -32887,18 +36338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41516, "usage_id": 44 }, "0106.EG.607A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0607A, Aufenthalt", "arch_name": "N0607A@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14930, "seats": { @@ -32906,18 +36359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66257, "usage_id": 44 }, "0106.EG.608": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0608, Flur", "arch_name": "N0608@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -32925,18 +36380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41518, "usage_id": 222 }, "0106.EG.609": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0609, WC-Damen", "arch_name": "N0609@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32944,18 +36401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21383, "usage_id": 116 }, "0106.EG.610": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0610, WC-Damen", "arch_name": "N0610@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32963,18 +36422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41524, "usage_id": 115 }, "0106.EG.610A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0610A, Putzraum", "arch_name": "N0610A@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -32982,18 +36443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41597, "usage_id": 205 }, "0106.EG.610B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0610B, WC-Vorraum Herren", "arch_name": "N0610B@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -33001,18 +36464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68631, "usage_id": 118 }, "0106.EG.611": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0611, Versuchshalle", "arch_name": "N0611@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14930, "seats": { @@ -33020,18 +36485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41599, "usage_id": 49 }, "0106.EG.612": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0612, Versuchshalle", "arch_name": "N0612@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -33039,18 +36506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41603, "usage_id": 49 }, "0106.EG.615": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0615, Anmeldung, Probeannahme, Post", "arch_name": "N0615@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14930, "seats": { @@ -33058,18 +36527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41683, "usage_id": 186 }, "0106.EG.615A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0615A, Galerie", "arch_name": "N0615A@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14930, "seats": { @@ -33077,18 +36548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41686, "usage_id": 206 }, "0106.EG.616": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0616, Probenannahme", "arch_name": "N0616@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -33096,18 +36569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41688, "usage_id": 186 }, "0106.EG.617": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0617, Probenvorbereitungsraum", "arch_name": "N0617@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -33115,18 +36590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41690, "usage_id": 103 }, "0106.EG.622": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0622, B\u00fcro", "arch_name": "N0622@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14930, "seats": { @@ -33134,18 +36611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41845, "usage_id": 12 }, "0106.EG.623": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0623, Garage/Gabelstabler", "arch_name": "N0623@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -33153,18 +36632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41851, "usage_id": 100 }, "0106.EG.624": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0624, B\u00fcro", "arch_name": "N0624@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -33172,18 +36653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41853, "usage_id": 12 }, "0106.EG.624A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0624A, Messlabor", "arch_name": "N0624A@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -33191,18 +36674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41855, "usage_id": 103 }, "0106.EG.627": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0627, Lager", "arch_name": "N0627@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14946, "seats": { @@ -33210,18 +36695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41936, "usage_id": 30 }, "0106.EG.628": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0628, WC-Vorraum Herren", "arch_name": "N0628@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -33229,18 +36716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41939, "usage_id": 118 }, "0106.EG.628A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "NZ630, Lager ZG", "arch_name": "NZ630@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33248,18 +36737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41940, "usage_id": 30 }, "0106.EG.629": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0629, Lager", "arch_name": "N0629@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -33267,18 +36758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40731, "usage_id": 30 }, "0106.EG.630": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0630, WC-Herren", "arch_name": "N0630@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -33286,18 +36779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40733, "usage_id": 115 }, "0106.EG.631": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0631, Aktenlager", "arch_name": "N0631@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -33305,18 +36800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40738, "usage_id": 2 }, "0106.EG.670": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0670, Eingangshalle", "arch_name": "N0670@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -33324,18 +36821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63097, "usage_id": 222 }, "0106.EG.671": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0671, Treppenraum", "arch_name": "N0671@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -33343,18 +36842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63099, "usage_id": 223 }, "0106.EG.672": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0672, Aufzug", "arch_name": "N0672@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -33362,18 +36863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66259, "usage_id": 4 }, "0106.EG.673": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0673, Treppenhaus", "arch_name": "N0673@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -33381,18 +36884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63100, "usage_id": 223 }, "0106.EG.674": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0674, Flur", "arch_name": "N0674@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -33400,18 +36905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64737, "usage_id": 222 }, "0106.EG.675": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0675, Flur", "arch_name": "N0675@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -33419,18 +36926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63102, "usage_id": 222 }, "0106.EG.676": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0676, Treppenhaus", "arch_name": "N0676@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -33438,18 +36947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63101, "usage_id": 223 }, "0106.EG.679": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0679, Treppenraum/Fluchttreppe zu N0826", "arch_name": "N0679@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -33457,18 +36968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66256, "usage_id": 223 }, "0106.EG.690": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0690, Aufzug", "arch_name": "N0690@0106", "area_id": 27, "building_id": 566, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -33476,18 +36989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66258, "usage_id": 4 }, "0106.U1.601": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1601, Klima-Lager", "arch_name": "N-1601@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33495,18 +37010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41578, "usage_id": 30 }, "0106.U1.602": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1602, Mehrachsige-Festigkeitspr\u00fcfung", "arch_name": "N-1602@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33514,18 +37031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41583, "usage_id": 194 }, "0106.U1.603": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1603, Dauerstand-Pr\u00fcfraum", "arch_name": "N-1603@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33533,18 +37052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41653, "usage_id": 194 }, "0106.U1.604": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1604, Luftschleuse CO2", "arch_name": "N-1604@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33552,18 +37073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41661, "usage_id": 105 }, "0106.U1.605": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1605, CO2-Lager", "arch_name": "N-1605@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33571,18 +37094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41664, "usage_id": 30 }, "0106.U1.606": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1606, Klima-Lager", "arch_name": "N-1606@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33590,18 +37115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41674, "usage_id": 30 }, "0106.U1.608": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1608, Frostbest./Wasserdicht.-L.", "arch_name": "N-1608@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33609,18 +37136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41741, "usage_id": 194 }, "0106.U1.609": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1609, Feuchtlager", "arch_name": "N-1609@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33628,18 +37157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41911, "usage_id": 30 }, "0106.U1.610": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1610, Steins\u00e4ge", "arch_name": "N-1610@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33647,18 +37178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41915, "usage_id": 51 }, "0106.U1.610A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1610A, Sandstrahlkabine", "arch_name": "N-1610A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33666,18 +37199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62992, "usage_id": 51 }, "0106.U1.611": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1611, Lager", "arch_name": "N-1611@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33685,18 +37220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41919, "usage_id": 30 }, "0106.U1.611A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1611A, Klima-Lager", "arch_name": "N-1611A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33704,18 +37241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41924, "usage_id": 199 }, "0106.U1.612A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1612A, Aggregat/fundament", "arch_name": "N-1612A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33723,18 +37262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40808, "usage_id": 160 }, "0106.U1.613": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1613, Aggregatsraum", "arch_name": "N-1613@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33742,18 +37283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40815, "usage_id": 160 }, "0106.U1.614": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1614, Aggregatsraum", "arch_name": "N-1614@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33761,18 +37304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41007, "usage_id": 160 }, "0106.U1.615": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1615, Pulsatorpumpe", "arch_name": "N-1615@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33780,18 +37325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41012, "usage_id": 182 }, "0106.U1.616": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1616, Vorraum", "arch_name": "N-1616@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -33799,18 +37346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41017, "usage_id": 222 }, "0106.U1.616A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1616A, Kompressor", "arch_name": "N-1616A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -33818,18 +37367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41020, "usage_id": 120 }, "0106.U1.617": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1617, WC-Herren", "arch_name": "N-1617@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -33837,18 +37388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41075, "usage_id": 115 }, "0106.U1.617A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1617A, WC-Vorraum Herren", "arch_name": "N-1617A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -33856,18 +37409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68743, "usage_id": 118 }, "0106.U1.618": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1618, Duschraum", "arch_name": "N-1618@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33875,18 +37430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41080, "usage_id": 113 }, "0106.U1.620": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1620, Lager", "arch_name": "N-1620@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -33894,18 +37451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41092, "usage_id": 30 }, "0106.U1.620A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1620A, Serverraum", "arch_name": "N-1620A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14946, "seats": { @@ -33913,18 +37472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64736, "usage_id": 207 }, "0106.U1.621": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1621, Betonieranlage", "arch_name": "N-1621@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33932,18 +37493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21196, "usage_id": 51 }, "0106.U1.623": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1623, Abstellraum", "arch_name": "N-1623@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33951,18 +37514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41172, "usage_id": 159 }, "0106.U1.624": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1624, Kies.-u. Sandlager", "arch_name": "N-1624@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -33970,18 +37535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41227, "usage_id": 30 }, "0106.U1.625": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1625, Flur", "arch_name": "N-1625@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -33989,18 +37556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41229, "usage_id": 222 }, "0106.U1.625A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1625A, Lager", "arch_name": "N-1625A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14930, "seats": { @@ -34008,18 +37577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72788, "usage_id": 30 }, "0106.U1.626": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1626, Flur", "arch_name": "N-1626@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -34027,18 +37598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41233, "usage_id": 222 }, "0106.U1.626A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1626A, Lager", "arch_name": "N-1626A@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14930, "seats": { @@ -34046,18 +37619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72789, "usage_id": 30 }, "0106.U1.627": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1627, Kiespr\u00fcfraum", "arch_name": "N-1627@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -34065,18 +37640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41236, "usage_id": 194 }, "0106.U1.628": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1628, Zementpr\u00fcfraum", "arch_name": "N-1628@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -34084,18 +37661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41293, "usage_id": 194 }, "0106.U1.629": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1629, Abstellraum", "arch_name": "N-1629@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -34103,18 +37682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41295, "usage_id": 159 }, "0106.U1.631": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1631, Umkleide", "arch_name": "N-1631@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -34122,18 +37703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41305, "usage_id": 121 }, "0106.U1.631B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1631B, Duschraum", "arch_name": "N-1631B@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -34141,18 +37724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68745, "usage_id": 113 }, "0106.U1.631C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1631C, WC-Damen", "arch_name": "N-1631C@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -34160,18 +37745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68746, "usage_id": 116 }, "0106.U1.671": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1671, Treppenraum", "arch_name": "N-1671@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -34179,18 +37766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63070, "usage_id": 223 }, "0106.U1.672": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1672, Schacht f.Personenaufzug", "arch_name": "N-1672@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -34198,18 +37787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68744, "usage_id": 195 }, "0106.U1.673": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1673, Treppenhaus", "arch_name": "N-1673@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -34217,18 +37808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62991, "usage_id": 223 }, "0106.U1.676": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1676, Treppenhaus", "arch_name": "N-1676@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -34236,18 +37829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62990, "usage_id": 223 }, "0106.U1.690": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1690, Aufzugmaschinenraum", "arch_name": "N-1690@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -34255,18 +37850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63069, "usage_id": 195 }, "0106.U1.801": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1801, Archiv", "arch_name": "N-1801@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -34274,18 +37871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68742, "usage_id": 2 }, "0106.U1.802": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1802, Lager", "arch_name": "N-1802@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -34293,18 +37892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68740, "usage_id": 30 }, "0106.U1.803": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1803, Lager", "arch_name": "N-1803@0106", "area_id": 27, "building_id": 566, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14930, "seats": { @@ -34312,18 +37913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68741, "usage_id": 30 }, "0106.U2.601": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2601, Abwasseraufbereitung", "arch_name": "N-2601@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -34331,18 +37934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41354, "usage_id": 182 }, "0106.U2.603": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2603, Maschinenraum", "arch_name": "N-2603@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -34350,18 +37955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41362, "usage_id": 120 }, "0106.U2.621": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2621, Tauchpumpe", "arch_name": "N-2621@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -34369,18 +37976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41435, "usage_id": 120 }, "0106.U2.622": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2622, Lager", "arch_name": "N-2622@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -34388,18 +37997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41506, "usage_id": 30 }, "0106.U2.623": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2623, Elektroverteiler", "arch_name": "N-2623@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -34407,18 +38018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41508, "usage_id": 160 }, "0106.U2.631": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2631, Schacht begehbar \u00fcber U1631", "arch_name": "N-2631@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -34426,18 +38039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59976, "usage_id": 120 }, "0106.U2.640": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2640, Installationskanal", "arch_name": "N-2640@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -34445,18 +38060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61799, "usage_id": 120 }, "0106.U2.641": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2641, Installationskanal", "arch_name": "N-2641@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -34464,18 +38081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61800, "usage_id": 120 }, "0106.U2.673": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2673, Treppenhaus", "arch_name": "N-2673@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -34483,18 +38102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62989, "usage_id": 223 }, "0106.U2.676": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-2676, Treppenhaus", "arch_name": "N-2676@0106", "area_id": 27, "building_id": 566, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -34502,18 +38123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62988, "usage_id": 223 }, "0108.01.801": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1801, Labor", "arch_name": "N1801@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52697, "seats": { @@ -34521,18 +38144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37984, "usage_id": 103 }, "0108.01.802": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1802, Elektronikpraktikum", "arch_name": "N1802@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52697, "seats": { @@ -34540,18 +38165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72808, "usage_id": 211 }, "0108.01.803": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1803, Gruppenraum", "arch_name": "N1803@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52697, "seats": { @@ -34559,19 +38186,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72807, "usage_id": 131 }, "0108.01.804": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1804, Labor", "arch_name": "N1804@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 23428, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52697, "seats": { @@ -34579,18 +38208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37991, "usage_id": 194 }, "0108.01.807": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1807, Prozesslabor", "arch_name": "N1807@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -34598,18 +38229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37997, "usage_id": 103 }, "0108.01.808": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1808, Prozesslabor", "arch_name": "N1808@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -34617,18 +38250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38001, "usage_id": 103 }, "0108.01.809": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1809, Klimatechnik", "arch_name": "N1809@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -34636,19 +38271,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38010, "usage_id": 32 }, "0108.01.811": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1811, Praktikum", "arch_name": "N1811@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 19257, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -34656,19 +38293,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38015, "usage_id": 131 }, "0108.01.812": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1812, Seminar", "arch_name": "N1812@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 15013, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 49657, "seats": { @@ -34676,18 +38315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7300, "usage_id": 41 }, "0108.01.815": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1815, Sekretariat", "arch_name": "N1815@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -34695,19 +38336,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7305, "usage_id": 40 }, "0108.01.816": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1816, Prof.-B\u00fcro", "arch_name": "N1816@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 28392, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -34715,19 +38358,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7309, "usage_id": 12 }, "0108.01.818": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1818, B\u00fcro", "arch_name": "N1818@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 19532, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -34735,18 +38380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7195, "usage_id": 12 }, "0108.01.819": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1819, B\u00fcro", "arch_name": "N1819@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -34754,18 +38401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7198, "usage_id": 12 }, "0108.01.820": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1820, B\u00fcro", "arch_name": "N1820@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53497, "seats": { @@ -34773,18 +38422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7203, "usage_id": 12 }, "0108.01.821": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1821, B\u00fcro", "arch_name": "N1821@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -34792,18 +38443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7204, "usage_id": 12 }, "0108.01.822": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1822, B\u00fcro", "arch_name": "N1822@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -34811,18 +38464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7206, "usage_id": 12 }, "0108.01.823": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1823, B\u00fcro", "arch_name": "N1823@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -34830,18 +38485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7239, "usage_id": 12 }, "0108.01.824": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1824, B\u00fcro", "arch_name": "N1824@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -34849,18 +38506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37909, "usage_id": 12 }, "0108.01.825": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1825, B\u00fcro", "arch_name": "N1825@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -34868,18 +38527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37915, "usage_id": 12 }, "0108.01.826": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1826, Treppe Ost", "arch_name": "N1826@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -34887,18 +38548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37925, "usage_id": 223 }, "0108.01.827": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1827, Putzraum", "arch_name": "N1827@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -34906,18 +38569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37934, "usage_id": 205 }, "0108.01.828": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1828, Dusche", "arch_name": "N1828@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52697, "seats": { @@ -34925,18 +38590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37943, "usage_id": 113 }, "0108.01.830": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1830, Elektro Versorgung", "arch_name": "N1830@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -34944,18 +38611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37875, "usage_id": 160 }, "0108.01.831": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1831, WC-Herren", "arch_name": "N1831@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -34963,18 +38632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37883, "usage_id": 115 }, "0108.01.832": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1832, WC-Damen", "arch_name": "N1832@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -34982,18 +38653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37889, "usage_id": 116 }, "0108.01.834": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1834, Treppe", "arch_name": "N1834@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -35001,18 +38674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37895, "usage_id": 223 }, "0108.01.836": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1836, Flur 1", "arch_name": "N1836@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -35020,18 +38695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38062, "usage_id": 222 }, "0108.01.837": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1837, Flur 2", "arch_name": "N1837@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -35039,19 +38716,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38070, "usage_id": 222 }, "0108.01.838": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1838, Experimentierhalle", "arch_name": "N1838@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 19300, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15135, "seats": { @@ -35059,18 +38738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7276, "usage_id": 49 }, "0108.01.840": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1840, Flur", "arch_name": "N1840@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -35078,18 +38759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72806, "usage_id": 222 }, "0108.02.801": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2801, B\u00fcro", "arch_name": "N2801@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35097,18 +38780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7279, "usage_id": 12 }, "0108.02.802": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2802, B\u00fcro", "arch_name": "N2802@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35116,18 +38801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7284, "usage_id": 12 }, "0108.02.803": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2803, B\u00fcro", "arch_name": "N2803@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35135,18 +38822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7288, "usage_id": 12 }, "0108.02.805": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2805, B\u00fcro", "arch_name": "N2805@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35154,18 +38843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7208, "usage_id": 12 }, "0108.02.807": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2807, B\u00fcro/Archiv", "arch_name": "N2807@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35173,18 +38864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7213, "usage_id": 12 }, "0108.02.808": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2808, B\u00fcro", "arch_name": "N2808@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35192,19 +38885,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38108, "usage_id": 12 }, "0108.02.809": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2809, Besprechungsraum", "arch_name": "N2809@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 25220, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35212,19 +38907,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7226, "usage_id": 196 }, "0108.02.811": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2811, Prof.-B\u00fcro", "arch_name": "N2811@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 21282, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35232,18 +38929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7229, "usage_id": 12 }, "0108.02.812": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2812, Kopierraum", "arch_name": "N2812@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15358, "seats": { @@ -35251,18 +38950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38124, "usage_id": 110 }, "0108.02.813": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2813, Sekretariat", "arch_name": "N2813@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35270,18 +38971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7234, "usage_id": 40 }, "0108.02.814": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2814, B\u00fcro", "arch_name": "N2814@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35289,19 +38992,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7238, "usage_id": 12 }, "0108.02.816": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2816, B\u00fcro", "arch_name": "N2816@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 30272, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35309,18 +39014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7327, "usage_id": 12 }, "0108.02.818": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2818, CAD", "arch_name": "N2818@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35328,18 +39035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7330, "usage_id": 12 }, "0108.02.819": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2819, B\u00fcro", "arch_name": "N2819@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35347,18 +39056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7333, "usage_id": 12 }, "0108.02.821": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2821, B\u00fcro", "arch_name": "N2821@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35366,18 +39077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7343, "usage_id": 12 }, "0108.02.822": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2822, B\u00fcro", "arch_name": "N2822@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35385,18 +39098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7346, "usage_id": 12 }, "0108.02.823": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2823, B\u00fcro", "arch_name": "N2823@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35404,18 +39119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7349, "usage_id": 12 }, "0108.02.825": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2825, B\u00fcro/PC-\u00dcbungsraum", "arch_name": "N2825@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35423,18 +39140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7350, "usage_id": 12 }, "0108.02.826": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2826, Treppe Ost", "arch_name": "N2826@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -35442,18 +39161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38286, "usage_id": 223 }, "0108.02.827": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2827, Putzraum", "arch_name": "N2827@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -35461,18 +39182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38292, "usage_id": 205 }, "0108.02.830": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2830, Elektro Versorgung", "arch_name": "N2830@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -35480,18 +39203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38322, "usage_id": 160 }, "0108.02.831": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2831, WC-Herren", "arch_name": "N2831@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -35499,18 +39224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38326, "usage_id": 115 }, "0108.02.832": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2832, WC-Damen", "arch_name": "N2832@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -35518,18 +39245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38330, "usage_id": 116 }, "0108.02.834": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2834, Treppe", "arch_name": "N2834@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -35537,18 +39266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38333, "usage_id": 223 }, "0108.02.835": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2835, Flur 1", "arch_name": "N2835@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -35556,18 +39287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38337, "usage_id": 222 }, "0108.02.836": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2836, Flur 2", "arch_name": "N2836@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -35575,18 +39308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38341, "usage_id": 222 }, "0108.02.837": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2837, Flur 3", "arch_name": "N2837@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -35594,18 +39329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38188, "usage_id": 222 }, "0108.02.838": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2838, \u00dcbergang", "arch_name": "N2838@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -35613,18 +39350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38193, "usage_id": 222 }, "0108.02.839": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2839, Flur 4", "arch_name": "N2839@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -35632,18 +39371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38197, "usage_id": 222 }, "0108.02.839A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N2839A, Personenaufzug", "arch_name": "N2839A@0108", "area_id": 27, "building_id": 567, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -35651,18 +39392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72809, "usage_id": 4 }, "0108.03.801": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3801, Gastdozent", "arch_name": "N3801@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15358, "seats": { @@ -35670,19 +39413,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7322, "usage_id": 12 }, "0108.03.806": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3806, Exp. Arbeitsplatz", "arch_name": "N3806@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 21283, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15358, "seats": { @@ -35690,18 +39435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38202, "usage_id": 194 }, "0108.03.807": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3807, Hutzimmer-Emeritus", "arch_name": "N3807@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 15358, "seats": { @@ -35709,19 +39456,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38236, "usage_id": 12 }, "0108.03.808": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3808, Physiklabor", "arch_name": "N3808@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 27958, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 45290, "seats": { @@ -35729,18 +39478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38207, "usage_id": 103 }, "0108.03.809": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3809, Lichttechnisches Labor", "arch_name": "N3809@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 52697, "seats": { @@ -35748,19 +39499,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38211, "usage_id": 194 }, "0108.03.811": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3811, Studentenarb. m. DV", "arch_name": "N3811@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 15020, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35768,19 +39521,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7361, "usage_id": 208 }, "0108.03.815": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3815, Seminarraum", "arch_name": "N3815@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 15022, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35788,18 +39543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7381, "usage_id": 41 }, "0108.03.816": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3816, Studentenarb. m. DV", "arch_name": "N3816@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52697, "seats": { @@ -35807,18 +39564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7383, "usage_id": 208 }, "0108.03.818": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3818, Server", "arch_name": "N3818@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35826,19 +39585,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14332, "usage_id": 207 }, "0108.03.820": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3820, B\u00fcro", "arch_name": "N3820@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 27959, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15399, "seats": { @@ -35846,18 +39607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38378, "usage_id": 12 }, "0108.03.821": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3821, Archiv", "arch_name": "N3821@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35865,19 +39628,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38382, "usage_id": 2 }, "0108.03.823": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3823, Seminarraum", "arch_name": "N3823@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 15023, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15358, "seats": { @@ -35885,18 +39650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7393, "usage_id": 41 }, "0108.03.824": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3824, Solaranlage (Reinigen)", "arch_name": "N3824@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -35904,18 +39671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38416, "usage_id": 218 }, "0108.03.825": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3825, Dachfreifl\u00e4che (Reinigen)", "arch_name": "N3825@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -35923,18 +39692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38420, "usage_id": 219 }, "0108.03.826": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3826, Treppe Ost", "arch_name": "N3826@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -35942,18 +39713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38423, "usage_id": 223 }, "0108.03.827": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3827, Putzraum", "arch_name": "N3827@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -35961,18 +39734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38429, "usage_id": 205 }, "0108.03.828": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3828, Elektro Raum", "arch_name": "N3828@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -35980,18 +39755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38431, "usage_id": 160 }, "0108.03.831": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3831, WC-Herren", "arch_name": "N3831@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -35999,18 +39776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38434, "usage_id": 115 }, "0108.03.832": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3832, WC-Damen", "arch_name": "N3832@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -36018,18 +39797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38437, "usage_id": 116 }, "0108.03.834": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3834, Treppe", "arch_name": "N3834@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -36037,18 +39818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38439, "usage_id": 223 }, "0108.03.835": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N3835, Flur 1", "arch_name": "N3835@0108", "area_id": 27, "building_id": 567, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -36056,18 +39839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38442, "usage_id": 222 }, "0108.04.801": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4801, Aufzugsmaschinenraum", "arch_name": "N4801@0108", "area_id": 27, "building_id": 567, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -36075,18 +39860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38446, "usage_id": 5 }, "0108.04.802": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4802, Betriebstechnik", "arch_name": "N4802@0108", "area_id": 27, "building_id": 567, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -36094,18 +39881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38452, "usage_id": 32 }, "0108.04.803": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N4803, Treppe", "arch_name": "N4803@0108", "area_id": 27, "building_id": 567, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -36113,18 +39902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38456, "usage_id": 223 }, "0108.EG.800": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0800, Einfahrt", "arch_name": "N0800@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -36132,18 +39923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37734, "usage_id": 204 }, "0108.EG.801": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0801, B\u00fcro", "arch_name": "N0801@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15358, "seats": { @@ -36151,18 +39944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14540, "usage_id": 12 }, "0108.EG.806": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0806, Energy System Lab 3", "arch_name": "N0806@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15358, "seats": { @@ -36170,18 +39965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37747, "usage_id": 194 }, "0108.EG.806G": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0806G, Lager", "arch_name": "N0806G@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 15358, "seats": { @@ -36189,18 +39986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37756, "usage_id": 30 }, "0108.EG.807": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0807, Energy System Lab 2", "arch_name": "N0807@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15358, "seats": { @@ -36208,18 +40007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37761, "usage_id": 194 }, "0108.EG.808": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0808, Energy System Lab 1", "arch_name": "N0808@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15358, "seats": { @@ -36227,18 +40028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37766, "usage_id": 194 }, "0108.EG.809": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0809, Windfang", "arch_name": "N0809@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -36246,19 +40049,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37770, "usage_id": 52 }, "0108.EG.811": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0811, B\u00fcro", "arch_name": "N0811@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 27952, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15399, "seats": { @@ -36266,18 +40071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7144, "usage_id": 12 }, "0108.EG.811G": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0811G, Galerie", "arch_name": "N0811G@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 15399, "seats": { @@ -36285,19 +40092,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37778, "usage_id": 206 }, "0108.EG.812": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0812, Elektro Labor", "arch_name": "N0812@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 27953, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15399, "seats": { @@ -36305,19 +40114,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20099, "usage_id": 194 }, "0108.EG.815": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0815, Messlabor", "arch_name": "N0815@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 27954, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15399, "seats": { @@ -36325,19 +40136,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20101, "usage_id": 103 }, "0108.EG.816": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0816, Prof.-B\u00fcro", "arch_name": "N0816@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 27955, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15399, "seats": { @@ -36345,19 +40158,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7154, "usage_id": 12 }, "0108.EG.819": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0819, B\u00fcro", "arch_name": "N0819@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 27956, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15399, "seats": { @@ -36365,19 +40180,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7162, "usage_id": 12 }, "0108.EG.820": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0820, B\u00fcro", "arch_name": "N0820@0108", "area_id": 27, "building_id": 567, "calendar_resource_nr": 27957, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15399, "seats": { @@ -36385,18 +40202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7169, "usage_id": 12 }, "0108.EG.821": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0821, B\u00fcro", "arch_name": "N0821@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15135, "seats": { @@ -36404,18 +40223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14498, "usage_id": 12 }, "0108.EG.823": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0823, Werkstatt Holz u. Metall grob", "arch_name": "N0823@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15135, "seats": { @@ -36423,18 +40244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20199, "usage_id": 51 }, "0108.EG.825": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0825, Energy System Lab 4", "arch_name": "N0825@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15358, "seats": { @@ -36442,18 +40265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37824, "usage_id": 194 }, "0108.EG.826": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0826, Treppe Ost", "arch_name": "N0826@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -36461,18 +40286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37832, "usage_id": 223 }, "0108.EG.827": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0827, Putzraum", "arch_name": "N0827@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -36480,18 +40307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37833, "usage_id": 205 }, "0108.EG.828": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0828, Dusche", "arch_name": "N0828@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15358, "seats": { @@ -36499,18 +40328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37839, "usage_id": 113 }, "0108.EG.830": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0830, Elektro Versorgung", "arch_name": "N0830@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -36518,18 +40349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37843, "usage_id": 160 }, "0108.EG.831": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0831, WC-Herren", "arch_name": "N0831@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -36537,18 +40370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37847, "usage_id": 115 }, "0108.EG.832": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0832, WC-Damen", "arch_name": "N0832@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -36556,18 +40391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37710, "usage_id": 116 }, "0108.EG.834": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0834, Treppe", "arch_name": "N0834@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -36575,18 +40412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37719, "usage_id": 223 }, "0108.EG.835": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0835, Flur 1", "arch_name": "N0835@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -36594,18 +40433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37728, "usage_id": 222 }, "0108.EG.836": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0836, Eingangshalle", "arch_name": "N0836@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -36613,18 +40454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37955, "usage_id": 222 }, "0108.EG.837": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0837, Flur 3", "arch_name": "N0837@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -36632,18 +40475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37962, "usage_id": 222 }, "0108.EG.838": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0838, Flur 2", "arch_name": "N0838@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -36651,18 +40496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37970, "usage_id": 222 }, "0108.EG.839": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0839, Experimentierhalle", "arch_name": "N0839@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15135, "seats": { @@ -36670,18 +40517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20351, "usage_id": 49 }, "0108.EG.839A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0839A, Personenaufzug", "arch_name": "N0839A@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -36689,18 +40538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72805, "usage_id": 4 }, "0108.EG.840": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0840, Elt.Techn.Werkstatt o.f.e.M.", "arch_name": "N0840@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -36708,18 +40559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72803, "usage_id": 51 }, "0108.EG.851": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0851, Installationsschacht", "arch_name": "N0851@0108", "area_id": 27, "building_id": 567, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -36727,18 +40580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72804, "usage_id": 120 }, "0108.U1.806A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1806A, Experimenteller Raum", "arch_name": "N-1806A@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -36746,18 +40601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37655, "usage_id": 131 }, "0108.U1.806B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1806B, Experimenteller Raum", "arch_name": "N-1806B@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -36765,18 +40622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37664, "usage_id": 131 }, "0108.U1.806C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1806C, Kontrollraum", "arch_name": "N-1806C@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -36784,18 +40643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37672, "usage_id": 9 }, "0108.U1.808": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1808, Gasversorgung", "arch_name": "N-1808@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15358, "seats": { @@ -36803,18 +40664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37676, "usage_id": 17 }, "0108.U1.809": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1809, Haustechnik", "arch_name": "N-1809@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -36822,18 +40685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37683, "usage_id": 120 }, "0108.U1.811": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1811, Teleaktions-Labor", "arch_name": "N-1811@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -36841,18 +40706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18802, "usage_id": 194 }, "0108.U1.815": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1815, Roboter-Labor", "arch_name": "N-1815@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -36860,18 +40727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18804, "usage_id": 194 }, "0108.U1.816": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1816, Montage-Labor", "arch_name": "N-1816@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -36879,18 +40748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18808, "usage_id": 194 }, "0108.U1.818": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1818, Elektroniklabor", "arch_name": "N-1818@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 49657, "seats": { @@ -36898,18 +40769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37700, "usage_id": 103 }, "0108.U1.819": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1819, Lager", "arch_name": "N-1819@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -36917,18 +40790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37501, "usage_id": 30 }, "0108.U1.821": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1821, Elektrowerkstatt", "arch_name": "N-1821@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15368, "seats": { @@ -36936,18 +40811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37505, "usage_id": 51 }, "0108.U1.825": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1825, Experimenteller Raum", "arch_name": "N-1825@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -36955,18 +40832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37513, "usage_id": 131 }, "0108.U1.825A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1825A, Experimenteller Raum", "arch_name": "N-1825A@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15368, "seats": { @@ -36974,18 +40853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67677, "usage_id": 131 }, "0108.U1.826": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1826, Treppe Ost", "arch_name": "N-1826@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -36993,18 +40874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37548, "usage_id": 223 }, "0108.U1.827": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1827, Putzraum", "arch_name": "N-1827@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -37012,18 +40895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37553, "usage_id": 205 }, "0108.U1.828": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1828, Dusche", "arch_name": "N-1828@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -37031,18 +40916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37560, "usage_id": 113 }, "0108.U1.830": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1830, Elektro Verteiler", "arch_name": "N-1830@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -37050,18 +40937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37566, "usage_id": 160 }, "0108.U1.831": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1831, WC-Herren", "arch_name": "N-1831@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -37069,18 +40958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37568, "usage_id": 115 }, "0108.U1.832": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1832, Beh.-WC", "arch_name": "N-1832@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -37088,18 +40979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37574, "usage_id": 117 }, "0108.U1.835": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1835, Treppe", "arch_name": "N-1835@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -37107,18 +41000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37586, "usage_id": 223 }, "0108.U1.837": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1837, Flur 1", "arch_name": "N-1837@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -37126,18 +41021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37593, "usage_id": 222 }, "0108.U1.838": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1838, Flur 2", "arch_name": "N-1838@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -37145,18 +41042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37597, "usage_id": 222 }, "0108.U1.839": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1839, Aufzug", "arch_name": "N-1839@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -37164,18 +41063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37523, "usage_id": 4 }, "0108.U1.840": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1840, Betriebstechnik", "arch_name": "N-1840@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -37183,18 +41084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37530, "usage_id": 120 }, "0108.U1.841": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1841, Betriebstechnik", "arch_name": "N-1841@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -37202,18 +41105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37540, "usage_id": 120 }, "0108.U1.842": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1842, Betriebstechnik", "arch_name": "N-1842@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -37221,18 +41126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37729, "usage_id": 120 }, "0108.U1.851": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N-1851, Installationsschacht", "arch_name": "N-1851@0108", "area_id": 27, "building_id": 567, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 26064, "seats": { @@ -37240,18 +41147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72802, "usage_id": 120 }, "0109.01.901": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1901, Pr\u00fcfraum", "arch_name": "N1901@0109", "area_id": 27, "building_id": 1849, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 45290, "seats": { @@ -37259,18 +41168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66516, "usage_id": 49 }, "0109.01.902": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1902, Kontrollraum", "arch_name": "N1902@0109", "area_id": 27, "building_id": 1849, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 45290, "seats": { @@ -37278,18 +41189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66517, "usage_id": 9 }, "0109.01.903": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N1903, Treppe", "arch_name": "N1903@0109", "area_id": 27, "building_id": 1849, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -37297,18 +41210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66518, "usage_id": 7 }, "0109.02.902": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N902, Dach/RLT-Ger\u00e4t", "arch_name": "N902@0109", "area_id": 27, "building_id": 1849, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -37316,18 +41231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66519, "usage_id": 219 }, "0109.EG.902": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Theresienstr. 90", "zip_code": 80333 }, + "alt_name": "N0902, Lager", "arch_name": "N0902@0109", "area_id": 27, "building_id": 1849, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45290, "seats": { @@ -37335,19 +41252,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66514, "usage_id": 30 }, "0201.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.01, Stillarbeitsraum", "arch_name": "1.01@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29535, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37355,19 +41274,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38668, "usage_id": 208 }, "0201.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.02, Einzelarbeitsraum", "arch_name": "1.02@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29536, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37375,19 +41296,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38670, "usage_id": 208 }, "0201.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.03, Einzelarbeitsraum", "arch_name": "1.03@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29537, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37395,19 +41318,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68393, "usage_id": 208 }, "0201.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.04, Studentische Vertretung", "arch_name": "1.04@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29538, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37415,18 +41340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68424, "usage_id": 12 }, "0201.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.05, WC-Damen", "arch_name": "1.05@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 30361, "seats": { @@ -37434,18 +41361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38674, "usage_id": 116 }, "0201.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.06, WC-Herren", "arch_name": "1.06@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 30361, "seats": { @@ -37453,19 +41382,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38506, "usage_id": 115 }, "0201.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.07, Gruppenarbeitsraum", "arch_name": "1.07@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29539, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37473,19 +41404,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38511, "usage_id": 131 }, "0201.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.08, Einzelarbeitsraum", "arch_name": "1.08@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29540, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37493,19 +41426,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38517, "usage_id": 208 }, "0201.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.09, StudiTUM B\u00fcro", "arch_name": "1.09@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29541, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37513,18 +41448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38520, "usage_id": 12 }, "0201.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.10, ELT.", "arch_name": "1.10@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -37532,18 +41469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38544, "usage_id": 160 }, "0201.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.11, Flur/Vorraum", "arch_name": "1.11@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -37551,18 +41490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38547, "usage_id": 222 }, "0201.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.12, Aufzug", "arch_name": "1.12@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -37570,18 +41511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68394, "usage_id": 4 }, "0201.01.013": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "1.13, Treppenhaus", "arch_name": "1.13@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -37589,19 +41532,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38553, "usage_id": 223 }, "0201.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.01, Stillarbeitsraum", "arch_name": "2.01@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29542, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37609,19 +41554,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54719, "usage_id": 208 }, "0201.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.02, Einzelarbeitsraum", "arch_name": "2.02@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29543, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37629,19 +41576,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68395, "usage_id": 208 }, "0201.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.03, Einzelarbeitsraum", "arch_name": "2.03@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29544, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37649,19 +41598,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54853, "usage_id": 208 }, "0201.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.04, Gruppenarbeitsraum", "arch_name": "2.04@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29545, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37669,18 +41620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54863, "usage_id": 131 }, "0201.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.05, WC-Damen", "arch_name": "2.05@0201", "area_id": 26, "building_id": 568, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 30361, "seats": { @@ -37688,18 +41641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54871, "usage_id": 118 }, "0201.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.06, WC-Herren", "arch_name": "2.06@0201", "area_id": 26, "building_id": 568, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 30361, "seats": { @@ -37707,19 +41662,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54882, "usage_id": 118 }, "0201.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.07, Gruppenarbeitsraum", "arch_name": "2.07@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29546, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37727,19 +41684,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55013, "usage_id": 131 }, "0201.02.008": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.08, Einzelarbeitsraum", "arch_name": "2.08@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29547, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37747,19 +41706,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55023, "usage_id": 208 }, "0201.02.009": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.09, Einzelarbeitsraum", "arch_name": "2.09@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29548, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37767,18 +41728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55034, "usage_id": 208 }, "0201.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.10, ELT.", "arch_name": "2.10@0201", "area_id": 26, "building_id": 568, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -37786,18 +41749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55042, "usage_id": 160 }, "0201.02.011": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.11, Flur/Vorraum", "arch_name": "2.11@0201", "area_id": 26, "building_id": 568, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -37805,18 +41770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55051, "usage_id": 222 }, "0201.02.013": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "2.13, Treppenhaus", "arch_name": "2.13@0201", "area_id": 26, "building_id": 568, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -37824,19 +41791,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55173, "usage_id": 223 }, "0201.03.001": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.01, Lounge", "arch_name": "3.01@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29549, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37844,19 +41813,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55351, "usage_id": 44 }, "0201.03.002": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.02, Gruppenarbeitsraum", "arch_name": "3.02@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29550, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37864,19 +41835,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55493, "usage_id": 131 }, "0201.03.003": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.03, Gruppenarbeitsraum", "arch_name": "3.03@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29551, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37884,18 +41857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55499, "usage_id": 131 }, "0201.03.004": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.04, WC-Damen", "arch_name": "3.04@0201", "area_id": 26, "building_id": 568, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 30361, "seats": { @@ -37903,18 +41878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55510, "usage_id": 116 }, "0201.03.005": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.05, WC-Herren", "arch_name": "3.05@0201", "area_id": 26, "building_id": 568, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 30361, "seats": { @@ -37922,19 +41899,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55522, "usage_id": 115 }, "0201.03.006": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.06, Ruheraum und Familienzimmer", "arch_name": "3.06@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29552, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -37942,18 +41921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38587, "usage_id": 53 }, "0201.03.007": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.07, Reinigung", "arch_name": "3.07@0201", "area_id": 26, "building_id": 568, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 30361, "seats": { @@ -37961,18 +41942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38590, "usage_id": 205 }, "0201.03.008": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.08, Dusche", "arch_name": "3.08@0201", "area_id": 26, "building_id": 568, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 30361, "seats": { @@ -37980,19 +41963,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55531, "usage_id": 113 }, "0201.03.009": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.09, Einzelarbeitsraum", "arch_name": "3.09@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29553, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -38000,18 +41985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38525, "usage_id": 208 }, "0201.03.010": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.10, ELT.", "arch_name": "3.10@0201", "area_id": 26, "building_id": 568, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -38019,18 +42006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55665, "usage_id": 160 }, "0201.03.011": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.11, Flur/Vorraum", "arch_name": "3.11@0201", "area_id": 26, "building_id": 568, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -38038,18 +42027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68403, "usage_id": 222 }, "0201.03.012": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.12, Aufzug", "arch_name": "3.12@0201", "area_id": 26, "building_id": 568, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -38057,18 +42048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68402, "usage_id": 4 }, "0201.03.013": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "3.13, Treppenhaus", "arch_name": "3.13@0201", "area_id": 26, "building_id": 568, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -38076,18 +42069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55674, "usage_id": 223 }, "0201.04.001": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "4.01, Dachraum", "arch_name": "4.01@0201", "area_id": 26, "building_id": 568, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 30361, "seats": { @@ -38095,18 +42090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68419, "usage_id": 120 }, "0201.04.002": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "4.02, Maschinenraum", "arch_name": "4.02@0201", "area_id": 26, "building_id": 568, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38114,18 +42111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69002, "usage_id": 5 }, "0201.04.003": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "4.03, Dachflur", "arch_name": "4.03@0201", "area_id": 26, "building_id": 568, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38133,19 +42132,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68982, "usage_id": 222 }, "0201.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.01, Seminarraum", "arch_name": "0.01@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29532, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -38153,19 +42154,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38616, "usage_id": 41 }, "0201.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.02, Aufenthalt/Cafe/Getr\u00e4nke", "arch_name": "0.02@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29793, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -38173,19 +42176,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68387, "usage_id": 44 }, "0201.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.03, Gruppenarbeitsraum", "arch_name": "0.03@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29533, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -38193,18 +42198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68388, "usage_id": 131 }, "0201.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.04, WC-Damen", "arch_name": "0.04@0201", "area_id": 26, "building_id": 568, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 30361, "seats": { @@ -38212,18 +42219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68389, "usage_id": 116 }, "0201.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.05, WC-Herren", "arch_name": "0.05@0201", "area_id": 26, "building_id": 568, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 30361, "seats": { @@ -38231,19 +42240,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38622, "usage_id": 118 }, "0201.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.06, Gruppenarbeitsraum", "arch_name": "0.06@0201", "area_id": 26, "building_id": 568, "calendar_resource_nr": 29534, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -38251,18 +42262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38628, "usage_id": 131 }, "0201.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.07, WC", "arch_name": "0.07@0201", "area_id": 26, "building_id": 568, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 30361, "seats": { @@ -38270,18 +42283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68390, "usage_id": 114 }, "0201.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.08, Eingang", "arch_name": "0.08@0201", "area_id": 26, "building_id": 568, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38289,18 +42304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38636, "usage_id": 52 }, "0201.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.10, Flur/Vorraum", "arch_name": "0.10@0201", "area_id": 26, "building_id": 568, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -38308,18 +42325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68418, "usage_id": 222 }, "0201.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.11, Aufzug", "arch_name": "0.11@0201", "area_id": 26, "building_id": 568, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -38327,18 +42346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68391, "usage_id": 222 }, "0201.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "0.12, Treppenhaus", "arch_name": "0.12@0201", "area_id": 26, "building_id": 568, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -38346,18 +42367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68392, "usage_id": 223 }, "0201.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.01, Lager AStA", "arch_name": "-1.01@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38365,18 +42388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38459, "usage_id": 30 }, "0201.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.02, Lager/L\u00fcftung", "arch_name": "-1.02@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38384,18 +42409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38465, "usage_id": 30 }, "0201.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.03, Lager AStA", "arch_name": "-1.03@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38403,18 +42430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38470, "usage_id": 30 }, "0201.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.04, Lager AStA", "arch_name": "-1.04@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38422,18 +42451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38473, "usage_id": 30 }, "0201.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.05, Gang", "arch_name": "-1.05@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38441,18 +42472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38480, "usage_id": 222 }, "0201.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.06, Gang", "arch_name": "-1.06@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38460,18 +42493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38486, "usage_id": 222 }, "0201.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.07, Heizung", "arch_name": "-1.07@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38479,18 +42514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38495, "usage_id": 120 }, "0201.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.08, Lager/Daten", "arch_name": "-1.08@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38498,18 +42535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38347, "usage_id": 30 }, "0201.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.09, Flur", "arch_name": "-1.09@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38517,18 +42556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69001, "usage_id": 222 }, "0201.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.10, EDV", "arch_name": "-1.10@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 30361, "seats": { @@ -38536,18 +42577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38354, "usage_id": 207 }, "0201.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 43", "zip_code": 80333 }, + "alt_name": "-1.11, Treppenhaus", "arch_name": "-1.11@0201", "area_id": 26, "building_id": 568, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -38555,18 +42598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38363, "usage_id": 223 }, "0202.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "101, WC", "arch_name": "101@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -38574,18 +42619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38823, "usage_id": 114 }, "0202.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -38593,18 +42640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7596, "usage_id": 12 }, "0202.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -38612,18 +42661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7603, "usage_id": 12 }, "0202.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "105, B\u00fcro", "arch_name": "105@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -38631,18 +42682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7606, "usage_id": 12 }, "0202.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "106, Besprechungszimmer", "arch_name": "106@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -38650,18 +42703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38873, "usage_id": 196 }, "0202.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "107, Sekretariat", "arch_name": "107@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -38669,18 +42724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7614, "usage_id": 40 }, "0202.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "108, Unterlagen BDF", "arch_name": "108@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -38688,18 +42745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20143, "usage_id": 30 }, "0202.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "109/110, B\u00fcro", "arch_name": "109/110@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -38707,18 +42766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7689, "usage_id": 12 }, "0202.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "111, B\u00fcro", "arch_name": "111@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -38726,18 +42787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7694, "usage_id": 12 }, "0202.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "112, WC", "arch_name": "112@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -38745,18 +42808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39041, "usage_id": 114 }, "0202.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "115, Lager", "arch_name": "115@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -38764,18 +42829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39046, "usage_id": 30 }, "0202.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "114, Lager", "arch_name": "114@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -38783,18 +42850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39048, "usage_id": 30 }, "0202.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "118, Flur", "arch_name": "118@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -38802,18 +42871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38887, "usage_id": 222 }, "0202.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "116, Flur", "arch_name": "116@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -38821,18 +42892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38890, "usage_id": 222 }, "0202.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "117, Treppenhaus", "arch_name": "117@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -38840,18 +42913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38893, "usage_id": 223 }, "0202.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "201, WC", "arch_name": "201@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -38859,18 +42934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38895, "usage_id": 114 }, "0202.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "202, B\u00fcro", "arch_name": "202@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -38878,18 +42955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56307, "usage_id": 12 }, "0202.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "203, B\u00fcro", "arch_name": "203@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -38897,18 +42976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56315, "usage_id": 12 }, "0202.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "204, B\u00fcro", "arch_name": "204@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -38916,18 +42997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56332, "usage_id": 12 }, "0202.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "205, B\u00fcro", "arch_name": "205@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -38935,18 +43018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53939, "usage_id": 12 }, "0202.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "206, B\u00fcro", "arch_name": "206@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -38954,18 +43039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53948, "usage_id": 12 }, "0202.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "207, B\u00fcro", "arch_name": "207@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -38973,18 +43060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53959, "usage_id": 12 }, "0202.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "208, B\u00fcro", "arch_name": "208@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -38992,18 +43081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53968, "usage_id": 12 }, "0202.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "209/210, B\u00fcro", "arch_name": "209/210@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -39011,18 +43102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53975, "usage_id": 12 }, "0202.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "210, B\u00fcro", "arch_name": "210@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -39030,18 +43123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54090, "usage_id": 12 }, "0202.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "211, B\u00fcro", "arch_name": "211@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -39049,18 +43144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54098, "usage_id": 12 }, "0202.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "212, WC", "arch_name": "212@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39068,18 +43165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38917, "usage_id": 114 }, "0202.02.213": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "213, Lager", "arch_name": "213@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -39087,18 +43186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54109, "usage_id": 30 }, "0202.02.214": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "214, Lager", "arch_name": "214@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -39106,18 +43207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54117, "usage_id": 30 }, "0202.02.215": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "215, Flur", "arch_name": "215@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39125,18 +43228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38924, "usage_id": 222 }, "0202.02.216": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "216, Flur", "arch_name": "216@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39144,18 +43249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38927, "usage_id": 222 }, "0202.02.217": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "217, Treppenhaus", "arch_name": "217@0202", "area_id": 26, "building_id": 569, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -39163,18 +43270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38932, "usage_id": 223 }, "0202.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "301, WC", "arch_name": "301@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -39182,18 +43291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38935, "usage_id": 114 }, "0202.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "302, B\u00fcro", "arch_name": "302@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -39201,18 +43312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54124, "usage_id": 12 }, "0202.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "303, B\u00fcro", "arch_name": "303@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -39220,18 +43333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54264, "usage_id": 12 }, "0202.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "304, B\u00fcro", "arch_name": "304@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -39239,18 +43354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54272, "usage_id": 12 }, "0202.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "305, B\u00fcro", "arch_name": "305@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -39258,18 +43375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54285, "usage_id": 12 }, "0202.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "306, B\u00fcro", "arch_name": "306@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39277,18 +43396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54410, "usage_id": 12 }, "0202.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "307, Seminarraum", "arch_name": "307@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39296,18 +43417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54419, "usage_id": 41 }, "0202.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "308, B\u00fcro", "arch_name": "308@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -39315,18 +43438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54429, "usage_id": 12 }, "0202.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "309, B\u00fcro", "arch_name": "309@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39334,18 +43459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54440, "usage_id": 12 }, "0202.03.311": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "311, B\u00fcro", "arch_name": "311@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -39353,18 +43480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54727, "usage_id": 12 }, "0202.03.312": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "312, WC", "arch_name": "312@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -39372,18 +43501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38939, "usage_id": 114 }, "0202.03.313": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "313, Lager", "arch_name": "313@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -39391,18 +43522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54734, "usage_id": 30 }, "0202.03.314": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "314, Lager", "arch_name": "314@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -39410,18 +43543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54745, "usage_id": 30 }, "0202.03.315": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "315, Flur", "arch_name": "315@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39429,18 +43564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38943, "usage_id": 222 }, "0202.03.316": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "316, Flur", "arch_name": "316@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39448,18 +43585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38948, "usage_id": 222 }, "0202.03.317": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "317, Treppenhaus", "arch_name": "317@0202", "area_id": 26, "building_id": 569, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39467,18 +43606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38897, "usage_id": 223 }, "0202.EG.001A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "001, B\u00fcro/Personalraum", "arch_name": "001@0202", "area_id": 26, "building_id": 569, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39486,19 +43627,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67683, "usage_id": 12 }, "0202.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "002, Seminarraum", "arch_name": "002@0202", "area_id": 26, "building_id": 569, "calendar_resource_nr": 18763, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39506,18 +43649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55829, "usage_id": 41 }, "0202.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "003, WC-Personal", "arch_name": "003@0202", "area_id": 26, "building_id": 569, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -39525,19 +43670,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13732, "usage_id": 114 }, "0202.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "004, Lager", "arch_name": "004@0202", "area_id": 26, "building_id": 569, "calendar_resource_nr": 18872, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39545,18 +43692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55981, "usage_id": 30 }, "0202.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "005, Kinder Schlaf-/Ruheraum", "arch_name": "005@0202", "area_id": 26, "building_id": 569, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39564,18 +43713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67684, "usage_id": 53 }, "0202.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "006, Kinder Spiel-Flur", "arch_name": "006@0202", "area_id": 26, "building_id": 569, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39583,18 +43734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67715, "usage_id": 146 }, "0202.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "007, Kindergruppenraum", "arch_name": "007@0202", "area_id": 26, "building_id": 569, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39602,19 +43755,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67780, "usage_id": 53 }, "0202.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "008, Gruppenraum 2 TUM International", "arch_name": "008@0202", "area_id": 26, "building_id": 569, "calendar_resource_nr": 18966, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -39622,18 +43777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55994, "usage_id": 131 }, "0202.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "009, Teek\u00fcche", "arch_name": "009@0202", "area_id": 26, "building_id": 569, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39641,18 +43798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13828, "usage_id": 198 }, "0202.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "010, Eingang und Kinder-Spiel-Flur", "arch_name": "010@0202", "area_id": 26, "building_id": 569, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -39660,18 +43819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56153, "usage_id": 146 }, "0202.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "011, Treppe", "arch_name": "011@0202", "area_id": 26, "building_id": 569, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -39679,18 +43840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56172, "usage_id": 223 }, "0202.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1001, Lager", "arch_name": "-1001@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39698,18 +43861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38538, "usage_id": 30 }, "0202.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1002, Lager", "arch_name": "-1002@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39717,18 +43882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38543, "usage_id": 30 }, "0202.U1.002A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1002a, Lager", "arch_name": "-1002a@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39736,18 +43903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38721, "usage_id": 30 }, "0202.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1003, Lager", "arch_name": "-1003@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39755,18 +43924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38724, "usage_id": 30 }, "0202.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1004, Lager", "arch_name": "-1004@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39774,18 +43945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38728, "usage_id": 30 }, "0202.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1005, Lager", "arch_name": "-1005@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39793,18 +43966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38731, "usage_id": 30 }, "0202.U1.005A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1005a, LRZ-Verteilerknoten", "arch_name": "-1005a@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39812,18 +43987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38735, "usage_id": 120 }, "0202.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1006, Lager", "arch_name": "-1006@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39831,18 +44008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38739, "usage_id": 30 }, "0202.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1007, Lager", "arch_name": "-1007@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39850,18 +44029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38742, "usage_id": 30 }, "0202.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1008, Lager", "arch_name": "-1008@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39869,18 +44050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38745, "usage_id": 30 }, "0202.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1009, Flur", "arch_name": "-1009@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39888,18 +44071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38749, "usage_id": 222 }, "0202.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1010, Lager", "arch_name": "-1010@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39907,18 +44092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38773, "usage_id": 30 }, "0202.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1011, Flur", "arch_name": "-1011@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39926,18 +44113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38791, "usage_id": 222 }, "0202.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 39", "zip_code": 80333 }, + "alt_name": "-1012, Treppe", "arch_name": "-1012@0202", "area_id": 26, "building_id": 569, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -39945,18 +44134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38796, "usage_id": 223 }, "0203.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "101, B\u00fcro 1", "arch_name": "101@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19662, "seats": { @@ -39964,18 +44155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54756, "usage_id": 12 }, "0203.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "102, B\u00fcro 2", "arch_name": "102@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19662, "seats": { @@ -39983,18 +44176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54765, "usage_id": 12 }, "0203.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "103, WC-Herren", "arch_name": "103@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40002,18 +44197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55205, "usage_id": 115 }, "0203.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "104, Putzraum", "arch_name": "104@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40021,18 +44218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55211, "usage_id": 205 }, "0203.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "105, B\u00fcro 3", "arch_name": "105@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19662, "seats": { @@ -40040,18 +44239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55220, "usage_id": 12 }, "0203.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "106, B\u00fcro 4", "arch_name": "106@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19662, "seats": { @@ -40059,18 +44260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55226, "usage_id": 12 }, "0203.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "107, B\u00fcro 5", "arch_name": "107@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19662, "seats": { @@ -40078,18 +44281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55238, "usage_id": 12 }, "0203.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "108, WC-Damen", "arch_name": "108@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40097,18 +44302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54892, "usage_id": 116 }, "0203.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "109, Flur 1", "arch_name": "109@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40116,18 +44323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39140, "usage_id": 222 }, "0203.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "110, Flur 2", "arch_name": "110@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40135,18 +44344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67592, "usage_id": 222 }, "0203.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "111, Treppenhaus 1", "arch_name": "111@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40154,18 +44365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67593, "usage_id": 223 }, "0203.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "201, B\u00fcro 1", "arch_name": "201@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 13946, "seats": { @@ -40173,18 +44386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54900, "usage_id": 12 }, "0203.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "202, B\u00fcro 2", "arch_name": "202@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 13946, "seats": { @@ -40192,18 +44407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54911, "usage_id": 12 }, "0203.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "203, WC-Herren", "arch_name": "203@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40211,18 +44428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54917, "usage_id": 115 }, "0203.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "204, Putzraum", "arch_name": "204@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40230,18 +44449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54928, "usage_id": 205 }, "0203.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "205, B\u00fcro 3", "arch_name": "205@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 13946, "seats": { @@ -40249,18 +44470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54572, "usage_id": 12 }, "0203.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "206, B\u00fcro 4", "arch_name": "206@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 13946, "seats": { @@ -40268,18 +44491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54582, "usage_id": 12 }, "0203.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "207, B\u00fcro 5", "arch_name": "207@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 13946, "seats": { @@ -40287,18 +44512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54590, "usage_id": 12 }, "0203.02.008": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "208, WC-Damen", "arch_name": "208@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40306,18 +44533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55053, "usage_id": 116 }, "0203.02.009": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "209, Flur 1", "arch_name": "209@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40325,18 +44554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39144, "usage_id": 222 }, "0203.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "210, Flur 2", "arch_name": "210@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40344,18 +44575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67595, "usage_id": 222 }, "0203.02.011": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "211, Treppenhaus 1", "arch_name": "211@0203", "area_id": 26, "building_id": 570, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40363,18 +44596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67594, "usage_id": 223 }, "0203.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "301, B\u00fcro 1", "arch_name": "301@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14444, "seats": { @@ -40382,18 +44617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55065, "usage_id": 12 }, "0203.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "302, B\u00fcro 2", "arch_name": "302@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14444, "seats": { @@ -40401,18 +44638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55075, "usage_id": 12 }, "0203.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "303, WC-Herren", "arch_name": "303@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40420,18 +44659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55085, "usage_id": 115 }, "0203.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "304, Putzraum", "arch_name": "304@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40439,18 +44680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67596, "usage_id": 205 }, "0203.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "305, B\u00fcro 3", "arch_name": "305@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14444, "seats": { @@ -40458,18 +44701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59320, "usage_id": 12 }, "0203.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "306, B\u00fcro 4", "arch_name": "306@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14444, "seats": { @@ -40477,18 +44722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59330, "usage_id": 12 }, "0203.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "307, B\u00fcro 5", "arch_name": "307@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14444, "seats": { @@ -40496,18 +44743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59342, "usage_id": 12 }, "0203.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "308, WC-Damen", "arch_name": "308@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40515,18 +44764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67597, "usage_id": 116 }, "0203.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "309, Flur 1", "arch_name": "309@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40534,18 +44785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59399, "usage_id": 222 }, "0203.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "310, Flur 2", "arch_name": "310@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40553,18 +44806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59409, "usage_id": 222 }, "0203.03.311": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "311, Treppenhaus 2", "arch_name": "311@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40572,18 +44827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59494, "usage_id": 223 }, "0203.03.312": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "312, Treppe", "arch_name": "312@0203", "area_id": 26, "building_id": 570, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40591,18 +44848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68291, "usage_id": 223 }, "0203.DG.401": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "401, Seminarraum", "arch_name": "401@0203", "area_id": 26, "building_id": 570, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 14444, "seats": { @@ -40610,18 +44869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67598, "usage_id": 41 }, "0203.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "001, B\u00fcro 1", "arch_name": "001@0203", "area_id": 26, "building_id": 570, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19662, "seats": { @@ -40629,18 +44890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38899, "usage_id": 12 }, "0203.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "002, Kemenate", "arch_name": "002@0203", "area_id": 26, "building_id": 570, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 29396, "seats": { @@ -40648,18 +44911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39088, "usage_id": 196 }, "0203.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "003, WC-Herren", "arch_name": "003@0203", "area_id": 26, "building_id": 570, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40667,18 +44932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39102, "usage_id": 115 }, "0203.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "004, Putzraum", "arch_name": "004@0203", "area_id": 26, "building_id": 570, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40686,18 +44953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39106, "usage_id": 205 }, "0203.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "005, K\u00fcche", "arch_name": "005@0203", "area_id": 26, "building_id": 570, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 29396, "seats": { @@ -40705,18 +44974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39110, "usage_id": 28 }, "0203.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "006, Rittersaal", "arch_name": "006@0203", "area_id": 26, "building_id": 570, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 29396, "seats": { @@ -40724,18 +44995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39116, "usage_id": 196 }, "0203.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "007, WC-Damen", "arch_name": "007@0203", "area_id": 26, "building_id": 570, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40743,18 +45016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39120, "usage_id": 116 }, "0203.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "008, Flur 1", "arch_name": "008@0203", "area_id": 26, "building_id": 570, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40762,18 +45037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67591, "usage_id": 222 }, "0203.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "009, Flur 2", "arch_name": "009@0203", "area_id": 26, "building_id": 570, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40781,18 +45058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39125, "usage_id": 222 }, "0203.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "010, Treppenhaus 1", "arch_name": "010@0203", "area_id": 26, "building_id": 570, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40800,18 +45079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39129, "usage_id": 223 }, "0203.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "U01, Treppenhaus", "arch_name": "U01@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40819,18 +45100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67587, "usage_id": 223 }, "0203.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "U02, Flur", "arch_name": "U02@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40838,18 +45121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67585, "usage_id": 222 }, "0203.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "U03, Keller 1", "arch_name": "U03@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -40857,18 +45142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67584, "usage_id": 30 }, "0203.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "U04, Keller 2", "arch_name": "U04@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19662, "seats": { @@ -40876,18 +45163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67583, "usage_id": 30 }, "0203.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "U05, Keller 3", "arch_name": "U05@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -40895,18 +45184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67582, "usage_id": 30 }, "0203.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "U06, Technik", "arch_name": "U06@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -40914,18 +45205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67588, "usage_id": 160 }, "0203.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "U07/08, Keller 4/5", "arch_name": "U07/08@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -40933,18 +45226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67589, "usage_id": 30 }, "0203.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "U09, Fernw\u00e4rme/ Keller 6", "arch_name": "U09@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -40952,18 +45247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67590, "usage_id": 120 }, "0203.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 45", "zip_code": 80333 }, + "alt_name": "U10, Lager", "arch_name": "U10@0203", "area_id": 26, "building_id": 570, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -40971,18 +45268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67586, "usage_id": 30 }, "0204.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "101, Stud.Arbeit", "arch_name": "101@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 39688, "seats": { @@ -40990,18 +45289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61984, "usage_id": 208 }, "0204.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "102, Stud.Arbeit", "arch_name": "102@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 39688, "seats": { @@ -41009,18 +45310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61977, "usage_id": 208 }, "0204.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "103, Stud.Arbeit", "arch_name": "103@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -41028,18 +45331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61981, "usage_id": 208 }, "0204.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "104, Stud.Arbeit", "arch_name": "104@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -41047,18 +45352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61978, "usage_id": 208 }, "0204.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "105, Stud.Arbeit", "arch_name": "105@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -41066,18 +45373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61979, "usage_id": 208 }, "0204.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "106, Stud.Arbeit", "arch_name": "106@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -41085,18 +45394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61980, "usage_id": 208 }, "0204.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "107, Stud.Arbeit", "arch_name": "107@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -41104,18 +45415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61982, "usage_id": 208 }, "0204.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "108, Stud.Arbeit", "arch_name": "108@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -41123,18 +45436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61983, "usage_id": 208 }, "0204.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "110, WC", "arch_name": "110@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -41142,18 +45457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39061, "usage_id": 114 }, "0204.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "111, Flur", "arch_name": "111@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -41161,18 +45478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39066, "usage_id": 222 }, "0204.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "112, Flur", "arch_name": "112@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -41180,18 +45499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39069, "usage_id": 222 }, "0204.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "113, WC", "arch_name": "113@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -41199,18 +45520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39275, "usage_id": 114 }, "0204.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "114, Treppenhaus", "arch_name": "114@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -41218,18 +45541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39279, "usage_id": 223 }, "0204.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "201, Stud.Arbeit", "arch_name": "201@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -41237,18 +45562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61985, "usage_id": 208 }, "0204.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "202, Stud.Arbeit", "arch_name": "202@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -41256,18 +45583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61986, "usage_id": 208 }, "0204.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "203, Stud.Arbeit", "arch_name": "203@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -41275,18 +45604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61992, "usage_id": 208 }, "0204.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "204, Stud.Arbeit", "arch_name": "204@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -41294,18 +45625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61987, "usage_id": 208 }, "0204.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "205, Stud.Arbeit", "arch_name": "205@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -41313,18 +45646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61988, "usage_id": 208 }, "0204.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "206, Stud.Arbeit", "arch_name": "206@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -41332,18 +45667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61989, "usage_id": 208 }, "0204.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "207, Stud.Arbeit", "arch_name": "207@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -41351,18 +45688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61990, "usage_id": 208 }, "0204.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "208, Stud.Arbeit", "arch_name": "208@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -41370,18 +45709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61991, "usage_id": 208 }, "0204.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "210, WC", "arch_name": "210@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -41389,18 +45730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39283, "usage_id": 114 }, "0204.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "211, Flur", "arch_name": "211@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -41408,18 +45751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39285, "usage_id": 222 }, "0204.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "212, Flur", "arch_name": "212@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -41427,18 +45772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39288, "usage_id": 222 }, "0204.02.213": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "213, WC", "arch_name": "213@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -41446,18 +45793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39292, "usage_id": 114 }, "0204.02.214": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "214, Treppenhaus", "arch_name": "214@0204", "area_id": 26, "building_id": 571, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -41465,18 +45814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39295, "usage_id": 223 }, "0204.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "301, Assistentenraum", "arch_name": "301@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15205, "seats": { @@ -41484,18 +45835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7839, "usage_id": 12 }, "0204.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "302, Assistentenraum", "arch_name": "302@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15205, "seats": { @@ -41503,18 +45856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39305, "usage_id": 12 }, "0204.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "303, Arbeitsraum/mit Besp.Grp.", "arch_name": "303@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15205, "seats": { @@ -41522,19 +45877,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7843, "usage_id": 12 }, "0204.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "304, Sekretariat", "arch_name": "304@0204", "area_id": 26, "building_id": 571, "calendar_resource_nr": 19099, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15205, "seats": { @@ -41542,18 +45899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7846, "usage_id": 40 }, "0204.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "305, Archiv mit Arbeitsplatz", "arch_name": "305@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15200, "seats": { @@ -41561,18 +45920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39315, "usage_id": 2 }, "0204.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "306, Arbeitsraum/mit exp. Arbeitsplatz", "arch_name": "306@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15200, "seats": { @@ -41580,18 +45941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39317, "usage_id": 2 }, "0204.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "307, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "307@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15205, "seats": { @@ -41599,18 +45962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7765, "usage_id": 12 }, "0204.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "308, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "308@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15205, "seats": { @@ -41618,18 +45983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7767, "usage_id": 12 }, "0204.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "309, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "309@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15205, "seats": { @@ -41637,18 +46004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39326, "usage_id": 104 }, "0204.03.309A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "309A, Flur", "arch_name": "309A@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -41656,18 +46025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39330, "usage_id": 222 }, "0204.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "310, WC-Herren", "arch_name": "310@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -41675,18 +46046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39333, "usage_id": 115 }, "0204.03.312": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "312, Flur", "arch_name": "312@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -41694,18 +46067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39335, "usage_id": 222 }, "0204.03.313": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "313, WC", "arch_name": "313@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -41713,18 +46088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39338, "usage_id": 114 }, "0204.03.314": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "314, Treppenhaus", "arch_name": "314@0204", "area_id": 26, "building_id": 571, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -41732,19 +46109,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39341, "usage_id": 223 }, "0204.04.401": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "401, Bibliotheksraum", "arch_name": "401@0204", "area_id": 26, "building_id": 571, "calendar_resource_nr": 18769, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15205, "seats": { @@ -41752,18 +46131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39346, "usage_id": 10 }, "0204.04.402": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "402, Flur", "arch_name": "402@0204", "area_id": 26, "building_id": 571, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -41771,19 +46152,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39201, "usage_id": 222 }, "0204.04.403": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "403, B\u00fcro", "arch_name": "403@0204", "area_id": 26, "building_id": 571, "calendar_resource_nr": 15507, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15205, "seats": { @@ -41791,18 +46174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39204, "usage_id": 12 }, "0204.04.405": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "405, Lager", "arch_name": "405@0204", "area_id": 26, "building_id": 571, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15205, "seats": { @@ -41810,18 +46195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39226, "usage_id": 30 }, "0204.04.411": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "411, Treppenhaus", "arch_name": "411@0204", "area_id": 26, "building_id": 571, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -41829,18 +46216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39364, "usage_id": 223 }, "0204.DG.401": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "401, Bibliothek", "arch_name": "401@0204", "area_id": 26, "building_id": 571, + "floor_level": "DG", "floor_type": "Spannteppich", "main_operator_id": 15205, "seats": { @@ -41848,18 +46237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61994, "usage_id": 10 }, "0204.DG.402": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "402, Flur", "arch_name": "402@0204", "area_id": 26, "building_id": 571, + "floor_level": "DG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -41867,18 +46258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61995, "usage_id": 222 }, "0204.DG.403": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "403, Besprechungsraum", "arch_name": "403@0204", "area_id": 26, "building_id": 571, + "floor_level": "DG", "floor_type": "Spannteppich", "main_operator_id": 15205, "seats": { @@ -41886,18 +46279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61993, "usage_id": 41 }, "0204.DG.404": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "404, Abstellraum", "arch_name": "404@0204", "area_id": 26, "building_id": 571, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -41905,18 +46300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61997, "usage_id": 159 }, "0204.DG.405": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "405, Lager", "arch_name": "405@0204", "area_id": 26, "building_id": 571, + "floor_level": "DG", "floor_type": "Spannteppich", "main_operator_id": 15205, "seats": { @@ -41924,18 +46321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61996, "usage_id": 30 }, "0204.DG.406": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "406, Abstellraum", "arch_name": "406@0204", "area_id": 26, "building_id": 571, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -41943,18 +46342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62817, "usage_id": 159 }, "0204.DG.411": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "411, Treppenhaus", "arch_name": "411@0204", "area_id": 26, "building_id": 571, + "floor_level": "DG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -41962,18 +46363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61998, "usage_id": 223 }, "0204.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "001, Stud.-Arb. Bay. Ref. Ausbildung", "arch_name": "001@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -41981,18 +46384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39154, "usage_id": 208 }, "0204.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "002, Emeritus", "arch_name": "002@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15221, "seats": { @@ -42000,18 +46405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39158, "usage_id": 12 }, "0204.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "004, Stud. Arb.", "arch_name": "004@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15205, "seats": { @@ -42019,18 +46426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39162, "usage_id": 208 }, "0204.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "005, Stud. Arb.", "arch_name": "005@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15205, "seats": { @@ -42038,18 +46447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39167, "usage_id": 208 }, "0204.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "006, Stud. Arb.", "arch_name": "006@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15205, "seats": { @@ -42057,18 +46468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39173, "usage_id": 208 }, "0204.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "007, Stud.-Arb. Bay. Ref. Ausbildung", "arch_name": "007@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -42076,18 +46489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39192, "usage_id": 208 }, "0204.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "008, Stud.-Arb.", "arch_name": "008@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15205, "seats": { @@ -42095,18 +46510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39194, "usage_id": 208 }, "0204.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "009, Flur", "arch_name": "009@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -42114,18 +46531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39197, "usage_id": 222 }, "0204.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "010, WC", "arch_name": "010@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -42133,18 +46552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39050, "usage_id": 114 }, "0204.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "012, Treppenhaus", "arch_name": "012@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -42152,18 +46573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39059, "usage_id": 223 }, "0204.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "013, Treppe", "arch_name": "013@0204", "area_id": 26, "building_id": 571, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -42171,18 +46594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61976, "usage_id": 223 }, "0204.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "-101, Treppe", "arch_name": "-101@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -42190,18 +46615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39149, "usage_id": 223 }, "0204.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "-102, Installation", "arch_name": "-102@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -42209,18 +46636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62816, "usage_id": 120 }, "0204.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "-103, Installation", "arch_name": "-103@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -42228,18 +46657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62814, "usage_id": 120 }, "0204.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "-104, Installation", "arch_name": "-104@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -42247,18 +46678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62813, "usage_id": 120 }, "0204.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "-105, Installation", "arch_name": "-105@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -42266,18 +46699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62812, "usage_id": 120 }, "0204.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "-106, Installation", "arch_name": "-106@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -42285,18 +46720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62811, "usage_id": 120 }, "0204.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "-107, Installation", "arch_name": "-107@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -42304,18 +46741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62810, "usage_id": 120 }, "0204.U1.014": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "014, Verbindungsgang", "arch_name": "014@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -42323,18 +46762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62815, "usage_id": 16 }, "0204.U1.015": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 49", "zip_code": 80333 }, + "alt_name": "015, Lager/TUM-Film", "arch_name": "015@0204", "area_id": 26, "building_id": 571, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -42342,18 +46783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62809, "usage_id": 30 }, "0205.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1101, B\u00fcro", "arch_name": "1101@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19660, "seats": { @@ -42361,18 +46804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39450, "usage_id": 12 }, "0205.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1102, B\u00fcro", "arch_name": "1102@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19660, "seats": { @@ -42380,18 +46825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39451, "usage_id": 12 }, "0205.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1103, B\u00fcro", "arch_name": "1103@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -42399,18 +46846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7891, "usage_id": 12 }, "0205.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1104, Pressestelle", "arch_name": "1104@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -42418,18 +46867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7893, "usage_id": 12 }, "0205.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1105, Pressestelle", "arch_name": "1105@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19660, "seats": { @@ -42437,18 +46888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18939, "usage_id": 12 }, "0205.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1106, Pressestelle", "arch_name": "1106@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19660, "seats": { @@ -42456,18 +46909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39464, "usage_id": 12 }, "0205.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1107, Pressestelle", "arch_name": "1107@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -42475,18 +46930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8056, "usage_id": 12 }, "0205.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1108, Pressestelle", "arch_name": "1108@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19660, "seats": { @@ -42494,18 +46951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39467, "usage_id": 12 }, "0205.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1109, B\u00fcro", "arch_name": "1109@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19660, "seats": { @@ -42513,18 +46972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39469, "usage_id": 12 }, "0205.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1110, Flur", "arch_name": "1110@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -42532,18 +46993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39475, "usage_id": 222 }, "0205.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1111, WC", "arch_name": "1111@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -42551,18 +47014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39478, "usage_id": 114 }, "0205.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1112, WC", "arch_name": "1112@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -42570,18 +47035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39481, "usage_id": 114 }, "0205.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1113, Treppenhaus", "arch_name": "1113@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -42589,18 +47056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39486, "usage_id": 223 }, "0205.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "1114, Treppenhaus", "arch_name": "1114@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -42608,18 +47077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39488, "usage_id": 223 }, "0205.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2201, B\u00fcro", "arch_name": "2201@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 17011, "seats": { @@ -42627,18 +47098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7964, "usage_id": 12 }, "0205.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2202, B\u00fcro", "arch_name": "2202@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 17011, "seats": { @@ -42646,18 +47119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7968, "usage_id": 12 }, "0205.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2203, B\u00fcro", "arch_name": "2203@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 17011, "seats": { @@ -42665,18 +47140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19248, "usage_id": 12 }, "0205.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2204, B\u00fcro", "arch_name": "2204@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 17011, "seats": { @@ -42684,18 +47161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7997, "usage_id": 12 }, "0205.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2205, B\u00fcro", "arch_name": "2205@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 17011, "seats": { @@ -42703,18 +47182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39554, "usage_id": 12 }, "0205.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2206, B\u00fcro", "arch_name": "2206@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 17011, "seats": { @@ -42722,18 +47203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39560, "usage_id": 12 }, "0205.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2207, B\u00fcro", "arch_name": "2207@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 17011, "seats": { @@ -42741,18 +47224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39564, "usage_id": 12 }, "0205.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2208, B\u00fcro", "arch_name": "2208@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 17011, "seats": { @@ -42760,18 +47245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39574, "usage_id": 12 }, "0205.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2209, Flur", "arch_name": "2209@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -42779,18 +47266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39578, "usage_id": 222 }, "0205.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2210, WC", "arch_name": "2210@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -42798,18 +47287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39584, "usage_id": 114 }, "0205.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2211, WC", "arch_name": "2211@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -42817,18 +47308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39593, "usage_id": 114 }, "0205.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "2212, Treppenhaus", "arch_name": "2212@0205", "area_id": 26, "building_id": 572, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -42836,18 +47329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39595, "usage_id": 223 }, "0205.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3301, B\u00fcro", "arch_name": "3301@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44344, "seats": { @@ -42855,18 +47350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39601, "usage_id": 12 }, "0205.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3302, B\u00fcro", "arch_name": "3302@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37988, "seats": { @@ -42874,18 +47371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39605, "usage_id": 12 }, "0205.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3303, B\u00fcro", "arch_name": "3303@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37990, "seats": { @@ -42893,19 +47392,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39608, "usage_id": 12 }, "0205.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3304, B\u00fcro", "arch_name": "3304@0205", "area_id": 26, "building_id": 572, "calendar_resource_nr": 20136, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37990, "seats": { @@ -42913,18 +47414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8031, "usage_id": 12 }, "0205.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3305, B\u00fcro", "arch_name": "3305@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 45008, "seats": { @@ -42932,18 +47435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8034, "usage_id": 12 }, "0205.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3306, B\u00fcro", "arch_name": "3306@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 45008, "seats": { @@ -42951,18 +47456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8037, "usage_id": 12 }, "0205.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3307, B\u00fcro", "arch_name": "3307@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44344, "seats": { @@ -42970,18 +47477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39620, "usage_id": 12 }, "0205.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3308, Teek\u00fcche", "arch_name": "3308@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -42989,18 +47498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39624, "usage_id": 198 }, "0205.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3309, Flur", "arch_name": "3309@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -43008,18 +47519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39628, "usage_id": 222 }, "0205.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3310, WC", "arch_name": "3310@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -43027,18 +47540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39633, "usage_id": 114 }, "0205.03.311": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3311, WC", "arch_name": "3311@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -43046,18 +47561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39635, "usage_id": 114 }, "0205.03.312": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "3312, Treppenhaus", "arch_name": "3312@0205", "area_id": 26, "building_id": 572, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -43065,18 +47582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39492, "usage_id": 223 }, "0205.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0001, B\u00fcro", "arch_name": "0001@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19660, "seats": { @@ -43084,18 +47603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59744, "usage_id": 12 }, "0205.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0002, Teek\u00fcche", "arch_name": "0002@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39685, "seats": { @@ -43103,19 +47624,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39402, "usage_id": 198 }, "0205.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0003, Fernuni. Hagen", "arch_name": "0003@0205", "area_id": 26, "building_id": 572, "calendar_resource_nr": 19671, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26055, "seats": { @@ -43123,18 +47646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39405, "usage_id": 12 }, "0205.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0004, B\u00fcro", "arch_name": "0004@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39685, "seats": { @@ -43142,19 +47667,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39408, "usage_id": 12 }, "0205.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0005, B\u00fcro", "arch_name": "0005@0205", "area_id": 26, "building_id": 572, "calendar_resource_nr": 18873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39685, "seats": { @@ -43162,18 +47689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39413, "usage_id": 12 }, "0205.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0006, B\u00fcro", "arch_name": "0006@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39685, "seats": { @@ -43181,18 +47710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39417, "usage_id": 12 }, "0205.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0007, B\u00fcro", "arch_name": "0007@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39685, "seats": { @@ -43200,18 +47731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7870, "usage_id": 12 }, "0205.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0008, B\u00fcro", "arch_name": "0008@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39685, "seats": { @@ -43219,18 +47752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39432, "usage_id": 12 }, "0205.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0009, WC-Damen / Wickeltisch", "arch_name": "0009@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -43238,18 +47773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39433, "usage_id": 116 }, "0205.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0010, WC-Herren", "arch_name": "0010@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -43257,18 +47794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39435, "usage_id": 115 }, "0205.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0011, Flur", "arch_name": "0011@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -43276,18 +47815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39438, "usage_id": 222 }, "0205.EG.011A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0011A, Flur/Vorraum", "arch_name": "0011A@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -43295,18 +47836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62685, "usage_id": 222 }, "0205.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0012, Flur", "arch_name": "0012@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -43314,18 +47857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39442, "usage_id": 222 }, "0205.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "0013, Treppe", "arch_name": "0013@0205", "area_id": 26, "building_id": 572, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -43333,18 +47878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39444, "usage_id": 223 }, "0205.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K1, Lager", "arch_name": "K1@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -43352,18 +47899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39369, "usage_id": 30 }, "0205.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K2, Lager", "arch_name": "K2@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -43371,18 +47920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39371, "usage_id": 30 }, "0205.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K3, Lager", "arch_name": "K3@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -43390,18 +47941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39373, "usage_id": 30 }, "0205.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K4, Lager", "arch_name": "K4@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -43409,18 +47962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39376, "usage_id": 30 }, "0205.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K5, Lager", "arch_name": "K5@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -43428,18 +47983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39378, "usage_id": 30 }, "0205.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K6, Lager", "arch_name": "K6@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -43447,18 +48004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39380, "usage_id": 30 }, "0205.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K7, Lager", "arch_name": "K7@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -43466,18 +48025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39382, "usage_id": 30 }, "0205.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K8, LRZ-Verteilerknoten", "arch_name": "K8@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39906, "seats": { @@ -43485,18 +48046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39385, "usage_id": 120 }, "0205.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K9, Treppe/Flur", "arch_name": "K9@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -43504,18 +48067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39389, "usage_id": 223 }, "0205.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K10, Flur", "arch_name": "K10@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -43523,18 +48088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39392, "usage_id": 222 }, "0205.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K11, Flur", "arch_name": "K11@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -43542,18 +48109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39395, "usage_id": 222 }, "0205.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 19", "zip_code": 80333 }, + "alt_name": "K12, Flur", "arch_name": "K12@0205", "area_id": 26, "building_id": 572, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -43561,18 +48130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39398, "usage_id": 222 }, "0206.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "101, Speiseraum f\u00fcr Studenten", "arch_name": "101@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -43580,18 +48151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39802, "usage_id": 147 }, "0206.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "102, Speiseraum f\u00fcr Studenten", "arch_name": "102@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -43599,18 +48172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39807, "usage_id": 147 }, "0206.01.102B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "102B, Mensaspeisesaal", "arch_name": "102B@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -43618,19 +48193,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70492, "usage_id": 147 }, "0206.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "103, Speiseraum Mensa", "arch_name": "103@0206", "area_id": 26, "building_id": 573, "calendar_resource_nr": 18792, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -43638,18 +48215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39812, "usage_id": 147 }, "0206.01.103B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "103B, Treppe", "arch_name": "103B@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -43657,18 +48236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63010, "usage_id": 223 }, "0206.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "104, Treppenraum", "arch_name": "104@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -43676,18 +48257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39814, "usage_id": 223 }, "0206.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "105, Speiseausgabe", "arch_name": "105@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -43695,18 +48278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41393, "usage_id": 28 }, "0206.01.105A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "105A, Geschirrsp\u00fcle", "arch_name": "105A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -43714,18 +48299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59435, "usage_id": 28 }, "0206.01.105B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "105B, Treppe", "arch_name": "105B@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -43733,18 +48320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63011, "usage_id": 223 }, "0206.01.105D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "105D, Treppe", "arch_name": "105D@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -43752,18 +48341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69932, "usage_id": 223 }, "0206.01.105E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "105E, Treppe", "arch_name": "105E@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -43771,18 +48362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70495, "usage_id": 223 }, "0206.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "106, Mensak\u00fcche", "arch_name": "106@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -43790,18 +48383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41400, "usage_id": 28 }, "0206.01.106A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "106A, K\u00fcchenvorbereitung", "arch_name": "106A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -43809,18 +48404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59371, "usage_id": 28 }, "0206.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "107, Treppenraum", "arch_name": "107@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -43828,18 +48425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41404, "usage_id": 223 }, "0206.01.107A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "107A, Flur", "arch_name": "107A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -43847,18 +48446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41471, "usage_id": 222 }, "0206.01.108A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "108A, Treppenhaus", "arch_name": "108A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -43866,18 +48467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41479, "usage_id": 223 }, "0206.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "109, Lager", "arch_name": "109@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -43885,18 +48488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41531, "usage_id": 30 }, "0206.01.110A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "110A, B\u00fcro", "arch_name": "110A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -43904,18 +48509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69922, "usage_id": 12 }, "0206.01.110B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "110B, Aufenthalt", "arch_name": "110B@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -43923,18 +48530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69916, "usage_id": 44 }, "0206.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "111, K\u00fchlraum", "arch_name": "111@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -43942,18 +48551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41539, "usage_id": 199 }, "0206.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "112, WC-Damen", "arch_name": "112@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -43961,18 +48572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41546, "usage_id": 116 }, "0206.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "113, WC-Herren", "arch_name": "113@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -43980,18 +48593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69925, "usage_id": 115 }, "0206.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "114, Putzraum", "arch_name": "114@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -43999,18 +48614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69926, "usage_id": 205 }, "0206.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "115, Speiseausgabe", "arch_name": "115@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -44018,18 +48635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69934, "usage_id": 28 }, "0206.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "116, Speiseausgabe", "arch_name": "116@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -44037,18 +48656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69927, "usage_id": 28 }, "0206.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "117, Geschirrsp\u00fcle", "arch_name": "117@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -44056,18 +48677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69930, "usage_id": 28 }, "0206.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "118, Lager", "arch_name": "118@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -44075,18 +48698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69931, "usage_id": 30 }, "0206.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "119, Putzraum", "arch_name": "119@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -44094,18 +48719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69928, "usage_id": 205 }, "0206.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "120, Lager", "arch_name": "120@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -44113,18 +48740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70494, "usage_id": 30 }, "0206.01.121": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "121, Sp\u00fclk\u00fcche", "arch_name": "121@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -44132,18 +48761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70493, "usage_id": 28 }, "0206.01.131": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "131, Gang", "arch_name": "131@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39687, "seats": { @@ -44151,18 +48782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69929, "usage_id": 16 }, "0206.01.161": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "161, Fluchtbalkon", "arch_name": "161@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 39687, "seats": { @@ -44170,18 +48803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59375, "usage_id": 219 }, "0206.01.162": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "162, Fluchtbalkon", "arch_name": "162@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 39687, "seats": { @@ -44189,18 +48824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59376, "usage_id": 219 }, "0206.01.163": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "163, Fluchtbalkon", "arch_name": "163@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 39687, "seats": { @@ -44208,18 +48845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59377, "usage_id": 219 }, "0206.01.164": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "164, Fluchtbalkon", "arch_name": "164@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 39687, "seats": { @@ -44227,18 +48866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59378, "usage_id": 219 }, "0206.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "201, Flur", "arch_name": "201@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -44246,18 +48887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41612, "usage_id": 222 }, "0206.02.201A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "201A, Flur", "arch_name": "201A@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -44265,18 +48908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63020, "usage_id": 222 }, "0206.02.201B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "201B, Flur", "arch_name": "201B@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -44284,19 +48929,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63021, "usage_id": 222 }, "0206.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "202, Gr\u00fcner Saal / Stud. Arbeitspl\u00e4tze", "arch_name": "202@0206", "area_id": 26, "building_id": 573, "calendar_resource_nr": 19098, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -44304,19 +48951,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59757, "usage_id": 208 }, "0206.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "205, Studentische Arbeitspl\u00e4tze", "arch_name": "205@0206", "area_id": 26, "building_id": 573, "calendar_resource_nr": 31292, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -44324,18 +48973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59820, "usage_id": 208 }, "0206.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "206, Verbindungsgang", "arch_name": "206@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -44343,18 +48994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59823, "usage_id": 16 }, "0206.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "207, L\u00fcftungsraum", "arch_name": "207@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -44362,18 +49015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41616, "usage_id": 32 }, "0206.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "208, RLT", "arch_name": "208@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -44381,18 +49036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41618, "usage_id": 32 }, "0206.02.208A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "208A, Flur", "arch_name": "208A@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -44400,18 +49057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63022, "usage_id": 222 }, "0206.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "209, Lager", "arch_name": "209@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -44419,18 +49078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41623, "usage_id": 30 }, "0206.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "210, Lager", "arch_name": "210@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -44438,18 +49099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41626, "usage_id": 30 }, "0206.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "211, RLT", "arch_name": "211@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -44457,18 +49120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41692, "usage_id": 32 }, "0206.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "212, Werkstatt", "arch_name": "212@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -44476,18 +49141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41696, "usage_id": 51 }, "0206.02.212A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "212A, Lackierraum", "arch_name": "212A@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -44495,18 +49162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69935, "usage_id": 51 }, "0206.02.213": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "213, EDV-Verteiler", "arch_name": "213@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -44514,18 +49183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41702, "usage_id": 120 }, "0206.02.214": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "214, WC-Herren", "arch_name": "214@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -44533,18 +49204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41707, "usage_id": 115 }, "0206.02.215": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "215, Putzraum", "arch_name": "215@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -44552,18 +49225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41710, "usage_id": 205 }, "0206.02.216": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "216, Maschinenraum", "arch_name": "216@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -44571,18 +49246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41780, "usage_id": 5 }, "0206.02.217": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "217, WC-Damen", "arch_name": "217@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -44590,18 +49267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63133, "usage_id": 116 }, "0206.02.218": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "218, Flur", "arch_name": "218@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -44609,18 +49288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41787, "usage_id": 222 }, "0206.02.219": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "219, Installation", "arch_name": "219@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -44628,18 +49309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41790, "usage_id": 120 }, "0206.02.219A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "219A, Maschinenraum", "arch_name": "219A@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -44647,18 +49330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59362, "usage_id": 5 }, "0206.02.221": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "221, Flur", "arch_name": "221@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -44666,18 +49351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41874, "usage_id": 222 }, "0206.02.222": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "222, B\u00fcro", "arch_name": "222@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14146, "seats": { @@ -44685,18 +49372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41879, "usage_id": 12 }, "0206.02.223": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "223, Treppenraum", "arch_name": "223@0206", "area_id": 26, "building_id": 573, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -44704,18 +49393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41882, "usage_id": 223 }, "0206.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "301, Lager mit Hygien. Anforderungen", "arch_name": "301@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -44723,18 +49414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40758, "usage_id": 30 }, "0206.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "302, WC-Damen", "arch_name": "302@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -44742,18 +49435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40763, "usage_id": 116 }, "0206.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "303, WC-Herren", "arch_name": "303@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -44761,18 +49456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40835, "usage_id": 115 }, "0206.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "304, Wohnraum", "arch_name": "304@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -44780,18 +49477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40839, "usage_id": 53 }, "0206.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "305, Flur in Wohnung", "arch_name": "305@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -44799,18 +49498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40843, "usage_id": 222 }, "0206.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "306, Treppenraum", "arch_name": "306@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -44818,18 +49519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40847, "usage_id": 223 }, "0206.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "307, Kinderzimmer", "arch_name": "307@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -44837,18 +49540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40853, "usage_id": 53 }, "0206.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "308, Schlafzimmer", "arch_name": "308@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -44856,18 +49561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40890, "usage_id": 53 }, "0206.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "309, K\u00fcche", "arch_name": "309@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -44875,18 +49582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40893, "usage_id": 28 }, "0206.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "310, Bad/Dusche/WC", "arch_name": "310@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -44894,18 +49603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40898, "usage_id": 112 }, "0206.03.311": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "311, Bad/Dusche/WC", "arch_name": "311@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -44913,18 +49624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40901, "usage_id": 112 }, "0206.03.312": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "312, Flur", "arch_name": "312@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -44932,18 +49645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40905, "usage_id": 222 }, "0206.03.313": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "313, Flur", "arch_name": "313@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -44951,18 +49666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40909, "usage_id": 222 }, "0206.03.314": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "314, Lager mit Hygien. Anforderungen", "arch_name": "314@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -44970,18 +49687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40964, "usage_id": 30 }, "0206.03.315": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "315, Kombination-Speiseraum u. K\u00fcche", "arch_name": "315@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -44989,18 +49708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40966, "usage_id": 45 }, "0206.03.316": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "316, Flur", "arch_name": "316@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -45008,18 +49729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40971, "usage_id": 222 }, "0206.03.318": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "318, Schlafraum", "arch_name": "318@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45027,18 +49750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40979, "usage_id": 53 }, "0206.03.319": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "319, Schlafraum", "arch_name": "319@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45046,18 +49771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41045, "usage_id": 53 }, "0206.03.320": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "320, Schlafraum", "arch_name": "320@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45065,18 +49792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41049, "usage_id": 53 }, "0206.03.321": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "321, Schlafraum", "arch_name": "321@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45084,18 +49813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41109, "usage_id": 53 }, "0206.03.322": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "322, Schlafraum", "arch_name": "322@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45103,18 +49834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41114, "usage_id": 53 }, "0206.03.323": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "323, Schlafraum", "arch_name": "323@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45122,18 +49855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41252, "usage_id": 53 }, "0206.03.324": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "324, Schlafraum", "arch_name": "324@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45141,18 +49876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41257, "usage_id": 53 }, "0206.03.325": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "325, Schlafraum", "arch_name": "325@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45160,18 +49897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41262, "usage_id": 53 }, "0206.03.326": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "326, Schlafraum", "arch_name": "326@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45179,18 +49918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41325, "usage_id": 53 }, "0206.03.327": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "327, Schlafraum", "arch_name": "327@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45198,18 +49939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41330, "usage_id": 53 }, "0206.03.328": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "328, Wasserversorgung,-Aufbereitung", "arch_name": "328@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -45217,18 +49960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41336, "usage_id": 182 }, "0206.03.329": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "329, Installationsschacht", "arch_name": "329@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -45236,18 +49981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41339, "usage_id": 120 }, "0206.03.330": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "330, Aufzugsmaschinenraum", "arch_name": "330@0206", "area_id": 26, "building_id": 573, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -45255,18 +50002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41343, "usage_id": 5 }, "0206.DG.301": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "301, Lager mit hygien. Anforderungen", "arch_name": "301@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45274,18 +50023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59122, "usage_id": 30 }, "0206.DG.302": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "302, WC-Damen", "arch_name": "302@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -45293,18 +50044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59123, "usage_id": 116 }, "0206.DG.303": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "303, WC-Herren", "arch_name": "303@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -45312,18 +50065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59124, "usage_id": 115 }, "0206.DG.304": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "304, Wohnraum", "arch_name": "304@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45331,18 +50086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59125, "usage_id": 53 }, "0206.DG.305": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "305, Flur in Wohnung", "arch_name": "305@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45350,18 +50107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59126, "usage_id": 222 }, "0206.DG.307": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "307, Kinderzimmer", "arch_name": "307@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45369,18 +50128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59128, "usage_id": 53 }, "0206.DG.308": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "308, Schlafzimmer", "arch_name": "308@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -45388,18 +50149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59129, "usage_id": 53 }, "0206.DG.309": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "309, Wohnk\u00fcche", "arch_name": "309@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45407,18 +50170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59130, "usage_id": 53 }, "0206.DG.310": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "310, Bad / Dusche / WC", "arch_name": "310@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -45426,18 +50191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59131, "usage_id": 112 }, "0206.DG.311": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "311, WC / Baden", "arch_name": "311@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -45445,18 +50212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59132, "usage_id": 114 }, "0206.DG.312": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "312, Flur", "arch_name": "312@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45464,18 +50233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59133, "usage_id": 222 }, "0206.DG.313": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "313, Flur", "arch_name": "313@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45483,18 +50254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59134, "usage_id": 222 }, "0206.DG.314": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "314, Wohnk\u00fcche", "arch_name": "314@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45502,18 +50275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59135, "usage_id": 53 }, "0206.DG.315": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "315, Aufenthalt/Speiseraum", "arch_name": "315@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45521,18 +50296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59136, "usage_id": 44 }, "0206.DG.318": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "318, Schlafraum", "arch_name": "318@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45540,18 +50317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59138, "usage_id": 53 }, "0206.DG.319": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "319, Schlafraum", "arch_name": "319@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45559,18 +50338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59139, "usage_id": 53 }, "0206.DG.320": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "320, Schlafraum", "arch_name": "320@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45578,18 +50359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59140, "usage_id": 53 }, "0206.DG.321": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "321, Schlafraum", "arch_name": "321@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45597,18 +50380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59141, "usage_id": 53 }, "0206.DG.322": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "322, Schlafraum", "arch_name": "322@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -45616,18 +50401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59142, "usage_id": 53 }, "0206.DG.323": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "323, Schlafraum", "arch_name": "323@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -45635,18 +50422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59143, "usage_id": 53 }, "0206.DG.324": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "324, Schlafraum", "arch_name": "324@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45654,18 +50443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59144, "usage_id": 53 }, "0206.DG.325": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "325, Schlafraum", "arch_name": "325@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45673,18 +50464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59145, "usage_id": 53 }, "0206.DG.326": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "326, Schlafraum", "arch_name": "326@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -45692,18 +50485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59146, "usage_id": 53 }, "0206.DG.327": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "327, Schlafraum", "arch_name": "327@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -45711,18 +50506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59147, "usage_id": 53 }, "0206.DG.328": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "328, K\u00e4ltemasch.", "arch_name": "328@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -45730,18 +50527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59148, "usage_id": 32 }, "0206.DG.330": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "330, Aufzugsmaschinenraum", "arch_name": "330@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -45749,18 +50548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59150, "usage_id": 5 }, "0206.DG.332": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "332, K\u00fchlraum", "arch_name": "332@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -45768,18 +50569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63023, "usage_id": 199 }, "0206.DG.360": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "360, Dachterasse", "arch_name": "360@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -45787,18 +50590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59360, "usage_id": 218 }, "0206.DG.361": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "361, Dachterasse", "arch_name": "361@0206", "area_id": 26, "building_id": 573, + "floor_level": "DG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -45806,18 +50611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63024, "usage_id": 218 }, "0206.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "001, Eingangshalle", "arch_name": "001@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -45825,18 +50632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39740, "usage_id": 222 }, "0206.EG.001A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "001A, Treppe", "arch_name": "001A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -45844,18 +50653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59379, "usage_id": 223 }, "0206.EG.001B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "001B, Treppe", "arch_name": "001B@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -45863,18 +50674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59380, "usage_id": 223 }, "0206.EG.001C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "001C, Treppenhaus", "arch_name": "001C@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -45882,18 +50695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59381, "usage_id": 223 }, "0206.EG.001D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "001D, Windfang", "arch_name": "001D@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -45901,18 +50716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59450, "usage_id": 52 }, "0206.EG.001E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "001E, Windfang", "arch_name": "001E@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -45920,18 +50737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59451, "usage_id": 52 }, "0206.EG.001F": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "001F, Treppe", "arch_name": "001F@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -45939,19 +50758,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62999, "usage_id": 223 }, "0206.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "002, Stud. Vertretung", "arch_name": "002@0206", "area_id": 26, "building_id": 573, "calendar_resource_nr": 21404, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -45959,19 +50780,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39743, "usage_id": 12 }, "0206.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "003, Stud. Vertretung", "arch_name": "003@0206", "area_id": 26, "building_id": 573, "calendar_resource_nr": 21403, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -45979,18 +50802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39746, "usage_id": 12 }, "0206.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "004, Verwaltung Mensa", "arch_name": "004@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -45998,18 +50823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39750, "usage_id": 12 }, "0206.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "005, Kinderspielraum", "arch_name": "005@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -46017,18 +50844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39753, "usage_id": 146 }, "0206.EG.005A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "005A, Gruppenschlafr.", "arch_name": "005A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -46036,18 +50865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63188, "usage_id": 53 }, "0206.EG.005B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "005B, WC", "arch_name": "005B@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -46055,18 +50886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69921, "usage_id": 114 }, "0206.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "006, Kinderspielraum", "arch_name": "006@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -46074,18 +50907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39756, "usage_id": 146 }, "0206.EG.006A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "006A, Gruppenschlafraum", "arch_name": "006A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -46093,18 +50928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39759, "usage_id": 53 }, "0206.EG.006B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "006B, Waschraum", "arch_name": "006B@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -46112,18 +50949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39760, "usage_id": 210 }, "0206.EG.006C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "006C, Garderobe", "arch_name": "006C@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -46131,18 +50970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39764, "usage_id": 121 }, "0206.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "007, Elternsprechzimmer", "arch_name": "007@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -46150,18 +50991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39659, "usage_id": 12 }, "0206.EG.007B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "007B, WC", "arch_name": "007B@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 39687, "seats": { @@ -46169,18 +51012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39854, "usage_id": 114 }, "0206.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "008, Cafeteria, Gastraum", "arch_name": "008@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -46188,18 +51033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59751, "usage_id": 139 }, "0206.EG.008A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "008A, Cafeteria-K\u00fcche", "arch_name": "008A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -46207,18 +51054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59382, "usage_id": 28 }, "0206.EG.008B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "008B, B\u00fcro", "arch_name": "008B@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -46226,18 +51075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63001, "usage_id": 12 }, "0206.EG.008C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "008C, Install.Schacht", "arch_name": "008C@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -46245,18 +51096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63002, "usage_id": 120 }, "0206.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "009, Waschk\u00fcche", "arch_name": "009@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46264,18 +51117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39860, "usage_id": 181 }, "0206.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "010, K\u00fcchenvorbereitungsraum", "arch_name": "010@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46283,18 +51138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39865, "usage_id": 28 }, "0206.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "011, K\u00fchlraum", "arch_name": "011@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46302,18 +51159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39869, "usage_id": 199 }, "0206.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "012, Flur", "arch_name": "012@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46321,18 +51180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39870, "usage_id": 222 }, "0206.EG.012A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "012A, Lastenaufzug", "arch_name": "012A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 39687, "seats": { @@ -46340,18 +51201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59384, "usage_id": 4 }, "0206.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "013, Putzraum", "arch_name": "013@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -46359,18 +51222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39871, "usage_id": 205 }, "0206.EG.014": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "014, Eingangshalle", "arch_name": "014@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -46378,18 +51243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39873, "usage_id": 222 }, "0206.EG.014A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "014A, Treppenraum", "arch_name": "014A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -46397,18 +51264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39875, "usage_id": 223 }, "0206.EG.014B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "014B, Aufzug", "arch_name": "014B@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -46416,18 +51285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39877, "usage_id": 4 }, "0206.EG.014D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "014D, Windfang", "arch_name": "014D@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -46435,18 +51306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59386, "usage_id": 52 }, "0206.EG.014E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "014E, Wendeltreppe", "arch_name": "014E@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 39687, "seats": { @@ -46454,18 +51327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59387, "usage_id": 223 }, "0206.EG.014F": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "014F, Windfang", "arch_name": "014F@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -46473,18 +51348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59452, "usage_id": 52 }, "0206.EG.014G": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "014G, Lager", "arch_name": "014G@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -46492,18 +51369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70490, "usage_id": 30 }, "0206.EG.015": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "015, Treppenraum", "arch_name": "015@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -46511,18 +51390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63134, "usage_id": 223 }, "0206.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "016, Lager", "arch_name": "016@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46530,18 +51411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39884, "usage_id": 30 }, "0206.EG.017": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "017, Umkleidekabine-Damen", "arch_name": "017@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -46549,18 +51432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39889, "usage_id": 121 }, "0206.EG.018": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "018, WC-Damen", "arch_name": "018@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46568,18 +51453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39893, "usage_id": 116 }, "0206.EG.018A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "018A, Duschen", "arch_name": "018A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46587,18 +51474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63003, "usage_id": 113 }, "0206.EG.019": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "019, WC-Damen", "arch_name": "019@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46606,18 +51495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39898, "usage_id": 116 }, "0206.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "020, Dusche / Wanne u. Waschplatz", "arch_name": "020@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -46625,18 +51516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39907, "usage_id": 113 }, "0206.EG.021": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "021, Gardarobe mit Schliessf\u00e4cher", "arch_name": "021@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -46644,18 +51537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39911, "usage_id": 121 }, "0206.EG.022": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "022, Lager", "arch_name": "022@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -46663,18 +51558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39915, "usage_id": 30 }, "0206.EG.023": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "023, WC-Herren / Wickeltisch", "arch_name": "023@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46682,18 +51579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39918, "usage_id": 115 }, "0206.EG.023A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "023A, Beh.-WC", "arch_name": "023A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46701,18 +51600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39921, "usage_id": 117 }, "0206.EG.024": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "024, WC-Damen / Wickeltisch", "arch_name": "024@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46720,18 +51621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39925, "usage_id": 116 }, "0206.EG.025": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "025, Putzmittellager", "arch_name": "025@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46739,18 +51642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39928, "usage_id": 205 }, "0206.EG.025A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "025A, Technikraum", "arch_name": "025A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46758,18 +51663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59389, "usage_id": 120 }, "0206.EG.025B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "025B, Putzraum", "arch_name": "025B@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46777,18 +51684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69920, "usage_id": 205 }, "0206.EG.026": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "026, Stromversorgung", "arch_name": "026@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -46796,18 +51705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39783, "usage_id": 160 }, "0206.EG.027": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "027, K\u00fchlraum", "arch_name": "027@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 39687, "seats": { @@ -46815,18 +51726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39787, "usage_id": 199 }, "0206.EG.028": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "028, Lager", "arch_name": "028@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -46834,18 +51747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39789, "usage_id": 30 }, "0206.EG.028A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "028A, K\u00fchlraum", "arch_name": "028A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 39687, "seats": { @@ -46853,18 +51768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59393, "usage_id": 199 }, "0206.EG.029": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "029, Flur", "arch_name": "029@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -46872,18 +51789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39791, "usage_id": 222 }, "0206.EG.029A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "029A, Flur", "arch_name": "029A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -46891,18 +51810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59388, "usage_id": 222 }, "0206.EG.029B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "029B, Flur", "arch_name": "029B@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -46910,18 +51831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59385, "usage_id": 222 }, "0206.EG.029C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "029C, Treppenhaus", "arch_name": "029C@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -46929,18 +51852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59391, "usage_id": 223 }, "0206.EG.029D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "029D, Personen Aufzug", "arch_name": "029D@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 39687, "seats": { @@ -46948,18 +51873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59390, "usage_id": 4 }, "0206.EG.029E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "029E, Treppenhaus", "arch_name": "029E@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -46967,18 +51894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59392, "usage_id": 223 }, "0206.EG.030": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "030, Lager", "arch_name": "030@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -46986,18 +51915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39793, "usage_id": 30 }, "0206.EG.030A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "030A, Trockenraum", "arch_name": "030A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -47005,18 +51936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69917, "usage_id": 181 }, "0206.EG.031": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "031, Waschk\u00fcche", "arch_name": "031@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47024,18 +51957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39795, "usage_id": 181 }, "0206.EG.032": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "032, B\u00fcro/Warenannahme", "arch_name": "032@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47043,18 +51978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39797, "usage_id": 12 }, "0206.EG.033": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "033, B\u00fcro", "arch_name": "033@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -47062,18 +51999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39825, "usage_id": 12 }, "0206.EG.033A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "033A, Lager", "arch_name": "033A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -47081,18 +52020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69918, "usage_id": 30 }, "0206.EG.034": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "034, Lager", "arch_name": "034@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -47100,18 +52041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39828, "usage_id": 30 }, "0206.EG.035": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "035, Speiseresteverwertung", "arch_name": "035@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47119,18 +52062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39831, "usage_id": 214 }, "0206.EG.036": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "036, Treppenraum", "arch_name": "036@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -47138,18 +52083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39835, "usage_id": 223 }, "0206.EG.036A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "036A, Aufzug", "arch_name": "036A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 39687, "seats": { @@ -47157,18 +52104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39839, "usage_id": 4 }, "0206.EG.037": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "037, Rampe", "arch_name": "037@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47176,18 +52125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39844, "usage_id": 36 }, "0206.EG.037A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "037A, Lager i. Freien", "arch_name": "037A@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -47195,18 +52146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59449, "usage_id": 218 }, "0206.EG.038": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "038, Verkehrsfl.", "arch_name": "038@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47214,18 +52167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59434, "usage_id": 222 }, "0206.EG.039": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "039, Betriebstechn. Anlagen", "arch_name": "039@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -47233,18 +52188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70491, "usage_id": 120 }, "0206.EG.050": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "050, Gemeinschaftsr.", "arch_name": "050@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -47252,18 +52209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59395, "usage_id": 218 }, "0206.EG.051": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "051, Gemeinschaftsr.", "arch_name": "051@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -47271,18 +52230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59396, "usage_id": 218 }, "0206.EG.052": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "052, Gemeinschaftsr.", "arch_name": "052@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -47290,18 +52251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59394, "usage_id": 218 }, "0206.EG.053": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "053, Gemeinschaftsr.", "arch_name": "053@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -47309,18 +52272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59433, "usage_id": 218 }, "0206.EG.054": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "054, Fluchttreppe", "arch_name": "054@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 39687, "seats": { @@ -47328,18 +52293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63005, "usage_id": 7 }, "0206.EG.055": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "055, Fluchttreppe", "arch_name": "055@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 39687, "seats": { @@ -47347,18 +52314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63006, "usage_id": 7 }, "0206.EG.056": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "056, Fluchttreppe", "arch_name": "056@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 39687, "seats": { @@ -47366,18 +52335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63007, "usage_id": 7 }, "0206.EG.057": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "057, Fluchttreppe", "arch_name": "057@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 39687, "seats": { @@ -47385,18 +52356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63008, "usage_id": 7 }, "0206.EG.058": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "058, Fluchttreppe", "arch_name": "058@0206", "area_id": 26, "building_id": 573, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 39687, "seats": { @@ -47404,18 +52377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63009, "usage_id": 7 }, "0206.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-101, Flur", "arch_name": "-101@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47423,18 +52398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39496, "usage_id": 222 }, "0206.U1.001A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-101A, K\u00fchlraum-Bio", "arch_name": "-101A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 39687, "seats": { @@ -47442,18 +52419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39500, "usage_id": 199 }, "0206.U1.001B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-101B, Installschacht", "arch_name": "-101B@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -47461,18 +52440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59438, "usage_id": 120 }, "0206.U1.001C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-101C, Aufzug/F\u00f6rderanlage", "arch_name": "-101C@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47480,18 +52461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59439, "usage_id": 5 }, "0206.U1.001E": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-101E, Personenaufzug", "arch_name": "-101E@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -47499,18 +52482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62993, "usage_id": 195 }, "0206.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-102, Lager mit Hygien. Anforderungen", "arch_name": "-102@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47518,18 +52503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39508, "usage_id": 30 }, "0206.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-103, Heiztechnik", "arch_name": "-103@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -47537,18 +52524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39509, "usage_id": 201 }, "0206.U1.003A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-103A, RLT", "arch_name": "-103A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -47556,18 +52545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59440, "usage_id": 32 }, "0206.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-104, Treppenhaus", "arch_name": "-104@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -47575,18 +52566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39510, "usage_id": 223 }, "0206.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-105, Install.Schacht", "arch_name": "-105@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -47594,18 +52587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39533, "usage_id": 120 }, "0206.U1.005C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-105C, Installationsschacht", "arch_name": "-105C@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -47613,18 +52608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70489, "usage_id": 120 }, "0206.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-106, K\u00fchlraum 2", "arch_name": "-106@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -47632,18 +52629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39536, "usage_id": 199 }, "0206.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-107, Tiefk\u00fchlraum 1", "arch_name": "-107@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -47651,18 +52650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39538, "usage_id": 199 }, "0206.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-108, K\u00fchlraum", "arch_name": "-108@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -47670,18 +52671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39543, "usage_id": 199 }, "0206.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-109, \u00d6labscheider", "arch_name": "-109@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -47689,18 +52692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39550, "usage_id": 120 }, "0206.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-110, Aufzugsmasch.", "arch_name": "-110@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47708,18 +52713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39553, "usage_id": 5 }, "0206.U1.010D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-110D, Treppe", "arch_name": "-110D@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47727,18 +52734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70487, "usage_id": 223 }, "0206.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-111, Stromversorgung", "arch_name": "-111@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -47746,18 +52755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39516, "usage_id": 160 }, "0206.U1.013": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-113, Lager mit Hygien. Anforderungen", "arch_name": "-113@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47765,18 +52776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39526, "usage_id": 30 }, "0206.U1.014": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-114, Flur", "arch_name": "-114@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -47784,18 +52797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39531, "usage_id": 222 }, "0206.U1.014A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-114A, Treppe", "arch_name": "-114A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -47803,18 +52818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59441, "usage_id": 223 }, "0206.U1.015": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-115, Lager", "arch_name": "-115@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -47822,18 +52839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39660, "usage_id": 30 }, "0206.U1.016": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-116, Lager", "arch_name": "-116@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -47841,18 +52860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39663, "usage_id": 30 }, "0206.U1.016A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-116A, K\u00fchlraum", "arch_name": "-116A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -47860,18 +52881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59442, "usage_id": 199 }, "0206.U1.017": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-117, Getr\u00e4nkelager", "arch_name": "-117@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -47879,18 +52902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39668, "usage_id": 30 }, "0206.U1.018": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-118, Aktenlager/Asta/Stud.", "arch_name": "-118@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47898,18 +52923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39671, "usage_id": 30 }, "0206.U1.018A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-118A, Vorraum", "arch_name": "-118A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47917,18 +52944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62994, "usage_id": 50 }, "0206.U1.019": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-119, Lager", "arch_name": "-119@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -47936,18 +52965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39672, "usage_id": 30 }, "0206.U1.020": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-120, WC-Herren", "arch_name": "-120@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -47955,18 +52986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39673, "usage_id": 115 }, "0206.U1.020A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-120A, Einzelumkleide", "arch_name": "-120A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -47974,18 +53007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59443, "usage_id": 121 }, "0206.U1.020B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-120B, WC-Vorraum Herren", "arch_name": "-120B@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -47993,18 +53028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62995, "usage_id": 118 }, "0206.U1.021": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-121, WC-Damen", "arch_name": "-121@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48012,18 +53049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39675, "usage_id": 116 }, "0206.U1.022": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-122, Umkleide-K\u00f6che", "arch_name": "-122@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -48031,18 +53070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39677, "usage_id": 121 }, "0206.U1.023": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-123, Holz-/Kunststoffwerkstatt", "arch_name": "-123@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48050,18 +53091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39679, "usage_id": 107 }, "0206.U1.024": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-124, Elektro Werkstatt", "arch_name": "-124@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48069,18 +53112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39682, "usage_id": 51 }, "0206.U1.025": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-125, Flur", "arch_name": "-125@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48088,18 +53133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39685, "usage_id": 222 }, "0206.U1.026": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-126, Heiztechnik", "arch_name": "-126@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 39687, "seats": { @@ -48107,18 +53154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39690, "usage_id": 201 }, "0206.U1.027": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-127, Be.-u.Entl\u00fcftung", "arch_name": "-127@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -48126,18 +53175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39693, "usage_id": 32 }, "0206.U1.028": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-128, Heiztechnik", "arch_name": "-128@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -48145,18 +53196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39696, "usage_id": 201 }, "0206.U1.029": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-129, Lager mit Hygien. Anforderungen", "arch_name": "-129@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48164,18 +53217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39698, "usage_id": 30 }, "0206.U1.030": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-130, Lager mit Hygien. Anforderungen", "arch_name": "-130@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48183,18 +53238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39700, "usage_id": 30 }, "0206.U1.031": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-131, Lager mit Hygien. Anforderungen", "arch_name": "-131@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -48202,18 +53259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39702, "usage_id": 30 }, "0206.U1.032": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-132, Lager", "arch_name": "-132@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48221,18 +53280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39705, "usage_id": 30 }, "0206.U1.033": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-133, Lager mit Hygien. Anforderungen", "arch_name": "-133@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48240,18 +53301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39708, "usage_id": 30 }, "0206.U1.034": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-134, Heiztechnik", "arch_name": "-134@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -48259,18 +53322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39710, "usage_id": 201 }, "0206.U1.035": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-135, Wasser/Heizung-,Aufbereitung", "arch_name": "-135@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48278,18 +53343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39712, "usage_id": 182 }, "0206.U1.036": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-136, Flur", "arch_name": "-136@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48297,18 +53364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39715, "usage_id": 222 }, "0206.U1.036A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-136A, Flur", "arch_name": "-136A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48316,18 +53385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59444, "usage_id": 222 }, "0206.U1.036C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-136C, Treppe", "arch_name": "-136C@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -48335,18 +53406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62996, "usage_id": 223 }, "0206.U1.036D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-136D, Lager", "arch_name": "-136D@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -48354,18 +53427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62997, "usage_id": 30 }, "0206.U1.036E": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-136E, Lastenaufzug", "arch_name": "-136E@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -48373,18 +53448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70488, "usage_id": 4 }, "0206.U1.037": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-137, Flur", "arch_name": "-137@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48392,18 +53469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39717, "usage_id": 222 }, "0206.U1.038": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-138, Lager mit Hygien. Anforderungen", "arch_name": "-138@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48411,18 +53490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39718, "usage_id": 30 }, "0206.U1.039": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-139, Lager", "arch_name": "-139@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48430,18 +53511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39722, "usage_id": 30 }, "0206.U1.039A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-139A, Lager", "arch_name": "-139A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48449,18 +53532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59447, "usage_id": 30 }, "0206.U1.039B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-139B, Lager", "arch_name": "-139B@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48468,18 +53553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59448, "usage_id": 30 }, "0206.U1.040": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-140, Lager", "arch_name": "-140@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48487,18 +53574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39725, "usage_id": 30 }, "0206.U1.041": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-141, Lager mit Hygien. Anforderungen", "arch_name": "-141@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48506,18 +53595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39728, "usage_id": 30 }, "0206.U1.042": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-142, TB-Anlage", "arch_name": "-142@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -48525,18 +53616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39731, "usage_id": 120 }, "0206.U1.042A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-142A, TB-Anlage", "arch_name": "-142A@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -48544,18 +53637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59446, "usage_id": 120 }, "0206.U1.042B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-142B, Serverraum", "arch_name": "-142B@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48563,18 +53658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70485, "usage_id": 207 }, "0206.U1.042C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-142C, Lager", "arch_name": "-142C@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48582,18 +53679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70486, "usage_id": 30 }, "0206.U1.043": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-143, Lager", "arch_name": "-143@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -48601,18 +53700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39734, "usage_id": 30 }, "0206.U1.044": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 17", "zip_code": 80333 }, + "alt_name": "-144, Flur", "arch_name": "-144@0206", "area_id": 26, "building_id": 573, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -48620,18 +53721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39736, "usage_id": 222 }, "0305.01.501": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1501, Treppenhaus 1", "arch_name": "S1501@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -48639,18 +53742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40773, "usage_id": 223 }, "0305.01.503": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1503, WC-Damen", "arch_name": "S1503@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -48658,18 +53763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40775, "usage_id": 116 }, "0305.01.503A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1503A, WC-Vorraum Damen", "arch_name": "S1503A@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -48677,18 +53784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68213, "usage_id": 118 }, "0305.01.505": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1505, WC-Herren", "arch_name": "S1505@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -48696,18 +53805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40783, "usage_id": 115 }, "0305.01.505A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1505A, WC-Vorraum Herren", "arch_name": "S1505A@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -48715,18 +53826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68214, "usage_id": 118 }, "0305.01.507": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1507, Putzraum", "arch_name": "S1507@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -48734,19 +53847,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40787, "usage_id": 205 }, "0305.01.508": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1508, B\u00fcro", "arch_name": "S1508@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32964, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -48754,19 +53869,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40789, "usage_id": 12 }, "0305.01.509": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1509, B\u00fcro", "arch_name": "S1509@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32965, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -48774,19 +53891,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40792, "usage_id": 12 }, "0305.01.510": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1510, B\u00fcro", "arch_name": "S1510@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32966, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -48794,18 +53913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40794, "usage_id": 12 }, "0305.01.511": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1511, Treppenhaus 2", "arch_name": "S1511@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -48813,18 +53934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40796, "usage_id": 223 }, "0305.01.512": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1512, Lastenaufzug", "arch_name": "1512@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37569, "seats": { @@ -48832,18 +53955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40856, "usage_id": 4 }, "0305.01.513": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1513, Flur", "arch_name": "S1513@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -48851,18 +53976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40859, "usage_id": 222 }, "0305.01.513A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1513A, Schacht", "arch_name": "S1513A@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -48870,18 +53997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40867, "usage_id": 120 }, "0305.01.513B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1513B, Schacht", "arch_name": "S1513B@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -48889,18 +54018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40910, "usage_id": 120 }, "0305.01.513C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1513C, Schacht", "arch_name": "S1513C@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -48908,19 +54039,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40912, "usage_id": 120 }, "0305.01.514": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1514, B\u00fcro", "arch_name": "S1514@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32967, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -48928,19 +54061,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40913, "usage_id": 12 }, "0305.01.515": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1515, B\u00fcro", "arch_name": "S1515@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32968, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -48948,19 +54083,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40918, "usage_id": 12 }, "0305.01.518": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1518, B\u00fcro", "arch_name": "S1518@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 19009, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -48968,19 +54105,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40931, "usage_id": 12 }, "0305.01.519": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1519, B\u00fcro", "arch_name": "S1519@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32969, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -48988,19 +54127,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40982, "usage_id": 12 }, "0305.01.520": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1520, B\u00fcro", "arch_name": "S1520@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 19011, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49008,19 +54149,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40987, "usage_id": 12 }, "0305.01.521": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1521, B\u00fcro", "arch_name": "S1521@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 19485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49028,19 +54171,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40990, "usage_id": 12 }, "0305.01.522": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1522, B\u00fcro", "arch_name": "S1522@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32970, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49048,19 +54193,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41002, "usage_id": 12 }, "0305.01.523": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1523, B\u00fcro", "arch_name": "S1523@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32971, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49068,19 +54215,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9122, "usage_id": 12 }, "0305.01.524": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1524, B\u00fcro", "arch_name": "S1524@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32972, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49088,19 +54237,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41053, "usage_id": 12 }, "0305.01.525": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1525, B\u00fcro", "arch_name": "S1525@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32973, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49108,19 +54259,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9126, "usage_id": 12 }, "0305.01.528": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1528, Besprechungsraum", "arch_name": "S1528@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32974, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49128,19 +54281,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9134, "usage_id": 196 }, "0305.01.529": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1529, B\u00fcro", "arch_name": "S1529@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32975, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49148,18 +54303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41064, "usage_id": 12 }, "0305.01.529A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1529A, Lift", "arch_name": "1529A@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37569, "seats": { @@ -49167,19 +54324,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41067, "usage_id": 4 }, "0305.01.530": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1530, Besprechungsraum", "arch_name": "S1530@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32976, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49187,19 +54346,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68210, "usage_id": 196 }, "0305.01.531": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1531, Besprechungsraum", "arch_name": "S1531@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32977, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49207,19 +54368,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9140, "usage_id": 196 }, "0305.01.534": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1534, B\u00fcro", "arch_name": "S1534@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32978, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49227,19 +54390,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41135, "usage_id": 12 }, "0305.01.535": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1535, Lager", "arch_name": "S1535@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32979, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49247,19 +54412,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41137, "usage_id": 30 }, "0305.01.537": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1537, Lager", "arch_name": "S1537@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32980, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49267,19 +54434,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41141, "usage_id": 30 }, "0305.01.538": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1538, Lager", "arch_name": "S1538@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32981, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49287,18 +54456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41142, "usage_id": 30 }, "0305.01.539": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1539, K\u00fcche", "arch_name": "S1539@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49306,18 +54477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41145, "usage_id": 28 }, "0305.01.543": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1543, Beh.-WC", "arch_name": "S1543@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -49325,18 +54498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41201, "usage_id": 117 }, "0305.01.544": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1544, Lager", "arch_name": "S1544@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -49344,18 +54519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41206, "usage_id": 30 }, "0305.01.550": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1550, Flur", "arch_name": "S1550@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -49363,18 +54540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41212, "usage_id": 222 }, "0305.01.551": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S1551, Flur", "arch_name": "S1551@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -49382,18 +54561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41216, "usage_id": 222 }, "0305.02.501": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2501, Treppenhaus 1", "arch_name": "S2501@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -49401,18 +54582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41219, "usage_id": 223 }, "0305.02.503": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2503, WC-Damen", "arch_name": "S2503@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -49420,18 +54603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41269, "usage_id": 116 }, "0305.02.503A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2503A, WC-Vorraum Damen", "arch_name": "S2503A@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -49439,18 +54624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68215, "usage_id": 118 }, "0305.02.505": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2505, WC-Herren", "arch_name": "S2505@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -49458,18 +54645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41273, "usage_id": 115 }, "0305.02.505A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2505A, WC-Vorraum Herren", "arch_name": "S2505A@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -49477,18 +54666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68216, "usage_id": 118 }, "0305.02.507": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2507, Putzraum", "arch_name": "S2507@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -49496,18 +54687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41278, "usage_id": 205 }, "0305.02.508": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2508, Medienproduktion", "arch_name": "S2508@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -49515,18 +54708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41285, "usage_id": 133 }, "0305.02.509": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2509, B\u00fcro", "arch_name": "S2509@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25995, "seats": { @@ -49534,18 +54729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41289, "usage_id": 12 }, "0305.02.510": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2510, B\u00fcro", "arch_name": "S2510@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25995, "seats": { @@ -49553,18 +54750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41347, "usage_id": 12 }, "0305.02.511": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2511, Treppenhaus 2", "arch_name": "S2511@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -49572,18 +54771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41351, "usage_id": 223 }, "0305.02.512": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2512, Lastenaufzug", "arch_name": "2512@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 37569, "seats": { @@ -49591,18 +54792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41353, "usage_id": 4 }, "0305.02.513": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2513, Flur/Vorbereich Lastenaufzug", "arch_name": "S2513@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -49610,18 +54813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41359, "usage_id": 222 }, "0305.02.513A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2513A, Schacht", "arch_name": "S2513A@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -49629,18 +54834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41360, "usage_id": 120 }, "0305.02.513B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2513B, Schacht", "arch_name": "S2513B@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -49648,18 +54855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41363, "usage_id": 120 }, "0305.02.513C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2513C, Schacht", "arch_name": "S2513C@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -49667,18 +54876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41436, "usage_id": 120 }, "0305.02.514": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2514, B\u00fcro", "arch_name": "S2514@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -49686,18 +54897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9274, "usage_id": 12 }, "0305.02.515": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2515, B\u00fcro", "arch_name": "S2515@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -49705,18 +54918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41573, "usage_id": 12 }, "0305.02.516": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2516, B\u00fcro", "arch_name": "S2516@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -49724,18 +54939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41579, "usage_id": 12 }, "0305.02.517": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2517, B\u00fcro", "arch_name": "S2517@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -49743,18 +54960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41582, "usage_id": 12 }, "0305.02.518": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2518, B\u00fcro", "arch_name": "S2518@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -49762,18 +54981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9296, "usage_id": 12 }, "0305.02.519": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2519, B\u00fcro", "arch_name": "S2519@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -49781,19 +55002,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41589, "usage_id": 12 }, "0305.02.520": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2520, Seminarraum", "arch_name": "S2520@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 18691, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14178, "seats": { @@ -49801,18 +55024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41593, "usage_id": 41 }, "0305.02.521": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2521, B\u00fcro", "arch_name": "S2521@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15371, "seats": { @@ -49820,18 +55045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41652, "usage_id": 12 }, "0305.02.522": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2522, B\u00fcro", "arch_name": "S2522@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -49839,18 +55066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41657, "usage_id": 12 }, "0305.02.523": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2523, B\u00fcro", "arch_name": "S2523@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -49858,18 +55087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41663, "usage_id": 12 }, "0305.02.524": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2524, B\u00fcro", "arch_name": "S2524@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -49877,18 +55108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41667, "usage_id": 12 }, "0305.02.525": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2525, B\u00fcro", "arch_name": "S2525@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -49896,18 +55129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41672, "usage_id": 12 }, "0305.02.526": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2526, B\u00fcro", "arch_name": "S2526@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -49915,18 +55150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41676, "usage_id": 12 }, "0305.02.527": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2527, B\u00fcro", "arch_name": "S2527@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -49934,18 +55171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41745, "usage_id": 12 }, "0305.02.528": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2528, B\u00fcro", "arch_name": "S2528@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -49953,18 +55192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41750, "usage_id": 12 }, "0305.02.529": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2529, B\u00fcro", "arch_name": "S2529@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -49972,18 +55213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41756, "usage_id": 12 }, "0305.02.529A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2529A, Aufzug", "arch_name": "2529A@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 37569, "seats": { @@ -49991,18 +55234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41762, "usage_id": 4 }, "0305.02.531": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2531, B\u00fcro", "arch_name": "S2531@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -50010,18 +55255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41820, "usage_id": 12 }, "0305.02.532": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2532, B\u00fcro", "arch_name": "S2532@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -50029,18 +55276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41826, "usage_id": 12 }, "0305.02.533": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2533, B\u00fcro", "arch_name": "S2533@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -50048,19 +55297,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41832, "usage_id": 12 }, "0305.02.534": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2534, Seminarraum", "arch_name": "S2534@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 21686, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -50068,18 +55319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41837, "usage_id": 41 }, "0305.02.535": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2535, Lager", "arch_name": "S2535@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 30374, "seats": { @@ -50087,18 +55340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41843, "usage_id": 30 }, "0305.02.536": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2536, Lager", "arch_name": "S2536@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14146, "seats": { @@ -50106,18 +55361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41913, "usage_id": 30 }, "0305.02.537": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2537, Postzimmer", "arch_name": "S2537@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -50125,18 +55382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41918, "usage_id": 180 }, "0305.02.538": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2538, Putzraum", "arch_name": "S2538@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -50144,18 +55403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41925, "usage_id": 205 }, "0305.02.539": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2539, K\u00fcche", "arch_name": "S2539@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -50163,18 +55424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40799, "usage_id": 28 }, "0305.02.543": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2543, Lager/Technik", "arch_name": "S2543@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -50182,18 +55445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40804, "usage_id": 30 }, "0305.02.544": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2544, Lager", "arch_name": "S2544@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 37992, "seats": { @@ -50201,18 +55466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40810, "usage_id": 30 }, "0305.02.550": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2550, Flur 1 Nord", "arch_name": "S2550@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -50220,18 +55487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40813, "usage_id": 222 }, "0305.02.551": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S2551, Flur 2 S\u00fcd", "arch_name": "S2551@0305", "area_id": 25, "building_id": 574, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -50239,18 +55508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40817, "usage_id": 222 }, "0305.03.501": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3501, Treppenhaus 2", "arch_name": "S3501@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -50258,18 +55529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40821, "usage_id": 223 }, "0305.03.503": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3503, WC-Damen", "arch_name": "S3503@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -50277,18 +55550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40871, "usage_id": 116 }, "0305.03.503A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3503A, WC-Vorraum Damen", "arch_name": "S3503A@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -50296,18 +55571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68217, "usage_id": 118 }, "0305.03.505": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3505, WC-Herren", "arch_name": "S3505@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -50315,18 +55592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40875, "usage_id": 115 }, "0305.03.505A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3505A, WC-Vorraum Herren", "arch_name": "S3505A@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -50334,18 +55613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68218, "usage_id": 118 }, "0305.03.507": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3507, Putzraum", "arch_name": "S3507@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -50353,18 +55634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40878, "usage_id": 205 }, "0305.03.508": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3508, B\u00fcro", "arch_name": "S3508@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31436, "seats": { @@ -50372,18 +55655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8967, "usage_id": 12 }, "0305.03.509": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3509, B\u00fcro", "arch_name": "S3509@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31436, "seats": { @@ -50391,18 +55676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8968, "usage_id": 12 }, "0305.03.510": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3510, B\u00fcro", "arch_name": "S3510@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31436, "seats": { @@ -50410,18 +55697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8970, "usage_id": 12 }, "0305.03.511": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3511, Treppenhaus 3", "arch_name": "S3511@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -50429,18 +55718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40935, "usage_id": 223 }, "0305.03.512": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3512, Lastenaufzug", "arch_name": "3512@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 37569, "seats": { @@ -50448,18 +55739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40937, "usage_id": 4 }, "0305.03.513": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3513, Lager/Flur", "arch_name": "S3513@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -50467,18 +55760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58798, "usage_id": 30 }, "0305.03.513A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3513A, Schacht", "arch_name": "S3513A@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -50486,18 +55781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40940, "usage_id": 120 }, "0305.03.513B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3513B, Schacht", "arch_name": "S3513B@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -50505,18 +55802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40942, "usage_id": 120 }, "0305.03.513C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3513C, Schacht", "arch_name": "S3513C@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -50524,18 +55823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40946, "usage_id": 120 }, "0305.03.514": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3514, B\u00fcro", "arch_name": "S3514@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47957, "seats": { @@ -50543,18 +55844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8999, "usage_id": 12 }, "0305.03.516": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3516, B\u00fcro", "arch_name": "S3516@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47957, "seats": { @@ -50562,18 +55865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9002, "usage_id": 12 }, "0305.03.518": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3518, B\u00fcro", "arch_name": "S3518@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47957, "seats": { @@ -50581,18 +55886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41010, "usage_id": 12 }, "0305.03.519": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3519, B\u00fcro", "arch_name": "S3519@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47957, "seats": { @@ -50600,18 +55907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9022, "usage_id": 12 }, "0305.03.520": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3520, B\u00fcro", "arch_name": "S3520@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31435, "seats": { @@ -50619,18 +55928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9024, "usage_id": 12 }, "0305.03.521": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3521, B\u00fcro", "arch_name": "S3521@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31435, "seats": { @@ -50638,18 +55949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9026, "usage_id": 12 }, "0305.03.522": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3522, B\u00fcro", "arch_name": "S3522@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31435, "seats": { @@ -50657,18 +55970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9029, "usage_id": 12 }, "0305.03.523": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3523, B\u00fcro", "arch_name": "S3523@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 30305, "seats": { @@ -50676,18 +55991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41076, "usage_id": 12 }, "0305.03.524": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3524, B\u00fcro", "arch_name": "S3524@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31363, "seats": { @@ -50695,18 +56012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41079, "usage_id": 12 }, "0305.03.525": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3525, B\u00fcro", "arch_name": "S3525@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31363, "seats": { @@ -50714,18 +56033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41087, "usage_id": 12 }, "0305.03.526": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3526, B\u00fcro", "arch_name": "S3526@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31363, "seats": { @@ -50733,18 +56054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41089, "usage_id": 12 }, "0305.03.527": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3527, B\u00fcro", "arch_name": "S3527@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31363, "seats": { @@ -50752,18 +56075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41094, "usage_id": 12 }, "0305.03.528": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3528, Treppenhaus 1", "arch_name": "S3528@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -50771,18 +56096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41150, "usage_id": 223 }, "0305.03.529": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3529, B\u00fcro", "arch_name": "S3529@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -50790,18 +56117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41153, "usage_id": 12 }, "0305.03.529A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3529A, Aufzug", "arch_name": "3529A@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 37569, "seats": { @@ -50809,18 +56138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41157, "usage_id": 4 }, "0305.03.530": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3530, B\u00fcro", "arch_name": "S3530@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -50828,18 +56159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41162, "usage_id": 12 }, "0305.03.531": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3531, B\u00fcro", "arch_name": "S3531@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31363, "seats": { @@ -50847,19 +56180,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41167, "usage_id": 12 }, "0305.03.532": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3532, Sitzungssaal", "arch_name": "S3532@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 24415, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31436, "seats": { @@ -50867,18 +56202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41170, "usage_id": 196 }, "0305.03.533": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3533, Besprechungsraum", "arch_name": "S3533@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31436, "seats": { @@ -50886,18 +56223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41225, "usage_id": 196 }, "0305.03.534": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3534, B\u00fcro", "arch_name": "S3534@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31436, "seats": { @@ -50905,18 +56244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9160, "usage_id": 12 }, "0305.03.535": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3535, Klimatechnik", "arch_name": "S3535@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -50924,18 +56265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41232, "usage_id": 32 }, "0305.03.543": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3543, Technik", "arch_name": "3543@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -50943,18 +56286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41234, "usage_id": 160 }, "0305.03.544": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3544, K\u00fcche", "arch_name": "S3544@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -50962,18 +56307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41239, "usage_id": 28 }, "0305.03.550": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3550, Flur 1 Nord", "arch_name": "S3550@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -50981,18 +56328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41294, "usage_id": 222 }, "0305.03.552": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S3552, Flur 3 S\u00fcd", "arch_name": "S3552@0305", "area_id": 25, "building_id": 574, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -51000,18 +56349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41303, "usage_id": 222 }, "0305.04.501": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4501, B\u00fcro", "arch_name": "S4501@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51019,18 +56370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71015, "usage_id": 12 }, "0305.04.502": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4502, B\u00fcro", "arch_name": "S4502@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51038,18 +56391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71016, "usage_id": 12 }, "0305.04.503": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4503, Prof.-B\u00fcro", "arch_name": "S4503@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51057,18 +56412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71025, "usage_id": 12 }, "0305.04.504": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4504, Sekretariat", "arch_name": "S4504@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51076,18 +56433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71017, "usage_id": 40 }, "0305.04.505": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4505, B\u00fcro", "arch_name": "S4505@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51095,18 +56454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71018, "usage_id": 12 }, "0305.04.506": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4506, B\u00fcro", "arch_name": "S4506@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51114,18 +56475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71019, "usage_id": 12 }, "0305.04.507": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4507, B\u00fcro", "arch_name": "S4507@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51133,18 +56496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71020, "usage_id": 12 }, "0305.04.508": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4508, B\u00fcro", "arch_name": "S4508@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51152,18 +56517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32560, "usage_id": 12 }, "0305.04.509": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4509, B\u00fcro", "arch_name": "S4509@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51171,18 +56538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41365, "usage_id": 12 }, "0305.04.510": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4510, Besprechung", "arch_name": "S4510@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51190,18 +56559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41370, "usage_id": 196 }, "0305.04.511": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4511, Labor", "arch_name": "S4511@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51209,18 +56580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41371, "usage_id": 103 }, "0305.04.512": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4512, EDV/LRZ", "arch_name": "S4512@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51228,18 +56601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41375, "usage_id": 207 }, "0305.04.513": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4513, Vorraum Lastenaufzug", "arch_name": "S4513@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -51247,18 +56622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9202, "usage_id": 222 }, "0305.04.513A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4513A, Lastenaufzug", "arch_name": "S4513A@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -51266,18 +56643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41455, "usage_id": 4 }, "0305.04.514": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4514, Treppenhaus", "arch_name": "S4514@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -51285,18 +56664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9204, "usage_id": 223 }, "0305.04.515": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4515, Flur", "arch_name": "S4515@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -51304,18 +56685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9226, "usage_id": 222 }, "0305.04.516": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4516, K\u00fcche", "arch_name": "S4516@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51323,18 +56706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9228, "usage_id": 28 }, "0305.04.517": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4517, Aufenthaltsraum", "arch_name": "S4517@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51342,18 +56727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9230, "usage_id": 44 }, "0305.04.518": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4518, Werkstatt", "arch_name": "S4518@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51361,18 +56748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9231, "usage_id": 51 }, "0305.04.519": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4519, B\u00fcro", "arch_name": "S4519@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51380,18 +56769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9233, "usage_id": 12 }, "0305.04.520": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4520, B\u00fcro", "arch_name": "S4520@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51399,18 +56790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9253, "usage_id": 12 }, "0305.04.521": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4521, B\u00fcro", "arch_name": "S4521@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51418,18 +56811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9255, "usage_id": 12 }, "0305.04.522": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4522, B\u00fcro", "arch_name": "S4522@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51437,19 +56832,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9256, "usage_id": 12 }, "0305.04.523": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4523, Seminarraum", "arch_name": "S4523@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32332, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24472, "seats": { @@ -51457,18 +56854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9257, "usage_id": 41 }, "0305.04.524": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4524, Flur", "arch_name": "S4524@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -51476,18 +56875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9259, "usage_id": 222 }, "0305.04.525": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4525, Treppe", "arch_name": "S4525@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -51495,18 +56896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9261, "usage_id": 223 }, "0305.04.526": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4526, Aufzug", "arch_name": "S4526@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -51514,18 +56917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41604, "usage_id": 4 }, "0305.04.527": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4527, Treppenhaus", "arch_name": "S4527@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -51533,18 +56938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41607, "usage_id": 223 }, "0305.04.528B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4528B, Flur", "arch_name": "S4528B@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -51552,18 +56959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71028, "usage_id": 222 }, "0305.04.529": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4529, WC-Vorraum Herren", "arch_name": "S4529@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -51571,18 +56980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71026, "usage_id": 118 }, "0305.04.530": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4530, WC-Herren", "arch_name": "S4530@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -51590,18 +57001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41684, "usage_id": 115 }, "0305.04.531": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4531, WC-Damen", "arch_name": "S4531@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -51609,18 +57022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41687, "usage_id": 116 }, "0305.04.532": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4532, Roboterhalle", "arch_name": "S4532@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 24472, "seats": { @@ -51628,19 +57043,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41689, "usage_id": 49 }, "0305.04.533": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4533, Lager", "arch_name": "S4533@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 18733, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 24472, "seats": { @@ -51648,18 +57065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9307, "usage_id": 30 }, "0305.04.534": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4534, B\u00fcro", "arch_name": "S4534@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 37668, "seats": { @@ -51667,18 +57086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68227, "usage_id": 12 }, "0305.04.S28A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S4528A, Flur", "arch_name": "S4528A@0305", "area_id": 25, "building_id": 574, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -51686,18 +57107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71027, "usage_id": 222 }, "0305.DG.501": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5501, Maschinenraum", "arch_name": "S5501@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 37569, "seats": { @@ -51705,18 +57128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41775, "usage_id": 120 }, "0305.DG.502": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5502, Treppenhaus 1", "arch_name": "S5502@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -51724,18 +57149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41844, "usage_id": 223 }, "0305.DG.506": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5506, Technik", "arch_name": "S5506@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -51743,18 +57170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41859, "usage_id": 120 }, "0305.DG.506A": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5506A, Installation/Kriechgang", "arch_name": "S5506A@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -51762,18 +57191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41928, "usage_id": 120 }, "0305.DG.509": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5509, Technik", "arch_name": "S5509@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -51781,18 +57212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41933, "usage_id": 120 }, "0305.DG.509A": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5509A, Installation/Kriechgang", "arch_name": "S5509A@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -51800,18 +57233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41935, "usage_id": 120 }, "0305.DG.510": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5510, Technik", "arch_name": "S5510@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -51819,18 +57254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41938, "usage_id": 120 }, "0305.DG.512": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5512, Flur", "arch_name": "S5512@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -51838,18 +57275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41941, "usage_id": 222 }, "0305.DG.513": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5513, Technik", "arch_name": "S5513@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -51857,18 +57296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40730, "usage_id": 120 }, "0305.DG.514": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5514, Dachtechnik", "arch_name": "S5514@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "Gitterrost", "main_operator_id": 37584, "seats": { @@ -51876,18 +57317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40734, "usage_id": 120 }, "0305.DG.515": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S5515, Dachterasse", "arch_name": "S5515@0305", "area_id": 25, "building_id": 574, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -51895,18 +57338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40736, "usage_id": 219 }, "0305.EG.501": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0501, Treppenhaus 2", "arch_name": "S0501@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -51914,18 +57359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41647, "usage_id": 223 }, "0305.EG.501A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0501A, Lager", "arch_name": "S0501A@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 37992, "seats": { @@ -51933,18 +57380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41650, "usage_id": 30 }, "0305.EG.502": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0502, Foyer", "arch_name": "S0502@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -51952,18 +57401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41713, "usage_id": 222 }, "0305.EG.502A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0502A, Windfang", "arch_name": "S0502A@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -51971,18 +57422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41716, "usage_id": 52 }, "0305.EG.502B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0502B, Windfang", "arch_name": "S0502B@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -51990,19 +57443,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41720, "usage_id": 52 }, "0305.EG.502C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0502C, Foyer Empfang", "arch_name": "S0502C@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32952, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52010,18 +57465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41721, "usage_id": 222 }, "0305.EG.503": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0503, WC-Damen", "arch_name": "S0503@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -52029,18 +57486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41723, "usage_id": 116 }, "0305.EG.505": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0505, WC-Herren", "arch_name": "S0505@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -52048,18 +57507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41724, "usage_id": 115 }, "0305.EG.505A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0505A, WC-Vorraum Herren", "arch_name": "S0505A@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -52067,18 +57528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68226, "usage_id": 118 }, "0305.EG.507": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0507, Putzraum", "arch_name": "S0507@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -52086,19 +57549,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41728, "usage_id": 205 }, "0305.EG.510": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0510, Lager", "arch_name": "S0510@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32953, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52106,18 +57571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59827, "usage_id": 30 }, "0305.EG.511": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0511, Treppenhaus 3", "arch_name": "S0511@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -52125,18 +57592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41730, "usage_id": 223 }, "0305.EG.512": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0512, Lastenaufzug", "arch_name": "S0512@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 37569, "seats": { @@ -52144,18 +57613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41733, "usage_id": 4 }, "0305.EG.513": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0513, Flur", "arch_name": "S0513@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -52163,18 +57634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41734, "usage_id": 222 }, "0305.EG.513A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0513A, Schacht", "arch_name": "S0513A@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -52182,18 +57655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41735, "usage_id": 120 }, "0305.EG.513B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0513B, Schacht", "arch_name": "S0513B@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -52201,18 +57676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41737, "usage_id": 120 }, "0305.EG.513C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0513C, Schacht", "arch_name": "S0513C@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -52220,19 +57697,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41811, "usage_id": 120 }, "0305.EG.515": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0515, Videostudio Regie", "arch_name": "S0515@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32954, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52240,19 +57719,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41813, "usage_id": 153 }, "0305.EG.518": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0518, Videostudio", "arch_name": "S0518@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32955, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52260,19 +57741,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41814, "usage_id": 23 }, "0305.EG.519": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0519, Lager", "arch_name": "S0519@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32956, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52280,19 +57763,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41817, "usage_id": 30 }, "0305.EG.520": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0520, Aufnahmekabine", "arch_name": "S0520@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32957, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19704, "seats": { @@ -52300,18 +57785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19669, "usage_id": 153 }, "0305.EG.521": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0521, Flur", "arch_name": "S0521@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52319,19 +57806,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41887, "usage_id": 222 }, "0305.EG.522": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0522, K\u00fcche", "arch_name": "S0522@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32959, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52339,19 +57828,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41893, "usage_id": 28 }, "0305.EG.524": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0524, B\u00fcro", "arch_name": "S0524@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32960, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52359,19 +57850,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8972, "usage_id": 12 }, "0305.EG.525": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0525, Seminarraum", "arch_name": "S0525@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32961, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52379,19 +57872,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8977, "usage_id": 41 }, "0305.EG.527": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0527, Seminarraum", "arch_name": "S0527@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32962, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52399,19 +57894,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13766, "usage_id": 41 }, "0305.EG.528": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0528, Besprechungsraum", "arch_name": "S0528@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 25894, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52419,19 +57916,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13769, "usage_id": 196 }, "0305.EG.529A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0529, Seminarraum", "arch_name": "S0529@0305", "area_id": 25, "building_id": 574, "calendar_resource_nr": 32963, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19704, "seats": { @@ -52439,18 +57938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68223, "usage_id": 41 }, "0305.EG.531": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0531, Treppenhaus 1", "arch_name": "S0531@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -52458,18 +57959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41900, "usage_id": 223 }, "0305.EG.532": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0532, Poststelle", "arch_name": "S0532@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37984, "seats": { @@ -52477,18 +57980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41902, "usage_id": 180 }, "0305.EG.532A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0532A, Aufzug", "arch_name": "S0532A@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 37569, "seats": { @@ -52496,18 +58001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40766, "usage_id": 4 }, "0305.EG.550": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0550, Flur", "arch_name": "S0550@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -52515,18 +58022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40769, "usage_id": 222 }, "0305.EG.551": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0551, Flur Schleuse", "arch_name": "S0551@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -52534,18 +58043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40770, "usage_id": 105 }, "0305.EG.552": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S0552, Flur", "arch_name": "S0552@0305", "area_id": 25, "building_id": 574, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -52553,18 +58064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68225, "usage_id": 222 }, "0305.U1.503": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1503, Lastenaufzug", "arch_name": "S-1503@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37569, "seats": { @@ -52572,18 +58085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41410, "usage_id": 4 }, "0305.U1.504": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1504, Treppenhaus 2", "arch_name": "S-1504@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -52591,18 +58106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41412, "usage_id": 223 }, "0305.U1.505": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1505, Flur", "arch_name": "S-1505@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -52610,18 +58127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41417, "usage_id": 222 }, "0305.U1.506": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1506, Lager", "arch_name": "S-1506@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -52629,18 +58148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41419, "usage_id": 30 }, "0305.U1.507": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1507, Flur", "arch_name": "S-1507@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -52648,18 +58169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41421, "usage_id": 222 }, "0305.U1.508": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1508, Flur", "arch_name": "S-1508@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -52667,18 +58190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41424, "usage_id": 222 }, "0305.U1.509": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1509, Lager", "arch_name": "S-1509@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -52686,18 +58211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41426, "usage_id": 30 }, "0305.U1.510": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1510, Technik", "arch_name": "S-1510@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -52705,18 +58232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41428, "usage_id": 120 }, "0305.U1.511": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1511, Gang", "arch_name": "S-1511@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -52724,18 +58253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41430, "usage_id": 222 }, "0305.U1.512": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1512, Lager", "arch_name": "S-1512@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -52743,18 +58274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41432, "usage_id": 30 }, "0305.U1.513": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1513, Lager", "arch_name": "S-1513@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -52762,18 +58295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41480, "usage_id": 30 }, "0305.U1.514": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1514, Alte K\u00e4ltezentrale", "arch_name": "S-1514@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -52781,18 +58316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41484, "usage_id": 120 }, "0305.U1.515": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1515, Sanit\u00e4r", "arch_name": "S-1515@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -52800,18 +58337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41489, "usage_id": 37 }, "0305.U1.521": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1521, Lager", "arch_name": "S-1521@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -52819,18 +58358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41566, "usage_id": 30 }, "0305.U1.522": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1522, Lager", "arch_name": "S-1522@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -52838,18 +58379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41569, "usage_id": 30 }, "0305.U1.523": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1523, Gitterbox", "arch_name": "S-1523@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -52857,18 +58400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41571, "usage_id": 30 }, "0305.U1.560": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1560, Treppenhaus", "arch_name": "S-1560@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -52876,18 +58421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41632, "usage_id": 223 }, "0305.U1.568": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1568, Flur", "arch_name": "S-1568@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -52895,18 +58442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41636, "usage_id": 222 }, "0305.U1.568A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1568A, Flur", "arch_name": "S-1568A@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -52914,18 +58463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41638, "usage_id": 222 }, "0305.U1.568B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1568B, Aufzug", "arch_name": "S-1568B@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37569, "seats": { @@ -52933,18 +58484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41644, "usage_id": 4 }, "0305.U1.580": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1580, Verkehrsfl.", "arch_name": "S-1580@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -52952,18 +58505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72810, "usage_id": 222 }, "0305.U1.581": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-1581, Tierfgarage Verkehrsfl\u00e4chen", "arch_name": "S-1581@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -52971,18 +58526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72811, "usage_id": 222 }, "0305.U1.852": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 21", "zip_code": 80333 }, + "alt_name": "S-5182, Tiefgarage Verkehrsfl\u00e4chen", "arch_name": "S-5182@0305", "area_id": 25, "building_id": 574, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -52990,18 +58547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68231, "usage_id": 222 }, "0401.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1101, Archiv", "arch_name": "1101@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26050, "seats": { @@ -53009,18 +58568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37537, "usage_id": 2 }, "0401.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1102, B\u00fcro", "arch_name": "1102@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -53028,18 +58589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19981, "usage_id": 12 }, "0401.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1103, B\u00fcro", "arch_name": "1103@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 37555, "seats": { @@ -53047,18 +58610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7046, "usage_id": 12 }, "0401.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1104, Besprechungsraum", "arch_name": "1104@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -53066,18 +58631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37741, "usage_id": 196 }, "0401.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1105, Teek\u00fcche", "arch_name": "1105@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53085,18 +58652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37749, "usage_id": 198 }, "0401.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1106, B\u00fcro", "arch_name": "1106@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -53104,18 +58673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7056, "usage_id": 12 }, "0401.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1107, B\u00fcro", "arch_name": "1107@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26059, "seats": { @@ -53123,18 +58694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7137, "usage_id": 12 }, "0401.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1108, B\u00fcro", "arch_name": "1108@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26059, "seats": { @@ -53142,18 +58715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7139, "usage_id": 12 }, "0401.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1109, B\u00fcro", "arch_name": "1109@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -53161,18 +58736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7143, "usage_id": 12 }, "0401.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1110, B\u00fcro", "arch_name": "1110@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26050, "seats": { @@ -53180,18 +58757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7146, "usage_id": 12 }, "0401.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1111, B\u00fcro", "arch_name": "1111@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26050, "seats": { @@ -53199,18 +58778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7150, "usage_id": 12 }, "0401.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1112, B\u00fcro/ZV 4-Leitung", "arch_name": "1112@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26050, "seats": { @@ -53218,18 +58799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7152, "usage_id": 12 }, "0401.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1113, B\u00fcro", "arch_name": "1113@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53237,18 +58820,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 2 + "tumonline_id": 37791, + "usage_id": 12 }, "0401.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1114, B\u00fcro", "arch_name": "1114@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26059, "seats": { @@ -53256,18 +58841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7156, "usage_id": 12 }, "0401.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1115, B\u00fcro", "arch_name": "1115@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -53275,18 +58862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7163, "usage_id": 12 }, "0401.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1116, B\u00fcro", "arch_name": "1116@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -53294,18 +58883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7167, "usage_id": 12 }, "0401.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1117, B\u00fcro", "arch_name": "1117@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -53313,18 +58904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7171, "usage_id": 12 }, "0401.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1118, Flur", "arch_name": "1118@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53332,18 +58925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37812, "usage_id": 222 }, "0401.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1119, B\u00fcro", "arch_name": "1119@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -53351,18 +58946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7176, "usage_id": 12 }, "0401.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1120, B\u00fcro", "arch_name": "1120@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -53370,18 +58967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7179, "usage_id": 12 }, "0401.01.121": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1121, Flur", "arch_name": "1121@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53389,18 +58988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37835, "usage_id": 222 }, "0401.01.121A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "121A, Lager", "arch_name": "121A@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -53408,18 +59009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37842, "usage_id": 30 }, "0401.01.122": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1122, WC-Damen", "arch_name": "1122@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53427,18 +59030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37845, "usage_id": 116 }, "0401.01.123": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1123, WC-Herren", "arch_name": "1123@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53446,18 +59051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37706, "usage_id": 115 }, "0401.01.123A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1123A, K\u00fcche", "arch_name": "1123A@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -53465,18 +59072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37716, "usage_id": 198 }, "0401.01.124": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1124, Treppenhaus", "arch_name": "1124@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -53484,18 +59093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37722, "usage_id": 223 }, "0401.01.125": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1125, WC-Damen", "arch_name": "1125@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53503,18 +59114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37727, "usage_id": 116 }, "0401.01.126": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "1126, WC-Herren", "arch_name": "1126@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53522,18 +59135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37956, "usage_id": 115 }, "0401.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2201, Kopierraum", "arch_name": "2201@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19690, "seats": { @@ -53541,18 +59156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37965, "usage_id": 110 }, "0401.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2202, B\u00fcro", "arch_name": "2202@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26036, "seats": { @@ -53560,18 +59177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7115, "usage_id": 12 }, "0401.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2203, B\u00fcro", "arch_name": "2203@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25984, "seats": { @@ -53579,18 +59198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7118, "usage_id": 12 }, "0401.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2204, B\u00fcro", "arch_name": "2204@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25984, "seats": { @@ -53598,18 +59219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37983, "usage_id": 12 }, "0401.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2205, Archiv", "arch_name": "2205@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19690, "seats": { @@ -53617,18 +59240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37990, "usage_id": 2 }, "0401.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2206, B\u00fcro", "arch_name": "2206@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26000, "seats": { @@ -53636,18 +59261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7130, "usage_id": 12 }, "0401.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2207, B\u00fcro", "arch_name": "2207@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26000, "seats": { @@ -53655,18 +59282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7134, "usage_id": 12 }, "0401.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2208, B\u00fcro", "arch_name": "2208@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26000, "seats": { @@ -53674,18 +59303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38012, "usage_id": 12 }, "0401.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2209, Besprechungsraum", "arch_name": "2209@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19690, "seats": { @@ -53693,18 +59324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38018, "usage_id": 196 }, "0401.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2210, Postraum", "arch_name": "2210@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19690, "seats": { @@ -53712,18 +59345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38024, "usage_id": 12 }, "0401.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2211, B\u00fcro", "arch_name": "2211@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25995, "seats": { @@ -53731,18 +59366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7304, "usage_id": 12 }, "0401.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2212, B\u00fcro", "arch_name": "2212@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26000, "seats": { @@ -53750,18 +59387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7308, "usage_id": 12 }, "0401.02.213": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2213, B\u00fcro", "arch_name": "2213@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26000, "seats": { @@ -53769,18 +59408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7194, "usage_id": 12 }, "0401.02.214": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2214, B\u00fcro", "arch_name": "2214@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19690, "seats": { @@ -53788,18 +59429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7197, "usage_id": 12 }, "0401.02.215": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2215, Besprechungsraum", "arch_name": "2215@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53807,18 +59450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37854, "usage_id": 196 }, "0401.02.215A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2215A, B\u00fcro", "arch_name": "2215A@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19690, "seats": { @@ -53826,18 +59471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63398, "usage_id": 12 }, "0401.02.216": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2216, Flur", "arch_name": "2216@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53845,18 +59492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37863, "usage_id": 222 }, "0401.02.217": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2217, Flur", "arch_name": "2217@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -53864,18 +59513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37869, "usage_id": 222 }, "0401.02.217A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2217A, WC-Damen", "arch_name": "2217A@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19690, "seats": { @@ -53883,18 +59534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37900, "usage_id": 116 }, "0401.02.218": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2218, LRZ-Verteilerknoten", "arch_name": "2218@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39906, "seats": { @@ -53902,18 +59555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37906, "usage_id": 120 }, "0401.02.219": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2219, B\u00fcro", "arch_name": "2219@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19690, "seats": { @@ -53921,18 +59576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7243, "usage_id": 12 }, "0401.02.220": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2220, B\u00fcro", "arch_name": "2220@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19690, "seats": { @@ -53940,18 +59597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7247, "usage_id": 12 }, "0401.02.221": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2221, WC-Damen", "arch_name": "2221@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53959,18 +59618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37923, "usage_id": 116 }, "0401.02.222": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2222, WC-Herren", "arch_name": "2222@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53978,18 +59639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37931, "usage_id": 115 }, "0401.02.222A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2222A, WC-Vorraum Herren", "arch_name": "2222A@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -53997,18 +59660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68284, "usage_id": 118 }, "0401.02.223": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2223, WC-Damen", "arch_name": "2223@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -54016,18 +59681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37938, "usage_id": 116 }, "0401.02.224": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2224, WC-Herren", "arch_name": "2224@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -54035,18 +59702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37946, "usage_id": 115 }, "0401.02.225": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "2225, Treppenhaus", "arch_name": "2225@0401", "area_id": 24, "building_id": 575, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -54054,18 +59723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37876, "usage_id": 223 }, "0401.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3301/2, B\u00fcro", "arch_name": "3301/2@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54073,18 +59744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7261, "usage_id": 12 }, "0401.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3303, B\u00fcro", "arch_name": "3303@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54092,18 +59765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7265, "usage_id": 12 }, "0401.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3304, B\u00fcro", "arch_name": "3304@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54111,18 +59786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7268, "usage_id": 12 }, "0401.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3305, Kopierraum", "arch_name": "3305@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54130,18 +59807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37897, "usage_id": 110 }, "0401.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3306, B\u00fcro", "arch_name": "3306@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -54149,18 +59828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7272, "usage_id": 12 }, "0401.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3307, B\u00fcro", "arch_name": "3307@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26122, "seats": { @@ -54168,18 +59849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7274, "usage_id": 12 }, "0401.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3308, B\u00fcro", "arch_name": "3308@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54187,18 +59870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7277, "usage_id": 12 }, "0401.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3309, B\u00fcro", "arch_name": "3309@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -54206,18 +59891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7280, "usage_id": 12 }, "0401.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3310, Post", "arch_name": "3310@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54225,19 +59912,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38089, "usage_id": 110 }, "0401.03.311": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3311, Besprechungsraum", "arch_name": "3311@0401", "area_id": 24, "building_id": 575, "calendar_resource_nr": 30192, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54245,18 +59934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38092, "usage_id": 196 }, "0401.03.312": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3312, B\u00fcro", "arch_name": "3312@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54264,18 +59955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59164, "usage_id": 131 }, "0401.03.313": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3313, B\u00fcro", "arch_name": "3313@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54283,18 +59976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7207, "usage_id": 12 }, "0401.03.314": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3314, B\u00fcro", "arch_name": "3314@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26122, "seats": { @@ -54302,18 +59997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38101, "usage_id": 12 }, "0401.03.315": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3315, B\u00fcro", "arch_name": "3315@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26122, "seats": { @@ -54321,18 +60018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7218, "usage_id": 12 }, "0401.03.316": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3316, B\u00fcro", "arch_name": "3316@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54340,18 +60039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7225, "usage_id": 12 }, "0401.03.317": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3317, Technikraum 2", "arch_name": "3317@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54359,18 +60060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38116, "usage_id": 207 }, "0401.03.318": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3318, Flur", "arch_name": "3318@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -54378,18 +60081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20048, "usage_id": 222 }, "0401.03.319": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3319, B\u00fcro", "arch_name": "3319@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54397,18 +60102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7233, "usage_id": 12 }, "0401.03.320": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3320, B\u00fcro", "arch_name": "3320@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54416,18 +60123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7235, "usage_id": 12 }, "0401.03.321": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3321, K\u00fcche", "arch_name": "3321@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -54435,18 +60144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38138, "usage_id": 28 }, "0401.03.322": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3322, WC-Damen", "arch_name": "3322@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -54454,18 +60165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38146, "usage_id": 116 }, "0401.03.323": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3323, Flur", "arch_name": "3323@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -54473,18 +60186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38152, "usage_id": 222 }, "0401.03.324": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3324, WC-Herren", "arch_name": "3324@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -54492,18 +60207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38156, "usage_id": 115 }, "0401.03.325": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3325, WC-Herren", "arch_name": "3325@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -54511,18 +60228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38161, "usage_id": 115 }, "0401.03.326": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3326, Treppenhaus", "arch_name": "3326@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -54530,18 +60249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38166, "usage_id": 223 }, "0401.03.327": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3327, WC-Damen", "arch_name": "3327@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -54549,18 +60270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68285, "usage_id": 116 }, "0401.03.328": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "3328, Lager", "arch_name": "3328@0401", "area_id": 24, "building_id": 575, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -54568,18 +60291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68288, "usage_id": 30 }, "0401.04.401": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4401, B\u00fcro", "arch_name": "4401@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54587,18 +60312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14479, "usage_id": 12 }, "0401.04.402": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4402, B\u00fcro", "arch_name": "4402@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54606,18 +60333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14505, "usage_id": 12 }, "0401.04.403": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4403, B\u00fcro", "arch_name": "4403@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54625,18 +60354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20214, "usage_id": 12 }, "0401.04.404": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4404, B\u00fcro", "arch_name": "4404@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54644,18 +60375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7344, "usage_id": 12 }, "0401.04.405": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4405, Druckerraum", "arch_name": "4405@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54663,19 +60396,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38060, "usage_id": 110 }, "0401.04.406": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4406, Gruppenarbeitsraum/Besprechungsraum", "arch_name": "4406@0401", "area_id": 24, "building_id": 575, "calendar_resource_nr": 18112, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54683,18 +60418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7348, "usage_id": 131 }, "0401.04.408": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4408, B\u00fcro", "arch_name": "4408@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54702,18 +60439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14518, "usage_id": 12 }, "0401.04.409": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4409, B\u00fcro", "arch_name": "4409@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54721,18 +60460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20260, "usage_id": 12 }, "0401.04.410": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4410, Teek\u00fcche", "arch_name": "4410@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54740,18 +60481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38289, "usage_id": 198 }, "0401.04.411": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4411, B\u00fcro", "arch_name": "4411@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54759,18 +60502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20267, "usage_id": 12 }, "0401.04.412": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4412, B\u00fcro", "arch_name": "4412@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54778,18 +60523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20303, "usage_id": 12 }, "0401.04.413": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4413, B\u00fcro", "arch_name": "4413@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26130, "seats": { @@ -54797,18 +60544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14463, "usage_id": 12 }, "0401.04.414": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4414, B\u00fcro", "arch_name": "4414@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26134, "seats": { @@ -54816,18 +60565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20309, "usage_id": 12 }, "0401.04.415": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4415, B\u00fcro", "arch_name": "4415@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26134, "seats": { @@ -54835,18 +60586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14465, "usage_id": 12 }, "0401.04.416": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4416, B\u00fcro", "arch_name": "4416@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26134, "seats": { @@ -54854,18 +60607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20313, "usage_id": 12 }, "0401.04.417": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4417, Seminarraum", "arch_name": "4417@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26134, "seats": { @@ -54873,18 +60628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38309, "usage_id": 41 }, "0401.04.418": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4418, Technikraum 2", "arch_name": "4418@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26134, "seats": { @@ -54892,18 +60649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38311, "usage_id": 207 }, "0401.04.419": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4419, B\u00fcro", "arch_name": "4419@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26134, "seats": { @@ -54911,18 +60670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20353, "usage_id": 12 }, "0401.04.420": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4420, B\u00fcro", "arch_name": "4420@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26134, "seats": { @@ -54930,18 +60691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20495, "usage_id": 12 }, "0401.04.421": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4421, B\u00fcro", "arch_name": "4421@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26134, "seats": { @@ -54949,18 +60712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19743, "usage_id": 12 }, "0401.04.422": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4422, WC", "arch_name": "4422@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -54968,18 +60733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38215, "usage_id": 114 }, "0401.04.423": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4423, Flur", "arch_name": "4423@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -54987,18 +60754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38371, "usage_id": 222 }, "0401.04.424": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4424, WC", "arch_name": "4424@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55006,18 +60775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38374, "usage_id": 114 }, "0401.04.425": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4425, Ruheraum", "arch_name": "4425@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55025,18 +60796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38387, "usage_id": 44 }, "0401.04.427": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4427, Flur", "arch_name": "4427@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55044,18 +60817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38392, "usage_id": 222 }, "0401.04.428": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4428, Treppenhaus", "arch_name": "4428@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55063,18 +60838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38396, "usage_id": 223 }, "0401.04.429": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4429, WC-Herren", "arch_name": "4429@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55082,18 +60859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68287, "usage_id": 115 }, "0401.04.429A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "4429A, Flur", "arch_name": "4429A@0401", "area_id": 24, "building_id": 575, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55101,18 +60880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68286, "usage_id": 222 }, "0401.DG.501": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "5501, Install./Dachabstellraum", "arch_name": "5501@0401", "area_id": 24, "building_id": 575, + "floor_level": "DG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -55120,18 +60901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68275, "usage_id": 120 }, "0401.DG.528": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "5528, Treppenhaus", "arch_name": "5528@0401", "area_id": 24, "building_id": 575, + "floor_level": "DG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -55139,18 +60922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68276, "usage_id": 223 }, "0401.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0001, WC-Damen", "arch_name": "0001@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55158,18 +60943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37621, "usage_id": 116 }, "0401.EG.001A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0001A, WC-Vorraum Damen", "arch_name": "0001A@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55177,18 +60964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68281, "usage_id": 118 }, "0401.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0002, WC-Herren", "arch_name": "0002@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55196,18 +60985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37628, "usage_id": 115 }, "0401.EG.002A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0002A, WC-Vorraum Herren", "arch_name": "0002A@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55215,18 +61006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68280, "usage_id": 118 }, "0401.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0003, SAP-Schulungsraum", "arch_name": "0003@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -55234,18 +61027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7031, "usage_id": 131 }, "0401.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0005, Putzraum", "arch_name": "0005@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -55253,18 +61048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37657, "usage_id": 205 }, "0401.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0007, EDV-Schulungsraum", "arch_name": "0007@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -55272,18 +61069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37663, "usage_id": 131 }, "0401.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0008, Workshopraum", "arch_name": "0008@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26126, "seats": { @@ -55291,18 +61090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37668, "usage_id": 131 }, "0401.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0009, Flur", "arch_name": "0009@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55310,18 +61111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37673, "usage_id": 222 }, "0401.EG.009A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0009, Einfahrt", "arch_name": "0009@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -55329,18 +61132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37678, "usage_id": 222 }, "0401.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0010, Besprechungsraum", "arch_name": "0010@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -55348,18 +61153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37686, "usage_id": 196 }, "0401.EG.010A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0010A, Flur/Papierlager", "arch_name": "0010A@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -55367,18 +61174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66887, "usage_id": 222 }, "0401.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0011, B\u00fcro", "arch_name": "0011@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38010, "seats": { @@ -55386,18 +61195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7070, "usage_id": 12 }, "0401.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0012, B\u00fcro", "arch_name": "0012@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38011, "seats": { @@ -55405,18 +61216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7076, "usage_id": 12 }, "0401.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0013, B\u00fcro", "arch_name": "0013@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38011, "seats": { @@ -55424,18 +61237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7081, "usage_id": 12 }, "0401.EG.015": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0015, Besprechungsraum/ZV 4", "arch_name": "0015@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55443,18 +61258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37508, "usage_id": 196 }, "0401.EG.015A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "015A, Lager", "arch_name": "015A@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55462,18 +61279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37515, "usage_id": 30 }, "0401.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0016, B\u00fcro", "arch_name": "0016@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26050, "seats": { @@ -55481,18 +61300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7093, "usage_id": 12 }, "0401.EG.017": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0017, B\u00fcro", "arch_name": "0017@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55500,18 +61321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7095, "usage_id": 12 }, "0401.EG.018": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0018, B\u00fcro", "arch_name": "0018@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55519,18 +61342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18794, "usage_id": 12 }, "0401.EG.019": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0019, WC-Damen", "arch_name": "0019@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55538,18 +61363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37569, "usage_id": 116 }, "0401.EG.019A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0019A, WC-Vorraum Damen", "arch_name": "0019A@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55557,18 +61384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68282, "usage_id": 118 }, "0401.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0020, WC-Herren", "arch_name": "0020@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55576,18 +61405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37576, "usage_id": 115 }, "0401.EG.020A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0020A, WC-Vorraum Herren", "arch_name": "0020A@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55595,18 +61426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68283, "usage_id": 118 }, "0401.EG.021": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0021, K\u00fcche", "arch_name": "0021@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55614,18 +61447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37589, "usage_id": 28 }, "0401.EG.022": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0022, Flur", "arch_name": "0022@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -55633,18 +61468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37601, "usage_id": 222 }, "0401.EG.023": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "0023, Treppenhaus", "arch_name": "0023@0401", "area_id": 24, "building_id": 575, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -55652,18 +61489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37529, "usage_id": 223 }, "0401.U1.001A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1001A, Archiv", "arch_name": "-1001A@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -55671,18 +61510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68277, "usage_id": 2 }, "0401.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1006, Lager", "arch_name": "-1006@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14156, "seats": { @@ -55690,18 +61531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40827, "usage_id": 30 }, "0401.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1007, Lager", "arch_name": "-1007@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19690, "seats": { @@ -55709,18 +61552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37424, "usage_id": 30 }, "0401.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1008, Lager", "arch_name": "-1008@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19690, "seats": { @@ -55728,18 +61573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37429, "usage_id": 30 }, "0401.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1009, Lager", "arch_name": "-1009@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -55747,18 +61594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37436, "usage_id": 30 }, "0401.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1010, Archiv", "arch_name": "-1010@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -55766,18 +61615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37441, "usage_id": 2 }, "0401.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1011, Archiv", "arch_name": "-1011@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -55785,18 +61636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37443, "usage_id": 2 }, "0401.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1012, Lager", "arch_name": "-1012@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -55804,18 +61657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37447, "usage_id": 30 }, "0401.U1.013": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1013, Archiv", "arch_name": "-1013@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -55823,18 +61678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37453, "usage_id": 2 }, "0401.U1.014": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1014, Archiv", "arch_name": "-1014@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -55842,18 +61699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37463, "usage_id": 2 }, "0401.U1.015": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1015, Lager", "arch_name": "-1015@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14156, "seats": { @@ -55861,18 +61720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37467, "usage_id": 30 }, "0401.U1.016": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1016, Heiz.-/EDV-Technik", "arch_name": "-1016@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -55880,18 +61741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37480, "usage_id": 201 }, "0401.U1.021": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1021, Raumlufttechnik", "arch_name": "-1021@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -55899,18 +61762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37387, "usage_id": 32 }, "0401.U1.022": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1022, Treppenhaus", "arch_name": "-1022@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -55918,18 +61783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37606, "usage_id": 223 }, "0401.U1.023": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1023, Kellerflur", "arch_name": "-1023@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -55937,18 +61804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37612, "usage_id": 222 }, "0401.U1.024": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1024, Keller-Technik-Flur", "arch_name": "-1024@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -55956,18 +61825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37615, "usage_id": 222 }, "0401.U1.025": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "-1025, Serverraum", "arch_name": "-1025@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14156, "seats": { @@ -55975,18 +61846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68279, "usage_id": 207 }, "0401.U1.999": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 18", "zip_code": 80333 }, + "alt_name": "Nicht genutzte Nutzfl\u00e4chen", "arch_name": "@0401", "area_id": 24, "building_id": 575, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -55994,18 +61867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68278, "usage_id": 217 }, "0403.01.020": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "1020, Flur/Vorplatz", "arch_name": "1020@0403", "area_id": 24, "building_id": 576, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56013,18 +61888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38654, "usage_id": 222 }, "0403.01.020A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "1020a, Treppe", "arch_name": "1020a@0403", "area_id": 24, "building_id": 576, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 33167, "seats": { @@ -56032,18 +61909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38657, "usage_id": 223 }, "0403.01.021": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "1021, Mehrzweckraum", "arch_name": "1021@0403", "area_id": 24, "building_id": 576, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 33167, "seats": { @@ -56051,18 +61930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38661, "usage_id": 130 }, "0403.01.022": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "1022, Ger\u00e4te/Lager", "arch_name": "1022@0403", "area_id": 24, "building_id": 576, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56070,18 +61951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38666, "usage_id": 18 }, "0403.01.023": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "1023, Technik/Gasheizung", "arch_name": "1023@0403", "area_id": 24, "building_id": 576, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 33167, "seats": { @@ -56089,18 +61972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38684, "usage_id": 17 }, "0403.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0001, Windfang", "arch_name": "0001@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 33167, "seats": { @@ -56108,18 +61993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38469, "usage_id": 52 }, "0403.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0002, Diele", "arch_name": "0002@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56127,18 +62014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38476, "usage_id": 222 }, "0403.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0003, Flur", "arch_name": "0003@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56146,18 +62035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38478, "usage_id": 222 }, "0403.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0004, Lager/Spielger\u00e4te", "arch_name": "0004@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56165,18 +62056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38487, "usage_id": 18 }, "0403.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0005, Gardarobe zu Gruppenraum 1", "arch_name": "0005@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56184,18 +62077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38496, "usage_id": 121 }, "0403.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0006, WC-Vorraum", "arch_name": "0006@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56203,18 +62098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38500, "usage_id": 37 }, "0403.EG.007A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0007A, WC", "arch_name": "0007A@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 33167, "seats": { @@ -56222,18 +62119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38348, "usage_id": 114 }, "0403.EG.007B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0007B, WC", "arch_name": "0007B@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 33167, "seats": { @@ -56241,18 +62140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38355, "usage_id": 114 }, "0403.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0008, Gardarobe zu Gruppenraum 2", "arch_name": "0008@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56260,18 +62161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38361, "usage_id": 121 }, "0403.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0009, Lager", "arch_name": "0009@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56279,18 +62182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38369, "usage_id": 30 }, "0403.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0010, Gruppenhauptraum 1", "arch_name": "0010@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56298,18 +62203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38598, "usage_id": 146 }, "0403.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0011, Gruppennebenraum", "arch_name": "0011@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56317,18 +62224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38605, "usage_id": 146 }, "0403.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0012, Gruppenraum 2", "arch_name": "0012@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56336,18 +62245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38610, "usage_id": 146 }, "0403.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0013, Flur/Personal", "arch_name": "0013@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56355,18 +62266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38617, "usage_id": 222 }, "0403.EG.014": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0014, Leiterinnenzimmer", "arch_name": "0014@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56374,18 +62287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38623, "usage_id": 12 }, "0403.EG.015": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0015, Flur/Anschlussraum", "arch_name": "0015@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 33167, "seats": { @@ -56393,18 +62308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38629, "usage_id": 222 }, "0403.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0016, WC-Personal", "arch_name": "0016@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 33167, "seats": { @@ -56412,18 +62329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38633, "usage_id": 114 }, "0403.EG.017": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0017, K\u00fcche", "arch_name": "0017@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 33167, "seats": { @@ -56431,18 +62350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38637, "usage_id": 28 }, "0403.EG.018": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0018, Lager", "arch_name": "0018@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 33167, "seats": { @@ -56450,18 +62371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38642, "usage_id": 30 }, "0403.EG.019": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 14", "zip_code": 80333 }, + "alt_name": "0019, Abstellraum", "arch_name": "0019@0403", "area_id": 24, "building_id": 576, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 33167, "seats": { @@ -56469,19 +62392,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38647, "usage_id": 159 }, "0501.01.100": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1100, H\u00f6rsaal ohne exp. B\u00fchne", "arch_name": "1100@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 12655, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -56489,18 +62414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8093, "usage_id": 20 }, "0501.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1108, Fluchttreppenh.", "arch_name": "1108@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -56508,18 +62435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39551, "usage_id": 223 }, "0501.01.108A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1108A, Fluchttreppenhaus", "arch_name": "1108A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -56527,18 +62456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74705, "usage_id": 223 }, "0501.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1110, Treppenraum Nord", "arch_name": "1110@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -56546,18 +62477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39513, "usage_id": 223 }, "0501.01.110A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1110A, Flur", "arch_name": "1110A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -56565,18 +62498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74704, "usage_id": 222 }, "0501.01.110C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1110C, Flur", "arch_name": "1110C@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -56584,18 +62519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74701, "usage_id": 222 }, "0501.01.110E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1110E, Flur", "arch_name": "1110E@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -56603,18 +62540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74702, "usage_id": 222 }, "0501.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1111, WC-Damen", "arch_name": "1111@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -56622,18 +62561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39518, "usage_id": 116 }, "0501.01.111A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1111A, Vorraum WC-D", "arch_name": "1111A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -56641,18 +62582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74718, "usage_id": 118 }, "0501.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1112, B\u00fcro", "arch_name": "1112@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19660, "seats": { @@ -56660,18 +62603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39674, "usage_id": 12 }, "0501.01.112A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1112A, Teek\u00fcche", "arch_name": "1112A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19660, "seats": { @@ -56679,18 +62624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39688, "usage_id": 198 }, "0501.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1113, WC-Herren", "arch_name": "1113@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -56698,18 +62645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39694, "usage_id": 115 }, "0501.01.113A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1113A, Vorraum WC-H", "arch_name": "1113A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -56717,18 +62666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74719, "usage_id": 118 }, "0501.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1117, Arbeitsraum / ohne Besp.Grp.", "arch_name": "1117@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47297, "seats": { @@ -56736,18 +62687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8119, "usage_id": 12 }, "0501.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1119, B\u00fcro", "arch_name": "1119@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50337, "seats": { @@ -56755,18 +62708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8120, "usage_id": 12 }, "0501.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1120, Bildstudio", "arch_name": "1120@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -56774,18 +62729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39701, "usage_id": 125 }, "0501.01.120A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1120A, Galerie", "arch_name": "1120A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -56793,18 +62750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74710, "usage_id": 206 }, "0501.01.123": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1123, B\u00fcro", "arch_name": "1123@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 50337, "seats": { @@ -56812,18 +62771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8125, "usage_id": 12 }, "0501.01.125": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1125, B\u00fcro", "arch_name": "1125@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 50337, "seats": { @@ -56831,18 +62792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8127, "usage_id": 12 }, "0501.01.126": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1126, B\u00fcro/Werkstatt-Bibliothek", "arch_name": "1126@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -56850,18 +62813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18958, "usage_id": 51 }, "0501.01.126G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1126G, Lager/Galerie", "arch_name": "1126G@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -56869,18 +62834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39713, "usage_id": 30 }, "0501.01.127": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1127, B\u00fcro", "arch_name": "1127@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 50337, "seats": { @@ -56888,18 +62855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39780, "usage_id": 12 }, "0501.01.129": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1129, B\u00fcro", "arch_name": "1129@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 50337, "seats": { @@ -56907,18 +62876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8085, "usage_id": 12 }, "0501.01.130A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1130A, Putzraum", "arch_name": "1130A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37989, "seats": { @@ -56926,18 +62897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39639, "usage_id": 205 }, "0501.01.133": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1133, B\u00fcro", "arch_name": "1133@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 50337, "seats": { @@ -56945,18 +62918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8089, "usage_id": 12 }, "0501.01.135": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1135, WC-Damen", "arch_name": "1135@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -56964,18 +62939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39651, "usage_id": 116 }, "0501.01.135A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1135A, Putzraum", "arch_name": "1135A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -56983,18 +62960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39654, "usage_id": 205 }, "0501.01.135B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1135B, Vorraum WC-D", "arch_name": "1135B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -57002,18 +62981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74715, "usage_id": 118 }, "0501.01.136": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1136, Lesesaal", "arch_name": "1136@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57021,18 +63002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39658, "usage_id": 150 }, "0501.01.137": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1137, WC-Herren", "arch_name": "1137@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -57040,18 +63023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39880, "usage_id": 115 }, "0501.01.137A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1137A, Vorraum WC-H", "arch_name": "1137A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -57059,18 +63044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74713, "usage_id": 118 }, "0501.01.138": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1138, Lager", "arch_name": "1138@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -57078,18 +63065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74720, "usage_id": 30 }, "0501.01.141": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1141, Lager", "arch_name": "1141@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 29396, "seats": { @@ -57097,18 +63086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39896, "usage_id": 30 }, "0501.01.142": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1142, Scannerraum", "arch_name": "1142@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57116,18 +63107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39899, "usage_id": 110 }, "0501.01.142B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1142B, Treppenraum", "arch_name": "1142B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -57135,18 +63128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39917, "usage_id": 223 }, "0501.01.142C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1142C, Installationsraum Bibliothek", "arch_name": "1142C@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -57154,18 +63149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39920, "usage_id": 120 }, "0501.01.142D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1142D, Lager", "arch_name": "1142D@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -57173,18 +63170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39924, "usage_id": 30 }, "0501.01.142E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1142E, Lager", "arch_name": "1142E@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -57192,18 +63191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74712, "usage_id": 30 }, "0501.01.142F": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1142F, Gang", "arch_name": "1142F@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -57211,18 +63212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74709, "usage_id": 16 }, "0501.01.142G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1142G, Gang", "arch_name": "1142G@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -57230,18 +63233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74708, "usage_id": 16 }, "0501.01.142H": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1142H, Treppe", "arch_name": "1142H@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -57249,18 +63254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74711, "usage_id": 223 }, "0501.01.143": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1143, Garderobe Bibliothek", "arch_name": "1143@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -57268,18 +63275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39930, "usage_id": 121 }, "0501.01.151A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1151A, Installationsschacht", "arch_name": "1151A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -57287,18 +63296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39821, "usage_id": 120 }, "0501.01.151B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1151B, Installationsschacht", "arch_name": "1151B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -57306,18 +63317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39823, "usage_id": 120 }, "0501.01.151C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1151C, Installationsraum", "arch_name": "1151C@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -57325,18 +63338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74722, "usage_id": 120 }, "0501.01.152B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1152B, Installationsraum", "arch_name": "1152B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -57344,18 +63359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39832, "usage_id": 120 }, "0501.01.153": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1153, WC-Herren mit Putzraum", "arch_name": "1153@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -57363,18 +63380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39837, "usage_id": 115 }, "0501.01.153A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1153A, LRZ-Verteilerknoten", "arch_name": "1153A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -57382,18 +63401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39842, "usage_id": 120 }, "0501.01.153B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1153B, Vorraum WC-H", "arch_name": "1153B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -57401,18 +63422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74714, "usage_id": 118 }, "0501.01.154": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1154, B\u00fcro", "arch_name": "1154@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57420,18 +63443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39798, "usage_id": 186 }, "0501.01.154B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1154B, Lager", "arch_name": "1154B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -57439,18 +63464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65365, "usage_id": 30 }, "0501.01.155": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1155, WC-Damen mit Putzraum", "arch_name": "1155@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -57458,18 +63485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39810, "usage_id": 116 }, "0501.01.155A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1155A, Vorraum WC-D", "arch_name": "1155A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -57477,18 +63506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74717, "usage_id": 118 }, "0501.01.157": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1157, Zahlstelle", "arch_name": "1157@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26045, "seats": { @@ -57496,18 +63527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8182, "usage_id": 12 }, "0501.01.160": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1160, Lesesaal", "arch_name": "1160@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57515,18 +63548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41389, "usage_id": 150 }, "0501.01.160A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1160A, Personenaufzug", "arch_name": "1160A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -57534,18 +63569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74721, "usage_id": 4 }, "0501.01.161A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1161A, Installationsschacht", "arch_name": "1161A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -57553,18 +63590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41395, "usage_id": 120 }, "0501.01.161B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1161B, Installationsschacht", "arch_name": "1161B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -57572,18 +63611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41402, "usage_id": 120 }, "0501.01.163": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1163, B\u00fcro", "arch_name": "1163@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57591,18 +63632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65366, "usage_id": 12 }, "0501.01.164": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1164, Lager", "arch_name": "1164@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57610,18 +63653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41408, "usage_id": 30 }, "0501.01.165": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1165, B\u00fcro", "arch_name": "1165@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26036, "seats": { @@ -57629,18 +63674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8186, "usage_id": 12 }, "0501.01.165A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1165A, B\u00fcro", "arch_name": "1165A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26036, "seats": { @@ -57648,18 +63695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8265, "usage_id": 12 }, "0501.01.166": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1166, Flur", "arch_name": "1166@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -57667,18 +63716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41473, "usage_id": 222 }, "0501.01.168": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1168, B\u00fcro", "arch_name": "1168@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57686,18 +63737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8268, "usage_id": 12 }, "0501.01.168A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1168A, B\u00fcro", "arch_name": "1168A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57705,18 +63758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41529, "usage_id": 12 }, "0501.01.168B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1168B, B\u00fcro", "arch_name": "1168B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57724,18 +63779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41532, "usage_id": 12 }, "0501.01.168C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1168C, B\u00fcro", "arch_name": "1168C@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57743,18 +63800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41538, "usage_id": 12 }, "0501.01.168D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1168D, B\u00fcro", "arch_name": "1168D@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57762,18 +63821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41542, "usage_id": 12 }, "0501.01.168E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1168E, Flur", "arch_name": "1168E@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57781,18 +63842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65364, "usage_id": 222 }, "0501.01.169": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1169, B\u00fcro", "arch_name": "1169@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26036, "seats": { @@ -57800,18 +63863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8279, "usage_id": 12 }, "0501.01.170": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1170, B\u00fcro", "arch_name": "1170@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -57819,18 +63884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8281, "usage_id": 12 }, "0501.01.171": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1171, B\u00fcro", "arch_name": "1171@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26036, "seats": { @@ -57838,18 +63905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8285, "usage_id": 12 }, "0501.01.171A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1171A, Lager", "arch_name": "1171A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26036, "seats": { @@ -57857,18 +63926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41621, "usage_id": 30 }, "0501.01.172": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1172, B\u00fcro", "arch_name": "1172@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -57876,18 +63947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41625, "usage_id": 12 }, "0501.01.173": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1173, Scannerraum", "arch_name": "1173@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -57895,18 +63968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58864, "usage_id": 110 }, "0501.01.174": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1174, B\u00fcro Bibliothek", "arch_name": "1174@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -57914,18 +63989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19032, "usage_id": 12 }, "0501.01.174A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1174A, Lager", "arch_name": "1174A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -57933,19 +64010,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72167, "usage_id": 30 }, "0501.01.180": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1180, H\u00f6rsaal ohne exp. B\u00fchne", "arch_name": "1180@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 12516, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -57953,18 +64032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8298, "usage_id": 20 }, "0501.01.181": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1181, WC-Herren", "arch_name": "1181@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -57972,18 +64053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41781, "usage_id": 115 }, "0501.01.181A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1181A, Vorraum WC-H", "arch_name": "1181A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -57991,18 +64074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74716, "usage_id": 118 }, "0501.01.183": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1183, WC-Damen", "arch_name": "1183@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -58010,18 +64095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41788, "usage_id": 116 }, "0501.01.183A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1183A, Putzraum", "arch_name": "1183A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -58029,18 +64116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41793, "usage_id": 205 }, "0501.01.190": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1190, Treppenraum S\u00fcd", "arch_name": "1190@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -58048,18 +64137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41865, "usage_id": 223 }, "0501.01.190B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1190B, Fluchttreppenhaus", "arch_name": "1190B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -58067,18 +64158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74707, "usage_id": 223 }, "0501.01.190C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1190C, Flur", "arch_name": "1190C@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -58086,18 +64179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74706, "usage_id": 222 }, "0501.01.191A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1191A, Flur", "arch_name": "1191A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -58105,18 +64200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74703, "usage_id": 222 }, "0501.01.191C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1191C, Flur", "arch_name": "1191C@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -58124,19 +64221,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74699, "usage_id": 222 }, "0501.02.100": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2100, Seminarraum", "arch_name": "2100@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 12618, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -58144,18 +64243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8307, "usage_id": 41 }, "0501.02.101": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2101, Raumlufttechnik", "arch_name": "2101@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -58163,18 +64264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41878, "usage_id": 32 }, "0501.02.108": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2108, Fluchttreppenhaus", "arch_name": "2108@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -58182,18 +64285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74661, "usage_id": 223 }, "0501.02.110": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2110, Treppenraum", "arch_name": "2110@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -58201,18 +64306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40757, "usage_id": 223 }, "0501.02.110A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2110A, Flur", "arch_name": "2110A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -58220,18 +64327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74660, "usage_id": 222 }, "0501.02.110C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2110C, Flur", "arch_name": "2110C@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -58239,18 +64348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74657, "usage_id": 222 }, "0501.02.110E": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2110E, Flur", "arch_name": "2110E@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -58258,18 +64369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74658, "usage_id": 222 }, "0501.02.111": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2111, WC-Damen", "arch_name": "2111@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -58277,18 +64390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40765, "usage_id": 116 }, "0501.02.111A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2111A, Vorraum WC-D", "arch_name": "2111A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -58296,18 +64411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74633, "usage_id": 118 }, "0501.02.112": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2112, B\u00fcro", "arch_name": "2112@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58315,18 +64432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19047, "usage_id": 12 }, "0501.02.113": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2113, WC-Herren", "arch_name": "2113@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -58334,18 +64453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40850, "usage_id": 115 }, "0501.02.113A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2113A, Vorraum WC-H", "arch_name": "2113A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -58353,18 +64474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74634, "usage_id": 118 }, "0501.02.120": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2120, B\u00fcro", "arch_name": "2120@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -58372,18 +64495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40897, "usage_id": 12 }, "0501.02.120A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2120A, B\u00fcro", "arch_name": "2120A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -58391,18 +64516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8386, "usage_id": 12 }, "0501.02.120B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2120B, B\u00fcro", "arch_name": "2120B@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -58410,18 +64537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8388, "usage_id": 12 }, "0501.02.120C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2120C, Postlager", "arch_name": "2120C@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58429,18 +64558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8391, "usage_id": 30 }, "0501.02.120D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2120D, Flur", "arch_name": "2120D@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -58448,18 +64579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8394, "usage_id": 222 }, "0501.02.120E": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2120E, Gruppenarbeitsraum G3", "arch_name": "2120E@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -58467,18 +64600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40976, "usage_id": 131 }, "0501.02.120F": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2120F, Gruppenarbeitsraum G2", "arch_name": "2120F@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -58486,18 +64621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41037, "usage_id": 131 }, "0501.02.120G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2120G, Gruppenarbeitsraum G1", "arch_name": "2120G@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -58505,18 +64642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67600, "usage_id": 131 }, "0501.02.120H": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2120H, Gruppenraum G4", "arch_name": "2120H@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -58524,18 +64663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66508, "usage_id": 131 }, "0501.02.120I": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2120I, Flur", "arch_name": "2120I@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -58543,18 +64684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67599, "usage_id": 222 }, "0501.02.121": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2121, B\u00fcro", "arch_name": "2121@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 37623, "seats": { @@ -58562,18 +64705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41041, "usage_id": 12 }, "0501.02.123": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2123, B\u00fcro", "arch_name": "2123@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -58581,18 +64726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8339, "usage_id": 12 }, "0501.02.125": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2125, B\u00fcro", "arch_name": "2125@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58600,18 +64747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8341, "usage_id": 12 }, "0501.02.127": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2127, B\u00fcro", "arch_name": "2127@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58619,18 +64768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8344, "usage_id": 12 }, "0501.02.129": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2129, B\u00fcro", "arch_name": "2129@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58638,18 +64789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8346, "usage_id": 12 }, "0501.02.131": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2131, B\u00fcro", "arch_name": "2131@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58657,18 +64810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8348, "usage_id": 12 }, "0501.02.133": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2133, B\u00fcro", "arch_name": "2133@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58676,18 +64831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8350, "usage_id": 12 }, "0501.02.135": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2135, WC-Damen", "arch_name": "2135@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -58695,18 +64852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41181, "usage_id": 116 }, "0501.02.135A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2135A, LRZ-Verteilerknoten", "arch_name": "2135A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39906, "seats": { @@ -58714,18 +64873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41185, "usage_id": 120 }, "0501.02.135B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2135B, Vorraum WC-D", "arch_name": "2135B@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -58733,18 +64894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74668, "usage_id": 118 }, "0501.02.136": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2136, Lesesaal", "arch_name": "2136@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58752,18 +64915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41192, "usage_id": 150 }, "0501.02.137": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2137, WC-Herren", "arch_name": "2137@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -58771,18 +64936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41198, "usage_id": 115 }, "0501.02.137A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2137A, Vorraum WC-H", "arch_name": "2137A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -58790,18 +64957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74665, "usage_id": 118 }, "0501.02.137C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2137C, Putzraum", "arch_name": "2137C@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -58809,18 +64978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74666, "usage_id": 205 }, "0501.02.138A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2138A, Installationsschacht", "arch_name": "2138A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -58828,18 +64999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41247, "usage_id": 120 }, "0501.02.140": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2140, Lesesaal", "arch_name": "2140@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -58847,18 +65020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41264, "usage_id": 150 }, "0501.02.140B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2140B, Gruppenarbeitsraum G5", "arch_name": "2140B@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -58866,18 +65041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67601, "usage_id": 131 }, "0501.02.140C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2140C, Gruppenarbeitsraum G6", "arch_name": "2140C@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -58885,18 +65062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67602, "usage_id": 131 }, "0501.02.141": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2141, Aufenthalt", "arch_name": "2141@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58904,18 +65083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41333, "usage_id": 44 }, "0501.02.142": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2142, Treppe/Flur-Zentral", "arch_name": "2142@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -58923,18 +65104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41337, "usage_id": 223 }, "0501.02.144": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2144, Lesesaal", "arch_name": "2144@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58942,18 +65125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41488, "usage_id": 150 }, "0501.02.146A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2146A, Installationsschacht", "arch_name": "2146A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -58961,18 +65146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41492, "usage_id": 120 }, "0501.02.146B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2146B, Gruppenarbeitsraum G7", "arch_name": "2146B@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -58980,18 +65167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66513, "usage_id": 131 }, "0501.02.147": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2147, Besprechungsraum", "arch_name": "2147@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -58999,18 +65188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41552, "usage_id": 196 }, "0501.02.148": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2148, Lesesaal", "arch_name": "2148@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59018,18 +65209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41557, "usage_id": 150 }, "0501.02.148A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2148A, Treppe", "arch_name": "2148A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59037,18 +65230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41567, "usage_id": 223 }, "0501.02.149": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2149, B\u00fcro", "arch_name": "2149@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -59056,18 +65251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8884, "usage_id": 12 }, "0501.02.149A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2149A, Gang", "arch_name": "2149A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -59075,18 +65272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74664, "usage_id": 16 }, "0501.02.153": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2153, WC-Herren", "arch_name": "2153@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -59094,18 +65293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41727, "usage_id": 115 }, "0501.02.153A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2153A, Vorraum WC-H", "arch_name": "2153A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -59113,18 +65314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74667, "usage_id": 118 }, "0501.02.153B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2153B, Putzraum", "arch_name": "2153B@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -59132,18 +65335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74635, "usage_id": 205 }, "0501.02.155": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2155, WC-Damen", "arch_name": "2155@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -59151,18 +65356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41736, "usage_id": 116 }, "0501.02.155A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2155A, LRZ-Verteilerknoten", "arch_name": "2155A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39906, "seats": { @@ -59170,18 +65377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41738, "usage_id": 120 }, "0501.02.155B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2155B, Putzraum", "arch_name": "2155B@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -59189,18 +65398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74636, "usage_id": 205 }, "0501.02.155C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2155C, Vorraum WC-D", "arch_name": "2155C@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -59208,18 +65419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74669, "usage_id": 118 }, "0501.02.157": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2157, B\u00fcro", "arch_name": "2157@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59227,18 +65440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8918, "usage_id": 12 }, "0501.02.159": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2159, B\u00fcro", "arch_name": "2159@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59246,18 +65461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8921, "usage_id": 12 }, "0501.02.161": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2161, B\u00fcro", "arch_name": "2161@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59265,18 +65482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41800, "usage_id": 12 }, "0501.02.163": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2163, B\u00fcro", "arch_name": "2163@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59284,18 +65503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41803, "usage_id": 12 }, "0501.02.165": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2165, B\u00fcro", "arch_name": "2165@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59303,18 +65524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8942, "usage_id": 12 }, "0501.02.167": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2167, B\u00fcro", "arch_name": "2167@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59322,18 +65545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8974, "usage_id": 12 }, "0501.02.170": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170, Lesesaal", "arch_name": "2170@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59341,18 +65566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14171, "usage_id": 150 }, "0501.02.170A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170A, Einzelarbeitsraum 15", "arch_name": "2170A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59360,18 +65587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40778, "usage_id": 208 }, "0501.02.170B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170B, Einzelarbeitsraum 14", "arch_name": "2170B@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59379,18 +65608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40780, "usage_id": 208 }, "0501.02.170C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170C, Einzelarbeitsraum 13", "arch_name": "2170C@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59398,18 +65629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40917, "usage_id": 208 }, "0501.02.170D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170D, Einzelarbeitsraum 12", "arch_name": "2170D@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59417,18 +65650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40925, "usage_id": 208 }, "0501.02.170E": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170E, Einzelarbeitsraum 11", "arch_name": "2170E@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59436,18 +65671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40929, "usage_id": 208 }, "0501.02.170F": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170F, Einzelarbeitsraum 10", "arch_name": "2170F@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59455,18 +65692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40934, "usage_id": 208 }, "0501.02.170G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170G, Einzelarbeitsraum 9", "arch_name": "2170G@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59474,18 +65713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40983, "usage_id": 208 }, "0501.02.170H": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170H, Einzelarbeitsraum 8", "arch_name": "2170H@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59493,18 +65734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40988, "usage_id": 208 }, "0501.02.170I": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170I, Einzelarbeitsraum 7", "arch_name": "2170I@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59512,18 +65755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40995, "usage_id": 208 }, "0501.02.170J": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170J, Einzelarbeitsraum 6", "arch_name": "2170J@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59531,18 +65776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40999, "usage_id": 208 }, "0501.02.170K": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170K, Einzelarbeitsraum 5", "arch_name": "2170K@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59550,18 +65797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41061, "usage_id": 208 }, "0501.02.170L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170L, Einzelarbeitsraum 4", "arch_name": "2170L@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59569,18 +65818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66509, "usage_id": 208 }, "0501.02.170M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170M, Einzelarbeitsraum 3", "arch_name": "2170M@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59588,18 +65839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66510, "usage_id": 208 }, "0501.02.170N": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170N, Einzelarbeitsraum 2", "arch_name": "2170N@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59607,18 +65860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66511, "usage_id": 208 }, "0501.02.170O": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2170O, Einzelarbeitsraum 1", "arch_name": "2170O@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -59626,18 +65881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66512, "usage_id": 208 }, "0501.02.171": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2171, B\u00fcro", "arch_name": "2171@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59645,18 +65902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9137, "usage_id": 12 }, "0501.02.173": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2173, Serverraum", "arch_name": "2173@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -59664,18 +65923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41073, "usage_id": 207 }, "0501.02.175": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2175, B\u00fcro", "arch_name": "2175@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -59683,18 +65944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9164, "usage_id": 12 }, "0501.02.176": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2176, B\u00fcro", "arch_name": "2176@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59702,18 +65965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21222, "usage_id": 12 }, "0501.02.178": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2178, Flur", "arch_name": "2178@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -59721,18 +65986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41144, "usage_id": 222 }, "0501.02.179": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2179, Lager", "arch_name": "2179@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59740,19 +66007,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41148, "usage_id": 30 }, "0501.02.180": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2180, Besprechungsraum", "arch_name": "2180@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 20337, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59760,18 +66029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41205, "usage_id": 196 }, "0501.02.180A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2180A, Flur", "arch_name": "2180A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59779,18 +66050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41211, "usage_id": 222 }, "0501.02.180B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2180B, Raumlufttechnik", "arch_name": "2180B@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -59798,18 +66071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41217, "usage_id": 32 }, "0501.02.180C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2180C, Teek\u00fcche", "arch_name": "2180C@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19671, "seats": { @@ -59817,18 +66092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74662, "usage_id": 198 }, "0501.02.190": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2190, Treppenraum Nord", "arch_name": "2190@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -59836,18 +66113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41221, "usage_id": 223 }, "0501.02.190A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2190A, Verbindungsgang", "arch_name": "2190A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -59855,18 +66134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74663, "usage_id": 16 }, "0501.02.191A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2191A, Flur", "arch_name": "2191A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -59874,18 +66155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74659, "usage_id": 222 }, "0501.02.191C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2191C, Flur", "arch_name": "2191C@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -59893,18 +66176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74656, "usage_id": 222 }, "0501.03.106": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3106, B\u00fcro", "arch_name": "3106@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 50097, "seats": { @@ -59912,18 +66197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9192, "usage_id": 12 }, "0501.03.108": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3108, B\u00fcro", "arch_name": "3108@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 50097, "seats": { @@ -59931,18 +66218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9207, "usage_id": 12 }, "0501.03.108A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3108A, Treppe", "arch_name": "3108A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -59950,18 +66239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74648, "usage_id": 223 }, "0501.03.110": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3110, Treppenraum Nord", "arch_name": "3110@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -59969,18 +66260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41286, "usage_id": 223 }, "0501.03.110A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3110A, Flur", "arch_name": "3110A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -59988,18 +66281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74642, "usage_id": 222 }, "0501.03.110C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3110C, Flur", "arch_name": "3110C@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -60007,18 +66302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74637, "usage_id": 222 }, "0501.03.110E": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3110E, Flur", "arch_name": "3110E@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -60026,18 +66323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74639, "usage_id": 222 }, "0501.03.111": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3111, B\u00fcro", "arch_name": "3111@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14990, "seats": { @@ -60045,37 +66344,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41291, "usage_id": 12 }, "0501.03.112": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3112, Teek\u00fcche", "arch_name": "3112@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 15213, + "main_operator_id": 53118, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 41348, "usage_id": 198 }, "0501.03.113": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3113, Teek\u00fcche", "arch_name": "3113@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14990, "seats": { @@ -60083,37 +66386,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41352, "usage_id": 198 }, "0501.03.114": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3114, Besprechungsraum", "arch_name": "3114@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 15213, + "main_operator_id": 53118, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 41355, "usage_id": 196 }, "0501.03.114A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3114A, Galerie", "arch_name": "3114A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -60121,19 +66428,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74643, "usage_id": 206 }, "0501.03.115": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3115, Seminarraum", "arch_name": "3115@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15112, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14990, "seats": { @@ -60141,18 +66450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9240, "usage_id": 41 }, "0501.03.117": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3117, Flur", "arch_name": "3117@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -60160,18 +66471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41438, "usage_id": 222 }, "0501.03.119": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3119, Bibliothek", "arch_name": "3119@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14990, "seats": { @@ -60179,38 +66492,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41442, "usage_id": 10 }, "0501.03.120": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3120, B\u00fcro-/Seminarraum mit Galerie", "arch_name": "3120@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15113, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 15213, + "main_operator_id": 53118, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 9243, "usage_id": 12 }, "0501.03.120A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3120A, Galerie", "arch_name": "3120A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -60218,37 +66535,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74641, "usage_id": 206 }, "0501.03.122": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3122, Lager/Abstellraum", "arch_name": "3122@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 15213, + "main_operator_id": 53118, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 41448, "usage_id": 30 }, "0501.03.123": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3123, B\u00fcro", "arch_name": "3123@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14990, "seats": { @@ -60256,18 +66577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9263, "usage_id": 12 }, "0501.03.125": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3125, Arbeitsraum", "arch_name": "3125@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14990, "seats": { @@ -60275,18 +66598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9265, "usage_id": 12 }, "0501.03.127": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3127, Arbeitsraum", "arch_name": "3127@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14990, "seats": { @@ -60294,18 +66619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9267, "usage_id": 12 }, "0501.03.129": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3129, Arbeitsraum", "arch_name": "3129@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14990, "seats": { @@ -60313,18 +66640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9268, "usage_id": 12 }, "0501.03.131": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3131, Arbeitsraum", "arch_name": "3131@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14990, "seats": { @@ -60332,18 +66661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9269, "usage_id": 12 }, "0501.03.133": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3133, Arbeitsraum/mit Besp.Grp.", "arch_name": "3133@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14990, "seats": { @@ -60351,18 +66682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9272, "usage_id": 12 }, "0501.03.135": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3135, Vorraum WC-H", "arch_name": "3135@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -60370,18 +66703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41511, "usage_id": 118 }, "0501.03.135B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3135B, Toilette WC-H", "arch_name": "3135B@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -60389,18 +66724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74645, "usage_id": 115 }, "0501.03.137": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3137, Vorraum WC-D", "arch_name": "3137@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -60408,18 +66745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41577, "usage_id": 118 }, "0501.03.137A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3137A, Putzraum", "arch_name": "3137A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -60427,18 +66766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74060, "usage_id": 205 }, "0501.03.137B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3137B, Toilette WC-D", "arch_name": "3137B@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -60446,58 +66787,64 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74644, "usage_id": 116 }, "0501.03.140": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3140, Stud. Arbeitspl\u00e4tze", "arch_name": "3140@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15505, + "floor_level": "3.OG", "floor_type": "Keine Angabe", - "main_operator_id": 15213, + "main_operator_id": 53118, "seats": { "sitting": 25, "standing": null, "wheelchair": null }, + "tumonline_id": 41651, "usage_id": 208 }, "0501.03.140A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3140A, Lager/Nebenraum zu 3140", "arch_name": "3140A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", - "main_operator_id": 15213, + "main_operator_id": 53118, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 41658, "usage_id": 30 }, "0501.03.140B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3140B, Stud.arbeit", "arch_name": "3140B@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15118, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51817, "seats": { @@ -60505,18 +66852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9318, "usage_id": 208 }, "0501.03.141": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3141, Stud.-Hilfskr\u00e4fte", "arch_name": "3141@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14945, "seats": { @@ -60524,18 +66873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41673, "usage_id": 12 }, "0501.03.142": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3142, Zentraler Treppenraum", "arch_name": "3142@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -60543,18 +66894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41744, "usage_id": 223 }, "0501.03.142A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3142A, Lager", "arch_name": "3142A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51267, "seats": { @@ -60562,19 +66915,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75837, "usage_id": 30 }, "0501.03.149": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3149, Seminarraum", "arch_name": "3149@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15513, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14945, "seats": { @@ -60582,18 +66937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41751, "usage_id": 41 }, "0501.03.152": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3152, Gro\u00dfraumb\u00fcro", "arch_name": "3152@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53118, "seats": { @@ -60601,18 +66958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41825, "usage_id": 12 }, "0501.03.153": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3153, WC-Herren", "arch_name": "3153@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -60620,18 +66979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41831, "usage_id": 115 }, "0501.03.153A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3153A, Vorraum WC-H", "arch_name": "3153A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -60639,18 +67000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74646, "usage_id": 118 }, "0501.03.153B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3153B, LRZ-Verteilerknoten", "arch_name": "3153B@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39906, "seats": { @@ -60658,18 +67021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41836, "usage_id": 120 }, "0501.03.153C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3153C, Putzraum", "arch_name": "3153C@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -60677,18 +67042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74649, "usage_id": 205 }, "0501.03.154": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3154, Arbeitsraum/mit Besp.Grp.", "arch_name": "3154@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53118, "seats": { @@ -60696,18 +67063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41842, "usage_id": 12 }, "0501.03.155": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3155, WC-Damen", "arch_name": "3155@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -60715,18 +67084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41917, "usage_id": 116 }, "0501.03.155A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3155A, Vorraum WC-D", "arch_name": "3155A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -60734,18 +67105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74647, "usage_id": 118 }, "0501.03.157": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3157, B\u00fcro", "arch_name": "3157@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -60753,18 +67126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8937, "usage_id": 12 }, "0501.03.158": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3158, Ablageraum", "arch_name": "3158@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53118, "seats": { @@ -60772,18 +67147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40800, "usage_id": 2 }, "0501.03.159": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3159, B\u00fcro", "arch_name": "3159@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -60791,18 +67168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8938, "usage_id": 12 }, "0501.03.160A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3160A, Lager zu 3160", "arch_name": "3160A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53118, "seats": { @@ -60810,18 +67189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40826, "usage_id": 30 }, "0501.03.161": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3161, B\u00fcro", "arch_name": "3161@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -60829,18 +67210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8998, "usage_id": 12 }, "0501.03.162": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3162, K\u00fcche, Prospekte", "arch_name": "3162@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53118, "seats": { @@ -60848,18 +67231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40949, "usage_id": 28 }, "0501.03.163": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3163, B\u00fcro", "arch_name": "3163@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -60867,18 +67252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9019, "usage_id": 12 }, "0501.03.164": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3164, Lager", "arch_name": "3164@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53118, "seats": { @@ -60886,18 +67273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41006, "usage_id": 30 }, "0501.03.165": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3165, B\u00fcro", "arch_name": "3165@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -60905,19 +67294,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41014, "usage_id": 12 }, "0501.03.166": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3166, Prof.-B\u00fcro", "arch_name": "3166@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 26266, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15219, "seats": { @@ -60925,18 +67316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9028, "usage_id": 12 }, "0501.03.166A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3166A, Arbeitsraum", "arch_name": "3166A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15219, "seats": { @@ -60944,19 +67337,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41022, "usage_id": 12 }, "0501.03.167": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3167, Prof.-B\u00fcro", "arch_name": "3167@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 26506, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -60964,18 +67359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9068, "usage_id": 12 }, "0501.03.168": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3168, Besprechungsraum", "arch_name": "3168@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51817, "seats": { @@ -60983,19 +67380,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41082, "usage_id": 196 }, "0501.03.170A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3170A, Studentische Arbeitspl\u00e4tze", "arch_name": "3170A@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15107, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 53118, "seats": { @@ -61003,19 +67402,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9076, "usage_id": 208 }, "0501.03.170B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3170B, Studentische Arbeitspl\u00e4tze", "arch_name": "3170B@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15108, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 53118, "seats": { @@ -61023,19 +67424,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9079, "usage_id": 208 }, "0501.03.171": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3171, Sekretariat", "arch_name": "3171@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 25360, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -61043,18 +67446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9116, "usage_id": 40 }, "0501.03.173": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3173, Foyer", "arch_name": "3173@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -61062,18 +67467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41160, "usage_id": 222 }, "0501.03.175": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3175, B\u00fcro", "arch_name": "3175@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -61081,18 +67488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9118, "usage_id": 12 }, "0501.03.175A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3175A, K\u00fcche", "arch_name": "3175A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -61100,18 +67509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41171, "usage_id": 28 }, "0501.03.175B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3175B, Lager", "arch_name": "3175B@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -61119,18 +67530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41226, "usage_id": 30 }, "0501.03.178": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3178, B\u00fcro/Assistent", "arch_name": "3178@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -61138,18 +67551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9161, "usage_id": 12 }, "0501.03.179": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3179, B\u00fcro", "arch_name": "3179@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -61157,18 +67572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9162, "usage_id": 12 }, "0501.03.180": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3180, B\u00fcro", "arch_name": "3180@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -61176,18 +67593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41237, "usage_id": 12 }, "0501.03.181": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3181, B\u00fcro", "arch_name": "3181@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -61195,18 +67614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9163, "usage_id": 12 }, "0501.03.183": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3183, Sekretariat", "arch_name": "3183@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -61214,18 +67635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9182, "usage_id": 40 }, "0501.03.190": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3190, Treppenhaus S\u00fcd", "arch_name": "3190@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -61233,18 +67656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41300, "usage_id": 223 }, "0501.03.191A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3191A, Flur", "arch_name": "3191A@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -61252,18 +67677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74640, "usage_id": 222 }, "0501.03.191C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3191C, Flur", "arch_name": "3191C@0501", "area_id": 23, "building_id": 577, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -61271,18 +67698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74638, "usage_id": 222 }, "0501.04.110": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4110, Treppenraum Nord", "arch_name": "4110@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -61290,18 +67719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41306, "usage_id": 223 }, "0501.04.110B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4110B, Flur", "arch_name": "4110B@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -61309,18 +67740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74689, "usage_id": 222 }, "0501.04.110D": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4110D, Flur", "arch_name": "4110D@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -61328,19 +67761,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74690, "usage_id": 222 }, "0501.04.111": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4111, B\u00fcro", "arch_name": "4111@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18871, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15187, "seats": { @@ -61348,19 +67783,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41309, "usage_id": 12 }, "0501.04.112": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4112, B\u00fcro mit Besp. Grp.", "arch_name": "4112@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 20102, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48938, "seats": { @@ -61368,18 +67805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9184, "usage_id": 12 }, "0501.04.112A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4112A ZG, Galerie", "arch_name": "4112A ZG@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 48938, "seats": { @@ -61387,18 +67826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41372, "usage_id": 206 }, "0501.04.113": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4113, WC-Herren", "arch_name": "4113@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48938, "seats": { @@ -61406,18 +67847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41378, "usage_id": 115 }, "0501.04.115": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4115, B\u00fcro", "arch_name": "4115@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48938, "seats": { @@ -61425,18 +67868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41381, "usage_id": 12 }, "0501.04.116": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4116, Flur zu WC 4113", "arch_name": "4116@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -61444,18 +67889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41456, "usage_id": 222 }, "0501.04.116A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4116A, Serverraum", "arch_name": "4116A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48938, "seats": { @@ -61463,18 +67910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74696, "usage_id": 207 }, "0501.04.117": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4117, Prof.-B\u00fcro", "arch_name": "4117@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48938, "seats": { @@ -61482,19 +67931,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9205, "usage_id": 12 }, "0501.04.119": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4119, Sekretariat", "arch_name": "4119@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 19238, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48938, "seats": { @@ -61502,19 +67953,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9227, "usage_id": 40 }, "0501.04.120": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4120, Studentische Arbeitspl\u00e4tze (gem.Nutz.CAAD)", "arch_name": "4120@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15506, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51267, "seats": { @@ -61522,19 +67975,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9229, "usage_id": 208 }, "0501.04.124A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4124A, Stud. Arbeitspl\u00e4tze", "arch_name": "4124A@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18465, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -61542,18 +67997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41520, "usage_id": 208 }, "0501.04.124B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4124B, Lager zu Seminarraum 4124A", "arch_name": "4124B@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15143, "seats": { @@ -61561,18 +68018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41523, "usage_id": 30 }, "0501.04.124C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4124C, Lager zu Seminarraum 4124A", "arch_name": "4124C@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15143, "seats": { @@ -61580,18 +68039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41525, "usage_id": 30 }, "0501.04.133": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4133, Gro\u00dfraumb\u00fcro", "arch_name": "4133@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15143, "seats": { @@ -61599,18 +68060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9262, "usage_id": 12 }, "0501.04.133A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4133A, B\u00fcro", "arch_name": "4133A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15187, "seats": { @@ -61618,18 +68081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74178, "usage_id": 12 }, "0501.04.133B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4133B, B\u00fcro", "arch_name": "4133B@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15143, "seats": { @@ -61637,18 +68102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74177, "usage_id": 12 }, "0501.04.135": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4135, WC-Damen", "arch_name": "4135@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -61656,18 +68123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41606, "usage_id": 116 }, "0501.04.135A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4135A, Putzraum", "arch_name": "4135A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -61675,18 +68144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41677, "usage_id": 205 }, "0501.04.135B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4135B, Vorraum WC-D", "arch_name": "4135B@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -61694,18 +68165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74692, "usage_id": 118 }, "0501.04.137": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4137, WC-Herren", "arch_name": "4137@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -61713,18 +68186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41681, "usage_id": 115 }, "0501.04.137A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4137A, Putzraum", "arch_name": "4137A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -61732,18 +68207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41685, "usage_id": 205 }, "0501.04.137B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4137B, Vorraum WC-H", "arch_name": "4137B@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -61751,18 +68228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74695, "usage_id": 118 }, "0501.04.139": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4139, Arbeitsraum", "arch_name": "4139@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51817, "seats": { @@ -61770,19 +68249,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9306, "usage_id": 12 }, "0501.04.140": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4140, Studentische Arbeitspl\u00e4tze", "arch_name": "4140@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15115, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 53118, "seats": { @@ -61790,19 +68271,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9309, "usage_id": 208 }, "0501.04.140A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4140A, Stud. Arbeitspl\u00e4tze", "arch_name": "4140A@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15117, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -61810,18 +68293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9311, "usage_id": 208 }, "0501.04.141": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4141, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "4141@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -61829,18 +68314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41770, "usage_id": 12 }, "0501.04.142": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4142, Zentraler Treppenraum", "arch_name": "4142@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -61848,18 +68335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41774, "usage_id": 223 }, "0501.04.145": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4145, B\u00fcro", "arch_name": "4145@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -61867,18 +68356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8878, "usage_id": 12 }, "0501.04.151": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4151, B\u00fcro", "arch_name": "4151@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -61886,18 +68377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41934, "usage_id": 12 }, "0501.04.153": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4153, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "4153@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -61905,18 +68398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8879, "usage_id": 12 }, "0501.04.157": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4157, Arbeitsraum/mit Besp.Grp.", "arch_name": "4157@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -61924,18 +68419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8881, "usage_id": 12 }, "0501.04.159": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4159, Arbeitsraum/mit Besp.Grp.", "arch_name": "4159@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51817, "seats": { @@ -61943,19 +68440,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40728, "usage_id": 12 }, "0501.04.160": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4160, B\u00fcro", "arch_name": "4160@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 19934, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -61963,18 +68462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40732, "usage_id": 12 }, "0501.04.160A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Vorraum von 4160A", "arch_name": "4160A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -61982,18 +68483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40737, "usage_id": 50 }, "0501.04.160C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4160C, Galerie", "arch_name": "4160C@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -62001,19 +68504,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40741, "usage_id": 206 }, "0501.04.161": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4161, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "4161@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 22084, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51817, "seats": { @@ -62021,18 +68526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8895, "usage_id": 12 }, "0501.04.163": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4163, Arbeitsraum/mit Besp.Grp.", "arch_name": "4163@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51817, "seats": { @@ -62040,18 +68547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40830, "usage_id": 12 }, "0501.04.166A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4166A, B\u00fcro", "arch_name": "4166A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -62059,18 +68568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40831, "usage_id": 12 }, "0501.04.166B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4166B, Lager", "arch_name": "4166B@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 15142, "seats": { @@ -62078,19 +68589,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40884, "usage_id": 30 }, "0501.04.167": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4167, B\u00fcro", "arch_name": "4167@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18504, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 15187, "seats": { @@ -62098,19 +68611,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8929, "usage_id": 12 }, "0501.04.168": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4168, \u00dcbungsraum", "arch_name": "4168@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15102, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -62118,18 +68633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8951, "usage_id": 131 }, "0501.04.168A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4168A, Lager", "arch_name": "4168A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -62137,18 +68654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40886, "usage_id": 30 }, "0501.04.168B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4168B, Vorraum von 4168", "arch_name": "4168B@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15142, "seats": { @@ -62156,18 +68675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40888, "usage_id": 50 }, "0501.04.168C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4168C, Galerie", "arch_name": "4168C@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15142, "seats": { @@ -62175,19 +68696,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40952, "usage_id": 206 }, "0501.04.170A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4170A, Stud. Arbeitsraum Emerging Technologies", "arch_name": "4170A@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18934, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -62195,19 +68718,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40955, "usage_id": 208 }, "0501.04.170B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4170B, BIM Forschungslabor", "arch_name": "4170B@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 24755, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15187, "seats": { @@ -62215,19 +68740,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64732, "usage_id": 135 }, "0501.04.170C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4170C, Seminarraum Architekturinformatik", "arch_name": "4170C@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 24756, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15187, "seats": { @@ -62235,18 +68762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64733, "usage_id": 41 }, "0501.04.170D": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4170D, Technik", "arch_name": "4170D@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -62254,19 +68783,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64734, "usage_id": 207 }, "0501.04.170E": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4170E, BITE Forschungslabor", "arch_name": "4170E@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 24757, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15187, "seats": { @@ -62274,18 +68805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64735, "usage_id": 135 }, "0501.04.177": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4177, Prof.-B\u00fcro", "arch_name": "4177@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 15187, "seats": { @@ -62293,18 +68826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40957, "usage_id": 12 }, "0501.04.180": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4180, Flur", "arch_name": "4180@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -62312,18 +68847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40959, "usage_id": 222 }, "0501.04.180A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4180A, Putzraum", "arch_name": "4180A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -62331,18 +68868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63440, "usage_id": 205 }, "0501.04.181": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4181, WC-Damen", "arch_name": "4181@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -62350,18 +68889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41096, "usage_id": 116 }, "0501.04.181A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4181A, Vorraum WC-D", "arch_name": "4181A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -62369,18 +68910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74694, "usage_id": 118 }, "0501.04.183": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4183, WC-Herren", "arch_name": "4183@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -62388,18 +68931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41099, "usage_id": 115 }, "0501.04.183A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4183A, Vorraum WC-H", "arch_name": "4183A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -62407,18 +68952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74693, "usage_id": 118 }, "0501.04.190": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4190, Treppenraum", "arch_name": "4190@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -62426,18 +68973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41102, "usage_id": 223 }, "0501.04.191A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4191A, Flur", "arch_name": "4191A@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -62445,18 +68994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74691, "usage_id": 222 }, "0501.04.191C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4191C, Flur", "arch_name": "4191C@0501", "area_id": 23, "building_id": 577, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -62464,18 +69015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74688, "usage_id": 222 }, "0501.05.110": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5110, Treppenhaus Nord", "arch_name": "5110@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -62483,18 +69036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41105, "usage_id": 223 }, "0501.05.110A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5110A, Gang", "arch_name": "5110A@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -62502,18 +69057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74653, "usage_id": 16 }, "0501.05.110C": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5110C, Treppe", "arch_name": "5110C@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -62521,18 +69078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74651, "usage_id": 223 }, "0501.05.111": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5111, WC-Herren", "arch_name": "5111@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -62540,18 +69099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41108, "usage_id": 115 }, "0501.05.111A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5111A, Vorraum WC-H", "arch_name": "5111A@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -62559,18 +69120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74652, "usage_id": 118 }, "0501.05.112": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5112, Server", "arch_name": "5112@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15101, "seats": { @@ -62578,18 +69141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41312, "usage_id": 207 }, "0501.05.113": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5113, WC-Damen", "arch_name": "5113@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -62597,18 +69162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41315, "usage_id": 116 }, "0501.05.113A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5113A, Vorraum WC-D", "arch_name": "5113A@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -62616,18 +69183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74654, "usage_id": 118 }, "0501.05.114": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5114, Physikalischer Messraum", "arch_name": "5114@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15101, "seats": { @@ -62635,18 +69204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21239, "usage_id": 103 }, "0501.05.118": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5118, Aufzugsmaschinenraum", "arch_name": "5118@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -62654,18 +69225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41323, "usage_id": 5 }, "0501.05.119": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5119, Besprechungsraum", "arch_name": "5119@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -62673,19 +69246,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41173, "usage_id": 196 }, "0501.05.120": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5120, Zeichensaal m. 702/802/803", "arch_name": "5120@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18768, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -62693,18 +69268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41174, "usage_id": 55 }, "0501.05.127": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5127, Dachterrasse (Reinigen)", "arch_name": "5127@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -62712,18 +69289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41176, "usage_id": 219 }, "0501.05.130": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5130, Dachterrasse (Reinigen)", "arch_name": "5130@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -62731,18 +69310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41177, "usage_id": 219 }, "0501.05.131": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5131, Dachterrasse (Reinigen)", "arch_name": "5131@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -62750,18 +69331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61411, "usage_id": 218 }, "0501.05.134": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5134A, Aufzugsmaschinenraum", "arch_name": "5134A@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -62769,18 +69352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41023, "usage_id": 5 }, "0501.05.138": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5138, Telefonverteiler", "arch_name": "5138@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -62788,18 +69373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41026, "usage_id": 202 }, "0501.05.140": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5140, B\u00fcro", "arch_name": "5140@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15216, "seats": { @@ -62807,19 +69394,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61412, "usage_id": 12 }, "0501.05.141": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5141, B\u00fcro", "arch_name": "5141@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18917, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51537, "seats": { @@ -62827,18 +69416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41028, "usage_id": 12 }, "0501.05.142": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5142, Zentral Treppenhaus", "arch_name": "5142@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -62846,18 +69437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41030, "usage_id": 223 }, "0501.05.142B": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5142B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "5142B@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -62865,18 +69458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74650, "usage_id": 201 }, "0501.05.143": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5143, Sekretariat", "arch_name": "5143@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15216, "seats": { @@ -62884,18 +69479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9144, "usage_id": 40 }, "0501.05.144": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5144, Teek\u00fcche", "arch_name": "5144@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15216, "seats": { @@ -62903,18 +69500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41240, "usage_id": 198 }, "0501.05.145": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5145, Prof.-B\u00fcro", "arch_name": "5145@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15216, "seats": { @@ -62922,19 +69521,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9150, "usage_id": 12 }, "0501.05.146": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5146, Besprechungsraum", "arch_name": "5146@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 20196, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15216, "seats": { @@ -62942,18 +69543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41243, "usage_id": 196 }, "0501.05.147": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5147, B\u00fcro", "arch_name": "5147@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15216, "seats": { @@ -62961,18 +69564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9156, "usage_id": 12 }, "0501.05.149": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5149, Aufzugsmaschinenraum", "arch_name": "5149@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -62980,18 +69585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40434, "usage_id": 5 }, "0501.05.150": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5150, Flur mit Treppe von Galerie", "arch_name": "5150@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -62999,18 +69606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40438, "usage_id": 222 }, "0501.05.151": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5151, Gruppenb\u00fcro", "arch_name": "5151@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15216, "seats": { @@ -63018,18 +69627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9179, "usage_id": 12 }, "0501.05.152": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5152, Aufzug", "arch_name": "5152@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -63037,18 +69648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40441, "usage_id": 4 }, "0501.05.153": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5153, B\u00fcro", "arch_name": "5153@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51537, "seats": { @@ -63056,18 +69669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9181, "usage_id": 12 }, "0501.05.154": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5154, EDV-Server", "arch_name": "5154@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15216, "seats": { @@ -63075,18 +69690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40485, "usage_id": 207 }, "0501.05.156": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5156, WC u. Vorraum", "arch_name": "5156@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 15216, "seats": { @@ -63094,18 +69711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40487, "usage_id": 114 }, "0501.05.158": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5158, Teamarbeitsraum", "arch_name": "5158@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15216, "seats": { @@ -63113,18 +69732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9199, "usage_id": 12 }, "0501.05.164": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5164, Cafeteria-K\u00fcche", "arch_name": "5164@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -63132,18 +69753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40539, "usage_id": 28 }, "0501.05.165": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5165, Cafeteria-K\u00fchlraum", "arch_name": "5165@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Metall", "main_operator_id": 26055, "seats": { @@ -63151,19 +69774,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61410, "usage_id": 199 }, "0501.05.166": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5166, Vorhoelzer Forum", "arch_name": "5166@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 31892, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -63171,18 +69796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40585, "usage_id": 41 }, "0501.05.168": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5168, Gardarobe", "arch_name": "5168@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51267, "seats": { @@ -63190,18 +69817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62854, "usage_id": 121 }, "0501.05.169": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5169, Aufzugsmaschinenraum", "arch_name": "5169@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -63209,19 +69838,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61409, "usage_id": 5 }, "0501.05.170A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5170A, Studentische Arbeitspl\u00e4tze", "arch_name": "5170A@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 31893, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51537, "seats": { @@ -63229,19 +69860,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61407, "usage_id": 208 }, "0501.05.170B": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5170B, Cafe Vorhoelzer", "arch_name": "5170B@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 20641, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51537, "seats": { @@ -63249,18 +69882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61408, "usage_id": 44 }, "0501.05.190": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5190, Treppenhaus S\u00fcd", "arch_name": "5190@0501", "area_id": 23, "building_id": 577, + "floor_level": "5.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -63268,18 +69903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40637, "usage_id": 223 }, "0501.06.110": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6110, Treppe zur Galerie", "arch_name": "6110@0501", "area_id": 23, "building_id": 577, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -63287,18 +69924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40640, "usage_id": 16 }, "0501.06.114": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6114, Kuppel", "arch_name": "6114@0501", "area_id": 23, "building_id": 577, + "floor_level": "6.OG", "floor_type": "PVC", "main_operator_id": 15101, "seats": { @@ -63306,18 +69945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40643, "usage_id": 194 }, "0501.06.130": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6130, Galerie m. Arbeitsbereich", "arch_name": "6130@0501", "area_id": 23, "building_id": 577, + "floor_level": "6.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -63325,18 +69966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40682, "usage_id": 55 }, "0501.06.134": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6134, Aufzugsmaschinenraum", "arch_name": "6134@0501", "area_id": 23, "building_id": 577, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -63344,18 +69987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40690, "usage_id": 5 }, "0501.06.149": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6149, Aufzugsmaschinenraum", "arch_name": "6149@0501", "area_id": 23, "building_id": 577, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -63363,18 +70008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40724, "usage_id": 5 }, "0501.06.158A": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6158A, Bibliotheksraum einf.", "arch_name": "6158A@0501", "area_id": 23, "building_id": 577, + "floor_level": "6.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26064, "seats": { @@ -63382,18 +70029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74697, "usage_id": 10 }, "0501.06.158B": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6158B, Lager", "arch_name": "6158B@0501", "area_id": 23, "building_id": 577, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -63401,18 +70050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74698, "usage_id": 30 }, "0501.06.163": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6163, Aufzugsmaschinenraum", "arch_name": "6163@0501", "area_id": 23, "building_id": 577, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -63420,18 +70071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40725, "usage_id": 5 }, "0501.06.164": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6164, Gang", "arch_name": "6164@0501", "area_id": 23, "building_id": 577, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -63439,18 +70092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74700, "usage_id": 16 }, "0501.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0101, Flur Nordspange", "arch_name": "0101@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -63458,18 +70113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39074, "usage_id": 222 }, "0501.EG.101A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0101A, Lager", "arch_name": "0101A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -63477,18 +70134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74677, "usage_id": 30 }, "0501.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0102, B\u00fcro", "arch_name": "0102@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14989, "seats": { @@ -63496,18 +70155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7644, "usage_id": 12 }, "0501.EG.103": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0103, B\u00fcro", "arch_name": "0103@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -63515,19 +70176,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39082, "usage_id": 12 }, "0501.EG.104": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0104, Kopierer", "arch_name": "0104@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 28952, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -63535,18 +70198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7648, "usage_id": 110 }, "0501.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0105, B\u00fcro", "arch_name": "0105@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -63554,18 +70219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7651, "usage_id": 12 }, "0501.EG.107": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0107, Prof.-B\u00fcro", "arch_name": "0107@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15100, "seats": { @@ -63573,18 +70240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7652, "usage_id": 12 }, "0501.EG.108": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0108, B\u00fcro", "arch_name": "0108@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -63592,18 +70261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7850, "usage_id": 12 }, "0501.EG.109": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0109, Lager", "arch_name": "0109@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -63611,18 +70282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39123, "usage_id": 30 }, "0501.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0110, Treppenraum Nord", "arch_name": "0110@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -63630,18 +70303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39172, "usage_id": 223 }, "0501.EG.110A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0110A, Personenaufzug", "arch_name": "0110A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -63649,18 +70324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74685, "usage_id": 4 }, "0501.EG.110B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0110B, Flur", "arch_name": "0110B@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -63668,18 +70345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74673, "usage_id": 222 }, "0501.EG.110C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0110C, Flur", "arch_name": "0110C@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -63687,18 +70366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74746, "usage_id": 222 }, "0501.EG.111": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0111, WC-Damen", "arch_name": "0111@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -63706,19 +70387,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39185, "usage_id": 116 }, "0501.EG.112": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0112, Lager", "arch_name": "0112@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 50278, "seats": { @@ -63726,18 +70409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39188, "usage_id": 30 }, "0501.EG.112B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0112B, Fluchttreppenhaus", "arch_name": "0112B@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -63745,18 +70430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74671, "usage_id": 223 }, "0501.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0113, WC-Herren", "arch_name": "0113@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -63764,18 +70451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39190, "usage_id": 115 }, "0501.EG.113A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0113A, Vorraum WC-H", "arch_name": "0113A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -63783,18 +70472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74683, "usage_id": 118 }, "0501.EG.114": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0114, Lager", "arch_name": "0114@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -63802,18 +70493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7794, "usage_id": 30 }, "0501.EG.117": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0117, Historische Schriftensammlung", "arch_name": "0117@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15098, "seats": { @@ -63821,18 +70514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39052, "usage_id": 12 }, "0501.EG.119": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0119, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "0119@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -63840,18 +70535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7802, "usage_id": 12 }, "0501.EG.119A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0119A, Flur", "arch_name": "0119A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -63859,19 +70556,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39060, "usage_id": 222 }, "0501.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0120, H\u00f6rsaal gem. Nutzung GEO,SP,WS,OR", "arch_name": "0120@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 12585, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15098, "seats": { @@ -63879,18 +70578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7806, "usage_id": 20 }, "0501.EG.122": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0122, Serverraum", "arch_name": "0122@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15098, "seats": { @@ -63898,18 +70599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19128, "usage_id": 207 }, "0501.EG.122A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0122A, B\u00fcro", "arch_name": "0122A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15100, "seats": { @@ -63917,18 +70620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39071, "usage_id": 12 }, "0501.EG.123": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0123, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "0123@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -63936,18 +70641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7813, "usage_id": 12 }, "0501.EG.124": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0124, B\u00fcro", "arch_name": "0124@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15098, "seats": { @@ -63955,18 +70662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7816, "usage_id": 12 }, "0501.EG.125": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0125, Messlabor", "arch_name": "0125@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -63974,18 +70683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39280, "usage_id": 103 }, "0501.EG.126": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0126, B\u00fcro", "arch_name": "0126@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -63993,19 +70704,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7825, "usage_id": 12 }, "0501.EG.127": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0127, Arbeitsraum/mit Besp.Grp.", "arch_name": "0127@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 23266, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15098, "seats": { @@ -64013,19 +70726,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7832, "usage_id": 12 }, "0501.EG.128": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0128, CIP-Pool mit Aufenthaltsbereich", "arch_name": "0128@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18923, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -64033,18 +70748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39296, "usage_id": 131 }, "0501.EG.128A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0128A, Serverraum", "arch_name": "0128A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -64052,18 +70769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39304, "usage_id": 207 }, "0501.EG.128C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0128C, Lager", "arch_name": "0128C@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -64071,18 +70790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74684, "usage_id": 30 }, "0501.EG.128D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0128D, Gang", "arch_name": "0128D@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -64090,18 +70811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74686, "usage_id": 16 }, "0501.EG.129": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0129, Besprechungsraum", "arch_name": "0129@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -64109,18 +70832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74670, "usage_id": 196 }, "0501.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0130, Flur", "arch_name": "0130@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -64128,18 +70853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39309, "usage_id": 222 }, "0501.EG.130A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0130A, Schaufenster TUM-Shop", "arch_name": "0130A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 13946, "seats": { @@ -64147,18 +70874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39311, "usage_id": 148 }, "0501.EG.130B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0130B, Schaufenster TUM-Shop", "arch_name": "0130B@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 13946, "seats": { @@ -64166,19 +70895,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39316, "usage_id": 148 }, "0501.EG.130C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0130C, K\u00fcche Immatrikulationshalle", "arch_name": "0130C@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 29632, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -64186,18 +70917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39320, "usage_id": 28 }, "0501.EG.130E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0130E, Personenaufzug", "arch_name": "0130E@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -64205,18 +70938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74687, "usage_id": 4 }, "0501.EG.131": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0131, Arbeitsraum/mit Besp.Grp.", "arch_name": "0131@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -64224,18 +70959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7768, "usage_id": 12 }, "0501.EG.132": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0132, Kellertreppe Nord", "arch_name": "0132@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -64243,18 +70980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39331, "usage_id": 223 }, "0501.EG.132A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0132A, L\u00fcftungszentrale", "arch_name": "0132A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -64262,18 +71001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65137, "usage_id": 32 }, "0501.EG.133": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0133, Arbeitsraum/mit Besp.Grp.", "arch_name": "0133@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15098, "seats": { @@ -64281,18 +71022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7772, "usage_id": 12 }, "0501.EG.135": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0135, WC-Damen / Wickeltisch", "arch_name": "0135@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -64300,18 +71043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39340, "usage_id": 116 }, "0501.EG.135A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0135A, Lager", "arch_name": "0135A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39906, "seats": { @@ -64319,18 +71064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39343, "usage_id": 30 }, "0501.EG.135B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0135B, Vorraum WC-D", "arch_name": "0135B@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -64338,18 +71085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74680, "usage_id": 118 }, "0501.EG.135C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0135C, Putzraum", "arch_name": "0135C@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -64357,19 +71106,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74682, "usage_id": 205 }, "0501.EG.136": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0136, Immatrikulationshalle", "arch_name": "0136@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 17895, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -64377,18 +71128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14127, "usage_id": 148 }, "0501.EG.137": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0137, WC-Herren", "arch_name": "0137@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -64396,18 +71149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39206, "usage_id": 115 }, "0501.EG.137A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0137A, Vorraum WC-H", "arch_name": "0137A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -64415,18 +71170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74675, "usage_id": 118 }, "0501.EG.138": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0138, Papierlager Nord", "arch_name": "0138@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -64434,18 +71191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39208, "usage_id": 30 }, "0501.EG.138A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0138A, Installationsschacht Nord", "arch_name": "0138A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -64453,19 +71212,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39211, "usage_id": 120 }, "0501.EG.140": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0140, Durchgangshalle zur Immathalle", "arch_name": "0140@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 17980, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -64473,18 +71234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14079, "usage_id": 222 }, "0501.EG.141": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0141, Windfang", "arch_name": "0141@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -64492,18 +71255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39241, "usage_id": 52 }, "0501.EG.142": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0142, Foyer / Eingangshalle", "arch_name": "0142@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -64511,18 +71276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39244, "usage_id": 222 }, "0501.EG.143": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0143, TUM-Shop", "arch_name": "0143@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 13946, "seats": { @@ -64530,18 +71297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39246, "usage_id": 12 }, "0501.EG.144": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0144, Service Desk", "arch_name": "0144@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -64549,18 +71318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7900, "usage_id": 12 }, "0501.EG.144A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0144A, SSZ Info", "arch_name": "0144A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -64568,18 +71339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7902, "usage_id": 12 }, "0501.EG.144B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0144B, SSZ Info", "arch_name": "0144B@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -64587,18 +71360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7903, "usage_id": 12 }, "0501.EG.144C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0144C, SSZ Info", "arch_name": "0144C@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -64606,18 +71381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39254, "usage_id": 12 }, "0501.EG.144D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0144D, SSZ Info", "arch_name": "0144D@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -64625,18 +71402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39256, "usage_id": 12 }, "0501.EG.144E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0144E, SSZ Info", "arch_name": "0144E@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -64644,18 +71423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39259, "usage_id": 12 }, "0501.EG.144F": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0144F, SSZ Info", "arch_name": "0144F@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -64663,18 +71444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39262, "usage_id": 12 }, "0501.EG.144G": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0144G, SSZ Info", "arch_name": "0144G@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -64682,18 +71465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39264, "usage_id": 12 }, "0501.EG.144H": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0144H, SSZ Info", "arch_name": "0144H@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14432, "seats": { @@ -64701,18 +71486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39267, "usage_id": 12 }, "0501.EG.146": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0146, Maschinenraum", "arch_name": "0146@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14146, "seats": { @@ -64720,18 +71507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39224, "usage_id": 5 }, "0501.EG.148": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0148, Teek\u00fcche SSZ", "arch_name": "0148@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14146, "seats": { @@ -64739,18 +71528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39227, "usage_id": 198 }, "0501.EG.149": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0149, Betriebs\u00e4rztlicher Dienst", "arch_name": "0149@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -64758,18 +71549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39230, "usage_id": 124 }, "0501.EG.149A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0149A, Betriebs\u00e4rztlicher Dienst", "arch_name": "0149A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -64777,18 +71570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39235, "usage_id": 44 }, "0501.EG.150": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0150, Flur S\u00fcd", "arch_name": "0150@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -64796,18 +71591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39238, "usage_id": 222 }, "0501.EG.152": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0152, Aufzug", "arch_name": "0152@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 26064, "seats": { @@ -64815,18 +71612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39367, "usage_id": 4 }, "0501.EG.152B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0152B, Getr\u00e4nke Pr\u00e4sident", "arch_name": "0152B@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 29396, "seats": { @@ -64834,18 +71633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39370, "usage_id": 159 }, "0501.EG.153": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0153, WC-Herren", "arch_name": "0153@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -64853,18 +71654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39377, "usage_id": 115 }, "0501.EG.153A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0153A, LRZ-Verteilerknoten", "arch_name": "0153A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -64872,18 +71675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39379, "usage_id": 120 }, "0501.EG.153B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0153B, Vorraum WC-H", "arch_name": "0153B@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -64891,18 +71696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74678, "usage_id": 118 }, "0501.EG.154": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0154, Flur SSZ", "arch_name": "0154@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -64910,18 +71717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39381, "usage_id": 222 }, "0501.EG.154A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0154A, Installationsschacht S\u00fcd", "arch_name": "0154A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -64929,18 +71738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39383, "usage_id": 120 }, "0501.EG.155": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0155, WC-Damen", "arch_name": "0155@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -64948,18 +71759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39388, "usage_id": 116 }, "0501.EG.155A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0155A, Vorraum WC-D", "arch_name": "0155A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -64967,18 +71780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74681, "usage_id": 118 }, "0501.EG.156": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0156, Lager S\u00fcd unter Kellertreppe", "arch_name": "0156@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14146, "seats": { @@ -64986,18 +71801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39391, "usage_id": 30 }, "0501.EG.157": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0157, B\u00fcro", "arch_name": "0157@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14432, "seats": { @@ -65005,18 +71822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7943, "usage_id": 12 }, "0501.EG.159": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0159, B\u00fcro", "arch_name": "0159@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14432, "seats": { @@ -65024,18 +71843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39400, "usage_id": 12 }, "0501.EG.161": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0161, B\u00fcro", "arch_name": "0161@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14442, "seats": { @@ -65043,18 +71864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7949, "usage_id": 12 }, "0501.EG.163": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0163, B\u00fcro", "arch_name": "0163@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14442, "seats": { @@ -65062,18 +71885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7954, "usage_id": 12 }, "0501.EG.165": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0165, B\u00fcro", "arch_name": "0165@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14442, "seats": { @@ -65081,18 +71906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7956, "usage_id": 12 }, "0501.EG.166": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0166, Kellertreppe S\u00fcd", "arch_name": "0166@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -65100,18 +71927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39416, "usage_id": 223 }, "0501.EG.167": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0167, B\u00fcro", "arch_name": "0167@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -65119,18 +71948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7864, "usage_id": 12 }, "0501.EG.169": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0169, B\u00fcro", "arch_name": "0169@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -65138,19 +71969,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7866, "usage_id": 12 }, "0501.EG.170": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0170, Unterricht", "arch_name": "0170@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15059, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26608, "seats": { @@ -65158,18 +71991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7869, "usage_id": 130 }, "0501.EG.170A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0170A, Vorraum", "arch_name": "0170A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -65177,18 +72012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39426, "usage_id": 222 }, "0501.EG.171": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0171, Besprechungsraum", "arch_name": "0171@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -65196,18 +72033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39352, "usage_id": 196 }, "0501.EG.172A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0172A, B\u00fcro", "arch_name": "0172A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -65215,19 +72054,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7967, "usage_id": 12 }, "0501.EG.172B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0172B, B\u00fcro", "arch_name": "0172B@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 19994, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -65235,19 +72076,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7996, "usage_id": 12 }, "0501.EG.174": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0174, B\u00fcro", "arch_name": "0174@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18686, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14411, "seats": { @@ -65255,18 +72098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7999, "usage_id": 40 }, "0501.EG.176": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0176, B\u00fcro", "arch_name": "0176@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14432, "seats": { @@ -65274,18 +72119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8004, "usage_id": 12 }, "0501.EG.178": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0178, Kopierraum", "arch_name": "0178@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -65293,19 +72140,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39570, "usage_id": 110 }, "0501.EG.180": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0180, Magazin", "arch_name": "0180@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 15068, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -65313,18 +72162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8010, "usage_id": 2 }, "0501.EG.181": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0181, WC-Herren", "arch_name": "0181@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -65332,18 +72183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39581, "usage_id": 115 }, "0501.EG.181A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0181A, Vorraum WC-H", "arch_name": "0181A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -65351,18 +72204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74679, "usage_id": 118 }, "0501.EG.183": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0183, WC-Damen", "arch_name": "0183@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -65370,18 +72225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39586, "usage_id": 116 }, "0501.EG.183A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0183A, Putzraum", "arch_name": "0183A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -65389,18 +72246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39590, "usage_id": 205 }, "0501.EG.184": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0184, B\u00fcro (Rochadefl\u00e4che)", "arch_name": "0184@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -65408,18 +72267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8017, "usage_id": 12 }, "0501.EG.184A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0184A, Lager", "arch_name": "0184A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26064, "seats": { @@ -65427,19 +72288,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39598, "usage_id": 30 }, "0501.EG.185": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0185, Besprechung", "arch_name": "0185@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18788, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 13946, "seats": { @@ -65447,18 +72310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39603, "usage_id": 196 }, "0501.EG.186": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0186, Lager", "arch_name": "0186@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14442, "seats": { @@ -65466,18 +72331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8023, "usage_id": 30 }, "0501.EG.186A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0186A, Flur", "arch_name": "0186A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -65485,18 +72352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74674, "usage_id": 222 }, "0501.EG.187": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0187, B\u00fcro", "arch_name": "0187@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 13946, "seats": { @@ -65504,18 +72373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8027, "usage_id": 12 }, "0501.EG.188": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0188, Flur CIA", "arch_name": "0188@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -65523,18 +72394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39503, "usage_id": 222 }, "0501.EG.189": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0189, B\u00fcro Durchgang zu 0193", "arch_name": "0189@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 13946, "seats": { @@ -65542,18 +72415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7985, "usage_id": 12 }, "0501.EG.190": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0190, Treppenraum S\u00fcd", "arch_name": "0190@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -65561,18 +72436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39541, "usage_id": 223 }, "0501.EG.190A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0190A, Aufzugsschacht S\u00fcd", "arch_name": "0190A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -65580,18 +72457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39542, "usage_id": 4 }, "0501.EG.191A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0191A, Flur", "arch_name": "0191A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -65599,18 +72478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74747, "usage_id": 222 }, "0501.EG.193": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0193, B\u00fcro zu 0189", "arch_name": "0193@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 13946, "seats": { @@ -65618,18 +72499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7989, "usage_id": 12 }, "0501.EG.194": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0194, B\u00fcro", "arch_name": "0194@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14443, "seats": { @@ -65637,18 +72520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7990, "usage_id": 12 }, "0501.EG.195": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0195, Flur S\u00fcdspange", "arch_name": "0195@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -65656,18 +72541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39545, "usage_id": 222 }, "0501.EG.195A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0195A, Lager", "arch_name": "0195A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -65675,18 +72562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74676, "usage_id": 30 }, "0501.EG.196": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0196, B\u00fcro", "arch_name": "0196@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14443, "seats": { @@ -65694,18 +72583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7991, "usage_id": 12 }, "0501.EG.198": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0198, B\u00fcro", "arch_name": "0198@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14443, "seats": { @@ -65713,18 +72604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7992, "usage_id": 12 }, "0501.EG.198A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0198A, B\u00fcro", "arch_name": "0198A@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14443, "seats": { @@ -65732,18 +72625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7993, "usage_id": 12 }, "0501.EG.901": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0192, Fluchttreppenhaus", "arch_name": "0192@0501", "area_id": 23, "building_id": 577, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -65751,18 +72646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74672, "usage_id": 223 }, "0501.U1.101": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1101, Werkstatt", "arch_name": "-1101@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37992, "seats": { @@ -65770,18 +72667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38512, "usage_id": 51 }, "0501.U1.101A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1101A, Flur", "arch_name": "-1101A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -65789,18 +72688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38518, "usage_id": 222 }, "0501.U1.101B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1101B, Dusche", "arch_name": "-1101B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37992, "seats": { @@ -65808,18 +72709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38522, "usage_id": 113 }, "0501.U1.102": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1102, Teek\u00fcche", "arch_name": "-1102@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37992, "seats": { @@ -65827,18 +72730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38523, "usage_id": 198 }, "0501.U1.103": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1103, Gardarobe u. Lager", "arch_name": "-1103@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 44344, "seats": { @@ -65846,18 +72751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38549, "usage_id": 121 }, "0501.U1.104": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1104, Hausmeisterb\u00fcro", "arch_name": "-1104@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37992, "seats": { @@ -65865,18 +72772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38551, "usage_id": 12 }, "0501.U1.107": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1107, Raumlufttechnik", "arch_name": "-1107@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -65884,18 +72793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38556, "usage_id": 32 }, "0501.U1.109": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1109, Flur", "arch_name": "-1109@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -65903,18 +72814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38562, "usage_id": 222 }, "0501.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1110, Treppenraum", "arch_name": "-1110@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -65922,18 +72835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38573, "usage_id": 223 }, "0501.U1.111": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1111, Lager", "arch_name": "-1111@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15103, "seats": { @@ -65941,19 +72856,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38581, "usage_id": 30 }, "0501.U1.112": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1112, CIP-Pool", "arch_name": "-1112@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 28812, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -65961,18 +72878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20456, "usage_id": 213 }, "0501.U1.112A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1112A, Betriebstechn. Anlagen", "arch_name": "-1112A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -65980,18 +72899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74740, "usage_id": 120 }, "0501.U1.113": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1113, Lager", "arch_name": "-1113@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15103, "seats": { @@ -65999,18 +72920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38591, "usage_id": 30 }, "0501.U1.117": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1117, Materiallager", "arch_name": "-1117@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15098, "seats": { @@ -66018,18 +72941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38527, "usage_id": 30 }, "0501.U1.117A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1117A, Druckluft", "arch_name": "-1117A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15098, "seats": { @@ -66037,18 +72962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38532, "usage_id": 32 }, "0501.U1.119": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1119, Arbeitsraum/mit exp. Arbeitsplatz", "arch_name": "-1119@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -66056,19 +72983,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7447, "usage_id": 12 }, "0501.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1120, Messlabor", "arch_name": "-1120@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 19728, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -66076,18 +73005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38536, "usage_id": 103 }, "0501.U1.121": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1121, Betriebstechnik", "arch_name": "-1121@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66095,18 +73026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38539, "usage_id": 120 }, "0501.U1.125": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1125, Feinmechanische Werkstatt", "arch_name": "-1125@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -66114,18 +73047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20510, "usage_id": 108 }, "0501.U1.127": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1127, Lager", "arch_name": "-1127@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -66133,18 +73068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38722, "usage_id": 30 }, "0501.U1.128": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1128, B\u00fcchermagazin", "arch_name": "-1128@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19671, "seats": { @@ -66152,18 +73089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38725, "usage_id": 2 }, "0501.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1130, Aufzug", "arch_name": "-1130@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66171,19 +73110,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38727, "usage_id": 4 }, "0501.U1.131": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1131, \u00dcbungsraum", "arch_name": "-1131@0501", "area_id": 23, "building_id": 577, "calendar_resource_nr": 18973, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15098, "seats": { @@ -66191,18 +73132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38732, "usage_id": 131 }, "0501.U1.132A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1132A, Lager", "arch_name": "-1132A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -66210,18 +73153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65136, "usage_id": 30 }, "0501.U1.132B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1132B, Treppe", "arch_name": "-1132B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -66229,18 +73174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74736, "usage_id": 223 }, "0501.U1.133": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1133, B\u00fcro", "arch_name": "-1133@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 44491, "seats": { @@ -66248,18 +73195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38736, "usage_id": 12 }, "0501.U1.135": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K135, Stromversorgung/Batterieraum", "arch_name": "K135@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -66267,18 +73216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38740, "usage_id": 160 }, "0501.U1.136": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1136, Raumlufttechnik", "arch_name": "-1136@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66286,18 +73237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38743, "usage_id": 32 }, "0501.U1.137": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1137, Historisches Archiv", "arch_name": "-1137@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 46797, "seats": { @@ -66305,18 +73258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38747, "usage_id": 30 }, "0501.U1.137A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1137A, Archiv", "arch_name": "-1137A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 29396, "seats": { @@ -66324,18 +73279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38750, "usage_id": 2 }, "0501.U1.137B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1137B, Lager", "arch_name": "-1137B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66343,18 +73300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74733, "usage_id": 30 }, "0501.U1.138": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1138, B\u00fcchermagazin", "arch_name": "-1138@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -66362,18 +73321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38754, "usage_id": 2 }, "0501.U1.139": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1139, Flur Geod\u00e4siebereich", "arch_name": "-1139@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -66381,18 +73342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38758, "usage_id": 222 }, "0501.U1.139A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1139A, Betriebstechn. Anlagen", "arch_name": "-1139A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66400,18 +73363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74745, "usage_id": 120 }, "0501.U1.139B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1139B, Lager", "arch_name": "-1139B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66419,18 +73384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74741, "usage_id": 30 }, "0501.U1.139C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1139C, Lager", "arch_name": "-1139C@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66438,18 +73405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74743, "usage_id": 30 }, "0501.U1.139D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1139D, Lager", "arch_name": "-1139D@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66457,18 +73426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74735, "usage_id": 30 }, "0501.U1.139F": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1139F, Lager", "arch_name": "-1139F@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66476,18 +73447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74744, "usage_id": 30 }, "0501.U1.139G": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1139G, Lager", "arch_name": "-1139G@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66495,18 +73468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74742, "usage_id": 30 }, "0501.U1.140": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1140, Heizungstechnik", "arch_name": "-1140@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66514,18 +73489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38761, "usage_id": 201 }, "0501.U1.140A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1140A, Installationsschacht", "arch_name": "-1140A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66533,18 +73510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38763, "usage_id": 120 }, "0501.U1.140B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1140B, Installationsschacht", "arch_name": "-1140B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66552,18 +73531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38768, "usage_id": 120 }, "0501.U1.140C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1140C, Installationsschacht", "arch_name": "-1140C@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66571,18 +73552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38781, "usage_id": 120 }, "0501.U1.140D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1140D, Installationsschacht", "arch_name": "-1140D@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66590,18 +73573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38783, "usage_id": 120 }, "0501.U1.140F": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1140F, Gang", "arch_name": "-1140F@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -66609,18 +73594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74731, "usage_id": 16 }, "0501.U1.140G": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1140G, Gang", "arch_name": "-1140G@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -66628,18 +73615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74732, "usage_id": 16 }, "0501.U1.140H": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1140H, Installationsschacht", "arch_name": "-1140H@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66647,18 +73636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74655, "usage_id": 120 }, "0501.U1.143": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1143, Lager M\u00f6bel", "arch_name": "-1143@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37992, "seats": { @@ -66666,18 +73657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38785, "usage_id": 30 }, "0501.U1.145": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1145, Lager Brosch\u00fcren", "arch_name": "-1145@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19660, "seats": { @@ -66685,18 +73678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38787, "usage_id": 30 }, "0501.U1.147": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1147, Toiletten/Papierhandt\u00fccher", "arch_name": "-1147@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37992, "seats": { @@ -66704,18 +73699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38794, "usage_id": 30 }, "0501.U1.148": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1148, Lager", "arch_name": "-1148@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66723,18 +73720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74737, "usage_id": 30 }, "0501.U1.148A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1148A, Treppe", "arch_name": "-1148A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -66742,18 +73741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74734, "usage_id": 223 }, "0501.U1.150": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1150, Grosser Keller Flur", "arch_name": "-1150@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -66761,18 +73762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38799, "usage_id": 222 }, "0501.U1.150A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1150A, Flur", "arch_name": "-1150A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -66780,18 +73783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74729, "usage_id": 222 }, "0501.U1.150B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1150B, Flur", "arch_name": "-1150B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -66799,18 +73804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74730, "usage_id": 222 }, "0501.U1.150C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1150C, Lager", "arch_name": "-1150C@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66818,18 +73825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74739, "usage_id": 30 }, "0501.U1.151": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1151, Putzraum", "arch_name": "-1151@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -66837,18 +73846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38802, "usage_id": 205 }, "0501.U1.152": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1152, Lastenaufzug", "arch_name": "-1152@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66856,18 +73867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38807, "usage_id": 4 }, "0501.U1.154": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1154, Flur", "arch_name": "-1154@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19671, "seats": { @@ -66875,18 +73888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38812, "usage_id": 222 }, "0501.U1.155": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1155, Betriebstechnik", "arch_name": "-1155@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -66894,18 +73909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38818, "usage_id": 120 }, "0501.U1.155A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1155A, Serverraum", "arch_name": "-1155A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 26064, "seats": { @@ -66913,18 +73930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74738, "usage_id": 207 }, "0501.U1.156": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1156, L\u00fcftungstechnik", "arch_name": "-1156@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -66932,18 +73951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38822, "usage_id": 32 }, "0501.U1.158": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1158, Packraum", "arch_name": "-1158@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -66951,18 +73972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38826, "usage_id": 180 }, "0501.U1.159": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1159, Registratur", "arch_name": "-1159@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31951, "seats": { @@ -66970,18 +73993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38831, "usage_id": 2 }, "0501.U1.160": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1160, B\u00fcro", "arch_name": "-1160@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -66989,18 +74014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38835, "usage_id": 12 }, "0501.U1.161": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1161, Registratur", "arch_name": "-1161@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31951, "seats": { @@ -67008,18 +74035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38839, "usage_id": 2 }, "0501.U1.162": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1162, B\u00fcchermagazin", "arch_name": "-1162@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19671, "seats": { @@ -67027,18 +74056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38846, "usage_id": 2 }, "0501.U1.163": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1163, Lager", "arch_name": "-1163@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31951, "seats": { @@ -67046,18 +74077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38853, "usage_id": 30 }, "0501.U1.164": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1164, WC Bibliothek", "arch_name": "-1164@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -67065,18 +74098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38865, "usage_id": 114 }, "0501.U1.164A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1164A, WC-Vorraum / Bibliothek", "arch_name": "-1164A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -67084,18 +74119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38868, "usage_id": 37 }, "0501.U1.164B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1164B, Lager Putzmaterial", "arch_name": "-1164B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 37989, "seats": { @@ -67103,18 +74140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38872, "usage_id": 30 }, "0501.U1.165": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1165, Lager", "arch_name": "-1165@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31951, "seats": { @@ -67122,18 +74161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38877, "usage_id": 30 }, "0501.U1.166": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1166, Sprinklerzentrale", "arch_name": "-1166@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -67141,18 +74182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38689, "usage_id": 183 }, "0501.U1.167": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1167, Lager", "arch_name": "-1167@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31951, "seats": { @@ -67160,18 +74203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38716, "usage_id": 30 }, "0501.U1.168": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1168, Flur Zugang/Transport", "arch_name": "-1168@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -67179,18 +74224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38954, "usage_id": 222 }, "0501.U1.169": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1169, Lager", "arch_name": "-1169@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31951, "seats": { @@ -67198,18 +74245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38961, "usage_id": 30 }, "0501.U1.170": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1170, B\u00fcchermagazin", "arch_name": "-1170@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -67217,18 +74266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38966, "usage_id": 2 }, "0501.U1.170A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1170A, Lager", "arch_name": "-1170A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19690, "seats": { @@ -67236,18 +74287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38970, "usage_id": 30 }, "0501.U1.170B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1170B, Kelleraum", "arch_name": "-1170B@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25963, "seats": { @@ -67255,18 +74308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38974, "usage_id": 30 }, "0501.U1.171": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K171, Elektrotechnik", "arch_name": "K171@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -67274,18 +74329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38979, "usage_id": 160 }, "0501.U1.172": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1172, Lager", "arch_name": "-1172@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -67293,18 +74350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38984, "usage_id": 30 }, "0501.U1.172A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1172A, Flur", "arch_name": "-1172A@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -67312,18 +74371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38989, "usage_id": 222 }, "0501.U1.173": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K173, Elektrotechnik", "arch_name": "K173@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -67331,18 +74392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38994, "usage_id": 160 }, "0501.U1.175": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1175, Lager/Schreinerei Kohlschmid", "arch_name": "-1175@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26055, "seats": { @@ -67350,18 +74413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38996, "usage_id": 30 }, "0501.U1.179": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1179, Lager", "arch_name": "-1179@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15103, "seats": { @@ -67369,18 +74434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39018, "usage_id": 30 }, "0501.U1.181": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1181, Lager", "arch_name": "-1181@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19671, "seats": { @@ -67388,18 +74455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39021, "usage_id": 30 }, "0501.U1.183": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1183, Lager", "arch_name": "-1183@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19671, "seats": { @@ -67407,18 +74476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39028, "usage_id": 30 }, "0501.U1.184": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1184, Flur", "arch_name": "-1184@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -67426,18 +74497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39032, "usage_id": 222 }, "0501.U1.185": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1185, Lager", "arch_name": "-1185@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19671, "seats": { @@ -67445,18 +74518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39037, "usage_id": 30 }, "0501.U1.190": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1190, B\u00fcchermagazin Bibliothek", "arch_name": "-1190@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19671, "seats": { @@ -67464,18 +74539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38886, "usage_id": 2 }, "0501.U1.191": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1191, Flur-Feuerwehr", "arch_name": "-1191@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -67483,18 +74560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72166, "usage_id": 222 }, "0501.U1.192": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1192, Windfang", "arch_name": "-1192@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -67502,18 +74581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38931, "usage_id": 52 }, "0501.U1.193": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1193, WC", "arch_name": "-1193@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -67521,18 +74602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38934, "usage_id": 114 }, "0501.U1.194": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1194, Lager 2", "arch_name": "-1194@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -67540,18 +74623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38937, "usage_id": 30 }, "0501.U1.195": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1195, Flur", "arch_name": "-1195@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -67559,18 +74644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38940, "usage_id": 222 }, "0501.U1.196": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1196, Aktenlagerraum", "arch_name": "-1196@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -67578,18 +74665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38944, "usage_id": 2 }, "0501.U1.197": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1197, Lager 3", "arch_name": "-1197@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -67597,18 +74686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38950, "usage_id": 30 }, "0501.U1.198": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1198, Aufenthaltsraum", "arch_name": "-1198@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -67616,18 +74707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38900, "usage_id": 44 }, "0501.U1.199": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1199, B\u00fcro Putzfirma", "arch_name": "-1199@0501", "area_id": 23, "building_id": 577, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -67635,18 +74728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38911, "usage_id": 12 }, "0501.U2.001": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2001, Installationskanal-Hochschulstrasse", "arch_name": "-2001@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -67654,18 +74749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38504, "usage_id": 120 }, "0501.U2.101": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2101, Installationskanal", "arch_name": "-2101@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -67673,18 +74770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38509, "usage_id": 120 }, "0501.Z2.136A": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z1136A, Lesesaal", "arch_name": "Z1136A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 19671, "seats": { @@ -67692,18 +74791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74723, "usage_id": 150 }, "0501.Z2.136B": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z1136B, Treppe", "arch_name": "Z1136B@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.ZG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -67711,18 +74812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74727, "usage_id": 223 }, "0501.Z2.136C": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z1136C, Schacht f.Personenaufzug", "arch_name": "Z1136C@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -67730,18 +74833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74728, "usage_id": 195 }, "0501.Z2.136D": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z1136D, Treppe", "arch_name": "Z1136D@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -67749,18 +74854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74725, "usage_id": 223 }, "0501.Z2.143A": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z1143A, Lager", "arch_name": "Z1143A@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.ZG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -67768,18 +74875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74724, "usage_id": 30 }, "0501.Z2.143G": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z1143G, Lager", "arch_name": "Z1143G@0501", "area_id": 23, "building_id": 577, + "floor_level": "2.ZG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -67787,19 +74896,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74726, "usage_id": 30 }, "0502.01.200": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1200, Carl-von-Linde-H\u00f6rsaal", "arch_name": "1200@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 12505, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -67807,18 +74918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7075, "usage_id": 20 }, "0502.01.200A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1200A, Lager Carl von Linde-H\u00f6rsaal", "arch_name": "1200A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -67826,18 +74939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18840, "usage_id": 30 }, "0502.01.200B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1200B, Lager Carl von Linde-H\u00f6rsaal", "arch_name": "1200B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -67845,19 +74960,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37503, "usage_id": 30 }, "0502.01.202": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1202, Vorbereitung Carl von Linde-H\u00f6rsaal", "arch_name": "1202@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 18076, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -67865,18 +74982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18921, "usage_id": 136 }, "0502.01.202A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1202A, Galerie/Lager", "arch_name": "1202A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -67884,18 +75003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37511, "usage_id": 30 }, "0502.01.202B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1202B, Treppe", "arch_name": "1202B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -67903,18 +75024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75209, "usage_id": 223 }, "0502.01.202D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1202D, Aufzugsmaschinenraum", "arch_name": "1202D@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -67922,18 +75045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75201, "usage_id": 5 }, "0502.01.203": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1203, Flur", "arch_name": "1203@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -67941,18 +75066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58998, "usage_id": 222 }, "0502.01.204": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1204, Flur", "arch_name": "1204@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -67960,18 +75087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59002, "usage_id": 222 }, "0502.01.204A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1204A, Flur", "arch_name": "1204A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -67979,18 +75108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75195, "usage_id": 222 }, "0502.01.205": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1205, B\u00fcro", "arch_name": "1205@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19700, "seats": { @@ -67998,18 +75129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13856, "usage_id": 12 }, "0502.01.207": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1207, B\u00fcro", "arch_name": "1207@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19700, "seats": { @@ -68017,18 +75150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13887, "usage_id": 12 }, "0502.01.209": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1209, B\u00fcro", "arch_name": "1209@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19700, "seats": { @@ -68036,18 +75171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13888, "usage_id": 12 }, "0502.01.211": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1211, B\u00fcro", "arch_name": "1211@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19700, "seats": { @@ -68055,18 +75192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13889, "usage_id": 12 }, "0502.01.211A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1211A, Flur", "arch_name": "1211A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -68074,18 +75213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37516, "usage_id": 222 }, "0502.01.211B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1211B, WC-Herren", "arch_name": "1211B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -68093,18 +75234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37550, "usage_id": 115 }, "0502.01.211C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1211C, Putzraum", "arch_name": "1211C@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68112,18 +75255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37555, "usage_id": 205 }, "0502.01.211D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1211D, Toilette WC-H", "arch_name": "1211D@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68131,18 +75276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75212, "usage_id": 115 }, "0502.01.211E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1211E, Lager", "arch_name": "1211E@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -68150,18 +75297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75211, "usage_id": 30 }, "0502.01.211F": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1211F, Treppe", "arch_name": "1211F@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -68169,18 +75318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75198, "usage_id": 223 }, "0502.01.219": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1219, Foyer/Gardarobe", "arch_name": "1219@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -68188,18 +75339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37561, "usage_id": 222 }, "0502.01.219A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1219A, Treppe", "arch_name": "1219A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -68207,18 +75360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37571, "usage_id": 223 }, "0502.01.219B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1219B, Studentische Arbeitspl\u00e4tze", "arch_name": "1219B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -68226,18 +75381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65371, "usage_id": 208 }, "0502.01.219C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1219C, Treppe", "arch_name": "1219C@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -68245,19 +75402,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75191, "usage_id": 223 }, "0502.01.221": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1221, Seminarraum", "arch_name": "1221@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 15212, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19700, "seats": { @@ -68265,18 +75424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13890, "usage_id": 41 }, "0502.01.221G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1221G, Galerie", "arch_name": "1221G@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -68284,19 +75445,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37577, "usage_id": 206 }, "0502.01.229": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1229, Seminarraum", "arch_name": "1229@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 15213, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19700, "seats": { @@ -68304,18 +75467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13891, "usage_id": 41 }, "0502.01.229G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1229G, Galerie wg. Brandschutz nicht nutzbar", "arch_name": "1229G@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -68323,18 +75488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37583, "usage_id": 206 }, "0502.01.230": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1230, Flur", "arch_name": "1230@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68342,18 +75509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37592, "usage_id": 222 }, "0502.01.230A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1230A, Treppenraum", "arch_name": "1230A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68361,18 +75530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37602, "usage_id": 223 }, "0502.01.230B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1230B, Treppe", "arch_name": "1230B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68380,18 +75551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75197, "usage_id": 223 }, "0502.01.230C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1230C, Flur", "arch_name": "1230C@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68399,18 +75572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75192, "usage_id": 222 }, "0502.01.230D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1230D, Flur", "arch_name": "1230D@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68418,18 +75593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75190, "usage_id": 222 }, "0502.01.231": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1231, Flur", "arch_name": "1231@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -68437,18 +75614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75185, "usage_id": 222 }, "0502.01.231A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1231A, Treppe", "arch_name": "1231A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -68456,18 +75635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75199, "usage_id": 223 }, "0502.01.233": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1233, B\u00fcro", "arch_name": "1233@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -68475,18 +75656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59026, "usage_id": 12 }, "0502.01.233A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1233A, Papierlager", "arch_name": "1233A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -68494,18 +75677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59035, "usage_id": 30 }, "0502.01.233B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1233B, Treppe", "arch_name": "1233B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -68513,18 +75698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75214, "usage_id": 223 }, "0502.01.233G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1233G, Galerie", "arch_name": "1233G@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 14881, "seats": { @@ -68532,18 +75719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37528, "usage_id": 206 }, "0502.01.235": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1235, Teek\u00fcche/Lager", "arch_name": "1235@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -68551,18 +75740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59039, "usage_id": 198 }, "0502.01.235A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1235A, Treppe", "arch_name": "1235A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 19691, "seats": { @@ -68570,18 +75761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75213, "usage_id": 223 }, "0502.01.235G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1235G, Galerie", "arch_name": "1235G@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 39688, "seats": { @@ -68589,19 +75782,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37532, "usage_id": 206 }, "0502.01.237": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1237, Seminarraum", "arch_name": "1237@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 18527, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -68609,18 +75804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59041, "usage_id": 41 }, "0502.01.237G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1237G, Galerie", "arch_name": "1237G@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -68628,18 +75825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37539, "usage_id": 206 }, "0502.01.239": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1239, B\u00fcro", "arch_name": "1239@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -68647,18 +75846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13899, "usage_id": 12 }, "0502.01.241": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1241, B\u00fcro", "arch_name": "1241@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -68666,18 +75867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59047, "usage_id": 12 }, "0502.01.242": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1242, Flur", "arch_name": "1242@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68685,18 +75888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37547, "usage_id": 222 }, "0502.01.243": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1243, B\u00fcro", "arch_name": "1243@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -68704,18 +75909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13903, "usage_id": 12 }, "0502.01.244": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1244, Flur", "arch_name": "1244@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68723,18 +75930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37733, "usage_id": 222 }, "0502.01.245": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1245, Lager", "arch_name": "1245@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -68742,18 +75951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37740, "usage_id": 30 }, "0502.01.246": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1246, Aufenthaltsraum", "arch_name": "1246@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -68761,19 +75972,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59048, "usage_id": 44 }, "0502.01.247": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1247, B\u00fcro", "arch_name": "1247@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 30453, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -68781,18 +75994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13904, "usage_id": 12 }, "0502.01.248": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1248, Aufenthaltsraum", "arch_name": "1248@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -68800,18 +76015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59049, "usage_id": 44 }, "0502.01.249": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1249, B\u00fcro", "arch_name": "1249@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -68819,18 +76036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59051, "usage_id": 12 }, "0502.01.250": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1250, B\u00fcro", "arch_name": "1250@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31980, "seats": { @@ -68838,18 +76057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7051, "usage_id": 12 }, "0502.01.252": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1252, B\u00fcro", "arch_name": "1252@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31980, "seats": { @@ -68857,18 +76078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59053, "usage_id": 12 }, "0502.01.253": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1253, B\u00fcro", "arch_name": "1253@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31980, "seats": { @@ -68876,18 +76099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59055, "usage_id": 12 }, "0502.01.254": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1254, Lager", "arch_name": "1254@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -68895,18 +76120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59057, "usage_id": 30 }, "0502.01.255": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1255, B\u00fcro", "arch_name": "1255@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19662, "seats": { @@ -68914,19 +76141,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59059, "usage_id": 12 }, "0502.01.260": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1260, H\u00f6rsaal o. Exp.-B\u00fchne", "arch_name": "1260@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 12563, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68934,18 +76163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7053, "usage_id": 20 }, "0502.01.266": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1266, Treppenraum", "arch_name": "1266@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -68953,18 +76184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37757, "usage_id": 223 }, "0502.01.266A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1266A, Treppenhaus", "arch_name": "1266A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -68972,18 +76205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75196, "usage_id": 223 }, "0502.01.267": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1267, WC-Damen Vorraum", "arch_name": "1267@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -68991,18 +76226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37760, "usage_id": 118 }, "0502.01.267A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1267A, Putzraum", "arch_name": "1267A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69010,18 +76247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37765, "usage_id": 205 }, "0502.01.267B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1267B, Toilette WC-D", "arch_name": "1267B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -69029,18 +76268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75200, "usage_id": 116 }, "0502.01.267C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1267C, Lager", "arch_name": "1267C@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -69048,18 +76289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75210, "usage_id": 30 }, "0502.01.271": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1271, L\u00fcftungsraum", "arch_name": "1271@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -69067,18 +76310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37771, "usage_id": 32 }, "0502.01.271A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1271A, Lager", "arch_name": "1271A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69086,18 +76331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37775, "usage_id": 30 }, "0502.01.271B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1271B, Lager", "arch_name": "1271B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69105,18 +76352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37779, "usage_id": 30 }, "0502.01.271C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1271C, Lager", "arch_name": "1271C@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69124,18 +76373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37783, "usage_id": 30 }, "0502.01.272": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1272, Raumlufttechnische Anlage", "arch_name": "1272@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -69143,18 +76394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75194, "usage_id": 32 }, "0502.01.988": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1275, Raumlufttechnische Anlage", "arch_name": "1275@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -69162,18 +76415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75193, "usage_id": 32 }, "0502.01.993": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1293, Terrasse", "arch_name": "1293@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -69181,18 +76436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75186, "usage_id": 48 }, "0502.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2203, Flur", "arch_name": "2203@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69200,18 +76457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37788, "usage_id": 222 }, "0502.02.203A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2203A, Kopierraum", "arch_name": "2203A@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19700, "seats": { @@ -69219,18 +76478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37795, "usage_id": 110 }, "0502.02.203B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2203B, Treppe", "arch_name": "2203B@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -69238,19 +76499,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75224, "usage_id": 223 }, "0502.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2205, Besprechungsraum", "arch_name": "2205@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 19533, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19700, "seats": { @@ -69258,19 +76521,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7161, "usage_id": 196 }, "0502.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2207, B\u00fcro", "arch_name": "2207@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 30852, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19700, "seats": { @@ -69278,18 +76543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7166, "usage_id": 12 }, "0502.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2209, B\u00fcro", "arch_name": "2209@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19700, "seats": { @@ -69297,18 +76564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20195, "usage_id": 12 }, "0502.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2211, B\u00fcro", "arch_name": "2211@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19700, "seats": { @@ -69316,18 +76585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7174, "usage_id": 12 }, "0502.02.215": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2215, Flur", "arch_name": "2215@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69335,18 +76606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37819, "usage_id": 222 }, "0502.02.216A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2216A, Flur", "arch_name": "2216A@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69354,18 +76627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37828, "usage_id": 222 }, "0502.02.216B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2216B, Treppe", "arch_name": "2216B@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -69373,18 +76648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75225, "usage_id": 223 }, "0502.02.219": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2219, Flur", "arch_name": "2219@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69392,19 +76669,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37836, "usage_id": 222 }, "0502.02.221": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2221, B\u00fcro", "arch_name": "2221@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 23161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -69412,18 +76691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13944, "usage_id": 12 }, "0502.02.221A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2221A, Lager", "arch_name": "2221A@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -69431,18 +76712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37841, "usage_id": 30 }, "0502.02.222": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2222, Katastrophen/Selbstschutz", "arch_name": "2222@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -69450,18 +76733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37846, "usage_id": 30 }, "0502.02.224": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2224, Film-Projektionsraum", "arch_name": "2224@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69469,18 +76754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37705, "usage_id": 23 }, "0502.02.226": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2226, Vorf\u00fchrraum", "arch_name": "2226@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69488,18 +76775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37715, "usage_id": 23 }, "0502.02.228": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2228, Lager", "arch_name": "2228@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -69507,18 +76796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37720, "usage_id": 30 }, "0502.02.230": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2230, Flur", "arch_name": "2230@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69526,18 +76817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37950, "usage_id": 222 }, "0502.02.230A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2230A, Treppenraum", "arch_name": "2230A@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69545,18 +76838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37958, "usage_id": 223 }, "0502.02.230B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2230B, Vorraum WC", "arch_name": "2230B@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -69564,18 +76859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37963, "usage_id": 118 }, "0502.02.230C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2230C, WC", "arch_name": "2230C@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -69583,18 +76880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37972, "usage_id": 114 }, "0502.02.230D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2230D, Treppe", "arch_name": "2230D@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69602,18 +76901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75223, "usage_id": 223 }, "0502.02.231": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2231, Prof.-B\u00fcro", "arch_name": "2231@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -69621,19 +76922,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13945, "usage_id": 12 }, "0502.02.235": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2235, B\u00fcro", "arch_name": "2235@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 18919, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15223, "seats": { @@ -69641,19 +76944,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7117, "usage_id": 12 }, "0502.02.239": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2239, B\u00fcro", "arch_name": "2239@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 20742, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15223, "seats": { @@ -69661,18 +76966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37988, "usage_id": 12 }, "0502.02.240": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2240, B\u00fcro", "arch_name": "2240@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -69680,18 +76987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7128, "usage_id": 12 }, "0502.02.241": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2241, B\u00fcro", "arch_name": "2241@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -69699,18 +77008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7133, "usage_id": 12 }, "0502.02.242": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2242, B\u00fcro", "arch_name": "2242@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -69718,18 +77029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7293, "usage_id": 12 }, "0502.02.243": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2243, B\u00fcro", "arch_name": "2243@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15223, "seats": { @@ -69737,19 +77050,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38014, "usage_id": 40 }, "0502.02.245": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2245, Prof.-B\u00fcro", "arch_name": "2245@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 22106, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15223, "seats": { @@ -69757,19 +77072,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38023, "usage_id": 12 }, "0502.02.247": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2247, Seminarraum", "arch_name": "2247@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 20741, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15223, "seats": { @@ -69777,18 +77094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59058, "usage_id": 41 }, "0502.02.250": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2250, Flur", "arch_name": "2250@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69796,18 +77115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75215, "usage_id": 222 }, "0502.02.251": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2251, Flur", "arch_name": "2251@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69815,19 +77136,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75216, "usage_id": 222 }, "0502.02.255": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2255, Seminarraum", "arch_name": "2255@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 18775, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15223, "seats": { @@ -69835,18 +77158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59060, "usage_id": 41 }, "0502.02.260": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2260, Flur", "arch_name": "2260@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69854,18 +77179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37848, "usage_id": 222 }, "0502.02.260A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2260A, Flur", "arch_name": "2260A@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -69873,18 +77200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37857, "usage_id": 222 }, "0502.02.260B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2260B, Treppe zu 3258", "arch_name": "2260B@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -69892,18 +77221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37861, "usage_id": 223 }, "0502.02.261": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2261, Vorbereitungsraum CH/HS 2300", "arch_name": "2261@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14692, "seats": { @@ -69911,18 +77242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37871, "usage_id": 136 }, "0502.02.262": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2262, WC-Damen", "arch_name": "2262@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -69930,18 +77263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37903, "usage_id": 116 }, "0502.02.264": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2264, WC-Herren", "arch_name": "2264@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -69949,18 +77284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37914, "usage_id": 115 }, "0502.02.266": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2266, Treppenraum", "arch_name": "2266@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -69968,18 +77305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37921, "usage_id": 223 }, "0502.02.268": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2268, B\u00fcro IKOM", "arch_name": "2268@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -69987,18 +77326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37928, "usage_id": 12 }, "0502.02.270": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2270, Flur", "arch_name": "2270@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70006,18 +77347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37936, "usage_id": 222 }, "0502.02.270A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2270A, Installation", "arch_name": "2270A@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -70025,18 +77368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37944, "usage_id": 120 }, "0502.02.270B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2270B, Treppe", "arch_name": "2270B@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70044,18 +77389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75226, "usage_id": 223 }, "0502.02.270C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2270C, Treppe", "arch_name": "2270C@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70063,18 +77410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75227, "usage_id": 223 }, "0502.02.271": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2271, Vorf\u00fchrraum", "arch_name": "2271@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70082,18 +77431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37877, "usage_id": 23 }, "0502.02.272": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2272, Flur", "arch_name": "2272@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70101,18 +77452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37884, "usage_id": 222 }, "0502.02.272A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2272A, Treppenraum", "arch_name": "2272A@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70120,18 +77473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37892, "usage_id": 223 }, "0502.02.272B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2272B, Vorraum WC", "arch_name": "2272B@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -70139,18 +77494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38064, "usage_id": 118 }, "0502.02.272C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2272C, WC", "arch_name": "2272C@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -70158,18 +77515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38072, "usage_id": 114 }, "0502.03.202": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3202, Flur", "arch_name": "3202@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70177,18 +77536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38076, "usage_id": 222 }, "0502.03.202A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3202A, Treppe", "arch_name": "3202A@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -70196,19 +77557,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38080, "usage_id": 223 }, "0502.03.203": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3203, Besprechungsraum", "arch_name": "3203@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 18841, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44384, "seats": { @@ -70216,18 +77579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38084, "usage_id": 196 }, "0502.03.205": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3205, Server/Archiv", "arch_name": "3205@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70235,19 +77600,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38088, "usage_id": 207 }, "0502.03.209": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3209, Cip-Raum", "arch_name": "3209@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 15012, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -70255,18 +77622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7291, "usage_id": 135 }, "0502.03.209A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3209A, Treppe zu 3209", "arch_name": "3209A@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70274,18 +77643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38096, "usage_id": 223 }, "0502.03.209C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3209C, Flur", "arch_name": "3209C@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70293,18 +77664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75208, "usage_id": 222 }, "0502.03.209D": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3209D, Flur", "arch_name": "3209D@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70312,18 +77685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75218, "usage_id": 222 }, "0502.03.216": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3216, B\u00fcro/Werkstatt", "arch_name": "3216@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70331,18 +77706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38105, "usage_id": 12 }, "0502.03.217": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3217, B\u00fcro", "arch_name": "3217@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70350,18 +77727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7222, "usage_id": 12 }, "0502.03.218": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3218, B\u00fcro", "arch_name": "3218@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70369,18 +77748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7227, "usage_id": 12 }, "0502.03.219": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3219, B\u00fcro", "arch_name": "3219@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70388,18 +77769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7230, "usage_id": 12 }, "0502.03.223": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3223, Cip-Server", "arch_name": "3223@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70407,18 +77790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38125, "usage_id": 207 }, "0502.03.226": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3226, Besprechungsraum", "arch_name": "3226@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70426,18 +77811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38129, "usage_id": 196 }, "0502.03.226A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3226A, Flur zu 3226", "arch_name": "3226A@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70445,18 +77832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65744, "usage_id": 222 }, "0502.03.226B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3226B, Lager", "arch_name": "3226B@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70464,18 +77853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75207, "usage_id": 30 }, "0502.03.226C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3226C, B\u00fcro", "arch_name": "3226C@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70483,18 +77874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75205, "usage_id": 12 }, "0502.03.227": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3227, LRZ-Verteilerknoten", "arch_name": "3227@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39906, "seats": { @@ -70502,18 +77895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38134, "usage_id": 120 }, "0502.03.228": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3228, Flur", "arch_name": "3228@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70521,18 +77916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38142, "usage_id": 222 }, "0502.03.228A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3228A, Installation", "arch_name": "3228A@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -70540,19 +77937,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38148, "usage_id": 120 }, "0502.03.238": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3238, Cip-Raum", "arch_name": "3238@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 15017, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -70560,18 +77959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7331, "usage_id": 135 }, "0502.03.238A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3238A, Treppe zu 3238", "arch_name": "3238A@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70579,18 +77980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38158, "usage_id": 223 }, "0502.03.238B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3238B, Lager", "arch_name": "3238B@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70598,18 +78001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75217, "usage_id": 30 }, "0502.03.240": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3240, B\u00fcro", "arch_name": "3240@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70617,18 +78022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7336, "usage_id": 12 }, "0502.03.240A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3240a, B\u00fcro", "arch_name": "3240a@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70636,18 +78043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38173, "usage_id": 12 }, "0502.03.240B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3240b, B\u00fcro", "arch_name": "3240b@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44384, "seats": { @@ -70655,18 +78064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38176, "usage_id": 12 }, "0502.03.240C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3240c, Installation", "arch_name": "3240c@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -70674,18 +78085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38181, "usage_id": 120 }, "0502.03.241": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3241, B\u00fcro", "arch_name": "3241@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15223, "seats": { @@ -70693,19 +78106,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38186, "usage_id": 12 }, "0502.03.250": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3250, Stud. Arbeitspl\u00e4tze", "arch_name": "3250@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 31712, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15223, "seats": { @@ -70713,18 +78128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66941, "usage_id": 208 }, "0502.03.254": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3254, Flucht Flur", "arch_name": "3254@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70732,18 +78149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38279, "usage_id": 222 }, "0502.03.257": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3257, Stud. Arbeitspl\u00e4tze", "arch_name": "3257@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15223, "seats": { @@ -70751,19 +78170,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38283, "usage_id": 208 }, "0502.03.258": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3258, Forschung", "arch_name": "3258@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 15019, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15223, "seats": { @@ -70771,18 +78192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7351, "usage_id": 12 }, "0502.03.259": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3259, Fluchtflur", "arch_name": "3259@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -70790,18 +78213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38320, "usage_id": 222 }, "0502.03.261": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3261, Treppe", "arch_name": "3261@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15223, "seats": { @@ -70809,18 +78234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38342, "usage_id": 223 }, "0502.03.262": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3262, Treppenhaus", "arch_name": "3262@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -70828,18 +78255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38191, "usage_id": 223 }, "0502.03.270": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3270, Lager", "arch_name": "3270@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15223, "seats": { @@ -70847,18 +78276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75206, "usage_id": 30 }, "0502.03.282": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3282, Zentrale Technik", "arch_name": "3282@0502", "area_id": 23, "building_id": 578, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 26064, "seats": { @@ -70866,18 +78297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75204, "usage_id": 120 }, "0502.04.208": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4208, Speicher/Installation", "arch_name": "4208@0502", "area_id": 23, "building_id": 578, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -70885,18 +78318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38233, "usage_id": 120 }, "0502.04.209": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4209, Dachflur S\u00fcd", "arch_name": "4209@0502", "area_id": 23, "building_id": 578, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -70904,18 +78339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38235, "usage_id": 222 }, "0502.04.210": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4210, Dachlager/Technik", "arch_name": "4210@0502", "area_id": 23, "building_id": 578, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -70923,18 +78360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38241, "usage_id": 30 }, "0502.04.210A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4210A, Dachflur Nord", "arch_name": "4210A@0502", "area_id": 23, "building_id": 578, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -70942,18 +78381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38242, "usage_id": 222 }, "0502.EG.200": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0200, Registratur (Jungakten)", "arch_name": "0200@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37985, "seats": { @@ -70961,18 +78402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40387, "usage_id": 2 }, "0502.EG.201": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0201, Flur", "arch_name": "0201@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -70980,18 +78423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40388, "usage_id": 222 }, "0502.EG.202": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0202, Lager", "arch_name": "0202@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -70999,18 +78444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58819, "usage_id": 30 }, "0502.EG.203": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0203, PC-Labor", "arch_name": "0203@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -71018,18 +78465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40266, "usage_id": 133 }, "0502.EG.204": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0204, Flur", "arch_name": "0204@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -71037,18 +78486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75219, "usage_id": 222 }, "0502.EG.204A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0204A, Personenaufzug", "arch_name": "0204A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -71056,18 +78507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75228, "usage_id": 4 }, "0502.EG.205": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0205, Flur", "arch_name": "0205@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -71075,18 +78528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40268, "usage_id": 222 }, "0502.EG.205A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0205A, Flur", "arch_name": "0205A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -71094,18 +78549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40270, "usage_id": 222 }, "0502.EG.206": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0206, Poststelle", "arch_name": "0206@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37984, "seats": { @@ -71113,18 +78570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21249, "usage_id": 180 }, "0502.EG.207": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0207, EDV-Ausgabe", "arch_name": "0207@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -71132,18 +78591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40336, "usage_id": 186 }, "0502.EG.209": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0209, Registratur (Altakten)", "arch_name": "0209@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37985, "seats": { @@ -71151,18 +78612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40338, "usage_id": 2 }, "0502.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0210, Poststelle", "arch_name": "0210@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37984, "seats": { @@ -71170,18 +78633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40340, "usage_id": 180 }, "0502.EG.210B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0210B, Treppe Poststelle", "arch_name": "0210B@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 37984, "seats": { @@ -71189,18 +78654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37409, "usage_id": 223 }, "0502.EG.211": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0211, EDV-Lager", "arch_name": "0211@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -71208,18 +78675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37422, "usage_id": 30 }, "0502.EG.212": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0212, B\u00fcro", "arch_name": "0212@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -71227,18 +78696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7018, "usage_id": 12 }, "0502.EG.212A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0212A, Lager", "arch_name": "0212A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19663, "seats": { @@ -71246,18 +78717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58823, "usage_id": 30 }, "0502.EG.213": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0213, Lager", "arch_name": "0213@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -71265,18 +78738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37431, "usage_id": 30 }, "0502.EG.219": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0219, Foyer", "arch_name": "0219@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -71284,18 +78759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37437, "usage_id": 222 }, "0502.EG.219A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0219A, Windfang", "arch_name": "0219A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -71303,18 +78780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75230, "usage_id": 52 }, "0502.EG.219B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0219B, Windfang", "arch_name": "0219B@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -71322,18 +78801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75231, "usage_id": 52 }, "0502.EG.219C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0219C, Windfang", "arch_name": "0219C@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -71341,18 +78822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75232, "usage_id": 52 }, "0502.EG.219D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0219D, Treppe", "arch_name": "0219D@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -71360,18 +78843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75221, "usage_id": 223 }, "0502.EG.219E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0219E, Treppe", "arch_name": "0219E@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -71379,19 +78864,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75220, "usage_id": 223 }, "0502.EG.220": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0220, H\u00f6rsaal m. Exp.-B\u00fchne", "arch_name": "0220@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 12577, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -71399,18 +78886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7026, "usage_id": 20 }, "0502.EG.221": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0221, Treppenraum", "arch_name": "0221@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -71418,18 +78907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37449, "usage_id": 223 }, "0502.EG.226": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0226, B\u00fcro Werkstattleitung", "arch_name": "0226@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -71437,18 +78928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 6989, "usage_id": 12 }, "0502.EG.228": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0228, Wahlamt", "arch_name": "0228@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14156, "seats": { @@ -71456,18 +78949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 6995, "usage_id": 12 }, "0502.EG.230": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0230, Flur", "arch_name": "0230@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -71475,18 +78970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37469, "usage_id": 222 }, "0502.EG.230A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0230A, Eingang", "arch_name": "0230A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -71494,18 +78991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37471, "usage_id": 52 }, "0502.EG.231": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0231, B\u00fcro", "arch_name": "0231@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19660, "seats": { @@ -71513,18 +79012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 6997, "usage_id": 12 }, "0502.EG.233": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0233, B\u00fcro/Historisches Archiv", "arch_name": "0233@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 46797, "seats": { @@ -71532,18 +79033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37476, "usage_id": 12 }, "0502.EG.235": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0235, B\u00fcro", "arch_name": "0235@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -71551,18 +79054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7001, "usage_id": 12 }, "0502.EG.237": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0237, B\u00fcro (Jubil\u00e4umsb\u00fcro 150 Jahr-Feier)", "arch_name": "0237@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -71570,18 +79075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37489, "usage_id": 12 }, "0502.EG.239": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0239, Lichthimmel", "arch_name": "0239@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -71589,18 +79096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58828, "usage_id": 194 }, "0502.EG.240": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0240, Roboter", "arch_name": "0240@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -71608,19 +79117,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58832, "usage_id": 49 }, "0502.EG.241": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0241, B\u00fcro", "arch_name": "0241@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 30916, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -71628,18 +79139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58838, "usage_id": 12 }, "0502.EG.241A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0241A, Teek\u00fcche", "arch_name": "0241A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -71647,19 +79160,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58892, "usage_id": 198 }, "0502.EG.243": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0243, B\u00fcro", "arch_name": "0243@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 30917, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -71667,18 +79182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58896, "usage_id": 12 }, "0502.EG.243A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0243A, Aktenlager", "arch_name": "0243A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -71686,18 +79203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58901, "usage_id": 2 }, "0502.EG.244": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0244, Flur", "arch_name": "0244@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -71705,18 +79224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37494, "usage_id": 222 }, "0502.EG.245": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0245, Flur/Treppe", "arch_name": "0245@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -71724,18 +79245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37371, "usage_id": 222 }, "0502.EG.245A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0245A, Treppe", "arch_name": "0245A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -71743,18 +79266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75229, "usage_id": 223 }, "0502.EG.246": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0246, Flur", "arch_name": "0246@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -71762,19 +79287,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37385, "usage_id": 222 }, "0502.EG.247": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0247, Teek\u00fcche", "arch_name": "0247@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 18918, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -71782,18 +79309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58905, "usage_id": 198 }, "0502.EG.248": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0248, WC-Vorraum", "arch_name": "0248@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -71801,18 +79330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58910, "usage_id": 118 }, "0502.EG.248A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0248A, Toilette WC-H", "arch_name": "0248A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -71820,18 +79351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75234, "usage_id": 115 }, "0502.EG.248B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0248B, Toilette WC-D", "arch_name": "0248B@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -71839,19 +79372,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75233, "usage_id": 116 }, "0502.EG.250": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0250, ARI//Architecture Research Incubator//Climal", "arch_name": "0250@0502", "area_id": 23, "building_id": 578, "calendar_resource_nr": 15504, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -71859,18 +79394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58916, "usage_id": 208 }, "0502.EG.251": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0251, Lager ZA4", "arch_name": "0251@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37990, "seats": { @@ -71878,18 +79415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37609, "usage_id": 30 }, "0502.EG.252": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0252, Lager", "arch_name": "0252@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -71897,18 +79436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37613, "usage_id": 30 }, "0502.EG.260": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0260, Roboterhalle", "arch_name": "0260@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -71916,18 +79457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58988, "usage_id": 49 }, "0502.EG.261": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0261, Treppe", "arch_name": "0261@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -71935,18 +79478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37629, "usage_id": 223 }, "0502.EG.261A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0261A, Treppe", "arch_name": "0261A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -71954,18 +79499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37634, "usage_id": 223 }, "0502.EG.262": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0262, Flur", "arch_name": "0262@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -71973,18 +79520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37639, "usage_id": 222 }, "0502.EG.263": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0263, Flur", "arch_name": "0263@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -71992,18 +79541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37646, "usage_id": 222 }, "0502.EG.264": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0264, Flur", "arch_name": "0264@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -72011,18 +79562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37649, "usage_id": 222 }, "0502.EG.265": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0265, Lager", "arch_name": "0265@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -72030,18 +79583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58993, "usage_id": 30 }, "0502.EG.266": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0266, Treppe", "arch_name": "0266@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -72049,18 +79604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37654, "usage_id": 223 }, "0502.EG.269": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0269, WC-Damen", "arch_name": "0269@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -72068,18 +79625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37675, "usage_id": 116 }, "0502.EG.270": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0270, WC-Vorraum", "arch_name": "0270@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -72087,18 +79646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37681, "usage_id": 118 }, "0502.EG.270A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0270A, Toilette WC-H", "arch_name": "0270A@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -72106,18 +79667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75222, "usage_id": 115 }, "0502.EG.272": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0272, Putzraum", "arch_name": "0272@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -72125,18 +79688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37687, "usage_id": 205 }, "0502.EG.273": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0273, Garage", "arch_name": "0273@0502", "area_id": 23, "building_id": 578, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -72144,18 +79709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37693, "usage_id": 100 }, "0502.U1.201": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1201, Flur 1", "arch_name": "-1201@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -72163,18 +79730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39946, "usage_id": 222 }, "0502.U1.201A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1201A, Flur 2", "arch_name": "-1201A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -72182,18 +79751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39948, "usage_id": 222 }, "0502.U1.201B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1201B, Eingangsflur", "arch_name": "-1201B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -72201,18 +79772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39952, "usage_id": 222 }, "0502.U1.202": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1202, Werkstatt f. Medientechnik", "arch_name": "-1202@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37796, "seats": { @@ -72220,18 +79793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39954, "usage_id": 51 }, "0502.U1.203": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1203, Flur", "arch_name": "-1203@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -72239,18 +79814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75187, "usage_id": 222 }, "0502.U1.203A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1203A, Personenaufzug", "arch_name": "-1203A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -72258,18 +79835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75178, "usage_id": 4 }, "0502.U1.203B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1203B, Lager", "arch_name": "-1203B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37668, "seats": { @@ -72277,18 +79856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75182, "usage_id": 30 }, "0502.U1.203C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1203C, Treppe", "arch_name": "-1203C@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -72296,18 +79877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75177, "usage_id": 223 }, "0502.U1.205": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1205, Raumlufttechnik", "arch_name": "-1205@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -72315,18 +79898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39957, "usage_id": 32 }, "0502.U1.206": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1206, E-Werkstatt", "arch_name": "-1206@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -72334,18 +79919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39960, "usage_id": 51 }, "0502.U1.207": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1207, Wasch./Dusch./WC", "arch_name": "-1207@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37584, "seats": { @@ -72353,18 +79940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39992, "usage_id": 210 }, "0502.U1.207A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1207A, Vorraum WC", "arch_name": "-1207A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -72372,18 +79961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75175, "usage_id": 118 }, "0502.U1.207B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1207B, Toilette WC-D", "arch_name": "-1207B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -72391,18 +79982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75203, "usage_id": 116 }, "0502.U1.208": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1208, Lager", "arch_name": "-1208@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -72410,18 +80003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15187, "usage_id": 30 }, "0502.U1.209": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1209, Werkstatt f. Heiz. u. Klimatechnik", "arch_name": "-1209@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -72429,18 +80024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21100, "usage_id": 51 }, "0502.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1210, Meisterb\u00fcro Elektrotechnik", "arch_name": "-1210@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -72448,18 +80045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8936, "usage_id": 12 }, "0502.U1.211": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1211, Teek\u00fcche", "arch_name": "-1211@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -72467,18 +80066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39999, "usage_id": 198 }, "0502.U1.212": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1212, Aufenthalt Elektrotechnik", "arch_name": "-1212@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -72486,18 +80087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40002, "usage_id": 44 }, "0502.U1.213": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1213, Aufenthalt/Werkstatt", "arch_name": "-1213@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -72505,18 +80108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40023, "usage_id": 44 }, "0502.U1.214": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1214, Werkstatt Regeltechnik", "arch_name": "-1214@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37569, "seats": { @@ -72524,18 +80129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21106, "usage_id": 51 }, "0502.U1.215": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1215, Lager", "arch_name": "-1215@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -72543,18 +80150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40026, "usage_id": 30 }, "0502.U1.216": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1216, Werkstatt Regeltechnik", "arch_name": "-1216@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37569, "seats": { @@ -72562,18 +80171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40028, "usage_id": 51 }, "0502.U1.217": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1217, Meisterb\u00fcro", "arch_name": "-1217@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -72581,18 +80192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8962, "usage_id": 12 }, "0502.U1.218": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1218, Meisterb\u00fcro Regeltechnik", "arch_name": "-1218@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37569, "seats": { @@ -72600,18 +80213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40031, "usage_id": 12 }, "0502.U1.218A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1218A, B\u00fcro", "arch_name": "-1218A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37569, "seats": { @@ -72619,18 +80234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40069, "usage_id": 12 }, "0502.U1.220": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1220, Historisches Archiv", "arch_name": "-1220@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -72638,18 +80255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58804, "usage_id": 2 }, "0502.U1.221": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1221, Lager Heizungswerkstatt", "arch_name": "-1221@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -72657,18 +80276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40070, "usage_id": 30 }, "0502.U1.224": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1224, Pumpenraum", "arch_name": "-1224@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -72676,18 +80297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40072, "usage_id": 120 }, "0502.U1.226": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1226, WC-Damen", "arch_name": "-1226@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -72695,18 +80318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40074, "usage_id": 116 }, "0502.U1.227": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1227, Lager Heizungswerkstatt", "arch_name": "-1227@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -72714,18 +80339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40077, "usage_id": 30 }, "0502.U1.229": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1229, Werkstatt", "arch_name": "-1229@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -72733,18 +80360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40079, "usage_id": 51 }, "0502.U1.231": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1231, Lager", "arch_name": "-1231@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -72752,18 +80381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40111, "usage_id": 30 }, "0502.U1.232": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1232, Lager", "arch_name": "-1232@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -72771,18 +80402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40113, "usage_id": 30 }, "0502.U1.235": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1235, Lager Heizungswerkstatt", "arch_name": "-1235@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -72790,18 +80423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21154, "usage_id": 30 }, "0502.U1.236": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1236, Technik-/ Maschinenraum", "arch_name": "-1236@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37569, "seats": { @@ -72809,18 +80444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40117, "usage_id": 120 }, "0502.U1.236A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1236A, Raumlufttechnik", "arch_name": "-1236A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -72828,18 +80465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40119, "usage_id": 32 }, "0502.U1.236B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1236B, Raumlufttechnik", "arch_name": "-1236B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -72847,18 +80486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40122, "usage_id": 32 }, "0502.U1.236C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1236C, Raumlufttechnik", "arch_name": "-1236C@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -72866,18 +80507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40125, "usage_id": 32 }, "0502.U1.237": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1237, Waschraum u. WC f\u00fcr alle Werkst\u00e4tten", "arch_name": "-1237@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37584, "seats": { @@ -72885,18 +80528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40172, "usage_id": 210 }, "0502.U1.237A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1237A, Toilette WC-H mit Dusche", "arch_name": "-1237A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -72904,18 +80549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75188, "usage_id": 115 }, "0502.U1.237B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1237B, Toilette WC-H", "arch_name": "-1237B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -72923,18 +80570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75189, "usage_id": 115 }, "0502.U1.239": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1239, Umkleide f\u00fcr alle Werkst\u00e4tten", "arch_name": "-1239@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37584, "seats": { @@ -72942,18 +80591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40175, "usage_id": 121 }, "0502.U1.239A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1239A, Flur", "arch_name": "-1239A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -72961,18 +80612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40176, "usage_id": 222 }, "0502.U1.240": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1240, Lager", "arch_name": "-1240@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14945, "seats": { @@ -72980,18 +80633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58808, "usage_id": 30 }, "0502.U1.241": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1241, Lager Elektrowerkstatt", "arch_name": "-1241@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -72999,18 +80654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40180, "usage_id": 30 }, "0502.U1.244": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1244, Stromversorgung", "arch_name": "-1244@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -73018,18 +80675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40184, "usage_id": 160 }, "0502.U1.244A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1244A, Stromversorgung", "arch_name": "-1244A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -73037,18 +80696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40186, "usage_id": 160 }, "0502.U1.245": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1245, Werkstatt", "arch_name": "-1245@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -73056,18 +80717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40189, "usage_id": 51 }, "0502.U1.246": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1246, Lager", "arch_name": "-1246@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37990, "seats": { @@ -73075,18 +80738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58812, "usage_id": 30 }, "0502.U1.247": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1247, Lager Regelwerkstatt", "arch_name": "-1247@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37569, "seats": { @@ -73094,18 +80759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40258, "usage_id": 30 }, "0502.U1.247A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1247a, Lager", "arch_name": "-1247a@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -73113,18 +80780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40261, "usage_id": 30 }, "0502.U1.247B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1247b, Technikraum", "arch_name": "-1247b@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -73132,18 +80801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40263, "usage_id": 120 }, "0502.U1.247C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1247c, Technikraum", "arch_name": "-1247c@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -73151,18 +80822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40110, "usage_id": 120 }, "0502.U1.247D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1247d, Lager", "arch_name": "-1247d@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -73170,18 +80843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40114, "usage_id": 30 }, "0502.U1.247E": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1247e, Lager", "arch_name": "-1247e@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -73189,18 +80864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40116, "usage_id": 30 }, "0502.U1.247F": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1247f, Lager", "arch_name": "-1247f@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37668, "seats": { @@ -73208,18 +80885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40120, "usage_id": 30 }, "0502.U1.248": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1248, Lager IKOM", "arch_name": "-1248@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -73227,18 +80906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40123, "usage_id": 30 }, "0502.U1.249": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1249, Umkleide", "arch_name": "-1249@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -73246,18 +80927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40171, "usage_id": 121 }, "0502.U1.249A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1249A, Umkleide", "arch_name": "-1249A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -73265,18 +80948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40174, "usage_id": 121 }, "0502.U1.249B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1249B, Waschraum", "arch_name": "-1249B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -73284,18 +80969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75176, "usage_id": 210 }, "0502.U1.255": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1255, Werkstatt Sanit\u00e4r", "arch_name": "-1255@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -73303,18 +80990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40177, "usage_id": 51 }, "0502.U1.255A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1255a, Lager", "arch_name": "-1255a@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -73322,18 +81011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40179, "usage_id": 30 }, "0502.U1.257": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1257, Aufenthalt", "arch_name": "-1257@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -73341,18 +81032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40182, "usage_id": 44 }, "0502.U1.257A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1257a, B\u00fcro/Werkstatt", "arch_name": "-1257a@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -73360,18 +81053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40185, "usage_id": 12 }, "0502.U1.260": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1260, Flur 3", "arch_name": "-1260@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -73379,18 +81074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40190, "usage_id": 222 }, "0502.U1.260A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1260a, Putzraum", "arch_name": "-1260a@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -73398,18 +81095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40260, "usage_id": 205 }, "0502.U1.260B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1260B, Treppe", "arch_name": "-1260B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -73417,18 +81116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75202, "usage_id": 223 }, "0502.U1.262": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1262, Flur 7", "arch_name": "-1262@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -73436,18 +81137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40262, "usage_id": 222 }, "0502.U1.263": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1263, Lager", "arch_name": "-1263@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37584, "seats": { @@ -73455,18 +81158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40264, "usage_id": 30 }, "0502.U1.264": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1264, Flur/Treppe 8", "arch_name": "-1264@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -73474,18 +81179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40265, "usage_id": 222 }, "0502.U1.264A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1264A, Installationsraum", "arch_name": "-1264A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -73493,18 +81200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75184, "usage_id": 120 }, "0502.U1.265": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1265, Vorraum Server", "arch_name": "-1265@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39906, "seats": { @@ -73512,18 +81221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40269, "usage_id": 50 }, "0502.U1.265A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1265A, Server", "arch_name": "-1265A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39906, "seats": { @@ -73531,18 +81242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40332, "usage_id": 207 }, "0502.U1.266": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1266, Treppenraum", "arch_name": "-1266@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -73550,18 +81263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40333, "usage_id": 223 }, "0502.U1.267": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1267, WC-Herren", "arch_name": "-1267@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -73569,18 +81284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40335, "usage_id": 115 }, "0502.U1.267A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1267A, Vorraum WC", "arch_name": "-1267A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -73588,18 +81305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75181, "usage_id": 118 }, "0502.U1.270": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1270, Lager", "arch_name": "-1270@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -73607,18 +81326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40337, "usage_id": 30 }, "0502.U1.271": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1271, Aktenlager/Historisches Archiv", "arch_name": "-1271@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -73626,18 +81347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40339, "usage_id": 2 }, "0502.U1.274": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1274, Historisches Archiv", "arch_name": "-1274@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 46797, "seats": { @@ -73645,18 +81368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40341, "usage_id": 2 }, "0502.U1.274A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1274A, Installationsraum", "arch_name": "-1274A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -73664,18 +81389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75183, "usage_id": 120 }, "0502.U1.275": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1275, Heiztechnik", "arch_name": "-1275@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -73683,18 +81410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40343, "usage_id": 201 }, "0502.U1.276": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1276, Heizungsraum", "arch_name": "-1276@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -73702,18 +81431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40381, "usage_id": 201 }, "0502.U1.277": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1277, Flur/Treppe 6", "arch_name": "-1277@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -73721,18 +81452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40342, "usage_id": 222 }, "0502.U1.277A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1277A, Treppe", "arch_name": "-1277A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -73740,18 +81473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75180, "usage_id": 223 }, "0502.U1.278": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1278, Lager", "arch_name": "-1278@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -73759,18 +81494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40379, "usage_id": 30 }, "0502.U1.279": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1279, Flur 5", "arch_name": "-1279@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -73778,18 +81515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40380, "usage_id": 222 }, "0502.U1.282": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1282, Flur", "arch_name": "-1282@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -73797,18 +81536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40382, "usage_id": 222 }, "0502.U1.283": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1283, Lager EDV-Kartons", "arch_name": "-1283@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -73816,18 +81557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58815, "usage_id": 30 }, "0502.U1.284": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1284, Archiv", "arch_name": "-1284@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26036, "seats": { @@ -73835,18 +81578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40383, "usage_id": 2 }, "0502.U1.285": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1285, Versorgungsgang", "arch_name": "-1285@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -73854,18 +81599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40384, "usage_id": 16 }, "0502.U1.286": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1286, Umbau", "arch_name": "-1286@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -73873,18 +81620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40385, "usage_id": 210 }, "0502.U1.287": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1287, Dusche/Wanne u. Waschplatz", "arch_name": "-1287@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -73892,18 +81641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40386, "usage_id": 113 }, "0502.U1.296": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1296, Treppe", "arch_name": "-1296@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -73911,18 +81662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75179, "usage_id": 223 }, "0502.U2.201": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2201, Installationskanal", "arch_name": "-2201@0502", "area_id": 23, "building_id": 578, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -73930,18 +81683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61802, "usage_id": 120 }, "0502.Z1.206A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0206A/G, Galerie", "arch_name": "0206A/G@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -73949,18 +81704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75236, "usage_id": 206 }, "0502.Z1.210A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0210A/G, Galerie", "arch_name": "0210A/G@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -73968,18 +81725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75235, "usage_id": 206 }, "0502.Z1.210B": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0210B, Treppe", "arch_name": "0210B@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -73987,18 +81746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75242, "usage_id": 223 }, "0502.Z1.251": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0251, Lager", "arch_name": "0251@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 37990, "seats": { @@ -74006,18 +81767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75240, "usage_id": 30 }, "0502.Z1.252": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0252, Lager", "arch_name": "0252@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 37990, "seats": { @@ -74025,18 +81788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75241, "usage_id": 30 }, "0502.Z1.254": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0254, B\u00fcro", "arch_name": "0254@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 37990, "seats": { @@ -74044,18 +81809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58921, "usage_id": 12 }, "0502.Z1.255": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0255, B\u00fcro", "arch_name": "0255@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 37990, "seats": { @@ -74063,18 +81830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58925, "usage_id": 12 }, "0502.Z1.256": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0256, Flur", "arch_name": "0256@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -74082,18 +81851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75239, "usage_id": 222 }, "0502.Z1.257": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0257, B\u00fcro", "arch_name": "0257@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 37990, "seats": { @@ -74101,18 +81872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58931, "usage_id": 12 }, "0502.Z1.259": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0259, Lager", "arch_name": "0259@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 37990, "seats": { @@ -74120,18 +81893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58935, "usage_id": 30 }, "0502.Z1.260A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0260A, Galerie", "arch_name": "0260A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -74139,18 +81914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37623, "usage_id": 206 }, "0502.Z1.261A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0261A, Treppe", "arch_name": "0261A@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -74158,18 +81935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75238, "usage_id": 223 }, "0502.Z1.266": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0266, Treppe", "arch_name": "0266@0502", "area_id": 23, "building_id": 578, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -74177,19 +81956,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75237, "usage_id": 223 }, "0503.01.300": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1300, Seminarraum", "arch_name": "1300@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 26951, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -74197,18 +81978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38870, "usage_id": 41 }, "0503.01.300G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1300g, Galerie", "arch_name": "1300g@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -74216,18 +81999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38871, "usage_id": 206 }, "0503.01.301": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1301, B\u00fcro", "arch_name": "1301@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -74235,18 +82020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38692, "usage_id": 12 }, "0503.01.303": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1303, B\u00fcro", "arch_name": "1303@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -74254,18 +82041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38695, "usage_id": 12 }, "0503.01.305": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1305, B\u00fcro", "arch_name": "1305@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -74273,18 +82062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38699, "usage_id": 12 }, "0503.01.310": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1310, Verbindungsflur zu 0502", "arch_name": "1310@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -74292,18 +82083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38708, "usage_id": 222 }, "0503.01.312": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1312, Aufenthalt/Putzfirma", "arch_name": "1312@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -74311,18 +82104,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 207 + "tumonline_id": 38712, + "usage_id": 44 }, "0503.01.312A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1312a, Treppenraum", "arch_name": "1312a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -74330,18 +82125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38956, "usage_id": 223 }, "0503.01.312B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "1312b ZG@0503", + "alt_name": "1312b, Treppenraum", + "arch_name": "1312b@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -74349,18 +82146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38960, "usage_id": 223 }, "0503.01.315": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1315, Treppe/Flur", "arch_name": "1315@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -74368,18 +82167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38975, "usage_id": 222 }, "0503.01.315A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1315a, Aufzug", "arch_name": "1315a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -74387,37 +82188,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38983, "usage_id": 4 }, "0503.01.316": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1316, Modell-Lager", "arch_name": "1316@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", - "main_operator_id": 39688, + "main_operator_id": 51267, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 207 + "tumonline_id": 38987, + "usage_id": 30 }, "0503.01.316A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1316A, WC-Damen", "arch_name": "1316A@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -74425,18 +82230,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38991, "usage_id": 116 }, + "0503.01.318A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "1318, Modell-Lager", + "arch_name": "1318@0503", + "area_id": 23, + "building_id": 579, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 51267, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75978, + "usage_id": 30 + }, "0503.01.321": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1321, B\u00fcro", "arch_name": "1321@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51537, "seats": { @@ -74444,18 +82272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7567, "usage_id": 12 }, "0503.01.322": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1322, B\u00fcro", "arch_name": "1322@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74463,18 +82293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39012, "usage_id": 12 }, "0503.01.323": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1323, B\u00fcro", "arch_name": "1323@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51537, "seats": { @@ -74482,18 +82314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7683, "usage_id": 12 }, "0503.01.324": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1324, B\u00fcro", "arch_name": "1324@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74501,19 +82335,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39024, "usage_id": 12 }, "0503.01.325": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1325, Seminarraum/Besprechung", "arch_name": "1325@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 26952, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -74521,18 +82357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39034, "usage_id": 196 }, "0503.01.325G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1325g, Galerie", "arch_name": "1325g@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -74540,18 +82378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38891, "usage_id": 206 }, "0503.01.326": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1326, B\u00fcro", "arch_name": "1326@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74559,18 +82399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38894, "usage_id": 12 }, "0503.01.328": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1328, B\u00fcro", "arch_name": "1328@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74578,18 +82420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38919, "usage_id": 12 }, "0503.01.328G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "328g, Galerie", "arch_name": "328g@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51267, "seats": { @@ -74597,18 +82441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38925, "usage_id": 206 }, "0503.01.330": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1330, B\u00fcro", "arch_name": "1330@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74616,18 +82462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7724, "usage_id": 12 }, "0503.01.331": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1331, B\u00fcro", "arch_name": "1331@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51537, "seats": { @@ -74635,18 +82483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7726, "usage_id": 12 }, "0503.01.332": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1332, B\u00fcro", "arch_name": "1332@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74654,18 +82504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38938, "usage_id": 12 }, "0503.01.333": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1333, B\u00fcro", "arch_name": "1333@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51537, "seats": { @@ -74673,18 +82525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7733, "usage_id": 12 }, "0503.01.334": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1334, B\u00fcro", "arch_name": "1334@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74692,18 +82546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38949, "usage_id": 12 }, "0503.01.335": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1335, B\u00fcro", "arch_name": "1335@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15135, "seats": { @@ -74711,18 +82567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7739, "usage_id": 12 }, "0503.01.336": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1336, B\u00fcro", "arch_name": "1336@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74730,18 +82588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38901, "usage_id": 12 }, "0503.01.337": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1337, B\u00fcro", "arch_name": "1337@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -74749,18 +82609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7741, "usage_id": 12 }, "0503.01.338": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1338, B\u00fcro", "arch_name": "1338@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74768,18 +82630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38906, "usage_id": 12 }, "0503.01.339": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1339, B\u00fcro", "arch_name": "1339@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51537, "seats": { @@ -74787,18 +82651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7745, "usage_id": 12 }, "0503.01.340": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1340, B\u00fcro", "arch_name": "1340@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74806,19 +82672,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38912, "usage_id": 12 }, "0503.01.341": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1341, Bibliothek", "arch_name": "1341@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 12652, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -74826,18 +82694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20384, "usage_id": 10 }, "0503.01.342": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1342, B\u00fcro", "arch_name": "1342@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74845,18 +82715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39075, "usage_id": 12 }, "0503.01.344": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1344, B\u00fcro", "arch_name": "1344@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -74864,19 +82736,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39079, "usage_id": 12 }, "0503.01.345": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1345, Seminarraum", "arch_name": "1345@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18868, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -74884,18 +82758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39083, "usage_id": 41 }, "0503.01.345G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1345g, Galerie", "arch_name": "1345g@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -74903,18 +82779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39094, "usage_id": 206 }, "0503.01.346": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1346, Beh.-WC", "arch_name": "1346@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -74922,18 +82800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39095, "usage_id": 117 }, "0503.01.349": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1349, Besprechungsraum", "arch_name": "1349@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -74941,18 +82821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39097, "usage_id": 196 }, "0503.01.349G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1349g, Galerie", "arch_name": "1349g@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -74960,19 +82842,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39101, "usage_id": 206 }, "0503.01.350": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1350, Seminarraum", "arch_name": "1350@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18029, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -74980,18 +82864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7670, "usage_id": 41 }, "0503.01.351": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1351, B\u00fcro/Kopierer/Drucker", "arch_name": "1351@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -74999,18 +82885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39111, "usage_id": 12 }, "0503.01.352": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1352, Lager/Server", "arch_name": "1352@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -75018,18 +82906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39115, "usage_id": 30 }, "0503.01.353": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1353, B\u00fcro", "arch_name": "1353@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14823, "seats": { @@ -75037,18 +82927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39119, "usage_id": 12 }, "0503.01.354": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1354, B\u00fcro", "arch_name": "1354@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26607, "seats": { @@ -75056,19 +82948,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39124, "usage_id": 12 }, "0503.01.355": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1355, Seminarraum", "arch_name": "1355@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 26572, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14823, "seats": { @@ -75076,18 +82970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39131, "usage_id": 41 }, "0503.01.355G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1355g, Galerie", "arch_name": "1355g@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14823, "seats": { @@ -75095,18 +82991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39142, "usage_id": 206 }, "0503.01.356": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1356, B\u00fcro", "arch_name": "1356@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26607, "seats": { @@ -75114,18 +83012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39150, "usage_id": 12 }, "0503.01.358": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1358, B\u00fcro", "arch_name": "1358@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -75133,18 +83033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39153, "usage_id": 12 }, "0503.01.360": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1360, B\u00fcro", "arch_name": "1360@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -75152,18 +83054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39161, "usage_id": 12 }, "0503.01.361": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1361, B\u00fcro", "arch_name": "1361@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14823, "seats": { @@ -75171,18 +83075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39169, "usage_id": 12 }, "0503.01.363": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1363, B\u00fcro", "arch_name": "1363@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -75190,18 +83096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39178, "usage_id": 12 }, "0503.01.364": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1364, WC-Herren", "arch_name": "1364@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -75209,18 +83117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39057, "usage_id": 115 }, "0503.01.364A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1364A, WC-Herren", "arch_name": "1364A@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -75228,18 +83138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66664, "usage_id": 115 }, "0503.01.364B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1364B, WC-Herren", "arch_name": "1364B@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -75247,18 +83159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66665, "usage_id": 115 }, "0503.01.364C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1364C, WC-Herren", "arch_name": "1364C@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -75266,18 +83180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66666, "usage_id": 115 }, "0503.01.364D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1364D, WC-Herren", "arch_name": "1364D@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -75285,18 +83201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66667, "usage_id": 115 }, "0503.01.365": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1365, B\u00fcro Emeritus", "arch_name": "1365@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14823, "seats": { @@ -75304,18 +83222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39067, "usage_id": 12 }, "0503.01.366": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1366, B\u00fcro", "arch_name": "1366@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14823, "seats": { @@ -75323,18 +83243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39070, "usage_id": 12 }, "0503.01.367": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1367, B\u00fcro", "arch_name": "1367@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14823, "seats": { @@ -75342,18 +83264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39271, "usage_id": 12 }, "0503.01.368": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1368, B\u00fcro", "arch_name": "1368@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14823, "seats": { @@ -75361,18 +83285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39276, "usage_id": 12 }, "0503.01.369": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1369, B\u00fcro", "arch_name": "1369@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14823, "seats": { @@ -75380,18 +83306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39282, "usage_id": 12 }, "0503.01.370": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1370, B\u00fcro", "arch_name": "1370@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51677, "seats": { @@ -75399,18 +83327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39293, "usage_id": 12 }, "0503.01.371": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1371, B\u00fcro", "arch_name": "1371@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14823, "seats": { @@ -75418,18 +83348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39299, "usage_id": 12 }, "0503.01.372": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1372, B\u00fcro", "arch_name": "1372@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51677, "seats": { @@ -75437,18 +83369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39303, "usage_id": 12 }, "0503.01.373": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1373, B\u00fcro", "arch_name": "1373@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14823, "seats": { @@ -75456,18 +83390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39207, "usage_id": 12 }, "0503.01.374": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1374, Flur", "arch_name": "1374@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -75475,18 +83411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39209, "usage_id": 222 }, "0503.01.374A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1374a, Treppenhaus", "arch_name": "1374a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -75494,18 +83432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39210, "usage_id": 223 }, "0503.01.374B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1374b, Flur", "arch_name": "1374b@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -75513,18 +83453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39213, "usage_id": 222 }, "0503.01.374C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1374C, Aufzug", "arch_name": "1374C@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -75532,18 +83474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39218, "usage_id": 4 }, "0503.01.374D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1374D, Flur", "arch_name": "1374D@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -75551,18 +83495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39242, "usage_id": 222 }, "0503.01.374E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1374E, Treppenhaus", "arch_name": "1374E@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -75570,18 +83516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39216, "usage_id": 223 }, "0503.01.375A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1375A, Flur", "arch_name": "1375A@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -75589,19 +83537,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66663, "usage_id": 222 }, "0503.02.300": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2300, Friedrich von Thiersch H\u00f6rsaal", "arch_name": "2300@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 12503, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -75609,18 +83559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7897, "usage_id": 20 }, "0503.02.300A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "2300a ZG@0503", + "alt_name": "2300A, Technik", + "arch_name": "2300A@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -75628,18 +83580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39245, "usage_id": 120 }, "0503.02.301": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2301, Treppenraum", "arch_name": "2301@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -75647,18 +83601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39248, "usage_id": 223 }, "0503.02.302": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2302, Aufzug", "arch_name": "2302@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -75666,18 +83622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39250, "usage_id": 4 }, "0503.02.303": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2303, WC-Herren", "arch_name": "2303@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -75685,18 +83643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39098, "usage_id": 115 }, "0503.02.303A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "2303a ZG@0503", + "alt_name": "2303A, Treppe", + "arch_name": "2303A@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -75704,18 +83664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39099, "usage_id": 223 }, "0503.02.303B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "2303b ZG@0503", + "alt_name": "2303B, WC-Damen", + "arch_name": "2303B@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -75723,18 +83685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39100, "usage_id": 116 }, "0503.02.303C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2303C, Putzraum", "arch_name": "2303C@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -75742,18 +83706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39105, "usage_id": 205 }, "0503.02.304": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2304, Flur", "arch_name": "2304@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -75761,18 +83727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39107, "usage_id": 222 }, "0503.02.305": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2305, Treppenraum", "arch_name": "2305@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -75780,18 +83748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39112, "usage_id": 223 }, "0503.02.305A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2305A, Flur", "arch_name": "2305A@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -75799,18 +83769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39117, "usage_id": 222 }, "0503.02.306": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2306, Aufzug", "arch_name": "2306@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -75818,18 +83790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39121, "usage_id": 4 }, "0503.02.321": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2321, B\u00fcro", "arch_name": "2321@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51537, "seats": { @@ -75837,19 +83811,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7854, "usage_id": 12 }, "0503.02.322A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2322A, Prof.-B\u00fcro", "arch_name": "2322A@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18797, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15200, "seats": { @@ -75857,18 +83833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7857, "usage_id": 12 }, "0503.02.322B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2322B, B\u00fcro", "arch_name": "2322B@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15200, "seats": { @@ -75876,18 +83854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7859, "usage_id": 12 }, "0503.02.322C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2322C, Teek\u00fcche / Flur", "arch_name": "2322C@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15200, "seats": { @@ -75895,18 +83875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39136, "usage_id": 198 }, "0503.02.323": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2323, B\u00fcro", "arch_name": "2323@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51537, "seats": { @@ -75914,18 +83896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39141, "usage_id": 12 }, "0503.02.324A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2324A, B\u00fcro", "arch_name": "2324A@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15200, "seats": { @@ -75933,18 +83917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7752, "usage_id": 12 }, "0503.02.324B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2324B, Stud. Arbeitspl\u00e4tze", "arch_name": "2324B@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15200, "seats": { @@ -75952,18 +83938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7753, "usage_id": 208 }, "0503.02.324C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2324C, Flur", "arch_name": "2324C@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -75971,18 +83959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39152, "usage_id": 222 }, "0503.02.324D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2324D, Lager Galerie", "arch_name": "2324D@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15200, "seats": { @@ -75990,18 +83980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72852, "usage_id": 30 }, "0503.02.325": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2325, B\u00fcro", "arch_name": "2325@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15200, "seats": { @@ -76009,18 +84001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39157, "usage_id": 12 }, "0503.02.325G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2325G, Umbau Galerie Abriss?", "arch_name": "2325G@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15200, "seats": { @@ -76028,19 +84022,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39165, "usage_id": 2 }, "0503.02.326": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2326, Besprechungsraum", "arch_name": "2326@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 15049, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15200, "seats": { @@ -76048,19 +84044,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7785, "usage_id": 196 }, "0503.02.326G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2326G, Bibliothek", "arch_name": "2326G@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18466, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15200, "seats": { @@ -76068,18 +84066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39096, "usage_id": 10 }, "0503.02.327": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2327, B\u00fcro", "arch_name": "2327@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51537, "seats": { @@ -76087,18 +84087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39013, "usage_id": 12 }, "0503.02.327G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2327G, Umbau Galerie/Abriss?", "arch_name": "2327G@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -76106,18 +84108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39016, "usage_id": 12 }, "0503.02.328A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2328A, B\u00fcro", "arch_name": "2328A@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15200, "seats": { @@ -76125,18 +84129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39023, "usage_id": 12 }, "0503.02.328B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2328B, B\u00fcro", "arch_name": "2328B@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15200, "seats": { @@ -76144,18 +84150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39027, "usage_id": 12 }, "0503.02.328C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2328C, Flur", "arch_name": "2328C@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -76163,18 +84171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39033, "usage_id": 222 }, "0503.02.329": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2329, B\u00fcro", "arch_name": "2329@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -76182,18 +84192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38945, "usage_id": 12 }, "0503.02.330": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2330, Sekretariat / B\u00fcro", "arch_name": "2330@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15200, "seats": { @@ -76201,18 +84213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7738, "usage_id": 40 }, "0503.02.331": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2331, B\u00fcro", "arch_name": "2331@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -76220,19 +84234,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38903, "usage_id": 12 }, "0503.02.332": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2332, Prof.-B\u00fcro", "arch_name": "2332@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18926, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15200, "seats": { @@ -76240,18 +84256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7742, "usage_id": 12 }, "0503.02.333": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2333, B\u00fcro", "arch_name": "2333@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -76259,19 +84277,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38905, "usage_id": 12 }, "0503.02.334": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2334, Seminarraum", "arch_name": "2334@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18502, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15139, "seats": { @@ -76279,18 +84299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7744, "usage_id": 208 }, "0503.02.335": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2335, B\u00fcro", "arch_name": "2335@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -76298,19 +84320,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72853, "usage_id": 12 }, "0503.02.340": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2340, Sekretariat", "arch_name": "2340@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18852, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15139, "seats": { @@ -76318,19 +84342,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7747, "usage_id": 40 }, "0503.02.344": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2344, Prof.-B\u00fcro", "arch_name": "2344@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18843, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15139, "seats": { @@ -76338,18 +84364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7639, "usage_id": 12 }, "0503.02.344G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2344G, Umbau Galerie / Abriss?", "arch_name": "2344G@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -76357,19 +84385,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39078, "usage_id": 206 }, "0503.02.345": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2345, Stud. Arbeitsraum", "arch_name": "2345@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 31293, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -76377,19 +84407,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56474, "usage_id": 208 }, "0503.02.345A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2345A, B\u00fcro", "arch_name": "2345A@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 32133, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15135, "seats": { @@ -76397,18 +84429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56607, "usage_id": 12 }, "0503.02.345G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2345G, Umbau Galerie / Abriss?", "arch_name": "2345G@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -76416,18 +84450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56628, "usage_id": 208 }, "0503.02.346A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2346A, WC-Damen", "arch_name": "2346A@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -76435,18 +84471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61715, "usage_id": 116 }, "0503.02.346B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2346B, WC-Herren", "arch_name": "2346B@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -76454,18 +84492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61716, "usage_id": 115 }, "0503.02.347": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2347 ZG, Umbau ZG / Abriss?", "arch_name": "2347 ZG@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -76473,19 +84513,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39090, "usage_id": 30 }, "0503.02.349": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2349, Seminarraum", "arch_name": "2349@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18849, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51267, "seats": { @@ -76493,19 +84535,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13304, "usage_id": 41 }, "0503.02.350": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2350, Veranstaltung", "arch_name": "2350@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 15199, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51267, "seats": { @@ -76513,19 +84557,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13311, "usage_id": 130 }, "0503.02.350G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2350g, Galerie", "arch_name": "2350g@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18753, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51267, "seats": { @@ -76533,19 +84579,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39092, "usage_id": 206 }, "0503.02.351": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2351, Besprechungsraum", "arch_name": "2351@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 26267, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15234, "seats": { @@ -76553,19 +84601,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56886, "usage_id": 196 }, "0503.02.355": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2355, Stud. Arb.", "arch_name": "2355@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 15043, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15222, "seats": { @@ -76573,18 +84623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7655, "usage_id": 131 }, "0503.02.355A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2355A, Treppe Galerie", "arch_name": "2355A@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15222, "seats": { @@ -76592,18 +84644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66673, "usage_id": 223 }, "0503.02.355G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2355G, Galerie", "arch_name": "2355G@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15222, "seats": { @@ -76611,18 +84665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39328, "usage_id": 206 }, "0503.02.358": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2358, LRZ-Verteilerknoten", "arch_name": "2358@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -76630,18 +84686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39334, "usage_id": 120 }, "0503.02.360": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2360, B\u00fcro", "arch_name": "2360@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15234, "seats": { @@ -76649,18 +84707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56904, "usage_id": 12 }, "0503.02.360G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2360G, Galerie", "arch_name": "2360G@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15234, "seats": { @@ -76668,18 +84728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19329, "usage_id": 206 }, "0503.02.363": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2363, Seminarraum", "arch_name": "2363@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15222, "seats": { @@ -76687,19 +84749,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39344, "usage_id": 41 }, "0503.02.365": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2365, B\u00fcro", "arch_name": "2365@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 20242, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15222, "seats": { @@ -76707,18 +84771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7901, "usage_id": 12 }, "0503.02.366": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2366, WC-Damen", "arch_name": "2366@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -76726,18 +84792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39253, "usage_id": 116 }, "0503.02.366A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2366A, WC-Damen", "arch_name": "2366A@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -76745,18 +84813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66668, "usage_id": 116 }, "0503.02.366B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2366B, WC-Damen", "arch_name": "2366B@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -76764,18 +84834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66669, "usage_id": 116 }, "0503.02.366C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2366C, WC-Damen", "arch_name": "2366C@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -76783,18 +84855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66670, "usage_id": 116 }, "0503.02.366D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2366D, WC-Damen", "arch_name": "2366D@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -76802,18 +84876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66671, "usage_id": 116 }, "0503.02.366E": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2366E, WC-Damen", "arch_name": "2366E@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -76821,19 +84897,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66672, "usage_id": 116 }, "0503.02.367": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2367, B\u00fcro", "arch_name": "2367@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 20241, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15222, "seats": { @@ -76841,19 +84919,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7907, "usage_id": 12 }, "0503.02.368": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2368, B\u00fcro", "arch_name": "2368@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 32935, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15234, "seats": { @@ -76861,18 +84941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7910, "usage_id": 12 }, "0503.02.369": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2369, Flur", "arch_name": "2369@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -76880,19 +84962,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39261, "usage_id": 222 }, "0503.02.370": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2370, HS", "arch_name": "2370@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 12586, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -76900,18 +84984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7908, "usage_id": 20 }, "0503.02.371": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2371, Treppenhaus", "arch_name": "2371@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -76919,19 +85005,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39265, "usage_id": 223 }, "0503.02.380": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2380, Seminarraum", "arch_name": "2380@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 15062, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15222, "seats": { @@ -76939,18 +85027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7917, "usage_id": 41 }, "0503.03.300": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3300, Galerie", "arch_name": "3300@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -76958,18 +85048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7922, "usage_id": 20 }, "0503.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3301, Treppe/Flur", "arch_name": "3301@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -76977,18 +85069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39368, "usage_id": 223 }, "0503.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3303, Aufzug", "arch_name": "3303@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -76996,18 +85090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19466, "usage_id": 4 }, "0503.03.304A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3304A, WC-Herren", "arch_name": "3304A@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -77015,18 +85111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61717, "usage_id": 115 }, "0503.03.304B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3304B, WC-Damen", "arch_name": "3304B@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -77034,18 +85132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61718, "usage_id": 116 }, "0503.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3305, Flur", "arch_name": "3305@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -77053,18 +85153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39325, "usage_id": 222 }, "0503.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3306, WC-Damen", "arch_name": "3306@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -77072,18 +85174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39179, "usage_id": 116 }, "0503.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3308, Treppenraum", "arch_name": "3308@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -77091,18 +85195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39183, "usage_id": 223 }, "0503.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3309, Aufzug", "arch_name": "3309@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -77110,18 +85216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39184, "usage_id": 4 }, "0503.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3310, Flur", "arch_name": "3310@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77129,18 +85237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39187, "usage_id": 222 }, "0503.03.310A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3310A, Teek\u00fcche", "arch_name": "3310A@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77148,19 +85258,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68197, "usage_id": 198 }, "0503.03.320": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3320, Werkstatt", "arch_name": "3320@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 19424, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15140, "seats": { @@ -77168,19 +85280,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39189, "usage_id": 51 }, "0503.03.321": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3321, B\u00fcro", "arch_name": "3321@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 20134, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -77188,18 +85302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7805, "usage_id": 12 }, "0503.03.323": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3323, B\u00fcro", "arch_name": "3323@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15140, "seats": { @@ -77207,18 +85323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7808, "usage_id": 12 }, "0503.03.324": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3324, Stud. Arbeitspl\u00e4tze", "arch_name": "3324@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15140, "seats": { @@ -77226,19 +85344,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19130, "usage_id": 208 }, "0503.03.325": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3325, B\u00fcro mit Besprechung", "arch_name": "3325@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 20133, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15140, "seats": { @@ -77246,19 +85366,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7814, "usage_id": 196 }, "0503.03.328": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3328, Stud. Arbeitspl\u00e4tze", "arch_name": "3328@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 15052, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15140, "seats": { @@ -77266,18 +85388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7818, "usage_id": 208 }, "0503.03.329": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3329, B\u00fcro", "arch_name": "3329@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15140, "seats": { @@ -77285,18 +85409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7822, "usage_id": 12 }, "0503.03.331": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3331, B\u00fcro", "arch_name": "3331@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15140, "seats": { @@ -77304,19 +85430,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7827, "usage_id": 12 }, "0503.03.333": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3333, B\u00fcro", "arch_name": "3333@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 21964, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15140, "seats": { @@ -77324,19 +85452,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39286, "usage_id": 12 }, "0503.03.340": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3340, Koenigsaal", "arch_name": "3340@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 15057, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15140, "seats": { @@ -77344,18 +85474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7838, "usage_id": 131 }, "0503.03.342": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3342, B\u00fcro", "arch_name": "3342@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15221, "seats": { @@ -77363,18 +85495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7844, "usage_id": 12 }, "0503.03.344": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3344, B\u00fcro", "arch_name": "3344@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15221, "seats": { @@ -77382,18 +85516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39314, "usage_id": 12 }, "0503.03.345": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3345, Assistenten-B\u00fcro", "arch_name": "3345@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15221, "seats": { @@ -77401,19 +85537,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7766, "usage_id": 12 }, "0503.03.349": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3349, Sekretariat", "arch_name": "3349@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 18471, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15221, "seats": { @@ -77421,18 +85559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7476, "usage_id": 40 }, "0503.03.349A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3349A, Prof.-B\u00fcro", "arch_name": "3349A@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15221, "seats": { @@ -77440,19 +85580,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38652, "usage_id": 12 }, "0503.03.350": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3350, Besprechungsraum", "arch_name": "3350@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 15032, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15221, "seats": { @@ -77460,18 +85602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7488, "usage_id": 196 }, "0503.03.351": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3351, Sekretariat", "arch_name": "3351@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77479,18 +85623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7489, "usage_id": 40 }, "0503.03.353": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3353, Gro\u00dfraumb\u00fcro", "arch_name": "3353@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77498,19 +85644,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7493, "usage_id": 12 }, "0503.03.356": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3356, Besprechungsraum", "arch_name": "3356@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 15034, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77518,18 +85666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7505, "usage_id": 196 }, "0503.03.360": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3360, Seminarraum", "arch_name": "3360@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77537,18 +85687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38507, "usage_id": 41 }, "0503.03.362A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3362a, Flur", "arch_name": "3362a@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77556,18 +85708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38519, "usage_id": 222 }, "0503.03.363": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3363, B\u00fcro", "arch_name": "3363@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48737, "seats": { @@ -77575,18 +85729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7527, "usage_id": 12 }, "0503.03.364": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3364, Stud. Arb.", "arch_name": "3364@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77594,18 +85750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38550, "usage_id": 208 }, "0503.03.365": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3365, B\u00fcro", "arch_name": "3365@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48737, "seats": { @@ -77613,18 +85771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38555, "usage_id": 12 }, "0503.03.366": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3366, Stud. Arb.", "arch_name": "3366@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77632,18 +85792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38561, "usage_id": 208 }, "0503.03.367": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3367, B\u00fcro", "arch_name": "3367@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48737, "seats": { @@ -77651,18 +85813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38567, "usage_id": 12 }, "0503.03.368": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3368, Treppe", "arch_name": "3368@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77670,18 +85834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38569, "usage_id": 223 }, "0503.03.370": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3370, Stud.Arb.", "arch_name": "3370@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 53437, "seats": { @@ -77689,18 +85855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38635, "usage_id": 208 }, "0503.03.371": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3371, Lager", "arch_name": "3371@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77708,18 +85876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38352, "usage_id": 30 }, "0503.03.372": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3372, B\u00fcro", "arch_name": "3372@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 48257, "seats": { @@ -77727,18 +85897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38346, "usage_id": 12 }, "0503.03.374": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3374, Lager", "arch_name": "3374@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77746,18 +85918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38417, "usage_id": 30 }, "0503.03.378": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3378, Teek\u00fcche", "arch_name": "3378@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -77765,18 +85939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39234, "usage_id": 198 }, "0503.03.378A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3378a, Flur", "arch_name": "3378a@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 53437, "seats": { @@ -77784,18 +85960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39372, "usage_id": 222 }, "0503.03.380": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3380, Treppe", "arch_name": "3380@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -77803,18 +85981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38356, "usage_id": 223 }, "0503.03.380A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3380a, Flur", "arch_name": "3380a@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -77822,18 +86002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38362, "usage_id": 222 }, "0503.03.380B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3380B, Treppe", "arch_name": "3380B@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -77841,18 +86023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66677, "usage_id": 223 }, "0503.03.390": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3390, Abstellraum", "arch_name": "3390@0503", "area_id": 23, "building_id": 579, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -77860,18 +86044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66676, "usage_id": 159 }, "0503.04.301": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4301, Flur", "arch_name": "4301@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 29396, "seats": { @@ -77879,18 +86065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38613, "usage_id": 222 }, "0503.04.301A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4301A, M\u00f6bellager", "arch_name": "4301A@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 29396, "seats": { @@ -77898,18 +86086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69473, "usage_id": 30 }, "0503.04.301C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4301C, Teek\u00fcche", "arch_name": "4301C@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 29396, "seats": { @@ -77917,18 +86107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69472, "usage_id": 198 }, "0503.04.302": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4302, Flur", "arch_name": "4302@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 29396, "seats": { @@ -77936,18 +86128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38620, "usage_id": 222 }, "0503.04.303": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4303, Verbindungsgang", "arch_name": "4303@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 29396, "seats": { @@ -77955,18 +86149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38624, "usage_id": 222 }, "0503.04.304": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4304, Verbindungsgang", "arch_name": "4304@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -77974,18 +86170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38630, "usage_id": 222 }, "0503.04.306A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4306A, Flur", "arch_name": "4306A@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -77993,18 +86191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69475, "usage_id": 222 }, "0503.04.306B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4306B, Treppe", "arch_name": "4306B@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -78012,18 +86212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69476, "usage_id": 223 }, "0503.04.307": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4307, Garderobe", "arch_name": "4307@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -78031,18 +86233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38701, "usage_id": 121 }, "0503.04.308": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4308, Aufzug", "arch_name": "4308@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -78050,18 +86254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38707, "usage_id": 4 }, "0503.04.308A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4308A, Aufzug Masch. Raum", "arch_name": "4308A@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -78069,18 +86275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69474, "usage_id": 5 }, "0503.04.314": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4314, RLT", "arch_name": "4314@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -78088,18 +86296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38710, "usage_id": 32 }, "0503.04.315": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4315, Wartungsstege/RLT H\u00f6rsaaldecke nicht nutzbar", "arch_name": "4315@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 39688, "seats": { @@ -78107,18 +86317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69478, "usage_id": 32 }, "0503.04.317": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4317, Turmtreppe", "arch_name": "4317@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -78126,18 +86338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69477, "usage_id": 223 }, "0503.04.318": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4318, Tschira Forum", "arch_name": "4318@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -78145,18 +86359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38715, "usage_id": 44 }, "0503.04.359": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4359, Lager", "arch_name": "4359@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -78164,18 +86380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38953, "usage_id": 30 }, "0503.04.359B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4359B, Haustechnik", "arch_name": "4359B@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -78183,18 +86401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68198, "usage_id": 160 }, "0503.04.360": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4360, Lager", "arch_name": "4360@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15221, "seats": { @@ -78202,18 +86422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38957, "usage_id": 30 }, "0503.04.361": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4361, Besprechungsraum", "arch_name": "4361@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 53437, "seats": { @@ -78221,18 +86443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38962, "usage_id": 196 }, "0503.04.362": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4362, Lager", "arch_name": "4362@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 53437, "seats": { @@ -78240,18 +86464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38965, "usage_id": 30 }, "0503.04.363": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4363, Lager", "arch_name": "4363@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 53437, "seats": { @@ -78259,19 +86485,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69026, "usage_id": 30 }, "0503.04.364": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4364, Archiv-Atellier /Seminarraum", "arch_name": "4364@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 27472, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 48737, "seats": { @@ -78279,18 +86507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20022, "usage_id": 41 }, "0503.04.364A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4364A, Archiv max. Nutzlastbegrenzung 1,0kN/m\u00b2/ 10", "arch_name": "4364A@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -78298,18 +86528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38971, "usage_id": 2 }, "0503.04.364B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4364B, Archiv max. Nutzlastbegrenzung 1,0kN/m\u00b2/ 10", "arch_name": "4364B@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -78317,18 +86549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38977, "usage_id": 2 }, "0503.04.364C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4364C, Flur", "arch_name": "4364C@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -78336,18 +86570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38981, "usage_id": 222 }, "0503.04.364D": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4364D, Treppe", "arch_name": "4364D@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -78355,18 +86591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66674, "usage_id": 223 }, "0503.04.364E": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4364E, Fluchttreppe", "arch_name": "4364E@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53437, "seats": { @@ -78374,18 +86612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66675, "usage_id": 223 }, "0503.04.365": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4365, Treppe", "arch_name": "4365@0503", "area_id": 23, "building_id": 579, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 29396, "seats": { @@ -78393,18 +86633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68201, "usage_id": 223 }, "0503.05.316": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5316, Turmgalerie", "arch_name": "5316@0503", "area_id": 23, "building_id": 579, + "floor_level": "5.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 29396, "seats": { @@ -78412,18 +86654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38986, "usage_id": 206 }, "0503.05.317": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5317, Turmtreppe", "arch_name": "5317@0503", "area_id": 23, "building_id": 579, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -78431,18 +86675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38990, "usage_id": 223 }, "0503.05.318": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5318, Turmterrasse", "arch_name": "5318@0503", "area_id": 23, "building_id": 579, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -78450,18 +86696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69480, "usage_id": 48 }, "0503.06.316": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6316, Turmgalerie", "arch_name": "6316@0503", "area_id": 23, "building_id": 579, + "floor_level": "6.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 13946, "seats": { @@ -78469,18 +86717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57038, "usage_id": 206 }, "0503.06.317": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6317, Turmtreppe", "arch_name": "6317@0503", "area_id": 23, "building_id": 579, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -78488,18 +86738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38997, "usage_id": 223 }, "0503.07.316": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "7316, Turmgalerie", "arch_name": "7316@0503", "area_id": 23, "building_id": 579, + "floor_level": "7.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -78507,18 +86759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39005, "usage_id": 206 }, "0503.07.317": { "address": { - "floor": "7.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "7317, Turmdachtreppe", "arch_name": "7317@0503", "area_id": 23, "building_id": 579, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -78526,18 +86780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39009, "usage_id": 223 }, "0503.08.316": { "address": { - "floor": "8.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "8316, Turmdachterrasse", "arch_name": "8316@0503", "area_id": 23, "building_id": 579, + "floor_level": "8.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -78545,18 +86801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69479, "usage_id": 137 }, "0503.EG.301": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0301, B\u00fcro", "arch_name": "0301@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -78564,18 +86822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7467, "usage_id": 12 }, "0503.EG.303": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0303, B\u00fcro/Teamassistent", "arch_name": "0303@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -78583,18 +86843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7472, "usage_id": 12 }, "0503.EG.304": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0304, Besprechungsraum", "arch_name": "0304@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31980, "seats": { @@ -78602,18 +86864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38650, "usage_id": 196 }, "0503.EG.305": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0305, B\u00fcro", "arch_name": "0305@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -78621,18 +86885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7486, "usage_id": 12 }, "0503.EG.306": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0306, B\u00fcro/Teamassistent", "arch_name": "0306@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31980, "seats": { @@ -78640,18 +86906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7490, "usage_id": 12 }, "0503.EG.307": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0307, Treppenraum", "arch_name": "0307@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -78659,18 +86927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38667, "usage_id": 223 }, "0503.EG.308": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0308, B\u00fcro", "arch_name": "0308@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31980, "seats": { @@ -78678,18 +86948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7499, "usage_id": 12 }, "0503.EG.310": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0310, Flur", "arch_name": "0310@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -78697,18 +86969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38675, "usage_id": 222 }, "0503.EG.312": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0312, Lager", "arch_name": "0312@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31980, "seats": { @@ -78716,18 +86990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38681, "usage_id": 30 }, "0503.EG.314": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0314, Treppenraum", "arch_name": "0314@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -78735,18 +87011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38685, "usage_id": 223 }, "0503.EG.314A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0314a, Lager unter Treppe", "arch_name": "0314a@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 37989, "seats": { @@ -78754,18 +87032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38505, "usage_id": 30 }, "0503.EG.315": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0315, Treppenhaus Turm", "arch_name": "0315@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -78773,18 +87053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38510, "usage_id": 223 }, "0503.EG.315A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0315a, Aufzug", "arch_name": "0315a@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -78792,18 +87074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38515, "usage_id": 4 }, "0503.EG.316A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0316A, WC-Herren", "arch_name": "0316A@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -78811,18 +87095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61713, "usage_id": 115 }, "0503.EG.316B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0316B, WC-Damen", "arch_name": "0316B@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -78830,18 +87116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61714, "usage_id": 116 }, "0503.EG.317": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0317, Flur", "arch_name": "0317@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -78849,18 +87137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38545, "usage_id": 222 }, "0503.EG.318": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0318, Flur", "arch_name": "0318@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -78868,18 +87158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38552, "usage_id": 222 }, "0503.EG.319": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0319, Flur", "arch_name": "0319@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -78887,18 +87179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38560, "usage_id": 222 }, "0503.EG.325": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0325, B\u00fcro", "arch_name": "0325@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31980, "seats": { @@ -78906,18 +87200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38572, "usage_id": 12 }, "0503.EG.326": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0326, B\u00fcro", "arch_name": "0326@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31980, "seats": { @@ -78925,18 +87221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58207, "usage_id": 12 }, "0503.EG.327": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0327, B\u00fcro", "arch_name": "0327@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -78944,18 +87242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58347, "usage_id": 12 }, "0503.EG.328": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0328, B\u00fcro", "arch_name": "0328@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -78963,18 +87263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58375, "usage_id": 12 }, "0503.EG.329": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0329, B\u00fcro", "arch_name": "0329@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31980, "seats": { @@ -78982,19 +87284,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7436, "usage_id": 12 }, "0503.EG.330": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0330, B\u00fcro", "arch_name": "0330@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 20518, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -79002,18 +87306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58501, "usage_id": 12 }, "0503.EG.331": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0331, B\u00fcro", "arch_name": "0331@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -79021,18 +87327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38729, "usage_id": 12 }, "0503.EG.332": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0332, B\u00fcro", "arch_name": "0332@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31980, "seats": { @@ -79040,18 +87348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72203, "usage_id": 12 }, "0503.EG.333": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0333, B\u00fcro", "arch_name": "0333@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15202, "seats": { @@ -79059,18 +87369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58518, "usage_id": 12 }, "0503.EG.334": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0334, B\u00fcro", "arch_name": "0334@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15202, "seats": { @@ -79078,18 +87390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38734, "usage_id": 12 }, "0503.EG.335": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0335, B\u00fcro", "arch_name": "0335@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15202, "seats": { @@ -79097,18 +87411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7634, "usage_id": 12 }, "0503.EG.337": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0337, B\u00fcro", "arch_name": "0337@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15202, "seats": { @@ -79116,18 +87432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7636, "usage_id": 12 }, "0503.EG.339": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0339, B\u00fcro", "arch_name": "0339@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15202, "seats": { @@ -79135,18 +87453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13090, "usage_id": 12 }, "0503.EG.340A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0340A, B\u00fcro", "arch_name": "0340A@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15202, "seats": { @@ -79154,18 +87474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69923, "usage_id": 12 }, "0503.EG.340B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0340B, B\u00fcro", "arch_name": "0340B@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15202, "seats": { @@ -79173,18 +87495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69924, "usage_id": 12 }, "0503.EG.341": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0341, B\u00fcro", "arch_name": "0341@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15202, "seats": { @@ -79192,18 +87516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38752, "usage_id": 12 }, "0503.EG.342": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0342, Sekretariat 2", "arch_name": "0342@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -79211,18 +87537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38757, "usage_id": 40 }, "0503.EG.343": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0343, K\u00fcche", "arch_name": "0343@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15202, "seats": { @@ -79230,18 +87558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38760, "usage_id": 28 }, "0503.EG.344": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0344, Sekretariat", "arch_name": "0344@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -79249,18 +87579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38765, "usage_id": 40 }, "0503.EG.345": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0345, B\u00fcro", "arch_name": "0345@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15202, "seats": { @@ -79268,18 +87600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13166, "usage_id": 12 }, "0503.EG.346A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0346A, WC-Damen", "arch_name": "0346A@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -79287,18 +87621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61712, "usage_id": 116 }, "0503.EG.346B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0346B, WC-Herren", "arch_name": "0346B@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -79306,19 +87642,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61711, "usage_id": 115 }, "0503.EG.347": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0347, Seminarraum", "arch_name": "0347@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 15521, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15202, "seats": { @@ -79326,18 +87664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59096, "usage_id": 41 }, "0503.EG.348": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0348, Treppenhaus Goldener Engel", "arch_name": "0348@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -79345,18 +87685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38774, "usage_id": 223 }, "0503.EG.348A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0348a, Aufzug", "arch_name": "0348a@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -79364,19 +87706,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38782, "usage_id": 4 }, "0503.EG.350": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0350, Werkstatt", "arch_name": "0350@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 15196, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15202, "seats": { @@ -79384,18 +87728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13176, "usage_id": 51 }, "0503.EG.351": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0351, Flur", "arch_name": "0351@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -79403,18 +87749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38784, "usage_id": 222 }, "0503.EG.353": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0353, L\u00fcftungsanlage f. H\u00f6rsaal 0360", "arch_name": "0353@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -79422,18 +87770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38786, "usage_id": 32 }, "0503.EG.353A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0353a, Durchgang zu 0353", "arch_name": "0353a@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -79441,18 +87791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38788, "usage_id": 222 }, "0503.EG.353B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0353b, Elektro Verteiler", "arch_name": "0353b@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -79460,19 +87812,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38793, "usage_id": 160 }, "0503.EG.360": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0360, Theodor-Fischer-H\u00f6rsaal", "arch_name": "0360@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 12591, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -79480,18 +87834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7576, "usage_id": 20 }, "0503.EG.361": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0361, B\u00fcro", "arch_name": "0361@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 50537, "seats": { @@ -79499,18 +87855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38808, "usage_id": 12 }, "0503.EG.362": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0362, B\u00fcro", "arch_name": "0362@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 50537, "seats": { @@ -79518,18 +87876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38816, "usage_id": 12 }, "0503.EG.363": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0363, Treppenhaus", "arch_name": "0363@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -79537,18 +87897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38824, "usage_id": 223 }, "0503.EG.364": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0364, WC-Vorraum", "arch_name": "0364@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -79556,18 +87918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38829, "usage_id": 118 }, "0503.EG.364A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0364A, WC", "arch_name": "0364A@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -79575,18 +87939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66653, "usage_id": 114 }, "0503.EG.364B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0364B, WC", "arch_name": "0364B@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -79594,18 +87960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66654, "usage_id": 114 }, "0503.EG.364C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0364C, WC", "arch_name": "0364C@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -79613,18 +87981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66655, "usage_id": 114 }, "0503.EG.364D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0364D, WC", "arch_name": "0364D@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -79632,18 +88002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66656, "usage_id": 114 }, "0503.EG.365": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0365, B\u00fcro/Public Planning Lab", "arch_name": "0365@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -79651,18 +88023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38833, "usage_id": 12 }, "0503.EG.366": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0366, Bibliothek/Public Planning Lab", "arch_name": "0366@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -79670,18 +88044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38837, "usage_id": 10 }, "0503.EG.367": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0367, Bibliothek/Public Planning Lab", "arch_name": "0367@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -79689,18 +88065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38840, "usage_id": 10 }, "0503.EG.368": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0368, B\u00fcro/Public Planning Lab", "arch_name": "0368@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -79708,18 +88086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66652, "usage_id": 12 }, "0503.EG.369": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0369, Bibliothek/Public Planning Lab", "arch_name": "0369@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -79727,18 +88107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38847, "usage_id": 10 }, "0503.EG.370": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0370, B\u00fcro", "arch_name": "0370@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -79746,18 +88128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38848, "usage_id": 12 }, "0503.EG.371": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0371, Bibliothek/Public Planning Lab", "arch_name": "0371@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -79765,18 +88149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38849, "usage_id": 10 }, "0503.EG.371B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0371B, Treppenhaus", "arch_name": "0371B@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -79784,18 +88170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38852, "usage_id": 223 }, "0503.EG.371C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0371C, Treppe", "arch_name": "0371C@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -79803,18 +88191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66651, "usage_id": 223 }, "0503.EG.372": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0372, Treppenhaus", "arch_name": "0372@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -79822,18 +88212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38855, "usage_id": 223 }, "0503.EG.372A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0372A, Treppe/Flur", "arch_name": "0372A@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -79841,18 +88233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66657, "usage_id": 223 }, "0503.EG.373": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0373, Bibliothek/Flur", "arch_name": "0373@0503", "area_id": 23, "building_id": 579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -79860,18 +88254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38860, "usage_id": 10 }, "0503.U1.301": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1301, Flur", "arch_name": "-1301@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -79879,18 +88275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38247, "usage_id": 222 }, "0503.U1.303": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1303, Aufzug", "arch_name": "-1303@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -79898,18 +88296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38249, "usage_id": 4 }, "0503.U1.304A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1304a, Nebenverteilerraum-EDV", "arch_name": "-1304a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14156, "seats": { @@ -79917,18 +88317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38251, "usage_id": 207 }, "0503.U1.304B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1304b, WC", "arch_name": "-1304b@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -79936,18 +88338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38258, "usage_id": 114 }, "0503.U1.305": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1305, Brotzeitraum", "arch_name": "-1305@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 46175, "seats": { @@ -79955,18 +88359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38262, "usage_id": 45 }, "0503.U1.306": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1306, Materialbibliothek", "arch_name": "-1306@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15135, "seats": { @@ -79974,18 +88380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38205, "usage_id": 148 }, "0503.U1.307": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1307, Flur", "arch_name": "-1307@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -79993,18 +88401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38209, "usage_id": 222 }, "0503.U1.308": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1308, Flur", "arch_name": "-1308@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -80012,18 +88422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38214, "usage_id": 222 }, "0503.U1.308A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1308a, Flur", "arch_name": "-1308a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -80031,18 +88443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38217, "usage_id": 222 }, "0503.U1.308B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1308b, Putzraum", "arch_name": "-1308b@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 37989, "seats": { @@ -80050,18 +88464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38221, "usage_id": 205 }, "0503.U1.309": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1309, Materialbibliothek", "arch_name": "-1309@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -80069,18 +88485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19792, "usage_id": 148 }, "0503.U1.310": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1310, Materialbibliothek", "arch_name": "-1310@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -80088,18 +88506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38375, "usage_id": 148 }, "0503.U1.311": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1311, Lager", "arch_name": "-1311@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 46175, "seats": { @@ -80107,18 +88527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38377, "usage_id": 30 }, "0503.U1.312": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1312, Stromversorgung", "arch_name": "-1312@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 46175, "seats": { @@ -80126,18 +88548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38380, "usage_id": 160 }, "0503.U1.313": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1313, Sanit\u00e4r/Putzraum", "arch_name": "-1313@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 46175, "seats": { @@ -80145,18 +88569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38386, "usage_id": 113 }, "0503.U1.321": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1321, Lager", "arch_name": "-1321@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15202, "seats": { @@ -80164,18 +88590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59061, "usage_id": 30 }, "0503.U1.322": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1322, Lager", "arch_name": "-1322@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26607, "seats": { @@ -80183,18 +88611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29035, "usage_id": 30 }, "0503.U1.323": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1323, Lager", "arch_name": "-1323@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15202, "seats": { @@ -80202,18 +88632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59062, "usage_id": 30 }, "0503.U1.325": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1325, Lager", "arch_name": "-1325@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80221,18 +88653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38389, "usage_id": 30 }, "0503.U1.326": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1326, 3. Bauabschnitt bis ca. Ende Aug. 2019", "arch_name": "-1326@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -80240,18 +88674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38394, "usage_id": 160 }, "0503.U1.327": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1327, Lager", "arch_name": "-1327@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -80259,18 +88695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59063, "usage_id": 30 }, "0503.U1.328": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1328, Archiv", "arch_name": "-1328@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15202, "seats": { @@ -80278,18 +88716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38398, "usage_id": 2 }, "0503.U1.329": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1329, Lager", "arch_name": "-1329@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80297,18 +88737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59050, "usage_id": 30 }, "0503.U1.331": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1331, Lager", "arch_name": "-1331@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -80316,18 +88758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59052, "usage_id": 30 }, "0503.U1.332": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1332, Archiv", "arch_name": "-1332@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15202, "seats": { @@ -80335,18 +88779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38401, "usage_id": 2 }, "0503.U1.333": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1333, Lager", "arch_name": "-1333@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80354,18 +88800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59054, "usage_id": 30 }, "0503.U1.333A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1333a, Lager", "arch_name": "-1333a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80373,18 +88821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38404, "usage_id": 30 }, "0503.U1.335": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1335, Lager", "arch_name": "-1335@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80392,18 +88842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59056, "usage_id": 30 }, "0503.U1.335A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1335A, Lager", "arch_name": "-1335A@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80411,18 +88863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66650, "usage_id": 30 }, "0503.U1.337": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1337, Lager", "arch_name": "-1337@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80430,18 +88884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49909, "usage_id": 30 }, "0503.U1.339": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1339, Lager", "arch_name": "-1339@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80449,18 +88905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49935, "usage_id": 30 }, "0503.U1.341": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1341, Lager", "arch_name": "-1341@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80468,18 +88926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49592, "usage_id": 30 }, "0503.U1.342": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1342, Lager", "arch_name": "-1342@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80487,18 +88947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49615, "usage_id": 30 }, "0503.U1.344": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1344, Lager", "arch_name": "-1344@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -80506,18 +88968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49264, "usage_id": 30 }, "0503.U1.344A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1344a, Lager", "arch_name": "-1344a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -80525,18 +88989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38407, "usage_id": 30 }, "0503.U1.344B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1344b, Lager", "arch_name": "-1344b@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -80544,18 +89010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38411, "usage_id": 30 }, "0503.U1.345": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1345, Lager", "arch_name": "-1345@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80563,18 +89031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49288, "usage_id": 30 }, "0503.U1.346": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1346, Haustechnik", "arch_name": "-1346@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -80582,18 +89052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38414, "usage_id": 120 }, "0503.U1.347": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1347, Lager", "arch_name": "-1347@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80601,18 +89073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38419, "usage_id": 30 }, "0503.U1.349": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1349, Lager", "arch_name": "-1349@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15202, "seats": { @@ -80620,19 +89094,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38422, "usage_id": 30 }, "0503.U1.350": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1350, Archiv", "arch_name": "-1350@0503", "area_id": 23, "building_id": 579, "calendar_resource_nr": 22289, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -80640,18 +89116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49760, "usage_id": 2 }, "0503.U1.352": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1352, Flur", "arch_name": "-1352@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -80659,18 +89137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38426, "usage_id": 222 }, "0503.U1.352A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1352a, Aufzug", "arch_name": "-1352a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -80678,18 +89158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38430, "usage_id": 4 }, "0503.U1.353": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1353, Installationsraum", "arch_name": "-1353@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -80697,18 +89179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38432, "usage_id": 120 }, "0503.U1.354": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1354, Lager", "arch_name": "-1354@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14823, "seats": { @@ -80716,18 +89200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38435, "usage_id": 30 }, "0503.U1.354A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1354a, Vorraum/Lager", "arch_name": "-1354a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14823, "seats": { @@ -80735,18 +89221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38436, "usage_id": 50 }, "0503.U1.355": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1355, Serverraum", "arch_name": "-1355@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -80754,18 +89242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57736, "usage_id": 207 }, "0503.U1.356A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1356A, Flur", "arch_name": "-1356A@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -80773,18 +89263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38438, "usage_id": 222 }, "0503.U1.356B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1356B, Flur", "arch_name": "-1356B@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -80792,18 +89284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38440, "usage_id": 222 }, "0503.U1.356C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1356C, Treppenhaus", "arch_name": "-1356C@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -80811,18 +89305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38443, "usage_id": 223 }, "0503.U1.356D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1356D, Lager unt.Treppe", "arch_name": "-1356D@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -80830,18 +89326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38449, "usage_id": 30 }, "0503.U1.357": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1357, Installationsraum", "arch_name": "-1357@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -80849,18 +89347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38450, "usage_id": 120 }, "0503.U1.358": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1358, RLT-Zentrale", "arch_name": "-1358@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -80868,18 +89368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38455, "usage_id": 32 }, "0503.U1.360": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1360, Putzraum", "arch_name": "-1360@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 37989, "seats": { @@ -80887,18 +89389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38464, "usage_id": 205 }, "0503.U1.363": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1363, Lager", "arch_name": "-1363@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -80906,18 +89410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57755, "usage_id": 30 }, "0503.U1.364": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1364, NSHV", "arch_name": "-1364@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -80925,18 +89431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38468, "usage_id": 160 }, "0503.U1.364A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1364A, MS", "arch_name": "-1364A@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -80944,18 +89452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66646, "usage_id": 160 }, "0503.U1.364B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1364B, Trafo", "arch_name": "-1364B@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -80963,18 +89473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66647, "usage_id": 160 }, "0503.U1.364C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1364C, Trafo", "arch_name": "-1364C@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -80982,18 +89494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66648, "usage_id": 160 }, "0503.U1.365": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1365, Lager", "arch_name": "-1365@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -81001,18 +89515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57892, "usage_id": 30 }, "0503.U1.366": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1366, Stud. Arbeitspl\u00e4tze", "arch_name": "-1366@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -81020,18 +89536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38477, "usage_id": 208 }, "0503.U1.367": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1367, Lager", "arch_name": "-1367@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -81039,18 +89557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38483, "usage_id": 30 }, "0503.U1.368": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1368, Lager", "arch_name": "-1368@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -81058,18 +89578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38498, "usage_id": 30 }, "0503.U1.368A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1368A, Lager", "arch_name": "-1368A@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -81077,18 +89599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66649, "usage_id": 30 }, "0503.U1.369": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1369, Lager", "arch_name": "-1369@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -81096,18 +89620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38345, "usage_id": 30 }, "0503.U1.371": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1371, Lager", "arch_name": "-1371@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -81115,18 +89641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38349, "usage_id": 30 }, "0503.U1.372": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1372, Sprinkler", "arch_name": "-1372@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -81134,18 +89662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57912, "usage_id": 183 }, "0503.U1.373": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1373, Lager", "arch_name": "-1373@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -81153,18 +89683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38360, "usage_id": 30 }, "0503.U1.373A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1373A, Lager", "arch_name": "-1373A@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -81172,18 +89704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66645, "usage_id": 30 }, "0503.U1.374": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1374, Sprinkler", "arch_name": "-1374@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -81191,18 +89725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38368, "usage_id": 183 }, "0503.U1.375": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1375, Seminarraum", "arch_name": "-1375@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -81210,18 +89746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38594, "usage_id": 41 }, "0503.U1.375A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1375a, Flur", "arch_name": "-1375a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -81229,18 +89767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38602, "usage_id": 222 }, "0503.U1.376": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1376, B\u00fcro Fa. Siemens", "arch_name": "-1376@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -81248,18 +89788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38609, "usage_id": 12 }, "0503.U1.378": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1378, Seminarraum", "arch_name": "-1378@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -81267,18 +89809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38618, "usage_id": 41 }, "0503.U1.379": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1379, Treppe", "arch_name": "-1379@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -81286,18 +89830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38626, "usage_id": 223 }, "0503.U1.379A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1379a, Lager", "arch_name": "-1379a@0503", "area_id": 23, "building_id": 579, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -81305,18 +89851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38631, "usage_id": 30 }, "0503.U2.304": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2301, Installationskanal 0503", "arch_name": "-2301@0503", "area_id": 23, "building_id": 579, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -81324,19 +89872,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38244, "usage_id": 120 }, "0504.01.400": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1400, H\u00f6rsaal o. Exp.-B\u00fchne", "arch_name": "1400@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 12564, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -81344,18 +89894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8245, "usage_id": 20 }, "0504.01.401": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1401, B\u00fcro", "arch_name": "1401@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -81363,19 +89915,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8246, "usage_id": 12 }, "0504.01.402": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1402, H\u00f6rsaal o. Exp.-B\u00fchne", "arch_name": "1402@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 12518, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -81383,18 +89937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8247, "usage_id": 20 }, "0504.01.403": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1403, B\u00fcro", "arch_name": "1403@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -81402,18 +89958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8158, "usage_id": 12 }, "0504.01.404": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1404, WC-Damen", "arch_name": "1404@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -81421,18 +89979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39757, "usage_id": 116 }, "0504.01.405": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1405, B\u00fcro", "arch_name": "1405@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -81440,18 +90000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8068, "usage_id": 12 }, "0504.01.406": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1406, Beh.-WC / Wickeltisch", "arch_name": "1406@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -81459,18 +90021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39762, "usage_id": 117 }, "0504.01.407": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1407, Hydrogeologisches Labor (Analytik)", "arch_name": "1407@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43317, "seats": { @@ -81478,18 +90042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14146, "usage_id": 103 }, "0504.01.408": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1408, Elektroinstallationsraum", "arch_name": "1408@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -81497,18 +90063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39769, "usage_id": 120 }, "0504.01.409": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1409, Hydrogeologisches Labor (Biogeochemie)", "arch_name": "1409@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43317, "seats": { @@ -81516,18 +90084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39772, "usage_id": 102 }, "0504.01.410": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1410, Flur 1", "arch_name": "1410@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -81535,18 +90105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39775, "usage_id": 222 }, "0504.01.411": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1411, Labor", "arch_name": "1411@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -81554,18 +90126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8088, "usage_id": 103 }, "0504.01.412": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1412, Treppenhaus 1", "arch_name": "1412@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -81573,18 +90147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39848, "usage_id": 223 }, "0504.01.413": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1413, Mikrolabor", "arch_name": "1413@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -81592,18 +90168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39853, "usage_id": 12 }, "0504.01.414": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1414, Verbindungsgang", "arch_name": "1414@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -81611,18 +90189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39859, "usage_id": 222 }, "0504.01.415": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1415, R\u00f6ntgen-Diffraktometer, Rem.", "arch_name": "1415@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14991, "seats": { @@ -81630,18 +90210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39874, "usage_id": 103 }, "0504.01.415A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1415A, Labor", "arch_name": "1415A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43317, "seats": { @@ -81649,18 +90231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65066, "usage_id": 103 }, "0504.01.416": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1416, B\u00fcro", "arch_name": "1416@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -81668,18 +90252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8160, "usage_id": 12 }, "0504.01.417": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1417, Labor", "arch_name": "1417@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44925, "seats": { @@ -81687,18 +90273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8167, "usage_id": 103 }, "0504.01.418": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1418, B\u00fcro/Assistenten", "arch_name": "1418@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -81706,18 +90294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8188, "usage_id": 12 }, "0504.01.419": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1419, Labor/Lockergesteine", "arch_name": "1419@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14991, "seats": { @@ -81725,18 +90315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39885, "usage_id": 103 }, "0504.01.420": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1420, B\u00fcro", "arch_name": "1420@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44925, "seats": { @@ -81744,19 +90336,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39890, "usage_id": 12 }, "0504.01.421": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1421, Labor/Lockergesteine", "arch_name": "1421@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 20016, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14991, "seats": { @@ -81764,18 +90358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39894, "usage_id": 103 }, "0504.01.422": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1422, B\u00fcro", "arch_name": "1422@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44925, "seats": { @@ -81783,19 +90379,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8191, "usage_id": 12 }, "0504.01.423": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1423, Labor/Lockergesteine", "arch_name": "1423@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 20056, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43317, "seats": { @@ -81803,18 +90401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39489, "usage_id": 103 }, "0504.01.424": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1424, B\u00fcro", "arch_name": "1424@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -81822,18 +90422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39351, "usage_id": 12 }, "0504.01.426": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1426, Putzraum", "arch_name": "1426@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -81841,18 +90443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39355, "usage_id": 205 }, "0504.01.426A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1426A, Vorraum", "arch_name": "1426A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -81860,18 +90464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39358, "usage_id": 105 }, "0504.01.430": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1430, WC-Herren", "arch_name": "1430@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -81879,18 +90485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39361, "usage_id": 115 }, "0504.01.430A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1430A, Elektroinstallationsraum", "arch_name": "1430A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -81898,18 +90506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39556, "usage_id": 120 }, "0504.01.432": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1432, Flur 2", "arch_name": "1432@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -81917,18 +90527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39559, "usage_id": 222 }, "0504.01.432Z": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1432, Lager/Werkstatt", "arch_name": "1432@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14991, "seats": { @@ -81936,18 +90548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39563, "usage_id": 30 }, "0504.01.434": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1434, Treppenhaus 2", "arch_name": "1434@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -81955,18 +90569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39569, "usage_id": 223 }, "0504.01.444": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1444, Aufzugsschacht", "arch_name": "1444@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -81974,18 +90590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39577, "usage_id": 195 }, "0504.01.448": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1448, Flur", "arch_name": "1448@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -81993,18 +90611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39583, "usage_id": 222 }, "0504.01.448A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1448A, Aufzugsschacht", "arch_name": "1448A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -82012,18 +90632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39587, "usage_id": 195 }, "0504.01.451": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1451, Flur 4", "arch_name": "1451@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -82031,37 +90653,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39591, "usage_id": 222 }, "0504.02.401": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2401, Lager", "arch_name": "2401@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", - "main_operator_id": 14991, + "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39599, "usage_id": 30 }, "0504.02.402": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2402, B\u00fcro", "arch_name": "2402@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 44925, "seats": { @@ -82069,19 +90695,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8021, "usage_id": 12 }, "0504.02.403": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2403, B\u00fcro", "arch_name": "2403@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 15071, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -82089,18 +90717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8026, "usage_id": 12 }, "0504.02.404": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2404, B\u00fcro", "arch_name": "2404@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 44925, "seats": { @@ -82108,18 +90738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39610, "usage_id": 12 }, "0504.02.404A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2404a, Flur", "arch_name": "2404a@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -82127,18 +90759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39614, "usage_id": 222 }, "0504.02.404B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2404B, Treppenraum", "arch_name": "2404B@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -82146,18 +90780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65168, "usage_id": 223 }, "0504.02.406": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2406, Vorbereitung", "arch_name": "2406@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14991, "seats": { @@ -82165,18 +90801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39615, "usage_id": 136 }, "0504.02.407": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2407, B\u00fcro", "arch_name": "2407@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46295, "seats": { @@ -82184,19 +90822,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8063, "usage_id": 12 }, "0504.02.408": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2408, Seminarraum", "arch_name": "2408@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 15084, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -82204,18 +90844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8192, "usage_id": 41 }, "0504.02.409": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2409, B\u00fcro", "arch_name": "2409@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46295, "seats": { @@ -82223,18 +90865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8195, "usage_id": 12 }, "0504.02.410": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2410, Flur", "arch_name": "2410@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -82242,18 +90886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39375, "usage_id": 222 }, "0504.02.411": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2411, B\u00fcro", "arch_name": "2411@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 46295, "seats": { @@ -82261,18 +90907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7933, "usage_id": 12 }, "0504.02.412": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2412, B\u00fcro", "arch_name": "2412@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 52321, "seats": { @@ -82280,18 +90928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7935, "usage_id": 12 }, "0504.02.413": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2413, B\u00fcro", "arch_name": "2413@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 52321, "seats": { @@ -82299,18 +90949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7942, "usage_id": 12 }, "0504.02.414": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2414, Elektroinstallationsraum", "arch_name": "2414@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -82318,18 +90970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39399, "usage_id": 120 }, "0504.02.415": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2415, Bibliothek", "arch_name": "2415@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14807, "seats": { @@ -82337,18 +90991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39429, "usage_id": 10 }, "0504.02.416": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2416, Treppenraum", "arch_name": "2416@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -82356,18 +91012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39437, "usage_id": 223 }, "0504.02.417": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2417, B\u00fcro", "arch_name": "2417@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14807, "seats": { @@ -82375,19 +91033,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7879, "usage_id": 12 }, "0504.02.418": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2418, Seminarraum/Bibliothek", "arch_name": "2418@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 15510, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -82395,18 +91055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39443, "usage_id": 41 }, "0504.02.419": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2419, B\u00fcro", "arch_name": "2419@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14807, "seats": { @@ -82414,18 +91076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7884, "usage_id": 12 }, "0504.02.420": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2420, Prof.-B\u00fcro", "arch_name": "2420@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -82433,18 +91097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39449, "usage_id": 12 }, "0504.02.421": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2421, B\u00fcro", "arch_name": "2421@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14807, "seats": { @@ -82452,18 +91118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7887, "usage_id": 12 }, "0504.02.422": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2422, B\u00fcro/Sekretariat", "arch_name": "2422@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -82471,18 +91139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7892, "usage_id": 12 }, "0504.02.423": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2423, B\u00fcro", "arch_name": "2423@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14807, "seats": { @@ -82490,18 +91160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8052, "usage_id": 12 }, "0504.02.424": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2424, Teek\u00fcche", "arch_name": "2424@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -82509,18 +91181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39461, "usage_id": 198 }, "0504.02.425": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2425, B\u00fcro", "arch_name": "2425@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14807, "seats": { @@ -82528,18 +91202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8059, "usage_id": 12 }, "0504.02.426": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2426, Putzraum", "arch_name": "2426@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -82547,18 +91223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39471, "usage_id": 205 }, "0504.02.426A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2426A, Vorraum", "arch_name": "2426A@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -82566,18 +91244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39689, "usage_id": 105 }, "0504.02.427": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2427, B\u00fcro", "arch_name": "2427@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14807, "seats": { @@ -82585,18 +91265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8117, "usage_id": 12 }, "0504.02.427A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2427a, B\u00fcro", "arch_name": "2427a@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -82604,18 +91286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39703, "usage_id": 12 }, "0504.02.428": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2428, Elektroinstallationsraum", "arch_name": "2428@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -82623,18 +91307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39706, "usage_id": 120 }, "0504.02.429": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2429, B\u00fcro", "arch_name": "2429@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -82642,18 +91328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8128, "usage_id": 12 }, "0504.02.430": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2430, WC-Herren", "arch_name": "2430@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -82661,18 +91349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39711, "usage_id": 115 }, "0504.02.431": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2431, B\u00fcro", "arch_name": "2431@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -82680,18 +91370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8132, "usage_id": 12 }, "0504.02.432": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2432, Flur 2", "arch_name": "2432@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -82699,18 +91391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39716, "usage_id": 222 }, "0504.02.432A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2432a, Flur", "arch_name": "2432a@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -82718,18 +91412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39720, "usage_id": 222 }, "0504.02.432B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2432b, Aufzugsschacht", "arch_name": "2432b@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -82737,18 +91433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39723, "usage_id": 195 }, "0504.02.434": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2434, Treppenhaus 2", "arch_name": "2434@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -82756,18 +91454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39726, "usage_id": 223 }, "0504.02.434A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2434a, Treppenraum", "arch_name": "2434a@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -82775,19 +91475,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39729, "usage_id": 223 }, "0504.02.436": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2436, Lager", "arch_name": "2436@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 32872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14991, "seats": { @@ -82795,19 +91497,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39732, "usage_id": 30 }, "0504.03.402": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3402, Seminar- und Mikroskopierraum", "arch_name": "3402@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 15080, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -82815,19 +91519,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8145, "usage_id": 41 }, "0504.03.403": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3403, Lager/Sammlung Geologie, Mineralogie & Petro", "arch_name": "3403@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 15231, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -82835,19 +91541,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19021, "usage_id": 30 }, "0504.03.404": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3404, \u00dcbungsraum", "arch_name": "3404@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 12598, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -82855,18 +91563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8148, "usage_id": 131 }, "0504.03.405": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3405, Kartensammlung", "arch_name": "3405@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -82874,18 +91584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39745, "usage_id": 187 }, "0504.03.406": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3406, Vorbereitung \u00dcbungsraum", "arch_name": "3406@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -82893,18 +91605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39748, "usage_id": 136 }, "0504.03.407": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3407, Kartensammlung", "arch_name": "3407@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -82912,18 +91626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39754, "usage_id": 187 }, "0504.03.408": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3408, Elektroinstallationsraum", "arch_name": "3408@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -82931,18 +91647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39684, "usage_id": 120 }, "0504.03.409": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3409, Kartensammlung", "arch_name": "3409@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -82950,19 +91668,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39617, "usage_id": 187 }, "0504.03.411": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3411, Computerarbeitsraum", "arch_name": "3411@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 32852, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14991, "seats": { @@ -82970,18 +91690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39619, "usage_id": 213 }, "0504.03.412": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3412, Flur/Treppe", "arch_name": "3412@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -82989,18 +91711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39623, "usage_id": 222 }, "0504.03.413": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3413, B\u00fcro", "arch_name": "3413@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83008,18 +91732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8042, "usage_id": 12 }, "0504.03.414": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3414, Treppenraum", "arch_name": "3414@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -83027,18 +91753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39631, "usage_id": 223 }, "0504.03.415": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3415, Handbibliothek (Zeitschriften)", "arch_name": "3415@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83046,18 +91774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8046, "usage_id": 10 }, "0504.03.416": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3416, B\u00fcro", "arch_name": "3416@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83065,18 +91795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8050, "usage_id": 12 }, "0504.03.417": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3417, Handbibliothek", "arch_name": "3417@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83084,18 +91816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39494, "usage_id": 10 }, "0504.03.418": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3418, Zeichner, Drucker, Kopierer", "arch_name": "3418@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83103,18 +91837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7971, "usage_id": 12 }, "0504.03.419": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3419, Sekretariat", "arch_name": "3419@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83122,37 +91858,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7977, "usage_id": 40 }, "0504.03.420": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3420, B\u00fcro", "arch_name": "3420@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", - "main_operator_id": 14991, + "main_operator_id": 44925, "seats": { "sitting": 3, "standing": null, "wheelchair": null }, + "tumonline_id": 7980, "usage_id": 12 }, "0504.03.421": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3421, B\u00fcro", "arch_name": "3421@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83160,19 +91900,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7987, "usage_id": 12 }, "0504.03.422": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3422, Seminarraum", "arch_name": "3422@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 19668, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83180,18 +91922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39515, "usage_id": 41 }, "0504.03.423": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3423, Archiv", "arch_name": "3423@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83199,18 +91943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39520, "usage_id": 2 }, "0504.03.424": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3424, B\u00fcro", "arch_name": "3424@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83218,18 +91964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8112, "usage_id": 12 }, "0504.03.425": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3425, B\u00fcro/Aufenthalt", "arch_name": "3425@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83237,18 +91985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8114, "usage_id": 12 }, "0504.03.426": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3426, B\u00fcro", "arch_name": "3426@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83256,18 +92006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8115, "usage_id": 12 }, "0504.03.427": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3427, Petrographisches Labor", "arch_name": "3427@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83275,18 +92027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8116, "usage_id": 103 }, "0504.03.428A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3428/1, Putzraum", "arch_name": "3428/1@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -83294,18 +92048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39681, "usage_id": 205 }, "0504.03.428B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3428/2, Elektroinstallationsraum", "arch_name": "3428/2@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -83313,18 +92069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37979, "usage_id": 120 }, "0504.03.429": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3429, Flur", "arch_name": "3429@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -83332,18 +92090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20397, "usage_id": 222 }, "0504.03.430": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3430, WC-Damen", "arch_name": "3430@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -83351,18 +92111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37995, "usage_id": 116 }, "0504.03.432": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3432, Treppenraum", "arch_name": "3432@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -83370,18 +92132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38000, "usage_id": 223 }, "0504.03.432A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "432a, Aufzugsschacht", "arch_name": "432a@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -83389,18 +92153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38005, "usage_id": 195 }, "0504.03.434": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3434, B\u00fcro", "arch_name": "3434@0504", "area_id": 23, "building_id": 580, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14991, "seats": { @@ -83408,18 +92174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38008, "usage_id": 12 }, "0504.EG.400": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0400, B\u00fcro", "arch_name": "0400@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15367, "seats": { @@ -83427,18 +92195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8008, "usage_id": 12 }, "0504.EG.401": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0401, B\u00fcro", "arch_name": "0401@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15367, "seats": { @@ -83446,18 +92216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39609, "usage_id": 12 }, "0504.EG.402": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0402, B\u00fcro", "arch_name": "0402@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15370, "seats": { @@ -83465,18 +92237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8030, "usage_id": 12 }, "0504.EG.403": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0403, B\u00fcro", "arch_name": "0403@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -83484,19 +92258,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8033, "usage_id": 12 }, "0504.EG.405": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0405, B\u00fcro", "arch_name": "0405@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 27373, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -83504,19 +92280,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8035, "usage_id": 12 }, "0504.EG.406": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0406, Seminarraum", "arch_name": "0406@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 15072, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -83524,18 +92302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8038, "usage_id": 41 }, "0504.EG.407": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0407, B\u00fcro", "arch_name": "0407@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15370, "seats": { @@ -83543,18 +92323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8040, "usage_id": 12 }, "0504.EG.408": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0408, WC-Damen mit Vorraum u. Dusche", "arch_name": "0408@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -83562,18 +92344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39625, "usage_id": 116 }, "0504.EG.408A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0408a, Vorraum", "arch_name": "0408a@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -83581,18 +92365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39629, "usage_id": 50 }, "0504.EG.409": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0409, B\u00fcro", "arch_name": "0409@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -83600,18 +92386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8045, "usage_id": 12 }, "0504.EG.410": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0410, Elektroraum", "arch_name": "0410@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -83619,18 +92407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39636, "usage_id": 120 }, "0504.EG.411": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0411, Fotolabor", "arch_name": "0411@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14991, "seats": { @@ -83638,18 +92428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39493, "usage_id": 104 }, "0504.EG.412": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0412, Flur 1", "arch_name": "0412@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -83657,18 +92449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39498, "usage_id": 222 }, "0504.EG.413": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0413, Flur 2", "arch_name": "0413@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -83676,18 +92470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39501, "usage_id": 222 }, "0504.EG.415": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0415, Tonlabor", "arch_name": "0415@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14991, "seats": { @@ -83695,18 +92491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39504, "usage_id": 103 }, "0504.EG.415A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0415A, Lager", "arch_name": "0415A@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14991, "seats": { @@ -83714,18 +92512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39506, "usage_id": 30 }, "0504.EG.416": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0416, Treppenhaus 1", "arch_name": "0416@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -83733,18 +92533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39507, "usage_id": 223 }, "0504.EG.417": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0417, B\u00fcro", "arch_name": "0417@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -83752,18 +92554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7976, "usage_id": 12 }, "0504.EG.418": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0418, B\u00fcro", "arch_name": "0418@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83771,18 +92575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7979, "usage_id": 12 }, "0504.EG.419": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0419, B\u00fcro/Doktoranden", "arch_name": "0419@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 43317, "seats": { @@ -83790,18 +92596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7982, "usage_id": 12 }, "0504.EG.420": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0420, Werkstatt", "arch_name": "0420@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14991, "seats": { @@ -83809,18 +92617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14219, "usage_id": 51 }, "0504.EG.421": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0421, B\u00fcro", "arch_name": "0421@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -83828,18 +92638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39552, "usage_id": 12 }, "0504.EG.422": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0422, Werkstatt", "arch_name": "0422@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14991, "seats": { @@ -83847,19 +92659,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39514, "usage_id": 51 }, "0504.EG.423": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0423, Labor", "arch_name": "0423@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 20841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43317, "seats": { @@ -83867,19 +92681,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39519, "usage_id": 103 }, "0504.EG.424": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0424, Arbeitsraum/Studenten/Fachschaft", "arch_name": "0424@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 15075, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -83887,18 +92703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8101, "usage_id": 208 }, "0504.EG.425": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0425, Labor", "arch_name": "0425@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43317, "seats": { @@ -83906,18 +92724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39524, "usage_id": 103 }, "0504.EG.426": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0426, Putzraum", "arch_name": "0426@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -83925,18 +92745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39528, "usage_id": 205 }, "0504.EG.426A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0426A, Elektroinstallationsraum", "arch_name": "0426A@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -83944,18 +92766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39742, "usage_id": 120 }, "0504.EG.428": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0428, WC-Herren mit Dusche", "arch_name": "0428@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -83963,18 +92787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39647, "usage_id": 115 }, "0504.EG.430": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0430, Flur", "arch_name": "0430@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -83982,18 +92808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39653, "usage_id": 222 }, "0504.EG.432": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0432, Lager", "arch_name": "0432@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14991, "seats": { @@ -84001,18 +92829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39657, "usage_id": 30 }, "0504.EG.435": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0435, Treppenhaus 1", "arch_name": "0435@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -84020,18 +92850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39847, "usage_id": 223 }, "0504.EG.436": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0436, Flur", "arch_name": "0436@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -84039,18 +92871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39852, "usage_id": 222 }, "0504.EG.437": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0437, Treppenhaus 3", "arch_name": "0437@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -84058,18 +92892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39858, "usage_id": 223 }, "0504.EG.448": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0448, Aufzug", "arch_name": "0448@0504", "area_id": 23, "building_id": 580, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -84077,18 +92913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39864, "usage_id": 4 }, "0504.U1.401": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1401, Installation/Stahlpodest", "arch_name": "-1401@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -84096,18 +92934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38580, "usage_id": 120 }, "0504.U1.402": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1402, Heizungsverteilung", "arch_name": "-1402@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -84115,18 +92955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38583, "usage_id": 201 }, "0504.U1.403": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1403, Wasseranschluss", "arch_name": "-1403@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -84134,18 +92976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38588, "usage_id": 183 }, "0504.U1.404": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1404, Labor", "arch_name": "-1404@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14991, "seats": { @@ -84153,18 +92997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20460, "usage_id": 194 }, "0504.U1.404A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1404A, Schleifkabine", "arch_name": "-1404A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14991, "seats": { @@ -84172,18 +93018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66072, "usage_id": 194 }, "0504.U1.405": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1405, Labor", "arch_name": "-1405@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14991, "seats": { @@ -84191,18 +93039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38526, "usage_id": 194 }, "0504.U1.405A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1405, Archiv", "arch_name": "-1405@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14991, "seats": { @@ -84210,18 +93060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65167, "usage_id": 2 }, "0504.U1.406": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1406, Festgesteinlabor", "arch_name": "-1406@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -84229,18 +93081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38530, "usage_id": 194 }, "0504.U1.406A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1406A, Festgesteinlabor", "arch_name": "-1406A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -84248,38 +93102,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72782, "usage_id": 194 }, "0504.U1.407": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1407, Labor", "arch_name": "-1407@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 14991, + "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 38534, "usage_id": 194 }, "0504.U1.408": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1408, Festgesteinlabor", "arch_name": "-1408@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 20017, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -84287,18 +93145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38537, "usage_id": 194 }, "0504.U1.408A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1408A, Festgesteinlabor", "arch_name": "-1408A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -84306,18 +93166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72783, "usage_id": 194 }, "0504.U1.409": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1409, Lager Karten u. Gesteinssammlung", "arch_name": "-1409@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14991, "seats": { @@ -84325,19 +93187,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38771, "usage_id": 30 }, "0504.U1.410": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1410, Schleiflabor", "arch_name": "-1410@0504", "area_id": 23, "building_id": 580, "calendar_resource_nr": 20176, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14991, "seats": { @@ -84345,18 +93209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38776, "usage_id": 194 }, "0504.U1.411": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1411, Felslager", "arch_name": "-1411@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14991, "seats": { @@ -84364,18 +93230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38778, "usage_id": 30 }, "0504.U1.412": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1412, Labor (Analytik)", "arch_name": "-1412@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -84383,18 +93251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38797, "usage_id": 194 }, "0504.U1.412A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1412A, Labor (Analytik)", "arch_name": "-1412A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -84402,18 +93272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72784, "usage_id": 194 }, "0504.U1.414": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K414, Flur 1", "arch_name": "K414@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -84421,18 +93293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38801, "usage_id": 222 }, "0504.U1.415": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1415, Labor", "arch_name": "-1415@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14991, "seats": { @@ -84440,18 +93314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38806, "usage_id": 194 }, "0504.U1.416": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K416, Treppenhaus 1", "arch_name": "K416@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -84459,37 +93335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38811, "usage_id": 223 }, - "0504.U1.416A": { - "address": { - "floor": "1.UG", - "place": "M\u00fcnchen", - "street": "Arcisstr. 21", - "zip_code": 80333 - }, - "arch_name": "-1416a@0504", - "area_id": 23, - "building_id": 580, - "floor_type": "Estrich (Beton)", - "main_operator_id": 14991, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 30 - }, "0504.U1.417": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1417, Lager", "arch_name": "-1417@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14943, "seats": { @@ -84497,18 +93356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38827, "usage_id": 30 }, "0504.U1.418": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1418, B\u00fcro", "arch_name": "-1418@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 43317, "seats": { @@ -84516,18 +93377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7609, "usage_id": 12 }, "0504.U1.419": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1419, Installation", "arch_name": "-1419@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -84535,18 +93398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39412, "usage_id": 120 }, "0504.U1.419A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1419A, LRZ-Verteilerknoten", "arch_name": "-1419A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39906, "seats": { @@ -84554,18 +93419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65064, "usage_id": 120 }, "0504.U1.420": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1420, B\u00fcro/Doktoranden", "arch_name": "-1420@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 44925, "seats": { @@ -84573,18 +93440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39453, "usage_id": 12 }, "0504.U1.422": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1422, Pausenraum", "arch_name": "-1422@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -84592,37 +93461,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39456, "usage_id": 44 }, "0504.U1.423": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1423, K\u00fchlraum", "arch_name": "-1423@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 14991, + "main_operator_id": 44925, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39462, "usage_id": 199 }, "0504.U1.424": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1424, Lager, Malerfirma", "arch_name": "-1424@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -84630,18 +93503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39463, "usage_id": 30 }, "0504.U1.424A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1424a, Lager/Malerfirma", "arch_name": "-1424a@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -84649,18 +93524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39470, "usage_id": 30 }, "0504.U1.424B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1424b, Flur", "arch_name": "-1424b@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -84668,18 +93545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39473, "usage_id": 222 }, "0504.U1.426": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1426, Bauamt", "arch_name": "-1426@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -84687,18 +93566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39480, "usage_id": 44 }, "0504.U1.426A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1426A, Flur", "arch_name": "-1426A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -84706,18 +93587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39484, "usage_id": 222 }, "0504.U1.427": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1427, Heizzentrale", "arch_name": "-1427@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -84725,18 +93608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39487, "usage_id": 201 }, "0504.U1.427A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1427A, Lager", "arch_name": "-1427A@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -84744,37 +93629,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65166, "usage_id": 30 }, "0504.U1.428": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1428, Lager Karten u. Gesteinssammlung", "arch_name": "-1428@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 14991, + "main_operator_id": 44925, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39350, "usage_id": 30 }, "0504.U1.429": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1429, Treppenraum", "arch_name": "-1429@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -84782,18 +93671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39356, "usage_id": 223 }, "0504.U1.430": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1430, Lager", "arch_name": "-1430@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26055, "seats": { @@ -84801,18 +93692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39359, "usage_id": 30 }, "0504.U1.430A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "430a, Lager unter Treppe", "arch_name": "430a@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26055, "seats": { @@ -84820,18 +93713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39362, "usage_id": 30 }, "0504.U1.431": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1431, Flur", "arch_name": "-1431@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -84839,18 +93734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39557, "usage_id": 222 }, "0504.U1.484": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1484, Aufzugsschacht", "arch_name": "-1484@0504", "area_id": 23, "building_id": 580, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -84858,18 +93755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39561, "usage_id": 195 }, "0504.U2.424": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2424, Lager Baufirmen", "arch_name": "-2424@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 33167, "seats": { @@ -84877,18 +93776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38878, "usage_id": 30 }, "0504.U2.424A": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2424a, Vorraum", "arch_name": "-2424a@0504", "area_id": 23, "building_id": 580, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -84896,18 +93797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38575, "usage_id": 50 }, "0505.01.502": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1502, B\u00fcro", "arch_name": "1502@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14812, "seats": { @@ -84915,19 +93818,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11735, "usage_id": 12 }, "0505.01.503": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1503, Seminarraum", "arch_name": "1503@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 22619, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -84935,18 +93840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7017, "usage_id": 41 }, "0505.01.504": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1504, B\u00fcro", "arch_name": "1504@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14812, "seats": { @@ -84954,18 +93861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11743, "usage_id": 12 }, "0505.01.507": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1507, B\u00fcro", "arch_name": "1507@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14812, "seats": { @@ -84973,18 +93882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37460, "usage_id": 12 }, "0505.01.508": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1508, B\u00fcro", "arch_name": "1508@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14812, "seats": { @@ -84992,18 +93903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62658, "usage_id": 12 }, "0505.01.509": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1509, B\u00fcro", "arch_name": "1509@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14812, "seats": { @@ -85011,18 +93924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62659, "usage_id": 12 }, "0505.01.510": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1510, B\u00fcro", "arch_name": "1510@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14812, "seats": { @@ -85030,18 +93945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11794, "usage_id": 12 }, "0505.01.511": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1511, B\u00fcro", "arch_name": "1511@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14812, "seats": { @@ -85049,18 +93966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58385, "usage_id": 12 }, "0505.01.512": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1512, B\u00fcro", "arch_name": "1512@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14812, "seats": { @@ -85068,18 +93987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11802, "usage_id": 12 }, "0505.01.513": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1513, B\u00fcro", "arch_name": "1513@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14812, "seats": { @@ -85087,18 +94008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58415, "usage_id": 12 }, "0505.01.515": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1515, EDV/Telecom", "arch_name": "1515@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -85106,18 +94029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37464, "usage_id": 120 }, "0505.01.516": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1516, B\u00fcro", "arch_name": "1516@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44704, "seats": { @@ -85125,19 +94050,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37468, "usage_id": 12 }, "0505.01.517": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1517, Besprechungsraum", "arch_name": "1517@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 25240, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14812, "seats": { @@ -85145,18 +94072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37473, "usage_id": 196 }, "0505.01.518": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1518, B\u00fcro", "arch_name": "1518@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 17011, "seats": { @@ -85164,19 +94093,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37487, "usage_id": 12 }, "0505.01.519": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1519, Besprechungsraum", "arch_name": "1519@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 24395, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85184,18 +94115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37492, "usage_id": 196 }, "0505.01.521": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1521, Putzraum", "arch_name": "1521@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -85203,18 +94136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62660, "usage_id": 205 }, "0505.01.522": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1522, WC-Damen", "arch_name": "1522@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -85222,18 +94157,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37497, "usage_id": 116 }, + "0505.01.522A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "1522A, Vorraum WC-D", + "arch_name": "1522A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76014, + "usage_id": 118 + }, "0505.01.523": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1523, WC-Herren", "arch_name": "1523@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -85241,18 +94199,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37374, "usage_id": 115 }, + "0505.01.523A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "1523A, Vorraum WC-H", + "arch_name": "1523A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76012, + "usage_id": 118 + }, "0505.01.524": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1524, Kopierer", "arch_name": "1524@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85260,18 +94241,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 37379, + "usage_id": 110 }, "0505.01.525": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1525, B\u00fcro", "arch_name": "1525@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85279,18 +94262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39916, "usage_id": 12 }, "0505.01.526A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1526, WC-D", "arch_name": "1526@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -85298,18 +94283,41 @@ "standing": null, "wheelchair": null }, - "usage_id": 115 + "tumonline_id": 64615, + "usage_id": 116 + }, + "0505.01.526B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "1526B, Vorraum WC-D", + "arch_name": "1526B@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76011, + "usage_id": 118 }, "0505.01.527A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1527, WC-H", "arch_name": "1527@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -85317,56 +94325,83 @@ "standing": null, "wheelchair": null }, - "usage_id": 116 + "tumonline_id": 64616, + "usage_id": 115 + }, + "0505.01.527B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "1527B, Vorraum WC-H", + "arch_name": "1527B@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76010, + "usage_id": 118 }, "0505.01.529A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1529, Teek\u00fcche", "arch_name": "1529@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "1.OG", + "floor_type": "Linoleum", "main_operator_id": 44704, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64614, "usage_id": 198 }, "0505.01.530": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1530, Teek\u00fcche", "arch_name": "1530@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "1.OG", + "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62661, "usage_id": 198 }, "0505.01.531": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1531, B\u00fcro", "arch_name": "1531@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85374,18 +94409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37584, "usage_id": 12 }, "0505.01.533": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1533, B\u00fcro", "arch_name": "1533@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85393,18 +94430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62662, "usage_id": 12 }, "0505.01.534": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1534, B\u00fcro", "arch_name": "1534@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85412,18 +94451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62663, "usage_id": 12 }, "0505.01.535": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1535, B\u00fcro", "arch_name": "1535@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85431,18 +94472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37599, "usage_id": 12 }, "0505.01.536": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1536, B\u00fcro", "arch_name": "1536@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85450,18 +94493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37522, "usage_id": 12 }, "0505.01.537": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1537, B\u00fcro", "arch_name": "1537@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85469,18 +94514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62664, "usage_id": 12 }, "0505.01.538": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1538, B\u00fcro", "arch_name": "1538@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85488,18 +94535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37533, "usage_id": 12 }, "0505.01.539": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1539, B\u00fcro", "arch_name": "1539@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49398, "seats": { @@ -85507,18 +94556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37536, "usage_id": 12 }, "0505.01.540": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1540, B\u00fcro", "arch_name": "1540@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49398, "seats": { @@ -85526,18 +94577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37544, "usage_id": 12 }, "0505.01.541": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1541, B\u00fcro", "arch_name": "1541@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49398, "seats": { @@ -85545,18 +94598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62665, "usage_id": 12 }, "0505.01.542": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1542, B\u00fcro", "arch_name": "1542@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44106, "seats": { @@ -85564,18 +94619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37752, "usage_id": 12 }, "0505.01.543": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1543, B\u00fcro", "arch_name": "1543@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85583,18 +94640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37768, "usage_id": 12 }, "0505.01.545": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1545, B\u00fcro", "arch_name": "1545@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49398, "seats": { @@ -85602,18 +94661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37410, "usage_id": 12 }, "0505.01.546": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1546, B\u00fcro", "arch_name": "1546@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49398, "seats": { @@ -85621,18 +94682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37417, "usage_id": 12 }, "0505.01.547": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1547, B\u00fcro", "arch_name": "1547@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49398, "seats": { @@ -85640,18 +94703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37419, "usage_id": 12 }, "0505.01.548": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1548, Technik", "arch_name": "1548@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -85659,18 +94724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62671, "usage_id": 120 }, "0505.01.550": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1550, B\u00fcro", "arch_name": "1550@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85678,18 +94745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37423, "usage_id": 12 }, "0505.01.552": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1552, B\u00fcro", "arch_name": "1552@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85697,19 +94766,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37448, "usage_id": 12 }, "0505.01.553": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1553, B\u00fcro", "arch_name": "1553@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 25178, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85717,19 +94788,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64623, "usage_id": 12 }, "0505.01.554": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1554, B\u00fcro", "arch_name": "1554@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 33932, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85737,37 +94810,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7027, "usage_id": 12 }, "0505.01.555": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1555, Teek\u00fcche", "arch_name": "1555@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "1.OG", + "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 37454, "usage_id": 198 }, "0505.01.556": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1556, B\u00fcro", "arch_name": "1556@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85775,18 +94852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 6991, "usage_id": 12 }, "0505.01.557": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1557, Kopierer/Fax", "arch_name": "1557@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85794,19 +94873,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64624, "usage_id": 110 }, "0505.01.558": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1558, B\u00fcro", "arch_name": "1558@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 27552, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85814,18 +94895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 6992, "usage_id": 12 }, "0505.01.559": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1559, Besprechungsraum", "arch_name": "1559@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85833,18 +94916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64625, "usage_id": 196 }, "0505.01.560": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1560, B\u00fcro", "arch_name": "1560@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85852,18 +94937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 6994, "usage_id": 12 }, "0505.01.561": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1561, B\u00fcro", "arch_name": "1561@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44704, "seats": { @@ -85871,18 +94958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64617, "usage_id": 12 }, "0505.01.562": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1562, B\u00fcro", "arch_name": "1562@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85890,18 +94979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7002, "usage_id": 12 }, "0505.01.563": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1563, B\u00fcro", "arch_name": "1563@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44704, "seats": { @@ -85909,18 +95000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7003, "usage_id": 12 }, "0505.01.564": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1564, B\u00fcro", "arch_name": "1564@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85928,18 +95021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64626, "usage_id": 12 }, "0505.01.565": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1565, B\u00fcro", "arch_name": "1565@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44704, "seats": { @@ -85947,18 +95042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58559, "usage_id": 12 }, "0505.01.566": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1566, B\u00fcro", "arch_name": "1566@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -85966,18 +95063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64627, "usage_id": 12 }, "0505.01.567": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1567, EDV/Server", "arch_name": "1567@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -85985,18 +95084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7006, "usage_id": 207 }, "0505.01.568": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1568, B\u00fcro", "arch_name": "1568@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -86004,18 +95105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64628, "usage_id": 12 }, "0505.01.569": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1569, B\u00fcro", "arch_name": "1569@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44704, "seats": { @@ -86023,18 +95126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37493, "usage_id": 12 }, "0505.01.570": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1570, B\u00fcro", "arch_name": "1570@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -86042,18 +95147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64629, "usage_id": 12 }, "0505.01.571": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1571, B\u00fcro", "arch_name": "1571@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44704, "seats": { @@ -86061,18 +95168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64621, "usage_id": 12 }, "0505.01.572": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1572, B\u00fcro", "arch_name": "1572@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -86080,18 +95189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64630, "usage_id": 12 }, "0505.01.573": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1573, B\u00fcro", "arch_name": "1573@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44704, "seats": { @@ -86099,18 +95210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64622, "usage_id": 12 }, "0505.01.575": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1575, B\u00fcro", "arch_name": "1575@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44704, "seats": { @@ -86118,19 +95231,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37370, "usage_id": 12 }, "0505.01.577": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1577, Seminar", "arch_name": "1577@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 29315, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44704, "seats": { @@ -86138,18 +95253,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 196 + "tumonline_id": 7012, + "usage_id": 41 }, "0505.01.580": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1580, Flur", "arch_name": "1580@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -86157,75 +95274,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62670, "usage_id": 222 }, "0505.01.580A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1580.1, HLS-Schacht", "arch_name": "1580.1@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62675, "usage_id": 120 }, "0505.01.580B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1580.2, HLS-Schacht", "arch_name": "1580.2@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62676, "usage_id": 120 }, "0505.01.580C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1580.3, ELT-Schacht", "arch_name": "1580.3@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62677, "usage_id": 120 }, "0505.01.581": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1581, Flur", "arch_name": "1581@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -86233,18 +95358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62669, "usage_id": 222 }, "0505.01.582": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1582, Flur", "arch_name": "1582@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -86252,75 +95379,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62668, "usage_id": 222 }, "0505.01.582A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1582.1, ELT-Schacht", "arch_name": "1582.1@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62672, "usage_id": 120 }, "0505.01.582B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1582.2, HLS-Schacht", "arch_name": "1582.2@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62673, "usage_id": 120 }, "0505.01.582C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1582.3, HLS-Schacht", "arch_name": "1582.3@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62674, "usage_id": 120 }, "0505.01.583": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1583, Flur", "arch_name": "1583@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -86328,18 +95463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37398, "usage_id": 222 }, "0505.01.584": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1584, Flur", "arch_name": "1584@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -86347,18 +95484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37401, "usage_id": 222 }, "0505.01.585": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1585, Flur", "arch_name": "1585@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -86366,18 +95505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64631, "usage_id": 222 }, "0505.01.586": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1586, Flur", "arch_name": "1586@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -86385,56 +95526,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64618, "usage_id": 222 }, "0505.01.587": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1587, ELT-Schacht", "arch_name": "1587@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64619, "usage_id": 120 }, "0505.01.588": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1588, HLS-Schacht", "arch_name": "1588@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64620, "usage_id": 120 }, "0505.01.590": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1590, Aufzug", "arch_name": "1590@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -86442,18 +95589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62666, "usage_id": 4 }, "0505.01.591": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1591, Treppenturm", "arch_name": "1591@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -86461,18 +95610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62667, "usage_id": 223 }, "0505.01.593": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1591, Aufzug", "arch_name": "1591@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -86480,55 +95631,81 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62678, "usage_id": 4 }, "0505.01.594": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1594, Treppenhaus", "arch_name": "1594@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "1.OG", + "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62679, "usage_id": 223 }, "0505.01.596": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1596, Treppenraum", "arch_name": "1596@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "1.OG", + "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64632, "usage_id": 223 }, + "0505.01.598": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "1598, Installationsschacht", + "arch_name": "1598@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.OG", + "floor_type": "Gitterrost", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76013, + "usage_id": 120 + }, "0505.01.639": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44512, "seats": { @@ -86536,17 +95713,18 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63399, "usage_id": 12 }, "0505.01.640": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44512, "seats": { @@ -86554,17 +95732,18 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63400, "usage_id": 12 }, "0505.01.641": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, "area_id": 23, "building_id": 581, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44512, "seats": { @@ -86572,18 +95751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63401, "usage_id": 12 }, "0505.02.285": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2585, Flur", "arch_name": "2585@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -86591,18 +95772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64645, "usage_id": 222 }, "0505.02.501": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2501, B\u00fcro", "arch_name": "2501@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14811, "seats": { @@ -86610,18 +95793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7013, "usage_id": 12 }, "0505.02.502": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2502, B\u00fcro", "arch_name": "2502@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14811, "seats": { @@ -86629,19 +95814,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18866, "usage_id": 12 }, "0505.02.503": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2503, B\u00fcro", "arch_name": "2503@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 22599, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14811, "seats": { @@ -86649,19 +95836,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62723, "usage_id": 12 }, "0505.02.504": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2504, B\u00fcro", "arch_name": "2504@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 24355, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14811, "seats": { @@ -86669,18 +95858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62680, "usage_id": 12 }, "0505.02.505": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2505, B\u00fcro", "arch_name": "2505@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14811, "seats": { @@ -86688,18 +95879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7107, "usage_id": 12 }, "0505.02.506": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2506, Besprechungsraum", "arch_name": "2506@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14811, "seats": { @@ -86707,18 +95900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62681, "usage_id": 196 }, "0505.02.507": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2507, B\u00fcro", "arch_name": "2507@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14811, "seats": { @@ -86726,18 +95921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62682, "usage_id": 12 }, "0505.02.509": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2509, B\u00fcro", "arch_name": "2509@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14811, "seats": { @@ -86745,18 +95942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7110, "usage_id": 12 }, "0505.02.510": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2510, B\u00fcro", "arch_name": "2510@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14811, "seats": { @@ -86764,18 +95963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7112, "usage_id": 12 }, "0505.02.511": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2511, B\u00fcro", "arch_name": "2511@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47679, "seats": { @@ -86783,18 +95984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37645, "usage_id": 12 }, "0505.02.513": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2513, B\u00fcro", "arch_name": "2513@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47679, "seats": { @@ -86802,18 +96005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37656, "usage_id": 12 }, "0505.02.514": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2514, B\u00fcro", "arch_name": "2514@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14811, "seats": { @@ -86821,18 +96026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37661, "usage_id": 12 }, "0505.02.515": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2515, B\u00fcro", "arch_name": "2515@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -86840,18 +96047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37670, "usage_id": 12 }, "0505.02.516": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2516, B\u00fcro", "arch_name": "2516@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47679, "seats": { @@ -86859,18 +96068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37679, "usage_id": 12 }, "0505.02.517": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2517, B\u00fcro", "arch_name": "2517@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47317, "seats": { @@ -86878,18 +96089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37684, "usage_id": 12 }, "0505.02.518": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2518, B\u00fcro", "arch_name": "2518@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47117, "seats": { @@ -86897,18 +96110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37689, "usage_id": 12 }, "0505.02.519": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2519, B\u00fcro", "arch_name": "2519@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47117, "seats": { @@ -86916,18 +96131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37695, "usage_id": 12 }, "0505.02.520": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2520, B\u00fcro", "arch_name": "2520@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47917, "seats": { @@ -86935,18 +96152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62684, "usage_id": 12 }, "0505.02.521": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2521, Putzraum", "arch_name": "2521@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -86954,18 +96173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37698, "usage_id": 205 }, "0505.02.522": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "2521@0505", + "alt_name": "2522, WC-H", + "arch_name": "2522@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -86973,18 +96194,41 @@ "standing": null, "wheelchair": null }, - "usage_id": 116 + "tumonline_id": 62683, + "usage_id": 115 + }, + "0505.02.522A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "2522A, Vorraum WC-H", + "arch_name": "2522A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76017, + "usage_id": 118 }, "0505.02.523": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2523, WC-D", "arch_name": "2523@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -86992,18 +96236,41 @@ "standing": null, "wheelchair": null }, - "usage_id": 115 + "tumonline_id": 37701, + "usage_id": 116 + }, + "0505.02.523A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "2523A, Vorraum WC-D", + "arch_name": "2523A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76019, + "usage_id": 118 }, "0505.02.524": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2524, Sekretariat", "arch_name": "2524@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47679, "seats": { @@ -87011,18 +96278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58688, "usage_id": 40 }, "0505.02.526A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2526, WC-H", "arch_name": "2526@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -87030,18 +96299,41 @@ "standing": null, "wheelchair": null }, - "usage_id": 116 + "tumonline_id": 64634, + "usage_id": 115 + }, + "0505.02.526B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "2526B, Vorraum WC-H", + "arch_name": "2526B@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76015, + "usage_id": 118 }, "0505.02.527": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2527, WC-D", "arch_name": "2527@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -87049,56 +96341,83 @@ "standing": null, "wheelchair": null }, - "usage_id": 115 + "tumonline_id": 64635, + "usage_id": 116 + }, + "0505.02.527A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "2527A, Vorraum WC-D", + "arch_name": "2527A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76016, + "usage_id": 118 }, "0505.02.529A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2529, Teek\u00fcche", "arch_name": "2529@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "2.OG", + "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64633, "usage_id": 198 }, "0505.02.530": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2530, Teek\u00fcche", "arch_name": "2530@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "2.OG", + "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 56514, "usage_id": 198 }, "0505.02.531": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2531, B\u00fcro", "arch_name": "2531@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47679, "seats": { @@ -87106,18 +96425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37517, "usage_id": 12 }, "0505.02.532": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2532, B\u00fcro", "arch_name": "2532@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47917, "seats": { @@ -87125,18 +96446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56643, "usage_id": 12 }, "0505.02.534": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2534, B\u00fcro", "arch_name": "2534@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53138, "seats": { @@ -87144,18 +96467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56654, "usage_id": 12 }, "0505.02.535": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2535, B\u00fcro", "arch_name": "2535@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14810, "seats": { @@ -87163,18 +96488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37557, "usage_id": 12 }, "0505.02.537": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2537, B\u00fcro", "arch_name": "2537@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14810, "seats": { @@ -87182,18 +96509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37563, "usage_id": 12 }, "0505.02.538": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2538, Gruppen", "arch_name": "2538@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -87201,19 +96530,21 @@ "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 37567, + "usage_id": 131 }, "0505.02.539": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2539, B\u00fcro", "arch_name": "2539@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21503, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50217, "seats": { @@ -87221,18 +96552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56799, "usage_id": 12 }, "0505.02.540": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2540, Besprechungsraum", "arch_name": "2540@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -87240,18 +96573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37588, "usage_id": 196 }, "0505.02.541": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2541, B\u00fcro", "arch_name": "2541@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -87259,38 +96594,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62686, "usage_id": 12 }, "0505.02.543": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2543, B\u00fcro", "arch_name": "2543@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "2.OG", + "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 37538, "usage_id": 12 }, "0505.02.544": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2544, Seminar", "arch_name": "2544@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21740, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47679, "seats": { @@ -87298,18 +96637,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 37735, + "usage_id": 41 }, "0505.02.547": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2547, B\u00fcro", "arch_name": "2547@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87317,18 +96658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7055, "usage_id": 12 }, "0505.02.548": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2548, Technik", "arch_name": "2548@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -87336,19 +96679,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62687, "usage_id": 120 }, "0505.02.550": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2550, B\u00fcro", "arch_name": "2550@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 18102, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87356,19 +96701,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7138, "usage_id": 12 }, "0505.02.553": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2553, B\u00fcro", "arch_name": "2553@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 32832, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87376,18 +96723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20094, "usage_id": 12 }, "0505.02.554": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2554, Sekretariat", "arch_name": "2554@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87395,38 +96744,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7147, "usage_id": 40 }, "0505.02.555": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2555, Teek\u00fcche", "arch_name": "2555@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "2.OG", + "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 37784, "usage_id": 198 }, "0505.02.556": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2556, B\u00fcro", "arch_name": "2556@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 18032, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87434,18 +96787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7155, "usage_id": 12 }, "0505.02.557": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2557, Kopierer/Fax", "arch_name": "2557@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87453,18 +96808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20151, "usage_id": 110 }, "0505.02.558": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2558, B\u00fcro", "arch_name": "2558@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87472,19 +96829,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64636, "usage_id": 12 }, "0505.02.559": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2559, Besprechungsraum", "arch_name": "2559@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 25665, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87492,18 +96851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37798, "usage_id": 196 }, "0505.02.560": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2560, B\u00fcro", "arch_name": "2560@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87511,18 +96872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7165, "usage_id": 12 }, "0505.02.561": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2561, Besprechung", "arch_name": "2561@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { @@ -87530,18 +96893,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 64637, + "usage_id": 196 }, "0505.02.562": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2562, B\u00fcro", "arch_name": "2562@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87549,18 +96914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37806, "usage_id": 12 }, "0505.02.563": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2563, B\u00fcro", "arch_name": "2563@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { @@ -87568,18 +96935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7172, "usage_id": 12 }, "0505.02.564": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2564, B\u00fcro", "arch_name": "2564@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87587,18 +96956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7175, "usage_id": 12 }, "0505.02.565": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2565, B\u00fcro", "arch_name": "2565@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { @@ -87606,19 +96977,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37820, "usage_id": 12 }, "0505.02.566": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2566, Seminarraum", "arch_name": "2566@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 25177, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -87626,18 +96999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64638, "usage_id": 41 }, "0505.02.567": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2567, B\u00fcro", "arch_name": "2567@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { @@ -87645,18 +97020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64639, "usage_id": 12 }, "0505.02.569": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2569, B\u00fcro", "arch_name": "2569@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { @@ -87664,18 +97041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37826, "usage_id": 12 }, "0505.02.571": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2571, B\u00fcro", "arch_name": "2571@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { @@ -87683,18 +97062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7183, "usage_id": 12 }, "0505.02.572": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2572, B\u00fcro", "arch_name": "2572@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38136, "seats": { @@ -87702,18 +97083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64640, "usage_id": 12 }, "0505.02.573": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2573, B\u00fcro", "arch_name": "2573@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { @@ -87721,18 +97104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7185, "usage_id": 12 }, "0505.02.574": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2574, B\u00fcro", "arch_name": "2574@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -87740,18 +97125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64641, "usage_id": 12 }, "0505.02.575": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2575, B\u00fcro", "arch_name": "2575@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { @@ -87759,18 +97146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7187, "usage_id": 12 }, "0505.02.576A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2576, B\u00fcro", "arch_name": "2576@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { @@ -87778,18 +97167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64642, "usage_id": 12 }, "0505.02.577A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2577, Kopierer", "arch_name": "2577@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14830, "seats": { @@ -87797,18 +97188,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 196 + "tumonline_id": 64643, + "usage_id": 110 }, "0505.02.580": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2580, Flur", "arch_name": "2580@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -87816,75 +97209,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62689, "usage_id": 222 }, "0505.02.580A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2580.1, Tech.HL-Schacht", "arch_name": "2580.1@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62694, "usage_id": 120 }, "0505.02.580B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2580.2, HLS-Schacht", "arch_name": "2580.2@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62695, "usage_id": 120 }, "0505.02.580C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2580.3, ELT-Schacht", "arch_name": "2580.3@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62696, "usage_id": 120 }, "0505.02.581": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2581, Flur", "arch_name": "2581@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -87892,18 +97293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37960, "usage_id": 222 }, "0505.02.582": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2582, Flur", "arch_name": "2582@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -87911,75 +97314,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62688, "usage_id": 222 }, "0505.02.582A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2582.1, ELT-Schacht", "arch_name": "2582.1@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62697, "usage_id": 120 }, "0505.02.582B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "2582.2@0505", + "alt_name": "2582.3, HLS-Schacht", + "arch_name": "2582.3@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62698, "usage_id": 120 }, "0505.02.582C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "2582.3@0505", + "alt_name": "2582.2, HLS-Schacht", + "arch_name": "2582.2@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62699, "usage_id": 120 }, "0505.02.583": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2583, Flur", "arch_name": "2583@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -87987,18 +97398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37967, "usage_id": 222 }, "0505.02.584": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2584, Flur", "arch_name": "2584@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -88006,18 +97419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64647, "usage_id": 222 }, "0505.02.586": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2586, Flur", "arch_name": "2586@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -88025,56 +97440,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64644, "usage_id": 222 }, "0505.02.587": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2587, Technik ELT", "arch_name": "2587@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64767, "usage_id": 120 }, "0505.02.588": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2588, HLS-Schacht", "arch_name": "2588@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "2.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64648, "usage_id": 120 }, "0505.02.590": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2590, Aufzug", "arch_name": "2590@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -88082,18 +97503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62691, "usage_id": 4 }, "0505.02.591": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2591, Treppenturm", "arch_name": "2591@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -88101,18 +97524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62690, "usage_id": 222 }, "0505.02.593": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2593, Aufzug", "arch_name": "2593@0505", "area_id": 23, "building_id": 581, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -88120,56 +97545,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62692, "usage_id": 4 }, "0505.02.594": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2594, Treppenraum", "arch_name": "2594@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "2.OG", + "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62693, "usage_id": 223 }, "0505.02.596": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2596, Treppenraum", "arch_name": "2596@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "2.OG", + "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64646, "usage_id": 223 }, + "0505.02.598": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "2598, Installationsschacht", + "arch_name": "2598@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "2.OG", + "floor_type": "Gitterrost", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76018, + "usage_id": 120 + }, "0505.03.501": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3501, B\u00fcro", "arch_name": "3501@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47157, "seats": { @@ -88177,19 +97629,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62700, "usage_id": 12 }, "0505.03.504": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3504, Besprechungsraum", "arch_name": "3504@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 32292, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -88197,18 +97651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37978, "usage_id": 196 }, "0505.03.507": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3507, B\u00fcro", "arch_name": "3507@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -88216,18 +97672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37999, "usage_id": 12 }, "0505.03.508": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3508, B\u00fcro", "arch_name": "3508@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53737, "seats": { @@ -88235,19 +97693,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38006, "usage_id": 12 }, "0505.03.509": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3509, B\u00fcro", "arch_name": "3509@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 22640, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47157, "seats": { @@ -88255,18 +97715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56921, "usage_id": 12 }, "0505.03.510": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3510, B\u00fcro", "arch_name": "3510@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 53737, "seats": { @@ -88274,19 +97736,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38007, "usage_id": 12 }, "0505.03.511": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3511, B\u00fcro", "arch_name": "3511@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21647, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88294,18 +97758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56931, "usage_id": 12 }, "0505.03.512": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3512, B\u00fcro", "arch_name": "3512@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88313,18 +97779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56944, "usage_id": 12 }, "0505.03.513": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3513, B\u00fcro", "arch_name": "3513@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88332,18 +97800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57087, "usage_id": 12 }, "0505.03.514": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3514, B\u00fcro", "arch_name": "3514@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88351,18 +97821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38021, "usage_id": 12 }, "0505.03.515": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3515, B\u00fcro", "arch_name": "3515@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88370,18 +97842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57107, "usage_id": 12 }, "0505.03.516": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3516, B\u00fcro", "arch_name": "3516@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88389,18 +97863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38033, "usage_id": 12 }, "0505.03.517": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3517, B\u00fcro", "arch_name": "3517@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88408,18 +97884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38038, "usage_id": 12 }, "0505.03.518": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3518, B\u00fcro", "arch_name": "3518@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88427,18 +97905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37852, "usage_id": 12 }, "0505.03.520": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3520, B\u00fcro", "arch_name": "3520@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88446,18 +97926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37865, "usage_id": 12 }, "0505.03.521": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3521, Putzraum", "arch_name": "3521@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -88465,18 +97947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37872, "usage_id": 205 }, "0505.03.522": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3522, WC-H", "arch_name": "3522@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -88484,18 +97968,41 @@ "standing": null, "wheelchair": null }, - "usage_id": 116 + "tumonline_id": 62701, + "usage_id": 115 + }, + "0505.03.522A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "3522A, Vorraum WC-H", + "arch_name": "3522A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75985, + "usage_id": 118 }, "0505.03.523": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3523, WC-D", "arch_name": "3523@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -88503,18 +98010,41 @@ "standing": null, "wheelchair": null }, - "usage_id": 115 + "tumonline_id": 57221, + "usage_id": 116 + }, + "0505.03.523A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "3523A, Vorraum WC-D", + "arch_name": "3523A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75987, + "usage_id": 118 }, "0505.03.526A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3526, WC-H", "arch_name": "3526@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -88522,18 +98052,41 @@ "standing": null, "wheelchair": null }, - "usage_id": 116 + "tumonline_id": 64667, + "usage_id": 115 + }, + "0505.03.526B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "3526B, Vorraum WC-H", + "arch_name": "3526B@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76020, + "usage_id": 118 }, "0505.03.527A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3527, WC-D", "arch_name": "3527@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -88541,37 +98094,62 @@ "standing": null, "wheelchair": null }, - "usage_id": 115 + "tumonline_id": 64668, + "usage_id": 116 + }, + "0505.03.527B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "3527B, Vorraum WC-D", + "arch_name": "3527B@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76021, + "usage_id": 118 }, "0505.03.529A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3529, Teek\u00fcche", "arch_name": "3529@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "3.OG", + "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64666, "usage_id": 198 }, "0505.03.530": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3530, Teek\u00fcche", "arch_name": "3530@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -88579,18 +98157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11593, "usage_id": 198 }, "0505.03.531": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3531, B\u00fcro", "arch_name": "3531@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47157, "seats": { @@ -88598,18 +98178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57693, "usage_id": 12 }, "0505.03.532": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3532, B\u00fcro", "arch_name": "3532@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 54322, "seats": { @@ -88617,19 +98199,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57819, "usage_id": 12 }, "0505.03.533": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3533, B\u00fcro", "arch_name": "3533@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 24074, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 54322, "seats": { @@ -88637,18 +98221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57834, "usage_id": 12 }, "0505.03.534": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3534, B\u00fcro", "arch_name": "3534@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 50217, "seats": { @@ -88656,18 +98242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57972, "usage_id": 12 }, "0505.03.535": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3535, B\u00fcro", "arch_name": "3535@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47317, "seats": { @@ -88675,18 +98263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57984, "usage_id": 12 }, "0505.03.537": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3537, B\u00fcro", "arch_name": "3537@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47317, "seats": { @@ -88694,19 +98284,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58122, "usage_id": 12 }, "0505.03.538": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3538, B\u00fcro", "arch_name": "3538@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 25243, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88714,19 +98306,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58139, "usage_id": 12 }, "0505.03.539": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3539, Seminarraum", "arch_name": "3539@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21645, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -88734,19 +98328,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37904, "usage_id": 41 }, "0505.03.540": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3540, Besprechungsraum", "arch_name": "3540@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 22045, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14808, "seats": { @@ -88754,18 +98350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37911, "usage_id": 196 }, "0505.03.543": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3543, B\u00fcro", "arch_name": "3543@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46476, "seats": { @@ -88773,18 +98371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37949, "usage_id": 12 }, "0505.03.544": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3544, B\u00fcro", "arch_name": "3544@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46476, "seats": { @@ -88792,18 +98392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37885, "usage_id": 12 }, "0505.03.545": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3545, B\u00fcro", "arch_name": "3545@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46476, "seats": { @@ -88811,18 +98413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37893, "usage_id": 12 }, "0505.03.546": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3546, B\u00fcro", "arch_name": "3546@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46476, "seats": { @@ -88830,18 +98434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38066, "usage_id": 12 }, "0505.03.547": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3547, B\u00fcro", "arch_name": "3547@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46476, "seats": { @@ -88849,18 +98455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38073, "usage_id": 12 }, "0505.03.548": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3548, Technik", "arch_name": "3548@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -88868,19 +98476,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58277, "usage_id": 120 }, "0505.03.550": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3550, Besprechung", "arch_name": "3550@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 26774, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -88888,18 +98498,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 64649, + "usage_id": 196 }, "0505.03.554": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3554, Sekretariat", "arch_name": "3554@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44724, "seats": { @@ -88907,19 +98519,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38104, "usage_id": 40 }, "0505.03.555": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3555, Teek\u00fcche", "arch_name": "3555@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 15502, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44724, "seats": { @@ -88927,18 +98541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38110, "usage_id": 198 }, "0505.03.556": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3556, B\u00fcro", "arch_name": "3556@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44724, "seats": { @@ -88946,18 +98562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38113, "usage_id": 12 }, "0505.03.557": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3557, Kopierer/Fax", "arch_name": "3557@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44724, "seats": { @@ -88965,19 +98583,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58302, "usage_id": 110 }, "0505.03.559": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3559, Besprechungsraum", "arch_name": "3559@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 26147, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44724, "seats": { @@ -88985,18 +98605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64650, "usage_id": 196 }, "0505.03.560": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3560, B\u00fcro", "arch_name": "3560@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44724, "seats": { @@ -89004,37 +98626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38127, "usage_id": 12 }, - "0505.03.561": { - "address": { - "floor": "3.OG", - "place": "M\u00fcnchen", - "street": "Arcisstr. 21", - "zip_code": 80333 - }, - "arch_name": "3561@0505", - "area_id": 23, - "building_id": 581, - "floor_type": "Linoleum", - "main_operator_id": 14881, - "seats": { - "sitting": 2, - "standing": null, - "wheelchair": null - }, - "usage_id": 213 - }, "0505.03.562": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3562, B\u00fcro", "arch_name": "3562@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44724, "seats": { @@ -89042,18 +98647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38136, "usage_id": 12 }, "0505.03.563": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3563, Cip-Pool", "arch_name": "3563@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -89061,18 +98668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64651, "usage_id": 213 }, "0505.03.564": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3564, B\u00fcro", "arch_name": "3564@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44724, "seats": { @@ -89080,18 +98689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64652, "usage_id": 12 }, "0505.03.566": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3566, B\u00fcro", "arch_name": "3566@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44724, "seats": { @@ -89099,18 +98710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64653, "usage_id": 12 }, "0505.03.567": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3567, Labor", "arch_name": "3567@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -89118,18 +98731,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 213 + "tumonline_id": 7326, + "usage_id": 194 }, "0505.03.568": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3568, B\u00fcro", "arch_name": "3568@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 44724, "seats": { @@ -89137,18 +98752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64654, "usage_id": 12 }, "0505.03.569": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3569, Labor", "arch_name": "3569@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -89156,18 +98773,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 213 + "tumonline_id": 7332, + "usage_id": 194 }, "0505.03.570": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3570, B\u00fcro", "arch_name": "3570@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47317, "seats": { @@ -89175,18 +98794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64655, "usage_id": 12 }, "0505.03.571": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3571, Labor", "arch_name": "3571@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -89194,18 +98815,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 213 + "tumonline_id": 7335, + "usage_id": 194 }, "0505.03.572": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3572, B\u00fcro", "arch_name": "3572@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 38711, "seats": { @@ -89213,18 +98836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64656, "usage_id": 12 }, "0505.03.573": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3573, Labor", "arch_name": "3573@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -89232,18 +98857,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 213 + "tumonline_id": 7338, + "usage_id": 194 }, "0505.03.574": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3574, B\u00fcro", "arch_name": "3574@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 38711, "seats": { @@ -89251,18 +98878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64657, "usage_id": 12 }, "0505.03.575": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3575, Labor", "arch_name": "3575@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -89270,18 +98899,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 213 + "tumonline_id": 64658, + "usage_id": 194 }, "0505.03.576A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3576, B\u00fcro", "arch_name": "3576@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 38711, "seats": { @@ -89289,18 +98920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64659, "usage_id": 12 }, "0505.03.577A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3577, Besprechungsraum", "arch_name": "3577@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 38711, "seats": { @@ -89308,18 +98941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64660, "usage_id": 196 }, "0505.03.580": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3580, Flur", "arch_name": "3580@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -89327,75 +98962,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62708, "usage_id": 222 }, "0505.03.580A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3580.1, HLS-Schacht", "arch_name": "3580.1@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62709, "usage_id": 120 }, "0505.03.580B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3580.2, HLS-Schacht", "arch_name": "3580.2@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62710, "usage_id": 120 }, "0505.03.580C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3580.3, ELT-Schacht", "arch_name": "3580.3@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62711, "usage_id": 120 }, "0505.03.581": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3581, Flur", "arch_name": "3581@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -89403,18 +99046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62707, "usage_id": 222 }, "0505.03.582": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3582, Flur", "arch_name": "3582@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -89422,75 +99067,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62706, "usage_id": 222 }, "0505.03.582A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3582.1, ELT-Schacht", "arch_name": "3582.1@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62712, "usage_id": 120 }, "0505.03.582B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3582.2, HLS-Schacht", "arch_name": "3582.2@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62713, "usage_id": 120 }, "0505.03.582C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3582.3, HLS-Schacht", "arch_name": "3582.3@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "3.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62714, "usage_id": 120 }, "0505.03.583": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3583, Flur", "arch_name": "3583@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -89498,18 +99151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64665, "usage_id": 222 }, "0505.03.584": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3584, Flur", "arch_name": "3584@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -89517,18 +99172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64664, "usage_id": 222 }, "0505.03.585": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3585, Flur", "arch_name": "3585@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -89536,18 +99193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64662, "usage_id": 222 }, "0505.03.586": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3586, Flur", "arch_name": "3586@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -89555,18 +99214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64661, "usage_id": 222 }, "0505.03.587": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3587, Technik", "arch_name": "3587@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -89574,18 +99235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64670, "usage_id": 160 }, "0505.03.588": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3588, Technik", "arch_name": "3588@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -89593,18 +99256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64669, "usage_id": 160 }, "0505.03.590": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3590, Aufzug", "arch_name": "3590@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -89612,18 +99277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62705, "usage_id": 4 }, "0505.03.591": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3591, Treppenturm", "arch_name": "3591@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -89631,18 +99298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62704, "usage_id": 223 }, "0505.03.593": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3593, Aufzug", "arch_name": "3593@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -89650,18 +99319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62703, "usage_id": 4 }, "0505.03.594": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3594, Treppenhaus", "arch_name": "3594@0505", "area_id": 23, "building_id": 581, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -89669,132 +99340,167 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62702, "usage_id": 223 }, "0505.03.596": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3596, Treppenraum", "arch_name": "3596@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "3.OG", + "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64663, "usage_id": 223 }, + "0505.03.598": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "3598, Installationsschacht", + "arch_name": "3598@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "3.OG", + "floor_type": "Gitterrost", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75986, + "usage_id": 120 + }, "0505.04.519": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4519, TB-Anlage", "arch_name": "4519@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62717, "usage_id": 120 }, "0505.04.520": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4520, L\u00fcftungszentrale Bauteil 1", "arch_name": "4520@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62715, "usage_id": 32 }, "0505.04.521": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4521, TB-Anlage", "arch_name": "4521@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62716, "usage_id": 120 }, "0505.04.553": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4553, L\u00fcftungszentrale Bauteil 2", "arch_name": "4553@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64672, "usage_id": 32 }, "0505.04.554": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4554, TB-Anlage", "arch_name": "4554@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64671, "usage_id": 120 }, "0505.04.590": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4590, Aufzugmaschinenraum", "arch_name": "4590@0505", "area_id": 23, "building_id": 581, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -89802,76 +99508,63 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62719, "usage_id": 5 }, "0505.04.591": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4591, Treppenturm", "arch_name": "4591@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62718, "usage_id": 223 }, "0505.04.593": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4593, Maschinenraum", "arch_name": "4593@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "4.OG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64673, "usage_id": 5 }, - "0505.04.594": { - "address": { - "floor": "4.OG", - "place": "M\u00fcnchen", - "street": "Arcisstr. 21", - "zip_code": 80333 - }, - "arch_name": "4594@0505", - "area_id": 23, - "building_id": 581, - "floor_type": "Keine Angabe", - "main_operator_id": 19691, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 222 - }, "0505.EG.503": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0503, Studentische Arbeitspl\u00e4tze", "arch_name": "0503@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21734, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -89879,19 +99572,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38049, "usage_id": 208 }, "0505.EG.510": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0510, CIP-Pool", "arch_name": "0510@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21735, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -89899,18 +99594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62631, "usage_id": 213 }, "0505.EG.512": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0512, Lager", "arch_name": "0512@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -89918,19 +99615,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62632, "usage_id": 30 }, "0505.EG.514": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0514, Seminarraum", "arch_name": "0514@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21737, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -89938,18 +99637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38057, "usage_id": 41 }, "0505.EG.520": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0520, Beh.-WC", "arch_name": "0520@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -89957,18 +99658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38277, "usage_id": 117 }, "0505.EG.521": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0521, Putzraum", "arch_name": "0521@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -89976,18 +99679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38294, "usage_id": 205 }, "0505.EG.522": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0522, WC-Herren / Wickeltisch", "arch_name": "0522@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -89995,18 +99700,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62633, "usage_id": 115 }, + "0505.EG.522A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "0522A, Vorraum WC-H", + "arch_name": "0522A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75997, + "usage_id": 118 + }, "0505.EG.523": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0523, WC-Damen / Wickeltisch", "arch_name": "0523@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -90014,38 +99742,63 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38306, "usage_id": 116 }, + "0505.EG.523A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "0523A, Vorraum WC-D", + "arch_name": "0523A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Fliesen", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75996, + "usage_id": 118 + }, "0505.EG.530": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0530, Teek\u00fcche", "arch_name": "0530@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "EG", + "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62634, "usage_id": 198 }, "0505.EG.534": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0534, Kleiner H\u00f6rsaal", "arch_name": "0534@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21845, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -90053,18 +99806,20 @@ "standing": null, "wheelchair": 2 }, + "tumonline_id": 62901, "usage_id": 20 }, "0505.EG.536": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0536, Lager", "arch_name": "0536@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -90072,18 +99827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62646, "usage_id": 30 }, "0505.EG.538": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0538, Lager", "arch_name": "0538@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -90091,19 +99848,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62645, "usage_id": 30 }, "0505.EG.540": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0540, Kleiner H\u00f6rsaal", "arch_name": "0540@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21739, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -90111,18 +99870,20 @@ "standing": null, "wheelchair": 2 }, + "tumonline_id": 58091, "usage_id": 20 }, "0505.EG.542": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0542, Lager", "arch_name": "0542@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -90130,19 +99891,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37939, "usage_id": 30 }, "0505.EG.544": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0544, Seminarraum", "arch_name": "0544@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 17978, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -90150,18 +99913,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7262, "usage_id": 41 }, "0505.EG.548": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0548, Technik", "arch_name": "0548@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 7273, + "usage_id": 120 + }, + "0505.EG.548A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Betriebstechn. Anlagen", + "arch_name": "@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -90169,18 +99955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 76022, "usage_id": 120 }, "0505.EG.561": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0561, Sekretariat SSZ/HR S+L / Recht", "arch_name": "0561@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45009, "seats": { @@ -90188,18 +99976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62644, "usage_id": 40 }, "0505.EG.563": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0563, B\u00fcro", "arch_name": "0563@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45009, "seats": { @@ -90207,18 +99997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64595, "usage_id": 12 }, "0505.EG.565": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0565, B\u00fcro", "arch_name": "0565@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45009, "seats": { @@ -90226,37 +100018,125 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64596, "usage_id": 12 }, "0505.EG.566": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0566, Meyer-Jens-Halle (gem. Nutzung 50:50 mit Lst", "arch_name": "0566@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "EG", + "floor_type": "Estrich (Beton)", "main_operator_id": 14945, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 38114, "usage_id": 49 }, + "0505.EG.566A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "0566A, Elektroniklabor einf.", + "arch_name": "0566A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Holz (Schiffboden)", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75994, + "usage_id": 103 + }, + "0505.EG.566B": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "0566B, B\u00fcro", + "arch_name": "0566B@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75992, + "usage_id": 12 + }, + "0505.EG.566C": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "566C, Elektroniklabor einf.", + "arch_name": "566C@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75995, + "usage_id": 103 + }, + "0505.EG.566D": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "0566D, Lager", + "arch_name": "0566D@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 14945, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75993, + "usage_id": 30 + }, "0505.EG.567B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0567, B\u00fcro", "arch_name": "0567@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45009, "seats": { @@ -90264,18 +100144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64597, "usage_id": 12 }, "0505.EG.569A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0569, B\u00fcro", "arch_name": "0569@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45009, "seats": { @@ -90283,18 +100165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64598, "usage_id": 12 }, "0505.EG.571A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0571, B\u00fcro", "arch_name": "0571@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45009, "seats": { @@ -90302,19 +100186,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64599, "usage_id": 12 }, "0505.EG.577A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0577A, B\u00fcro", "arch_name": "0577A@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 25501, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14146, "seats": { @@ -90322,18 +100208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64601, "usage_id": 12 }, "0505.EG.577B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0577B, B\u00fcro", "arch_name": "0577B@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45009, "seats": { @@ -90341,18 +100229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66921, "usage_id": 12 }, "0505.EG.577C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0577C, B\u00fcro", "arch_name": "0577C@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45009, "seats": { @@ -90360,94 +100250,104 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66922, "usage_id": 12 }, "0505.EG.582": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0582, Flur", "arch_name": "0582@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "EG", + "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 7080, "usage_id": 222 }, "0505.EG.583": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0583, Foyer", "arch_name": "0583@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "EG", + "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62891, "usage_id": 15 }, "0505.EG.584": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0584, Flur", "arch_name": "0584@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "EG", + "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 7084, "usage_id": 222 }, "0505.EG.585A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0585, Flur", "arch_name": "0585@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "EG", + "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64600, "usage_id": 222 }, "0505.EG.587": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0587, Flur", "arch_name": "0587@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -90455,37 +100355,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64602, "usage_id": 222 }, "0505.EG.587A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0587.1, ELT. Schacht", "arch_name": "0587.1@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "EG", + "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64590, "usage_id": 120 }, "0505.EG.589": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0589, Flur", "arch_name": "0589@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -90493,19 +100397,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66923, "usage_id": 222 }, "0505.EG.590": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0590, Aufzug", "arch_name": "0590@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 12517, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -90513,18 +100419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7011, "usage_id": 4 }, "0505.EG.591": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0591, Treppenturm", "arch_name": "0591@0505", "area_id": 23, "building_id": 581, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -90532,114 +100440,147 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37445, "usage_id": 223 }, "0505.EG.592": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0592, Wendeltreppe", "arch_name": "0592@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "EG", + "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 37439, "usage_id": 223 }, "0505.EG.593": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0593, Aufzug", "arch_name": "0593@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "EG", + "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 37434, "usage_id": 4 }, "0505.EG.594": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0594, Eingang Treppenhaus", "arch_name": "0594@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "EG", + "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 37430, "usage_id": 223 }, "0505.EG.595A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0595, Treppenraum Nord", "arch_name": "0595@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "EG", + "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64603, "usage_id": 223 }, + "0505.EG.598": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "0598, Installationsschacht", + "arch_name": "0598@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "EG", + "floor_type": "Gitterrost", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75998, + "usage_id": 120 + }, "0505.U1.500": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1500, Abstellraum im Turm", "arch_name": "-1500@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62623, "usage_id": 159 }, "0505.U1.501": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1501, Server/Technik", "arch_name": "-1501@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 30352, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -90647,18 +100588,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38016, "usage_id": 207 }, + "0505.U1.501A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "-1501A, Fernmeldetechnik", + "arch_name": "-1501A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Linoleum", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75989, + "usage_id": 202 + }, "0505.U1.503": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1503, Lager", "arch_name": "-1503@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { @@ -90666,18 +100630,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38031, "usage_id": 30 }, + "0505.U1.503A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "-1503A, Schlossereiwerkstatt", + "arch_name": "-1503A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", + "main_operator_id": 37585, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75988, + "usage_id": 108 + }, "0505.U1.507": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1507, Lager", "arch_name": "-1507@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { @@ -90685,18 +100672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57061, "usage_id": 30 }, "0505.U1.509": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1509, Lager", "arch_name": "-1509@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { @@ -90704,18 +100693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57191, "usage_id": 30 }, "0505.U1.510": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1510, B\u00fcro", "arch_name": "-1510@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { @@ -90723,18 +100714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57206, "usage_id": 12 }, "0505.U1.511": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1511, Lager", "arch_name": "-1511@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { @@ -90742,18 +100735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37870, "usage_id": 30 }, "0505.U1.512": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1512, Umkleide", "arch_name": "-1512@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { @@ -90761,37 +100756,41 @@ "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 57338, + "usage_id": 121 }, "0505.U1.513": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1513, L\u00fcftungsaggregat", "arch_name": "-1513@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 57351, "usage_id": 32 }, "0505.U1.514": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1514, B\u00fcro", "arch_name": "-1514@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { @@ -90799,18 +100798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62627, "usage_id": 12 }, "0505.U1.515": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1515, Lager", "arch_name": "-1515@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { @@ -90818,18 +100819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37901, "usage_id": 30 }, "0505.U1.516": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1516, Aufenthalt", "arch_name": "-1516@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { @@ -90837,37 +100840,41 @@ "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 57485, + "usage_id": 44 }, "0505.U1.517": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1517, Umkleide-Damen", "arch_name": "-1517@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "1.UG", + "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 37907, "usage_id": 121 }, "0505.U1.517A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1517A, WC-Damen mit Dusche", "arch_name": "-1517A@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37585, "seats": { @@ -90875,56 +100882,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62628, "usage_id": 116 }, "0505.U1.518": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1518, Teek\u00fcche", "arch_name": "-1518@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "1.UG", + "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 37910, "usage_id": 198 }, "0505.U1.519": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "-1530@0505", + "alt_name": "-1519, Umkleide-Herren", + "arch_name": "-1519@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "1.UG", + "floor_type": "Linoleum", "main_operator_id": 37585, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 37974, "usage_id": 121 }, "0505.U1.520": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1520, WC-Herren mit Dusche", "arch_name": "-1520@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37585, "seats": { @@ -90932,75 +100945,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39908, "usage_id": 115 }, "0505.U1.530": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1530, Werkbankraum", "arch_name": "-1530@0505", "area_id": 23, "building_id": 581, - "floor_type": "Holzpflaster", + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", "main_operator_id": 37585, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 37805, "usage_id": 51 }, "0505.U1.536": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1536, Werkstatt", "arch_name": "-1536@0505", "area_id": 23, "building_id": 581, - "floor_type": "Holzpflaster", + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", "main_operator_id": 37585, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 51 + "tumonline_id": 62889, + "usage_id": 107 }, "0505.U1.542": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "-1536@0505", + "alt_name": "-1542, Werkstatt", + "arch_name": "-1542@0505", "area_id": 23, "building_id": 581, - "floor_type": "Holzpflaster", + "floor_level": "1.UG", + "floor_type": "Parkett (versiegelt)", "main_operator_id": 37585, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 51 + "tumonline_id": 62890, + "usage_id": 107 }, "0505.U1.545": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1545, Technik/ELT", "arch_name": "-1545@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -91008,37 +101029,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62629, "usage_id": 160 }, "0505.U1.547": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1547, Heizg./Brauchw.", "arch_name": "-1547@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 54 + "tumonline_id": 62985, + "usage_id": 201 }, "0505.U1.548": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1548, Technik/ELT", "arch_name": "-1548@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -91046,75 +101071,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37814, "usage_id": 160 }, "0505.U1.549": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1549, Installationsschacht", "arch_name": "-1549@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62630, "usage_id": 120 }, "0505.U1.550": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1550, Heizung", "arch_name": "-1550@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62986, "usage_id": 54 }, "0505.U1.551A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1551, Raum nicht nutzbar", "arch_name": "-1551@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 67298, "usage_id": 30 }, "0505.U1.558": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1558, wg. Brandschutz nicht nutzbar", "arch_name": "-1558@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -91122,18 +101155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64522, "usage_id": 54 }, "0505.U1.561": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1561, B\u00fcro", "arch_name": "-1561@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14411, "seats": { @@ -91141,18 +101176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64528, "usage_id": 12 }, "0505.U1.563": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1563, B\u00fcro", "arch_name": "-1563@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14411, "seats": { @@ -91160,37 +101197,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64529, "usage_id": 12 }, "0505.U1.564": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1564, wg. Brandschutz nicht nutzbar", "arch_name": "-1564@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64523, "usage_id": 120 }, "0505.U1.565": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1565, B\u00fcro", "arch_name": "-1565@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14411, "seats": { @@ -91198,18 +101239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64530, "usage_id": 12 }, "0505.U1.566": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1566, TB-Anlage", "arch_name": "-1566@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -91217,18 +101260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64524, "usage_id": 120 }, "0505.U1.567": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1567, B\u00fcro", "arch_name": "-1567@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14411, "seats": { @@ -91236,18 +101281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38145, "usage_id": 12 }, "0505.U1.568": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1568, Server/Technik", "arch_name": "-1568@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -91255,18 +101302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64592, "usage_id": 207 }, "0505.U1.569": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1569, B\u00fcro", "arch_name": "-1569@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14411, "seats": { @@ -91274,56 +101323,104 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38153, "usage_id": 12 }, "0505.U1.570": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1570, Lager", "arch_name": "-1570@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 14146, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 38157, "usage_id": 30 }, + "0505.U1.570A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "-1570A, Fernmeldetechnik", + "arch_name": "-1570A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75990, + "usage_id": 202 + }, + "0505.U1.571A": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "-1571A, Putzraum", + "arch_name": "-1571A@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.UG", + "floor_type": "Fliesen", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75991, + "usage_id": 205 + }, "0505.U1.572": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1572, Teek\u00fcche", "arch_name": "-1572@0505", "area_id": 23, "building_id": 581, - "floor_type": "Fliesen", + "floor_level": "1.UG", + "floor_type": "Linoleum", "main_operator_id": 14146, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 38169, "usage_id": 198 }, "0505.U1.575": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1575, B\u00fcro", "arch_name": "-1575@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14411, "seats": { @@ -91331,18 +101428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38042, "usage_id": 12 }, "0505.U1.576": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1576, WC-Damen", "arch_name": "-1576@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -91350,18 +101449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64593, "usage_id": 116 }, "0505.U1.577": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1577, B\u00fcro", "arch_name": "-1577@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14411, "seats": { @@ -91369,18 +101470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64591, "usage_id": 12 }, "0505.U1.580": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1580, WC-Herren", "arch_name": "-1580@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -91388,18 +101491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64594, "usage_id": 115 }, "0505.U1.583A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1583.1, Flur v. Werkstattb\u00fcro", "arch_name": "-1583.1@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -91407,18 +101512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62624, "usage_id": 222 }, "0505.U1.583B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1583.2, Flur v. Werkstattb\u00fcro", "arch_name": "-1583.2@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -91426,18 +101533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62625, "usage_id": 222 }, "0505.U1.588": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1588, Flur", "arch_name": "-1588@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -91445,56 +101554,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64526, "usage_id": 222 }, "0505.U1.588A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1588.1, ELT Schacht", "arch_name": "-1588.1@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64525, "usage_id": 120 }, "0505.U1.589": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1589, wg. Brandschutz nicht nutzbar", "arch_name": "-1589@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62987, "usage_id": 222 }, "0505.U1.590": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1590, Aufzug", "arch_name": "-1590@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -91502,18 +101617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62622, "usage_id": 4 }, "0505.U1.591": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1591, Treppenturm", "arch_name": "-1591@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -91521,37 +101638,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62621, "usage_id": 223 }, "0505.U1.592": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1592, Wendeltreppe", "arch_name": "-1592@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.UG", + "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62626, "usage_id": 223 }, "0505.U1.593": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1593, Aufzug", "arch_name": "-1593@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -91559,18 +101680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62984, "usage_id": 4 }, "0505.U1.594": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1594, Treppenhaus", "arch_name": "-1594@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -91578,38 +101701,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62983, "usage_id": 223 }, "0505.U1.595": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1595, Treppenraum Nord", "arch_name": "-1595@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "1.UG", + "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64527, "usage_id": 223 }, "0505.Z1.503Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z503, Studentische Arbeitspl\u00e4tze", "arch_name": "Z503@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21727, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -91617,57 +101744,63 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62635, "usage_id": 208 }, "0505.Z1.510A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z510A, ELT-Schacht", "arch_name": "Z510A@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62643, "usage_id": 120 }, "0505.Z1.510B": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z510B, ELT-Schacht", "arch_name": "Z510B@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62647, "usage_id": 120 }, "0505.Z1.510Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z510, CIP-Pool", "arch_name": "Z510@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21729, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -91675,18 +101808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62636, "usage_id": 213 }, "0505.Z1.521Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z521, Putzraum", "arch_name": "Z521@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -91694,18 +101829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62657, "usage_id": 205 }, "0505.Z1.522Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z522, WC-Herren", "arch_name": "Z522@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -91713,18 +101850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62655, "usage_id": 115 }, "0505.Z1.523Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z523, WC-Damen", "arch_name": "Z523@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -91732,57 +101871,84 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62656, "usage_id": 116 }, - "0505.Z1.530Z": { + "0505.Z1.524Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "Z530@0505", + "alt_name": "Z524, Vorraum WC-H", + "arch_name": "Z524@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", - "main_operator_id": 14881, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 198 + "tumonline_id": 76000, + "usage_id": 118 }, - "0505.Z1.531Z": { + "0505.Z1.525Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, - "arch_name": "Z531@0505", + "alt_name": "Z525, Vorraum WC-D", + "arch_name": "Z525@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", - "main_operator_id": 26064, + "floor_level": "1.ZG", + "floor_type": "Fliesen", + "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 120 + "tumonline_id": 75999, + "usage_id": 118 + }, + "0505.Z1.530Z": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Z530, Teek\u00fcche", + "arch_name": "Z530@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Linoleum", + "main_operator_id": 14881, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 62654, + "usage_id": 198 }, "0505.Z1.532Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z532, Seminarraum", "arch_name": "Z532@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21728, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -91790,19 +101956,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62637, "usage_id": 41 }, "0505.Z1.534Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z534, Seminarraum", "arch_name": "Z534@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21731, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -91810,19 +101978,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62638, "usage_id": 41 }, "0505.Z1.536Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z536, Seminarraum", "arch_name": "Z536@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21732, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -91830,19 +102000,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62639, "usage_id": 41 }, "0505.Z1.538Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z538, Seminarraum", "arch_name": "Z538@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 21733, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -91850,18 +102022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62640, "usage_id": 41 }, "0505.Z1.548Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z548, Technik", "arch_name": "Z548@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -91869,18 +102043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62641, "usage_id": 120 }, "0505.Z1.559Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z559, B\u00fcro", "arch_name": "Z559@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 44544, "seats": { @@ -91888,18 +102064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64604, "usage_id": 12 }, "0505.Z1.561Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z561, B\u00fcro", "arch_name": "Z561@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 44544, "seats": { @@ -91907,18 +102085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64605, "usage_id": 12 }, "0505.Z1.563Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z563, B\u00fcro", "arch_name": "Z563@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 44544, "seats": { @@ -91926,18 +102106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64606, "usage_id": 12 }, "0505.Z1.565Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z565, B\u00fcro", "arch_name": "Z565@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 44544, "seats": { @@ -91945,18 +102127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64613, "usage_id": 12 }, "0505.Z1.567Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z567, B\u00fcro", "arch_name": "Z567@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 44544, "seats": { @@ -91964,18 +102148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64607, "usage_id": 12 }, "0505.Z1.569Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z569, B\u00fcro", "arch_name": "Z569@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 44544, "seats": { @@ -91983,18 +102169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64608, "usage_id": 12 }, "0505.Z1.575Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z575, B\u00fcro", "arch_name": "Z575@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 44544, "seats": { @@ -92002,19 +102190,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64609, "usage_id": 12 }, "0505.Z1.577Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z577, Besprechungsraum", "arch_name": "Z577@0505", "area_id": 23, "building_id": 581, "calendar_resource_nr": 25524, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 44544, "seats": { @@ -92022,113 +102212,125 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64610, "usage_id": 196 }, "0505.Z1.582Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z582, Flur", "arch_name": "Z582@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.ZG", + "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62650, "usage_id": 222 }, "0505.Z1.583Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z583, Foyer", "arch_name": "Z583@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.ZG", + "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62892, "usage_id": 15 }, "0505.Z1.584Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z584, Flur", "arch_name": "Z584@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.ZG", + "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62649, "usage_id": 222 }, "0505.Z1.585Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z585, Flur", "arch_name": "Z585@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62648, "usage_id": 222 }, "0505.Z1.587A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z587.1, Technik ELT", "arch_name": "Z587.1@0505", "area_id": 23, "building_id": 581, - "floor_type": "Linoleum", + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64768, "usage_id": 120 }, "0505.Z1.587Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z587, Flur", "arch_name": "Z587@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -92136,18 +102338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64612, "usage_id": 222 }, "0505.Z1.590Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z590, Aufzug", "arch_name": "Z590@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -92155,18 +102359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62653, "usage_id": 4 }, "0505.Z1.591Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z591, Treppenturm", "arch_name": "Z591@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -92174,37 +102380,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62652, "usage_id": 223 }, "0505.Z1.592Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z592, Wendeltreppe", "arch_name": "Z592@0505", "area_id": 23, "building_id": 581, - "floor_type": "Keine Angabe", + "floor_level": "1.ZG", + "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62651, "usage_id": 223 }, "0505.Z1.593Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z593, Aufzug", "arch_name": "Z593@0505", "area_id": 23, "building_id": 581, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -92212,57 +102422,252 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62761, "usage_id": 4 }, "0505.Z1.594Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z594, Treppenhaus", "arch_name": "Z594@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "1.ZG", + "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 62760, "usage_id": 223 }, "0505.Z1.595Z": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z595, Treppenraum Nord", "arch_name": "Z595@0505", "area_id": 23, "building_id": 581, - "floor_type": "Stein", + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64611, "usage_id": 223 }, + "0505.Z1.987": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Installationsschacht", + "arch_name": "@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76004, + "usage_id": 120 + }, + "0505.Z1.988": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Installationsschacht", + "arch_name": "@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76005, + "usage_id": 120 + }, + "0505.Z1.989": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Installationsschacht", + "arch_name": "@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76006, + "usage_id": 120 + }, + "0505.Z1.990": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Installationsschacht", + "arch_name": "@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76007, + "usage_id": 120 + }, + "0505.Z1.991": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Installationsschacht", + "arch_name": "@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76008, + "usage_id": 120 + }, + "0505.Z1.994": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Installationsschacht", + "arch_name": "@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Gitterrost", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76001, + "usage_id": 120 + }, + "0505.Z1.995": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Installationsschacht", + "arch_name": "@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76002, + "usage_id": 120 + }, + "0505.Z1.996": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Installationsschacht", + "arch_name": "@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76003, + "usage_id": 120 + }, + "0505.Z1.999": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "Installationsschacht", + "arch_name": "@0505", + "area_id": 23, + "building_id": 581, + "floor_level": "1.ZG", + "floor_type": "Keine Angabe", + "main_operator_id": 26064, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 76009, + "usage_id": 120 + }, "0506.01.601": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Theresianum, 1601, H\u00f6rsaal eben, ohne exp. B\u00fchne", "arch_name": "1601@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 12511, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -92270,18 +102675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7365, "usage_id": 20 }, "0506.01.602": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1602, Treppenraum", "arch_name": "1602@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -92289,18 +102696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38474, "usage_id": 223 }, "0506.01.603": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1603, Bibliothek", "arch_name": "1603@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15045, "seats": { @@ -92308,18 +102717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7367, "usage_id": 10 }, "0506.01.603A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1603A, Treppe", "arch_name": "1603A@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -92327,18 +102738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68618, "usage_id": 223 }, "0506.01.603B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1603B, Galerie", "arch_name": "1603B@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -92346,18 +102759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71013, "usage_id": 206 }, "0506.01.603C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1603C, Treppe", "arch_name": "1603C@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -92365,18 +102780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70982, "usage_id": 223 }, "0506.01.604": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1604, Flur 4", "arch_name": "1604@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -92384,19 +102801,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38484, "usage_id": 222 }, "0506.01.605": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1605, Besprechung", "arch_name": "1605@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 18480, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15045, "seats": { @@ -92404,18 +102823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38491, "usage_id": 196 }, "0506.01.605B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1605B, Galerie", "arch_name": "1605B@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -92423,18 +102844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68613, "usage_id": 206 }, "0506.01.607": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1607, Computerraum mit Galerie", "arch_name": "1607@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15045, "seats": { @@ -92442,18 +102865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38497, "usage_id": 213 }, "0506.01.607A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1607A, Treppe", "arch_name": "1607A@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -92461,18 +102886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68621, "usage_id": 223 }, "0506.01.607B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1607B, Galerie", "arch_name": "1607B@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -92480,18 +102907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68614, "usage_id": 206 }, "0506.01.607C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1607C, Treppe", "arch_name": "1607C@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -92499,18 +102928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70983, "usage_id": 223 }, "0506.01.608": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1608, Flur 3", "arch_name": "1608@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -92518,19 +102949,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38502, "usage_id": 222 }, "0506.01.609": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1609, Seminarraum", "arch_name": "1609@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 20297, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51577, "seats": { @@ -92538,18 +102971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38350, "usage_id": 41 }, "0506.01.609A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1609A, Treppe", "arch_name": "1609A@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -92557,19 +102992,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68615, "usage_id": 223 }, "0506.01.609B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1609B, Seminarraum", "arch_name": "1609B@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 33172, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51577, "seats": { @@ -92577,18 +103014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68611, "usage_id": 41 }, "0506.01.609C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1609C, Treppe", "arch_name": "1609C@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -92596,18 +103035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70981, "usage_id": 223 }, "0506.01.610": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1610, Treppenraum", "arch_name": "1610@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -92615,18 +103056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38357, "usage_id": 223 }, "0506.01.612": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1612, Prof.-B\u00fcro", "arch_name": "1612@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15045, "seats": { @@ -92634,18 +103077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7380, "usage_id": 12 }, "0506.01.613": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1613, B\u00fcro", "arch_name": "1613@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15045, "seats": { @@ -92653,18 +103098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7451, "usage_id": 12 }, "0506.01.614": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1614, Prof.-B\u00fcro", "arch_name": "1614@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15045, "seats": { @@ -92672,18 +103119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7452, "usage_id": 12 }, "0506.01.615": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1615, B\u00fcro", "arch_name": "1615@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15045, "seats": { @@ -92691,18 +103140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7453, "usage_id": 12 }, "0506.01.616": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1616, B\u00fcro", "arch_name": "1616@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15045, "seats": { @@ -92710,18 +103161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38608, "usage_id": 12 }, "0506.01.617": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1617, B\u00fcro", "arch_name": "1617@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15045, "seats": { @@ -92729,18 +103182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7456, "usage_id": 12 }, "0506.01.618": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1618, B\u00fcro", "arch_name": "1618@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -92748,18 +103203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7460, "usage_id": 12 }, "0506.01.619": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1619, B\u00fcro", "arch_name": "1619@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15047, "seats": { @@ -92767,18 +103224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7466, "usage_id": 12 }, "0506.01.620": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1620, B\u00fcro", "arch_name": "1620@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15047, "seats": { @@ -92786,18 +103245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7469, "usage_id": 12 }, "0506.01.621": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1621, B\u00fcro", "arch_name": "1621@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15047, "seats": { @@ -92805,18 +103266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65134, "usage_id": 12 }, "0506.01.622": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1622, WC-Herren", "arch_name": "1622@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -92824,18 +103287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38644, "usage_id": 115 }, "0506.01.623": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1623, WC-Damen", "arch_name": "1623@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -92843,18 +103308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38648, "usage_id": 116 }, "0506.01.625": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1625, Flur 1", "arch_name": "1625@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -92862,18 +103329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38655, "usage_id": 222 }, "0506.01.630": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1630, Flur 2", "arch_name": "1630@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -92881,18 +103350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38660, "usage_id": 222 }, "0506.01.631": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1631, Installation", "arch_name": "1631@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -92900,18 +103371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38665, "usage_id": 120 }, "0506.01.632": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1632, Raumlufttechnik", "arch_name": "1632@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -92919,18 +103392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38669, "usage_id": 32 }, "0506.01.634": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1634, Personenaufzug", "arch_name": "1634@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 26064, "seats": { @@ -92938,19 +103413,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68617, "usage_id": 4 }, "0506.02.601": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2601, \u00dcbungsraum", "arch_name": "2601@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 15033, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -92958,18 +103435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7501, "usage_id": 131 }, "0506.02.601A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2601A, Treppe", "arch_name": "2601A@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -92977,18 +103456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70985, "usage_id": 223 }, "0506.02.602": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2602, Treppenraum", "arch_name": "2602@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -92996,18 +103477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38678, "usage_id": 223 }, "0506.02.604": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2604, Flur", "arch_name": "2604@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -93015,18 +103498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38680, "usage_id": 222 }, "0506.02.604A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2604A, Flur", "arch_name": "2604A@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -93034,18 +103519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38683, "usage_id": 222 }, "0506.02.604B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2604B, Flur", "arch_name": "2604B@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -93053,18 +103540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38687, "usage_id": 222 }, "0506.02.604C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2604C, Flur", "arch_name": "2604C@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -93072,19 +103561,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38508, "usage_id": 222 }, "0506.02.605": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2605, \u00dcbungsraum", "arch_name": "2605@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 15027, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -93092,18 +103583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7444, "usage_id": 131 }, "0506.02.605A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2605A, Treppe", "arch_name": "2605A@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -93111,19 +103604,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70986, "usage_id": 223 }, "0506.02.607": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Theresianum, 2607, Seminarraum", "arch_name": "2607@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 15028, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -93131,18 +103626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7446, "usage_id": 41 }, "0506.02.607A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2607A, Treppe", "arch_name": "2607A@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -93150,19 +103647,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70988, "usage_id": 223 }, "0506.02.609": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2609, \u00dcbungsraum", "arch_name": "2609@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 15029, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93170,18 +103669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7450, "usage_id": 131 }, "0506.02.609A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2609A, Treppe", "arch_name": "2609A@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -93189,18 +103690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70987, "usage_id": 223 }, "0506.02.610": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2610, Treppenraum", "arch_name": "2610@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -93208,18 +103711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38541, "usage_id": 223 }, "0506.02.611": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2611, B\u00fcro", "arch_name": "2611@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93227,18 +103732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7626, "usage_id": 12 }, "0506.02.612": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2612, B\u00fcro", "arch_name": "2612@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15102, "seats": { @@ -93246,18 +103753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7627, "usage_id": 12 }, "0506.02.613": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2613, B\u00fcro", "arch_name": "2613@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93265,18 +103774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7628, "usage_id": 12 }, "0506.02.614": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2614, B\u00fcro", "arch_name": "2614@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93284,18 +103795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7630, "usage_id": 12 }, "0506.02.615": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2615, B\u00fcro", "arch_name": "2615@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15102, "seats": { @@ -93303,18 +103816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7539, "usage_id": 12 }, "0506.02.617": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2617, Elektroniklabor", "arch_name": "2617@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15101, "seats": { @@ -93322,19 +103837,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19749, "usage_id": 103 }, "0506.02.618": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2618, B\u00fcro", "arch_name": "2618@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 22620, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93342,19 +103859,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7541, "usage_id": 12 }, "0506.02.619": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2619, \u00dcbungsraum", "arch_name": "2619@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 18964, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15102, "seats": { @@ -93362,18 +103881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7542, "usage_id": 131 }, "0506.02.620": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2620, B\u00fcro", "arch_name": "2620@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 23659, "seats": { @@ -93381,18 +103902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7569, "usage_id": 12 }, "0506.02.621": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2621, B\u00fcro", "arch_name": "2621@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93400,18 +103923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7570, "usage_id": 12 }, "0506.02.622": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2622, WC-Herren", "arch_name": "2622@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -93419,18 +103944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38795, "usage_id": 115 }, "0506.02.623": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2623, WC-Damen", "arch_name": "2623@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -93438,18 +103965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38800, "usage_id": 116 }, "0506.02.625": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2625, Lager", "arch_name": "2625@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15101, "seats": { @@ -93457,18 +103986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38804, "usage_id": 30 }, "0506.02.626": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2626, Metallwerkst\u00e4tte fein", "arch_name": "2626@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15101, "seats": { @@ -93476,18 +104007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38810, "usage_id": 108 }, "0506.02.628": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2628, Lager", "arch_name": "2628@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15101, "seats": { @@ -93495,18 +104028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38814, "usage_id": 30 }, "0506.02.629": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2629, Lager", "arch_name": "2629@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15101, "seats": { @@ -93514,18 +104049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38820, "usage_id": 30 }, "0506.02.630": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2630, Flur 1", "arch_name": "2630@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -93533,18 +104070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38825, "usage_id": 222 }, "0506.02.630A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2630A, Flur", "arch_name": "2630A@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -93552,18 +104091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70984, "usage_id": 222 }, "0506.02.631": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2631, Installation", "arch_name": "2631@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -93571,18 +104112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38830, "usage_id": 120 }, "0506.02.632": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2632, Installation", "arch_name": "2632@0506", "area_id": 23, "building_id": 582, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -93590,18 +104133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38834, "usage_id": 120 }, "0506.03.601": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3601, Galerie", "arch_name": "3601@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -93609,18 +104154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38841, "usage_id": 206 }, "0506.03.602": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3602, Treppenraum", "arch_name": "3602@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -93628,18 +104175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38842, "usage_id": 223 }, "0506.03.604": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3604, Flur 2", "arch_name": "3604@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -93647,18 +104196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38854, "usage_id": 222 }, "0506.03.605": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3605, Galerie", "arch_name": "3605@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -93666,18 +104217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38856, "usage_id": 206 }, "0506.03.607": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3607, Galerie", "arch_name": "3607@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -93685,19 +104238,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7597, "usage_id": 206 }, "0506.03.609": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3609, Galerie", "arch_name": "3609@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 21002, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93705,19 +104260,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38862, "usage_id": 206 }, "0506.03.610": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3610, Prof.-B\u00fcro", "arch_name": "3610@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 23267, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93725,18 +104282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7600, "usage_id": 12 }, "0506.03.610A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3610A, Treppenraum", "arch_name": "3610A@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -93744,18 +104303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38866, "usage_id": 223 }, "0506.03.611": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3611, B\u00fcro", "arch_name": "3611@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93763,18 +104324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7605, "usage_id": 12 }, "0506.03.612": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3612, B\u00fcro", "arch_name": "3612@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93782,19 +104345,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7613, "usage_id": 12 }, "0506.03.614": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3614, B\u00fcro", "arch_name": "3614@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 20137, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93802,18 +104367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7618, "usage_id": 12 }, "0506.03.615": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3615, B\u00fcro", "arch_name": "3615@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93821,18 +104388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7621, "usage_id": 12 }, "0506.03.617": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3617, Besprechungsraum", "arch_name": "3617@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93840,19 +104409,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38702, "usage_id": 196 }, "0506.03.618": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3618, B\u00fcro", "arch_name": "3618@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 23265, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15102, "seats": { @@ -93860,18 +104431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7625, "usage_id": 12 }, "0506.03.619": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3619, B\u00fcro", "arch_name": "3619@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15102, "seats": { @@ -93879,18 +104452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7543, "usage_id": 12 }, "0506.03.620": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3620, B\u00fcro", "arch_name": "3620@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15102, "seats": { @@ -93898,18 +104473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7547, "usage_id": 12 }, "0506.03.621": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3621, B\u00fcro", "arch_name": "3621@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93917,18 +104494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7549, "usage_id": 12 }, "0506.03.622": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3622, WC-Herren", "arch_name": "3622@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -93936,18 +104515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38969, "usage_id": 115 }, "0506.03.623": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3623, WC-Damen", "arch_name": "3623@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -93955,18 +104536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38976, "usage_id": 116 }, "0506.03.625": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3625, EDV-Raum", "arch_name": "3625@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15101, "seats": { @@ -93974,18 +104557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38993, "usage_id": 207 }, "0506.03.630": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3630, Flur", "arch_name": "3630@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -93993,18 +104578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38999, "usage_id": 222 }, "0506.03.631": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3631, Installation", "arch_name": "3631@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -94012,18 +104599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39003, "usage_id": 120 }, "0506.03.632": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3632, Installation", "arch_name": "3632@0506", "area_id": 23, "building_id": 582, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -94031,18 +104620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39008, "usage_id": 120 }, "0506.04.620": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4620, Aufzugsmaschinenraum", "arch_name": "4620@0506", "area_id": 23, "building_id": 582, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -94050,18 +104641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39017, "usage_id": 5 }, "0506.04.621": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4621, Heizung u. Brauchwassererw\u00e4rmung", "arch_name": "4621@0506", "area_id": 23, "building_id": 582, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -94069,18 +104662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39022, "usage_id": 201 }, "0506.04.630": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4630, Flur", "arch_name": "4630@0506", "area_id": 23, "building_id": 582, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -94088,18 +104683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39029, "usage_id": 222 }, "0506.04.631": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4631, Installation", "arch_name": "4631@0506", "area_id": 23, "building_id": 582, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -94107,18 +104704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39036, "usage_id": 120 }, "0506.04.650": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4650, Flucht- / Dachterrasse (Reinigen)", "arch_name": "4650@0506", "area_id": 23, "building_id": 582, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -94126,18 +104725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39040, "usage_id": 137 }, "0506.04.699B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4699B, Sonstige Luftfl\u00e4chen", "arch_name": "4699B@0506", "area_id": 23, "building_id": 582, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -94145,19 +104746,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70980, "usage_id": 31 }, "0506.EG.601": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Theresianum, 0601, H\u00f6rsaal eben, ohne exp. B\u00fchne", "arch_name": "0601@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 12557, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -94165,19 +104768,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7316, "usage_id": 20 }, "0506.EG.602": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Theresianum, 0602, H\u00f6rsaal ansteigend, ohne exp. B", "arch_name": "0602@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 12554, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -94185,18 +104790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7318, "usage_id": 20 }, "0506.EG.603": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0603, Treppenraum", "arch_name": "0603@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -94204,19 +104811,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38344, "usage_id": 223 }, "0506.EG.604": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Theresianum Foyer, 0604", "arch_name": "0604@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 17981, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -94224,18 +104833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14610, "usage_id": 222 }, "0506.EG.604A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0604A, Flur", "arch_name": "0604A@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -94243,18 +104854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38203, "usage_id": 222 }, "0506.EG.605": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0605, Installation", "arch_name": "0605@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -94262,18 +104875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38225, "usage_id": 120 }, "0506.EG.605A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0605A, Installation", "arch_name": "0605A@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -94281,19 +104896,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38228, "usage_id": 120 }, "0506.EG.606": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Theresianum, 0606, H\u00f6rsaal ansteigend, ohne exp. B", "arch_name": "0606@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 12555, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -94301,18 +104918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7419, "usage_id": 20 }, "0506.EG.607": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0607, Installation", "arch_name": "0607@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -94320,18 +104939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38237, "usage_id": 120 }, "0506.EG.607A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0607A, Installation", "arch_name": "0607A@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -94339,18 +104960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38239, "usage_id": 120 }, "0506.EG.608": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0608, Windfang", "arch_name": "0608@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -94358,18 +104981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38250, "usage_id": 52 }, "0506.EG.610": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0610, Treppenraum", "arch_name": "0610@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -94377,18 +105002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38256, "usage_id": 223 }, "0506.EG.616": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0616, B\u00fcro", "arch_name": "0616@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15045, "seats": { @@ -94396,18 +105023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7385, "usage_id": 12 }, "0506.EG.622": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0622, WC-Herren", "arch_name": "0622@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -94415,18 +105044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38383, "usage_id": 115 }, "0506.EG.623": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0623, WC-Damen", "arch_name": "0623@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -94434,18 +105065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38384, "usage_id": 116 }, "0506.EG.625": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0625, Flur", "arch_name": "0625@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -94453,18 +105086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38399, "usage_id": 222 }, "0506.EG.631": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0631, Installation", "arch_name": "0631@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -94472,18 +105107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38410, "usage_id": 120 }, "0506.EG.632": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0632, Installation", "arch_name": "0632@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -94491,18 +105128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38418, "usage_id": 120 }, "0506.EG.633": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0633, Aufzug", "arch_name": "0633@0506", "area_id": 23, "building_id": 582, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 26064, "seats": { @@ -94510,18 +105149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38428, "usage_id": 4 }, "0506.U1.601": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1601, Heizungsraum", "arch_name": "-1601@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -94529,18 +105170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38047, "usage_id": 201 }, "0506.U1.601A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1601A, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1601A@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -94548,18 +105191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70989, "usage_id": 201 }, "0506.U1.602": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1602, Treppenraum", "arch_name": "-1602@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -94567,18 +105212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38051, "usage_id": 223 }, "0506.U1.602A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1602A, Putzraum", "arch_name": "-1602A@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 37989, "seats": { @@ -94586,18 +105233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38056, "usage_id": 205 }, "0506.U1.603": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1603, Raumlufttechnik", "arch_name": "-1603@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -94605,18 +105254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38270, "usage_id": 32 }, "0506.U1.604": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1604, Flur 4", "arch_name": "-1604@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -94624,18 +105275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38275, "usage_id": 222 }, "0506.U1.607": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1607, Lager (ASTA)", "arch_name": "-1607@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -94643,18 +105296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38276, "usage_id": 30 }, "0506.U1.607A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1607A, Lager (ASTA)", "arch_name": "-1607A@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -94662,18 +105317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66538, "usage_id": 30 }, "0506.U1.608": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1608, Treppenraum", "arch_name": "-1608@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -94681,18 +105338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38282, "usage_id": 223 }, "0506.U1.609": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1609, Lager", "arch_name": "-1609@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 37992, "seats": { @@ -94700,18 +105359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38287, "usage_id": 30 }, "0506.U1.609A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1609A, Lager/Tagungsm\u00f6bel", "arch_name": "-1609A@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 37992, "seats": { @@ -94719,18 +105380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38291, "usage_id": 30 }, "0506.U1.610": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1610, Treppenraum", "arch_name": "-1610@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -94738,18 +105401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38296, "usage_id": 223 }, "0506.U1.611": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1611, Lager", "arch_name": "-1611@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15045, "seats": { @@ -94757,18 +105422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38190, "usage_id": 30 }, "0506.U1.613": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1613, Server", "arch_name": "-1613@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15045, "seats": { @@ -94776,18 +105443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38195, "usage_id": 207 }, "0506.U1.614": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1614, Lager", "arch_name": "-1614@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 51537, "seats": { @@ -94795,18 +105464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38198, "usage_id": 30 }, "0506.U1.615": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1615, Lager", "arch_name": "-1615@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -94814,18 +105485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38201, "usage_id": 30 }, "0506.U1.618": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1618, Flur", "arch_name": "-1618@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -94833,18 +105506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38224, "usage_id": 222 }, "0506.U1.618A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1618A, LRZ-Verteilerknoten", "arch_name": "-1618A@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39906, "seats": { @@ -94852,18 +105527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38229, "usage_id": 120 }, "0506.U1.619": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1619, Feinmessraum", "arch_name": "-1619@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15101, "seats": { @@ -94871,18 +105548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38230, "usage_id": 103 }, "0506.U1.620": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1620, LRZ-Verteilerknoten", "arch_name": "-1620@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39906, "seats": { @@ -94890,18 +105569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38238, "usage_id": 120 }, "0506.U1.621A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1621A, Installationsraum", "arch_name": "-1621A@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -94909,18 +105590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70991, "usage_id": 120 }, "0506.U1.621B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1621B, Installationsraum", "arch_name": "-1621B@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -94928,18 +105611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70990, "usage_id": 120 }, "0506.U1.622": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1622, WC-Herren", "arch_name": "-1622@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -94947,18 +105632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38210, "usage_id": 115 }, "0506.U1.623": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1623, Putzraum", "arch_name": "-1623@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -94966,18 +105653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38216, "usage_id": 205 }, "0506.U1.624": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1624, Beh.-WC", "arch_name": "-1624@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -94985,18 +105674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38264, "usage_id": 117 }, "0506.U1.625": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1625, Flur", "arch_name": "-1625@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -95004,18 +105695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38208, "usage_id": 222 }, "0506.U1.630": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1630, Flur", "arch_name": "-1630@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -95023,18 +105716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38379, "usage_id": 222 }, "0506.U1.631": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1631, Installation", "arch_name": "-1631@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -95042,18 +105737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38370, "usage_id": 120 }, "0506.U1.632": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1632, Installation", "arch_name": "-1632@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -95061,18 +105758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38259, "usage_id": 120 }, "0506.U1.633": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1633, Aufzugsunterfahrt", "arch_name": "-1633@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -95080,18 +105779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38336, "usage_id": 195 }, "0506.U1.690": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1690, Installationsschacht", "arch_name": "-1690@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -95099,18 +105800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70992, "usage_id": 120 }, "0506.Z1.603": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0603ZG, Treppenhaus", "arch_name": "0603ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -95118,18 +105821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71647, "usage_id": 223 }, "0506.Z1.604": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0604ZG, Flur", "arch_name": "0604ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -95137,18 +105842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71646, "usage_id": 222 }, "0506.Z1.608": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0608ZG, Flur", "arch_name": "0608ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -95156,18 +105863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71649, "usage_id": 222 }, "0506.Z1.610": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0610ZG, Treppenhaus", "arch_name": "0610ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -95175,18 +105884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71648, "usage_id": 223 }, "0506.Z1.623": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0623ZG, WC-Damen", "arch_name": "0623ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -95194,18 +105905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71652, "usage_id": 116 }, "0506.Z1.624": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0624ZG, WC-Herren", "arch_name": "0624ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -95213,18 +105926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71651, "usage_id": 115 }, "0506.Z1.625": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0625ZG, Flur", "arch_name": "0625ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -95232,18 +105947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71650, "usage_id": 222 }, "0506.Z1.630": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0630ZG, Flur", "arch_name": "0630ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -95251,19 +105968,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71645, "usage_id": 222 }, "0506.Z1.670": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0670ZG, H\u00f6r-/Lehrsaal eben o.Exp.B\u00fchne", "arch_name": "0670ZG@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 12558, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -95271,18 +105990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7397, "usage_id": 20 }, "0506.Z1.680": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0680ZG, B\u00fcro", "arch_name": "0680ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 51537, "seats": { @@ -95290,18 +106011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7399, "usage_id": 12 }, "0506.Z1.681": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0681ZG, B\u00fcro", "arch_name": "0681ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 51537, "seats": { @@ -95309,18 +106032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7403, "usage_id": 12 }, "0506.Z1.682": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0682ZG, B\u00fcro", "arch_name": "0682ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 51537, "seats": { @@ -95328,19 +106053,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7405, "usage_id": 12 }, "0506.Z1.683": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0683ZG, Besprechungsraum", "arch_name": "0683ZG@0506", "area_id": 23, "building_id": 582, "calendar_resource_nr": 15503, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 51577, "seats": { @@ -95348,18 +106075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7407, "usage_id": 196 }, "0506.Z1.685": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0685ZG, B\u00fcro", "arch_name": "0685ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 51537, "seats": { @@ -95367,18 +106096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7409, "usage_id": 12 }, "0506.Z1.686": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0686ZG, B\u00fcro", "arch_name": "0686ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 51537, "seats": { @@ -95386,18 +106117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7412, "usage_id": 12 }, "0506.Z1.687": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0687ZG, B\u00fcro", "arch_name": "0687ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 51537, "seats": { @@ -95405,18 +106138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7414, "usage_id": 12 }, "0506.Z1.688": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0688ZG, B\u00fcro", "arch_name": "0688ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 51537, "seats": { @@ -95424,18 +106159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38457, "usage_id": 12 }, "0506.Z1.691": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0691ZG, B\u00fcro", "arch_name": "0691ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -95443,18 +106180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38460, "usage_id": 12 }, "0506.Z1.692": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0692ZG, B\u00fcro", "arch_name": "0692ZG@0506", "area_id": 23, "building_id": 582, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -95462,18 +106201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7363, "usage_id": 12 }, "0507.01.700": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1700, Treppenhaus", "arch_name": "1700@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -95481,18 +106222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41464, "usage_id": 223 }, "0507.01.700A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1700A, Flur", "arch_name": "1700A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -95500,18 +106243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41467, "usage_id": 222 }, "0507.01.700B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1700B, Treppe", "arch_name": "1700B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -95519,18 +106264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63045, "usage_id": 223 }, "0507.01.701": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1701, Gro\u00dfraumb\u00fcro", "arch_name": "1701@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51537, "seats": { @@ -95538,19 +106285,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19588, "usage_id": 12 }, "0507.01.713": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1713, Unterricht/Besprechung", "arch_name": "1713@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 15091, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -95558,18 +106307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8277, "usage_id": 130 }, "0507.01.713G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1713G, Galerie-Lager", "arch_name": "1713G@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -95577,18 +106328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41613, "usage_id": 206 }, "0507.01.715": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1715, B\u00fcro", "arch_name": "1715@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51537, "seats": { @@ -95596,18 +106349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8284, "usage_id": 12 }, "0507.01.717": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1717, B\u00fcro EU Projekt WE-ACT", "arch_name": "1717@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15047, "seats": { @@ -95615,18 +106370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8287, "usage_id": 12 }, "0507.01.721": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1721, WC-Damen", "arch_name": "1721@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -95634,18 +106391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41630, "usage_id": 116 }, "0507.01.721A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1721A, Vorraum WC-D", "arch_name": "1721A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -95653,18 +106412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69180, "usage_id": 118 }, "0507.01.723": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1723, WC-Herren", "arch_name": "1723@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -95672,18 +106433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41699, "usage_id": 115 }, "0507.01.723A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1723A, Vorraum WC-H", "arch_name": "1723A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -95691,18 +106454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69181, "usage_id": 118 }, "0507.01.724": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1724, Flur", "arch_name": "1724@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -95710,18 +106475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41704, "usage_id": 222 }, "0507.01.731": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1731, Besprechung", "arch_name": "1731@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15094, "seats": { @@ -95729,18 +106496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41709, "usage_id": 196 }, "0507.01.733": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1733, B\u00fcro-Prof.", "arch_name": "1733@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15094, "seats": { @@ -95748,18 +106517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8300, "usage_id": 12 }, "0507.01.734": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1734, Besprechung", "arch_name": "1734@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15094, "seats": { @@ -95767,18 +106538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41785, "usage_id": 196 }, "0507.01.734A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1734A, Flur/Empfang", "arch_name": "1734A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15094, "seats": { @@ -95786,18 +106559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41789, "usage_id": 222 }, "0507.01.735": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1735, B\u00fcro", "arch_name": "1735@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15094, "seats": { @@ -95805,18 +106580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8306, "usage_id": 12 }, "0507.01.736": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1736, Teek\u00fcche", "arch_name": "1736@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15094, "seats": { @@ -95824,18 +106601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41866, "usage_id": 198 }, "0507.01.737": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1737, B\u00fcro", "arch_name": "1737@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15094, "seats": { @@ -95843,18 +106622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8310, "usage_id": 12 }, "0507.01.739": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1739, B\u00fcro", "arch_name": "1739@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15094, "seats": { @@ -95862,18 +106643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8314, "usage_id": 12 }, "0507.01.740": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1740, Flur", "arch_name": "1740@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -95881,18 +106664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40750, "usage_id": 222 }, "0507.01.741": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1741, B\u00fcro", "arch_name": "1741@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15094, "seats": { @@ -95900,18 +106685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8250, "usage_id": 12 }, "0507.01.742": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1742, Flur", "arch_name": "1742@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -95919,19 +106706,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40761, "usage_id": 222 }, "0507.01.743": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1743, B\u00fcro", "arch_name": "1743@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 15089, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15094, "seats": { @@ -95939,18 +106728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8255, "usage_id": 12 }, "0507.01.745": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1745, Besprechung", "arch_name": "1745@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15094, "seats": { @@ -95958,18 +106749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40842, "usage_id": 196 }, "0507.01.749": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1749, Wickelraum", "arch_name": "1749@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -95977,18 +106770,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 205 + "tumonline_id": 40846, + "usage_id": 37 }, "0507.01.750": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1750, Treppenhaus", "arch_name": "1750@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -95996,18 +106791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40851, "usage_id": 223 }, "0507.01.750A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1750A, Treppe", "arch_name": "1750A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -96015,18 +106812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63046, "usage_id": 223 }, "0507.01.751": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1751, WC-Vorraum", "arch_name": "1751@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -96034,18 +106833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40894, "usage_id": 118 }, "0507.01.751A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1751A, WC-Vorraum Damen", "arch_name": "1751A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -96053,18 +106854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69182, "usage_id": 118 }, "0507.01.751B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1751B, WC-Damen", "arch_name": "1751B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -96072,18 +106875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72829, "usage_id": 116 }, "0507.01.751C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1751C, WC-Herren", "arch_name": "1751C@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -96091,18 +106896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72827, "usage_id": 115 }, "0507.01.753": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1753, B\u00fcro", "arch_name": "1753@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15092, "seats": { @@ -96110,18 +106917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8383, "usage_id": 12 }, "0507.01.755": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1755, B\u00fcro", "arch_name": "1755@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15092, "seats": { @@ -96129,18 +106938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8387, "usage_id": 12 }, "0507.01.757": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1757, B\u00fcro", "arch_name": "1757@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 47797, "seats": { @@ -96148,18 +106959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8389, "usage_id": 12 }, "0507.01.760": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1760, Flur", "arch_name": "1760@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -96167,56 +106980,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40967, "usage_id": 222 }, "0507.01.761A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1761A, B\u00fcro", "arch_name": "1761A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", - "main_operator_id": 15091, + "main_operator_id": 15047, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 72825, "usage_id": 12 }, "0507.01.761B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1761B, B\u00fcro", "arch_name": "1761B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", - "main_operator_id": 15091, + "main_operator_id": 15047, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 72826, "usage_id": 12 }, "0507.01.762A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1762A, B\u00fcro", "arch_name": "1762A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -96224,18 +107043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8317, "usage_id": 12 }, "0507.01.762B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1762B, B\u00fcro", "arch_name": "1762B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -96243,18 +107064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41036, "usage_id": 12 }, "0507.01.763": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1763, B\u00fcro", "arch_name": "1763@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -96262,18 +107085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8323, "usage_id": 12 }, "0507.01.765": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1765, B\u00fcro", "arch_name": "1765@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -96281,18 +107106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8325, "usage_id": 12 }, "0507.01.766": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1766, B\u00fcro", "arch_name": "1766@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -96300,18 +107127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41111, "usage_id": 12 }, "0507.01.767": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1767, Besprechungsraum/K\u00fcche", "arch_name": "1767@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15103, "seats": { @@ -96319,18 +107148,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 41116, + "usage_id": 196 }, "0507.01.768": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1768, B\u00fcro", "arch_name": "1768@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -96338,18 +107169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8347, "usage_id": 12 }, "0507.01.769": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1769, B\u00fcro", "arch_name": "1769@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15103, "seats": { @@ -96357,18 +107190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8349, "usage_id": 12 }, "0507.01.770": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1770, Aufenthalt", "arch_name": "1770@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15105, "seats": { @@ -96376,18 +107211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41130, "usage_id": 44 }, "0507.01.771": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1771, B\u00fcro", "arch_name": "1771@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15103, "seats": { @@ -96395,18 +107232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8352, "usage_id": 12 }, "0507.01.772": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1772, B\u00fcro", "arch_name": "1772@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15105, "seats": { @@ -96414,18 +107253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8353, "usage_id": 12 }, "0507.01.773": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1773, B\u00fcro", "arch_name": "1773@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15103, "seats": { @@ -96433,18 +107274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8357, "usage_id": 12 }, "0507.01.774": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1774, B\u00fcro", "arch_name": "1774@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15105, "seats": { @@ -96452,18 +107295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8363, "usage_id": 12 }, "0507.01.775": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1775, B\u00fcro", "arch_name": "1775@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15103, "seats": { @@ -96471,18 +107316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8365, "usage_id": 12 }, "0507.01.776": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1776, B\u00fcro", "arch_name": "1776@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15105, "seats": { @@ -96490,18 +107337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8366, "usage_id": 12 }, "0507.01.777": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1777, B\u00fcro", "arch_name": "1777@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15103, "seats": { @@ -96509,19 +107358,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8369, "usage_id": 12 }, "0507.01.778": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1778, \u00dcbung", "arch_name": "1778@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18628, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15104, "seats": { @@ -96529,18 +107380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41331, "usage_id": 131 }, "0507.01.779": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1779, B\u00fcro", "arch_name": "1779@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15103, "seats": { @@ -96548,18 +107401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8377, "usage_id": 12 }, "0507.01.779G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1779G, Galerie-B\u00fcro", "arch_name": "1779G@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15103, "seats": { @@ -96567,18 +107422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41341, "usage_id": 206 }, "0507.01.780": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1780, B\u00fcro", "arch_name": "1780@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15104, "seats": { @@ -96586,18 +107443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8379, "usage_id": 12 }, "0507.01.781": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1781, B\u00fcro", "arch_name": "1781@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15105, "seats": { @@ -96605,18 +107464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8380, "usage_id": 12 }, "0507.01.782": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1782, B\u00fcro", "arch_name": "1782@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15104, "seats": { @@ -96624,18 +107485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41414, "usage_id": 12 }, "0507.01.782A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1782A, Lager", "arch_name": "1782A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15104, "seats": { @@ -96643,19 +107506,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41418, "usage_id": 30 }, "0507.01.783": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1783, B\u00fcro", "arch_name": "1783@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 12599, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15105, "seats": { @@ -96663,57 +107528,63 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8382, "usage_id": 12 }, "0507.01.784": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1784, LRZ-Verteilerknoten", "arch_name": "1784@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", - "main_operator_id": 39906, + "main_operator_id": 15104, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 41423, "usage_id": 120 }, "0507.01.784A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1784A, LRZ-Verteilerknoten", "arch_name": "1784A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", - "main_operator_id": 26064, + "main_operator_id": 39906, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 72828, "usage_id": 120 }, "0507.01.787": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1787, Bibliothek u. Besprechung", "arch_name": "1787@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18942, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15105, "seats": { @@ -96721,18 +107592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41427, "usage_id": 10 }, "0507.01.789": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1789, B\u00fcro", "arch_name": "1789@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47297, "seats": { @@ -96740,18 +107613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8327, "usage_id": 12 }, "0507.01.795": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1795, Flur", "arch_name": "1795@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -96759,18 +107634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41433, "usage_id": 222 }, "0507.01.795A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1795A, Fluchtbalkon", "arch_name": "1795A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -96778,18 +107655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41482, "usage_id": 219 }, "0507.02.700": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2700, Treppenhaus", "arch_name": "2700@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -96797,18 +107676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41487, "usage_id": 223 }, "0507.02.700A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2701A, Treppe", "arch_name": "2701A@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -96816,19 +107697,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63048, "usage_id": 223 }, "0507.02.710": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2710, Zeichensaal", "arch_name": "2710@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 15094, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -96836,18 +107719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8332, "usage_id": 55 }, "0507.02.712": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2712, Flur mit Stud.Arb.pl.", "arch_name": "2712@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -96855,18 +107740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41500, "usage_id": 222 }, "0507.02.715": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2715, B\u00fcro", "arch_name": "2715@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51537, "seats": { @@ -96874,18 +107761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41555, "usage_id": 12 }, "0507.02.717": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2717, B\u00fcro", "arch_name": "2717@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51537, "seats": { @@ -96893,18 +107782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8336, "usage_id": 12 }, "0507.02.719": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2719, Flur", "arch_name": "2719@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -96912,18 +107803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41563, "usage_id": 222 }, "0507.02.721": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2721, WC-D", "arch_name": "2721@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -96931,18 +107824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63049, "usage_id": 116 }, "0507.02.721A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2721A, Vorraum WC-D", "arch_name": "2721A@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -96950,18 +107845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69183, "usage_id": 118 }, "0507.02.723": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2723, WC-Herren", "arch_name": "2723@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -96969,18 +107866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41633, "usage_id": 115 }, "0507.02.723A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2723A, Vorraum WC-H", "arch_name": "2723A@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -96988,18 +107887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69184, "usage_id": 118 }, "0507.02.730": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2730, B\u00fcro", "arch_name": "2730@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -97007,19 +107908,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8888, "usage_id": 12 }, "0507.02.731": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2731, Besprechung m. K\u00fcche", "arch_name": "2731@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -97027,18 +107930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41643, "usage_id": 196 }, "0507.02.733": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2733, B\u00fcro", "arch_name": "2733@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15092, "seats": { @@ -97046,18 +107951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8891, "usage_id": 12 }, "0507.02.734": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2734, B\u00fcro", "arch_name": "2734@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -97065,18 +107972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8892, "usage_id": 12 }, "0507.02.735": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2735, B\u00fcro", "arch_name": "2735@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15092, "seats": { @@ -97084,18 +107993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19575, "usage_id": 12 }, "0507.02.735A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2735A, Kopierer", "arch_name": "2735A@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97103,18 +108014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63050, "usage_id": 110 }, "0507.02.736": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2736, B\u00fcro", "arch_name": "2736@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -97122,18 +108035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8907, "usage_id": 12 }, "0507.02.737": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2737, B\u00fcro", "arch_name": "2737@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -97141,18 +108056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8980, "usage_id": 12 }, "0507.02.738": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2738, B\u00fcro", "arch_name": "2738@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -97160,18 +108077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8981, "usage_id": 12 }, "0507.02.739": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2739, B\u00fcro", "arch_name": "2739@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -97179,18 +108098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9009, "usage_id": 12 }, "0507.02.740": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2740, B\u00fcro", "arch_name": "2740@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15092, "seats": { @@ -97198,18 +108119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9012, "usage_id": 12 }, "0507.02.741": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2741, B\u00fcro", "arch_name": "2741@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15092, "seats": { @@ -97217,18 +108140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8915, "usage_id": 12 }, "0507.02.742": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2742, B\u00fcro", "arch_name": "2742@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -97236,18 +108161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8917, "usage_id": 12 }, "0507.02.743": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2743, B\u00fcro", "arch_name": "2743@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15092, "seats": { @@ -97255,18 +108182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8920, "usage_id": 12 }, "0507.02.748": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2748, Flur", "arch_name": "2748@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97274,18 +108203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41799, "usage_id": 222 }, "0507.02.748A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2748A, Lager", "arch_name": "2748A@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15092, "seats": { @@ -97293,18 +108224,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 159 + "tumonline_id": 41801, + "usage_id": 30 }, "0507.02.748B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2748B, Treppe", "arch_name": "2748B@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -97312,18 +108245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63051, "usage_id": 223 }, "0507.02.749": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2749, Flur", "arch_name": "2749@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97331,18 +108266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41806, "usage_id": 222 }, "0507.02.751": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2751, WC-Vorraum", "arch_name": "2751@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -97350,18 +108287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41886, "usage_id": 118 }, "0507.02.751A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2751A, WC-Damen", "arch_name": "2751A@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -97369,18 +108308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69185, "usage_id": 116 }, "0507.02.751B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2751B, WC-Herren", "arch_name": "2751B@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -97388,18 +108329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72819, "usage_id": 115 }, "0507.02.752": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2752, Treppenhaus", "arch_name": "2752@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97407,18 +108350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41891, "usage_id": 223 }, "0507.02.752B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2752B, Treppe", "arch_name": "2752B@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97426,18 +108371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63052, "usage_id": 223 }, "0507.02.752C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2752C, Treppe", "arch_name": "2752C@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97445,18 +108392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63053, "usage_id": 223 }, "0507.02.753": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2753, B\u00fcro", "arch_name": "2753@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -97464,18 +108413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8971, "usage_id": 12 }, "0507.02.755": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2755, Lager", "arch_name": "2755@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -97483,18 +108434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18941, "usage_id": 30 }, "0507.02.755A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2755a, Abstellraum", "arch_name": "2755a@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97502,18 +108455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40857, "usage_id": 159 }, "0507.02.755B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2755B, Installation", "arch_name": "2755B@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -97521,19 +108476,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63054, "usage_id": 120 }, "0507.02.760": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2760, H\u00f6rsaal", "arch_name": "2760@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 12572, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97541,18 +108498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9046, "usage_id": 20 }, "0507.02.762": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2762, Flur", "arch_name": "2762@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97560,18 +108519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40996, "usage_id": 222 }, "0507.02.763": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2763, Flur", "arch_name": "2763@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97579,18 +108540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41210, "usage_id": 222 }, "0507.02.768": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2768, Putzraum", "arch_name": "2768@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -97598,18 +108561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40863, "usage_id": 205 }, "0507.02.769": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2769, Gebetsraum", "arch_name": "2769@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47957, "seats": { @@ -97617,19 +108582,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40864, "usage_id": 129 }, "0507.02.770": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2770, H\u00f6rsaal", "arch_name": "2770@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 12509, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97637,18 +108604,20 @@ "standing": null, "wheelchair": 1 }, + "tumonline_id": 9033, "usage_id": 20 }, "0507.02.773": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2773, Flur", "arch_name": "2773@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97656,18 +108625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40866, "usage_id": 222 }, "0507.02.791": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2791, B\u00fcro", "arch_name": "2791@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -97675,18 +108646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9036, "usage_id": 12 }, "0507.02.792": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2792, B\u00fcro", "arch_name": "2792@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 37623, "seats": { @@ -97694,18 +108667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9038, "usage_id": 12 }, "0507.02.792A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2792A, B\u00fcro", "arch_name": "2792A@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 37623, "seats": { @@ -97713,18 +108688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40915, "usage_id": 12 }, "0507.02.793": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2793, Vermittlung", "arch_name": "2793@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 37801, "seats": { @@ -97732,18 +108709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40921, "usage_id": 202 }, "0507.02.794": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2794, Flur", "arch_name": "2794@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -97751,18 +108730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40924, "usage_id": 222 }, "0507.02.795": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2795, B\u00fcro", "arch_name": "2795@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -97770,18 +108751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9087, "usage_id": 12 }, "0507.02.795A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2795A, B\u00fcro", "arch_name": "2795A@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19671, "seats": { @@ -97789,18 +108772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9092, "usage_id": 12 }, "0507.03.700A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3700A, Flur", "arch_name": "3700A@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97808,18 +108793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40998, "usage_id": 222 }, "0507.03.700B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3700B, Flur", "arch_name": "3700B@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97827,19 +108814,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41056, "usage_id": 222 }, "0507.03.701": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3701, Zeichnen", "arch_name": "3701@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 15109, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -97847,18 +108836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9131, "usage_id": 55 }, "0507.03.701A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3701A, Treppe", "arch_name": "3701A@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -97866,18 +108857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40861, "usage_id": 223 }, "0507.03.703": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3703, Server", "arch_name": "3703@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39906, "seats": { @@ -97885,18 +108878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21263, "usage_id": 207 }, "0507.03.704": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3704, B\u00fcro/Umbau", "arch_name": "3704@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -97904,56 +108899,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58454, "usage_id": 12 }, "0507.03.705": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3705, RLT", "arch_name": "3705@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", - "main_operator_id": 39688, + "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 41218, "usage_id": 32 }, "0507.03.706": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3706, RLT", "arch_name": "3706@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", - "main_operator_id": 39688, + "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 41270, "usage_id": 32 }, "0507.03.738": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3738, Bibliothek", "arch_name": "3738@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15092, "seats": { @@ -97961,18 +108962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41276, "usage_id": 10 }, "0507.03.740": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3740, Abstellraum Bereich nicht nutzbar", "arch_name": "3740@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -97980,18 +108983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18944, "usage_id": 159 }, "0507.03.741": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3741, Lager", "arch_name": "3741@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 15092, "seats": { @@ -97999,37 +109004,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41901, "usage_id": 30 }, "0507.03.742": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3742, Abstellraum", "arch_name": "3742@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", - "main_operator_id": 15092, + "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 30 + "tumonline_id": 63055, + "usage_id": 159 }, "0507.03.744": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3744, RLT", "arch_name": "3744@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -98037,18 +109046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41903, "usage_id": 32 }, "0507.03.749": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3749, Flur", "arch_name": "3749@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -98056,19 +109067,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40768, "usage_id": 222 }, "0507.03.750": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2750, Karl Max von Bauernfeind H\u00f6rsaal", "arch_name": "2750@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 12512, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -98076,18 +109089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40771, "usage_id": 20 }, "0507.03.751": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3751, RLT", "arch_name": "3751@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -98095,18 +109110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40774, "usage_id": 32 }, "0507.03.752": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3752, Speicherarchiv", "arch_name": "3752@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25963, "seats": { @@ -98114,18 +109131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40777, "usage_id": 2 }, "0507.03.752A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3752A, RLT", "arch_name": "3752A@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -98133,18 +109152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40779, "usage_id": 32 }, "0507.03.752B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3752B, Flur", "arch_name": "3752B@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -98152,37 +109173,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40785, "usage_id": 222 }, "0507.03.762": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3762, Flur", "arch_name": "3762@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", - "main_operator_id": 26064, + "main_operator_id": 19691, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 2 + "tumonline_id": 40788, + "usage_id": 222 }, "0507.03.762A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3762A, Flur", "arch_name": "3762A@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -98190,18 +109215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40791, "usage_id": 222 }, "0507.03.763": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3763, Flur", "arch_name": "3763@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -98209,18 +109236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40795, "usage_id": 222 }, "0507.03.763A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3763A, Flur", "arch_name": "3763A@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -98228,18 +109257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40797, "usage_id": 222 }, "0507.03.765": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3765, Projektionsraum", "arch_name": "3765@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -98247,18 +109278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40858, "usage_id": 23 }, "0507.03.767": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3767, RLT", "arch_name": "3767@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -98266,18 +109299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40860, "usage_id": 32 }, "0507.03.781": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3781, Lager", "arch_name": "3781@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14990, "seats": { @@ -98285,18 +109320,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 207 + "tumonline_id": 41396, + "usage_id": 30 }, "0507.03.782": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3782, Serverraum", "arch_name": "3782@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14990, "seats": { @@ -98304,18 +109341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41401, "usage_id": 207 }, "0507.03.783": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3783, Teilk\u00fcche", "arch_name": "3783@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37801, "seats": { @@ -98323,18 +109362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41407, "usage_id": 28 }, "0507.03.784": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3784, Lager", "arch_name": "3784@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37801, "seats": { @@ -98342,18 +109383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41468, "usage_id": 30 }, "0507.03.785": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3785, Wasserversorg.", "arch_name": "3785@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -98361,18 +109404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41469, "usage_id": 183 }, "0507.03.786": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3786, Duschen", "arch_name": "3786@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 37801, "seats": { @@ -98380,18 +109425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41472, "usage_id": 113 }, "0507.03.787": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3787, Werkstatt", "arch_name": "3787@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37801, "seats": { @@ -98399,18 +109446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41478, "usage_id": 51 }, "0507.03.787A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3787A, Aufenthalt Fernmeldew.", "arch_name": "3787A@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37801, "seats": { @@ -98418,18 +109467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63056, "usage_id": 44 }, "0507.03.788": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3788, Umkleide", "arch_name": "3788@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37801, "seats": { @@ -98437,18 +109488,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 30 + "tumonline_id": 41530, + "usage_id": 121 }, "0507.03.789": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3789, Lager", "arch_name": "3789@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 37801, "seats": { @@ -98456,18 +109509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41537, "usage_id": 30 }, "0507.03.790": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3790, Flur", "arch_name": "3790@0507", "area_id": 23, "building_id": 583, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -98475,18 +109530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41544, "usage_id": 222 }, "0507.EG.700": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0700, Treppenhaus", "arch_name": "0700@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -98494,18 +109551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39634, "usage_id": 223 }, "0507.EG.701": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0701, Treppenhaus", "arch_name": "0701@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -98513,19 +109572,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39491, "usage_id": 223 }, "0507.EG.710": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0710, Versuchshalle", "arch_name": "0710@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 15233, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15135, "seats": { @@ -98533,19 +109594,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19440, "usage_id": 49 }, "0507.EG.710A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0710A, Werkstatt", "arch_name": "0710A@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18771, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15135, "seats": { @@ -98553,18 +109616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14384, "usage_id": 51 }, "0507.EG.710B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0710B, Treppe", "arch_name": "0710B@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -98572,19 +109637,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63040, "usage_id": 223 }, "0507.EG.712": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0712, CIP-Pool", "arch_name": "0712@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 15066, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15103, "seats": { @@ -98592,19 +109659,21 @@ "standing": null, "wheelchair": null }, - "usage_id": 211 + "tumonline_id": 7973, + "usage_id": 213 }, "0507.EG.714": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0714, Seminar", "arch_name": "0714@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 15067, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15103, "seats": { @@ -98612,18 +109681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7983, "usage_id": 41 }, "0507.EG.717": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0717, B\u00fcro", "arch_name": "0717@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51537, "seats": { @@ -98631,18 +109702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7986, "usage_id": 12 }, "0507.EG.719": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0719, Lesen", "arch_name": "0719@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -98650,18 +109723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39527, "usage_id": 150 }, "0507.EG.721": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0721, WC-D", "arch_name": "0721@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -98669,18 +109744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39662, "usage_id": 116 }, "0507.EG.721A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0721A, Vorraum WC-D", "arch_name": "0721A@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -98688,18 +109765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69176, "usage_id": 118 }, "0507.EG.723": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0723, WC-Herren", "arch_name": "0723@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -98707,18 +109786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39666, "usage_id": 115 }, "0507.EG.723A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0723A, Vorraum WC-H", "arch_name": "0723A@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -98726,18 +109807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69177, "usage_id": 118 }, "0507.EG.725": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0725, B\u00fcro", "arch_name": "0725@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15103, "seats": { @@ -98745,18 +109828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8111, "usage_id": 12 }, "0507.EG.726": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0726, B\u00fcro", "arch_name": "0726@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15135, "seats": { @@ -98764,19 +109849,21 @@ "standing": null, "wheelchair": null }, - "usage_id": 207 + "tumonline_id": 19672, + "usage_id": 12 }, "0507.EG.727": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0727, B\u00fcro", "arch_name": "0727@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 26509, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15135, "seats": { @@ -98784,18 +109871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39704, "usage_id": 12 }, "0507.EG.728": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0728, Treppenhaus", "arch_name": "0728@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -98803,18 +109892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39714, "usage_id": 223 }, "0507.EG.728B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0728B, Fluchttreppe (Reinigen)", "arch_name": "0728B@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -98822,19 +109913,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63042, "usage_id": 7 }, "0507.EG.729": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0729, B\u00fcro", "arch_name": "0729@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18808, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 49837, "seats": { @@ -98842,18 +109935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8135, "usage_id": 12 }, "0507.EG.730": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0730, Flur", "arch_name": "0730@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -98861,18 +109956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39719, "usage_id": 222 }, "0507.EG.731": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0731, B\u00fcro", "arch_name": "0731@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 49837, "seats": { @@ -98880,18 +109977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39724, "usage_id": 12 }, "0507.EG.732": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0732, B\u00fcro", "arch_name": "0732@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 49837, "seats": { @@ -98899,18 +109998,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 2 + "tumonline_id": 14185, + "usage_id": 12 }, "0507.EG.733": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0733, B\u00fcro", "arch_name": "0733@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51577, "seats": { @@ -98918,19 +110019,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8142, "usage_id": 12 }, "0507.EG.734": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0734, B\u00fcro", "arch_name": "0734@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18838, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 49837, "seats": { @@ -98938,19 +110041,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39735, "usage_id": 12 }, "0507.EG.735": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0735, B\u00fcro", "arch_name": "0735@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18809, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51577, "seats": { @@ -98958,19 +110063,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8147, "usage_id": 12 }, "0507.EG.736": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0736, B\u00fcro", "arch_name": "0736@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18922, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 49837, "seats": { @@ -98978,19 +110085,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8150, "usage_id": 12 }, "0507.EG.737": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0737, B\u00fcro", "arch_name": "0737@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18773, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51577, "seats": { @@ -98998,18 +110107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39747, "usage_id": 12 }, "0507.EG.739": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0739, Lager", "arch_name": "0739@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51577, "seats": { @@ -99017,18 +110128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39755, "usage_id": 30 }, "0507.EG.740A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0740A, Teek\u00fcche", "arch_name": "0740A@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51267, "seats": { @@ -99036,38 +110149,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39758, "usage_id": 198 }, "0507.EG.740B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0740B, Pausenraum (gem. Nutz.)", "arch_name": "0740B@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18468, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 15135, + "main_operator_id": 51577, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39761, "usage_id": 44 }, "0507.EG.743": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0743, Durchfahrt", "arch_name": "0743@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -99075,18 +110192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39765, "usage_id": 13 }, "0507.EG.750": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0750, Treppenhaus", "arch_name": "0750@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -99094,18 +110213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39768, "usage_id": 223 }, "0507.EG.750A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0750A, Windfang", "arch_name": "0750A@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -99113,18 +110234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39872, "usage_id": 52 }, "0507.EG.750B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0750B, Treppe", "arch_name": "0750B@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -99132,18 +110255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63043, "usage_id": 223 }, "0507.EG.750C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0750C, Treppenhaus", "arch_name": "0750C@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -99151,18 +110276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39881, "usage_id": 223 }, "0507.EG.750D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0750D, Treppenhaus", "arch_name": "0750D@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -99170,18 +110297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63044, "usage_id": 223 }, "0507.EG.751": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0751, WC-Vorraum", "arch_name": "0751@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -99189,18 +110318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39886, "usage_id": 118 }, "0507.EG.751A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0751A, WC-Herren", "arch_name": "0751A@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -99208,18 +110339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69178, "usage_id": 115 }, "0507.EG.751B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0751B, WC-Herren", "arch_name": "0751B@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -99227,18 +110360,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 205 + "tumonline_id": 69179, + "usage_id": 115 }, "0507.EG.751C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0751C, WC-Damen", "arch_name": "0751C@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -99246,18 +110381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72823, "usage_id": 116 }, "0507.EG.753": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0753, B\u00fcro", "arch_name": "0753@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14937, "seats": { @@ -99265,18 +110402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39891, "usage_id": 12 }, "0507.EG.755": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0755, B\u00fcro", "arch_name": "0755@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14937, "seats": { @@ -99284,18 +110423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8197, "usage_id": 12 }, "0507.EG.757": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0757, K\u00fcche, Aufenthalt", "arch_name": "0757@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14937, "seats": { @@ -99303,18 +110444,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 196 + "tumonline_id": 39923, + "usage_id": 28 }, "0507.EG.760": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0760, Flur", "arch_name": "0760@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -99322,18 +110465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39927, "usage_id": 222 }, "0507.EG.761": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0761, B\u00fcro", "arch_name": "0761@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14937, "seats": { @@ -99341,18 +110486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8212, "usage_id": 12 }, "0507.EG.762": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0762, B\u00fcro", "arch_name": "0762@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14937, "seats": { @@ -99360,18 +110507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39786, "usage_id": 12 }, "0507.EG.763": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0763, B\u00fcro", "arch_name": "0763@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14937, "seats": { @@ -99379,18 +110528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8217, "usage_id": 12 }, "0507.EG.764": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0764, B\u00fcro", "arch_name": "0764@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14937, "seats": { @@ -99398,18 +110549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8221, "usage_id": 12 }, "0507.EG.765": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0765, Bibliotheksraum", "arch_name": "0765@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14937, "seats": { @@ -99417,18 +110570,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 150 + "tumonline_id": 19370, + "usage_id": 10 }, "0507.EG.766": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0766, B\u00fcro", "arch_name": "0766@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14937, "seats": { @@ -99436,37 +110591,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8223, "usage_id": 12 }, "0507.EG.767": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0767, B\u00fcro", "arch_name": "0767@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", - "main_operator_id": 44491, + "main_operator_id": 30306, "seats": { "sitting": 3, "standing": null, "wheelchair": null }, + "tumonline_id": 39817, "usage_id": 12 }, "0507.EG.768": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0768, B\u00fcro", "arch_name": "0768@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14937, "seats": { @@ -99474,19 +110633,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39818, "usage_id": 12 }, "0507.EG.769": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0769, Seminarraum", "arch_name": "0769@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 29192, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15099, "seats": { @@ -99494,19 +110655,21 @@ "standing": null, "wheelchair": null }, - "usage_id": 131 + "tumonline_id": 8229, + "usage_id": 41 }, "0507.EG.770": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0770, Besprechung", "arch_name": "0770@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 27352, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14937, "seats": { @@ -99514,18 +110677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39819, "usage_id": 196 }, "0507.EG.772": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0772, B\u00fcro", "arch_name": "0772@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15100, "seats": { @@ -99533,18 +110698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8233, "usage_id": 12 }, "0507.EG.773": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0773, B\u00fcro", "arch_name": "0773@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15099, "seats": { @@ -99552,18 +110719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8234, "usage_id": 12 }, "0507.EG.774": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0774, B\u00fcro", "arch_name": "0774@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15099, "seats": { @@ -99571,18 +110740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8235, "usage_id": 12 }, "0507.EG.775": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0775, B\u00fcro", "arch_name": "0775@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15099, "seats": { @@ -99590,18 +110761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39829, "usage_id": 12 }, "0507.EG.777": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0777, Besprechungsraum", "arch_name": "0777@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15098, "seats": { @@ -99609,18 +110782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8239, "usage_id": 196 }, "0507.EG.778": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0778, Besprechung/Bibliothek u. B\u00fcro", "arch_name": "0778@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15099, "seats": { @@ -99628,18 +110803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8241, "usage_id": 196 }, "0507.EG.779": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0779, Flur", "arch_name": "0779@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -99647,18 +110824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39843, "usage_id": 222 }, "0507.EG.780": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0780, B\u00fcro", "arch_name": "0780@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15098, "seats": { @@ -99666,18 +110845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8174, "usage_id": 12 }, "0507.EG.781": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0781, B\u00fcro", "arch_name": "0781@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15099, "seats": { @@ -99685,18 +110866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68274, "usage_id": 12 }, "0507.EG.782": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0782, B\u00fcro", "arch_name": "0782@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15099, "seats": { @@ -99704,18 +110887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68272, "usage_id": 12 }, "0507.EG.783": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0783, B\u00fcro", "arch_name": "0783@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15099, "seats": { @@ -99723,19 +110908,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68273, "usage_id": 12 }, "0507.EG.790": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0790, H\u00f6rsaal", "arch_name": "0790@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 12571, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15098, "seats": { @@ -99743,18 +110930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8181, "usage_id": 20 }, "0507.EG.790A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0790A, Flur", "arch_name": "0790A@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -99762,18 +110951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39815, "usage_id": 222 }, "0507.EG.790B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0790B, Flur/Notausgang HS", "arch_name": "0790B@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -99781,18 +110972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59092, "usage_id": 222 }, "0507.EG.790G": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0790G, Lager", "arch_name": "0790G@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -99800,18 +110993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41387, "usage_id": 30 }, "0507.EG.792": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0792, Durchfahrt", "arch_name": "0792@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -99819,18 +111014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63192, "usage_id": 13 }, "0507.EG.795": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0795, Sammlung", "arch_name": "0795@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -99838,18 +111035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41392, "usage_id": 187 }, "0507.EG.795G": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0795G, Bibliothek", "arch_name": "0795G@0507", "area_id": 23, "building_id": 583, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -99857,18 +111056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41398, "usage_id": 10 }, "0507.U1.700": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1700, Stud.arbeit-DV", "arch_name": "-1700@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15187, "seats": { @@ -99876,18 +111077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38902, "usage_id": 208 }, "0507.U1.700A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1700A, Treppenhaus", "arch_name": "-1700A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -99895,18 +111098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63028, "usage_id": 223 }, "0507.U1.700B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1700B, Treppe", "arch_name": "-1700B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -99914,18 +111119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63029, "usage_id": 223 }, "0507.U1.700C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1700C, Flur", "arch_name": "-1700C@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -99933,18 +111140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72844, "usage_id": 222 }, "0507.U1.700D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1700D, Flur", "arch_name": "-1700D@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -99952,18 +111161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72845, "usage_id": 222 }, "0507.U1.700F": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1700F, Putzraum", "arch_name": "-1700F@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -99971,18 +111182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72822, "usage_id": 205 }, "0507.U1.701": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1701, Flur", "arch_name": "-1701@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -99990,18 +111203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38904, "usage_id": 222 }, "0507.U1.702": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1702, Flur", "arch_name": "-1702@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -100009,18 +111224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38908, "usage_id": 222 }, "0507.U1.703": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1703, Heizung/Brauch.", "arch_name": "-1703@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -100028,18 +111245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38910, "usage_id": 201 }, "0507.U1.704": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1704, Lager", "arch_name": "-1704@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15187, "seats": { @@ -100047,18 +111266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38916, "usage_id": 30 }, "0507.U1.706": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1706, Lager", "arch_name": "-1706@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -100066,18 +111287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39080, "usage_id": 30 }, "0507.U1.706A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1706A, Lager", "arch_name": "-1706A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -100085,57 +111308,63 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39084, "usage_id": 30 }, "0507.U1.710": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1710, \u00dcbung", "arch_name": "-1710@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 15044, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 15187, + "main_operator_id": 15135, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 7658, "usage_id": 131 }, "0507.U1.710A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1710A, Fotostudio", "arch_name": "-1710A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 15187, + "main_operator_id": 15135, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 7662, "usage_id": 104 }, "0507.U1.710D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1710D, Flur", "arch_name": "-1710D@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -100143,18 +111372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39114, "usage_id": 222 }, "0507.U1.710E": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1710E, Sprinklerzentrale/Wasserbeh\u00e4lter", "arch_name": "-1710E@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -100162,57 +111393,63 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63030, "usage_id": 183 }, "0507.U1.711": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1711, Stud.arbeit-DV", "arch_name": "-1711@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 21563, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 15187, + "main_operator_id": 15135, "seats": { "sitting": 4, "standing": null, "wheelchair": null }, + "tumonline_id": 39118, "usage_id": 208 }, "0507.U1.712": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1712, Stud.arbeit-DV", "arch_name": "-1712@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 15187, + "main_operator_id": 15135, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39122, "usage_id": 208 }, "0507.U1.712A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1712A, Wasserversorgung", "arch_name": "-1712A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26064, "seats": { @@ -100220,37 +111457,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72847, "usage_id": 183 }, "0507.U1.713": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1713, Lager", "arch_name": "-1713@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Linoleum", - "main_operator_id": 15187, + "main_operator_id": 15135, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 39127, + "usage_id": 30 }, "0507.U1.714": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1714, Server", "arch_name": "-1714@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39906, "seats": { @@ -100258,56 +111499,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39132, "usage_id": 207 }, "0507.U1.715": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1715, Server", "arch_name": "-1715@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Linoleum", - "main_operator_id": 15187, + "main_operator_id": 51267, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39137, "usage_id": 207 }, "0507.U1.721": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1721, Teek\u00fcche", "arch_name": "-1721@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Fliesen", - "main_operator_id": 19691, + "main_operator_id": 15135, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39170, "usage_id": 198 }, "0507.U1.723": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1723, Lager", "arch_name": "-1723@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15187, "seats": { @@ -100315,38 +111562,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39176, "usage_id": 30 }, "0507.U1.730": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1730, Werkstatt", "arch_name": "-1730@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 15056, + "floor_level": "1.UG", "floor_type": "Spannteppich", - "main_operator_id": 51267, + "main_operator_id": 15135, "seats": { "sitting": 8, "standing": null, "wheelchair": null }, - "usage_id": 131 + "tumonline_id": 7835, + "usage_id": 51 }, "0507.U1.730A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1730A, Spindeltreppe", "arch_name": "-1730A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -100354,19 +111605,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75326, "usage_id": 223 }, "0507.U1.731": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1731, Lager, Elektroverteilung", "arch_name": "-1731@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18806, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15135, "seats": { @@ -100374,18 +111627,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 103 + "tumonline_id": 39212, + "usage_id": 30 }, "0507.U1.734": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1734, Maschinenraum", "arch_name": "-1734@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -100393,18 +111648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39247, "usage_id": 5 }, "0507.U1.735": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1735, Treppenhaus", "arch_name": "-1735@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -100412,18 +111669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39249, "usage_id": 223 }, "0507.U1.736": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1736, Hebeb\u00fchne", "arch_name": "-1736@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -100431,18 +111690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39251, "usage_id": 4 }, "0507.U1.740": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1740, Modellbauwerkstatt", "arch_name": "-1740@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -100450,18 +111711,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 107 + "tumonline_id": 39255, + "usage_id": 51 }, "0507.U1.740A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1740A, Flur/M\u00fcllraum", "arch_name": "-1740A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -100469,18 +111732,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 107 + "tumonline_id": 39258, + "usage_id": 222 }, "0507.U1.740B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1740B, Werkstatt, CNC Laser-Cutter", "arch_name": "-1740B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -100488,18 +111753,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 107 + "tumonline_id": 39260, + "usage_id": 51 }, "0507.U1.740C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1740C, Drucktechnikwerkstatt (3D-Drucker)", "arch_name": "-1740C@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -100507,18 +111774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72821, "usage_id": 51 }, "0507.U1.741A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1741A, B\u00fcro", "arch_name": "-1741A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15135, "seats": { @@ -100526,18 +111795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39263, "usage_id": 12 }, "0507.U1.741B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1741B, B\u00fcro", "arch_name": "-1741B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15135, "seats": { @@ -100545,18 +111816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39266, "usage_id": 12 }, "0507.U1.742": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1742, Werkstatt", "arch_name": "-1742@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -100564,18 +111837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39231, "usage_id": 107 }, "0507.U1.744A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1744A, Werkstatt", "arch_name": "-1744A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -100583,18 +111858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39236, "usage_id": 107 }, "0507.U1.744B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1744B, Werkstatt", "arch_name": "-1744B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -100602,18 +111879,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 107 + "tumonline_id": 39239, + "usage_id": 51 }, "0507.U1.744C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1744C, Werkstatt CNC Laser-Cutter", "arch_name": "-1744C@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -100621,18 +111900,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 107 + "tumonline_id": 39365, + "usage_id": 51 }, "0507.U1.745": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1745, Lackierraum", "arch_name": "-1745@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15135, "seats": { @@ -100640,37 +111921,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39366, "usage_id": 51 }, "0507.U1.746": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1746, Kunstoff Werkstatt", "arch_name": "-1746@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 15187, + "main_operator_id": 15135, "seats": { "sitting": 4, "standing": null, "wheelchair": null }, + "tumonline_id": 39394, "usage_id": 51 }, "0507.U1.746A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1746A, Flur", "arch_name": "-1746A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -100678,18 +111963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72846, "usage_id": 222 }, "0507.U1.746B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1746B, Fernmeldetechnik BMA Unterzentrale", "arch_name": "-1746B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26064, "seats": { @@ -100697,94 +111984,104 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72848, "usage_id": 202 }, "0507.U1.749A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1749A, Flur", "arch_name": "-1749A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 19691, + "main_operator_id": 15135, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39396, "usage_id": 222 }, "0507.U1.749B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1749B, Flur", "arch_name": "-1749B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 19691, + "main_operator_id": 15135, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39401, "usage_id": 222 }, "0507.U1.749C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1749C, Flur", "arch_name": "-1749C@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 19691, + "main_operator_id": 15135, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 63032, "usage_id": 222 }, "0507.U1.751": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1751, Werkstatt", "arch_name": "-1751@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Linoleum", - "main_operator_id": 15187, + "main_operator_id": 15135, "seats": { "sitting": 6, "standing": null, "wheelchair": null }, + "tumonline_id": 39404, "usage_id": 51 }, "0507.U1.756": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1756, Werkstatt", "arch_name": "-1756@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 15135, "seats": { @@ -100792,18 +112089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39411, "usage_id": 51 }, "0507.U1.758": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1758, B\u00fcro", "arch_name": "-1758@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15135, "seats": { @@ -100811,19 +112110,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7861, "usage_id": 12 }, "0507.U1.760": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1760, Labor", "arch_name": "-1760@0507", "area_id": 23, "building_id": 583, "calendar_resource_nr": 18484, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -100831,18 +112132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19655, "usage_id": 194 }, "0507.U1.760A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1760A, Wasserversorgung Labor, Zugang", "arch_name": "-1760A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 14937, "seats": { @@ -100850,18 +112153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63033, "usage_id": 194 }, "0507.U1.760B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1760B, Wasserversorgung Labor", "arch_name": "-1760B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -100869,75 +112174,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63034, "usage_id": 194 }, "0507.U1.761": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1761, Werkstatt Gipsraum", "arch_name": "-1761@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Fliesen", - "main_operator_id": 19691, + "main_operator_id": 15135, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39427, "usage_id": 51 }, "0507.U1.762": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1762, Labor", "arch_name": "-1762@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 14937, + "main_operator_id": 43317, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39436, "usage_id": 194 }, "0507.U1.762B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1762B, Werkstatt", "arch_name": "-1762B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 14937, + "main_operator_id": 43317, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75325, "usage_id": 51 }, "0507.U1.763": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1763, Lager", "arch_name": "-1763@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14937, "seats": { @@ -100945,18 +112258,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 2 + "tumonline_id": 39439, + "usage_id": 30 }, "0507.U1.764": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1764, Seminarraum", "arch_name": "-1764@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14937, "seats": { @@ -100964,37 +112279,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39441, "usage_id": 41 }, "0507.U1.764A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1764A, Spindeltreppe", "arch_name": "-1764A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Linoleum", - "main_operator_id": 19691, + "main_operator_id": 14937, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39445, "usage_id": 223 }, "0507.U1.765A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1765A, Lager", "arch_name": "-1765A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101002,18 +112321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39452, "usage_id": 30 }, "0507.U1.765B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1765, Technol.Lab.einf.o.Absaugung", "arch_name": "-1765@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101021,18 +112342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72842, "usage_id": 194 }, "0507.U1.766A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1766A, Schwei\u00dfraum", "arch_name": "-1766A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14937, "seats": { @@ -101040,18 +112363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75541, "usage_id": 194 }, "0507.U1.767": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1767, Flur", "arch_name": "-1767@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101059,18 +112384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39455, "usage_id": 222 }, "0507.U1.768": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1768, B\u00fcro m.exp.Arb.Pl.", "arch_name": "-1768@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14937, "seats": { @@ -101078,18 +112405,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 51 + "tumonline_id": 39459, + "usage_id": 12 }, "0507.U1.769": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1769, Werkstatt", "arch_name": "-1769@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 14937, "seats": { @@ -101097,18 +112426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39466, "usage_id": 51 }, "0507.U1.770": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1770, Werkstatt", "arch_name": "-1770@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101116,18 +112447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39483, "usage_id": 107 }, "0507.U1.770A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1770A, Lager", "arch_name": "-1770A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101135,37 +112468,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39349, "usage_id": 30 }, "0507.U1.771": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1771, Flur", "arch_name": "-1771@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 19691, + "main_operator_id": 14937, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39566, "usage_id": 222 }, "0507.U1.772": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1772, Lager", "arch_name": "-1772@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101173,18 +112510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39573, "usage_id": 30 }, "0507.U1.773": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1773, Werkstatt", "arch_name": "-1773@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101192,18 +112531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39588, "usage_id": 107 }, "0507.U1.774": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1774, Aufenthalt", "arch_name": "-1774@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14937, "seats": { @@ -101211,18 +112552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39592, "usage_id": 44 }, "0507.U1.775": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1775, Waschraum", "arch_name": "-1775@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14937, "seats": { @@ -101230,18 +112573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39596, "usage_id": 210 }, "0507.U1.776": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1776, Lager", "arch_name": "-1776@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101249,18 +112594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72843, "usage_id": 30 }, "0507.U1.780": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1780, Niederspann.", "arch_name": "-1780@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -101268,18 +112615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39602, "usage_id": 160 }, "0507.U1.780A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1780A, Mittelspann.", "arch_name": "-1780A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -101287,18 +112636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63036, "usage_id": 160 }, "0507.U1.781": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1781, Lager", "arch_name": "-1781@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15135, "seats": { @@ -101306,18 +112657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39606, "usage_id": 30 }, "0507.U1.781A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1781A, Lager", "arch_name": "-1781A@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15135, "seats": { @@ -101325,75 +112678,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39612, "usage_id": 30 }, "0507.U1.781B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1781B, Elektro Betriebsraum", "arch_name": "-1781B@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 15135, + "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 30 + "tumonline_id": 63037, + "usage_id": 120 }, "0507.U1.782": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1782, Transformatoren", "arch_name": "-1782@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 15135, + "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39621, "usage_id": 160 }, "0507.U1.783": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1783, Stromversorg.", "arch_name": "-1783@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 15135, + "main_operator_id": 26064, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 39626, "usage_id": 160 }, "0507.U1.784": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1784, Flur", "arch_name": "-1784@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -101401,18 +112762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39630, "usage_id": 222 }, "0507.U1.790": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1790, Rampe/Treppe im Freien", "arch_name": "-1790@0507", "area_id": 23, "building_id": 583, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -101420,18 +112783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69175, "usage_id": 7 }, "0507.U2.701": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2701, RLT", "arch_name": "-2701@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -101439,18 +112804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39045, "usage_id": 32 }, "0507.U2.702": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2702, RLT", "arch_name": "-2702@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -101458,18 +112825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38884, "usage_id": 32 }, "0507.U2.703": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2703, RLT", "arch_name": "-2703@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -101477,18 +112846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38921, "usage_id": 32 }, "0507.U2.704": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2704, Heizung/Brauch.", "arch_name": "-2704@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -101496,18 +112867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38926, "usage_id": 201 }, "0507.U2.705": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2705, Heizung/Brauch.", "arch_name": "-2705@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -101515,18 +112888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38929, "usage_id": 201 }, "0507.U2.706": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2706, RLT", "arch_name": "-2706@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -101534,18 +112909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38933, "usage_id": 32 }, "0507.U2.707": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2707, RLT", "arch_name": "-2707@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -101553,18 +112930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38936, "usage_id": 32 }, "0507.U2.708": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2708, Flur", "arch_name": "-2708@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -101572,18 +112951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38942, "usage_id": 222 }, "0507.U2.710": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2710, Treppe", "arch_name": "-2710@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -101591,56 +112972,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72818, "usage_id": 223 }, "0507.U2.711": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2711, Treppe", "arch_name": "-2711@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 19691, + "main_operator_id": 14937, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 72816, "usage_id": 223 }, "0507.U2.712": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2712, Treppe", "arch_name": "-2712@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 19691, + "main_operator_id": 14937, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 72817, "usage_id": 223 }, "0507.U2.780": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2780, Treppenhaus", "arch_name": "-2780@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101648,18 +113035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38952, "usage_id": 223 }, "0507.U2.780C": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2780C, Serverraum", "arch_name": "-2780C@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101667,18 +113056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72815, "usage_id": 207 }, "0507.U2.781": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2781, Wass.versorgung", "arch_name": "-2781@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14937, "seats": { @@ -101686,37 +113077,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38898, "usage_id": 183 }, "0507.U2.783": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2783, Wasser-Vorratsbeh\u00e4lter", "arch_name": "-2783@0507", "area_id": 23, "building_id": 583, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 26064, + "main_operator_id": 14937, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 72814, "usage_id": 183 }, "0508.01.800": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1800, Versuchshalle", "arch_name": "1800@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 46175, "seats": { @@ -101724,18 +113119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40868, "usage_id": 49 }, "0508.01.800C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1800C, Treppe Versuchshalle", "arch_name": "1800C@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -101743,18 +113140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40872, "usage_id": 223 }, "0508.01.801": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1801, Wasch.-/Putzraum", "arch_name": "1801@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -101762,18 +113161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40876, "usage_id": 210 }, "0508.01.802": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1802, Teek\u00fcche", "arch_name": "1802@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -101781,18 +113182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40880, "usage_id": 198 }, "0508.01.803": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1803, B\u00fcro", "arch_name": "1803@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -101800,18 +113203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8969, "usage_id": 12 }, "0508.01.804": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1804, B\u00fcro", "arch_name": "1804@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -101819,18 +113224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21111, "usage_id": 12 }, "0508.01.805": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1805, B\u00fcro (Emeritus)", "arch_name": "1805@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -101838,18 +113245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8995, "usage_id": 12 }, "0508.01.806": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1806, B\u00fcro", "arch_name": "1806@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -101857,18 +113266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8996, "usage_id": 12 }, "0508.01.807": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1807, B\u00fcro", "arch_name": "1807@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46175, "seats": { @@ -101876,18 +113287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8997, "usage_id": 12 }, "0508.01.807A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1807A, Archiv", "arch_name": "1807A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -101895,18 +113308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40945, "usage_id": 2 }, "0508.01.807B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1807B, B\u00fcro", "arch_name": "1807B@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -101914,18 +113329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40948, "usage_id": 12 }, "0508.01.807C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1807C, B\u00fcro", "arch_name": "1807C@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -101933,18 +113350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14916, "usage_id": 12 }, "0508.01.807D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1807D, Str\u00f6mungsversuch", "arch_name": "1807D@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -101952,18 +113371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41005, "usage_id": 103 }, "0508.01.808": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1808, W\u00e4rmeversorgung", "arch_name": "1808@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -101971,18 +113392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41008, "usage_id": 201 }, "0508.01.808B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1808B, B\u00fcro/ET-Warte/Lager", "arch_name": "1808B@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -101990,18 +113413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41011, "usage_id": 12 }, "0508.01.808C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1808C, B\u00fcro/ET-Warte/Lager", "arch_name": "1808C@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -102009,18 +113434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41016, "usage_id": 12 }, "0508.01.811": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1811, B\u00fcro/ET-Warte/Lager", "arch_name": "1811@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -102028,18 +113455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41019, "usage_id": 12 }, "0508.01.812": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1812, Flur/Lager/B\u00fchne", "arch_name": "1812@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -102047,18 +113476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58580, "usage_id": 222 }, "0508.01.812A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1812A, Treppenhaus Ost", "arch_name": "1812A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -102066,19 +113497,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41074, "usage_id": 223 }, "0508.01.815": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1815, Studentischer \u00dcbungsraum/Seminarraum", "arch_name": "1815@0508", "area_id": 23, "building_id": 584, "calendar_resource_nr": 15106, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102086,18 +113519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9069, "usage_id": 131 }, "0508.01.816": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1816, WC-Damen", "arch_name": "1816@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102105,18 +113540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9072, "usage_id": 116 }, "0508.01.816A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1816a, WC-Herren", "arch_name": "1816a@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102124,19 +113561,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41088, "usage_id": 115 }, "0508.01.817": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1817, B\u00fcro", "arch_name": "1817@0508", "area_id": 23, "building_id": 584, "calendar_resource_nr": 21363, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102144,18 +113583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41090, "usage_id": 12 }, "0508.01.818": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1818, B\u00fcro", "arch_name": "1818@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102163,18 +113604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67281, "usage_id": 12 }, "0508.01.819": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1819, B\u00fcro", "arch_name": "1819@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102182,18 +113625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67280, "usage_id": 12 }, "0508.01.820": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1820, B\u00fcro", "arch_name": "1820@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102201,18 +113646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67279, "usage_id": 12 }, "0508.01.823": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1823, Riesler Gebl\u00e4se (Umbau)", "arch_name": "1823@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -102220,18 +113667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41095, "usage_id": 32 }, "0508.01.824": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1824, Firma Sarauer bis Ende 2017", "arch_name": "1824@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102239,18 +113688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41152, "usage_id": 30 }, "0508.01.870": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1870, Treppenhaus Nord (Umbau)", "arch_name": "1870@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -102258,18 +113709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41166, "usage_id": 223 }, "0508.01.870A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1870A, Flur (Umbau)", "arch_name": "1870A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -102277,18 +113730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40936, "usage_id": 222 }, "0508.01.871": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1871, Treppenhaus S\u00fcd/Flur/WC", "arch_name": "1871@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102296,18 +113751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40939, "usage_id": 223 }, "0508.01.871A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1871A, Putzraum", "arch_name": "1871A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102315,18 +113772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40943, "usage_id": 205 }, "0508.01.880": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1880, Fluchtbalkon", "arch_name": "1880@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -102334,18 +113793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40944, "usage_id": 219 }, "0508.02.800": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2800, Galerie/Lager/Hydraulikhalle", "arch_name": "2800@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 46175, "seats": { @@ -102353,18 +113814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40947, "usage_id": 30 }, "0508.02.800A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2800A, Galerie/Hydraulikhalle", "arch_name": "2800A@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 46175, "seats": { @@ -102372,18 +113835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40950, "usage_id": 206 }, "0508.02.800C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "800C, Treppe/Galerie/Versuchshalle", "arch_name": "800C@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -102391,18 +113856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41004, "usage_id": 223 }, "0508.02.804": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2804, Lager HKW", "arch_name": "2804@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -102410,18 +113877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41009, "usage_id": 30 }, "0508.02.805": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2805, Lager/Galerie HKW", "arch_name": "2805@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -102429,18 +113898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41013, "usage_id": 30 }, "0508.02.806": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2806, Lager Galerie HKW", "arch_name": "2806@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -102448,18 +113919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41018, "usage_id": 30 }, "0508.02.807": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2807, \u00dcbungss\u00e4le", "arch_name": "2807@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -102467,18 +113940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41021, "usage_id": 131 }, "0508.02.808": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2808, W\u00e4rmeversorgung (Umbau)", "arch_name": "2808@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -102486,18 +113961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41077, "usage_id": 201 }, "0508.02.808A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2808A, Galerie Halle", "arch_name": "2808A@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -102505,18 +113982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41083, "usage_id": 206 }, "0508.02.809A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2809A, Staubanlage", "arch_name": "2809A@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -102524,18 +114003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41093, "usage_id": 194 }, "0508.02.822": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2822, (Umbau)", "arch_name": "2822@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102543,18 +114024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41596, "usage_id": 217 }, "0508.02.823": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2823, (Umbau)", "arch_name": "2823@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102562,18 +114045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41655, "usage_id": 217 }, "0508.02.824": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2824, (Umbau)", "arch_name": "2824@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102581,18 +114066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41660, "usage_id": 217 }, "0508.02.830": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2830, B\u00fcro", "arch_name": "2830@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102600,18 +114087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67284, "usage_id": 12 }, "0508.02.830A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2830A, B\u00fcro", "arch_name": "2830A@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102619,18 +114108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67283, "usage_id": 12 }, "0508.02.830B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2830B, B\u00fcro", "arch_name": "2830B@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102638,18 +114129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67282, "usage_id": 12 }, "0508.02.831": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2831, B\u00fcro", "arch_name": "2831@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102657,18 +114150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67285, "usage_id": 12 }, "0508.02.831A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2831A, B\u00fcro", "arch_name": "2831A@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102676,18 +114171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67286, "usage_id": 12 }, "0508.02.831B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2831B, B\u00fcro", "arch_name": "2831B@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102695,18 +114192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67287, "usage_id": 12 }, "0508.02.832": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2832, B\u00fcro", "arch_name": "2832@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102714,18 +114213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67288, "usage_id": 12 }, "0508.02.832A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2832A, Treppenhaus", "arch_name": "2832A@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102733,18 +114234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67289, "usage_id": 223 }, "0508.02.870": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2870, Treppenhaus Nord (Umbau)", "arch_name": "2870@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102752,18 +114255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41666, "usage_id": 223 }, "0508.02.870A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2870A, Flur (Umbau)", "arch_name": "2870A@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102771,18 +114276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41671, "usage_id": 222 }, "0508.02.871": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2871, Treppenhaus S\u00fcd", "arch_name": "2871@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102790,18 +114297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41743, "usage_id": 223 }, "0508.02.871A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2871A, Lager", "arch_name": "2871A@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -102809,18 +114318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41749, "usage_id": 30 }, "0508.02.871B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2871B, Zugang Installation", "arch_name": "2871B@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -102828,18 +114339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41755, "usage_id": 120 }, "0508.02.880": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2880, Fluchtbalkon", "arch_name": "2880@0508", "area_id": 23, "building_id": 584, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -102847,18 +114360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41761, "usage_id": 219 }, "0508.03.822": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3822, Aufenthalt/Werkstatt (Umbau)", "arch_name": "3822@0508", "area_id": 23, "building_id": 584, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102866,18 +114381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41830, "usage_id": 217 }, "0508.03.824": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3824, Teek\u00fcche", "arch_name": "3824@0508", "area_id": 23, "building_id": 584, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -102885,18 +114402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41841, "usage_id": 198 }, "0508.03.825": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3825, WC-H (Umbau)", "arch_name": "3825@0508", "area_id": 23, "building_id": 584, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102904,18 +114423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41910, "usage_id": 217 }, "0508.03.827": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3827, Feinmechanische Werkst\u00e4tte", "arch_name": "3827@0508", "area_id": 23, "building_id": 584, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -102923,18 +114444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41914, "usage_id": 217 }, "0508.03.830": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3830, Staubanlage", "arch_name": "3830@0508", "area_id": 23, "building_id": 584, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -102942,18 +114465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40801, "usage_id": 201 }, "0508.03.831": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3831, Lager (Umbau)", "arch_name": "3831@0508", "area_id": 23, "building_id": 584, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -102961,18 +114486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40809, "usage_id": 217 }, "0508.03.870": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3870, Treppenraum (Umbau)", "arch_name": "3870@0508", "area_id": 23, "building_id": 584, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102980,18 +114507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41586, "usage_id": 223 }, "0508.03.870A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3870A, Flur (Umbau)", "arch_name": "3870A@0508", "area_id": 23, "building_id": 584, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -102999,18 +114528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41063, "usage_id": 222 }, "0508.03.880": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3880, Fluchtbalkon", "arch_name": "3880@0508", "area_id": 23, "building_id": 584, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -103018,18 +114549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41068, "usage_id": 219 }, "0508.04.822": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4822, Meisterb\u00fcro (Umbau)", "arch_name": "4822@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103037,18 +114570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41133, "usage_id": 217 }, "0508.04.823": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4823, Umkleide (Umbau)", "arch_name": "4823@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103056,18 +114591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41136, "usage_id": 217 }, "0508.04.824": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4824, Umkleide (Umbau)", "arch_name": "4824@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103075,18 +114612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41140, "usage_id": 217 }, "0508.04.824A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4824A, Dusche (Umbau)", "arch_name": "4824A@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103094,18 +114633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41143, "usage_id": 217 }, "0508.04.825": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4825, Abstellraum/Pap.-Schl\u00e4uche (Umbau)", "arch_name": "4825@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103113,18 +114654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41147, "usage_id": 217 }, "0508.04.826": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4826, Lager (Umbau)", "arch_name": "4826@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -103132,18 +114675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41204, "usage_id": 217 }, "0508.04.827": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4827, Biomassevergasanlage 1 (Umbau)", "arch_name": "4827@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -103151,18 +114696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41209, "usage_id": 217 }, "0508.04.831": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4831, Tages\u00f6llager (Umbau)", "arch_name": "4831@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -103170,18 +114717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41279, "usage_id": 217 }, "0508.04.870": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4870, Treppenraum (Umbau)", "arch_name": "4870@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103189,18 +114738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41288, "usage_id": 223 }, "0508.04.870A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4870A, Flur (Umbau)", "arch_name": "4870A@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103208,18 +114759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41443, "usage_id": 222 }, "0508.04.880": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4880, Fluchtbalkon", "arch_name": "4880@0508", "area_id": 23, "building_id": 584, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -103227,18 +114780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41446, "usage_id": 219 }, "0508.05.822": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5822, B\u00fcro LTK (Umbau)", "arch_name": "5822@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103246,18 +114801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41574, "usage_id": 217 }, "0508.05.822A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5822A, Labor LTK (Umbau)", "arch_name": "5822A@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103265,18 +114822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41580, "usage_id": 217 }, "0508.05.822B": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5822B, Aktenlager LTK (Umbau)", "arch_name": "5822B@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -103284,18 +114843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41169, "usage_id": 217 }, "0508.05.824": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5824, Chemielabor (Umbau)", "arch_name": "5824@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103303,18 +114864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40820, "usage_id": 217 }, "0508.05.825": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5825, Fotolabor, Lichtpausraum (Umbau)", "arch_name": "5825@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103322,18 +114885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40824, "usage_id": 217 }, "0508.05.828": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5828, Lager (Umbau)", "arch_name": "5828@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -103341,18 +114906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40870, "usage_id": 217 }, "0508.05.828A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5828A, Durchgangsbereich 5870A (Umbau)", "arch_name": "5828A@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -103360,18 +114927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40874, "usage_id": 222 }, "0508.05.829": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5829, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "5829@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -103379,18 +114948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40879, "usage_id": 30 }, "0508.05.870": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5870, Treppenraum (Umbau)", "arch_name": "5870@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103398,18 +114969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40882, "usage_id": 223 }, "0508.05.870A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5870A, Flur (Umbau)", "arch_name": "5870A@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103417,18 +114990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37406, "usage_id": 222 }, "0508.05.880": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "5880, Fluchtbalkon", "arch_name": "5880@0508", "area_id": 23, "building_id": 584, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -103436,18 +115011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37411, "usage_id": 219 }, "0508.06.825": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6825, Aufzugsmaschinenraum (Umbau)", "arch_name": "6825@0508", "area_id": 23, "building_id": 584, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -103455,18 +115032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37418, "usage_id": 5 }, "0508.06.826": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6826, Be-u.Entl\u00fcftung (Umbau)", "arch_name": "6826@0508", "area_id": 23, "building_id": 584, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -103474,18 +115053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37425, "usage_id": 32 }, "0508.06.827": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6827, Aufzugsmaschinenraum (Umbau)", "arch_name": "6827@0508", "area_id": 23, "building_id": 584, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -103493,18 +115074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37432, "usage_id": 5 }, "0508.06.870": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "6870, Treppenhausflur (Umbau)", "arch_name": "6870@0508", "area_id": 23, "building_id": 584, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103512,18 +115095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37438, "usage_id": 223 }, "0508.EG.800": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0800, Versuchshalle", "arch_name": "0800@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 46175, "seats": { @@ -103531,18 +115116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41033, "usage_id": 49 }, "0508.EG.800C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0800C, Treppe Versuchshalle", "arch_name": "0800C@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -103550,18 +115137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41040, "usage_id": 223 }, "0508.EG.801": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0801, WC", "arch_name": "0801@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -103569,18 +115158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41047, "usage_id": 114 }, "0508.EG.802": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0802, NC-Fr\u00e4smaschine", "arch_name": "0802@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -103588,18 +115179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41290, "usage_id": 108 }, "0508.EG.803": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0803, Schlosserei", "arch_name": "0803@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 46175, "seats": { @@ -103607,18 +115200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41349, "usage_id": 108 }, "0508.EG.804": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0804, B\u00fcro", "arch_name": "0804@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -103626,18 +115221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9217, "usage_id": 12 }, "0508.EG.804A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0804A, B\u00fcro", "arch_name": "0804A@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -103645,18 +115242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67620, "usage_id": 12 }, "0508.EG.805": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0805, Messraum Versuchshalle", "arch_name": "0805@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 46175, "seats": { @@ -103664,18 +115263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41356, "usage_id": 103 }, "0508.EG.806": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0806, Gruppenraum f. Praktika", "arch_name": "0806@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -103683,18 +115284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9237, "usage_id": 131 }, "0508.EG.808A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0808A, Physiklabor einfach/Laserlabor", "arch_name": "0808A@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 46175, "seats": { @@ -103702,18 +115305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41361, "usage_id": 103 }, "0508.EG.810A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0810A, Halle leer (Umbau", "arch_name": "0810A@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -103721,18 +115326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41434, "usage_id": 217 }, "0508.EG.810B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0810B, W\u00e4rmeversorgung", "arch_name": "0810B@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -103740,18 +115347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41437, "usage_id": 201 }, "0508.EG.811": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0811, Schaltwarte (Umbau)", "arch_name": "0811@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -103759,18 +115368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41440, "usage_id": 217 }, "0508.EG.812": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0812, Stromversorgung", "arch_name": "0812@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -103778,18 +115389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41444, "usage_id": 160 }, "0508.EG.813": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0813, Stromversorgung", "arch_name": "0813@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -103797,18 +115410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41447, "usage_id": 160 }, "0508.EG.814": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0814, Stromversorgung", "arch_name": "0814@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -103816,18 +115431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41451, "usage_id": 160 }, "0508.EG.815": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0815, B\u00fcro", "arch_name": "0815@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -103835,18 +115452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41668, "usage_id": 12 }, "0508.EG.816": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0816, B\u00fcro", "arch_name": "0816@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -103854,18 +115473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41675, "usage_id": 12 }, "0508.EG.817": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0817, Fachschaft Architektur", "arch_name": "0817@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38684, "seats": { @@ -103873,18 +115494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41748, "usage_id": 44 }, "0508.EG.817A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0817A, Fachschaft Architektur", "arch_name": "0817A@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38684, "seats": { @@ -103892,18 +115515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41753, "usage_id": 12 }, "0508.EG.818": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0818, B\u00fcro", "arch_name": "0818@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -103911,18 +115536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41759, "usage_id": 12 }, "0508.EG.819": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0819, B\u00fcro URBANA-Energiedienste", "arch_name": "0819@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -103930,18 +115557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41828, "usage_id": 12 }, "0508.EG.820": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0820, Besprechungsraum", "arch_name": "0820@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -103949,18 +115578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41833, "usage_id": 196 }, "0508.EG.824": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0824, Werkstatt/Sozialbereich URBANA-Energiedienst", "arch_name": "0824@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26055, "seats": { @@ -103968,18 +115599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21480, "usage_id": 51 }, "0508.EG.826": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0826, WC URBANA-Energiedienste", "arch_name": "0826@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26055, "seats": { @@ -103987,18 +115620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41840, "usage_id": 37 }, "0508.EG.828": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0828, B\u00fcro URBANA-Energiedienste", "arch_name": "0828@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -104006,18 +115641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21485, "usage_id": 12 }, "0508.EG.831": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0831, Sommerkesselhaus", "arch_name": "0831@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -104025,18 +115662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41906, "usage_id": 201 }, "0508.EG.833": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0833, Standwerke M\u00fcnchen Strom", "arch_name": "0833@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104044,18 +115683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41909, "usage_id": 160 }, "0508.EG.834": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0834, Erdgas\u00fcbergabestation", "arch_name": "0834@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104063,18 +115704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41912, "usage_id": 54 }, "0508.EG.870": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0870, Treppenhaus Nord (Umbau)", "arch_name": "0870@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39688, "seats": { @@ -104082,18 +115725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41916, "usage_id": 223 }, "0508.EG.870A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0870A, Flur (Umbau)", "arch_name": "0870A@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -104101,18 +115746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41922, "usage_id": 222 }, "0508.EG.870B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0870B, Aufzug Treppe Nord (Umbau)", "arch_name": "0870B@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -104120,18 +115767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40798, "usage_id": 4 }, "0508.EG.871": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0871, Treppenhaus S\u00fcd", "arch_name": "0871@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39688, "seats": { @@ -104139,18 +115788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40812, "usage_id": 223 }, "0508.EG.871A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0871A, Lager Treppe S\u00fcd", "arch_name": "0871A@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38684, "seats": { @@ -104158,18 +115809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40816, "usage_id": 30 }, "0508.EG.873": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0873, Treppenraum Trafo", "arch_name": "0873@0508", "area_id": 23, "building_id": 584, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -104177,18 +115830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40822, "usage_id": 223 }, "0508.U1.800": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1800, Versuchshalle", "arch_name": "-1800@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 46175, "seats": { @@ -104196,18 +115851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41611, "usage_id": 49 }, "0508.U1.800C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1800C, Treppe Versuchshalle", "arch_name": "-1800C@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -104215,18 +115872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41619, "usage_id": 223 }, "0508.U1.800D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1800D, Wasserbecken", "arch_name": "-1800D@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 46175, "seats": { @@ -104234,18 +115893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41624, "usage_id": 183 }, "0508.U1.800E": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1800E, Wasserbecken", "arch_name": "-1800E@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 46175, "seats": { @@ -104253,18 +115914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41628, "usage_id": 183 }, "0508.U1.805": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1805, Pumpenraum", "arch_name": "-1805@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 46175, "seats": { @@ -104272,18 +115935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41711, "usage_id": 182 }, "0508.U1.808": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1808, W\u00e4rmeversorgung", "arch_name": "-1808@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104291,18 +115956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41390, "usage_id": 54 }, "0508.U1.808A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1808A, Flur", "arch_name": "-1808A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -104310,18 +115977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39824, "usage_id": 222 }, "0508.U1.808B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1808B, W\u00e4rmeversorgung", "arch_name": "-1808B@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104329,18 +115998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39822, "usage_id": 54 }, "0508.U1.809": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1809, W\u00e4rmeversorgung", "arch_name": "-1809@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104348,18 +116019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39796, "usage_id": 54 }, "0508.U1.811": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1811, Elektroverteilung", "arch_name": "-1811@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104367,18 +116040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39794, "usage_id": 160 }, "0508.U1.812": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1812, Stromversorgung", "arch_name": "-1812@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104386,18 +116061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39792, "usage_id": 160 }, "0508.U1.814": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1814, Heiztechnik", "arch_name": "-1814@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104405,18 +116082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39906, "usage_id": 217 }, "0508.U1.814A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1814A, Notstromversorgung", "arch_name": "-1814A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104424,18 +116103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41280, "usage_id": 160 }, "0508.U1.814B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1814B, Elektroausgaberaum", "arch_name": "-1814B@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104443,18 +116124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39910, "usage_id": 160 }, "0508.U1.815": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1815, Lager Fa. Siemens", "arch_name": "-1815@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26055, "seats": { @@ -104462,18 +116145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39838, "usage_id": 30 }, "0508.U1.815A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1815A, Lager", "arch_name": "-1815A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -104481,18 +116166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71022, "usage_id": 30 }, "0508.U1.817": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1817, Heizzentrale", "arch_name": "-1817@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104500,18 +116187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39808, "usage_id": 54 }, "0508.U1.818": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1818, Flur", "arch_name": "-1818@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -104519,18 +116208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64189, "usage_id": 222 }, "0508.U1.819": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1819, S\u00e4ure u. Laugenstation", "arch_name": "-1819@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104538,18 +116229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39813, "usage_id": 182 }, "0508.U1.821": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1821, Wasserversorgung", "arch_name": "-1821@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104557,18 +116250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14226, "usage_id": 183 }, "0508.U1.822": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1822/A, Lager", "arch_name": "-1822/A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104576,18 +116271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41385, "usage_id": 30 }, "0508.U1.824": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1824, Flur (Umbau)", "arch_name": "-1824@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -104595,18 +116292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41117, "usage_id": 222 }, "0508.U1.825": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1825, Lager (Umbau)", "arch_name": "-1825@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -104614,18 +116313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41125, "usage_id": 217 }, "0508.U1.826": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1826, Lager (Umbau)", "arch_name": "-1826@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -104633,18 +116334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41129, "usage_id": 217 }, "0508.U1.831": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1831, Wasserversorgung", "arch_name": "-1831@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104652,18 +116355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41182, "usage_id": 183 }, "0508.U1.833": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1833, Mittelspannung", "arch_name": "-1833@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104671,18 +116376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41187, "usage_id": 160 }, "0508.U1.834": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1834, Elektrischer Betriebsraum", "arch_name": "-1834@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104690,18 +116397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41191, "usage_id": 160 }, "0508.U1.840": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1840, Lager", "arch_name": "-1840@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -104709,18 +116418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41483, "usage_id": 30 }, "0508.U1.841A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1841A, L\u00fcftung", "arch_name": "-1841A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104728,18 +116439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41722, "usage_id": 32 }, "0508.U1.841B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1841B, Heiztechnik", "arch_name": "-1841B@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104747,18 +116460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41725, "usage_id": 201 }, "0508.U1.841C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1841C, Heiztechnik", "arch_name": "-1841C@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104766,18 +116481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41729, "usage_id": 201 }, "0508.U1.845": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1845, \u00d6llager", "arch_name": "-1845@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104785,18 +116502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41867, "usage_id": 30 }, "0508.U1.845A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1845A, \u00d6llager", "arch_name": "-1845A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104804,18 +116523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41875, "usage_id": 30 }, "0508.U1.847": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1847, Wasserversorgung", "arch_name": "-1847@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104823,18 +116544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41881, "usage_id": 183 }, "0508.U1.851": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1851, Heiztechnik", "arch_name": "-1851@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104842,18 +116565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40744, "usage_id": 201 }, "0508.U1.854": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1854, Diesel\u00f6l (Umbau)", "arch_name": "-1854@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -104861,18 +116586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40751, "usage_id": 217 }, "0508.U1.856": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1856, Heizung u. Brauchwassererw\u00e4rmung", "arch_name": "-1856@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -104880,18 +116607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40756, "usage_id": 201 }, "0508.U1.857": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1857, Lager (Umbau)", "arch_name": "-1857@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -104899,18 +116628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40764, "usage_id": 217 }, "0508.U1.858": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1858, Lager (Umbau)", "arch_name": "-1858@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -104918,18 +116649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40840, "usage_id": 217 }, "0508.U1.859": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1859, Alt Kohlelager (Umbau)", "arch_name": "-1859@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -104937,18 +116670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40844, "usage_id": 217 }, "0508.U1.859A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1859A, Aufzug/Treppe (Umbau)", "arch_name": "-1859A@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -104956,18 +116691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40849, "usage_id": 4 }, "0508.U1.859B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1859B, Flur \u00d6llager (Umbau)", "arch_name": "-1859B@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -104975,18 +116712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40892, "usage_id": 222 }, "0508.U1.860": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1860, Sprinklerzentrale f\u00fcr 0503 (Umbau)", "arch_name": "-1860@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -104994,18 +116733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40900, "usage_id": 217 }, "0508.U1.861": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1861, Sprinklerzentrale f\u00fcr 0503 (Umbau)", "arch_name": "-1861@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -105013,18 +116754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40904, "usage_id": 201 }, "0508.U1.862": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1862, Sprinklerzentrale f\u00fcr 0503 (Umbau)", "arch_name": "-1862@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -105032,18 +116775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40962, "usage_id": 201 }, "0508.U1.870": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1870, Treppenhaus Nord (Umbau)", "arch_name": "-1870@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -105051,18 +116796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40968, "usage_id": 223 }, "0508.U1.871": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1871, Treppenhaus S\u00fcd", "arch_name": "-1871@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -105070,18 +116817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40977, "usage_id": 223 }, "0508.U1.873": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1873, Lager", "arch_name": "-1873@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38684, "seats": { @@ -105089,18 +116838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64196, "usage_id": 30 }, "0508.U1.874": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1874, Entrauchung", "arch_name": "-1874@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -105108,18 +116859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64197, "usage_id": 32 }, "0508.U1.880": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1880, Flur", "arch_name": "-1880@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -105127,18 +116880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64190, "usage_id": 222 }, "0508.U1.881": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1881, Flur", "arch_name": "-1881@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -105146,18 +116901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64191, "usage_id": 222 }, "0508.U1.890": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1890, Lager", "arch_name": "-1890@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -105165,18 +116922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64192, "usage_id": 30 }, "0508.U1.895": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1895, Lager", "arch_name": "-1895@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15202, "seats": { @@ -105184,18 +116943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64193, "usage_id": 30 }, "0508.U1.896": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1896, Lager", "arch_name": "-1896@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -105203,18 +116964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64194, "usage_id": 30 }, "0508.U1.897": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1897, Lager", "arch_name": "-1897@0508", "area_id": 23, "building_id": 584, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 46175, "seats": { @@ -105222,18 +116985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64195, "usage_id": 30 }, "0509.01.902": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z902, B\u00fcro", "arch_name": "Z902@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -105241,18 +117006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75023, "usage_id": 12 }, "0509.01.903": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z903, B\u00fcro", "arch_name": "Z903@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -105260,18 +117027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75024, "usage_id": 12 }, "0509.01.904": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z904, B\u00fcro", "arch_name": "Z904@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -105279,18 +117048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75025, "usage_id": 12 }, "0509.01.905": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z905, B\u00fcro", "arch_name": "Z905@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -105298,18 +117069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75026, "usage_id": 12 }, "0509.01.908": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z908, B\u00fcro", "arch_name": "Z908@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -105317,18 +117090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74975, "usage_id": 12 }, "0509.01.909": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z909, B\u00fcro", "arch_name": "Z909@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -105336,18 +117111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74976, "usage_id": 12 }, "0509.01.912": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z912, B\u00fcro", "arch_name": "Z912@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -105355,18 +117132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74977, "usage_id": 12 }, "0509.01.913": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z913, Besprechungsraum", "arch_name": "Z913@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -105374,18 +117153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74978, "usage_id": 196 }, "0509.01.916": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z916, B\u00fcro", "arch_name": "Z916@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -105393,18 +117174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74979, "usage_id": 12 }, "0509.01.921": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z921, Studentenarb. m. DV (HKW)", "arch_name": "Z921@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105412,18 +117195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74980, "usage_id": 208 }, "0509.01.922": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z922, Studentenarb. m. DV (HKW)", "arch_name": "Z922@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15367, "seats": { @@ -105431,18 +117216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74981, "usage_id": 208 }, "0509.01.923": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z923, Studentenarb. m. DV (HKW)", "arch_name": "Z923@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14188, "seats": { @@ -105450,18 +117237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74982, "usage_id": 208 }, "0509.01.925": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z925, Putzraum", "arch_name": "Z925@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37989, "seats": { @@ -105469,18 +117258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74983, "usage_id": 205 }, "0509.01.926": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z926, WC (HKW)", "arch_name": "Z926@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -105488,18 +117279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74984, "usage_id": 114 }, "0509.01.928": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z928, Flur (HKW)", "arch_name": "Z928@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -105507,18 +117300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74985, "usage_id": 222 }, "0509.01.929": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z929, Flur", "arch_name": "Z929@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -105526,18 +117321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74986, "usage_id": 222 }, "0509.01.930": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z930, Treppenhaus 2", "arch_name": "Z930@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -105545,18 +117342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74987, "usage_id": 223 }, "0509.01.931": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z931, WC-Damen", "arch_name": "Z931@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -105564,18 +117363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74988, "usage_id": 116 }, "0509.01.932": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z932, B\u00fcro", "arch_name": "Z932@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105583,18 +117384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74989, "usage_id": 12 }, "0509.01.933": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z933, Raumlufttechnik", "arch_name": "Z933@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -105602,18 +117405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74990, "usage_id": 32 }, "0509.01.934": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z934, B\u00fcro", "arch_name": "Z934@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105621,18 +117426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74991, "usage_id": 12 }, "0509.01.935": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z935, Elektrotechnik", "arch_name": "Z935@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -105640,18 +117447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74992, "usage_id": 120 }, "0509.01.936": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z936, B\u00fcro", "arch_name": "Z936@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105659,18 +117468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74993, "usage_id": 12 }, "0509.01.937": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z937, Elektrotechnik", "arch_name": "Z937@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -105678,18 +117489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74994, "usage_id": 120 }, "0509.01.938": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z938, B\u00fcro", "arch_name": "Z938@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105697,18 +117510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74995, "usage_id": 12 }, "0509.01.940": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z940, B\u00fcro", "arch_name": "Z940@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105716,18 +117531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74996, "usage_id": 12 }, "0509.01.941": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z941, B\u00fcro", "arch_name": "Z941@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105735,18 +117552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74997, "usage_id": 12 }, "0509.01.943": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z943, B\u00fcro", "arch_name": "Z943@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105754,18 +117573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74998, "usage_id": 12 }, "0509.01.944": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z944, B\u00fcro", "arch_name": "Z944@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105773,18 +117594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74999, "usage_id": 12 }, "0509.01.945": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z945, B\u00fcro", "arch_name": "Z945@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105792,18 +117615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75000, "usage_id": 12 }, "0509.01.946": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z946, Sekretariat", "arch_name": "Z946@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105811,18 +117636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75001, "usage_id": 40 }, "0509.01.947": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z947, B\u00fcro", "arch_name": "Z947@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105830,18 +117657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75002, "usage_id": 12 }, "0509.01.948": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z948, Prof.-B\u00fcro", "arch_name": "Z948@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105849,18 +117678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75003, "usage_id": 12 }, "0509.01.949": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z949, Teek\u00fcche/Aufenthaltsraum", "arch_name": "Z949@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105868,18 +117699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75004, "usage_id": 198 }, "0509.01.952": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z952, B\u00fcro", "arch_name": "Z952@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105887,18 +117720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75005, "usage_id": 12 }, "0509.01.954": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z954, B\u00fcro", "arch_name": "Z954@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -105906,18 +117741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75006, "usage_id": 12 }, "0509.01.955": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z955, Putzraum", "arch_name": "Z955@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -105925,18 +117762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75007, "usage_id": 205 }, "0509.01.957": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z957, WC-Damen", "arch_name": "Z957@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -105944,18 +117783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75008, "usage_id": 116 }, "0509.01.959": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z959, Flur", "arch_name": "Z959@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -105963,18 +117804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75009, "usage_id": 222 }, "0509.01.960": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z960, Treppenraum", "arch_name": "Z960@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -105982,18 +117825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75010, "usage_id": 223 }, "0509.01.961": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z961, B\u00fcro", "arch_name": "Z961@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -106001,18 +117846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75011, "usage_id": 12 }, "0509.01.967": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z967, Labor/Diplomanden", "arch_name": "Z967@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -106020,18 +117867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75012, "usage_id": 103 }, "0509.01.973": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z973, Elektrotechnik", "arch_name": "Z973@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -106039,18 +117888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75013, "usage_id": 120 }, "0509.01.975": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z975, Elektrotechnik", "arch_name": "Z975@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -106058,18 +117909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75014, "usage_id": 120 }, "0509.01.977": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z977, Labor/Diplomanden", "arch_name": "Z977@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -106077,18 +117930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75015, "usage_id": 103 }, "0509.01.981": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z981, Labor/Diplomanden", "arch_name": "Z981@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -106096,18 +117951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75016, "usage_id": 103 }, "0509.01.987": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z987, Raumlufttechnik", "arch_name": "Z987@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -106115,18 +117972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75017, "usage_id": 32 }, "0509.01.989": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z989, Galerieflur", "arch_name": "Z989@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -106134,18 +117993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75018, "usage_id": 222 }, "0509.01.989A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z989A, Fluchtbalkon Audimax (Reinigen)", "arch_name": "Z989A@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -106153,18 +118014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75019, "usage_id": 219 }, "0509.01.989B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z989B, Fluchttreppe Audimax (Reinigen)", "arch_name": "Z989B@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -106172,18 +118035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75020, "usage_id": 219 }, "0509.01.990": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z990, Treppenhaus 3", "arch_name": "Z990@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -106191,18 +118056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75021, "usage_id": 223 }, "0509.01.991": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z991, Raumlufttechnik", "arch_name": "Z991@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -106210,18 +118077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75022, "usage_id": 32 }, "0509.01.993": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z993, Vorraum", "arch_name": "Z993@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -106229,18 +118098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74972, "usage_id": 50 }, "0509.01.995": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z995, Seminarraum m. Vorbereitung", "arch_name": "Z995@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -106248,18 +118119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74973, "usage_id": 41 }, "0509.01.999": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z999, Vorbereitung", "arch_name": "Z999@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15365, "seats": { @@ -106267,18 +118140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74974, "usage_id": 136 }, "0509.02.902": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1902, B\u00fcro", "arch_name": "1902@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 49638, "seats": { @@ -106286,19 +118161,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7492, "usage_id": 12 }, "0509.02.903": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1903, \u00dcbung-DV", "arch_name": "1903@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15217, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 49638, "seats": { @@ -106306,18 +118183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14525, "usage_id": 131 }, "0509.02.904": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1904, B\u00fcro", "arch_name": "1904@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 49638, "seats": { @@ -106325,18 +118204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7509, "usage_id": 12 }, "0509.02.908": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1908, B\u00fcro", "arch_name": "1908@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 49638, "seats": { @@ -106344,18 +118225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7513, "usage_id": 12 }, "0509.02.910": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1910, B\u00fcro", "arch_name": "1910@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -106363,18 +118246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7516, "usage_id": 12 }, "0509.02.912": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1912, B\u00fcro", "arch_name": "1912@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -106382,18 +118267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7518, "usage_id": 12 }, "0509.02.913": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1913, B\u00fcro", "arch_name": "1913@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -106401,18 +118288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7521, "usage_id": 12 }, "0509.02.914": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1914, B\u00fcro", "arch_name": "1914@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -106420,18 +118309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7526, "usage_id": 12 }, "0509.02.916": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1916, B\u00fcro", "arch_name": "1916@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -106439,18 +118330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38546, "usage_id": 12 }, "0509.02.917": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1917, B\u00fcro", "arch_name": "1917@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -106458,18 +118351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38558, "usage_id": 12 }, "0509.02.919": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1919, Studentenarb. m. DV", "arch_name": "1919@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -106477,18 +118372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38563, "usage_id": 208 }, "0509.02.920": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1920, B\u00fcro/Hausmeister", "arch_name": "1920@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 37992, "seats": { @@ -106496,18 +118393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7432, "usage_id": 12 }, "0509.02.921": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1921, Lager/EDV-Verteiler (HKW)", "arch_name": "1921@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -106515,18 +118414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14611, "usage_id": 30 }, "0509.02.922": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1922, Studentenarb. m. DV (HKW)", "arch_name": "1922@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -106534,18 +118435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14613, "usage_id": 208 }, "0509.02.923A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1923A, Rundbalkon (HKW-Reinigen)", "arch_name": "1923A@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -106553,18 +118456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66531, "usage_id": 137 }, "0509.02.927": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1927, Aufzug (HKW)", "arch_name": "1927@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -106572,18 +118477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38584, "usage_id": 4 }, "0509.02.928": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1928, Flur (HKW)", "arch_name": "1928@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -106591,18 +118498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38586, "usage_id": 222 }, "0509.02.929": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1929, Flur", "arch_name": "1929@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -106610,18 +118519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38589, "usage_id": 222 }, "0509.02.930": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1930, Treppenhaus 1", "arch_name": "1930@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -106629,18 +118540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38524, "usage_id": 223 }, "0509.02.930C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1930C, \u00dcbergang 1 zu 0504", "arch_name": "1930C@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -106648,18 +118561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68170, "usage_id": 222 }, "0509.02.931": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1931, WC-Vorraum Herren", "arch_name": "1931@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -106667,18 +118582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38531, "usage_id": 118 }, "0509.02.931A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1931A, WC-Herren", "arch_name": "1931A@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -106686,18 +118603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74942, "usage_id": 115 }, "0509.02.931B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1931B, WC-Herren", "arch_name": "1931B@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -106705,18 +118624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74941, "usage_id": 115 }, "0509.02.932": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1932, Kopierraum", "arch_name": "1932@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -106724,18 +118645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7449, "usage_id": 110 }, "0509.02.933": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1933, Raumlufttechnik", "arch_name": "1933@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -106743,18 +118666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38540, "usage_id": 32 }, "0509.02.934": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1934, B\u00fcro", "arch_name": "1934@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -106762,18 +118687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7632, "usage_id": 12 }, "0509.02.935": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1935, Lager", "arch_name": "1935@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -106781,18 +118708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38737, "usage_id": 30 }, "0509.02.936": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1936, B\u00fcro", "arch_name": "1936@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -106800,18 +118729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7635, "usage_id": 12 }, "0509.02.937": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1937, Elektrotechnik", "arch_name": "1937@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -106819,18 +118750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38744, "usage_id": 120 }, "0509.02.940": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1940, B\u00fcro", "arch_name": "1940@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -106838,18 +118771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7638, "usage_id": 12 }, "0509.02.941": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1941, B\u00fcro", "arch_name": "1941@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -106857,18 +118792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38767, "usage_id": 12 }, "0509.02.942": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1942, B\u00fcro", "arch_name": "1942@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15370, "seats": { @@ -106876,18 +118813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7568, "usage_id": 12 }, "0509.02.945": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1945, Labor/Diplomanden", "arch_name": "1945@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -106895,18 +118834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38790, "usage_id": 103 }, "0509.02.946": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1946, Prof.-B\u00fcro", "arch_name": "1946@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15367, "seats": { @@ -106914,18 +118855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7572, "usage_id": 12 }, "0509.02.948": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1948, B\u00fcro", "arch_name": "1948@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15367, "seats": { @@ -106933,18 +118876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7575, "usage_id": 12 }, "0509.02.949": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1949, Stud.arbeit", "arch_name": "1949@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -106952,18 +118897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38805, "usage_id": 208 }, "0509.02.952": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1952, Prof.-B\u00fcro", "arch_name": "1952@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15370, "seats": { @@ -106971,18 +118918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38815, "usage_id": 12 }, "0509.02.953A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1953A, Teek\u00fcche", "arch_name": "1953A@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -106990,18 +118939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74929, "usage_id": 198 }, "0509.02.955": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1955, Putzraum", "arch_name": "1955@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -107009,18 +118960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38869, "usage_id": 205 }, "0509.02.957": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1957, WC-Vorraum Damen", "arch_name": "1957@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -107028,18 +118981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38874, "usage_id": 118 }, "0509.02.957A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1957A, WC-Damen", "arch_name": "1957A@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -107047,18 +119002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74940, "usage_id": 116 }, "0509.02.959": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1959, Flur", "arch_name": "1959@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -107066,18 +119023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38879, "usage_id": 222 }, "0509.02.960": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1960, Treppenhaus 2", "arch_name": "1960@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -107085,18 +119044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38704, "usage_id": 223 }, "0509.02.960C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1960C, \u00dcbergang 2 zu 0504", "arch_name": "1960C@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -107104,18 +119065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68171, "usage_id": 222 }, "0509.02.961": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1961, Server", "arch_name": "1961@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -107123,18 +119086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7624, "usage_id": 207 }, "0509.02.963": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1963, Labor/Diplomanden", "arch_name": "1963@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -107142,19 +119107,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38713, "usage_id": 103 }, "0509.02.967": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1967, Besprechungsraum", "arch_name": "1967@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 21242, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15370, "seats": { @@ -107162,18 +119129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38718, "usage_id": 196 }, "0509.02.973": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1973, Lager", "arch_name": "1973@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -107181,18 +119150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38958, "usage_id": 30 }, "0509.02.975": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1975, Elektrotechnik", "arch_name": "1975@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -107200,18 +119171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38963, "usage_id": 120 }, "0509.02.976": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1976, Gang, Weg im Freien", "arch_name": "1976@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -107219,19 +119192,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74930, "usage_id": 219 }, "0509.02.977": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1977, Seminarraum", "arch_name": "1977@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15037, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -107239,18 +119214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7553, "usage_id": 41 }, "0509.02.978": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1978, Gang, Weg im Freien", "arch_name": "1978@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -107258,18 +119235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74939, "usage_id": 219 }, "0509.02.986": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1986, Audimax Galerie", "arch_name": "1986@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -107277,18 +119256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7555, "usage_id": 20 }, "0509.02.987": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1987, Raumlufttechnik", "arch_name": "1987@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -107296,18 +119277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38972, "usage_id": 32 }, "0509.02.989": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1989, Galerieflur", "arch_name": "1989@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -107315,18 +119298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38980, "usage_id": 222 }, "0509.02.989A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z989A, Gang, Weg im Freien", "arch_name": "Z989A@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -107334,18 +119319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74928, "usage_id": 219 }, "0509.02.990": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1990, Treppenhaus 3", "arch_name": "1990@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -107353,18 +119340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39000, "usage_id": 223 }, "0509.02.991": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1991, Raumlufttechnik", "arch_name": "1991@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -107372,18 +119361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39004, "usage_id": 32 }, "0509.02.992": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1992, Gang, Weg im Freien", "arch_name": "1992@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -107391,18 +119382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74943, "usage_id": 219 }, "0509.02.993": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1993, Lager", "arch_name": "1993@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -107410,18 +119403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39007, "usage_id": 30 }, "0509.02.994": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1994, Lager", "arch_name": "1994@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -107429,18 +119424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64757, "usage_id": 30 }, "0509.02.995": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1995, Windfang \u00dcbergang", "arch_name": "1995@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -107448,19 +119445,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39011, "usage_id": 52 }, "0509.02.998": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1998, Praktikumsraum", "arch_name": "1998@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 25155, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -107468,19 +119467,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64756, "usage_id": 211 }, "0509.02.999": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1999, Praktikumsraum", "arch_name": "1999@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15045, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -107488,19 +119489,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7681, "usage_id": 211 }, "0509.03.902": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2902, Studentenarb. m. DV", "arch_name": "2902@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 29032, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107508,19 +119511,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7684, "usage_id": 208 }, "0509.03.903": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2903, Studentenarb. m. DV", "arch_name": "2903@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 22943, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107528,18 +119533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7696, "usage_id": 208 }, "0509.03.905": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2905, B\u00fcro", "arch_name": "2905@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107547,18 +119554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7699, "usage_id": 12 }, "0509.03.906": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2906, B\u00fcro", "arch_name": "2906@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107566,18 +119575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7702, "usage_id": 12 }, "0509.03.907": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2907, B\u00fcro", "arch_name": "2907@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107585,18 +119596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7707, "usage_id": 12 }, "0509.03.908": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2908, B\u00fcro", "arch_name": "2908@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107604,18 +119617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7709, "usage_id": 12 }, "0509.03.909": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2909, B\u00fcro", "arch_name": "2909@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107623,18 +119638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7711, "usage_id": 12 }, "0509.03.912": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2912, B\u00fcro", "arch_name": "2912@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107642,18 +119659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7713, "usage_id": 12 }, "0509.03.913": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2913, B\u00fcro", "arch_name": "2913@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107661,18 +119680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7717, "usage_id": 12 }, "0509.03.914": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2914, B\u00fcro", "arch_name": "2914@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107680,18 +119701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7720, "usage_id": 12 }, "0509.03.915": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2915, B\u00fcro", "arch_name": "2915@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107699,18 +119722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7723, "usage_id": 12 }, "0509.03.917": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2917, Druckger\u00e4teraum", "arch_name": "2917@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107718,18 +119743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38930, "usage_id": 110 }, "0509.03.918": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2918, B\u00fcro", "arch_name": "2918@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107737,18 +119764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20381, "usage_id": 12 }, "0509.03.920": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2920, B\u00fcro", "arch_name": "2920@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107756,18 +119785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7640, "usage_id": 12 }, "0509.03.922": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2922, B\u00fcro", "arch_name": "2922@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -107775,18 +119806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7642, "usage_id": 12 }, "0509.03.927": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2927, WC-Damen", "arch_name": "2927@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -107794,18 +119827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74945, "usage_id": 116 }, "0509.03.928": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2928, WC-Damen", "arch_name": "2928@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -107813,18 +119848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74944, "usage_id": 116 }, "0509.03.929": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2929, Flur", "arch_name": "2929@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -107832,18 +119869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20391, "usage_id": 222 }, "0509.03.930": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2930, Treppenhaus 1", "arch_name": "2930@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -107851,18 +119890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39086, "usage_id": 223 }, "0509.03.931": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2931, WC-Vorraum Damen", "arch_name": "2931@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -107870,18 +119911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39087, "usage_id": 118 }, "0509.03.932": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2932, B\u00fcro", "arch_name": "2932@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -107889,18 +119932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39104, "usage_id": 12 }, "0509.03.933": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2933, Raumlufttechnik", "arch_name": "2933@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -107908,18 +119953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39108, "usage_id": 32 }, "0509.03.934": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2934, B\u00fcro", "arch_name": "2934@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -107927,18 +119974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39160, "usage_id": 12 }, "0509.03.936": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2936, Elektrotechnik", "arch_name": "2936@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -107946,18 +119995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39168, "usage_id": 120 }, "0509.03.937": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2937, Elektrotechnik", "arch_name": "2937@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -107965,18 +120016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39175, "usage_id": 120 }, "0509.03.938": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2938, B\u00fcro", "arch_name": "2938@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -107984,18 +120037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39182, "usage_id": 12 }, "0509.03.940": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2940, B\u00fcro", "arch_name": "2940@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -108003,19 +120058,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7798, "usage_id": 12 }, "0509.03.941": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2941, Serverraum", "arch_name": "2941@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 28452, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -108023,18 +120080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19828, "usage_id": 207 }, "0509.03.944": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2944, B\u00fcro", "arch_name": "2944@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -108042,18 +120101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39054, "usage_id": 12 }, "0509.03.946": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2946, B\u00fcro", "arch_name": "2946@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -108061,19 +120122,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39269, "usage_id": 12 }, "0509.03.947": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2947, Praktikantenraum", "arch_name": "2947@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 20477, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43787, "seats": { @@ -108081,18 +120144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39273, "usage_id": 211 }, "0509.03.948": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2948, B\u00fcro", "arch_name": "2948@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -108100,18 +120165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39278, "usage_id": 12 }, "0509.03.950": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2950, B\u00fcro", "arch_name": "2950@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -108119,18 +120186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39291, "usage_id": 12 }, "0509.03.954": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2954, Prof.-B\u00fcro", "arch_name": "2954@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -108138,18 +120207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39297, "usage_id": 12 }, "0509.03.955": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2955, Putzraum", "arch_name": "2955@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -108157,18 +120228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39302, "usage_id": 205 }, "0509.03.957": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2957, WC-Vorraum Herren", "arch_name": "2957@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -108176,18 +120249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39308, "usage_id": 118 }, "0509.03.957A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2957A, WC-Herren", "arch_name": "2957A@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -108195,18 +120270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74938, "usage_id": 115 }, "0509.03.959": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2959, Flur", "arch_name": "2959@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -108214,18 +120291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19274, "usage_id": 222 }, "0509.03.960": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2960, Treppenhaus 2", "arch_name": "2960@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -108233,19 +120312,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39323, "usage_id": 223 }, "0509.03.961": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2961, Rechnerpraktikum", "arch_name": "2961@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 18440, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108253,19 +120334,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7769, "usage_id": 211 }, "0509.03.965": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2965, B\u00fcro", "arch_name": "2965@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 28453, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -108273,18 +120356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39332, "usage_id": 12 }, "0509.03.973": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2973, Elektrotechnik", "arch_name": "2973@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -108292,18 +120377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39336, "usage_id": 120 }, "0509.03.975": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2975, Elektrotechnik", "arch_name": "2975@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -108311,19 +120398,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39339, "usage_id": 120 }, "0509.03.977": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2977, Cip-Pool", "arch_name": "2977@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15048, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108331,18 +120420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7776, "usage_id": 213 }, "0509.03.985": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Gang, Weg im Freien", "arch_name": "@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -108350,18 +120441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74937, "usage_id": 219 }, "0509.03.987": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2987, Raumlufttechnik", "arch_name": "2987@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -108369,18 +120462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39345, "usage_id": 32 }, "0509.03.989": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2989, Galerieflur", "arch_name": "2989@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -108388,18 +120483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39202, "usage_id": 222 }, "0509.03.990": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2990, Treppenhaus 3", "arch_name": "2990@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -108407,18 +120504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39205, "usage_id": 223 }, "0509.03.991": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2991, Raumlufttechnik", "arch_name": "2991@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -108426,18 +120525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39220, "usage_id": 32 }, "0509.03.993": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2993, Regieraum", "arch_name": "2993@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108445,18 +120546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32586, "usage_id": 153 }, "0509.03.995": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2995, Vorraum", "arch_name": "2995@0509", "area_id": 23, "building_id": 585, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -108464,19 +120567,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39225, "usage_id": 50 }, "0509.03.999": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2999, Seminarraum", "arch_name": "2999@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15063, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108484,19 +120589,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7927, "usage_id": 41 }, "0509.04.902": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3902, Aufenthalt/Teek\u00fcche", "arch_name": "3902@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 18439, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108504,18 +120611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39232, "usage_id": 44 }, "0509.04.904": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3904, Druckger\u00e4teraum", "arch_name": "3904@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108523,19 +120632,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19506, "usage_id": 110 }, "0509.04.905A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3905a, B\u00fcro", "arch_name": "3905a@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 23971, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108543,18 +120654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7936, "usage_id": 12 }, "0509.04.905B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3905b, Sekretariat", "arch_name": "3905b@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108562,19 +120675,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7937, "usage_id": 40 }, "0509.04.905C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3905c, Besprechungsraum", "arch_name": "3905c@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 18441, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108582,18 +120697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39387, "usage_id": 196 }, "0509.04.906": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3906, B\u00fcro", "arch_name": "3906@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108601,19 +120718,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7940, "usage_id": 12 }, "0509.04.908": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3908, Handbibliotheksraum", "arch_name": "3908@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 30032, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108621,18 +120740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14228, "usage_id": 10 }, "0509.04.909": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3909, Prof.-B\u00fcro", "arch_name": "3909@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108640,18 +120761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7944, "usage_id": 12 }, "0509.04.911": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3911, Sekretariat", "arch_name": "3911@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108659,18 +120782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7948, "usage_id": 40 }, "0509.04.912": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3912, B\u00fcro", "arch_name": "3912@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108678,18 +120803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7952, "usage_id": 12 }, "0509.04.913": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3913, Archiv", "arch_name": "3913@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108697,18 +120824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39410, "usage_id": 2 }, "0509.04.914": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3914, B\u00fcro", "arch_name": "3914@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -108716,18 +120845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7860, "usage_id": 12 }, "0509.04.929": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3929, Flur", "arch_name": "3929@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -108735,18 +120866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14253, "usage_id": 222 }, "0509.04.930": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3930, Treppenhaus 1", "arch_name": "3930@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -108754,18 +120887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39420, "usage_id": 223 }, "0509.04.931": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3931, WC-Vorraum Herren", "arch_name": "3931@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -108773,18 +120908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39423, "usage_id": 118 }, "0509.04.932": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3932, B\u00fcro", "arch_name": "3932@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -108792,18 +120929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7871, "usage_id": 12 }, "0509.04.933": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3933, Raumlufttechnik", "arch_name": "3933@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -108811,18 +120950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39428, "usage_id": 32 }, "0509.04.934": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3934, Prof.-B\u00fcro", "arch_name": "3934@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -108830,18 +120971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39431, "usage_id": 12 }, "0509.04.935": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3935, Elektrotechnik", "arch_name": "3935@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -108849,18 +120992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39434, "usage_id": 120 }, "0509.04.936": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3936, Prof.-B\u00fcro", "arch_name": "3936@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -108868,18 +121013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7878, "usage_id": 12 }, "0509.04.937": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3937, Elektrotechnik", "arch_name": "3937@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -108887,18 +121034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39440, "usage_id": 120 }, "0509.04.938": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3938, Sekretariat", "arch_name": "3938@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -108906,18 +121055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7881, "usage_id": 40 }, "0509.04.940": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3940, Prof.-B\u00fcro", "arch_name": "3940@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -108925,18 +121076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7883, "usage_id": 12 }, "0509.04.941": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3941, Lager", "arch_name": "3941@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -108944,18 +121097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39448, "usage_id": 30 }, "0509.04.942": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3942, B\u00fcro", "arch_name": "3942@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -108963,18 +121118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7888, "usage_id": 12 }, "0509.04.943": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3943, Fotokopierraum", "arch_name": "3943@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -108982,18 +121139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39458, "usage_id": 110 }, "0509.04.944": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3944, B\u00fcro", "arch_name": "3944@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -109001,19 +121160,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8053, "usage_id": 12 }, "0509.04.945": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3945, Besprechungsraum", "arch_name": "3945@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 29152, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -109021,18 +121182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39465, "usage_id": 196 }, "0509.04.946": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3946, B\u00fcro", "arch_name": "3946@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -109040,18 +121203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8057, "usage_id": 12 }, "0509.04.947": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3947, Aufenthaltsraum", "arch_name": "3947@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -109059,18 +121224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39468, "usage_id": 44 }, "0509.04.948": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3948, B\u00fcro", "arch_name": "3948@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -109078,18 +121245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8061, "usage_id": 12 }, "0509.04.955": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3955, Putzraum", "arch_name": "3955@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -109097,18 +121266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39474, "usage_id": 205 }, "0509.04.957": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3957, WC-Vorraum Damen", "arch_name": "3957@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -109116,18 +121287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39479, "usage_id": 118 }, "0509.04.959": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3959, Flur", "arch_name": "3959@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -109135,18 +121308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39482, "usage_id": 222 }, "0509.04.960": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3960, Treppenhaus 2", "arch_name": "3960@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -109154,19 +121329,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39348, "usage_id": 223 }, "0509.04.961": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3961, Studentenarb. m. DV", "arch_name": "3961@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 31474, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -109174,18 +121351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39354, "usage_id": 208 }, "0509.04.963": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3963, B\u00fcro", "arch_name": "3963@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -109193,18 +121372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7970, "usage_id": 12 }, "0509.04.965": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3965, B\u00fcro", "arch_name": "3965@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109212,19 +121393,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8000, "usage_id": 12 }, "0509.04.971": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3971, Elektronikpraktikum", "arch_name": "3971@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15511, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109232,18 +121415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39558, "usage_id": 211 }, "0509.04.973": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3973, Elektrotechnik", "arch_name": "3973@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -109251,18 +121436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39565, "usage_id": 120 }, "0509.04.975": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3975, Elektrotechnik", "arch_name": "3975@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -109270,18 +121457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39568, "usage_id": 120 }, "0509.04.976": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3976, WC-Herren", "arch_name": "3976@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -109289,18 +121478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74950, "usage_id": 115 }, "0509.04.977": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3977, WC-Damen", "arch_name": "3977@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -109308,18 +121499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74948, "usage_id": 116 }, "0509.04.978": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3978, WC-Herren", "arch_name": "3978@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -109327,18 +121520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74949, "usage_id": 115 }, "0509.04.986": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Gang, Weg im Freien", "arch_name": "@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -109346,18 +121541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74946, "usage_id": 219 }, "0509.04.987": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3987, Raumlufttechnik", "arch_name": "3987@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -109365,18 +121562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39572, "usage_id": 32 }, "0509.04.989": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3989, Galerieflur", "arch_name": "3989@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -109384,18 +121583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39576, "usage_id": 222 }, "0509.04.990": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3990, Treppenhaus 3", "arch_name": "3990@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -109403,18 +121604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39580, "usage_id": 223 }, "0509.04.990A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3990A, Vorraum", "arch_name": "3990A@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -109422,18 +121625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74951, "usage_id": 50 }, "0509.04.991": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3991, Raumlufttechnik", "arch_name": "3991@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -109441,18 +121646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39585, "usage_id": 32 }, "0509.04.993": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3993, B\u00fcro", "arch_name": "3993@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -109460,18 +121667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8015, "usage_id": 12 }, "0509.04.995": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3995, Vorraum", "arch_name": "3995@0509", "area_id": 23, "building_id": 585, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -109479,19 +121688,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39594, "usage_id": 50 }, "0509.04.999": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3999, Seminarraum", "arch_name": "3999@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15069, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -109499,19 +121710,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8018, "usage_id": 41 }, "0509.05.905": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4905, Seminarraum", "arch_name": "4905@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15070, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -109519,18 +121732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8022, "usage_id": 41 }, "0509.05.909": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4909, B\u00fcro", "arch_name": "4909@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -109538,18 +121753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8025, "usage_id": 12 }, "0509.05.911": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4911, B\u00fcro", "arch_name": "4911@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -109557,19 +121774,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8029, "usage_id": 12 }, "0509.05.913": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4913, B\u00fcro", "arch_name": "4913@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 20237, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -109577,18 +121796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8105, "usage_id": 12 }, "0509.05.915": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4915, B\u00fcro", "arch_name": "4915@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -109596,18 +121817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8110, "usage_id": 12 }, "0509.05.929": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4929, Flur mit Arbeitspl\u00e4tzen", "arch_name": "4929@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -109615,18 +121838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14262, "usage_id": 222 }, "0509.05.929A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4929A, Studentenarbeitsraum m. DV", "arch_name": "4929A@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15393, "seats": { @@ -109634,18 +121859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74947, "usage_id": 208 }, "0509.05.930": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4930, Treppenhaus 1", "arch_name": "4930@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -109653,18 +121880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39686, "usage_id": 223 }, "0509.05.931": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4931, Putzraum", "arch_name": "4931@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -109672,18 +121901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39691, "usage_id": 205 }, "0509.05.933": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4933, Raumlufttechnik", "arch_name": "4933@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -109691,18 +121922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39695, "usage_id": 32 }, "0509.05.935": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4935, Installation", "arch_name": "4935@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -109710,18 +121943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39727, "usage_id": 120 }, "0509.05.937": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4937, Installation", "arch_name": "4937@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -109729,18 +121964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39730, "usage_id": 120 }, "0509.05.940": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4932, Lager", "arch_name": "4932@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109748,18 +121985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39733, "usage_id": 30 }, "0509.05.941": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4941, B\u00fcro", "arch_name": "4941@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109767,18 +122006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39737, "usage_id": 12 }, "0509.05.941A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4941A, B\u00fcro", "arch_name": "4941A@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109786,18 +122027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65668, "usage_id": 12 }, "0509.05.942": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4934, Werkstatt", "arch_name": "4934@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109805,18 +122048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39739, "usage_id": 108 }, "0509.05.943": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4943, Flur", "arch_name": "4943@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -109824,18 +122069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39741, "usage_id": 222 }, "0509.05.944": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4944, Archiv", "arch_name": "4944@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -109843,18 +122090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39744, "usage_id": 2 }, "0509.05.945": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4945, B\u00fcro", "arch_name": "4945@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109862,18 +122111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8152, "usage_id": 12 }, "0509.05.946": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4946, Lager", "arch_name": "4946@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109881,18 +122132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39751, "usage_id": 30 }, "0509.05.947": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4947, Teek\u00fcche", "arch_name": "4947@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109900,18 +122153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8156, "usage_id": 198 }, "0509.05.949": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4949, B\u00fcro", "arch_name": "4949@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109919,18 +122174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8073, "usage_id": 12 }, "0509.05.951": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4951, B\u00fcro", "arch_name": "4951@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109938,19 +122195,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8076, "usage_id": 12 }, "0509.05.959": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4959, Stud.arbeit-DV", "arch_name": "4959@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 21583, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 48038, "seats": { @@ -109958,18 +122217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39771, "usage_id": 208 }, "0509.05.960": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4960, Treppenhaus 2", "arch_name": "4960@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -109977,18 +122238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39773, "usage_id": 223 }, "0509.05.961": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4961, B\u00fcro", "arch_name": "4961@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 53299, "seats": { @@ -109996,18 +122259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14151, "usage_id": 12 }, "0509.05.961A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4961A, Sekretariat", "arch_name": "4961A@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 48038, "seats": { @@ -110015,18 +122280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68189, "usage_id": 12 }, "0509.05.965": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4965, B\u00fcro", "arch_name": "4965@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 48038, "seats": { @@ -110034,18 +122301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39777, "usage_id": 12 }, "0509.05.973": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4973, Installation", "arch_name": "4973@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -110053,18 +122322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39779, "usage_id": 120 }, "0509.05.975": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4975, Installation", "arch_name": "4975@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -110072,19 +122343,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39782, "usage_id": 120 }, "0509.05.981": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4981, Besprechung", "arch_name": "4981@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15512, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -110092,18 +122365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39638, "usage_id": 196 }, "0509.05.987": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4987, Raumlufttechnik", "arch_name": "4987@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -110111,18 +122386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39640, "usage_id": 32 }, "0509.05.989": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4989, Galerieflur", "arch_name": "4989@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -110130,18 +122407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39643, "usage_id": 222 }, "0509.05.990": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4990, Treppenhaus 3", "arch_name": "4990@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -110149,18 +122428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39646, "usage_id": 223 }, "0509.05.991": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4991, Raumlufttechnik", "arch_name": "4991@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -110168,18 +122449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39650, "usage_id": 32 }, "0509.05.995": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4995, Fluchtbalkon (Reinigen)", "arch_name": "4995@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -110187,18 +122470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66527, "usage_id": 219 }, "0509.05.999": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "4999, Elektroniklabor", "arch_name": "4999@0509", "area_id": 23, "building_id": 585, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 53299, "seats": { @@ -110206,19 +122491,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39655, "usage_id": 103 }, "0509.EG.901": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0901, Praktikum", "arch_name": "0901@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 24315, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -110226,18 +122513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37898, "usage_id": 131 }, "0509.EG.914": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0914, Gang, Weg im Freien", "arch_name": "0914@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -110245,18 +122534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74957, "usage_id": 219 }, "0509.EG.915": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0915, Treppe im Freien", "arch_name": "0915@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -110264,19 +122555,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74959, "usage_id": 7 }, "0509.EG.920": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0920, Studentenarbeitsraum", "arch_name": "0920@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 31172, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -110284,19 +122577,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 19735, "usage_id": 208 }, "0509.EG.921": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0921, Studentenarb.m. DV (HKW)", "arch_name": "0921@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 19563, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -110304,18 +122599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37917, "usage_id": 208 }, "0509.EG.926": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0926, WC-Vorraum Herren", "arch_name": "0926@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -110323,18 +122620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37922, "usage_id": 118 }, "0509.EG.926A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0926A, WC-Herren", "arch_name": "0926A@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -110342,18 +122641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74961, "usage_id": 115 }, "0509.EG.928": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0928, Flur (HKW)", "arch_name": "0928@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -110361,18 +122662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37933, "usage_id": 222 }, "0509.EG.929": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0929, Aufzug (HKW)", "arch_name": "0929@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 26064, "seats": { @@ -110380,18 +122683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37940, "usage_id": 4 }, "0509.EG.930": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0930, Treppenraum", "arch_name": "0930@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -110399,18 +122704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37874, "usage_id": 223 }, "0509.EG.931": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0931, WC-Vorraum Herren", "arch_name": "0931@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -110418,18 +122725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37880, "usage_id": 118 }, "0509.EG.932": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0932, B\u00fcro", "arch_name": "0932@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -110437,18 +122746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7263, "usage_id": 12 }, "0509.EG.933": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0933, Elektrotechnik", "arch_name": "0933@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -110456,18 +122767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37888, "usage_id": 120 }, "0509.EG.934": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0934, B\u00fcro", "arch_name": "0934@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -110475,18 +122788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37896, "usage_id": 12 }, "0509.EG.935": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0935, Elektrotechnik", "arch_name": "0935@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -110494,18 +122809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38068, "usage_id": 120 }, "0509.EG.936": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0936, B\u00fcro", "arch_name": "0936@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -110513,18 +122830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7275, "usage_id": 12 }, "0509.EG.937": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0937, Elektrotechnik", "arch_name": "0937@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -110532,19 +122851,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38079, "usage_id": 120 }, "0509.EG.938": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0938, Besprechung", "arch_name": "0938@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 25523, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -110552,18 +122873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38086, "usage_id": 196 }, "0509.EG.939": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0939, Serverraum", "arch_name": "0939@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -110571,18 +122894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38091, "usage_id": 207 }, "0509.EG.941": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0941, Teek\u00fcche", "arch_name": "0941@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -110590,18 +122915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38097, "usage_id": 198 }, "0509.EG.942": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0942, Besprechungsraum", "arch_name": "0942@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -110609,19 +122936,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38103, "usage_id": 196 }, "0509.EG.943": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0943, Praktikum", "arch_name": "0943@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15009, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15370, "seats": { @@ -110629,18 +122958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7223, "usage_id": 211 }, "0509.EG.955": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0955, Putzraum", "arch_name": "0955@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -110648,18 +122979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38115, "usage_id": 205 }, "0509.EG.957": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0957, WC-Vorraum Damen", "arch_name": "0957@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -110667,18 +123000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38123, "usage_id": 118 }, "0509.EG.959": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0959, Flur", "arch_name": "0959@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -110686,18 +123021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38130, "usage_id": 222 }, "0509.EG.960": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0960, Treppenraum", "arch_name": "0960@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -110705,18 +123042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38135, "usage_id": 223 }, "0509.EG.961": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0961, Aufenthaltsraum", "arch_name": "0961@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -110724,18 +123063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38140, "usage_id": 44 }, "0509.EG.963": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0963, Umkleide", "arch_name": "0963@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -110743,19 +123084,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38144, "usage_id": 121 }, "0509.EG.964": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0964, Cafeteria", "arch_name": "0964@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 33752, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -110763,18 +123106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38150, "usage_id": 139 }, "0509.EG.965": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0965, Sp\u00fclk\u00fcche", "arch_name": "0965@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -110782,18 +123127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38154, "usage_id": 28 }, "0509.EG.967": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0967, WC-Damen", "arch_name": "0967@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -110801,18 +123148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38165, "usage_id": 116 }, "0509.EG.969": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0969, K\u00fchlraum", "arch_name": "0969@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 39687, "seats": { @@ -110820,19 +123169,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38167, "usage_id": 199 }, "0509.EG.970": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0970, Audimax Foyer", "arch_name": "0970@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 17894, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -110840,18 +123191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14474, "usage_id": 222 }, "0509.EG.971": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0971, Flur/Geschirr\u00fcckgabe", "arch_name": "0971@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -110859,18 +123212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38179, "usage_id": 222 }, "0509.EG.971A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0971A, Aufzug/Mensa", "arch_name": "0971A@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 26064, "seats": { @@ -110878,18 +123233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38183, "usage_id": 4 }, "0509.EG.973": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0973, Elektrotechnik", "arch_name": "0973@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -110897,18 +123254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38041, "usage_id": 120 }, "0509.EG.975": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0975, Elektrotechnik", "arch_name": "0975@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -110916,18 +123275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38046, "usage_id": 120 }, "0509.EG.977": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0977, Lager", "arch_name": "0977@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -110935,18 +123296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38050, "usage_id": 30 }, "0509.EG.978": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0978, Technik", "arch_name": "0978@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -110954,18 +123317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38053, "usage_id": 120 }, "0509.EG.979": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0979, K\u00fcche", "arch_name": "0979@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -110973,19 +123338,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38058, "usage_id": 28 }, "0509.EG.980": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0980, Audimax", "arch_name": "0980@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 12521, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -110993,18 +123360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7345, "usage_id": 20 }, "0509.EG.981": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0981, Fahrbereitschaft-Pr\u00e4sident", "arch_name": "0981@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 29396, "seats": { @@ -111012,18 +123381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38268, "usage_id": 44 }, "0509.EG.982": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0982, Lager Audimax", "arch_name": "0982@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -111031,18 +123402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38272, "usage_id": 30 }, "0509.EG.983": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0983, Vorraum", "arch_name": "0983@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -111050,18 +123423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38280, "usage_id": 50 }, "0509.EG.984": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0984, Lager Audimax", "arch_name": "0984@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19704, "seats": { @@ -111069,18 +123444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38288, "usage_id": 30 }, "0509.EG.986": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0986, Sp\u00fclk\u00fcche Audimax", "arch_name": "0986@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 37989, "seats": { @@ -111088,18 +123465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38297, "usage_id": 28 }, "0509.EG.987": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0987, Raumlufttechnik", "arch_name": "0987@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -111107,18 +123486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38305, "usage_id": 32 }, "0509.EG.989": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0989, Personenaufzug", "arch_name": "0989@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -111126,18 +123507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74964, "usage_id": 4 }, "0509.EG.990": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0990, Treppenraum", "arch_name": "0990@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -111145,18 +123528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38308, "usage_id": 223 }, "0509.EG.991": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0991, Raumlufttechnik", "arch_name": "0991@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -111164,18 +123549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38312, "usage_id": 32 }, "0509.EG.991A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "991A, WC-Damen", "arch_name": "991A@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -111183,18 +123570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74958, "usage_id": 116 }, "0509.EG.992": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0992, Putz.-/Abstellraum", "arch_name": "0992@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 37989, "seats": { @@ -111202,18 +123591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38314, "usage_id": 205 }, "0509.EG.992A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0992A, Lager Audimax", "arch_name": "0992A@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 37989, "seats": { @@ -111221,18 +123612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38316, "usage_id": 30 }, "0509.EG.992B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0992B, Lager Audimax", "arch_name": "0992B@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 37989, "seats": { @@ -111240,18 +123633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38319, "usage_id": 30 }, "0509.EG.993": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0993, Beh.-WC", "arch_name": "0993@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -111259,18 +123654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38324, "usage_id": 117 }, "0509.EG.994": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0994, WC-Herren", "arch_name": "0994@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -111278,18 +123675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74962, "usage_id": 115 }, "0509.EG.995": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0995, Cafeteria", "arch_name": "0995@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -111297,18 +123696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38328, "usage_id": 139 }, "0509.EG.995A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0995A, WC-Herren", "arch_name": "0995A@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -111316,18 +123717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74960, "usage_id": 115 }, "0509.EG.997": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0997, Personenaufzug", "arch_name": "0997@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -111335,18 +123738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74963, "usage_id": 4 }, "0509.EG.998": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0998, Personenaufzug", "arch_name": "0998@0509", "area_id": 23, "building_id": 585, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -111354,19 +123759,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74965, "usage_id": 4 }, "0509.EG.999": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0999, Seminarraum gemein. Nut. LKN", "arch_name": "0999@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15014, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -111374,18 +123781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7315, "usage_id": 41 }, "0509.U1.901": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1901, Sonderlabor 2", "arch_name": "-1901@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -111393,18 +123802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18828, "usage_id": 194 }, "0509.U1.901A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1901A, Wendeltreppe", "arch_name": "-1901A@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -111412,19 +123823,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61406, "usage_id": 223 }, "0509.U1.903": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1903, Hauptlabor", "arch_name": "-1903@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 18407, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -111432,18 +123845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18916, "usage_id": 194 }, "0509.U1.905": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1905, Sonderlabor 1", "arch_name": "-1905@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -111451,18 +123866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37644, "usage_id": 194 }, "0509.U1.907": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1907, Fernmeldetechnik", "arch_name": "-1907@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -111470,18 +123887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74936, "usage_id": 202 }, "0509.U1.909": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1909, Flur", "arch_name": "-1909@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -111489,18 +123908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37651, "usage_id": 222 }, "0509.U1.913": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1913, Raumlufttechnische Anlage", "arch_name": "-1913@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -111508,18 +123929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74933, "usage_id": 32 }, "0509.U1.914": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1914, Schacht f.Personenaufzug", "arch_name": "-1914@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -111527,18 +123950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74934, "usage_id": 195 }, "0509.U1.920": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1920, RLT", "arch_name": "-1920@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -111546,18 +123971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37666, "usage_id": 32 }, "0509.U1.921": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1921, Maschinenraum", "arch_name": "-1921@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -111565,18 +123992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37677, "usage_id": 5 }, "0509.U1.930": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1930, Treppenhaus 1", "arch_name": "-1930@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -111584,18 +124013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37685, "usage_id": 223 }, "0509.U1.931": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1931, Elektro Werkstatt", "arch_name": "-1931@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -111603,18 +124034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37688, "usage_id": 51 }, "0509.U1.932": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1932, Labor Material", "arch_name": "-1932@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -111622,18 +124055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37694, "usage_id": 30 }, "0509.U1.933": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1933, Werkstattlager", "arch_name": "-1933@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -111641,18 +124076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7074, "usage_id": 30 }, "0509.U1.934": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1934, Werkstattumkleide", "arch_name": "-1934@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -111660,18 +124097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37500, "usage_id": 121 }, "0509.U1.935": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1935, Elektrotechnik", "arch_name": "-1935@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -111679,18 +124118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37506, "usage_id": 160 }, "0509.U1.936": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1936, Werkstattwaschraum/Dusche", "arch_name": "-1936@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -111698,18 +124139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37519, "usage_id": 210 }, "0509.U1.937": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1937, Elektrotechnik", "arch_name": "-1937@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -111717,18 +124160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37554, "usage_id": 160 }, "0509.U1.938": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1938, WC-Damen", "arch_name": "-1938@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -111736,18 +124181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37559, "usage_id": 116 }, "0509.U1.938A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1938A, WC-Damen", "arch_name": "-1938A@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -111755,18 +124202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74932, "usage_id": 116 }, "0509.U1.939": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1939, Mechanische Werkstatt", "arch_name": "-1939@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -111774,18 +124223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37570, "usage_id": 108 }, "0509.U1.940": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1940, Putzraum", "arch_name": "-1940@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -111793,18 +124244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37580, "usage_id": 205 }, "0509.U1.941": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1941, Meisterb\u00fcro", "arch_name": "-1941@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -111812,18 +124265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37587, "usage_id": 12 }, "0509.U1.942": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1942, WC-Herren", "arch_name": "-1942@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -111831,18 +124286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37596, "usage_id": 115 }, "0509.U1.942A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1942A, WC-Herren", "arch_name": "-1942A@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -111850,18 +124307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74931, "usage_id": 115 }, "0509.U1.944": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1944, Lehrstuhl Archiv", "arch_name": "-1944@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15357, "seats": { @@ -111869,18 +124328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37521, "usage_id": 2 }, "0509.U1.945": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1945, Metallwerkst\u00e4tte", "arch_name": "-1945@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -111888,18 +124349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37525, "usage_id": 51 }, "0509.U1.946": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1946, Lehrstuhlarchiv", "arch_name": "-1946@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -111907,19 +124370,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37535, "usage_id": 2 }, "0509.U1.947": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1947, Studentenarb. m. DV", "arch_name": "-1947@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 21846, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15365, "seats": { @@ -111927,18 +124392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37542, "usage_id": 208 }, "0509.U1.948": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1948, Technik", "arch_name": "-1948@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -111946,18 +124413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37546, "usage_id": 120 }, "0509.U1.950": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1950, Tiefgarage Audimax", "arch_name": "-1950@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -111965,18 +124434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37731, "usage_id": 100 }, "0509.U1.951": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1951, Sprinklerzentrale", "arch_name": "-1951@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -111984,18 +124455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37738, "usage_id": 182 }, "0509.U1.952": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1952, Flur", "arch_name": "-1952@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37992, "seats": { @@ -112003,18 +124476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37745, "usage_id": 222 }, "0509.U1.953": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1953, Elektro Verteiler", "arch_name": "-1953@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112022,18 +124497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37750, "usage_id": 120 }, "0509.U1.954": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1954, Batterieraum", "arch_name": "-1954@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112041,18 +124518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37755, "usage_id": 120 }, "0509.U1.955": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1955, Technik", "arch_name": "-1955@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112060,18 +124539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37759, "usage_id": 120 }, "0509.U1.956": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1956, Technik/L\u00fcftung", "arch_name": "-1956@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112079,18 +124560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37764, "usage_id": 32 }, "0509.U1.959": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1959, Flur", "arch_name": "-1959@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -112098,18 +124581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37767, "usage_id": 222 }, "0509.U1.960": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1960, Treppenhaus 2", "arch_name": "-1960@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -112117,18 +124602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37773, "usage_id": 223 }, "0509.U1.961": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1961, Lager mit Hygiene Anforderung", "arch_name": "-1961@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -112136,18 +124623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37777, "usage_id": 30 }, "0509.U1.962": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1962, Elektroniklabor", "arch_name": "-1962@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112155,18 +124644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37782, "usage_id": 103 }, "0509.U1.963": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1963, Vorraum", "arch_name": "-1963@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -112174,18 +124665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37789, "usage_id": 50 }, "0509.U1.963A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1963A, Personenaufzug", "arch_name": "-1963A@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112193,18 +124686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37793, "usage_id": 195 }, "0509.U1.963B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1963B, Schacht f.Personenaufzug", "arch_name": "-1963B@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112212,18 +124707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74935, "usage_id": 195 }, "0509.U1.964": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1964, Elektroniklabor", "arch_name": "-1964@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112231,18 +124728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37797, "usage_id": 103 }, "0509.U1.965": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1965, M\u00fcllzwischenlager", "arch_name": "-1965@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -112250,18 +124749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37803, "usage_id": 214 }, "0509.U1.966": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1966, Lager", "arch_name": "-1966@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15365, "seats": { @@ -112269,18 +124770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37807, "usage_id": 30 }, "0509.U1.967": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1967, Putzraum", "arch_name": "-1967@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -112288,18 +124791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37810, "usage_id": 205 }, "0509.U1.968": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1968, Elektrotechnik", "arch_name": "-1968@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112307,18 +124812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37815, "usage_id": 160 }, "0509.U1.969": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1969, Lager", "arch_name": "-1969@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112326,18 +124833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37817, "usage_id": 30 }, "0509.U1.970": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1970, Lager", "arch_name": "-1970@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112345,18 +124854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37822, "usage_id": 30 }, "0509.U1.971": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1971, B\u00fcro", "arch_name": "-1971@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112364,18 +124875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37829, "usage_id": 12 }, "0509.U1.972": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1972, Lager", "arch_name": "-1972@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112383,18 +124896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37837, "usage_id": 30 }, "0509.U1.973": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1973, Installation mit Schacht", "arch_name": "-1973@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -112402,18 +124917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37708, "usage_id": 120 }, "0509.U1.974": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1974, Lager", "arch_name": "-1974@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112421,18 +124938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37712, "usage_id": 30 }, "0509.U1.975": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1975, Installation mit Schacht", "arch_name": "-1975@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -112440,18 +124959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37718, "usage_id": 120 }, "0509.U1.976": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1976, Lager", "arch_name": "-1976@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112459,19 +124980,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37726, "usage_id": 30 }, "0509.U1.977": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1977, Rechnerraum", "arch_name": "-1977@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 24375, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112479,18 +125002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37954, "usage_id": 207 }, "0509.U1.978": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1978, Lager", "arch_name": "-1978@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112498,18 +125023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37961, "usage_id": 30 }, "0509.U1.979": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1979, Maschinenraum", "arch_name": "-1979@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112517,18 +125044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37968, "usage_id": 120 }, "0509.U1.980": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1980, Flur", "arch_name": "-1980@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -112536,18 +125065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37975, "usage_id": 222 }, "0509.U1.981": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1981, Stud.arbeit-DV", "arch_name": "-1981@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112555,18 +125086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37977, "usage_id": 208 }, "0509.U1.982": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1982, WC-Vorraum Damen", "arch_name": "-1982@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -112574,18 +125107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37981, "usage_id": 118 }, "0509.U1.982A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1982A, WC-Damen", "arch_name": "-1982A@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -112593,18 +125128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74927, "usage_id": 116 }, "0509.U1.983": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1983, WC- Vorraum Audimax", "arch_name": "-1983@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -112612,18 +125149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37987, "usage_id": 50 }, "0509.U1.984": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1184, Putzraum", "arch_name": "-1184@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -112631,18 +125170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37992, "usage_id": 205 }, "0509.U1.985": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1985, WC-Vorraum Herren", "arch_name": "-1985@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -112650,18 +125191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37996, "usage_id": 118 }, "0509.U1.985A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1985A, WC-Herren", "arch_name": "-1985A@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -112669,18 +125212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74926, "usage_id": 115 }, "0509.U1.986": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1986, Lager", "arch_name": "-1986@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37992, "seats": { @@ -112688,18 +125233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38003, "usage_id": 30 }, "0509.U1.987": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1987, Installation", "arch_name": "-1987@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112707,18 +125254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38013, "usage_id": 120 }, "0509.U1.988": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1988, Vorraum", "arch_name": "-1988@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -112726,18 +125275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38019, "usage_id": 50 }, "0509.U1.989": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1989, Flur", "arch_name": "-1989@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -112745,18 +125296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38026, "usage_id": 222 }, "0509.U1.990": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1990, Treppenhaus 3", "arch_name": "-1990@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -112764,18 +125317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38030, "usage_id": 223 }, "0509.U1.991": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1991, Installation", "arch_name": "-1991@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112783,18 +125338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38039, "usage_id": 120 }, "0509.U1.992": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1992, Lager", "arch_name": "-1992@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15365, "seats": { @@ -112802,19 +125359,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37851, "usage_id": 30 }, "0509.U1.993": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1993, Studentenarb. m. DV", "arch_name": "-1993@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 33372, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -112822,18 +125381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37855, "usage_id": 208 }, "0509.U1.994": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1994, Elektroverteiler u. Medienlager", "arch_name": "-1994@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112841,18 +125402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37864, "usage_id": 160 }, "0509.U1.996B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1996B, Maschinenraum", "arch_name": "-1996B@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112860,18 +125423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37867, "usage_id": 120 }, "0509.U2.901": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2901, Stromversorgung", "arch_name": "-2901@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112879,18 +125444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37446, "usage_id": 160 }, "0509.U2.902": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2902, Labor Stromversorung", "arch_name": "-2902@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -112898,18 +125465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18813, "usage_id": 160 }, "0509.U2.903": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2903, Stromversorgung", "arch_name": "-2903@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112917,18 +125486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37452, "usage_id": 160 }, "0509.U2.905": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2905, Trafo", "arch_name": "-2905@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -112936,18 +125507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37455, "usage_id": 160 }, "0509.U2.907": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2907, Trafo", "arch_name": "-2907@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -112955,18 +125528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37461, "usage_id": 160 }, "0509.U2.908": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2908, Lager-Halbzeug", "arch_name": "-2908@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15367, "seats": { @@ -112974,18 +125549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37465, "usage_id": 30 }, "0509.U2.909": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2909, Lager", "arch_name": "-2909@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -112993,18 +125570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37472, "usage_id": 30 }, "0509.U2.910": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2910, Lager", "arch_name": "-2910@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 53299, "seats": { @@ -113012,18 +125591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37475, "usage_id": 30 }, "0509.U2.911": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2911, Holzbearbeitung", "arch_name": "-2911@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -113031,18 +125612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37485, "usage_id": 107 }, "0509.U2.913": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2913, Lackierraum", "arch_name": "-2913@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -113050,18 +125633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37488, "usage_id": 51 }, "0509.U2.915": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2915, Lager-Messger\u00e4te", "arch_name": "-2915@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14188, "seats": { @@ -113069,18 +125654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37490, "usage_id": 30 }, "0509.U2.917": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2917, Laborlager", "arch_name": "-2917@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -113088,18 +125675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37372, "usage_id": 30 }, "0509.U2.919": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2919, Laborlager", "arch_name": "-2919@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14188, "seats": { @@ -113107,18 +125696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37376, "usage_id": 30 }, "0509.U2.928": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2928, Install.", "arch_name": "-2928@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -113126,18 +125717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37382, "usage_id": 120 }, "0509.U2.929": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2929, Flur", "arch_name": "-2929@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -113145,18 +125738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18858, "usage_id": 222 }, "0509.U2.929A": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2929A, Laborlager", "arch_name": "-2929A@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15357, "seats": { @@ -113164,18 +125759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63630, "usage_id": 30 }, "0509.U2.930": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2930, Flur", "arch_name": "-2930@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -113183,18 +125780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37390, "usage_id": 222 }, "0509.U2.931": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2931, Pumpe", "arch_name": "-2931@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -113202,18 +125801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59091, "usage_id": 120 }, "0509.U2.932": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2932, Lager", "arch_name": "-2932@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14188, "seats": { @@ -113221,18 +125822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59090, "usage_id": 30 }, "0509.U2.936": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2936, Aufzugs-/F\u00f6rderanlage", "arch_name": "-2936@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -113240,18 +125843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74923, "usage_id": 5 }, "0509.U2.994": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Gang, Weg im Freien", "arch_name": "@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -113259,18 +125864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74922, "usage_id": 219 }, "0509.U2.995": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2995, Install.", "arch_name": "-2995@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -113278,18 +125885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37605, "usage_id": 120 }, "0509.U2.996": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2996, Elektroverteiler", "arch_name": "-2996@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -113297,18 +125906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37610, "usage_id": 160 }, "0509.U2.997": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-2997, Abstellraum", "arch_name": "-2997@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -113316,18 +125927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37622, "usage_id": 159 }, "0509.U2.998": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z998, Treppe", "arch_name": "Z998@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -113335,18 +125948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74924, "usage_id": 223 }, "0509.U2.999": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Schacht f.Personenaufzug", "arch_name": "@0509", "area_id": 23, "building_id": 585, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -113354,18 +125969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74925, "usage_id": 195 }, "0509.Z1.875": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Treppe im Freien", "arch_name": "@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -113373,18 +125990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74953, "usage_id": 7 }, "0509.Z1.902": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z902, B\u00fcro", "arch_name": "Z902@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -113392,18 +126011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20406, "usage_id": 12 }, "0509.Z1.903": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z903, B\u00fcro", "arch_name": "Z903@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -113411,18 +126032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38343, "usage_id": 12 }, "0509.Z1.904": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z904, B\u00fcro", "arch_name": "Z904@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -113430,18 +126053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20413, "usage_id": 12 }, "0509.Z1.905": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z905, B\u00fcro", "arch_name": "Z905@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -113449,18 +126074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20416, "usage_id": 12 }, "0509.Z1.908": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z908, B\u00fcro", "arch_name": "Z908@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -113468,18 +126095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20444, "usage_id": 12 }, "0509.Z1.909": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z909, B\u00fcro", "arch_name": "Z909@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -113487,18 +126116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14709, "usage_id": 12 }, "0509.Z1.912": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z912, B\u00fcro", "arch_name": "Z912@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -113506,19 +126137,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14711, "usage_id": 12 }, "0509.Z1.913": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z913, Besprechungsraum", "arch_name": "Z913@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 18665, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -113526,18 +126159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38232, "usage_id": 196 }, "0509.Z1.916": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z916, B\u00fcro", "arch_name": "Z916@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15357, "seats": { @@ -113545,19 +126180,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20493, "usage_id": 12 }, "0509.Z1.921": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z921, Studentenarbeitsraum m. DV", "arch_name": "Z921@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 30432, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113565,18 +126202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38246, "usage_id": 208 }, "0509.Z1.922": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z922, Studentenarbeitsraum m. DV", "arch_name": "Z922@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15367, "seats": { @@ -113584,18 +126223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38248, "usage_id": 208 }, "0509.Z1.925": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z925, Putzraum", "arch_name": "Z925@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -113603,18 +126244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38255, "usage_id": 205 }, "0509.Z1.926": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z926, WC-Vorraum Damen", "arch_name": "Z926@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -113622,18 +126265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38260, "usage_id": 118 }, "0509.Z1.926A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z926A, WC-Damen", "arch_name": "Z926A@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -113641,18 +126286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74968, "usage_id": 116 }, "0509.Z1.928": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z928, Flur", "arch_name": "Z928@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -113660,18 +126307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38263, "usage_id": 222 }, "0509.Z1.929": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z929, Flur", "arch_name": "Z929@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -113679,18 +126328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38206, "usage_id": 222 }, "0509.Z1.930": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z930, Treppenhaus", "arch_name": "Z930@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -113698,18 +126349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38212, "usage_id": 223 }, "0509.Z1.931": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z931, WC-Vorraum Damen", "arch_name": "Z931@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -113717,18 +126370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38218, "usage_id": 118 }, "0509.Z1.932": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z932, B\u00fcro", "arch_name": "Z932@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113736,18 +126391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7384, "usage_id": 12 }, "0509.Z1.933": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z933, Raumlufttechnische Anlage", "arch_name": "Z933@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -113755,18 +126412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38372, "usage_id": 32 }, "0509.Z1.934": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z934, B\u00fcro", "arch_name": "Z934@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113774,18 +126433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7386, "usage_id": 12 }, "0509.Z1.935": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z935, Installationsraum", "arch_name": "Z935@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -113793,18 +126454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38393, "usage_id": 120 }, "0509.Z1.936": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z936, B\u00fcro", "arch_name": "Z936@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113812,18 +126475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7395, "usage_id": 12 }, "0509.Z1.937": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z937, Installationsraum", "arch_name": "Z937@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -113831,18 +126496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38427, "usage_id": 120 }, "0509.Z1.938": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z938, B\u00fcro", "arch_name": "Z938@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113850,18 +126517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7396, "usage_id": 12 }, "0509.Z1.940": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z940, B\u00fcro", "arch_name": "Z940@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113869,18 +126538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7398, "usage_id": 12 }, "0509.Z1.941": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z941, B\u00fcro", "arch_name": "Z941@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113888,18 +126559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7401, "usage_id": 12 }, "0509.Z1.943": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z943, B\u00fcro", "arch_name": "Z943@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113907,18 +126580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7404, "usage_id": 12 }, "0509.Z1.944": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z944, B\u00fcro", "arch_name": "Z944@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113926,18 +126601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7406, "usage_id": 12 }, "0509.Z1.945": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z945, B\u00fcro", "arch_name": "Z945@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113945,18 +126622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38444, "usage_id": 12 }, "0509.Z1.946": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z946, Sekretariat", "arch_name": "Z946@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113964,18 +126643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7411, "usage_id": 40 }, "0509.Z1.947": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z947, B\u00fcro", "arch_name": "Z947@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -113983,18 +126664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7413, "usage_id": 12 }, "0509.Z1.948": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z948, B\u00fcro", "arch_name": "Z948@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -114002,18 +126685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7415, "usage_id": 12 }, "0509.Z1.949": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z949, Teek\u00fcche", "arch_name": "Z949@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -114021,18 +126706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7417, "usage_id": 198 }, "0509.Z1.952": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z952, B\u00fcro", "arch_name": "Z952@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -114040,18 +126727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7362, "usage_id": 12 }, "0509.Z1.954": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z954, B\u00fcro", "arch_name": "Z954@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -114059,18 +126748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7364, "usage_id": 12 }, "0509.Z1.955": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z955, Putzraum", "arch_name": "Z955@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -114078,18 +126769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38475, "usage_id": 205 }, "0509.Z1.957": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z957, WC-Herren", "arch_name": "Z957@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -114097,18 +126790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38481, "usage_id": 115 }, "0509.Z1.959": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z959, Flur", "arch_name": "Z959@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -114116,18 +126811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38488, "usage_id": 222 }, "0509.Z1.960": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z960, Treppenhaus", "arch_name": "Z960@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -114135,18 +126832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38493, "usage_id": 223 }, "0509.Z1.961": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z961, B\u00fcro", "arch_name": "Z961@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -114154,18 +126853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7373, "usage_id": 12 }, "0509.Z1.967": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z967, Elektroniklabor einf.", "arch_name": "Z967@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -114173,18 +126874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38503, "usage_id": 103 }, "0509.Z1.973": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z973, Installationsraum", "arch_name": "Z973@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -114192,18 +126895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38353, "usage_id": 120 }, "0509.Z1.974": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Gang, Weg im Freien", "arch_name": "@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -114211,18 +126916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74969, "usage_id": 219 }, "0509.Z1.975": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z975, Installationsraum", "arch_name": "Z975@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -114230,18 +126937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38359, "usage_id": 120 }, "0509.Z1.976": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Gang, Weg im Freien", "arch_name": "@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -114249,19 +126958,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74971, "usage_id": 219 }, "0509.Z1.977": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z977, Elektroniklabor einf.", "arch_name": "Z977@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 18978, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -114269,18 +126980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38599, "usage_id": 103 }, "0509.Z1.980": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z980, Flur", "arch_name": "Z980@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -114288,18 +127001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74955, "usage_id": 222 }, "0509.Z1.981": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z981, Physiklabor einf./Verf\u00fcgung", "arch_name": "Z981@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -114307,18 +127022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38603, "usage_id": 103 }, "0509.Z1.983": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z983, Flur", "arch_name": "Z983@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -114326,18 +127043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74954, "usage_id": 222 }, "0509.Z1.985": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z985, Regieraum", "arch_name": "Z985@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -114345,18 +127064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74952, "usage_id": 153 }, "0509.Z1.986": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z986, Lager", "arch_name": "Z986@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -114364,18 +127085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74970, "usage_id": 30 }, "0509.Z1.987": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z987, Raumlufttechnische Anlage", "arch_name": "Z987@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -114383,18 +127106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38612, "usage_id": 32 }, "0509.Z1.989": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z989, Flur", "arch_name": "Z989@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -114402,18 +127127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38619, "usage_id": 222 }, "0509.Z1.990": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z990, Treppenhaus", "arch_name": "Z990@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -114421,18 +127148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38634, "usage_id": 223 }, "0509.Z1.991": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z991, Raumlufttechnische Anlage", "arch_name": "Z991@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -114440,18 +127169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38640, "usage_id": 32 }, "0509.Z1.993": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z993, Vorraum", "arch_name": "Z993@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -114459,18 +127190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38645, "usage_id": 50 }, "0509.Z1.993A": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z993A, WC-Vorraum Herren", "arch_name": "Z993A@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -114478,19 +127211,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74967, "usage_id": 118 }, "0509.Z1.995": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z995, Seminarraum", "arch_name": "Z995@0509", "area_id": 23, "building_id": 585, "calendar_resource_nr": 15031, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -114498,18 +127233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 7481, "usage_id": 41 }, "0509.Z1.996": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z996, WC-Damen", "arch_name": "Z996@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -114517,18 +127254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74966, "usage_id": 116 }, "0509.Z1.997": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z997, WC-Damen", "arch_name": "Z997@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -114536,18 +127275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74956, "usage_id": 116 }, "0509.Z1.999": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Z999, Vorbereitungsraum", "arch_name": "Z999@0509", "area_id": 23, "building_id": 585, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 15365, "seats": { @@ -114555,18 +127296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 38659, "usage_id": 136 }, "0510.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1001, B\u00fcro", "arch_name": "1001@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -114574,18 +127317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8291, "usage_id": 12 }, "0510.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1002, B\u00fcro", "arch_name": "1002@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -114593,18 +127338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8293, "usage_id": 12 }, "0510.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1003, B\u00fcro", "arch_name": "1003@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19630, "seats": { @@ -114612,18 +127359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8294, "usage_id": 12 }, "0510.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1004, B\u00fcro", "arch_name": "1004@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -114631,18 +127380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8297, "usage_id": 12 }, "0510.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1005, B\u00fcro", "arch_name": "1005@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19630, "seats": { @@ -114650,18 +127401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8299, "usage_id": 12 }, "0510.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1006, B\u00fcro", "arch_name": "1006@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -114669,18 +127422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8303, "usage_id": 12 }, "0510.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1007, B\u00fcro", "arch_name": "1007@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19630, "seats": { @@ -114688,18 +127443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8305, "usage_id": 12 }, "0510.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1008, Gardarobe", "arch_name": "1008@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -114707,19 +127464,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41864, "usage_id": 121 }, "0510.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1009, Thomas Mann Konferenzsaal", "arch_name": "1009@0510", "area_id": 23, "building_id": 586, "calendar_resource_nr": 18783, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -114727,18 +127486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41873, "usage_id": 42 }, "0510.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1010, K\u00fcche", "arch_name": "1010@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29396, "seats": { @@ -114746,18 +127507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41877, "usage_id": 28 }, "0510.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1012, Anrichte", "arch_name": "1012@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -114765,18 +127528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40745, "usage_id": 28 }, "0510.01.013": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1013, Treppenraum", "arch_name": "1013@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -114784,18 +127549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40755, "usage_id": 223 }, "0510.01.013A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1013A, Treppe", "arch_name": "1013A@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -114803,18 +127570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40759, "usage_id": 223 }, "0510.01.019": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1019, Treppenraum", "arch_name": "1019@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -114822,18 +127591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40834, "usage_id": 223 }, "0510.01.019A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1019A, Treppe", "arch_name": "1019A@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -114841,19 +127612,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40841, "usage_id": 223 }, "0510.01.020": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1020, Senatssaal", "arch_name": "1020@0510", "area_id": 23, "building_id": 586, "calendar_resource_nr": 18938, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -114861,18 +127634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40848, "usage_id": 142 }, "0510.01.021": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1021, B\u00fcro", "arch_name": "1021@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48120, "seats": { @@ -114880,18 +127655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8261, "usage_id": 12 }, "0510.01.022": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1022, Pr\u00e4sidentenzimmer", "arch_name": "1022@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -114899,18 +127676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40895, "usage_id": 12 }, "0510.01.022X": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Installationsschacht", "arch_name": "@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -114918,18 +127697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75033, "usage_id": 120 }, "0510.01.023": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1023, Kanzlerb\u00fcro", "arch_name": "1023@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48120, "seats": { @@ -114937,18 +127718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8385, "usage_id": 12 }, "0510.01.024": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1024, Wartezimmer Pr\u00e4sident", "arch_name": "1024@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -114956,18 +127739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40908, "usage_id": 44 }, "0510.01.026": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1026, B\u00fcro", "arch_name": "1026@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -114975,18 +127760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8390, "usage_id": 12 }, "0510.01.027": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1027, Vorzimmer Kanzler", "arch_name": "1027@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48120, "seats": { @@ -114994,18 +127781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8393, "usage_id": 12 }, "0510.01.027A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1027A, Kochnische", "arch_name": "1027A@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48120, "seats": { @@ -115013,18 +127802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40973, "usage_id": 28 }, "0510.01.028": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1028, B\u00fcro", "arch_name": "1028@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -115032,18 +127823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8318, "usage_id": 12 }, "0510.01.029": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1029, B\u00fcro", "arch_name": "1029@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -115051,18 +127844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8319, "usage_id": 12 }, "0510.01.031": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1031, B\u00fcro", "arch_name": "1031@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -115070,18 +127865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8322, "usage_id": 12 }, "0510.01.032": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1032, B\u00fcro", "arch_name": "1032@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 29396, "seats": { @@ -115089,18 +127886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41046, "usage_id": 12 }, "0510.01.033": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1033, Besprechungsraum", "arch_name": "1033@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -115108,18 +127907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41051, "usage_id": 196 }, "0510.01.034": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1034, B\u00fcro", "arch_name": "1034@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -115127,18 +127928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41113, "usage_id": 12 }, "0510.01.039": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1039, Verbindungsflur zu 0501", "arch_name": "1039@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115146,18 +127949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41119, "usage_id": 222 }, "0510.01.039A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1039a, Treppe", "arch_name": "1039a@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115165,18 +127970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41122, "usage_id": 223 }, "0510.01.039B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1039b, Lager", "arch_name": "1039b@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 13946, "seats": { @@ -115184,18 +127991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41126, "usage_id": 30 }, "0510.01.051": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1051, Verbindungsflur zu 0501", "arch_name": "1051@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115203,18 +128012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41179, "usage_id": 222 }, "0510.01.051A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1051a, Treppe", "arch_name": "1051a@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115222,18 +128033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41184, "usage_id": 223 }, "0510.01.051B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1051b, Lager", "arch_name": "1051b@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 13946, "seats": { @@ -115241,18 +128054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41188, "usage_id": 30 }, "0510.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2001, B\u00fcro", "arch_name": "2001@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25963, "seats": { @@ -115260,18 +128075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41550, "usage_id": 12 }, "0510.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2002, Verbindungsflur zu 0501", "arch_name": "2002@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115279,18 +128096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41554, "usage_id": 222 }, "0510.02.002A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2002A, Putzraum", "arch_name": "2002A@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115298,18 +128117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41561, "usage_id": 205 }, "0510.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2003, B\u00fcro", "arch_name": "2003@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25975, "seats": { @@ -115317,18 +128138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41564, "usage_id": 12 }, "0510.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2005, B\u00fcro", "arch_name": "2005@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25975, "seats": { @@ -115336,18 +128159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8883, "usage_id": 12 }, "0510.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2007, B\u00fcro", "arch_name": "2007@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25975, "seats": { @@ -115355,18 +128180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8885, "usage_id": 12 }, "0510.02.009": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2009, B\u00fcro", "arch_name": "2009@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25975, "seats": { @@ -115374,18 +128201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8887, "usage_id": 12 }, "0510.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2010, Treppenhaus Nord", "arch_name": "2010@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115393,18 +128222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41639, "usage_id": 223 }, "0510.02.010A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2010A, Flur", "arch_name": "2010A@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115412,18 +128243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41646, "usage_id": 222 }, "0510.02.010B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2010B, Treppe Nord", "arch_name": "2010B@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -115431,18 +128264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41719, "usage_id": 223 }, "0510.02.011": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2011, Akten/Kopierer", "arch_name": "2011@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25975, "seats": { @@ -115450,18 +128285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41726, "usage_id": 110 }, "0510.02.013": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2013, B\u00fcro", "arch_name": "2013@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48177, "seats": { @@ -115469,18 +128306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8911, "usage_id": 12 }, "0510.02.015": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2015, Besprechungsraum", "arch_name": "2015@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25963, "seats": { @@ -115488,18 +128327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41732, "usage_id": 196 }, "0510.02.017": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2017, B\u00fcro", "arch_name": "2017@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -115507,18 +128348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8913, "usage_id": 12 }, "0510.02.019": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2019, B\u00fcro", "arch_name": "2019@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25963, "seats": { @@ -115526,18 +128369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41739, "usage_id": 12 }, "0510.02.019A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2019A, B\u00fcro", "arch_name": "2019A@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25963, "seats": { @@ -115545,18 +128390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8919, "usage_id": 12 }, "0510.02.020": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2020, Verbindungsflur Nord/S\u00fcd", "arch_name": "2020@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -115564,18 +128411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41797, "usage_id": 222 }, "0510.02.021": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2021, B\u00fcro", "arch_name": "2021@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25967, "seats": { @@ -115583,18 +128432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8923, "usage_id": 12 }, "0510.02.021A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2021A, B\u00fcro", "arch_name": "2021A@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25975, "seats": { @@ -115602,18 +128453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8941, "usage_id": 12 }, "0510.02.021B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2021B, B\u00fcro", "arch_name": "2021B@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25975, "seats": { @@ -115621,18 +128474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8943, "usage_id": 12 }, "0510.02.022": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2022, B\u00fcro", "arch_name": "2022@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25975, "seats": { @@ -115640,18 +128495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8973, "usage_id": 12 }, "0510.02.023": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2023, B\u00fcro", "arch_name": "2023@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48177, "seats": { @@ -115659,18 +128516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41897, "usage_id": 12 }, "0510.02.023A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2023A, B\u00fcro", "arch_name": "2023A@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25967, "seats": { @@ -115678,18 +128537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8978, "usage_id": 12 }, "0510.02.025": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2025, B\u00fcro", "arch_name": "2025@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25971, "seats": { @@ -115697,18 +128558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8979, "usage_id": 12 }, "0510.02.026": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2026, Raumlufttechnik", "arch_name": "2026@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -115716,18 +128579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40776, "usage_id": 32 }, "0510.02.027": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2027, B\u00fcro", "arch_name": "2027@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25971, "seats": { @@ -115735,18 +128600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8984, "usage_id": 12 }, "0510.02.029": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2029, Aktenzimmer", "arch_name": "2029@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25971, "seats": { @@ -115754,18 +128621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40781, "usage_id": 2 }, "0510.02.030": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2030, Treppenhaus S\u00fcd", "arch_name": "2030@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115773,18 +128642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40786, "usage_id": 223 }, "0510.02.030A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2030A, Flur", "arch_name": "2030A@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115792,18 +128663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40790, "usage_id": 222 }, "0510.02.030B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2030B, Treppe S\u00fcd", "arch_name": "2030B@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -115811,18 +128684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40793, "usage_id": 223 }, "0510.02.031": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2031, Ger\u00e4telager", "arch_name": "2031@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25971, "seats": { @@ -115830,18 +128705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9011, "usage_id": 2 }, "0510.02.033": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2033, B\u00fcro", "arch_name": "2033@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25971, "seats": { @@ -115849,18 +128726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40855, "usage_id": 12 }, "0510.02.035": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2035, B\u00fcro", "arch_name": "2035@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25971, "seats": { @@ -115868,18 +128747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9014, "usage_id": 12 }, "0510.02.037": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2037, B\u00fcro", "arch_name": "2037@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25963, "seats": { @@ -115887,18 +128768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9048, "usage_id": 12 }, "0510.02.039": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2039, B\u00fcro", "arch_name": "2039@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25963, "seats": { @@ -115906,18 +128789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9085, "usage_id": 12 }, "0510.02.040": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2040, Verbindungsflur zu 0501", "arch_name": "2040@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -115925,18 +128810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40986, "usage_id": 222 }, "0510.02.040A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2040A, Papierlager", "arch_name": "2040A@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25963, "seats": { @@ -115944,19 +128831,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40992, "usage_id": 30 }, "0510.02.041": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2041, B\u00fcro", "arch_name": "2041@0510", "area_id": 23, "building_id": 586, "calendar_resource_nr": 18414, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -115964,18 +128853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9097, "usage_id": 12 }, "0510.02.050": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "2050, Innenhof Fluchtbalkon (Reinigen)", "arch_name": "2050@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -115983,18 +128874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41003, "usage_id": 219 }, "0510.03.001": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3001, B\u00fcro", "arch_name": "3001@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14943, "seats": { @@ -116002,18 +128895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9123, "usage_id": 12 }, "0510.03.002": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3002, Verbindungsflur zu 0501", "arch_name": "3002@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -116021,19 +128916,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41055, "usage_id": 222 }, "0510.03.003": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3003, B\u00fcro", "arch_name": "3003@0510", "area_id": 23, "building_id": 586, "calendar_resource_nr": 18999, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14943, "seats": { @@ -116041,18 +128938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41059, "usage_id": 12 }, "0510.03.004": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3004, Teilk\u00fcche", "arch_name": "3004@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14943, "seats": { @@ -116060,18 +128959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41062, "usage_id": 28 }, "0510.03.004A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3004A, B\u00fcro", "arch_name": "3004A@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14943, "seats": { @@ -116079,18 +128980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41066, "usage_id": 12 }, "0510.03.005": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3005, Vorraum/Dusche", "arch_name": "3005@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14943, "seats": { @@ -116098,18 +129001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41070, "usage_id": 37 }, "0510.03.005A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3005A, Lager/Server", "arch_name": "3005A@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14943, "seats": { @@ -116117,19 +129022,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41131, "usage_id": 30 }, "0510.03.007": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3007, Sekretariat", "arch_name": "3007@0510", "area_id": 23, "building_id": 586, "calendar_resource_nr": 18479, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14943, "seats": { @@ -116137,18 +129044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9167, "usage_id": 40 }, "0510.03.008": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3008, B\u00fcro", "arch_name": "3008@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14943, "seats": { @@ -116156,18 +129065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41139, "usage_id": 12 }, "0510.03.011": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3011, Prof.-B\u00fcro", "arch_name": "3011@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14943, "seats": { @@ -116175,18 +129086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9171, "usage_id": 12 }, "0510.03.013": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3013, B\u00fcro", "arch_name": "3013@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14943, "seats": { @@ -116194,18 +129107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9173, "usage_id": 12 }, "0510.03.014": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3014, Teek\u00fcche", "arch_name": "3014@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14945, "seats": { @@ -116213,18 +129128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41202, "usage_id": 198 }, "0510.03.015": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3015, Besprechungsraum", "arch_name": "3015@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14945, "seats": { @@ -116232,18 +129149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41208, "usage_id": 196 }, "0510.03.016": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3016, B\u00fcro", "arch_name": "3016@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14945, "seats": { @@ -116251,18 +129170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41213, "usage_id": 12 }, "0510.03.018": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3018, Fachditaktik", "arch_name": "3018@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14945, "seats": { @@ -116270,18 +129191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9189, "usage_id": 12 }, "0510.03.019": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3019, Treppenhaus Nord", "arch_name": "3019@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -116289,18 +129212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41268, "usage_id": 223 }, "0510.03.020": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3020, B\u00fcro Assistent", "arch_name": "3020@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14945, "seats": { @@ -116308,18 +129233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9193, "usage_id": 12 }, "0510.03.021": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3021, B\u00fcro Assistent", "arch_name": "3021@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14945, "seats": { @@ -116327,18 +129254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9208, "usage_id": 12 }, "0510.03.021A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3021A, Kopierraum", "arch_name": "3021A@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14945, "seats": { @@ -116346,18 +129275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41284, "usage_id": 110 }, "0510.03.024": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3024, Treppenhaus S\u00fcd", "arch_name": "3024@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -116365,19 +129296,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41292, "usage_id": 223 }, "0510.03.025": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3025, Sekretariat", "arch_name": "3025@0510", "area_id": 23, "building_id": 586, "calendar_resource_nr": 22399, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14945, "seats": { @@ -116385,18 +129318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9215, "usage_id": 40 }, "0510.03.027": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3027, Prof.-B\u00fcro", "arch_name": "3027@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14945, "seats": { @@ -116404,18 +129339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9218, "usage_id": 12 }, "0510.03.031": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3031, B\u00fcro Assistent", "arch_name": "3031@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14945, "seats": { @@ -116423,18 +129360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41441, "usage_id": 12 }, "0510.03.033": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3033, B\u00fcro Assistent", "arch_name": "3033@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14945, "seats": { @@ -116442,18 +129381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9244, "usage_id": 12 }, "0510.03.037": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3037, B\u00fcro Assistent", "arch_name": "3037@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14945, "seats": { @@ -116461,18 +129402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9245, "usage_id": 12 }, "0510.03.039": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3039, B\u00fcro Assistent", "arch_name": "3039@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14945, "seats": { @@ -116480,18 +129423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9264, "usage_id": 12 }, "0510.03.040": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3040, Verbindungsflur zu 0501", "arch_name": "3040@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -116499,18 +129444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41454, "usage_id": 222 }, "0510.03.040A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3040A, Vorraum", "arch_name": "3040A@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14945, "seats": { @@ -116518,18 +129465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41503, "usage_id": 50 }, "0510.03.040B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3040B, Putzraum", "arch_name": "3040B@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -116537,18 +129486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41505, "usage_id": 205 }, "0510.03.041": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "3041, B\u00fcro Assistent", "arch_name": "3041@0510", "area_id": 23, "building_id": 586, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14945, "seats": { @@ -116556,18 +129507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9271, "usage_id": 12 }, "0510.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0001, Flur", "arch_name": "0001@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -116575,18 +129528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39830, "usage_id": 222 }, "0510.EG.001B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0001B, Behinderten Aufzug", "arch_name": "0001B@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -116594,18 +129549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39841, "usage_id": 4 }, "0510.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0002, Flur Verbindungsflur zur 0501", "arch_name": "0002@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -116613,18 +129570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39800, "usage_id": 222 }, "0510.EG.002A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0002A, Vorraum Waschbecken", "arch_name": "0002A@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -116632,18 +129591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39806, "usage_id": 37 }, "0510.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0003, Flur Verbindungsflur zu 0501", "arch_name": "0003@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -116651,18 +129612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39811, "usage_id": 222 }, "0510.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0004, K\u00fcche Konferensaal (Alte Post)", "arch_name": "0004@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 29396, "seats": { @@ -116670,18 +129633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66033, "usage_id": 28 }, "0510.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Konferenzeingangsbereich 0005/0006", "arch_name": "0005@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -116689,18 +129654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66032, "usage_id": 222 }, "0510.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0006, Fritz Koenig - Konferenzsaal (Alte Post)", "arch_name": "0006@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -116708,18 +129675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66031, "usage_id": 196 }, "0510.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0009, Amalie Bauer - Konferenzsaal (Alte Post)", "arch_name": "0009@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29396, "seats": { @@ -116727,18 +129696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14225, "usage_id": 196 }, "0510.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0012, Installation/Brandmeldezentrale", "arch_name": "0012@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -116746,18 +129717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39816, "usage_id": 120 }, "0510.EG.012A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0012A, Brandmeldezentrale", "arch_name": "0012A@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 37989, "seats": { @@ -116765,18 +129738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41388, "usage_id": 120 }, "0510.EG.012B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0012B, Vorraum Brandmeldezentrale", "arch_name": "0012B@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -116784,18 +129759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41394, "usage_id": 222 }, "0510.EG.012C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "012C, Flur", "arch_name": "012C@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -116803,18 +129780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75032, "usage_id": 222 }, "0510.EG.014": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0014, Pf\u00f6rtner/Auskunft", "arch_name": "0014@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37989, "seats": { @@ -116822,18 +129801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41403, "usage_id": 34 }, "0510.EG.015": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0015, Treppenraum", "arch_name": "0015@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -116841,18 +129822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41409, "usage_id": 223 }, "0510.EG.015A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0015A, Hauptreppe Nord", "arch_name": "0015A@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -116860,18 +129843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41466, "usage_id": 223 }, "0510.EG.019": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0019, Flur", "arch_name": "0019@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -116879,18 +129864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41470, "usage_id": 222 }, "0510.EG.019A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0019A, Vorraum/Waschbecken", "arch_name": "0019A@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -116898,18 +129885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41475, "usage_id": 37 }, "0510.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0020, Treppenraum", "arch_name": "0020@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -116917,18 +129906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41528, "usage_id": 223 }, "0510.EG.020A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0020A, Hauptreppe S\u00fcd", "arch_name": "0020A@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -116936,18 +129927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41534, "usage_id": 223 }, "0510.EG.020B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0020B, Lager S\u00fcd unter Treppe", "arch_name": "0020B@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 37992, "seats": { @@ -116955,18 +129948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41541, "usage_id": 30 }, "0510.EG.020C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0020C, Information", "arch_name": "0020C@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 37989, "seats": { @@ -116974,18 +129969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63439, "usage_id": 34 }, "0510.EG.020D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "020D, Flur", "arch_name": "020D@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -116993,18 +129990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75031, "usage_id": 222 }, "0510.EG.021": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0021, B\u00fcro", "arch_name": "0021@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14432, "seats": { @@ -117012,18 +130011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41548, "usage_id": 12 }, "0510.EG.021B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0021B, Lager", "arch_name": "0021B@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -117031,18 +130032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75030, "usage_id": 30 }, "0510.EG.023": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0023, B\u00fcro", "arch_name": "0023@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14432, "seats": { @@ -117050,18 +130053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8286, "usage_id": 12 }, "0510.EG.027": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0027, B\u00fcro", "arch_name": "0027@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14432, "seats": { @@ -117069,18 +130074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8288, "usage_id": 12 }, "0510.EG.029": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "0029, B\u00fcro", "arch_name": "0029@0510", "area_id": 23, "building_id": 586, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14432, "seats": { @@ -117088,18 +130095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8289, "usage_id": 12 }, "0510.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1003, Umkleide", "arch_name": "-1003@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37985, "seats": { @@ -117107,18 +130116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39845, "usage_id": 121 }, "0510.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1005, Kellerraum", "arch_name": "-1005@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25963, "seats": { @@ -117126,18 +130137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39850, "usage_id": 2 }, "0510.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1007, Lager/Schreibmaschinen/Akten", "arch_name": "-1007@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 37988, "seats": { @@ -117145,18 +130158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39855, "usage_id": 30 }, "0510.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1009, Lager HSP", "arch_name": "-1009@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 52498, "seats": { @@ -117164,18 +130179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58599, "usage_id": 30 }, "0510.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1011, Lager", "arch_name": "-1011@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -117183,18 +130200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39863, "usage_id": 30 }, "0510.U1.013": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1013, Kanzler/Archiv/Registratur", "arch_name": "-1013@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 31951, "seats": { @@ -117202,18 +130221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39878, "usage_id": 2 }, "0510.U1.014": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1014, Aktenlager", "arch_name": "-1014@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -117221,18 +130242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39882, "usage_id": 2 }, "0510.U1.015": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1015, Flur", "arch_name": "-1015@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -117240,18 +130263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39888, "usage_id": 222 }, "0510.U1.015A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1015A, S\u00fcdtreppe Keller", "arch_name": "-1015A@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -117259,18 +130284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39895, "usage_id": 223 }, "0510.U1.015B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1015B, Nordtreppe Keller", "arch_name": "-1015B@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -117278,18 +130305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39900, "usage_id": 223 }, "0510.U1.016": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1016, Lager/Seife/Putzmittel", "arch_name": "-1016@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37989, "seats": { @@ -117297,18 +130326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39902, "usage_id": 30 }, "0510.U1.018": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1018, Toilettenpapier/Handt\u00fccher", "arch_name": "-1018@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37992, "seats": { @@ -117316,18 +130347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39904, "usage_id": 30 }, "0510.U1.020": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1020, Registratur gemein.Nutzung Historisches Arc", "arch_name": "-1020@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -117335,18 +130368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58731, "usage_id": 2 }, "0510.U1.023": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1023, Lager", "arch_name": "-1023@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31951, "seats": { @@ -117354,18 +130389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39909, "usage_id": 30 }, "0510.U1.025": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1025, Archiv", "arch_name": "-1025@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 31951, "seats": { @@ -117373,18 +130410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39922, "usage_id": 2 }, "0510.U1.027": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1027, Archiv", "arch_name": "-1027@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 31951, "seats": { @@ -117392,18 +130431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39926, "usage_id": 2 }, "0510.U1.029": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1029, Archiv", "arch_name": "-1029@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 31951, "seats": { @@ -117411,18 +130452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39929, "usage_id": 2 }, "0510.U1.031": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1031, Archiv", "arch_name": "-1031@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 31951, "seats": { @@ -117430,18 +130473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39785, "usage_id": 2 }, "0510.U1.033": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1033, Archiv", "arch_name": "-1033@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 31951, "seats": { @@ -117449,18 +130494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39788, "usage_id": 2 }, "0510.U1.051": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1051, Registratur", "arch_name": "-1051@0510", "area_id": 23, "building_id": 586, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31951, "seats": { @@ -117468,18 +130515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39790, "usage_id": 2 }, "0510.Z2.053": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1053, B\u00fcro", "arch_name": "1053@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 13946, "seats": { @@ -117487,18 +130536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41195, "usage_id": 12 }, "0510.Z2.054": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1054, B\u00fcro", "arch_name": "1054@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 13946, "seats": { @@ -117506,18 +130557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41200, "usage_id": 12 }, "0510.Z2.056": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1056, B\u00fcro", "arch_name": "1056@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 13946, "seats": { @@ -117525,18 +130578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41249, "usage_id": 12 }, "0510.Z2.058": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1058, B\u00fcro", "arch_name": "1058@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Linoleum", "main_operator_id": 13946, "seats": { @@ -117544,18 +130599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41254, "usage_id": 12 }, "0510.Z2.060": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1060, Lager", "arch_name": "1060@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Linoleum", "main_operator_id": 13946, "seats": { @@ -117563,18 +130620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41260, "usage_id": 30 }, "0510.Z2.064": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1064, B\u00fcro", "arch_name": "1064@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 29396, "seats": { @@ -117582,18 +130641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8367, "usage_id": 12 }, "0510.Z2.066": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1066, Besprechungsraum", "arch_name": "1066@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 29396, "seats": { @@ -117601,18 +130662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41326, "usage_id": 196 }, "0510.Z2.068": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1068, B\u00fcro", "arch_name": "1068@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 29396, "seats": { @@ -117620,18 +130683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41332, "usage_id": 12 }, "0510.Z2.072": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1072, B\u00fcro", "arch_name": "1072@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 29396, "seats": { @@ -117639,18 +130704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8376, "usage_id": 12 }, "0510.Z2.074": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1074, B\u00fcro", "arch_name": "1074@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 29396, "seats": { @@ -117658,18 +130725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8330, "usage_id": 12 }, "0510.Z2.074A": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1074A, B\u00fcro", "arch_name": "1074A@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Spannteppich", "main_operator_id": 29396, "seats": { @@ -117677,18 +130746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8331, "usage_id": 12 }, "0510.Z2.075": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1075, Treppenhaus", "arch_name": "1075@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -117696,18 +130767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41494, "usage_id": 223 }, "0510.Z2.075A": { "address": { - "floor": "2.ZG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "1075A, Treppenhaus", "arch_name": "1075A@0510", "area_id": 23, "building_id": 586, + "floor_level": "2.ZG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -117715,18 +130788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41497, "usage_id": 223 }, "0511.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Container 1 L\u00f6sungsmittel", "arch_name": "@0511", "area_id": 23, "building_id": 587, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 30361, "seats": { @@ -117734,18 +130809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41834, "usage_id": 132 }, "0511.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Container 2 L\u00f6sungsmittel", "arch_name": "@0511", "area_id": 23, "building_id": 587, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -117753,18 +130830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41839, "usage_id": 132 }, "0511.EG.103": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Container 3 Salze", "arch_name": "@0511", "area_id": 23, "building_id": 587, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -117772,18 +130851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41905, "usage_id": 132 }, "0511.EG.104": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Container 4", "arch_name": "@0511", "area_id": 23, "building_id": 587, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -117791,18 +130872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41907, "usage_id": 132 }, "0511.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Container 5", "arch_name": "@0511", "area_id": 23, "building_id": 587, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -117810,18 +130893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41908, "usage_id": 132 }, "0511.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "Container 6", "arch_name": "@0511", "area_id": 23, "building_id": 587, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -117829,18 +130914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41921, "usage_id": 132 }, "0511.U1.118": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K118, Reduzierstation (Heizung)", "arch_name": "K118@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -117848,18 +130935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41507, "usage_id": 201 }, "0511.U1.119": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K119, Hochspannung", "arch_name": "K119@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -117867,18 +130956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41509, "usage_id": 160 }, "0511.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K120, Niederspannung", "arch_name": "K120@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -117886,18 +130977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41513, "usage_id": 160 }, "0511.U1.121": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K121, Lager", "arch_name": "K121@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 37585, "seats": { @@ -117905,18 +130998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41575, "usage_id": 30 }, "0511.U1.122": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K122, Lager", "arch_name": "K122@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14881, "seats": { @@ -117924,18 +131019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41581, "usage_id": 30 }, "0511.U1.123": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K123, Flur 3", "arch_name": "K123@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -117943,18 +131040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41585, "usage_id": 222 }, "0511.U1.124": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K124, Trafokammer", "arch_name": "K124@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -117962,18 +131061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41588, "usage_id": 160 }, "0511.U1.125": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K125, Trafokammer", "arch_name": "K125@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -117981,18 +131082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41595, "usage_id": 160 }, "0511.U1.126": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K126, Trafokammer", "arch_name": "K126@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -118000,18 +131103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41654, "usage_id": 160 }, "0511.U1.127": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K127, Trockenraum", "arch_name": "K127@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 37585, "seats": { @@ -118019,18 +131124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41659, "usage_id": 30 }, "0511.U1.128": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K128, Spritzraum", "arch_name": "K128@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 37585, "seats": { @@ -118038,18 +131145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41665, "usage_id": 51 }, "0511.U1.129": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K129, Flur", "arch_name": "K129@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -118057,18 +131166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41670, "usage_id": 222 }, "0511.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K130, Schlosserei", "arch_name": "K130@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 37585, "seats": { @@ -118076,18 +131187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41740, "usage_id": 51 }, "0511.U1.131": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K131, Technikraum", "arch_name": "K131@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -118095,18 +131208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41746, "usage_id": 120 }, "0511.U1.134": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K134, Wertstofflager 1", "arch_name": "K134@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -118114,18 +131229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41752, "usage_id": 30 }, "0511.U1.135": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K135, Wertstofflager 3", "arch_name": "K135@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -118133,18 +131250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41757, "usage_id": 30 }, "0511.U1.138": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K138, Einfahrt Wertstofflager", "arch_name": "K138@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -118152,18 +131271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41763, "usage_id": 204 }, "0511.U1.140": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K140, Lager Schlosserei", "arch_name": "K140@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 37585, "seats": { @@ -118171,18 +131292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41822, "usage_id": 30 }, "0511.U1.141": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "K141, B\u00fcro/Wertstofflager", "arch_name": "K141@0511", "area_id": 23, "building_id": 587, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -118190,18 +131313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41827, "usage_id": 12 }, "0512.U1.276": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1576, Lager/Baufirmen Hof", "arch_name": "-1576@0512", "area_id": 23, "building_id": 588, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 16353, "seats": { @@ -118209,18 +131334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41923, "usage_id": 30 }, "0512.U1.277": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1577, Lager", "arch_name": "-1577@0512", "area_id": 23, "building_id": 588, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -118228,18 +131355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41926, "usage_id": 30 }, "0512.U1.278": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1578, Lager", "arch_name": "-1578@0512", "area_id": 23, "building_id": 588, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -118247,18 +131376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40806, "usage_id": 30 }, "0512.U1.279": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1579, Lager Kfz Hof", "arch_name": "-1579@0512", "area_id": 23, "building_id": 588, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 43317, "seats": { @@ -118266,18 +131397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40811, "usage_id": 30 }, "0512.U1.281": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1581, Garage Hofwerkstatt", "arch_name": "-1581@0512", "area_id": 23, "building_id": 588, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37986, "seats": { @@ -118285,18 +131418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40819, "usage_id": 100 }, "0512.U1.281A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Arcisstr. 21", "zip_code": 80333 }, + "alt_name": "-1581A, Hofwerkstatt", "arch_name": "-1581A@0512", "area_id": 23, "building_id": 588, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37992, "seats": { @@ -118304,19 +131439,43 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40823, "usage_id": 51 }, + "0597.EG.001": { + "address": { + "place": "M\u00fcnchen", + "street": "Arcisstr. 21", + "zip_code": 80333 + }, + "alt_name": "0.001, Vorplatz Audi-Max", + "arch_name": "0.001@0597", + "area_id": 23, + "building_id": 3309, + "calendar_resource_nr": 34212, + "floor_level": "EG", + "floor_type": "Estrich (Beton)", + "main_operator_id": 19691, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75984, + "usage_id": 219 + }, "1501.EG.065": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "1.0.65, H\u00f6rsaal-D", "arch_name": "1.0.65@1501", "area_id": 22, "building_id": 1037, "calendar_resource_nr": 26592, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -118324,18 +131483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59987, "usage_id": 20 }, "1501.EG.065A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "1.0.65a, Vorraum", "arch_name": "1.0.65a@1501", "area_id": 22, "building_id": 1037, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -118343,18 +131504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59988, "usage_id": 50 }, "1501.EG.065B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "1.0.65b, Schaltzentrale", "arch_name": "1.0.65b@1501", "area_id": 22, "building_id": 1037, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -118362,18 +131525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59989, "usage_id": 120 }, "1501.U1.049": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "1.01.49, Vorbereitung", "arch_name": "1.01.49@1501", "area_id": 22, "building_id": 1037, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -118381,18 +131546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60007, "usage_id": 136 }, "1501.U1.050": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "1.01.50, WC", "arch_name": "1.01.50@1501", "area_id": 22, "building_id": 1037, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -118400,18 +131567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60008, "usage_id": 114 }, "1501.U1.051A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "1.01.51a, Lager", "arch_name": "1.01.51a@1501", "area_id": 22, "building_id": 1037, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -118419,18 +131588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60019, "usage_id": 30 }, "1501.U1.051B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "1.01.51, Putzraum", "arch_name": "1.01.51@1501", "area_id": 22, "building_id": 1037, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -118438,18 +131609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74062, "usage_id": 205 }, "1501.U1.052": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "1.01.52, Vorbereitung", "arch_name": "1.01.52@1501", "area_id": 22, "building_id": 1037, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -118457,18 +131630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60020, "usage_id": 136 }, "1501.U1.052A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "1.01.52a, Lager", "arch_name": "1.01.52a@1501", "area_id": 22, "building_id": 1037, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -118476,18 +131651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60021, "usage_id": 30 }, "1503.DG.013": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Ismaningerstr. 22", "zip_code": 81675 }, + "alt_name": "3.3.13, Seminarraum III", "arch_name": "3.3.13@1503", "area_id": 22, "building_id": 1772, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -118495,18 +131672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66164, "usage_id": 41 }, "1503.DG.014": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Ismaningerstr. 22", "zip_code": 81675 }, + "alt_name": "3.3.14, B\u00fcro", "arch_name": "3.3.14@1503", "area_id": 22, "building_id": 1772, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -118514,189 +131693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66168, "usage_id": 12 }, - "1514.01.008": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 9", - "zip_code": 81675 - }, - "arch_name": "14.1.8@1514", - "area_id": 22, - "building_id": 1035, - "floor_type": "Keine Angabe", - "main_operator_id": 26519, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1514.01.010": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 9", - "zip_code": 81675 - }, - "arch_name": "14.1.10@1514", - "area_id": 22, - "building_id": 1035, - "floor_type": "Keine Angabe", - "main_operator_id": 26519, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1514.02.001": { - "address": { - "floor": "2.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 9", - "zip_code": 81675 - }, - "arch_name": "14.2.1@1514", - "area_id": 22, - "building_id": 1035, - "floor_type": "Keine Angabe", - "main_operator_id": 15723, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1514.02.004": { - "address": { - "floor": "2.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 9", - "zip_code": 81675 - }, - "arch_name": "14.2.4@1514", - "area_id": 22, - "building_id": 1035, - "floor_type": "Keine Angabe", - "main_operator_id": 26519, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "1514.02.005": { - "address": { - "floor": "2.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 9", - "zip_code": 81675 - }, - "arch_name": "14.2.5@1514", - "area_id": 22, - "building_id": 1035, - "floor_type": "Keine Angabe", - "main_operator_id": 15723, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "1514.02.007": { - "address": { - "floor": "2.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 9", - "zip_code": 81675 - }, - "arch_name": "14.2.7@1514", - "area_id": 22, - "building_id": 1035, - "floor_type": "Keine Angabe", - "main_operator_id": 15723, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "1514.02.008": { - "address": { - "floor": "2.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 9", - "zip_code": 81675 - }, - "arch_name": "14.2.8@1514", - "area_id": 22, - "building_id": 1035, - "floor_type": "Keine Angabe", - "main_operator_id": 15723, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "1514.02.010B": { - "address": { - "floor": "2.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 9", - "zip_code": 81675 - }, - "arch_name": "14.2.10B@1514", - "area_id": 22, - "building_id": 1035, - "floor_type": "Keine Angabe", - "main_operator_id": 15723, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 104 - }, - "1514.U1.006": { - "address": { - "floor": "1.UG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 9", - "zip_code": 81675 - }, - "arch_name": "14.01.6@1514", - "area_id": 22, - "building_id": 1035, - "floor_type": "Keine Angabe", - "main_operator_id": 26519, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 30 - }, "1514.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 9", "zip_code": 81675 }, + "alt_name": "14.01.8, Rechnerraum", "arch_name": "14.01.8@1514", "area_id": 22, "building_id": 1035, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 42041, "seats": { @@ -118704,341 +131714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65420, "usage_id": 207 }, - "1523.01.001": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Ismaningerstr. 22", - "zip_code": 81675 - }, - "arch_name": "23.1.1@1523", - "area_id": 22, - "building_id": 1773, - "floor_type": "Keine Angabe", - "main_operator_id": 16029, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1523.01.003": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Ismaningerstr. 22", - "zip_code": 81675 - }, - "arch_name": "23.1.3@1523", - "area_id": 22, - "building_id": 1773, - "floor_type": "Keine Angabe", - "main_operator_id": 16029, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1523.01.004": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Ismaningerstr. 22", - "zip_code": 81675 - }, - "arch_name": "23.1.4@1523", - "area_id": 22, - "building_id": 1773, - "floor_type": "Keine Angabe", - "main_operator_id": 16029, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 124 - }, - "1523.01.006": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Ismaningerstr. 22", - "zip_code": 81675 - }, - "arch_name": "23.1.6@1523", - "area_id": 22, - "building_id": 1773, - "floor_type": "Keine Angabe", - "main_operator_id": 16029, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 124 - }, - "1523.01.007": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Ismaningerstr. 22", - "zip_code": 81675 - }, - "arch_name": "23.1.7@1523", - "area_id": 22, - "building_id": 1773, - "floor_type": "Keine Angabe", - "main_operator_id": 16029, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 124 - }, - "1523.01.012": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Ismaningerstr. 22", - "zip_code": 81675 - }, - "arch_name": "23.1.12@1523", - "area_id": 22, - "building_id": 1773, - "floor_type": "Keine Angabe", - "main_operator_id": 16029, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1523.01.015": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Ismaningerstr. 22", - "zip_code": 81675 - }, - "arch_name": "23.1.15@1523", - "area_id": 22, - "building_id": 1773, - "floor_type": "Keine Angabe", - "main_operator_id": 16029, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 124 - }, - "1523.01.017": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Ismaningerstr. 22", - "zip_code": 81675 - }, - "arch_name": "23.1.17@1523", - "area_id": 22, - "building_id": 1773, - "floor_type": "Keine Angabe", - "main_operator_id": 16029, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 196 - }, - "1523.01.018": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Ismaningerstr. 22", - "zip_code": 81675 - }, - "arch_name": "23.1.18@1523", - "area_id": 22, - "building_id": 1773, - "floor_type": "Keine Angabe", - "main_operator_id": 16029, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1531.EG.002": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Trogerstr.4/Einsteinstr.65 4/65", - "zip_code": 81675 - }, - "arch_name": "31.0.2@1531", - "area_id": 22, - "building_id": 1026, - "floor_type": "Keine Angabe", - "main_operator_id": 14191, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1531.EG.002A": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Trogerstr.4/Einsteinstr.65 4/65", - "zip_code": 81675 - }, - "arch_name": "31.0.2a@1531", - "area_id": 22, - "building_id": 1026, - "floor_type": "Keine Angabe", - "main_operator_id": 14191, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 30 - }, - "1531.EG.003": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Trogerstr.4/Einsteinstr.65 4/65", - "zip_code": 81675 - }, - "arch_name": "31.0.3@1531", - "area_id": 22, - "building_id": 1026, - "floor_type": "Keine Angabe", - "main_operator_id": 14191, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1531.EG.003A": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Trogerstr.4/Einsteinstr.65 4/65", - "zip_code": 81675 - }, - "arch_name": "31.0.3a@1531", - "area_id": 22, - "building_id": 1026, - "floor_type": "Keine Angabe", - "main_operator_id": 14191, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1531.EG.003B": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Trogerstr.4/Einsteinstr.65 4/65", - "zip_code": 81675 - }, - "arch_name": "31.0.3b@1531", - "area_id": 22, - "building_id": 1026, - "floor_type": "Keine Angabe", - "main_operator_id": 14191, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 159 - }, - "1531.EG.004": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Trogerstr.4/Einsteinstr.65 4/65", - "zip_code": 81675 - }, - "arch_name": "31.0.4@1531", - "area_id": 22, - "building_id": 1026, - "floor_type": "Keine Angabe", - "main_operator_id": 14191, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 159 - }, - "1531.EG.005": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Trogerstr.4/Einsteinstr.65 4/65", - "zip_code": 81675 - }, - "arch_name": "31.0.5@1531", - "area_id": 22, - "building_id": 1026, - "floor_type": "Keine Angabe", - "main_operator_id": 14191, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 30 - }, - "1531.EG.030": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Trogerstr.4/Einsteinstr.65 4/65", - "zip_code": 81675 - }, - "arch_name": "31.0.30@1531", - "area_id": 22, - "building_id": 1026, - "floor_type": "Keine Angabe", - "main_operator_id": 14191, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 114 - }, "1533.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 8", "zip_code": 81675 }, + "alt_name": "33.2.7, B\u00fcro", "arch_name": "33.2.7@1533", "area_id": 22, "building_id": 1769, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -119046,18 +131735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66175, "usage_id": 12 }, "1533.02.008": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 8", "zip_code": 81675 }, + "alt_name": "33.2.8, Aufenthalt", "arch_name": "33.2.8@1533", "area_id": 22, "building_id": 1769, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -119065,18 +131756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66176, "usage_id": 44 }, "1533.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 8", "zip_code": 81675 }, + "alt_name": "33.2.10, K\u00fcche", "arch_name": "33.2.10@1533", "area_id": 22, "building_id": 1769, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -119084,18 +131777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66177, "usage_id": 53 }, "1533.02.011": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 8", "zip_code": 81675 }, + "alt_name": "33.2.11, Bad", "arch_name": "33.2.11@1533", "area_id": 22, "building_id": 1769, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -119103,18 +131798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66178, "usage_id": 112 }, "1533.02.110": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 8", "zip_code": 81675 }, + "alt_name": "35.0.3, Flur", "arch_name": "35.0.3@1533", "area_id": 22, "building_id": 1769, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -119122,37 +131819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66082, "usage_id": 222 }, - "1535.EG.003": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 12", - "zip_code": 81675 - }, - "arch_name": "35.0.3@1535", - "area_id": 22, - "building_id": 1770, - "floor_type": "Keine Angabe", - "main_operator_id": 14191, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 30 - }, "1536.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.0.1, Vorraum", "arch_name": "36.0.1@1536", "area_id": 22, "building_id": 1027, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119160,18 +131840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60615, "usage_id": 50 }, "1536.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.0.2, WC", "arch_name": "36.0.2@1536", "area_id": 22, "building_id": 1027, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119179,18 +131861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60616, "usage_id": 114 }, "1536.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.0.3, B\u00fcro", "arch_name": "36.0.3@1536", "area_id": 22, "building_id": 1027, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119198,18 +131882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60618, "usage_id": 12 }, "1536.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.0.5, B\u00fcro", "arch_name": "36.0.5@1536", "area_id": 22, "building_id": 1027, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119217,18 +131903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60633, "usage_id": 12 }, "1536.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.0.6, Bibliothek", "arch_name": "36.0.6@1536", "area_id": 22, "building_id": 1027, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119236,18 +131924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60635, "usage_id": 10 }, "1536.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.0.8, B\u00fcro", "arch_name": "36.0.8@1536", "area_id": 22, "building_id": 1027, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119255,18 +131945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60637, "usage_id": 12 }, "1536.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.0.9, B\u00fcro", "arch_name": "36.0.9@1536", "area_id": 22, "building_id": 1027, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119274,18 +131966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60654, "usage_id": 12 }, "1536.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.0.10, Teek\u00fcche", "arch_name": "36.0.10@1536", "area_id": 22, "building_id": 1027, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119293,18 +131987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60656, "usage_id": 198 }, "1536.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.0.11, WC", "arch_name": "36.0.11@1536", "area_id": 22, "building_id": 1027, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119312,18 +132008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60658, "usage_id": 114 }, "1536.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.0.12, Flur", "arch_name": "36.0.12@1536", "area_id": 22, "building_id": 1027, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119331,18 +132029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60672, "usage_id": 222 }, "1536.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.01.6, Lager", "arch_name": "36.01.6@1536", "area_id": 22, "building_id": 1027, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119350,18 +132050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60595, "usage_id": 30 }, "1536.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 14", "zip_code": 81675 }, + "alt_name": "36.01.7, Lager", "arch_name": "36.01.7@1536", "area_id": 22, "building_id": 1027, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -119369,18 +132071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60597, "usage_id": 30 }, "1538.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.1, Vorraum", "arch_name": "38.1.1@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119388,18 +132092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60448, "usage_id": 37 }, "1538.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.2, WC-Damen", "arch_name": "38.1.2@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119407,18 +132113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60467, "usage_id": 116 }, "1538.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.3, Vorraum", "arch_name": "38.1.3@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119426,18 +132134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60470, "usage_id": 37 }, "1538.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.4, WC-Herren", "arch_name": "38.1.4@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119445,18 +132155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60472, "usage_id": 115 }, "1538.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.5, Kopierer", "arch_name": "38.1.5@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119464,18 +132176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60476, "usage_id": 110 }, "1538.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.6, Wissensch.Sek.", "arch_name": "38.1.6@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119483,18 +132197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60480, "usage_id": 40 }, "1538.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.7, Institutsleiter", "arch_name": "38.1.7@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119502,18 +132218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60502, "usage_id": 12 }, "1538.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.8, Befundungszimmer Instit.", "arch_name": "38.1.8@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119521,18 +132239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60507, "usage_id": 124 }, "1538.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.9, Vorzimmer Institutsleiter", "arch_name": "38.1.9@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119540,18 +132260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60510, "usage_id": 40 }, "1538.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.10, Befundsekretariat 1", "arch_name": "38.1.10@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119559,18 +132281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60523, "usage_id": 40 }, "1538.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.11, Finanzbuchh./Bestellwesen", "arch_name": "38.1.11@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119578,18 +132302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60526, "usage_id": 12 }, "1538.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.12, Dokumentation/Befundauskunft", "arch_name": "38.1.12@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119597,18 +132323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60530, "usage_id": 12 }, "1538.01.013": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.13, Befundsekretariat 2", "arch_name": "38.1.13@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119616,18 +132344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60531, "usage_id": 40 }, "1538.01.014": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.14, Befundsekretariat 3", "arch_name": "38.1.14@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119635,18 +132365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60533, "usage_id": 40 }, "1538.01.015": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.15, Systemverwaltung", "arch_name": "38.1.15@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119654,18 +132386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60552, "usage_id": 12 }, "1538.01.016": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.16, EDV-Raum", "arch_name": "38.1.16@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119673,18 +132407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60556, "usage_id": 207 }, "1538.01.016A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.16a, Inst.4", "arch_name": "38.1.16a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -119692,18 +132428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60559, "usage_id": 120 }, "1538.01.017": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.17, Druckerr./Befundausg.", "arch_name": "38.1.17@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119711,18 +132449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60561, "usage_id": 110 }, "1538.01.019": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.19, Aufenthaltsraum", "arch_name": "38.1.19@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119730,18 +132470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60126, "usage_id": 44 }, "1538.01.020": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.20, Knochen/H\u00e4matologie-Labor", "arch_name": "38.1.20@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119749,18 +132491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60129, "usage_id": 102 }, "1538.01.021": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.21, Histologisches Labor", "arch_name": "38.1.21@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119768,18 +132512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60131, "usage_id": 102 }, "1538.01.022": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.22, Installation 3", "arch_name": "38.1.22@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -119787,18 +132533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60133, "usage_id": 120 }, "1538.01.023": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.23, Ausgiessraum", "arch_name": "38.1.23@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119806,18 +132554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60155, "usage_id": 216 }, "1538.01.024": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.24, Installation 2", "arch_name": "38.1.24@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -119825,18 +132575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60158, "usage_id": 120 }, "1538.01.025": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.25, Bef\u00fcllstation", "arch_name": "38.1.25@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119844,18 +132596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60160, "usage_id": 216 }, "1538.01.025A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.25a, Bef\u00fcllanlage", "arch_name": "38.1.25a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119863,18 +132617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60161, "usage_id": 136 }, "1538.01.026": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.26, Lager Chemikalien", "arch_name": "38.1.26@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119882,18 +132638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60181, "usage_id": 132 }, "1538.01.027": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.27, Handlager Schnitte/Bl\u00f6cke", "arch_name": "38.1.27@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119901,18 +132659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60203, "usage_id": 30 }, "1538.01.028": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.28, Sp\u00fcl-u.Autoklavierr.", "arch_name": "38.1.28@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119920,18 +132680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60206, "usage_id": 209 }, "1538.01.029": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.29, Umkleide-Damen", "arch_name": "38.1.29@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119939,18 +132701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60208, "usage_id": 121 }, "1538.01.031": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.31, Umkleide-Herren", "arch_name": "38.1.31@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119958,18 +132722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60236, "usage_id": 121 }, "1538.01.032": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.32, Installation 1", "arch_name": "38.1.32@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -119977,18 +132743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60238, "usage_id": 120 }, "1538.01.033": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.33, Immunhistochem.Labor", "arch_name": "38.1.33@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -119996,18 +132764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60240, "usage_id": 102 }, "1538.01.034": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.34, Morphometrie", "arch_name": "38.1.34@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120015,18 +132785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60268, "usage_id": 102 }, "1538.01.035": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.35, Durchflusszytometrie", "arch_name": "38.1.35@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120034,18 +132806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60270, "usage_id": 102 }, "1538.01.036": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.36, F\u00e4rbelabor", "arch_name": "38.1.36@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120053,18 +132827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60272, "usage_id": 102 }, "1538.01.037": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.37, Spezialf\u00e4rbung", "arch_name": "38.1.37@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120072,18 +132848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60302, "usage_id": 102 }, "1538.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.110, Flur 1", "arch_name": "38.1.110@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120091,18 +132869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60305, "usage_id": 222 }, "1538.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.120, Flur 2", "arch_name": "38.1.120@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120110,18 +132890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60307, "usage_id": 222 }, "1538.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.130, Flur 3", "arch_name": "38.1.130@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120129,18 +132911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60309, "usage_id": 222 }, "1538.01.140": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.140, Flur 4", "arch_name": "38.1.140@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120148,18 +132932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60339, "usage_id": 222 }, "1538.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.210, Haupttreppenhaus", "arch_name": "38.1.210@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -120167,18 +132953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60344, "usage_id": 223 }, "1538.01.220": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.1.220, Treppenhaus", "arch_name": "38.1.220@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -120186,18 +132974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60348, "usage_id": 223 }, "1538.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.1, Vorraum", "arch_name": "38.2.1@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120205,18 +132995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60378, "usage_id": 37 }, "1538.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.2, WC-Damen", "arch_name": "38.2.2@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120224,18 +133016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60381, "usage_id": 116 }, "1538.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.3, Vorraum", "arch_name": "38.2.3@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120243,18 +133037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60385, "usage_id": 37 }, "1538.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.4, WC-Herren", "arch_name": "38.2.4@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120262,18 +133058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60415, "usage_id": 115 }, "1538.02.004A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.4a, Kopierer/Abstellraum", "arch_name": "38.2.4a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120281,18 +133079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60418, "usage_id": 110 }, "1538.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.5, Oberarzt", "arch_name": "38.2.5@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120300,18 +133100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60420, "usage_id": 12 }, "1538.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.6, Oberarzt", "arch_name": "38.2.6@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120319,18 +133121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60423, "usage_id": 12 }, "1538.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.7, Oberarzt", "arch_name": "38.2.7@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120338,18 +133142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60453, "usage_id": 12 }, "1538.02.008": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.8, Arzt", "arch_name": "38.2.8@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120357,18 +133163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60455, "usage_id": 12 }, "1538.02.009": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.9, Arzt", "arch_name": "38.2.9@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120376,18 +133184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60459, "usage_id": 12 }, "1538.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.10, Arzt", "arch_name": "38.2.10@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120395,18 +133205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60482, "usage_id": 12 }, "1538.02.011": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.11, Arzt", "arch_name": "38.2.11@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120414,18 +133226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60484, "usage_id": 12 }, "1538.02.012": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.12, Arzt", "arch_name": "38.2.12@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120433,18 +133247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60486, "usage_id": 12 }, "1538.02.013": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.13, Arzt", "arch_name": "38.2.13@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120452,18 +133268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60514, "usage_id": 12 }, "1538.02.014": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.14, Arzt", "arch_name": "38.2.14@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120471,18 +133289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60542, "usage_id": 12 }, "1538.02.015": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.15, Diskussionsmikroskop", "arch_name": "38.2.15@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120490,18 +133310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60543, "usage_id": 124 }, "1538.02.016": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.16, Oberarzt", "arch_name": "38.2.16@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120509,18 +133331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60563, "usage_id": 12 }, "1538.02.016A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.16a, Inst.4", "arch_name": "38.2.16a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -120528,18 +133352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60564, "usage_id": 120 }, "1538.02.017": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.17, Putzraum", "arch_name": "38.2.17@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120547,18 +133373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60565, "usage_id": 205 }, "1538.02.018": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.18, Umkleide-Damen", "arch_name": "38.2.18@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120566,18 +133394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60566, "usage_id": 121 }, "1538.02.019": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.19, Beh.-WC", "arch_name": "38.2.19@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120585,18 +133415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60567, "usage_id": 117 }, "1538.02.020": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.20, Aufenthaltsraum", "arch_name": "38.2.20@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120604,18 +133436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60110, "usage_id": 44 }, "1538.02.021": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.21, Molekularpathologisches Labor", "arch_name": "38.2.21@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120623,18 +133457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60111, "usage_id": 102 }, "1538.02.022": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.22, PCR Raum", "arch_name": "38.2.22@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120642,18 +133478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60113, "usage_id": 102 }, "1538.02.023": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.23, Bakteriologisches Labor S1", "arch_name": "38.2.23@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120661,18 +133499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60116, "usage_id": 102 }, "1538.02.024": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.24, Zellkultur/Molekulargen S1", "arch_name": "38.2.24@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120680,18 +133520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60135, "usage_id": 102 }, "1538.02.025": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.25, Installation 3", "arch_name": "38.2.25@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -120699,18 +133541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60137, "usage_id": 120 }, "1538.02.026": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.26, Zellkultur/Molekulargen S1", "arch_name": "38.2.26@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120718,18 +133562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60139, "usage_id": 102 }, "1538.02.027": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.27, Installation 2", "arch_name": "38.2.27@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -120737,18 +133583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60142, "usage_id": 120 }, "1538.02.028": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.28, Brennb.Fl\u00fcssigk.", "arch_name": "38.2.28@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120756,18 +133604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60163, "usage_id": 30 }, "1538.02.029": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.29, K\u00fchlraum S1", "arch_name": "38.2.29@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120775,18 +133625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60165, "usage_id": 199 }, "1538.02.029A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.29a, Gefrierraum", "arch_name": "38.2.29a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120794,18 +133646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60168, "usage_id": 199 }, "1538.02.030": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.30, Ger\u00e4ter./Zentrifugen S1", "arch_name": "38.2.30@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120813,18 +133667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60170, "usage_id": 18 }, "1538.02.031": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.31, Sp\u00fcl-und Autoklavierr. S1", "arch_name": "38.2.31@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120832,18 +133688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60172, "usage_id": 209 }, "1538.02.032": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.32, Elektrophorese", "arch_name": "38.2.32@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120851,18 +133709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60184, "usage_id": 102 }, "1538.02.033": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.33, Autoradiographie", "arch_name": "38.2.33@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120870,18 +133730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60186, "usage_id": 102 }, "1538.02.036": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.36, Installation 1", "arch_name": "38.2.36@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -120889,18 +133751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60191, "usage_id": 120 }, "1538.02.037": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.37, Schleuse", "arch_name": "38.2.37@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120908,18 +133772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60209, "usage_id": 105 }, "1538.02.038": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.38, PCR Raum", "arch_name": "38.2.38@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120927,18 +133793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60212, "usage_id": 102 }, "1538.02.039": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.39, B-Labor", "arch_name": "38.2.39@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120946,18 +133814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60216, "usage_id": 102 }, "1538.02.040": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.40, Nuklidlager", "arch_name": "38.2.40@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120965,18 +133835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60312, "usage_id": 30 }, "1538.02.041": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.41, Molekularpathol.Labor", "arch_name": "38.2.41@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -120984,18 +133856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60315, "usage_id": 102 }, "1538.02.110": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.110, Flur 1", "arch_name": "38.2.110@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121003,18 +133877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60320, "usage_id": 222 }, "1538.02.120": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.120, Flur 2", "arch_name": "38.2.120@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121022,18 +133898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60424, "usage_id": 222 }, "1538.02.130": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.130, Flur 3", "arch_name": "38.2.130@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121041,18 +133919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60427, "usage_id": 222 }, "1538.02.140": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.140, Flur 4", "arch_name": "38.2.140@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121060,18 +133940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60429, "usage_id": 222 }, "1538.02.150": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.150, Flur 5", "arch_name": "38.2.150@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121079,18 +133961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60433, "usage_id": 222 }, "1538.02.160": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.160, Flur 6", "arch_name": "38.2.160@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121098,18 +133982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60242, "usage_id": 222 }, "1538.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.210, Treppenhaus", "arch_name": "38.2.210@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -121117,18 +134003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60245, "usage_id": 223 }, "1538.02.220": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.2.220, Treppenhaus", "arch_name": "38.2.220@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -121136,18 +134024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60250, "usage_id": 223 }, "1538.03.001": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.1, Vorraum", "arch_name": "38.3.1@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121155,18 +134045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60352, "usage_id": 37 }, "1538.03.002": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.2, WC-Damen", "arch_name": "38.3.2@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121174,18 +134066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60275, "usage_id": 116 }, "1538.03.003": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.3, Vorraum", "arch_name": "38.3.3@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121193,18 +134087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60280, "usage_id": 37 }, "1538.03.004": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.4, WC-Herren", "arch_name": "38.3.4@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121212,18 +134108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60283, "usage_id": 115 }, "1538.03.004A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.4a, Kopierer/Abstellr.", "arch_name": "38.3.4a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121231,19 +134129,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60285, "usage_id": 110 }, "1538.03.005": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.5, Oberarzt", "arch_name": "38.3.5@1538", "area_id": 22, "building_id": 1029, "calendar_resource_nr": 20761, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121251,18 +134151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60963, "usage_id": 12 }, "1538.03.006": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.6, Oberarzt", "arch_name": "38.3.6@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121270,18 +134172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60967, "usage_id": 12 }, "1538.03.007": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.7, Oberarzt", "arch_name": "38.3.7@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121289,18 +134193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60970, "usage_id": 12 }, "1538.03.008": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.8, Oberarzt", "arch_name": "38.3.8@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121308,18 +134214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60974, "usage_id": 12 }, "1538.03.009": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.9, Arzt", "arch_name": "38.3.9@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121327,18 +134235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60987, "usage_id": 12 }, "1538.03.010": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.10, Arzt", "arch_name": "38.3.10@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121346,18 +134256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60991, "usage_id": 12 }, "1538.03.011": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.11, Arzt", "arch_name": "38.3.11@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121365,18 +134277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60994, "usage_id": 12 }, "1538.03.012": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.12, Arzt", "arch_name": "38.3.12@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121384,18 +134298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61009, "usage_id": 12 }, "1538.03.013": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.13, Arzt", "arch_name": "38.3.13@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121403,18 +134319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61013, "usage_id": 12 }, "1538.03.014": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.14, Arzt", "arch_name": "38.3.14@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121422,18 +134340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61017, "usage_id": 12 }, "1538.03.015": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.15, Arzt", "arch_name": "38.3.15@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121441,18 +134361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61032, "usage_id": 12 }, "1538.03.016": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.16, Oberarzt", "arch_name": "38.3.16@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121460,18 +134382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61034, "usage_id": 12 }, "1538.03.016A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.16a, Inst.4", "arch_name": "38.3.16a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -121479,18 +134403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61036, "usage_id": 120 }, "1538.03.017": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.17, Putzraum", "arch_name": "38.3.17@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121498,18 +134424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60811, "usage_id": 205 }, "1538.03.018": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.18, Umkleide-Damen", "arch_name": "38.3.18@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121517,18 +134445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60814, "usage_id": 121 }, "1538.03.019": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.19, Aufenthaltsraum", "arch_name": "38.3.19@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121536,18 +134466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60823, "usage_id": 44 }, "1538.03.020": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.20, Teek\u00fcche", "arch_name": "38.3.20@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121555,18 +134487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60824, "usage_id": 198 }, "1538.03.021": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.21, Labor C3-Professor", "arch_name": "38.3.21@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121574,18 +134508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60825, "usage_id": 102 }, "1538.03.022": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.22, Biochem.Labor", "arch_name": "38.3.22@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121593,18 +134529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60826, "usage_id": 102 }, "1538.03.023": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.23, Zellkultur S1", "arch_name": "38.3.23@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121612,18 +134550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60828, "usage_id": 102 }, "1538.03.024": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.24, Laser Sca. Mikroskop", "arch_name": "38.3.24@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121631,18 +134571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60837, "usage_id": 102 }, "1538.03.025": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.25, Installation 3", "arch_name": "38.3.25@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -121650,18 +134592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60841, "usage_id": 120 }, "1538.03.027": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.27, Installation 2", "arch_name": "38.3.27@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -121669,18 +134613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60890, "usage_id": 120 }, "1538.03.028": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.28, Lager Chemikalien", "arch_name": "38.3.28@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121688,18 +134634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60891, "usage_id": 132 }, "1538.03.029": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.29, K\u00fchlraum S1", "arch_name": "38.3.29@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121707,18 +134655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60907, "usage_id": 199 }, "1538.03.029A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.29a, Gefrierr. S1", "arch_name": "38.3.29a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121726,18 +134676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60908, "usage_id": 199 }, "1538.03.030": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.30, Interdiszipl.Forsch.Fl.Archiv", "arch_name": "38.3.30@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121745,18 +134697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60909, "usage_id": 2 }, "1538.03.031": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.31, Sp\u00fclk\u00fcche", "arch_name": "38.3.31@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121764,18 +134718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60910, "usage_id": 209 }, "1538.03.032": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.32, Ger\u00e4te S1", "arch_name": "38.3.32@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121783,18 +134739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60914, "usage_id": 18 }, "1538.03.034": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.34, Installation 1", "arch_name": "38.3.34@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -121802,94 +134760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60923, "usage_id": 120 }, - "1538.03.035": { - "address": { - "floor": "3.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 18", - "zip_code": 81675 - }, - "arch_name": "38.3.35@1538", - "area_id": 22, - "building_id": 1029, - "floor_type": "Keine Angabe", - "main_operator_id": 15720, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "1538.03.036": { - "address": { - "floor": "3.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 18", - "zip_code": 81675 - }, - "arch_name": "38.3.36@1538", - "area_id": 22, - "building_id": 1029, - "floor_type": "Keine Angabe", - "main_operator_id": 26519, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "1538.03.037": { - "address": { - "floor": "3.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 18", - "zip_code": 81675 - }, - "arch_name": "38.3.37@1538", - "area_id": 22, - "building_id": 1029, - "floor_type": "Keine Angabe", - "main_operator_id": 15720, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "1538.03.038": { - "address": { - "floor": "3.OG", - "place": "M\u00fcnchen", - "street": "Trogerstr. 18", - "zip_code": 81675 - }, - "arch_name": "38.3.38@1538", - "area_id": 22, - "building_id": 1029, - "floor_type": "Keine Angabe", - "main_operator_id": 15720, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, "1538.03.110": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.110, Flur 1", "arch_name": "38.3.110@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121897,18 +134781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60977, "usage_id": 222 }, "1538.03.120": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.120, Flur 2", "arch_name": "38.3.120@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121916,18 +134802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60979, "usage_id": 222 }, "1538.03.130": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.130, Flur 3", "arch_name": "38.3.130@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121935,18 +134823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60998, "usage_id": 222 }, "1538.03.140": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.140, Flur 4", "arch_name": "38.3.140@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -121954,18 +134844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60999, "usage_id": 222 }, "1538.03.210": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.210, Treppenhaus", "arch_name": "38.3.210@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -121973,18 +134865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61000, "usage_id": 223 }, "1538.03.220": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.3.220, Treppenhaus", "arch_name": "38.3.220@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -121992,18 +134886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61001, "usage_id": 223 }, "1538.04.001": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.1, Vorraum", "arch_name": "38.4.1@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122011,18 +134907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61002, "usage_id": 37 }, "1538.04.002": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.2, WC-Damen", "arch_name": "38.4.2@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122030,18 +134928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61021, "usage_id": 116 }, "1538.04.003": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.3, Vorraum", "arch_name": "38.4.3@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122049,18 +134949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61023, "usage_id": 37 }, "1538.04.004": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.4, WC-Herren", "arch_name": "38.4.4@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122068,18 +134970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61026, "usage_id": 115 }, "1538.04.005": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.5, Kopierraum", "arch_name": "38.4.5@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122087,18 +134991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61027, "usage_id": 110 }, "1538.04.006": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.6, Notfallzimmer", "arch_name": "38.4.6@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122106,18 +135012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61028, "usage_id": 12 }, "1538.04.006A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.6a, Bad/WC", "arch_name": "38.4.6a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122125,18 +135033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61042, "usage_id": 112 }, "1538.04.007": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.7, \u00c4rzte und Doktoranden", "arch_name": "38.4.7@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122144,18 +135054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61064, "usage_id": 12 }, "1538.04.008": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.8, \u00c4rzte u. Doktoranden", "arch_name": "38.4.8@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122163,18 +135075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61067, "usage_id": 12 }, "1538.04.009": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.9, \u00c4rzte u. Doktoranden", "arch_name": "38.4.9@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122182,19 +135096,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60816, "usage_id": 12 }, "1538.04.011": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.11, Bibliothek", "arch_name": "38.4.11@1538", "area_id": 22, "building_id": 1029, "calendar_resource_nr": 20762, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122202,18 +135118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60818, "usage_id": 10 }, "1538.04.110": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.110, Flur", "arch_name": "38.4.110@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122221,18 +135139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60821, "usage_id": 222 }, "1538.04.210": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.4.210, Treppenhaus", "arch_name": "38.4.210@1538", "area_id": 22, "building_id": 1029, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -122240,18 +135160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60831, "usage_id": 223 }, "1538.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.1, Seminar-u. Konferenzraum", "arch_name": "38.0.1@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122259,18 +135181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60232, "usage_id": 41 }, "1538.EG.001A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.1a, Vorraum Seminarraum", "arch_name": "38.0.1a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122278,18 +135202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60258, "usage_id": 50 }, "1538.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.2, Arzte u.Doktoranden", "arch_name": "38.0.2@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122297,18 +135223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60261, "usage_id": 12 }, "1538.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.3, Mikroskopierraum", "arch_name": "38.0.3@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122316,18 +135244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60263, "usage_id": 102 }, "1538.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.4, Oberarzt", "arch_name": "38.0.4@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122335,18 +135265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60264, "usage_id": 12 }, "1538.EG.004A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.4a, Inst. 4", "arch_name": "38.0.4a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -122354,18 +135286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60295, "usage_id": 120 }, "1538.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.5, Punktionsraum", "arch_name": "38.0.5@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122373,18 +135307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60296, "usage_id": 124 }, "1538.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.6, Patientenwarteraum", "arch_name": "38.0.6@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122392,18 +135328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60298, "usage_id": 44 }, "1538.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.7, Pr\u00e4parateannahme", "arch_name": "38.0.7@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122411,18 +135349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60300, "usage_id": 186 }, "1538.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.8, Pr\u00e4paratezuschnitt", "arch_name": "38.0.8@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122430,18 +135370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60327, "usage_id": 102 }, "1538.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.9, Knochenzuschnitt", "arch_name": "38.0.9@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122449,18 +135391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60332, "usage_id": 102 }, "1538.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.10, Schnellschnitte", "arch_name": "38.0.10@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122468,18 +135412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60335, "usage_id": 102 }, "1538.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.11, Installation 3", "arch_name": "38.0.11@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -122487,18 +135433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60337, "usage_id": 120 }, "1538.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.12, Archiv Kurs- u. Museumspr\u00e4.", "arch_name": "38.0.12@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122506,18 +135454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60366, "usage_id": 2 }, "1538.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.13, Installation 2", "arch_name": "38.0.13@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -122525,18 +135475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60369, "usage_id": 120 }, "1538.EG.015": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.15, Installation 1", "arch_name": "38.0.15@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -122544,18 +135496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60376, "usage_id": 120 }, "1538.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.16, Mikroskopiersaal", "arch_name": "38.0.16@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122563,18 +135517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60402, "usage_id": 130 }, "1538.EG.100": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.100, Windfang", "arch_name": "38.0.100@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -122582,18 +135538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60406, "usage_id": 52 }, "1538.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.110, Flur", "arch_name": "38.0.110@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -122601,18 +135559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60409, "usage_id": 222 }, "1538.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.120, Flur 2", "arch_name": "38.0.120@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -122620,18 +135580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60412, "usage_id": 222 }, "1538.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.210, Treppenhaus", "arch_name": "38.0.210@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -122639,18 +135601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60441, "usage_id": 223 }, "1538.EG.220": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.220, Treppenhaus", "arch_name": "38.0.220@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -122658,18 +135622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60444, "usage_id": 223 }, "1538.EG.500": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0.500, Feuerwehrdurchfahrt", "arch_name": "38.0.500@1538", "area_id": 22, "building_id": 1029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -122677,18 +135643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60446, "usage_id": 204 }, "1538.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.1, Lager Befundberichte", "arch_name": "38.01.1@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122696,18 +135664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60463, "usage_id": 30 }, "1538.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.2, Beh.-WC", "arch_name": "38.01.2@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122715,18 +135685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60465, "usage_id": 117 }, "1538.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.3, WC-Vorraum", "arch_name": "38.01.3@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122734,18 +135706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60490, "usage_id": 37 }, "1538.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.4, WC-Damen", "arch_name": "38.01.4@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122753,18 +135727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60492, "usage_id": 116 }, "1538.U1.004A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.4a, Abstellraum", "arch_name": "38.01.4a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122772,18 +135748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60495, "usage_id": 159 }, "1538.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.5, Umkleide PU", "arch_name": "38.01.5@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122791,18 +135769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60518, "usage_id": 121 }, "1538.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.6, Putzraum", "arch_name": "38.01.6@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122810,18 +135790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60520, "usage_id": 205 }, "1538.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.8, Versandmat.", "arch_name": "38.01.8@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122829,18 +135811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60547, "usage_id": 180 }, "1538.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.9, Sp\u00fclraum", "arch_name": "38.01.9@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122848,18 +135832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60569, "usage_id": 209 }, "1538.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.10, Tiefk\u00fchlger\u00e4te", "arch_name": "38.01.10@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122867,18 +135853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60571, "usage_id": 199 }, "1538.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.11, Installation 3", "arch_name": "38.01.11@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -122886,18 +135874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60573, "usage_id": 120 }, "1538.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.12, Installation 2", "arch_name": "38.01.12@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -122905,18 +135895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60574, "usage_id": 120 }, "1538.U1.013": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.13, Leichenk\u00fchl-u. Abholraum", "arch_name": "38.01.13@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122924,18 +135916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60576, "usage_id": 199 }, "1538.U1.014": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.14, Umkleide-Damen", "arch_name": "38.01.14@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122943,18 +135937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60119, "usage_id": 121 }, "1538.U1.015": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.15, Dusche-Damen", "arch_name": "38.01.15@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122962,18 +135958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60120, "usage_id": 113 }, "1538.U1.016": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.16, WC-Damen", "arch_name": "38.01.16@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -122981,18 +135979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60122, "usage_id": 116 }, "1538.U1.017": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.17, Umkleide-Herren", "arch_name": "38.01.17@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123000,18 +136000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60123, "usage_id": 121 }, "1538.U1.018": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.18, Dusche-Herren", "arch_name": "38.01.18@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123019,18 +136021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60144, "usage_id": 113 }, "1538.U1.019": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.19, WC-Herren", "arch_name": "38.01.19@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123038,18 +136042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60146, "usage_id": 115 }, "1538.U1.021": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.21, Aufbahrung", "arch_name": "38.01.21@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123057,18 +136063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60148, "usage_id": 129 }, "1538.U1.022": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.22, Pr\u00e4paratelager", "arch_name": "38.01.22@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123076,18 +136084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60149, "usage_id": 30 }, "1538.U1.024": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.24, Installation 1", "arch_name": "38.01.24@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -123095,18 +136105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60153, "usage_id": 120 }, "1538.U1.025": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.25, Pr\u00e4parator", "arch_name": "38.01.25@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123114,18 +136126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60173, "usage_id": 102 }, "1538.U1.026": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.26, Lager Fix.Unters.Pr\u00e4.", "arch_name": "38.01.26@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123133,18 +136147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60175, "usage_id": 30 }, "1538.U1.027": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.27, Seziersaal", "arch_name": "38.01.27@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123152,18 +136168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60177, "usage_id": 102 }, "1538.U1.028": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.28, Fotoraum", "arch_name": "38.01.28@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123171,18 +136189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60179, "usage_id": 104 }, "1538.U1.029": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.29, K\u00fchlbox", "arch_name": "38.01.29@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123190,18 +136210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60193, "usage_id": 199 }, "1538.U1.030": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.30, Lager", "arch_name": "38.01.30@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123209,18 +136231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60195, "usage_id": 30 }, "1538.U1.031": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.31, Kleiner H\u00f6rsaal", "arch_name": "38.01.31@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123228,18 +136252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60197, "usage_id": 130 }, "1538.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.110, Flur 1", "arch_name": "38.01.110@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -123247,18 +136273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60199, "usage_id": 222 }, "1538.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.120, Flur 2", "arch_name": "38.01.120@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -123266,18 +136294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60225, "usage_id": 222 }, "1538.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.130, Flur 3", "arch_name": "38.01.130@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -123285,18 +136315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60227, "usage_id": 222 }, "1538.U1.140": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.140, Flur 4", "arch_name": "38.01.140@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -123304,18 +136336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60228, "usage_id": 222 }, "1538.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.210, Treppenhaus 1", "arch_name": "38.01.210@1538", "area_id": 22, "building_id": 1029, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -123323,18 +136357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60230, "usage_id": 223 }, "1538.U2.001": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.02.1, Lager Schnitte und Bl\u00f6cke", "arch_name": "38.02.1@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123342,18 +136378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60289, "usage_id": 30 }, "1538.U2.002": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.02.2, Hausaschlussraum", "arch_name": "38.02.2@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -123361,18 +136399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60291, "usage_id": 120 }, "1538.U2.003": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.02.3, Befundberichte", "arch_name": "38.02.3@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123380,18 +136420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60293, "usage_id": 2 }, "1538.U2.004": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.02.4, EDV", "arch_name": "38.02.4@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123399,18 +136441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60323, "usage_id": 207 }, "1538.U2.006": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.02.6, Lager Ver- u. Entsorgung", "arch_name": "38.02.6@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -123418,18 +136462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60361, "usage_id": 30 }, "1538.U2.007": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.02.7, Inergenl\u00f6schanl", "arch_name": "38.02.7@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -123437,18 +136483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60363, "usage_id": 120 }, "1538.U2.010": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.02.10, Lager (Isotopenabklingraum)", "arch_name": "38.02.10@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -123456,18 +136504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60397, "usage_id": 30 }, "1538.U2.110": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.02.110, Flur 1", "arch_name": "38.02.110@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123475,18 +136525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60438, "usage_id": 222 }, "1538.U2.120": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.02.120, Flur 2", "arch_name": "38.02.120@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123494,18 +136546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60440, "usage_id": 222 }, "1538.U2.210": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.02.210, Treppenhaus", "arch_name": "38.02.210@1538", "area_id": 22, "building_id": 1029, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -123513,18 +136567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60461, "usage_id": 223 }, "1538.U3.002": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0,5.2, Vorraum", "arch_name": "38.0,5.2@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123532,18 +136588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60222, "usage_id": 50 }, "1538.U3.003": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0,5.3, WC-Herren", "arch_name": "38.0,5.3@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123551,18 +136609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60224, "usage_id": 115 }, "1538.U3.004": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0,5.4, WC-Herren", "arch_name": "38.0,5.4@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123570,18 +136630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60253, "usage_id": 115 }, "1538.U3.005": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.0,5.5, Abstellraum", "arch_name": "38.0,5.5@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123589,18 +136651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60256, "usage_id": 159 }, "1538.U3.031A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 18", "zip_code": 81675 }, + "alt_name": "38.01.31a, Vorr.Kleiner H\u00f6rsaal", "arch_name": "38.01.31a@1538", "area_id": 22, "building_id": 1029, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 15741, "seats": { @@ -123608,18 +136672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60257, "usage_id": 50 }, "1545.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaningerstr. 22", "zip_code": 81675 }, + "alt_name": "45.0.16, Tierstall", "arch_name": "45.0.16@1545", "area_id": 22, "building_id": 1771, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -123627,18 +136693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66179, "usage_id": 106 }, "1545.EG.018": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaningerstr. 22", "zip_code": 81675 }, + "alt_name": "45.0.18, Sp\u00fclk\u00fcche", "arch_name": "45.0.18@1545", "area_id": 22, "building_id": 1771, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -123646,18 +136714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66180, "usage_id": 209 }, "1545.EG.028": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaningerstr. 22", "zip_code": 81675 }, + "alt_name": "45.0.28, Messraum", "arch_name": "45.0.28@1545", "area_id": 22, "building_id": 1771, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -123665,75 +136735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66181, "usage_id": 124 }, - "1548.01.001": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Schneckenburgerstr. 8", - "zip_code": 81675 - }, - "arch_name": "48.1.1@1548", - "area_id": 22, - "building_id": 1030, - "floor_type": "Keine Angabe", - "main_operator_id": 15725, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 110 - }, - "1548.01.002": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Schneckenburgerstr. 8", - "zip_code": 81675 - }, - "arch_name": "48.1.2@1548", - "area_id": 22, - "building_id": 1030, - "floor_type": "Keine Angabe", - "main_operator_id": 15725, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1548.01.003": { - "address": { - "floor": "1.OG", - "place": "M\u00fcnchen", - "street": "Schneckenburgerstr. 8", - "zip_code": 81675 - }, - "arch_name": "48.1.3@1548", - "area_id": 22, - "building_id": 1030, - "floor_type": "Keine Angabe", - "main_operator_id": 15725, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, "1548.01.005A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.5a, WC-Herren", "arch_name": "48.1.5a@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -123741,18 +136756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60947, "usage_id": 115 }, "1548.01.005B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.5b, WC-Damen", "arch_name": "48.1.5b@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -123760,18 +136777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60949, "usage_id": 116 }, "1548.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.6, Technik", "arch_name": "48.1.6@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -123779,18 +136798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60950, "usage_id": 120 }, "1548.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.7, Teek\u00fcche", "arch_name": "48.1.7@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123798,18 +136819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60951, "usage_id": 198 }, "1548.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.8, Aufenthalt", "arch_name": "48.1.8@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123817,18 +136840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60952, "usage_id": 44 }, "1548.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.9, Labor Fluorescenzmessg", "arch_name": "48.1.9@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123836,18 +136861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60953, "usage_id": 102 }, "1548.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.10, Auswertraum", "arch_name": "48.1.10@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123855,18 +136882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60954, "usage_id": 110 }, "1548.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.11, Auswertraum", "arch_name": "48.1.11@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123874,18 +136903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60955, "usage_id": 110 }, "1548.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.12, Auswertraum", "arch_name": "48.1.12@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123893,18 +136924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60911, "usage_id": 110 }, "1548.01.013": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.13, Auswertraum", "arch_name": "48.1.13@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123912,18 +136945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65428, "usage_id": 110 }, "1548.01.014": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.14, B\u00fcro", "arch_name": "48.1.14@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123931,18 +136966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65429, "usage_id": 12 }, "1548.01.015": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.15, B\u00fcro", "arch_name": "48.1.15@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123950,18 +136987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60912, "usage_id": 12 }, "1548.01.016": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.16, Sekretariat", "arch_name": "48.1.16@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123969,18 +137008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60938, "usage_id": 40 }, "1548.01.017": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.17, B\u00fcro", "arch_name": "48.1.17@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -123988,18 +137029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60940, "usage_id": 12 }, "1548.01.018": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.18, Leitung", "arch_name": "48.1.18@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124007,18 +137050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60942, "usage_id": 12 }, "1548.01.019": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.19, Seminarraum", "arch_name": "48.1.19@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124026,18 +137071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60944, "usage_id": 41 }, "1548.01.022": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.22, Abstellraum", "arch_name": "48.1.22@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124045,18 +137092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65430, "usage_id": 159 }, "1548.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.110, Flur", "arch_name": "48.1.110@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124064,18 +137113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60946, "usage_id": 222 }, "1548.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.120, Flur", "arch_name": "48.1.120@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124083,18 +137134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60948, "usage_id": 222 }, "1548.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.1.130, Flur", "arch_name": "48.1.130@1548", "area_id": 22, "building_id": 1030, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124102,37 +137155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61079, "usage_id": 222 }, - "1548.EG.001": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Schneckenburgerstr. 8", - "zip_code": 81675 - }, - "arch_name": "48.0.1@1548", - "area_id": 22, - "building_id": 1030, - "floor_type": "Keine Angabe", - "main_operator_id": 15725, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, "1548.EG.005A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.5a, WC-Herren", "arch_name": "48.0.5a@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124140,18 +137176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60871, "usage_id": 115 }, "1548.EG.005B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.5b, WC-Damen", "arch_name": "48.0.5b@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124159,18 +137197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60892, "usage_id": 116 }, "1548.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.6, Technik", "arch_name": "48.0.6@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -124178,18 +137218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60893, "usage_id": 120 }, "1548.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.7, Umkleide", "arch_name": "48.0.7@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124197,18 +137239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60894, "usage_id": 121 }, "1548.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.9, Labor Molekular", "arch_name": "48.0.9@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124216,18 +137260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60895, "usage_id": 102 }, "1548.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.10, Labor Molekular", "arch_name": "48.0.10@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124235,18 +137281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60896, "usage_id": 102 }, "1548.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.12, K\u00fchlraum S1", "arch_name": "48.0.12@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124254,18 +137302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60897, "usage_id": 199 }, "1548.EG.014": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.14, Lager", "arch_name": "48.0.14@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124273,18 +137323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60898, "usage_id": 30 }, "1548.EG.015": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.15, Messlabor S1", "arch_name": "48.0.15@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124292,18 +137344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60899, "usage_id": 124 }, "1548.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.16, Sp\u00fclk\u00fcche", "arch_name": "48.0.16@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124311,18 +137365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60900, "usage_id": 209 }, "1548.EG.017": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.17, Labor Bakteriologisch", "arch_name": "48.0.17@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124330,18 +137386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60901, "usage_id": 102 }, "1548.EG.018": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.18, Autoklav", "arch_name": "48.0.18@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124349,18 +137407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60902, "usage_id": 102 }, "1548.EG.019": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.19, Labor Isotopen", "arch_name": "48.0.19@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124368,18 +137428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60903, "usage_id": 102 }, "1548.EG.019A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.19a, Schleuse", "arch_name": "48.0.19a@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124387,18 +137449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60904, "usage_id": 105 }, "1548.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.20, Labor Zellkultur", "arch_name": "48.0.20@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124406,18 +137470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60905, "usage_id": 102 }, "1548.EG.021": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.21, Labor Zellkultur", "arch_name": "48.0.21@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124425,18 +137491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60906, "usage_id": 102 }, "1548.EG.022": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.22, Labor Zellkultur", "arch_name": "48.0.22@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -124444,18 +137512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60934, "usage_id": 102 }, "1548.EG.100": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.100, Eingang", "arch_name": "48.0.100@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124463,18 +137533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60935, "usage_id": 222 }, "1548.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.110, Flur", "arch_name": "48.0.110@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124482,18 +137554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60936, "usage_id": 222 }, "1548.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schneckenburgerstr. 8", "zip_code": 81675 }, + "alt_name": "48.0.120, Flur", "arch_name": "48.0.120@1548", "area_id": 22, "building_id": 1030, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124501,19 +137575,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60937, "usage_id": 222 }, "1551.01.051": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.51, H\u00f6rsaal C", "arch_name": "51.1.51@1551", "area_id": 22, "building_id": 1031, "calendar_resource_nr": 26591, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124521,19 +137597,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60028, "usage_id": 20 }, "1551.01.052": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.52, H\u00f6rsaal B", "arch_name": "51.1.52@1551", "area_id": 22, "building_id": 1031, "calendar_resource_nr": 18932, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124541,19 +137619,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60031, "usage_id": 20 }, "1551.01.053": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.53, H\u00f6rsaal A", "arch_name": "51.1.53@1551", "area_id": 22, "building_id": 1031, "calendar_resource_nr": 23001, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124561,18 +137641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60032, "usage_id": 20 }, "1551.01.054": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.54, Galerie", "arch_name": "51.1.54@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124580,18 +137662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60056, "usage_id": 206 }, "1551.01.055": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.55, Projektion", "arch_name": "51.1.55@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124599,18 +137683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60060, "usage_id": 23 }, "1551.01.056": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.56, Galerie", "arch_name": "51.1.56@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124618,18 +137704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60061, "usage_id": 206 }, "1551.01.057": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.57, Projektion", "arch_name": "51.1.57@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124637,18 +137725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60064, "usage_id": 23 }, "1551.01.058": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.58, Galerie", "arch_name": "51.1.58@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124656,18 +137746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60083, "usage_id": 206 }, "1551.01.059": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.59, Projektion", "arch_name": "51.1.59@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124675,18 +137767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60091, "usage_id": 23 }, "1551.01.063": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.63, Dolmetscher", "arch_name": "51.1.63@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124694,18 +137788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60098, "usage_id": 12 }, "1551.01.064": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.64, Dolmetscher", "arch_name": "51.1.64@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124713,18 +137809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60041, "usage_id": 12 }, "1551.01.065": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.65, Dolmetscher", "arch_name": "51.1.65@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124732,18 +137830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60045, "usage_id": 12 }, "1551.01.066": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.66, Vorraum", "arch_name": "51.1.66@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124751,18 +137851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60048, "usage_id": 50 }, "1551.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.1.110, Dolmetscher", "arch_name": "51.1.110@1551", "area_id": 22, "building_id": 1031, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124770,18 +137872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65515, "usage_id": 12 }, "1551.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.2, Pavillon H\u00f6rsaal", "arch_name": "51.0.2@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124789,18 +137893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60919, "usage_id": 20 }, "1551.EG.002A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.2a, Kabine", "arch_name": "51.0.2a@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124808,18 +137914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60920, "usage_id": 12 }, "1551.EG.022": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.22, WC-Damen", "arch_name": "51.0.22@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124827,18 +137935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65437, "usage_id": 116 }, "1551.EG.022A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.22a, WC-Vorraum Damen", "arch_name": "51.0.22a@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124846,18 +137956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65436, "usage_id": 37 }, "1551.EG.023": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.23, WC-Herren", "arch_name": "51.0.23@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124865,18 +137977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65435, "usage_id": 115 }, "1551.EG.023A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.23a, WC-Vorraum Herren", "arch_name": "51.0.23a@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124884,18 +137998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65434, "usage_id": 37 }, "1551.EG.023B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.23b, WC-Herren", "arch_name": "51.0.23b@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124903,18 +138019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65433, "usage_id": 115 }, "1551.EG.023C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.23C, Beh.-WC", "arch_name": "51.0.23C@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124922,18 +138040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65432, "usage_id": 117 }, "1551.EG.026": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.26, Archiv/Lager", "arch_name": "51.0.26@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -124941,18 +138061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60803, "usage_id": 2 }, "1551.EG.026A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.26A, Putzraum", "arch_name": "51.0.26A@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -124960,18 +138082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65431, "usage_id": 205 }, "1551.EG.030": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.30, Konferenzraum 1", "arch_name": "51.0.30@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -124979,18 +138103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65512, "usage_id": 142 }, "1551.EG.030A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.30A, Lager", "arch_name": "51.0.30A@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -124998,18 +138124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65513, "usage_id": 30 }, "1551.EG.032": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.32, B\u00fcro", "arch_name": "51.0.32@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -125017,18 +138145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60805, "usage_id": 12 }, "1551.EG.033": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.33, B\u00fcro", "arch_name": "51.0.33@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -125036,18 +138166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60806, "usage_id": 12 }, "1551.EG.034": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.34, Sekretariat", "arch_name": "51.0.34@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -125055,18 +138187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60881, "usage_id": 40 }, "1551.EG.036": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.36, Lager", "arch_name": "51.0.36@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -125074,18 +138208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60883, "usage_id": 30 }, "1551.EG.037": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.37, Dekan", "arch_name": "51.0.37@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -125093,18 +138229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65456, "usage_id": 12 }, "1551.EG.038": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.38, WC-Herren", "arch_name": "51.0.38@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -125112,18 +138250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60884, "usage_id": 115 }, "1551.EG.039": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.39, WC-Damen", "arch_name": "51.0.39@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -125131,18 +138271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65457, "usage_id": 114 }, "1551.EG.043": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.43, Dekanat", "arch_name": "51.0.43@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -125150,18 +138292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65459, "usage_id": 12 }, "1551.EG.044": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.44, Dekanat", "arch_name": "51.0.44@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -125169,18 +138313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60921, "usage_id": 12 }, "1551.EG.045": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.45, Dekanat", "arch_name": "51.0.45@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -125188,19 +138334,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65458, "usage_id": 12 }, "1551.EG.051": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.51, H\u00f6rsaal C", "arch_name": "51.0.51@1551", "area_id": 22, "building_id": 1031, "calendar_resource_nr": 18618, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -125208,19 +138356,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60099, "usage_id": 20 }, "1551.EG.052": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.52, H\u00f6rsaal B", "arch_name": "51.0.52@1551", "area_id": 22, "building_id": 1031, "calendar_resource_nr": 18633, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -125228,19 +138378,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60102, "usage_id": 20 }, "1551.EG.053": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.53, H\u00f6rsaal A", "arch_name": "51.0.53@1551", "area_id": 22, "building_id": 1031, "calendar_resource_nr": 18931, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -125248,18 +138400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60103, "usage_id": 20 }, "1551.EG.120A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.120a, Windfang", "arch_name": "51.0.120a@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -125267,18 +138421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65464, "usage_id": 52 }, "1551.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.130, Eingangshalle H\u00f6rsaal B", "arch_name": "51.0.130@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -125286,18 +138442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65465, "usage_id": 222 }, "1551.EG.130A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.130A, Windfang", "arch_name": "51.0.130A@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -125305,18 +138463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65514, "usage_id": 52 }, "1551.EG.140": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.140, Eingangsbereich H\u00f6rsaal A", "arch_name": "51.0.140@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -125324,18 +138484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59995, "usage_id": 222 }, "1551.EG.150": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Ismaninger Str. 22", "zip_code": 81675 }, + "alt_name": "51.0.150, Flur", "arch_name": "51.0.150@1551", "area_id": 22, "building_id": 1031, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -125343,18 +138505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65466, "usage_id": 222 }, "1559.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.1, Annahme S2", "arch_name": "59.1.1@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125362,18 +138526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60460, "usage_id": 186 }, "1559.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.2, 24-48 Std.Labor", "arch_name": "59.1.2@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125381,18 +138547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60462, "usage_id": 102 }, "1559.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.3, Schleuse TBC-Labor S3", "arch_name": "59.1.3@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125400,18 +138568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60328, "usage_id": 105 }, "1559.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.4, TBC-Labor S3", "arch_name": "59.1.4@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125419,18 +138589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60330, "usage_id": 102 }, "1559.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.5, Kursvorbereitung S2", "arch_name": "59.1.5@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125438,18 +138610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60333, "usage_id": 136 }, "1559.01.005A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.5a, Parasiten-Molekularlabor S2", "arch_name": "59.1.5a@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125457,18 +138631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60336, "usage_id": 102 }, "1559.01.005B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.5b, Dunkelkammer S2", "arch_name": "59.1.5b@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125476,18 +138652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60367, "usage_id": 104 }, "1559.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.6, N\u00e4hrboden-Labor S2", "arch_name": "59.1.6@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125495,18 +138673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60371, "usage_id": 102 }, "1559.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.7, Brutraum 1 S2", "arch_name": "59.1.7@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125514,18 +138694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60374, "usage_id": 102 }, "1559.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.8, K\u00fchlraum 1 S2", "arch_name": "59.1.8@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125533,18 +138715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60401, "usage_id": 199 }, "1559.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.9, WC-Herren", "arch_name": "59.1.9@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125552,18 +138736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60407, "usage_id": 115 }, "1559.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.10, WC-Herren Vorraum", "arch_name": "59.1.10@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125571,18 +138757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60410, "usage_id": 37 }, "1559.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.11, Dunkelk. S2", "arch_name": "59.1.11@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125590,18 +138778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60413, "usage_id": 104 }, "1559.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.12, WC-Damen Vorraum", "arch_name": "59.1.12@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125609,18 +138799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60442, "usage_id": 37 }, "1559.01.013": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.13, WC-Damen", "arch_name": "59.1.13@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125628,18 +138820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60445, "usage_id": 116 }, "1559.01.014": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.14, Sp\u00fclk\u00fcche S2", "arch_name": "59.1.14@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125647,18 +138841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60469, "usage_id": 209 }, "1559.01.015": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.15, Handlager Rein S2", "arch_name": "59.1.15@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125666,18 +138862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60473, "usage_id": 30 }, "1559.01.016": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.16, Aufenthaltsraum", "arch_name": "59.1.16@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125685,18 +138883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60478, "usage_id": 44 }, "1559.01.017": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.17, Umkleide", "arch_name": "59.1.17@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -125704,18 +138904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60501, "usage_id": 121 }, "1559.01.018": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.18, PCR-1-VIRO S2", "arch_name": "59.1.18@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -125723,18 +138925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60505, "usage_id": 102 }, "1559.01.019": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.19, PCR-2-VIRO S2", "arch_name": "59.1.19@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -125742,18 +138946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60147, "usage_id": 102 }, "1559.01.020": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.20, PCR-3-VIRO S2", "arch_name": "59.1.20@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -125761,18 +138967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60150, "usage_id": 102 }, "1559.01.021": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.21, EDV-Zentral-Rechnerraum", "arch_name": "59.1.21@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125780,18 +138988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60152, "usage_id": 207 }, "1559.01.022": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.22, Serologie-VIRO S2", "arch_name": "59.1.22@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -125799,18 +139009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60174, "usage_id": 102 }, "1559.01.024": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.24, Ger\u00e4teraum 1 S2", "arch_name": "59.1.24@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -125818,18 +139030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60178, "usage_id": 18 }, "1559.01.025": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.25, Zellkultur-VIRO S2", "arch_name": "59.1.25@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -125837,18 +139051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60194, "usage_id": 102 }, "1559.01.026": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.26, K\u00fchlraum 2 S2", "arch_name": "59.1.26@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -125856,18 +139072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60196, "usage_id": 199 }, "1559.01.027": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.27, Hepatitis-Labor S2", "arch_name": "59.1.27@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125875,18 +139093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60198, "usage_id": 102 }, "1559.01.028": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.28, Krankenhaushygiene-Labor S2", "arch_name": "59.1.28@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125894,18 +139114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60200, "usage_id": 102 }, "1559.01.029": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.29, Ger\u00e4teraum 2 S2", "arch_name": "59.1.29@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125913,18 +139135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60226, "usage_id": 18 }, "1559.01.031": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.31, Abstellraum", "arch_name": "59.1.31@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125932,18 +139156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60231, "usage_id": 159 }, "1559.01.032": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.32, Leiter Krankenhaushygiene", "arch_name": "59.1.32@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125951,18 +139177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60259, "usage_id": 12 }, "1559.01.033": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.33, Umkleide-Herren", "arch_name": "59.1.33@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125970,18 +139198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60260, "usage_id": 121 }, "1559.01.034": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.34, Umkleide-Herren", "arch_name": "59.1.34@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -125989,18 +139219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60262, "usage_id": 121 }, "1559.01.035": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.35, Arzt", "arch_name": "59.1.35@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126008,18 +139240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60265, "usage_id": 12 }, "1559.01.036": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.36, Befundmagazin", "arch_name": "59.1.36@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126027,18 +139261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60294, "usage_id": 2 }, "1559.01.037": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.37, Fotolabor", "arch_name": "59.1.37@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126046,18 +139282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60301, "usage_id": 102 }, "1559.01.038": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.38, Arzt 1", "arch_name": "59.1.38@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126065,18 +139303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61040, "usage_id": 12 }, "1559.01.039": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.39, Seretariat", "arch_name": "59.1.39@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126084,18 +139324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60926, "usage_id": 40 }, "1559.01.040": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.40, Aufenthaltsraum", "arch_name": "59.1.40@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126103,18 +139345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60928, "usage_id": 44 }, "1559.01.100": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.100, Flur", "arch_name": "59.1.100@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -126122,18 +139366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60956, "usage_id": 222 }, "1559.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.110, Flur", "arch_name": "59.1.110@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -126141,18 +139387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60957, "usage_id": 222 }, "1559.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.120, Flur", "arch_name": "59.1.120@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -126160,18 +139408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60958, "usage_id": 222 }, "1559.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.130, Flur", "arch_name": "59.1.130@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126179,18 +139429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60959, "usage_id": 102 }, "1559.01.140": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.140, Flur", "arch_name": "59.1.140@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126198,18 +139450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60978, "usage_id": 102 }, "1559.01.150": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.150, Flur", "arch_name": "59.1.150@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -126217,18 +139471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61043, "usage_id": 222 }, "1559.01.200": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.200, Treppenhaus", "arch_name": "59.1.200@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -126236,18 +139492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61044, "usage_id": 223 }, "1559.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.210, Treppenhaus", "arch_name": "59.1.210@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -126255,18 +139513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61045, "usage_id": 223 }, "1559.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.1, Zentrifugenraum S2", "arch_name": "59.2.1@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126274,18 +139534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61063, "usage_id": 102 }, "1559.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.2, Zellkultur-.Labor S2", "arch_name": "59.2.2@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126293,18 +139555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61065, "usage_id": 102 }, "1559.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.3, Zell-/Molekularbiol.Labor S2", "arch_name": "59.2.3@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126312,18 +139576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61066, "usage_id": 102 }, "1559.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.4, Facs-Raum S2", "arch_name": "59.2.4@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126331,18 +139597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61068, "usage_id": 102 }, "1559.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.5, Schleuse C-Labor", "arch_name": "59.2.5@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -126350,18 +139618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60817, "usage_id": 105 }, "1559.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.6, Zellkultur S2", "arch_name": "59.2.6@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126369,18 +139639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60819, "usage_id": 102 }, "1559.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.7, Zell-/Molekularbiol.Labor S2", "arch_name": "59.2.7@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126388,18 +139660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61029, "usage_id": 102 }, "1559.02.008": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.8, Mikroskopierr. S2", "arch_name": "59.2.8@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126407,18 +139681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61030, "usage_id": 102 }, "1559.02.009": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.9, Ger\u00e4teraum S2", "arch_name": "59.2.9@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126426,18 +139702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61046, "usage_id": 18 }, "1559.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.10, K\u00fchlraum S2", "arch_name": "59.2.10@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126445,18 +139723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61052, "usage_id": 199 }, "1559.02.011": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.11, WC-Herren", "arch_name": "59.2.11@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126464,18 +139744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61055, "usage_id": 115 }, "1559.02.012": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.12, WC-Vorraum Herren", "arch_name": "59.2.12@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126483,18 +139765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61058, "usage_id": 37 }, "1559.02.013": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.13, Dunkelk.S2", "arch_name": "59.2.13@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126502,18 +139786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61061, "usage_id": 104 }, "1559.02.014": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.14, WC-Vorraum Damen", "arch_name": "59.2.14@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126521,18 +139807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60808, "usage_id": 37 }, "1559.02.015": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.15, WC-Damen", "arch_name": "59.2.15@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126540,18 +139828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60815, "usage_id": 116 }, "1559.02.016": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.16, Sp\u00fclk\u00fcche S2", "arch_name": "59.2.16@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126559,18 +139849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60829, "usage_id": 28 }, "1559.02.017": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.17, Auenthaltsraum", "arch_name": "59.2.17@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126578,18 +139870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60830, "usage_id": 44 }, "1559.02.018": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.18, Umkleide", "arch_name": "59.2.18@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126597,18 +139891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60839, "usage_id": 121 }, "1559.02.019": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.19, Handlager Rein S1", "arch_name": "59.2.19@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126616,18 +139912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60877, "usage_id": 30 }, "1559.02.020": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.20, Prion-Ger\u00e4te2 S2", "arch_name": "59.2.20@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126635,18 +139933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60880, "usage_id": 18 }, "1559.02.021": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.21, Prion-Labor2 S2", "arch_name": "59.2.21@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126654,18 +139954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60887, "usage_id": 102 }, "1559.02.022": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.22, Prion-Autoklav S2", "arch_name": "59.2.22@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126673,18 +139975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60889, "usage_id": 102 }, "1559.02.024": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.24, Prion-Labor1 S2", "arch_name": "59.2.24@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126692,18 +139996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60915, "usage_id": 102 }, "1559.02.024A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.24a, Schleuse S2", "arch_name": "59.2.24a@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126711,18 +140017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60917, "usage_id": 105 }, "1559.02.025": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.25, Prion-Ger\u00e4teraum1 S2", "arch_name": "59.2.25@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126730,18 +140038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60918, "usage_id": 18 }, "1559.02.026": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.26, K\u00fchlraum2 S1", "arch_name": "59.2.26@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126749,18 +140059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60924, "usage_id": 199 }, "1559.02.027": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.27, Nachwuchsforscher S1", "arch_name": "59.2.27@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126768,18 +140080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61047, "usage_id": 102 }, "1559.02.028": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.28, Interdisziplin\u00e4r-Labor2 S1", "arch_name": "59.2.28@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126787,18 +140101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61048, "usage_id": 102 }, "1559.02.029": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.29, Ger\u00e4teraum2 S1", "arch_name": "59.2.29@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126806,18 +140122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61049, "usage_id": 18 }, "1559.02.031": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.31, Abstellraum", "arch_name": "59.2.31@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126825,18 +140143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61069, "usage_id": 159 }, "1559.02.032": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.32, Arzt", "arch_name": "59.2.32@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126844,18 +140164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61070, "usage_id": 12 }, "1559.02.033": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.33, Arzt", "arch_name": "59.2.33@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126863,18 +140185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61071, "usage_id": 12 }, "1559.02.034": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.34, Umkleide-Damen", "arch_name": "59.2.34@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126882,18 +140206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61072, "usage_id": 121 }, "1559.02.035": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.35, Umkleide-Herren", "arch_name": "59.2.35@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126901,18 +140227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61074, "usage_id": 121 }, "1559.02.036": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.36, WC-Herren", "arch_name": "59.2.36@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126920,18 +140248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60832, "usage_id": 115 }, "1559.02.037": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.37, WC-Damen", "arch_name": "59.2.37@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126939,18 +140269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60833, "usage_id": 116 }, "1559.02.038": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.38, PC-Rechnerraum", "arch_name": "59.2.38@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126958,18 +140290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61073, "usage_id": 207 }, "1559.02.039": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.39, Arzt", "arch_name": "59.2.39@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -126977,18 +140311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61075, "usage_id": 12 }, "1559.02.040": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.40, Sekretariat", "arch_name": "59.2.40@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -126996,18 +140332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60822, "usage_id": 40 }, "1559.02.041": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.41, Aufenthaltsraum", "arch_name": "59.2.41@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127015,18 +140353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60929, "usage_id": 44 }, "1559.02.100": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.100, Flur", "arch_name": "59.2.100@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -127034,18 +140374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60930, "usage_id": 222 }, "1559.02.110": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.110, Flur", "arch_name": "59.2.110@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -127053,18 +140395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60931, "usage_id": 222 }, "1559.02.120": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.120, Flur", "arch_name": "59.2.120@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -127072,18 +140416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60932, "usage_id": 222 }, "1559.02.130": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.130, Flur", "arch_name": "59.2.130@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127091,18 +140437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60933, "usage_id": 222 }, "1559.02.140": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.140, Flur", "arch_name": "59.2.140@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127110,18 +140458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60960, "usage_id": 222 }, "1559.02.150": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.150, Flur", "arch_name": "59.2.150@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -127129,18 +140479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60961, "usage_id": 222 }, "1559.02.160": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.160, Flur", "arch_name": "59.2.160@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -127148,18 +140500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60980, "usage_id": 222 }, "1559.02.200": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.200, Treppenhaus", "arch_name": "59.2.200@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -127167,18 +140521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60981, "usage_id": 223 }, "1559.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.2.210, Treppenhaus", "arch_name": "59.2.210@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -127186,18 +140542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60982, "usage_id": 223 }, "1559.03.001": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.001, Zentrifugenraum S2", "arch_name": "59.3.001@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127205,18 +140563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60983, "usage_id": 102 }, "1559.03.002": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.002, Zellkultur-Labor S2", "arch_name": "59.3.002@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127224,18 +140584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60984, "usage_id": 102 }, "1559.03.003": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.003, Biochemie/W\u00e4geplatz/Zellkultur", "arch_name": "59.3.003@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127243,18 +140605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61004, "usage_id": 102 }, "1559.03.005": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.005, Schleuse 1C-Labor S2", "arch_name": "59.3.005@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127262,18 +140626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61005, "usage_id": 105 }, "1559.03.006": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.006, C-Labor S2", "arch_name": "59.3.006@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127281,18 +140647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61006, "usage_id": 102 }, "1559.03.007": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.7, Molekular1+2/S2-Labor/W\u00e4geplatz", "arch_name": "59.3.7@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127300,18 +140668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61007, "usage_id": 102 }, "1559.03.008": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.8, Mikroskopierraum S2", "arch_name": "59.3.8@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127319,18 +140689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61008, "usage_id": 102 }, "1559.03.009": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.9, Brutraum 1 S2", "arch_name": "59.3.9@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127338,18 +140710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60834, "usage_id": 102 }, "1559.03.010": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.10, K\u00fchlraum 1 S2", "arch_name": "59.3.10@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127357,18 +140731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60835, "usage_id": 199 }, "1559.03.011": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.11, WC-Herren", "arch_name": "59.3.11@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127376,18 +140752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60836, "usage_id": 115 }, "1559.03.012": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.12, WC-Vorraum Herren", "arch_name": "59.3.12@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127395,18 +140773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60848, "usage_id": 37 }, "1559.03.013": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.13, Dunkelk. S1", "arch_name": "59.3.13@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127414,18 +140794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60849, "usage_id": 104 }, "1559.03.014": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.14, WC-Vorraum Damen", "arch_name": "59.3.14@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127433,18 +140815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60850, "usage_id": 37 }, "1559.03.015": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.15, WC-Damen", "arch_name": "59.3.15@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127452,18 +140836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60851, "usage_id": 116 }, "1559.03.016": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.16, Sp\u00fclk\u00fcche-N\u00e4hrbodenk\u00fcche S1", "arch_name": "59.3.16@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127471,18 +140857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60101, "usage_id": 28 }, "1559.03.017": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.17, Handlager Rein S1", "arch_name": "59.3.17@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127490,18 +140878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60104, "usage_id": 30 }, "1559.03.018": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.18, B\u00fcro", "arch_name": "59.3.18@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127509,18 +140899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60105, "usage_id": 12 }, "1559.03.019": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.19, Umkleide", "arch_name": "59.3.19@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127528,18 +140920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60106, "usage_id": 121 }, "1559.03.020": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.20, Ger\u00e4te+Lager S2", "arch_name": "59.3.20@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127547,18 +140941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60107, "usage_id": 18 }, "1559.03.021": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.21, Radioaktiv-Labor S2", "arch_name": "59.3.21@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127566,18 +140962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60108, "usage_id": 102 }, "1559.03.022": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.22, Schleuse 2 Radioaktivlab. S2", "arch_name": "59.3.22@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127585,18 +140983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59990, "usage_id": 102 }, "1559.03.023": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.23, Fl\u00fcssigstickstoffl.S2", "arch_name": "59.3.23@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127604,18 +141004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59991, "usage_id": 30 }, "1559.03.024": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.24, Befundung S1", "arch_name": "59.3.24@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127623,18 +141025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59993, "usage_id": 12 }, "1559.03.025": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.25, Zentrifugen und Lagerr.1 S3", "arch_name": "59.3.25@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127642,18 +141046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59994, "usage_id": 102 }, "1559.03.027": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.27, Lager S3", "arch_name": "59.3.27@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127661,18 +141067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59997, "usage_id": 30 }, "1559.03.028": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.28, S3-Labor 1", "arch_name": "59.3.28@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127680,18 +141088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59998, "usage_id": 102 }, "1559.03.029": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.29, S3-Labor 2", "arch_name": "59.3.29@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127699,18 +141109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59999, "usage_id": 102 }, "1559.03.030": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.30, S3-Labor 3", "arch_name": "59.3.30@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127718,18 +141130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60002, "usage_id": 102 }, "1559.03.031": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.31, Schleuse S3", "arch_name": "59.3.31@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -127737,18 +141151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60005, "usage_id": 105 }, "1559.03.032": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.32, K\u00fchlraum2 S1", "arch_name": "59.3.32@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127756,18 +141172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60006, "usage_id": 199 }, "1559.03.033": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.33, Interdisziplin\u00e4r-Labor2,S1", "arch_name": "59.3.33@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127775,18 +141193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60010, "usage_id": 102 }, "1559.03.034": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.34, Interdisziplin\u00e4r-Labor1 S1", "arch_name": "59.3.34@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127794,18 +141214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60012, "usage_id": 102 }, "1559.03.035": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.35, Ger\u00e4teraum 2 S1", "arch_name": "59.3.35@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127813,18 +141235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60014, "usage_id": 18 }, "1559.03.037": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.37, Abstellraum", "arch_name": "59.3.37@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127832,18 +141256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60025, "usage_id": 159 }, "1559.03.038": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.38, Arzt", "arch_name": "59.3.38@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127851,18 +141277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60026, "usage_id": 12 }, "1559.03.039": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.39, Arzt", "arch_name": "59.3.39@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127870,18 +141298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60027, "usage_id": 12 }, "1559.03.040": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.40, Befundmagazin", "arch_name": "59.3.40@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127889,18 +141319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60034, "usage_id": 2 }, "1559.03.041": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.41, Umkleide-Damen", "arch_name": "59.3.41@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127908,18 +141340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60037, "usage_id": 121 }, "1559.03.042": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.42, Umkleide-Herren", "arch_name": "59.3.42@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127927,18 +141361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60057, "usage_id": 121 }, "1559.03.043": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.43, Fotolabor", "arch_name": "59.3.43@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127946,18 +141382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60058, "usage_id": 104 }, "1559.03.044": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.44, Arzt", "arch_name": "59.3.44@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127965,18 +141403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60059, "usage_id": 12 }, "1559.03.045": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.45, Sekretariat", "arch_name": "59.3.45@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -127984,18 +141424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60062, "usage_id": 40 }, "1559.03.046": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.46, Aufenthaltsraum", "arch_name": "59.3.46@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128003,18 +141445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60063, "usage_id": 44 }, "1559.03.100": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.100, Flur", "arch_name": "59.3.100@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -128022,18 +141466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60088, "usage_id": 222 }, "1559.03.110": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.110, Flur", "arch_name": "59.3.110@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -128041,18 +141487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60090, "usage_id": 222 }, "1559.03.120": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.120, Flur", "arch_name": "59.3.120@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -128060,18 +141508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60093, "usage_id": 222 }, "1559.03.130": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.130, Flur", "arch_name": "59.3.130@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -128079,18 +141529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60096, "usage_id": 222 }, "1559.03.130A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.130a, Autoklaven-Vorraum", "arch_name": "59.3.130a@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -128098,18 +141550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60039, "usage_id": 50 }, "1559.03.140": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.140, Flur", "arch_name": "59.3.140@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128117,18 +141571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60046, "usage_id": 222 }, "1559.03.150": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.150, Flur", "arch_name": "59.3.150@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128136,18 +141592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60075, "usage_id": 222 }, "1559.03.160": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.160, Flur", "arch_name": "59.3.160@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -128155,18 +141613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60077, "usage_id": 222 }, "1559.03.200": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.200, Treppenhaus", "arch_name": "59.3.200@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -128174,18 +141634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60080, "usage_id": 223 }, "1559.03.210": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.3.210, Treppenhaus", "arch_name": "59.3.210@1559", "area_id": 22, "building_id": 1033, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -128193,18 +141655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60081, "usage_id": 223 }, "1559.04.001": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.1, \u00c4rzte", "arch_name": "59.4.1@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128212,18 +141676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60065, "usage_id": 12 }, "1559.04.002": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.2, Oberarzt", "arch_name": "59.4.2@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128231,18 +141697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60067, "usage_id": 12 }, "1559.04.003": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.3, Immunologie", "arch_name": "59.4.3@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128250,18 +141718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60069, "usage_id": 12 }, "1559.04.004": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.4, Leiter", "arch_name": "59.4.4@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128269,18 +141739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60071, "usage_id": 12 }, "1559.04.005": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.5, Institutssekretariat", "arch_name": "59.4.5@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128288,18 +141760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60073, "usage_id": 40 }, "1559.04.006": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.6, Institutsleiter", "arch_name": "59.4.6@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128307,18 +141781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60049, "usage_id": 12 }, "1559.04.007": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.7, Chefsekretariat", "arch_name": "59.4.7@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128326,18 +141802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60050, "usage_id": 40 }, "1559.04.008": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.8, \u00c4rzte", "arch_name": "59.4.8@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128345,18 +141823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60051, "usage_id": 12 }, "1559.04.009": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.9, \u00c4rzte", "arch_name": "59.4.9@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128364,18 +141844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60052, "usage_id": 12 }, "1559.04.010": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.10, Bad", "arch_name": "59.4.10@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128383,18 +141865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60055, "usage_id": 112 }, "1559.04.011": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.11, Bereitschaftsdienst", "arch_name": "59.4.11@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128402,18 +141886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60733, "usage_id": 44 }, "1559.04.012": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.12, Kopierraum/Elektro", "arch_name": "59.4.12@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128421,18 +141907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60742, "usage_id": 110 }, "1559.04.013": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.13, Teek\u00fcche", "arch_name": "59.4.13@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128440,18 +141928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60744, "usage_id": 198 }, "1559.04.015": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.15, Dusche", "arch_name": "59.4.15@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128459,18 +141949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60748, "usage_id": 113 }, "1559.04.016": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.16, WC-Damen", "arch_name": "59.4.16@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128478,18 +141970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60766, "usage_id": 116 }, "1559.04.017": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.17, WC-Herren", "arch_name": "59.4.17@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128497,18 +141991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60767, "usage_id": 115 }, "1559.04.018": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.18, Institutsleiter Mikro.", "arch_name": "59.4.18@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128516,18 +142012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60769, "usage_id": 12 }, "1559.04.019": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.19, Chefsekretariat", "arch_name": "59.4.19@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128535,18 +142033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60782, "usage_id": 40 }, "1559.04.020": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.20, Institutssekretariat", "arch_name": "59.4.20@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128554,18 +142054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60783, "usage_id": 40 }, "1559.04.021": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.21, Technik", "arch_name": "59.4.21@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -128573,18 +142075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60784, "usage_id": 120 }, "1559.04.022": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.22, Teek\u00fcche", "arch_name": "59.4.22@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15748, "seats": { @@ -128592,18 +142096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60785, "usage_id": 198 }, "1559.04.023": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.23, Filterraum", "arch_name": "59.4.23@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -128611,18 +142117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60795, "usage_id": 120 }, "1559.04.024": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.24, Masch.raum", "arch_name": "59.4.24@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -128630,18 +142138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60796, "usage_id": 120 }, "1559.04.025": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.25, Masch.raum", "arch_name": "59.4.25@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -128649,18 +142159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60577, "usage_id": 120 }, "1559.04.100": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.100, Flur", "arch_name": "59.4.100@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128668,18 +142180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60579, "usage_id": 222 }, "1559.04.110": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.110, Flur", "arch_name": "59.4.110@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128687,18 +142201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60599, "usage_id": 222 }, "1559.04.120": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.120, Flur", "arch_name": "59.4.120@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128706,18 +142222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60600, "usage_id": 222 }, "1559.04.200": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.200, Treppenhaus", "arch_name": "59.4.200@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128725,18 +142243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60601, "usage_id": 223 }, "1559.04.210": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.4.210, Treppenhaus", "arch_name": "59.4.210@1559", "area_id": 22, "building_id": 1033, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -128744,19 +142264,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60603, "usage_id": 223 }, "1559.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.1, Kursraum", "arch_name": "59.0.1@1559", "area_id": 22, "building_id": 1033, "calendar_resource_nr": 23469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16053, "seats": { @@ -128764,18 +142286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60570, "usage_id": 131 }, "1559.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.2, Seminarraum", "arch_name": "59.0.2@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128783,18 +142307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60572, "usage_id": 41 }, "1559.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.3, Arztsprechzimmer", "arch_name": "59.0.3@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128802,18 +142328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60575, "usage_id": 124 }, "1559.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.4, Untersuchung+Beh.Tropenmedzin", "arch_name": "59.0.4@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128821,18 +142349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60117, "usage_id": 124 }, "1559.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.5, Sekrtariat", "arch_name": "59.0.5@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128840,18 +142370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60118, "usage_id": 40 }, "1559.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.6, EDV", "arch_name": "59.0.6@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128859,18 +142391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60121, "usage_id": 207 }, "1559.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.8, Vorraum", "arch_name": "59.0.8@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128878,18 +142412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60255, "usage_id": 50 }, "1559.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.9, Beh.-WC", "arch_name": "59.0.9@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128897,18 +142433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60254, "usage_id": 117 }, "1559.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.10, WC-Damen", "arch_name": "59.0.10@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128916,18 +142454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60252, "usage_id": 116 }, "1559.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.11, WC-Herren", "arch_name": "59.0.11@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128935,18 +142475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60223, "usage_id": 115 }, "1559.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.12, Abstellraum", "arch_name": "59.0.12@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128954,18 +142496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60221, "usage_id": 159 }, "1559.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.13, Lager", "arch_name": "59.0.13@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128973,18 +142517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61022, "usage_id": 30 }, "1559.EG.014": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.14, Lager", "arch_name": "59.0.14@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -128992,18 +142538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61003, "usage_id": 30 }, "1559.EG.015": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.15, Medienraum", "arch_name": "59.0.15@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129011,18 +142559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61024, "usage_id": 30 }, "1559.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.16, Abstl.raum", "arch_name": "59.0.16@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129030,18 +142580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61025, "usage_id": 159 }, "1559.EG.100": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.100, Windfang", "arch_name": "59.0.100@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -129049,18 +142601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60288, "usage_id": 52 }, "1559.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.110, Eingangshalle", "arch_name": "59.0.110@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -129068,18 +142622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60290, "usage_id": 222 }, "1559.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.120, Bibliothek", "arch_name": "59.0.120@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -129087,18 +142643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60292, "usage_id": 10 }, "1559.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.130, Flur/Warten Tropenmedizin", "arch_name": "59.0.130@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129106,18 +142664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60325, "usage_id": 222 }, "1559.EG.200": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.200, Treppenhaus", "arch_name": "59.0.200@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -129125,18 +142685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60360, "usage_id": 223 }, "1559.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.210, Treppenhaus", "arch_name": "59.0.210@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -129144,18 +142706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60362, "usage_id": 223 }, "1559.EG.220": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.220, Treppenhaus", "arch_name": "59.0.220@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -129163,18 +142727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60437, "usage_id": 223 }, "1559.EG.230": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.0.230, Treppenhaus", "arch_name": "59.0.230@1559", "area_id": 22, "building_id": 1033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -129182,18 +142748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60439, "usage_id": 223 }, "1559.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.1, Abstellraum", "arch_name": "59.01.1@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129201,18 +142769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60560, "usage_id": 159 }, "1559.U1.001A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.1a, Schacht 6", "arch_name": "59.01.1a@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -129220,18 +142790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60125, "usage_id": 160 }, "1559.U1.001B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.1b, Abstellraum", "arch_name": "59.01.1b@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129239,18 +142811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60128, "usage_id": 159 }, "1559.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.2, Stall 1 S1", "arch_name": "59.01.2@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129258,18 +142832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60130, "usage_id": 197 }, "1559.U1.002A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.2a, Abstellraum", "arch_name": "59.01.2a@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129277,18 +142853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60159, "usage_id": 159 }, "1559.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.3, Labor Mikroinjektion", "arch_name": "59.01.3@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129296,18 +142874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60162, "usage_id": 102 }, "1559.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.4, Stall 2 S1", "arch_name": "59.01.4@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129315,18 +142895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60452, "usage_id": 197 }, "1559.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.6, Stall 3 S3", "arch_name": "59.01.6@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129334,18 +142916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60516, "usage_id": 197 }, "1559.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.7, Stall 4 S1", "arch_name": "59.01.7@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129353,18 +142937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60517, "usage_id": 197 }, "1559.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.9, WC-Damen", "arch_name": "59.01.9@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129372,18 +142958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60538, "usage_id": 116 }, "1559.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.10, WC-Herren", "arch_name": "59.01.10@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129391,18 +142979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60541, "usage_id": 115 }, "1559.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.11, Versorgungsst\u00fctzpunkt", "arch_name": "59.01.11@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129410,18 +143000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60357, "usage_id": 44 }, "1559.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.12, Schreibplatz/Tierpfleger S1", "arch_name": "59.01.12@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129429,18 +143021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60359, "usage_id": 12 }, "1559.U1.013": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.13, Sp\u00fclk\u00fcche S1", "arch_name": "59.01.13@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129448,18 +143042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60276, "usage_id": 209 }, "1559.U1.014": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.14, Lager Futter S1", "arch_name": "59.01.14@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129467,18 +143063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60278, "usage_id": 30 }, "1559.U1.015": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.15, Lager Einstreu S1", "arch_name": "59.01.15@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129486,18 +143084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60286, "usage_id": 30 }, "1559.U1.016": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.16, Matriallager S1", "arch_name": "59.01.16@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129505,18 +143105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60964, "usage_id": 30 }, "1559.U1.017": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.17, Quarant\u00e4ne", "arch_name": "59.01.17@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129524,18 +143126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60968, "usage_id": 197 }, "1559.U1.017A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.17a, Expermental-OP. S1", "arch_name": "59.01.17a@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129543,18 +143147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60971, "usage_id": 177 }, "1559.U1.018A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.18a, Dusche-Herren", "arch_name": "59.01.18a@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129562,18 +143168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60985, "usage_id": 113 }, "1559.U1.018B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.18b, Dusche-Damen", "arch_name": "59.01.18b@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129581,18 +143189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60989, "usage_id": 113 }, "1559.U1.019": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.19, Quarant\u00e4ne", "arch_name": "59.01.19@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129600,18 +143210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60993, "usage_id": 197 }, "1559.U1.020": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.20, Personenschleuse", "arch_name": "59.01.20@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129619,18 +143231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60997, "usage_id": 105 }, "1559.U1.021A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.21, Aufenthalt", "arch_name": "59.01.21@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129638,18 +143252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61011, "usage_id": 44 }, "1559.U1.021B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.21b, WC-Damen", "arch_name": "59.01.21b@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129657,18 +143273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61014, "usage_id": 116 }, "1559.U1.021C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.21c, WC-Herren", "arch_name": "59.01.21c@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129676,18 +143294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61018, "usage_id": 115 }, "1559.U1.022": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.22, Schleuse S1", "arch_name": "59.01.22@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129695,18 +143315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61031, "usage_id": 105 }, "1559.U1.023": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.23, Experimant S1", "arch_name": "59.01.23@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129714,18 +143336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61033, "usage_id": 102 }, "1559.U1.024": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.24, Pers.Schleuse S1", "arch_name": "59.01.24@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129733,18 +143357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61035, "usage_id": 105 }, "1559.U1.025": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.25, Materialschleuse", "arch_name": "59.01.25@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129752,18 +143378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61038, "usage_id": 105 }, "1559.U1.026": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.26, Entwicklung", "arch_name": "59.01.26@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129771,18 +143399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60214, "usage_id": 104 }, "1559.U1.028": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.28, Blutbestrahlung/G\u00e4siumquelle S", "arch_name": "59.01.28@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129790,18 +143420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60220, "usage_id": 136 }, "1559.U1.029": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.29, Apotheke/Lager", "arch_name": "59.01.29@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129809,18 +143441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60311, "usage_id": 30 }, "1559.U1.030": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.30, Lager Kadaver", "arch_name": "59.01.30@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129828,18 +143462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60313, "usage_id": 30 }, "1559.U1.033": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.33, Stickstofflagerung S1", "arch_name": "59.01.33@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129847,18 +143483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60322, "usage_id": 30 }, "1559.U1.033A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.33a, Plastik-Lager S1", "arch_name": "59.01.33a@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129866,18 +143504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60430, "usage_id": 30 }, "1559.U1.034": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.34, Radioaktiv-Lager", "arch_name": "59.01.34@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129885,18 +143525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60432, "usage_id": 30 }, "1559.U1.035": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.35, Beddarfslager", "arch_name": "59.01.35@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129904,18 +143546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60435, "usage_id": 30 }, "1559.U1.037": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.37, Reglerraum Gas", "arch_name": "59.01.37@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129923,18 +143567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60246, "usage_id": 120 }, "1559.U1.038": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.38, Z\u00e4hlerraum", "arch_name": "59.01.38@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -129942,18 +143588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60248, "usage_id": 160 }, "1559.U1.039": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.39, Gaslager", "arch_name": "59.01.39@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129961,18 +143609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60387, "usage_id": 30 }, "1559.U1.040": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.40, Schacht", "arch_name": "59.01.40@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -129980,18 +143630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60389, "usage_id": 160 }, "1559.U1.041": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.41, Biom\u00fcll Gek.", "arch_name": "59.01.41@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -129999,18 +143651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60392, "usage_id": 216 }, "1559.U1.045": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.1.45, Innenhof", "arch_name": "59.1.45@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130018,18 +143672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60355, "usage_id": 222 }, "1559.U1.100": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.100, Flur", "arch_name": "59.01.100@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130037,18 +143693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60464, "usage_id": 222 }, "1559.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.110, Flur", "arch_name": "59.01.110@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130056,18 +143714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60489, "usage_id": 222 }, "1559.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.120, Flur", "arch_name": "59.01.120@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130075,18 +143735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60491, "usage_id": 222 }, "1559.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.130, Flur", "arch_name": "59.01.130@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130094,18 +143756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60493, "usage_id": 222 }, "1559.U1.140": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.140, Flur", "arch_name": "59.01.140@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130113,18 +143777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60496, "usage_id": 222 }, "1559.U1.150": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.150, Flur", "arch_name": "59.01.150@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130132,18 +143798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60519, "usage_id": 222 }, "1559.U1.160": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.160, Flur", "arch_name": "59.01.160@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130151,18 +143819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60521, "usage_id": 222 }, "1559.U1.200": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.200, Treppenhaus", "arch_name": "59.01.200@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130170,18 +143840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60522, "usage_id": 223 }, "1559.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.01.210, Treppenhaus", "arch_name": "59.01.210@1559", "area_id": 22, "building_id": 1033, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130189,18 +143861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60549, "usage_id": 223 }, "1559.U2.001": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.02.1, Neutralisation", "arch_name": "59.02.1@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15740, "seats": { @@ -130208,18 +143882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60211, "usage_id": 120 }, "1559.U2.002": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.02.2, Technik", "arch_name": "59.02.2@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -130227,18 +143903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60525, "usage_id": 120 }, "1559.U2.003": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.02.3, Schacht 5", "arch_name": "59.02.3@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -130246,18 +143924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60528, "usage_id": 120 }, "1559.U2.004": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.02.4, Einbringschacht", "arch_name": "59.02.4@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -130265,18 +143945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60535, "usage_id": 120 }, "1559.U2.005": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.02.5, Schacht 4", "arch_name": "59.02.5@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -130284,18 +143966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60551, "usage_id": 120 }, "1559.U2.100": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.02.100, Flur", "arch_name": "59.02.100@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130303,18 +143987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60554, "usage_id": 222 }, "1559.U2.200": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Trogerstr. 30", "zip_code": 81675 }, + "alt_name": "59.02.200, Treppenhaus", "arch_name": "59.02.200@1559", "area_id": 22, "building_id": 1033, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130322,18 +144008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60557, "usage_id": 223 }, "1601.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.1, Elektrophysiol.", "arch_name": "1.1.1@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130341,18 +144029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60527, "usage_id": 102 }, "1601.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.2, Vorbereitung", "arch_name": "1.1.2@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130360,18 +144050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60529, "usage_id": 136 }, "1601.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.3, Elektrophysiol.", "arch_name": "1.1.3@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130379,18 +144071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60532, "usage_id": 102 }, "1601.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.4, Elektrophysiol.", "arch_name": "1.1.4@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130398,18 +144092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60534, "usage_id": 102 }, "1601.01.004A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.4a, Computerlabor", "arch_name": "1.1.4a@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130417,18 +144113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60550, "usage_id": 102 }, "1601.01.004B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.4b, Elektrophysiol.", "arch_name": "1.1.4b@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130436,18 +144134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60553, "usage_id": 102 }, "1601.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.5, Sekretariat", "arch_name": "1.1.5@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130455,18 +144155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60555, "usage_id": 40 }, "1601.01.005A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.5a, Direktion", "arch_name": "1.1.5a@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130474,18 +144176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60558, "usage_id": 12 }, "1601.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.6, Besprechungsraum", "arch_name": "1.1.6@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130493,18 +144197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60562, "usage_id": 196 }, "1601.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.110, Halle", "arch_name": "1.1.110@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130512,18 +144218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60127, "usage_id": 222 }, "1601.01.200": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.1.200, Treppenhaus", "arch_name": "1.1.200@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130531,18 +144239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60180, "usage_id": 223 }, "1601.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.2.1, S1 Labor", "arch_name": "1.2.1@1601", "area_id": 21, "building_id": 1018, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130550,18 +144260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60182, "usage_id": 102 }, "1601.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.2.2, Schleuse", "arch_name": "1.2.2@1601", "area_id": 21, "building_id": 1018, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130569,18 +144281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60201, "usage_id": 105 }, "1601.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.2.3, S1 Molekularbio", "arch_name": "1.2.3@1601", "area_id": 21, "building_id": 1018, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130588,18 +144302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60202, "usage_id": 102 }, "1601.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.2.4, S1 Zellkultur", "arch_name": "1.2.4@1601", "area_id": 21, "building_id": 1018, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130607,18 +144323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60204, "usage_id": 102 }, "1601.02.004A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.2.4a, S1 Molekularbio", "arch_name": "1.2.4a@1601", "area_id": 21, "building_id": 1018, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130626,18 +144344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60205, "usage_id": 102 }, "1601.02.004B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.2.4b, Mikroskop", "arch_name": "1.2.4b@1601", "area_id": 21, "building_id": 1018, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130645,18 +144365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60207, "usage_id": 102 }, "1601.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.2.5, Elektrophysiol.", "arch_name": "1.2.5@1601", "area_id": 21, "building_id": 1018, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130664,18 +144386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60233, "usage_id": 102 }, "1601.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.2.6, Elektrophysiol.", "arch_name": "1.2.6@1601", "area_id": 21, "building_id": 1018, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130683,18 +144407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60235, "usage_id": 102 }, "1601.02.110": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.2.110, Halle", "arch_name": "1.2.110@1601", "area_id": 21, "building_id": 1018, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130702,18 +144428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60237, "usage_id": 222 }, "1601.02.200": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.2.200, Treppenhaus", "arch_name": "1.2.200@1601", "area_id": 21, "building_id": 1018, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130721,18 +144449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60239, "usage_id": 223 }, "1601.03.001": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.1, Flur", "arch_name": "1.3.1@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130740,18 +144470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60266, "usage_id": 222 }, "1601.03.001A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.1a, Dusche", "arch_name": "1.3.1a@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130759,18 +144491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60267, "usage_id": 113 }, "1601.03.001B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.1b, WC-Damen", "arch_name": "1.3.1b@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130778,18 +144512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60269, "usage_id": 116 }, "1601.03.002": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.2, Vorraum", "arch_name": "1.3.2@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130797,18 +144533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60271, "usage_id": 37 }, "1601.03.002A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.2a, WC-Herren", "arch_name": "1.3.2a@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130816,18 +144554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60273, "usage_id": 115 }, "1601.03.003": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.3, B\u00fcro", "arch_name": "1.3.3@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130835,18 +144575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60303, "usage_id": 12 }, "1601.03.004": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.4, Langzeituntersuchung", "arch_name": "1.3.4@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130854,18 +144596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60304, "usage_id": 124 }, "1601.03.005": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.5, Rechnerraum", "arch_name": "1.3.5@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130873,18 +144617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60306, "usage_id": 207 }, "1601.03.006": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.6, B\u00fcro", "arch_name": "1.3.6@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130892,18 +144638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60308, "usage_id": 12 }, "1601.03.007": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.7, B\u00fcro", "arch_name": "1.3.7@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130911,18 +144659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60310, "usage_id": 12 }, "1601.03.008": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.8, Sozialraum", "arch_name": "1.3.8@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130930,19 +144680,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60340, "usage_id": 44 }, "1601.03.009": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.9, Besprechungsraum", "arch_name": "1.3.9@1601", "area_id": 21, "building_id": 1018, "calendar_resource_nr": 19217, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130950,18 +144702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60342, "usage_id": 196 }, "1601.03.010": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.10, Lager", "arch_name": "1.3.10@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -130969,18 +144723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60346, "usage_id": 30 }, "1601.03.110": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.110, Halle", "arch_name": "1.3.110@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -130988,18 +144744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60349, "usage_id": 222 }, "1601.03.200": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.200, Treppenhaus", "arch_name": "1.3.200@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131007,18 +144765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60377, "usage_id": 223 }, "1601.03.210": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.3.210, Treppenhaus", "arch_name": "1.3.210@1601", "area_id": 21, "building_id": 1018, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131026,18 +144786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60380, "usage_id": 223 }, "1601.04.003": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.4.3, Dachabstellraum allgemein", "arch_name": "1.4.3@1601", "area_id": 21, "building_id": 1018, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131045,18 +144807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60416, "usage_id": 159 }, "1601.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.0.1, Ger\u00e4tebau", "arch_name": "1.0.1@1601", "area_id": 21, "building_id": 1018, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131064,18 +144828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60468, "usage_id": 194 }, "1601.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.0.2, Ger\u00e4tebau", "arch_name": "1.0.2@1601", "area_id": 21, "building_id": 1018, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131083,18 +144849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60471, "usage_id": 194 }, "1601.EG.002A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.0.2a, Laborvorbereitungsraum", "arch_name": "1.0.2a@1601", "area_id": 21, "building_id": 1018, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131102,18 +144870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60475, "usage_id": 136 }, "1601.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.0.3, Messlabor", "arch_name": "1.0.3@1601", "area_id": 21, "building_id": 1018, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131121,18 +144891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60497, "usage_id": 102 }, "1601.EG.003A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.0.3a, S1 Pr\u00e4paration", "arch_name": "1.0.3a@1601", "area_id": 21, "building_id": 1018, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131140,18 +144912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60499, "usage_id": 102 }, "1601.EG.003B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.0.3b, S1 Messlabor", "arch_name": "1.0.3b@1601", "area_id": 21, "building_id": 1018, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131159,18 +144933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60503, "usage_id": 102 }, "1601.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.0.4, Elektrophysiol.", "arch_name": "1.0.4@1601", "area_id": 21, "building_id": 1018, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131178,18 +144954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60506, "usage_id": 102 }, "1601.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.0.5, Ger\u00e4tebau", "arch_name": "1.0.5@1601", "area_id": 21, "building_id": 1018, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131197,18 +144975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60509, "usage_id": 194 }, "1601.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.0.110, Halle", "arch_name": "1.0.110@1601", "area_id": 21, "building_id": 1018, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131216,18 +144996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60512, "usage_id": 222 }, "1601.EG.200": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.0.200, Treppenhaus", "arch_name": "1.0.200@1601", "area_id": 21, "building_id": 1018, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131235,18 +145017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60524, "usage_id": 223 }, "1601.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.1, Autoklavenraum", "arch_name": "1.01.1@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131254,18 +145038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60297, "usage_id": 194 }, "1601.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.4, K\u00fchlraum f.med.Zwecke", "arch_name": "1.01.4@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131273,18 +145059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60329, "usage_id": 199 }, "1601.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.6, Raum f.Stallhaltung allgemein", "arch_name": "1.01.6@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131292,18 +145080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60368, "usage_id": 106 }, "1601.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.7, Tierlabor", "arch_name": "1.01.7@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131311,18 +145101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60370, "usage_id": 102 }, "1601.U1.007A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.7a, S1-Tierstall", "arch_name": "1.01.7a@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131330,18 +145122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60372, "usage_id": 106 }, "1601.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.8, Dusche", "arch_name": "1.01.8@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131349,18 +145143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60375, "usage_id": 113 }, "1601.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.9, WC-Damen", "arch_name": "1.01.9@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131368,18 +145164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60400, "usage_id": 116 }, "1601.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.10, WC-Herren", "arch_name": "1.01.10@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131387,18 +145185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60403, "usage_id": 115 }, "1601.U1.101": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.101, Flur", "arch_name": "1.01.101@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131406,18 +145206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60408, "usage_id": 222 }, "1601.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.110, Halle", "arch_name": "1.01.110@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131425,18 +145227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60411, "usage_id": 222 }, "1601.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.120, Flur", "arch_name": "1.01.120@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -131444,18 +145248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60414, "usage_id": 222 }, "1601.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.130, Flur", "arch_name": "1.01.130@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131463,18 +145269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60443, "usage_id": 222 }, "1601.U1.200": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.200, Treppenhaus", "arch_name": "1.01.200@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131482,18 +145290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60447, "usage_id": 223 }, "1601.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "1.01.210, Treppenhaus", "arch_name": "1.01.210@1601", "area_id": 21, "building_id": 1018, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131501,18 +145311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60466, "usage_id": 223 }, "1602.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.1, WC-Herren", "arch_name": "2.1.1@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131520,18 +145332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60115, "usage_id": 115 }, "1602.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.2, Labor S1", "arch_name": "2.1.2@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131539,18 +145353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60134, "usage_id": 102 }, "1602.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.3, OP S1", "arch_name": "2.1.3@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131558,18 +145374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60136, "usage_id": 177 }, "1602.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.4, Labor S1", "arch_name": "2.1.4@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131577,18 +145395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60138, "usage_id": 102 }, "1602.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.5, Labor S1", "arch_name": "2.1.5@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131596,18 +145416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60140, "usage_id": 102 }, "1602.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.6, Lager S1", "arch_name": "2.1.6@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131615,18 +145437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60143, "usage_id": 30 }, "1602.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.7, Labor S2", "arch_name": "2.1.7@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131634,18 +145458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60166, "usage_id": 102 }, "1602.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.8, Labor S2", "arch_name": "2.1.8@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131653,18 +145479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60171, "usage_id": 102 }, "1602.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.9, Labor S2", "arch_name": "2.1.9@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131672,18 +145500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60185, "usage_id": 102 }, "1602.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.110, Halle", "arch_name": "2.1.110@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131691,18 +145521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60187, "usage_id": 222 }, "1602.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.1.210, Treppenhaus", "arch_name": "2.1.210@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131710,18 +145542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60190, "usage_id": 223 }, "1602.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.2.1, Beh.-WC", "arch_name": "2.2.1@1602", "area_id": 21, "building_id": 1019, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131729,18 +145563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60192, "usage_id": 117 }, "1602.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.2.2, Labor S1", "arch_name": "2.2.2@1602", "area_id": 21, "building_id": 1019, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131748,18 +145584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60210, "usage_id": 102 }, "1602.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.2.3, Labor S1", "arch_name": "2.2.3@1602", "area_id": 21, "building_id": 1019, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131767,18 +145605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60213, "usage_id": 102 }, "1602.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.2.4, Labor S1", "arch_name": "2.2.4@1602", "area_id": 21, "building_id": 1019, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131786,18 +145626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60215, "usage_id": 102 }, "1602.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.2.5, Labor S1", "arch_name": "2.2.5@1602", "area_id": 21, "building_id": 1019, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131805,18 +145647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60217, "usage_id": 102 }, "1602.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.2.6, Labor S2", "arch_name": "2.2.6@1602", "area_id": 21, "building_id": 1019, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131824,18 +145668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60219, "usage_id": 102 }, "1602.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.2.7, Labor S2", "arch_name": "2.2.7@1602", "area_id": 21, "building_id": 1019, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131843,18 +145689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60314, "usage_id": 102 }, "1602.02.110": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.2.110, Halle", "arch_name": "2.2.110@1602", "area_id": 21, "building_id": 1019, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131862,18 +145710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60317, "usage_id": 222 }, "1602.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.2.210, Treppenhaus", "arch_name": "2.2.210@1602", "area_id": 21, "building_id": 1019, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -131881,18 +145731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60318, "usage_id": 223 }, "1602.03.001": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.1, WC-Vorraum", "arch_name": "2.3.1@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131900,18 +145752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60321, "usage_id": 118 }, "1602.03.001A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.1A, WC-Damen", "arch_name": "2.3.1A@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131919,18 +145773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66915, "usage_id": 116 }, "1602.03.001B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.1B, WC-Herren", "arch_name": "2.3.1B@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131938,18 +145794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66916, "usage_id": 115 }, "1602.03.001C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.1C, Dusche", "arch_name": "2.3.1C@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131957,18 +145815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66917, "usage_id": 113 }, "1602.03.002": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.2, Aufenthalt", "arch_name": "2.3.2@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131976,18 +145836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60425, "usage_id": 44 }, "1602.03.003": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.3, B\u00fcro", "arch_name": "2.3.3@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -131995,18 +145857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60428, "usage_id": 12 }, "1602.03.004": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.4, B\u00fcro", "arch_name": "2.3.4@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132014,18 +145878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60431, "usage_id": 12 }, "1602.03.005": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.5, B\u00fcro", "arch_name": "2.3.5@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132033,18 +145899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60434, "usage_id": 12 }, "1602.03.006": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.6, B\u00fcro", "arch_name": "2.3.6@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132052,18 +145920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60241, "usage_id": 12 }, "1602.03.007": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.7, B\u00fcro", "arch_name": "2.3.7@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132071,18 +145941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60244, "usage_id": 12 }, "1602.03.008": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.8, Seminarraum", "arch_name": "2.3.8@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132090,18 +145962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60247, "usage_id": 41 }, "1602.03.110": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.110, Halle", "arch_name": "2.3.110@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132109,18 +145983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60249, "usage_id": 222 }, "1602.03.210": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.210, Treppenhaus", "arch_name": "2.3.210@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132128,18 +146004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60251, "usage_id": 223 }, "1602.03.220": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.3.220, Treppenhaus", "arch_name": "2.3.220@1602", "area_id": 21, "building_id": 1019, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132147,18 +146025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60388, "usage_id": 223 }, "1602.04.003": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.4.3, Speicher", "arch_name": "2.4.3@1602", "area_id": 21, "building_id": 1019, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132166,18 +146046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60393, "usage_id": 159 }, "1602.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.1, WC-Damen", "arch_name": "2.0.1@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132185,18 +146067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60515, "usage_id": 116 }, "1602.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.2., B\u00fcro", "arch_name": "2.0.2.@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132204,18 +146088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61077, "usage_id": 12 }, "1602.EG.002A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.2.a, Teek\u00fcche", "arch_name": "2.0.2.a@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132223,18 +146109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66908, "usage_id": 12 }, "1602.EG.002B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.2.b, B\u00fcro", "arch_name": "2.0.2.b@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132242,18 +146130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66909, "usage_id": 12 }, "1602.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.3, Sp\u00fclk\u00fcche", "arch_name": "2.0.3@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132261,18 +146151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60537, "usage_id": 209 }, "1602.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.4, Labor S1", "arch_name": "2.0.4@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132280,18 +146172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60539, "usage_id": 102 }, "1602.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.5, Labor S1", "arch_name": "2.0.5@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132299,18 +146193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60540, "usage_id": 102 }, "1602.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.6, Kopierer", "arch_name": "2.0.6@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132318,18 +146214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61078, "usage_id": 110 }, "1602.EG.006A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.6a, Labor", "arch_name": "2.0.6a@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132337,19 +146235,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66907, "usage_id": 102 }, "1602.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.7, B\u00fcro", "arch_name": "2.0.7@1602", "area_id": 21, "building_id": 1019, "calendar_resource_nr": 18866, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132357,18 +146257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60109, "usage_id": 12 }, "1602.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.7, B\u00fcro", "arch_name": "2.0.7@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132376,18 +146278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66910, "usage_id": 12 }, "1602.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.110, Halle", "arch_name": "2.0.110@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132395,18 +146299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60112, "usage_id": 222 }, "1602.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.0.210, Treppenhaus", "arch_name": "2.0.210@1602", "area_id": 21, "building_id": 1019, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132414,18 +146320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60114, "usage_id": 223 }, "1602.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.01.5, Lager", "arch_name": "2.01.5@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132433,18 +146341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60450, "usage_id": 30 }, "1602.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.01.6, Labor", "arch_name": "2.01.6@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132452,18 +146362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60451, "usage_id": 102 }, "1602.U1.006A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.01.6A, Garderobe", "arch_name": "2.01.6A@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132471,18 +146383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66918, "usage_id": 121 }, "1602.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.01.7, Fischzucht", "arch_name": "2.01.7@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132490,18 +146404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60454, "usage_id": 167 }, "1602.U1.008A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.01.8A, WC", "arch_name": "2.01.8A@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132509,18 +146425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66919, "usage_id": 116 }, "1602.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.01.110, Halle", "arch_name": "2.01.110@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132528,18 +146446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60485, "usage_id": 222 }, "1602.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.01.120, Flur", "arch_name": "2.01.120@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132547,18 +146467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60487, "usage_id": 222 }, "1602.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.01.210, Treppenhaus", "arch_name": "2.01.210@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132566,18 +146488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60513, "usage_id": 223 }, "1602.U1.210A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "2.01.210A, Lager", "arch_name": "2.01.210A@1602", "area_id": 21, "building_id": 1019, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -132585,18 +146509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66920, "usage_id": 30 }, "1603.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.1.1, WC-Herren", "arch_name": "3.1.1@1603", "area_id": 21, "building_id": 1020, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132604,18 +146530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61057, "usage_id": 115 }, "1603.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.1.2, Labor", "arch_name": "3.1.2@1603", "area_id": 21, "building_id": 1020, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -132623,18 +146551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61059, "usage_id": 102 }, "1603.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.1.3, B\u00fcro", "arch_name": "3.1.3@1603", "area_id": 21, "building_id": 1020, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -132642,18 +146572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61060, "usage_id": 12 }, "1603.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.1.4, Labor", "arch_name": "3.1.4@1603", "area_id": 21, "building_id": 1020, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -132661,18 +146593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61062, "usage_id": 102 }, "1603.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.1.5, Labor", "arch_name": "3.1.5@1603", "area_id": 21, "building_id": 1020, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -132680,18 +146614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60807, "usage_id": 102 }, "1603.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.1.6, Labor", "arch_name": "3.1.6@1603", "area_id": 21, "building_id": 1020, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -132699,18 +146635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60809, "usage_id": 102 }, "1603.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.1.7, Labor", "arch_name": "3.1.7@1603", "area_id": 21, "building_id": 1020, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -132718,19 +146656,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60810, "usage_id": 102 }, "1603.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.1.8, H\u00f6rsaal", "arch_name": "3.1.8@1603", "area_id": 21, "building_id": 1020, "calendar_resource_nr": 18376, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132738,18 +146678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60812, "usage_id": 20 }, "1603.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.1.110, Halle", "arch_name": "3.1.110@1603", "area_id": 21, "building_id": 1020, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132757,18 +146699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60813, "usage_id": 222 }, "1603.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.1.210, Treppenhaus", "arch_name": "3.1.210@1603", "area_id": 21, "building_id": 1020, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -132776,18 +146720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60838, "usage_id": 223 }, "1603.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.2.4, Lab.m.zus.Hygieneanford.einf.", "arch_name": "3.2.4@1603", "area_id": 21, "building_id": 1020, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -132795,18 +146741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60844, "usage_id": 102 }, "1603.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.2.5, Lab.m.zus.Hygieneanford.einf.", "arch_name": "3.2.5@1603", "area_id": 21, "building_id": 1020, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -132814,18 +146762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60845, "usage_id": 102 }, "1603.02.005A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.2.5a, B\u00fcro", "arch_name": "3.2.5a@1603", "area_id": 21, "building_id": 1020, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -132833,18 +146783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60846, "usage_id": 12 }, "1603.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.0.2, Lab.m.zus.Hygieneanford.einf.", "arch_name": "3.0.2@1603", "area_id": 21, "building_id": 1020, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -132852,18 +146804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60996, "usage_id": 102 }, "1603.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.0.3, Lab.m.zus.Hygieneanford.einf.", "arch_name": "3.0.3@1603", "area_id": 21, "building_id": 1020, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -132871,18 +146825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61010, "usage_id": 102 }, "1603.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.0.8, B\u00fcro", "arch_name": "3.0.8@1603", "area_id": 21, "building_id": 1020, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -132890,18 +146846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61020, "usage_id": 12 }, "1603.EG.008A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.0.8a, Vorraum", "arch_name": "3.0.8a@1603", "area_id": 21, "building_id": 1020, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -132909,18 +146867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61037, "usage_id": 50 }, "1603.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.0.9, B\u00fcro", "arch_name": "3.0.9@1603", "area_id": 21, "building_id": 1020, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -132928,18 +146888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61039, "usage_id": 12 }, "1603.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.0.10, Tierhaltung", "arch_name": "3.0.10@1603", "area_id": 21, "building_id": 1020, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -132947,18 +146909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61041, "usage_id": 197 }, "1603.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "3.0.11, Sekretariat", "arch_name": "3.0.11@1603", "area_id": 21, "building_id": 1020, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15747, "seats": { @@ -132966,18 +146930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61051, "usage_id": 40 }, "1607.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.1, WC-Damen", "arch_name": "7.1.1@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -132985,18 +146951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60076, "usage_id": 118 }, "1607.01.001A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.1a, WC-Herren", "arch_name": "7.1.1a@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133004,18 +146972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60078, "usage_id": 115 }, "1607.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.2, B\u00fcro", "arch_name": "7.1.2@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133023,18 +146993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60079, "usage_id": 12 }, "1607.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.3, B\u00fcro", "arch_name": "7.1.3@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133042,18 +147014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60082, "usage_id": 12 }, "1607.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.4, B\u00fcro", "arch_name": "7.1.4@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133061,18 +147035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60066, "usage_id": 12 }, "1607.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.5, Fotolabor", "arch_name": "7.1.5@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133080,18 +147056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60068, "usage_id": 102 }, "1607.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.6, Labor", "arch_name": "7.1.6@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133099,18 +147077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60070, "usage_id": 102 }, "1607.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.7, Labor", "arch_name": "7.1.7@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133118,18 +147098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60072, "usage_id": 102 }, "1607.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.8, K\u00fchlraum", "arch_name": "7.1.8@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133137,18 +147119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60053, "usage_id": 199 }, "1607.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.9, Labor", "arch_name": "7.1.9@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133156,18 +147140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60054, "usage_id": 102 }, "1607.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.10, Labor", "arch_name": "7.1.10@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133175,18 +147161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60732, "usage_id": 102 }, "1607.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.11, Vorraum", "arch_name": "7.1.11@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133194,18 +147182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60734, "usage_id": 50 }, "1607.01.011A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.11a, Labor", "arch_name": "7.1.11a@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133213,18 +147203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60735, "usage_id": 102 }, "1607.01.011B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.11b, Labor", "arch_name": "7.1.11b@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133232,18 +147224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60736, "usage_id": 102 }, "1607.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.12, Zellabor", "arch_name": "7.1.12@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133251,18 +147245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60743, "usage_id": 102 }, "1607.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.110, Flur", "arch_name": "7.1.110@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133270,18 +147266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60749, "usage_id": 222 }, "1607.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.120, Flur", "arch_name": "7.1.120@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133289,18 +147287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60750, "usage_id": 222 }, "1607.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.1.210, Treppenhaus", "arch_name": "7.1.210@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -133308,18 +147308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60768, "usage_id": 223 }, "1607.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.1, WC", "arch_name": "7.2.1@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133327,18 +147329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60578, "usage_id": 114 }, "1607.02.001A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.1a, Sp\u00fclk\u00fcche", "arch_name": "7.2.1a@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133346,18 +147350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60589, "usage_id": 28 }, "1607.02.001B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.1B, WC-Herren", "arch_name": "7.2.1B@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133365,18 +147371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65516, "usage_id": 118 }, "1607.02.001C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.1C, WC-Vorraum", "arch_name": "7.2.1C@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133384,18 +147392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65517, "usage_id": 118 }, "1607.02.001D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.1D, Dusche", "arch_name": "7.2.1D@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133403,18 +147413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65518, "usage_id": 113 }, "1607.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.2, K\u00fchlraum", "arch_name": "7.2.2@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133422,18 +147434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60602, "usage_id": 199 }, "1607.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.3, B\u00fcro", "arch_name": "7.2.3@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133441,18 +147455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60604, "usage_id": 12 }, "1607.02.003A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.3A, Schleuse", "arch_name": "7.2.3A@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133460,18 +147476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65519, "usage_id": 105 }, "1607.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.4, Zellabor", "arch_name": "7.2.4@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133479,18 +147497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60606, "usage_id": 102 }, "1607.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.5, Labor", "arch_name": "7.2.5@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133498,18 +147518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60608, "usage_id": 102 }, "1607.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.6, B\u00fcro", "arch_name": "7.2.6@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133517,18 +147539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60620, "usage_id": 12 }, "1607.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.7, Labor", "arch_name": "7.2.7@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133536,18 +147560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60622, "usage_id": 102 }, "1607.02.008": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.8, Labor", "arch_name": "7.2.8@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133555,18 +147581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60623, "usage_id": 102 }, "1607.02.009": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.9, Labor", "arch_name": "7.2.9@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133574,18 +147602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60625, "usage_id": 102 }, "1607.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.10, Labor", "arch_name": "7.2.10@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133593,18 +147623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60627, "usage_id": 102 }, "1607.02.011": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.11, B\u00fcro", "arch_name": "7.2.11@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133612,18 +147644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65520, "usage_id": 12 }, "1607.02.012": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.12, B\u00fcro", "arch_name": "7.2.12@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133631,18 +147665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65521, "usage_id": 12 }, "1607.02.013": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.13, Elektrotechnik", "arch_name": "7.2.13@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -133650,18 +147686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65522, "usage_id": 160 }, "1607.02.110": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.110, Flur", "arch_name": "7.2.110@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133669,18 +147707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60641, "usage_id": 222 }, "1607.02.120": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.120, Flur", "arch_name": "7.2.120@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133688,18 +147728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65523, "usage_id": 222 }, "1607.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.2.210, Treppenhaus", "arch_name": "7.2.210@1607", "area_id": 21, "building_id": 1021, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -133707,18 +147749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60643, "usage_id": 223 }, "1607.03.001A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.1a, Dusche", "arch_name": "7.3.1a@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133726,18 +147770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60646, "usage_id": 113 }, "1607.03.001B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.1B, Putzraum", "arch_name": "7.3.1B@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133745,18 +147791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65524, "usage_id": 205 }, "1607.03.001C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.1C, WC", "arch_name": "7.3.1C@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133764,18 +147812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65525, "usage_id": 114 }, "1607.03.001D": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.1D, WC", "arch_name": "7.3.1D@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133783,18 +147833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65526, "usage_id": 114 }, "1607.03.002": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.2, Fotolabor", "arch_name": "7.3.2@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133802,18 +147854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60647, "usage_id": 102 }, "1607.03.003": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.3, Fotolabor", "arch_name": "7.3.3@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133821,18 +147875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60648, "usage_id": 102 }, "1607.03.004": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.4, Sekretariat", "arch_name": "7.3.4@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133840,18 +147896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60661, "usage_id": 12 }, "1607.03.005": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.5, Sekretariat", "arch_name": "7.3.5@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133859,18 +147917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60662, "usage_id": 12 }, "1607.03.006": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.6, Chefzimmer", "arch_name": "7.3.6@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133878,18 +147938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60664, "usage_id": 12 }, "1607.03.007": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.7, Bibliothek", "arch_name": "7.3.7@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133897,18 +147959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60665, "usage_id": 10 }, "1607.03.009": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.9, Schreibzimmer", "arch_name": "7.3.9@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133916,18 +147980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60673, "usage_id": 12 }, "1607.03.010": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.10, Vorraum", "arch_name": "7.3.10@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133935,18 +148001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60683, "usage_id": 50 }, "1607.03.010A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.10a, Schreibzimmer", "arch_name": "7.3.10a@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133954,18 +148022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60692, "usage_id": 12 }, "1607.03.010B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.10b, Schreibzimmer", "arch_name": "7.3.10b@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133973,18 +148043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60693, "usage_id": 12 }, "1607.03.110": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.110, Flur", "arch_name": "7.3.110@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -133992,18 +148064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60694, "usage_id": 222 }, "1607.03.120": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.120, Flur", "arch_name": "7.3.120@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134011,18 +148085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65527, "usage_id": 222 }, "1607.03.210": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.210, Treppenhaus", "arch_name": "7.3.210@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -134030,18 +148106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60695, "usage_id": 223 }, "1607.03.220": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.3.220, Treppenhaus", "arch_name": "7.3.220@1607", "area_id": 21, "building_id": 1021, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -134049,18 +148127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60696, "usage_id": 223 }, "1607.04.001": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.4.1, Speicher", "arch_name": "7.4.1@1607", "area_id": 21, "building_id": 1021, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -134068,18 +148148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60706, "usage_id": 159 }, "1607.04.002": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.4.2, Speicher", "arch_name": "7.4.2@1607", "area_id": 21, "building_id": 1021, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -134087,18 +148169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60707, "usage_id": 159 }, "1607.04.003": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.4.3, Speicher", "arch_name": "7.4.3@1607", "area_id": 21, "building_id": 1021, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -134106,18 +148190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60708, "usage_id": 159 }, "1607.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.1, Teek\u00fcche", "arch_name": "7.0.1@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134125,18 +148211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60085, "usage_id": 198 }, "1607.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.2, Labor", "arch_name": "7.0.2@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134144,18 +148232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60086, "usage_id": 102 }, "1607.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.3, B\u00fcro", "arch_name": "7.0.3@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134163,18 +148253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60087, "usage_id": 12 }, "1607.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.4, Labor", "arch_name": "7.0.4@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134182,18 +148274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60089, "usage_id": 102 }, "1607.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.5, Labor", "arch_name": "7.0.5@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134201,18 +148295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60092, "usage_id": 102 }, "1607.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.6, Labor", "arch_name": "7.0.6@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134220,18 +148316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60094, "usage_id": 102 }, "1607.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.7, Labor", "arch_name": "7.0.7@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134239,18 +148337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60097, "usage_id": 102 }, "1607.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.8, Labor", "arch_name": "7.0.8@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134258,18 +148358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60040, "usage_id": 102 }, "1607.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.9, Zellabor", "arch_name": "7.0.9@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134277,18 +148379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60042, "usage_id": 102 }, "1607.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.10, Labor", "arch_name": "7.0.10@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134296,18 +148400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60043, "usage_id": 102 }, "1607.EG.100": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.100, Windfang", "arch_name": "7.0.100@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -134315,18 +148421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60044, "usage_id": 52 }, "1607.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.110, Flur", "arch_name": "7.0.110@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134334,18 +148442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60047, "usage_id": 222 }, "1607.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.0.210, Treppenhaus", "arch_name": "7.0.210@1607", "area_id": 21, "building_id": 1021, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -134353,18 +148463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60074, "usage_id": 223 }, "1607.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.1, Technik", "arch_name": "7.01.1@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -134372,18 +148484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60000, "usage_id": 120 }, "1607.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.2, Wasseraufbereitung", "arch_name": "7.01.2@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -134391,18 +148505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60001, "usage_id": 183 }, "1607.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.3, Metallwerkstatt", "arch_name": "7.01.3@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134410,18 +148526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60003, "usage_id": 108 }, "1607.U1.003A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.3a, Elektro Werkstatt", "arch_name": "7.01.3a@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134429,18 +148547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60004, "usage_id": 51 }, "1607.U1.003B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.3b, B\u00fcro", "arch_name": "7.01.3b@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134448,18 +148568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60009, "usage_id": 12 }, "1607.U1.003C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.3c, Metallwerkstatt", "arch_name": "7.01.3c@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134467,18 +148589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60011, "usage_id": 108 }, "1607.U1.003D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.3D, Lager", "arch_name": "7.01.3D@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134486,18 +148610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65528, "usage_id": 30 }, "1607.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.4, Lager", "arch_name": "7.01.4@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134505,18 +148631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60013, "usage_id": 30 }, "1607.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.5, Vorraum", "arch_name": "7.01.5@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134524,18 +148652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60015, "usage_id": 50 }, "1607.U1.005A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.5a, Zentrifugenlabor", "arch_name": "7.01.5a@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134543,18 +148673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60016, "usage_id": 102 }, "1607.U1.005B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.5b, K\u00fchlraum", "arch_name": "7.01.5b@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134562,18 +148694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60017, "usage_id": 199 }, "1607.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.6, Vorraum", "arch_name": "7.01.6@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134581,18 +148715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60018, "usage_id": 50 }, "1607.U1.006A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.6a, Kadaverk\u00fchlr.", "arch_name": "7.01.6a@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134600,18 +148736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60022, "usage_id": 199 }, "1607.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.7, Dusche", "arch_name": "7.01.7@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134619,18 +148757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60023, "usage_id": 113 }, "1607.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.8, Aufenthaltsr.", "arch_name": "7.01.8@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134638,18 +148778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60029, "usage_id": 44 }, "1607.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.9, Vorraum", "arch_name": "7.01.9@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134657,18 +148799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60030, "usage_id": 50 }, "1607.U1.009A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.9a, WC", "arch_name": "7.01.9a@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134676,18 +148820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60033, "usage_id": 114 }, "1607.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.110, Flur", "arch_name": "7.01.110@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134695,18 +148841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60035, "usage_id": 222 }, "1607.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.120, Flur", "arch_name": "7.01.120@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134714,18 +148862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60036, "usage_id": 222 }, "1607.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.130, Flur", "arch_name": "7.01.130@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -134733,18 +148883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60038, "usage_id": 222 }, "1607.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "7.01.210, Treppenhaus", "arch_name": "7.01.210@1607", "area_id": 21, "building_id": 1021, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -134752,18 +148904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60084, "usage_id": 223 }, "1608.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.1, Labor", "arch_name": "8.1.1@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134771,18 +148925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60713, "usage_id": 102 }, "1608.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.2, Labor", "arch_name": "8.1.2@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134790,18 +148946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60714, "usage_id": 102 }, "1608.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.3, WC", "arch_name": "8.1.3@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134809,18 +148967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60715, "usage_id": 114 }, "1608.01.003A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.3a, Vorraum", "arch_name": "8.1.3a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134828,19 +148988,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60716, "usage_id": 37 }, "1608.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.4, Seminarraum", "arch_name": "8.1.4@1608", "area_id": 21, "building_id": 1022, "calendar_resource_nr": 18538, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -134848,18 +149010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60726, "usage_id": 41 }, "1608.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.5, B\u00fcro", "arch_name": "8.1.5@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134867,18 +149031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60727, "usage_id": 12 }, "1608.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.6, Labor", "arch_name": "8.1.6@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134886,18 +149052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60728, "usage_id": 102 }, "1608.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.7, Labor", "arch_name": "8.1.7@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134905,18 +149073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60754, "usage_id": 102 }, "1608.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.8, Labor", "arch_name": "8.1.8@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134924,18 +149094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60755, "usage_id": 102 }, "1608.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.9, WC-Herren", "arch_name": "8.1.9@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134943,18 +149115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60756, "usage_id": 115 }, "1608.01.009A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.9a, Vorraum", "arch_name": "8.1.9a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134962,18 +149136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60757, "usage_id": 37 }, "1608.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.10, B\u00fcro", "arch_name": "8.1.10@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -134981,18 +149157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60758, "usage_id": 12 }, "1608.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.11, B\u00fcro", "arch_name": "8.1.11@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135000,18 +149178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60759, "usage_id": 12 }, "1608.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.12, B\u00fcro", "arch_name": "8.1.12@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135019,18 +149199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60760, "usage_id": 12 }, "1608.01.013": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.13, Putzraum", "arch_name": "8.1.13@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135038,18 +149220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60772, "usage_id": 205 }, "1608.01.014": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.14, K\u00fchlraum", "arch_name": "8.1.14@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135057,18 +149241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60773, "usage_id": 199 }, "1608.01.015": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.15, B\u00fcro", "arch_name": "8.1.15@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135076,18 +149262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60774, "usage_id": 12 }, "1608.01.016": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.16, Lager", "arch_name": "8.1.16@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135095,18 +149283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60775, "usage_id": 30 }, "1608.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.110, Flur", "arch_name": "8.1.110@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135114,18 +149304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60786, "usage_id": 222 }, "1608.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.120, Flur", "arch_name": "8.1.120@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135133,18 +149325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60787, "usage_id": 222 }, "1608.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.130, Flur", "arch_name": "8.1.130@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135152,18 +149346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60788, "usage_id": 222 }, "1608.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.210, Treppenhaus", "arch_name": "8.1.210@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135171,18 +149367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60789, "usage_id": 223 }, "1608.01.220": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.1.220, Treppenhaus", "arch_name": "8.1.220@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135190,18 +149388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60798, "usage_id": 223 }, "1608.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.1, B\u00fcro", "arch_name": "8.2.1@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135209,18 +149409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60799, "usage_id": 40 }, "1608.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.2, Besprechungsraum", "arch_name": "8.2.2@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135228,18 +149430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60800, "usage_id": 196 }, "1608.02.002A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.2a, Labor", "arch_name": "8.2.2a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135247,18 +149451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60801, "usage_id": 102 }, "1608.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.3, WC-Damen", "arch_name": "8.2.3@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135266,18 +149472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60802, "usage_id": 116 }, "1608.02.003A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.3a, Vorraum", "arch_name": "8.2.3a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135285,18 +149493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60583, "usage_id": 37 }, "1608.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.4, Seminarraum", "arch_name": "8.2.4@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -135304,18 +149514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60584, "usage_id": 41 }, "1608.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.5, Labor", "arch_name": "8.2.5@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135323,18 +149535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60585, "usage_id": 102 }, "1608.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.6, B\u00fcro", "arch_name": "8.2.6@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135342,18 +149556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60586, "usage_id": 12 }, "1608.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.7, B\u00fcro", "arch_name": "8.2.7@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135361,18 +149577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60593, "usage_id": 12 }, "1608.02.008": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.8, Zellkulturlabor", "arch_name": "8.2.8@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135380,18 +149598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60594, "usage_id": 102 }, "1608.02.009": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.9, Hauptlabor", "arch_name": "8.2.9@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135399,18 +149619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60596, "usage_id": 102 }, "1608.02.009A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.9a, Lager", "arch_name": "8.2.9a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135418,18 +149640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60598, "usage_id": 30 }, "1608.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.10, Labor", "arch_name": "8.2.10@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135437,18 +149661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60613, "usage_id": 102 }, "1608.02.010A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.10a, Vorraum", "arch_name": "8.2.10a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135456,18 +149682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60614, "usage_id": 50 }, "1608.02.011": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.11, Hauptlabor", "arch_name": "8.2.11@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135475,18 +149703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60617, "usage_id": 102 }, "1608.02.012": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.12, Labor", "arch_name": "8.2.12@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135494,18 +149724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60632, "usage_id": 102 }, "1608.02.013": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.13, Labor", "arch_name": "8.2.13@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135513,18 +149745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60634, "usage_id": 102 }, "1608.02.014": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.14, Teek\u00fcche", "arch_name": "8.2.14@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135532,18 +149766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60636, "usage_id": 198 }, "1608.02.015": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.15, Brutraum", "arch_name": "8.2.15@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135551,18 +149787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60638, "usage_id": 102 }, "1608.02.016": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.16, K\u00fchlraum", "arch_name": "8.2.16@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135570,18 +149808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60653, "usage_id": 199 }, "1608.02.017": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.17, Ger\u00e4terraum", "arch_name": "8.2.17@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135589,18 +149829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60655, "usage_id": 18 }, "1608.02.018": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.18, EDV Raum", "arch_name": "8.2.18@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -135608,18 +149850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60657, "usage_id": 207 }, "1608.02.110": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.110, Flur", "arch_name": "8.2.110@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135627,18 +149871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60680, "usage_id": 222 }, "1608.02.120": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.120, Flur", "arch_name": "8.2.120@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135646,18 +149892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60681, "usage_id": 222 }, "1608.02.130": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.130, Flur", "arch_name": "8.2.130@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135665,18 +149913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60682, "usage_id": 222 }, "1608.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.210, Treppenhaus", "arch_name": "8.2.210@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135684,18 +149934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60689, "usage_id": 223 }, "1608.02.220": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.2.220, Treppenhaus", "arch_name": "8.2.220@1608", "area_id": 21, "building_id": 1022, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135703,18 +149955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60690, "usage_id": 223 }, "1608.03.008": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.8, B\u00fcro", "arch_name": "8.3.8@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -135722,18 +149976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60729, "usage_id": 12 }, "1608.03.009": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.9, Computerraum", "arch_name": "8.3.9@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -135741,18 +149997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60730, "usage_id": 207 }, "1608.03.012": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.12, B\u00fcro/ Labor S1", "arch_name": "8.3.12@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -135760,18 +150018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60762, "usage_id": 12 }, "1608.03.012A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.12a, B\u00fcro", "arch_name": "8.3.12a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -135779,18 +150039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60763, "usage_id": 12 }, "1608.03.013": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.13, Metelraum", "arch_name": "8.3.13@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -135798,18 +150060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60764, "usage_id": 12 }, "1608.03.014": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.14, B\u00fcro", "arch_name": "8.3.14@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -135817,18 +150081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60765, "usage_id": 12 }, "1608.03.015": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.15, Gastraum", "arch_name": "8.3.15@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 40711, "seats": { @@ -135836,18 +150102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60778, "usage_id": 53 }, "1608.03.080": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.80, Inst.-B", "arch_name": "8.3.80@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -135855,18 +150123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60779, "usage_id": 120 }, "1608.03.090": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.90, Inst.-A", "arch_name": "8.3.90@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -135874,18 +150144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60780, "usage_id": 120 }, "1608.03.210": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.210, Treppenhaus", "arch_name": "8.3.210@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135893,18 +150165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60792, "usage_id": 223 }, "1608.03.220": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.220, Treppenhaus", "arch_name": "8.3.220@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135912,18 +150186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60793, "usage_id": 223 }, "1608.03.230": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.3.230, Treppenhaus", "arch_name": "8.3.230@1608", "area_id": 21, "building_id": 1022, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -135931,19 +150207,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60794, "usage_id": 223 }, "1608.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.0.1, H\u00f6rsaal", "arch_name": "8.0.1@1608", "area_id": 21, "building_id": 1022, "calendar_resource_nr": 18496, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -135951,18 +150229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60611, "usage_id": 20 }, "1608.EG.001A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.0.1a, Garderobe-H\u00f6rsaal", "arch_name": "8.0.1a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -135970,361 +150250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60612, "usage_id": 121 }, - "1608.EG.002": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.2@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "1608.EG.003": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.3@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 136 - }, - "1608.EG.004": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.4@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 106 - }, - "1608.EG.005": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.5@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 116 - }, - "1608.EG.005A": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.5a@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 37 - }, - "1608.EG.006": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.6@1608", - "area_id": 21, - "building_id": 1022, - "calendar_resource_nr": 18652, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 41 - }, - "1608.EG.007": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.7@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1608.EG.008": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.8@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 209 - }, - "1608.EG.009": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.9@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 40 - }, - "1608.EG.009A": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.9a@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 40 - }, - "1608.EG.010": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.10@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 104 - }, - "1608.EG.011": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.11@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "1608.EG.012": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.12@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 115 - }, - "1608.EG.013": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.13@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 106 - }, - "1608.EG.014": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.14@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 106 - }, - "1608.EG.014A": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.14a@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 50 - }, - "1608.EG.015": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.15@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "1608.EG.016": { - "address": { - "floor": "EG", - "place": "M\u00fcnchen", - "street": "Dietlindenstr./Biedersteiner Str. 29", - "zip_code": 80802 - }, - "arch_name": "8.0.16@1608", - "area_id": 21, - "building_id": 1022, - "floor_type": "Keine Angabe", - "main_operator_id": 15731, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 40 - }, "1608.EG.017": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.0.17, Putzraum", "arch_name": "8.0.17@1608", "area_id": 21, "building_id": 1022, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136332,18 +150271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60684, "usage_id": 205 }, "1608.EG.018": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.0.18, Vorber.-H\u00f6rsaal", "arch_name": "8.0.18@1608", "area_id": 21, "building_id": 1022, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136351,18 +150292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60685, "usage_id": 136 }, "1608.EG.019": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.0.19, Lager", "arch_name": "8.0.19@1608", "area_id": 21, "building_id": 1022, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136370,18 +150313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60686, "usage_id": 30 }, "1608.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.0.110, Flur", "arch_name": "8.0.110@1608", "area_id": 21, "building_id": 1022, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136389,18 +150334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60697, "usage_id": 222 }, "1608.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.0.120, Flur", "arch_name": "8.0.120@1608", "area_id": 21, "building_id": 1022, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136408,18 +150355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60698, "usage_id": 222 }, "1608.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.0.130, Flur", "arch_name": "8.0.130@1608", "area_id": 21, "building_id": 1022, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136427,18 +150376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60699, "usage_id": 222 }, "1608.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.0.210, Treppenhaus", "arch_name": "8.0.210@1608", "area_id": 21, "building_id": 1022, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136446,18 +150397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60700, "usage_id": 223 }, "1608.EG.220": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.0.220, Treppenhaus", "arch_name": "8.0.220@1608", "area_id": 21, "building_id": 1022, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136465,18 +150418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60701, "usage_id": 223 }, "1608.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.1, L\u00fcftung", "arch_name": "8.01.1@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -136484,18 +150439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60709, "usage_id": 32 }, "1608.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.2, Lager/Forsch. 923/CAR VAS", "arch_name": "8.01.2@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -136503,18 +150460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60711, "usage_id": 30 }, "1608.U1.002A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.2a, Lager /Forsch. 923/CAR VAS", "arch_name": "8.01.2a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 16065, "seats": { @@ -136522,18 +150481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60712, "usage_id": 30 }, "1608.U1.004A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.4a, Werkstatt", "arch_name": "8.01.4a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -136541,18 +150502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60723, "usage_id": 51 }, "1608.U1.004B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.4b, Futterlager", "arch_name": "8.01.4b@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136560,18 +150523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60724, "usage_id": 30 }, "1608.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.8, Lager", "arch_name": "8.01.8@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136579,18 +150544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60739, "usage_id": 30 }, "1608.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.9, Tierhaltung", "arch_name": "8.01.9@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136598,18 +150565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60751, "usage_id": 197 }, "1608.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.10, Putzraum", "arch_name": "8.01.10@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136617,18 +150586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60752, "usage_id": 205 }, "1608.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.11, Tierhaltung", "arch_name": "8.01.11@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136636,18 +150607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60753, "usage_id": 197 }, "1608.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.12, Tierhaltung", "arch_name": "8.01.12@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136655,18 +150628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60770, "usage_id": 197 }, "1608.U1.013": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.13, B\u00fcro", "arch_name": "8.01.13@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136674,18 +150649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60771, "usage_id": 12 }, "1608.U1.013A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.13a, Vorraum", "arch_name": "8.01.13a@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 27382, "seats": { @@ -136693,18 +150670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60797, "usage_id": 50 }, "1608.U1.014": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.14, Techn.-Ver.u.Entsorgung(Lager)", "arch_name": "8.01.14@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -136712,18 +150691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60580, "usage_id": 216 }, "1608.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.110, Flur", "arch_name": "8.01.110@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136731,18 +150712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60590, "usage_id": 222 }, "1608.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.120, Flur", "arch_name": "8.01.120@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136750,18 +150733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60591, "usage_id": 222 }, "1608.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.130, Flur", "arch_name": "8.01.130@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136769,18 +150754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60592, "usage_id": 222 }, "1608.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.210, Treppenhaus", "arch_name": "8.01.210@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136788,18 +150775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60609, "usage_id": 223 }, "1608.U1.220": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "8.01.220, Treppenhaus+Flur", "arch_name": "8.01.220@1608", "area_id": 21, "building_id": 1022, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136807,18 +150796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60610, "usage_id": 223 }, "1650.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "50.0.1, Tierstall f\u00fcr Hasen", "arch_name": "50.0.1@1650", "area_id": 21, "building_id": 1023, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -136826,18 +150817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60474, "usage_id": 197 }, "1650.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "50.0.2, Tierstall f\u00fcr Meerschweinchen", "arch_name": "50.0.2@1650", "area_id": 21, "building_id": 1023, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -136845,18 +150838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60477, "usage_id": 197 }, "1650.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "50.0.3, Kafig-Waschraum", "arch_name": "50.0.3@1650", "area_id": 21, "building_id": 1023, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -136864,18 +150859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60479, "usage_id": 209 }, "1650.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "50.0.4, Tierstall f\u00fcr Ratten und M\u00e4use", "arch_name": "50.0.4@1650", "area_id": 21, "building_id": 1023, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -136883,18 +150880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60498, "usage_id": 197 }, "1650.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "50.0.5, Futterbereitung", "arch_name": "50.0.5@1650", "area_id": 21, "building_id": 1023, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -136902,18 +150901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60500, "usage_id": 168 }, "1650.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "5.0.10, Windfang", "arch_name": "5.0.10@1650", "area_id": 21, "building_id": 1023, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136921,18 +150922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60504, "usage_id": 52 }, "1650.EG.010A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "50.0.10a, Flur", "arch_name": "50.0.10a@1650", "area_id": 21, "building_id": 1023, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -136940,18 +150943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60508, "usage_id": 222 }, "1650.EG.010B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "50.0.10b, Flur", "arch_name": "50.0.10b@1650", "area_id": 21, "building_id": 1023, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -136959,18 +150964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60511, "usage_id": 222 }, "1650.EG.010C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "50.0.10c, Flur", "arch_name": "50.0.10c@1650", "area_id": 21, "building_id": 1023, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -136978,18 +150985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60156, "usage_id": 222 }, "1650.EG.010D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "5.0.10d, Windfang", "arch_name": "5.0.10d@1650", "area_id": 21, "building_id": 1023, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -136997,18 +151006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60157, "usage_id": 52 }, "1652.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "52.0.1, Tierstall/M\u00e4use", "arch_name": "52.0.1@1652", "area_id": 21, "building_id": 1024, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -137016,18 +151027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60338, "usage_id": 197 }, "1652.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "52.0.2, Tierstall/Ratten", "arch_name": "52.0.2@1652", "area_id": 21, "building_id": 1024, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -137035,18 +151048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60341, "usage_id": 197 }, "1652.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "652.0.3, Tierst\u00e4lle/Ratten", "arch_name": "652.0.3@1652", "area_id": 21, "building_id": 1024, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -137054,18 +151069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60343, "usage_id": 197 }, "1652.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "652.0.4, Tierst\u00e4lle Kan.", "arch_name": "652.0.4@1652", "area_id": 21, "building_id": 1024, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -137073,18 +151090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60345, "usage_id": 197 }, "1652.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "652.0.5, Tierst\u00e4lle M\u00e4use", "arch_name": "652.0.5@1652", "area_id": 21, "building_id": 1024, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -137092,18 +151111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60347, "usage_id": 197 }, "1652.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "652.0.6, Lager", "arch_name": "652.0.6@1652", "area_id": 21, "building_id": 1024, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -137111,18 +151132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60350, "usage_id": 30 }, "1652.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "652.0.7, Lager", "arch_name": "652.0.7@1652", "area_id": 21, "building_id": 1024, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15742, "seats": { @@ -137130,18 +151153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60379, "usage_id": 30 }, "1652.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "652.0.8, Windfang", "arch_name": "652.0.8@1652", "area_id": 21, "building_id": 1024, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137149,18 +151174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60383, "usage_id": 52 }, "1652.EG.100": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Dietlindenstr./Biedersteiner Str. 29", "zip_code": 80802 }, + "alt_name": "652.0.100, Flur", "arch_name": "652.0.100@1652", "area_id": 21, "building_id": 1024, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137168,18 +151195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60384, "usage_id": 222 }, "1713.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.1, B\u00fcro", "arch_name": "713.1.1@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137187,18 +151216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60587, "usage_id": 12 }, "1713.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.2, B\u00fcro", "arch_name": "713.1.2@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137206,18 +151237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60588, "usage_id": 12 }, "1713.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.3, WC-Damen", "arch_name": "713.1.3@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137225,18 +151258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65496, "usage_id": 116 }, "1713.01.003A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.3a, WC-Vorraum Damen", "arch_name": "713.1.3a@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137244,18 +151279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65497, "usage_id": 37 }, "1713.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.4, WC-Herren", "arch_name": "713.1.4@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137263,18 +151300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65498, "usage_id": 115 }, "1713.01.004A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.4a, WC-Vorraum Herren", "arch_name": "713.1.4a@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137282,18 +151321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65499, "usage_id": 37 }, "1713.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.5, B\u00fcro", "arch_name": "713.1.5@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137301,18 +151342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60605, "usage_id": 12 }, "1713.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.6, B\u00fcro", "arch_name": "713.1.6@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137320,18 +151363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60607, "usage_id": 12 }, "1713.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.7, Kursraum", "arch_name": "713.1.7@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137339,18 +151384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60619, "usage_id": 130 }, "1713.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.8, Kursraum", "arch_name": "713.1.8@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137358,18 +151405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60621, "usage_id": 130 }, "1713.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.9, Kursraum", "arch_name": "713.1.9@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137377,18 +151426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60624, "usage_id": 130 }, "1713.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.10, Lager", "arch_name": "713.1.10@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137396,19 +151447,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60626, "usage_id": 30 }, "1713.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.11, Computerraum", "arch_name": "713.1.11@1713", "area_id": 29, "building_id": 1036, "calendar_resource_nr": 19056, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137416,19 +151469,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60640, "usage_id": 130 }, "1713.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.12, Seminarraum", "arch_name": "713.1.12@1713", "area_id": 29, "building_id": 1036, "calendar_resource_nr": 20601, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137436,18 +151491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60642, "usage_id": 130 }, "1713.01.013": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.13, Seminarraum", "arch_name": "713.1.13@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137455,19 +151512,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60644, "usage_id": 130 }, "1713.01.014": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.14, Seminarraum", "arch_name": "713.1.14@1713", "area_id": 29, "building_id": 1036, "calendar_resource_nr": 20602, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137475,18 +151534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60660, "usage_id": 130 }, "1713.01.100": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.100, Diele", "arch_name": "713.1.100@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137494,18 +151555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65500, "usage_id": 222 }, "1713.01.100A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.100a, EDV-Raum", "arch_name": "713.1.100a@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137513,18 +151576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60663, "usage_id": 207 }, "1713.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.110, Flur", "arch_name": "713.1.110@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137532,18 +151597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65501, "usage_id": 222 }, "1713.01.200": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.200, Treppenhaus", "arch_name": "713.1.200@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137551,18 +151618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65502, "usage_id": 223 }, "1713.01.220": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.1.220, Treppenhaus", "arch_name": "713.1.220@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137570,18 +151639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65503, "usage_id": 223 }, "1713.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.2.1, B\u00fcro", "arch_name": "713.2.1@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -137589,18 +151660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65504, "usage_id": 12 }, "1713.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.2.2, B\u00fcro", "arch_name": "713.2.2@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15704, "seats": { @@ -137608,18 +151681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65505, "usage_id": 12 }, "1713.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.2.3, EDV", "arch_name": "713.2.3@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137627,18 +151702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 60710, "usage_id": 207 }, "1713.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.2.4, Dusche", "arch_name": "713.2.4@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137646,18 +151723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65506, "usage_id": 113 }, "1713.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.2.5, Dusche", "arch_name": "713.2.5@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137665,18 +151744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65507, "usage_id": 113 }, "1713.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.2.6, WC-Damen", "arch_name": "713.2.6@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137684,18 +151765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65508, "usage_id": 116 }, "1713.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.2.7, WC-Herren", "arch_name": "713.2.7@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137703,18 +151786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65509, "usage_id": 115 }, "1713.02.100": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.2.100, Flur", "arch_name": "713.2.100@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137722,18 +151807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65511, "usage_id": 222 }, "1713.02.200": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.2.200, Treppenhaus", "arch_name": "713.2.200@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137741,18 +151828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65482, "usage_id": 223 }, "1713.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.0.1, Krankenhaus-Zentralbibliothek", "arch_name": "713.0.1@1713", "area_id": 29, "building_id": 1036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26728, "seats": { @@ -137760,18 +151849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65460, "usage_id": 10 }, "1713.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.0.2, Ausleihtheke/Anmeldung", "arch_name": "713.0.2@1713", "area_id": 29, "building_id": 1036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26728, "seats": { @@ -137779,18 +151870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65461, "usage_id": 186 }, "1713.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.0.3, B\u00fcro", "arch_name": "713.0.3@1713", "area_id": 29, "building_id": 1036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26728, "seats": { @@ -137798,18 +151891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65462, "usage_id": 12 }, "1713.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.0.6, B\u00fcro", "arch_name": "713.0.6@1713", "area_id": 29, "building_id": 1036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26728, "seats": { @@ -137817,18 +151912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65484, "usage_id": 12 }, "1713.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.0.7, Teek\u00fcche", "arch_name": "713.0.7@1713", "area_id": 29, "building_id": 1036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26728, "seats": { @@ -137836,18 +151933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65485, "usage_id": 198 }, "1713.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.0.8, WC-Damen", "arch_name": "713.0.8@1713", "area_id": 29, "building_id": 1036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137855,18 +151954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65486, "usage_id": 116 }, "1713.EG.008A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.0.8a, WC-Vorraum Damen", "arch_name": "713.0.8a@1713", "area_id": 29, "building_id": 1036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137874,18 +151975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65487, "usage_id": 37 }, "1713.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.0.9, WC-Herren", "arch_name": "713.0.9@1713", "area_id": 29, "building_id": 1036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137893,18 +151996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65488, "usage_id": 115 }, "1713.EG.009A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.0.9a, WC-Vorraum Herren", "arch_name": "713.0.9a@1713", "area_id": 29, "building_id": 1036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137912,18 +152017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65489, "usage_id": 37 }, "1713.EG.100": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.0.100, Vorraum/Garderobe", "arch_name": "713.0.100@1713", "area_id": 29, "building_id": 1036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26728, "seats": { @@ -137931,18 +152038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65492, "usage_id": 121 }, "1713.U1.001C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.01.1c, Lager", "arch_name": "713.01.1c@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -137950,18 +152059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65633, "usage_id": 30 }, "1713.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.01.2, Lager", "arch_name": "713.01.2@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26728, "seats": { @@ -137969,18 +152080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65476, "usage_id": 30 }, "1713.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.01.4, Archiv/Freihandbereich", "arch_name": "713.01.4@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26728, "seats": { @@ -137988,18 +152101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65478, "usage_id": 2 }, "1713.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.01.5, Lager", "arch_name": "713.01.5@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138007,18 +152122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65479, "usage_id": 30 }, "1713.U1.100": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.01.100, Vorraum", "arch_name": "713.01.100@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138026,18 +152143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65634, "usage_id": 50 }, "1713.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.01.110, Flur Archiv", "arch_name": "713.01.110@1713", "area_id": 29, "building_id": 1036, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138045,18 +152164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65635, "usage_id": 50 }, "1713.U2.001": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.1, WC-Damen", "arch_name": "713.02.1@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138064,18 +152185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65467, "usage_id": 116 }, "1713.U2.001A": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.1a, Vorraum", "arch_name": "713.02.1a@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138083,18 +152206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65636, "usage_id": 118 }, "1713.U2.002": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.2, WC-Herren", "arch_name": "713.02.2@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138102,18 +152227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65468, "usage_id": 115 }, "1713.U2.002A": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.2a, Vorraum", "arch_name": "713.02.2a@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138121,18 +152248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65637, "usage_id": 115 }, "1713.U2.003": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.3, Putzraum", "arch_name": "713.02.3@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138140,18 +152269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65469, "usage_id": 205 }, "1713.U2.004": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.4, Gardarobe", "arch_name": "713.02.4@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138159,18 +152290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65470, "usage_id": 121 }, "1713.U2.005": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.5, Aufenthalt", "arch_name": "713.02.5@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138178,18 +152311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65471, "usage_id": 44 }, "1713.U2.006": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.6, Anmeldung", "arch_name": "713.02.6@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138197,18 +152332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65638, "usage_id": 12 }, "1713.U2.007": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.7, Lager/K\u00fcche", "arch_name": "713.02.7@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138216,18 +152353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65639, "usage_id": 30 }, "1713.U2.008": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.8, Regieraum", "arch_name": "713.02.8@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138235,18 +152374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65640, "usage_id": 153 }, "1713.U2.009": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.9, Lager", "arch_name": "713.02.9@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138254,18 +152395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65641, "usage_id": 30 }, "1713.U2.010": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.10, ELT", "arch_name": "713.02.10@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138273,18 +152416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65642, "usage_id": 160 }, "1713.U2.011": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.11, Praxisraum 1", "arch_name": "713.02.11@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138292,18 +152437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65643, "usage_id": 131 }, "1713.U2.012": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.12, Praxisraum 2", "arch_name": "713.02.12@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138311,18 +152458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65644, "usage_id": 131 }, "1713.U2.013": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.13, Praxisraum 3", "arch_name": "713.02.13@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138330,18 +152479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65645, "usage_id": 131 }, "1713.U2.017": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.17, Debriefing 1", "arch_name": "713.02.17@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138349,18 +152500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65646, "usage_id": 131 }, "1713.U2.018": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.18, Debriefing 2", "arch_name": "713.02.18@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138368,18 +152521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65647, "usage_id": 131 }, "1713.U2.019": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.19, Intensiv", "arch_name": "713.02.19@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138387,18 +152542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65648, "usage_id": 131 }, "1713.U2.020": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.20, Umkleide Damen", "arch_name": "713.02.20@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138406,18 +152563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65649, "usage_id": 121 }, "1713.U2.021": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.21, Umkleide Herren", "arch_name": "713.02.21@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138425,18 +152584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65650, "usage_id": 121 }, "1713.U2.022": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.22, OP", "arch_name": "713.02.22@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138444,18 +152605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65651, "usage_id": 131 }, "1713.U2.022A": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.22a, Waschraum", "arch_name": "713.02.22a@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138463,18 +152626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65652, "usage_id": 210 }, "1713.U2.023": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.23, Beobachtungsraum", "arch_name": "713.02.23@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138482,18 +152647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65653, "usage_id": 131 }, "1713.U2.100": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.100, Flur", "arch_name": "713.02.100@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138501,18 +152668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65654, "usage_id": 222 }, "1713.U2.110": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.110, Flur", "arch_name": "713.02.110@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138520,18 +152689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65655, "usage_id": 222 }, "1713.U2.120": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.120, Flur", "arch_name": "713.02.120@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138539,18 +152710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65656, "usage_id": 222 }, "1713.U2.130": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.130, Flur", "arch_name": "713.02.130@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138558,18 +152731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65657, "usage_id": 222 }, "1713.U2.140": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Nigerstr. 3", "zip_code": 81675 }, + "alt_name": "713.02.140, Flur", "arch_name": "713.02.140@1713", "area_id": 29, "building_id": 1036, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -138577,75 +152752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65658, "usage_id": 222 }, - "1720.03.044": { - "address": { - "floor": "3.OG", - "place": "M\u00fcnchen", - "street": "Grillparzerstr. 16_18", - "zip_code": 81675 - }, - "arch_name": "20.3.44@1720", - "area_id": 29, - "building_id": 1689, - "floor_type": "Keine Angabe", - "main_operator_id": 54777, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1720.03.045": { - "address": { - "floor": "3.OG", - "place": "M\u00fcnchen", - "street": "Grillparzerstr. 16_18", - "zip_code": 81675 - }, - "arch_name": "20.3.45@1720", - "area_id": 29, - "building_id": 1689, - "floor_type": "Keine Angabe", - "main_operator_id": 54777, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "1720.03.046": { - "address": { - "floor": "3.OG", - "place": "M\u00fcnchen", - "street": "Grillparzerstr. 16_18", - "zip_code": 81675 - }, - "arch_name": "20.3.46@1720", - "area_id": 29, - "building_id": 1689, - "floor_type": "Keine Angabe", - "main_operator_id": 54777, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, "1724.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.3, B\u00fcro", "arch_name": "24.1.3@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138653,18 +152773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69552, "usage_id": 12 }, "1724.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.4, B\u00fcro", "arch_name": "24.1.4@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138672,18 +152794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69553, "usage_id": 12 }, "1724.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.5, B\u00fcro", "arch_name": "24.1.5@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138691,18 +152815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69554, "usage_id": 12 }, "1724.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.6, EDV", "arch_name": "24.1.6@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138710,18 +152836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69544, "usage_id": 207 }, "1724.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.7, Lager", "arch_name": "24.1.7@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138729,18 +152857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69545, "usage_id": 30 }, "1724.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.8, B\u00fcro", "arch_name": "24.1.8@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138748,18 +152878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69546, "usage_id": 12 }, "1724.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.9, WC-Herren", "arch_name": "24.1.9@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138767,18 +152899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69548, "usage_id": 115 }, "1724.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.10, WC-Damen", "arch_name": "24.1.10@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138786,18 +152920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69549, "usage_id": 116 }, "1724.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.11, Teek\u00fcche", "arch_name": "24.1.11@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138805,18 +152941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69550, "usage_id": 198 }, "1724.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.12, B\u00fcro", "arch_name": "24.1.12@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138824,18 +152962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69547, "usage_id": 12 }, "1724.01.100": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Prinzregentenstra\u00dfe 68", "zip_code": 81675 }, + "alt_name": "24.1.100, Flur", "arch_name": "24.1.100@1724", "area_id": 29, "building_id": 2309, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15744, "seats": { @@ -138843,18 +152983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69551, "usage_id": 222 }, "1740.01.001A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.001A, WC-Damen", "arch_name": "01.001A@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31981, "seats": { @@ -138862,18 +153004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72870, "usage_id": 116 }, "1740.01.001B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.001B, WC-Herren", "arch_name": "01.001B@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31981, "seats": { @@ -138881,18 +153025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72872, "usage_id": 115 }, "1740.01.001C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.001C, Putzraum / Dusche", "arch_name": "01.001C@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31981, "seats": { @@ -138900,18 +153046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72873, "usage_id": 205 }, "1740.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.002, B\u00fcro", "arch_name": "01.002@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 31981, "seats": { @@ -138919,18 +153067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72869, "usage_id": 12 }, "1740.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.003, B\u00fcro", "arch_name": "01.003@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 31981, "seats": { @@ -138938,18 +153088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72862, "usage_id": 12 }, "1740.01.003A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.003A, Teek\u00fcche", "arch_name": "01.003A@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31981, "seats": { @@ -138957,18 +153109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72867, "usage_id": 198 }, "1740.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.004, B\u00fcro", "arch_name": "01.004@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 31981, "seats": { @@ -138976,18 +153130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72866, "usage_id": 12 }, "1740.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.005, B\u00fcro", "arch_name": "01.005@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 31981, "seats": { @@ -138995,18 +153151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72865, "usage_id": 12 }, "1740.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.006, Labor", "arch_name": "01.006@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 31981, "seats": { @@ -139014,18 +153172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72864, "usage_id": 130 }, "1740.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.007, Flur", "arch_name": "01.007@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 31981, "seats": { @@ -139033,18 +153193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72863, "usage_id": 222 }, "1740.01.007A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.003, Putzraum / Lager", "arch_name": "01.003@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 31981, "seats": { @@ -139052,18 +153214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72871, "usage_id": 205 }, "1740.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Neherstra\u00dfe 1", "zip_code": 81675 }, + "alt_name": "01.008, Eingangsbereich", "arch_name": "01.008@1740", "area_id": 29, "building_id": 2909, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 31981, "seats": { @@ -139071,19 +153235,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72868, "usage_id": 222 }, "1901.01.101": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.1.01, Besprechungsraum", "arch_name": "D.1.01@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30145, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139091,19 +153257,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69828, "usage_id": 196 }, "1901.01.102": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.1.02, Besprechungsraum", "arch_name": "D.1.02@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30146, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139111,19 +153279,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69829, "usage_id": 196 }, "1901.01.103": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.1.03, Besprechungsraum", "arch_name": "D.1.03@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30147, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139131,19 +153301,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69830, "usage_id": 196 }, "1901.01.107": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.1.07, Seminarraum", "arch_name": "D.1.07@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30134, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139151,19 +153323,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69831, "usage_id": 41 }, "1901.01.108": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.1.08, Seminarraum", "arch_name": "D.1.08@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30135, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139171,19 +153345,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69832, "usage_id": 41 }, "1901.01.115": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.1.15, Bistroecke", "arch_name": "D.1.15@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 33592, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139191,19 +153367,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75513, "usage_id": 198 }, "1901.02.201": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.2.01, Seminarraum", "arch_name": "D.2.01@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30136, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139211,19 +153389,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69833, "usage_id": 41 }, "1901.02.202": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.2.02, Seminarraum", "arch_name": "D.2.02@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30137, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139231,19 +153411,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69834, "usage_id": 41 }, "1901.02.203": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.2.03, Seminarraum", "arch_name": "D.2.03@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30138, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139251,19 +153433,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69835, "usage_id": 41 }, "1901.02.211": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.2.11, Seminarraum", "arch_name": "D.2.11@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30139, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139271,19 +153455,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69836, "usage_id": 41 }, "1901.03.303": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.3.03, Seminarraum", "arch_name": "D.3.03@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30332, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139291,19 +153477,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70475, "usage_id": 41 }, "1901.03.305": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.3.05, Besprechungsraum", "arch_name": "D.3.05@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30148, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139311,18 +153499,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69837, "usage_id": 196 }, "1901.04.405": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.4.05, Besprechungsraum", "arch_name": "D.4.05@1901", "area_id": 243, "building_id": 2369, + "calendar_resource_nr": 34112, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139330,19 +153521,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75836, "usage_id": 196 }, "1901.EG.001": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.0.01, Seminarraum", "arch_name": "D.0.01@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30132, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139350,19 +153543,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69826, "usage_id": 41 }, "1901.EG.002": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Bildungscampus 2", "zip_code": 74076 }, + "alt_name": "D.0.02, Seminarraum", "arch_name": "D.0.02@1901", "area_id": 243, "building_id": 2369, "calendar_resource_nr": 30133, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139370,19 +153565,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69827, "usage_id": 41 }, "1902.01.110": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.10, Seminarraum", "arch_name": "L.1.10@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 30142, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139390,19 +153587,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69824, "usage_id": 41 }, "1902.01.111": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.11, Seminarraum", "arch_name": "L.1.11@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 30143, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139410,19 +153609,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69825, "usage_id": 41 }, "1902.01.112": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.12, Seminarraum", "arch_name": "L.1.12@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 30144, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139430,19 +153631,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69841, "usage_id": 41 }, "1902.01.120": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.20, Besprechungsraum", "arch_name": "L.1.20@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 30412, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139450,18 +153653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69842, "usage_id": 196 }, "1902.01.130": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.30, B\u00fcro", "arch_name": "L.1.30@1902", "area_id": 243, "building_id": 2370, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139469,18 +153674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69844, "usage_id": 12 }, "1902.01.150": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.50, WC-Damen", "arch_name": "L.1.50@1902", "area_id": 243, "building_id": 2370, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139488,18 +153695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69847, "usage_id": 116 }, "1902.01.151": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.51, WC-Damen", "arch_name": "L.1.51@1902", "area_id": 243, "building_id": 2370, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139507,18 +153716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69789, "usage_id": 116 }, "1902.01.152": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.52, WC-Herren", "arch_name": "L.1.52@1902", "area_id": 243, "building_id": 2370, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139526,18 +153737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69790, "usage_id": 115 }, "1902.01.153": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.53, WC-Herren", "arch_name": "L.1.53@1902", "area_id": 243, "building_id": 2370, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139545,18 +153758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69791, "usage_id": 115 }, "1902.01.183": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.83, Flur", "arch_name": "L.1.83@1902", "area_id": 243, "building_id": 2370, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139564,18 +153779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69845, "usage_id": 222 }, "1902.01.184": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.84, Flur", "arch_name": "L.1.84@1902", "area_id": 243, "building_id": 2370, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139583,18 +153800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69846, "usage_id": 222 }, "1902.01.185": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.1.85, Besprechungsraum", "arch_name": "L.1.85@1902", "area_id": 243, "building_id": 2370, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139602,18 +153821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69843, "usage_id": 196 }, "1902.02.210": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.10, B\u00fcro", "arch_name": "L.2.10@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139621,18 +153842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69792, "usage_id": 12 }, "1902.02.211": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.11, B\u00fcro", "arch_name": "L.2.11@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139640,18 +153863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69793, "usage_id": 12 }, "1902.02.212": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.12, B\u00fcro", "arch_name": "L.2.12@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139659,18 +153884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69798, "usage_id": 12 }, "1902.02.213": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.13, B\u00fcro", "arch_name": "L.2.13@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139678,18 +153905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69799, "usage_id": 12 }, "1902.02.214": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.14, B\u00fcro", "arch_name": "L.2.14@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139697,18 +153926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69800, "usage_id": 12 }, "1902.02.220": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.20, Teek\u00fcche", "arch_name": "L.2.20@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139716,18 +153947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69801, "usage_id": 198 }, "1902.02.230": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.30, B\u00fcro", "arch_name": "L.2.30@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139735,18 +153968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69802, "usage_id": 12 }, "1902.02.231": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.31, Kopierer/Archiv", "arch_name": "L.2.31@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139754,18 +153989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69816, "usage_id": 110 }, "1902.02.232": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.32, Archiv/Lager", "arch_name": "L.2.32@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139773,18 +154010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69817, "usage_id": 2 }, "1902.02.233": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.33, B\u00fcro", "arch_name": "L.2.33@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139792,18 +154031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69803, "usage_id": 12 }, "1902.02.234": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.34, B\u00fcro", "arch_name": "L.2.34@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139811,18 +154052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69804, "usage_id": 12 }, "1902.02.235": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.35, B\u00fcro", "arch_name": "L.2.35@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139830,18 +154073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69805, "usage_id": 12 }, "1902.02.236": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.36, B\u00fcro", "arch_name": "L.2.36@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139849,18 +154094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69806, "usage_id": 12 }, "1902.02.237": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.37, B\u00fcro", "arch_name": "L.2.37@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139868,18 +154115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69807, "usage_id": 12 }, "1902.02.240": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.40, B\u00fcro", "arch_name": "L.2.40@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139887,19 +154136,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69808, "usage_id": 12 }, "1902.02.241": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.41, Besprechungsraum", "arch_name": "L.2.41@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 30413, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139907,18 +154158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69809, "usage_id": 196 }, "1902.02.250": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.50, WC-Damen", "arch_name": "L.2.50@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139926,18 +154179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69795, "usage_id": 116 }, "1902.02.251": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.51, WC-Damen", "arch_name": "L.2.51@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139945,18 +154200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69810, "usage_id": 116 }, "1902.02.252": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.52, WC-Herren", "arch_name": "L.2.52@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139964,18 +154221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69796, "usage_id": 115 }, "1902.02.253": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.53, WC-Herren", "arch_name": "L.2.53@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -139983,18 +154242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69811, "usage_id": 115 }, "1902.02.254": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.54, Beh.-WC", "arch_name": "L.2.54@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140002,18 +154263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69812, "usage_id": 117 }, "1902.02.283": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.83, Empfangs-/Wartebereich", "arch_name": "L.2.83@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140021,18 +154284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69815, "usage_id": 44 }, "1902.02.284": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.84, Flur", "arch_name": "L.2.84@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140040,18 +154305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69797, "usage_id": 222 }, "1902.02.285": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.85, Besprechungsraum", "arch_name": "L.2.85@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140059,18 +154326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69794, "usage_id": 196 }, "1902.02.286": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.86, Flur", "arch_name": "L.2.86@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140078,18 +154347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69814, "usage_id": 222 }, "1902.02.287": { "address": { - "floor": "2.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.2.87, Empfangs-/Wartebereich", "arch_name": "L.2.87@1902", "area_id": 243, "building_id": 2370, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140097,18 +154368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69813, "usage_id": 44 }, "1902.03.310": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.10, B\u00fcro", "arch_name": "L.3.10@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140116,18 +154389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72012, "usage_id": 12 }, "1902.03.311": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.11, B\u00fcro", "arch_name": "L.3.11@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140135,18 +154410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72013, "usage_id": 12 }, "1902.03.312": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.12, B\u00fcro", "arch_name": "L.3.12@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140154,18 +154431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72014, "usage_id": 12 }, "1902.03.313": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.13, B\u00fcro", "arch_name": "L.3.13@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140173,18 +154452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72015, "usage_id": 12 }, "1902.03.314": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.14, B\u00fcro", "arch_name": "L.3.14@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140192,18 +154473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72027, "usage_id": 12 }, "1902.03.320": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.20, Teek\u00fcche", "arch_name": "L.3.20@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140211,18 +154494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72028, "usage_id": 198 }, "1902.03.330": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.30, B\u00fcro", "arch_name": "L.3.30@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140230,18 +154515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72029, "usage_id": 12 }, "1902.03.331": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.31, Kopierer/Archiv", "arch_name": "L.3.31@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140249,18 +154536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72030, "usage_id": 110 }, "1902.03.332": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.32, Lager", "arch_name": "L.3.32@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140268,18 +154557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72045, "usage_id": 30 }, "1902.03.333": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.33, B\u00fcro", "arch_name": "L.3.33@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140287,18 +154578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72046, "usage_id": 12 }, "1902.03.334": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.34, B\u00fcro", "arch_name": "L.3.34@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140306,18 +154599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72047, "usage_id": 12 }, "1902.03.335": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.35, B\u00fcro", "arch_name": "L.3.35@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140325,18 +154620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72048, "usage_id": 12 }, "1902.03.336": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.36, B\u00fcro", "arch_name": "L.3.36@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140344,18 +154641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72031, "usage_id": 12 }, "1902.03.337": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.37, B\u00fcro", "arch_name": "L.3.37@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140363,18 +154662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72049, "usage_id": 12 }, "1902.03.340": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.40, B\u00fcro", "arch_name": "L.3.40@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140382,19 +154683,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72050, "usage_id": 12 }, "1902.03.341": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.41, Besprechungsraum", "arch_name": "L.3.41@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 31093, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140402,18 +154705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71818, "usage_id": 196 }, "1902.03.350": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.50, WC-Damen", "arch_name": "L.3.50@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140421,18 +154726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72051, "usage_id": 116 }, "1902.03.351": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.51, WC-Damen", "arch_name": "L.3.51@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140440,18 +154747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72052, "usage_id": 116 }, "1902.03.352": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.52, WC-Herren", "arch_name": "L.3.52@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140459,18 +154768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72016, "usage_id": 115 }, "1902.03.353": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.53, WC-Herren", "arch_name": "L.3.53@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140478,18 +154789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72017, "usage_id": 115 }, "1902.03.383": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.83, Empfangs-/Wartebereich", "arch_name": "L.3.83@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140497,18 +154810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72032, "usage_id": 222 }, "1902.03.384": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.84, Flur", "arch_name": "L.3.84@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140516,18 +154831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72033, "usage_id": 222 }, "1902.03.385": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.85, Flur", "arch_name": "L.3.85@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140535,18 +154852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72034, "usage_id": 222 }, "1902.03.386": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.86, Flur", "arch_name": "L.3.86@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140554,18 +154873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72035, "usage_id": 222 }, "1902.03.387": { "address": { - "floor": "3.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.3.87, Empfangs-/Wartebereich", "arch_name": "L.3.87@1902", "area_id": 243, "building_id": 2370, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140573,18 +154894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72036, "usage_id": 222 }, "1902.04.410": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.10, B\u00fcro", "arch_name": "L.4.10@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140592,18 +154915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72053, "usage_id": 12 }, "1902.04.411": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.11, B\u00fcro", "arch_name": "L.4.11@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140611,18 +154936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72037, "usage_id": 12 }, "1902.04.412": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.12, B\u00fcro", "arch_name": "L.4.12@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140630,18 +154957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72038, "usage_id": 12 }, "1902.04.413": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.13, B\u00fcro", "arch_name": "L.4.13@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140649,18 +154978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72039, "usage_id": 12 }, "1902.04.414": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.14, B\u00fcro", "arch_name": "L.4.14@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140668,18 +154999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72040, "usage_id": 12 }, "1902.04.420": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.20, Teek\u00fcche", "arch_name": "L.4.20@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140687,18 +155020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72041, "usage_id": 198 }, "1902.04.430": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.30, B\u00fcro", "arch_name": "L.4.30@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140706,18 +155041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72042, "usage_id": 12 }, "1902.04.431": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.31, Kopierer/Archiv", "arch_name": "L.4.31@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140725,18 +155062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72043, "usage_id": 110 }, "1902.04.432": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.32, Lager", "arch_name": "L.4.32@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140744,18 +155083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72044, "usage_id": 30 }, "1902.04.433": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.33, B\u00fcro", "arch_name": "L.4.33@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140763,18 +155104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72054, "usage_id": 12 }, "1902.04.434": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.34, B\u00fcro", "arch_name": "L.4.34@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140782,18 +155125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72055, "usage_id": 12 }, "1902.04.435": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.35, B\u00fcro", "arch_name": "L.4.35@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140801,19 +155146,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72056, "usage_id": 12 }, "1902.04.436": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.36, Besprechungsraum", "arch_name": "L.4.36@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 31372, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140821,18 +155168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72057, "usage_id": 196 }, "1902.04.437": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.37, B\u00fcro", "arch_name": "L.4.37@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140840,18 +155189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72058, "usage_id": 12 }, "1902.04.440": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.40, B\u00fcro", "arch_name": "L.4.40@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140859,19 +155210,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72059, "usage_id": 12 }, "1902.04.441": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.41, Besprechungsraum", "arch_name": "L.4.41@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 31373, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140879,18 +155232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72018, "usage_id": 196 }, "1902.04.450": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.50, WC-Damen", "arch_name": "L.4.50@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140898,18 +155253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72019, "usage_id": 116 }, "1902.04.451": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.51, WC-Damen", "arch_name": "L.4.51@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140917,18 +155274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72020, "usage_id": 116 }, "1902.04.452": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.52, WC-Herren", "arch_name": "L.4.52@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140936,18 +155295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72021, "usage_id": 115 }, "1902.04.453": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.53, WC-Herren", "arch_name": "L.4.53@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140955,18 +155316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72022, "usage_id": 115 }, "1902.04.454": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.54, Beh.-WC", "arch_name": "L.4.54@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140974,18 +155337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72023, "usage_id": 117 }, "1902.04.483": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.83, Flur", "arch_name": "L.4.83@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -140993,18 +155358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72024, "usage_id": 222 }, "1902.04.484": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.84, Flur", "arch_name": "L.4.84@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141012,18 +155379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72025, "usage_id": 222 }, "1902.04.485": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.85, Flur", "arch_name": "L.4.85@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141031,18 +155400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72026, "usage_id": 222 }, "1902.04.486": { "address": { - "floor": "4.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.4.86, Empfangs-/Wartebereich", "arch_name": "L.4.86@1902", "area_id": 243, "building_id": 2370, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141050,18 +155421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72060, "usage_id": 222 }, "1902.07.713": { "address": { - "floor": "7.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.7.13, Lager", "arch_name": "L.7.13@1902", "area_id": 243, "building_id": 2370, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141069,18 +155442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69818, "usage_id": 30 }, "1902.07.764B": { "address": { - "floor": "7.OG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.7.64.2, Server/Technik", "arch_name": "L.7.64.2@1902", "area_id": 243, "building_id": 2370, + "floor_level": "7.OG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141088,19 +155463,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69819, "usage_id": 207 }, "1902.EG.010": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.0.10, Seminarraum", "arch_name": "L.0.10@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 30140, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141108,18 +155485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69838, "usage_id": 41 }, "1902.EG.011": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.0.11, Teek\u00fcche", "arch_name": "L.0.11@1902", "area_id": 243, "building_id": 2370, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141127,18 +155506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69839, "usage_id": 198 }, "1902.EG.012": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.0.12, Lager", "arch_name": "L.0.12@1902", "area_id": 243, "building_id": 2370, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141146,19 +155527,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69840, "usage_id": 30 }, "1902.EG.013": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.0.13, Seminarraum", "arch_name": "L.0.13@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 30141, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141166,18 +155549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69822, "usage_id": 41 }, "1902.EG.085": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.0.85, Flur", "arch_name": "L.0.85@1902", "area_id": 243, "building_id": 2370, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141185,19 +155570,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69823, "usage_id": 222 }, "1902.U1.013": { "address": { - "floor": "1.UG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.U.13, VR-Labor", "arch_name": "L.U.13@1902", "area_id": 243, "building_id": 2370, "calendar_resource_nr": 33593, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141205,18 +155592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69820, "usage_id": 135 }, "1902.U1.014": { "address": { - "floor": "1.UG", "place": "Heilbronn", "street": "Bildungscampus 9", "zip_code": 74076 }, + "alt_name": "L.U.14, VR-Labor", "arch_name": "L.U.14@1902", "area_id": 243, "building_id": 2370, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 49382, "seats": { @@ -141224,18 +155613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69821, "usage_id": 135 }, "1910.01.120C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.20, B\u00fcro", "arch_name": "C.1.20@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141243,18 +155634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75559, "usage_id": 12 }, "1910.01.121C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.21, B\u00fcro", "arch_name": "C.1.21@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141262,18 +155655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75575, "usage_id": 12 }, "1910.01.122C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.22, B\u00fcro", "arch_name": "C.1.22@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141281,18 +155676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75576, "usage_id": 12 }, "1910.01.123C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.23, B\u00fcro", "arch_name": "C.1.23@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141300,18 +155697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75577, "usage_id": 12 }, "1910.01.124C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.24, B\u00fcro", "arch_name": "C.1.24@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141319,18 +155718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75578, "usage_id": 12 }, "1910.01.130C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.30, B\u00fcro", "arch_name": "C.1.30@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141338,18 +155739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75579, "usage_id": 12 }, "1910.01.131C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.31, B\u00fcro", "arch_name": "C.1.31@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141357,19 +155760,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75580, "usage_id": 12 }, "1910.01.132C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.32, Besprechungsraum", "arch_name": "C.1.32@1910", "area_id": 243, "building_id": 3189, "calendar_resource_nr": 33598, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141377,18 +155782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75560, "usage_id": 196 }, "1910.01.140C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.40, B\u00fcro", "arch_name": "C.1.40@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141396,18 +155803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75581, "usage_id": 12 }, "1910.01.141C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.41, B\u00fcro", "arch_name": "C.1.41@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141415,18 +155824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75582, "usage_id": 12 }, "1910.01.142C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.42, B\u00fcro", "arch_name": "C.1.42@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141434,18 +155845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75583, "usage_id": 12 }, "1910.01.143C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.43, B\u00fcro", "arch_name": "C.1.43@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141453,18 +155866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75584, "usage_id": 12 }, "1910.01.144C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.44, B\u00fcro", "arch_name": "C.1.44@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141472,18 +155887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75585, "usage_id": 12 }, "1910.01.145C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.45, B\u00fcro", "arch_name": "C.1.45@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141491,18 +155908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75586, "usage_id": 12 }, "1910.01.150C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.50, Besprechungsraum", "arch_name": "C.1.50@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141510,18 +155929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75562, "usage_id": 196 }, "1910.01.151C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.51, Besprechungsraum", "arch_name": "C.1.51@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141529,18 +155950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75561, "usage_id": 196 }, "1910.01.152C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.52, B\u00fcro", "arch_name": "C.1.52@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141548,18 +155971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75587, "usage_id": 12 }, "1910.01.153C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.53, Teek\u00fcche", "arch_name": "C.1.53@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141567,18 +155992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75588, "usage_id": 198 }, "1910.01.154C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.54, Telefonbox", "arch_name": "C.1.54@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141586,18 +156013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75542, "usage_id": 196 }, "1910.01.155C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.55, Telefonbox", "arch_name": "C.1.55@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141605,18 +156034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75543, "usage_id": 196 }, "1910.01.156C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.56, Lager", "arch_name": "C.1.56@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141624,18 +156055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75544, "usage_id": 30 }, "1910.01.157C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.57, Kopierer/Archiv", "arch_name": "C.1.57@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141643,18 +156076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75545, "usage_id": 12 }, "1910.01.182C": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.1.82, Flur", "arch_name": "C.1.82@1910", "area_id": 243, "building_id": 3189, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141662,18 +156097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75540, "usage_id": 222 }, "1910.EG.021C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.21, B\u00fcro", "arch_name": "C.0.21@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141681,18 +156118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75553, "usage_id": 12 }, "1910.EG.022C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.22, B\u00fcro", "arch_name": "C.0.22@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141700,18 +156139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75571, "usage_id": 12 }, "1910.EG.023C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.23, B\u00fcro", "arch_name": "C.0.23@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141719,18 +156160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75572, "usage_id": 12 }, "1910.EG.024C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.24, B\u00fcro", "arch_name": "C.0.24@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141738,18 +156181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75573, "usage_id": 12 }, "1910.EG.025C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.25, B\u00fcro", "arch_name": "C.0.25@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141757,18 +156202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75574, "usage_id": 12 }, "1910.EG.026C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.26, B\u00fcro", "arch_name": "C.0.26@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141776,18 +156223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75554, "usage_id": 12 }, "1910.EG.027C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.27, B\u00fcro", "arch_name": "C.0.27@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141795,18 +156244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75555, "usage_id": 12 }, "1910.EG.030C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.30, Drucker/Post/Technik", "arch_name": "C.0.30@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141814,18 +156265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75556, "usage_id": 110 }, "1910.EG.041C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.41, WC", "arch_name": "C.0.41@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -141833,18 +156286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75568, "usage_id": 114 }, "1910.EG.042C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.42, B\u00fcro", "arch_name": "C.0.42@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141852,18 +156307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75534, "usage_id": 12 }, "1910.EG.043C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.43, B\u00fcro", "arch_name": "C.0.43@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141871,19 +156328,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75535, "usage_id": 12 }, "1910.EG.044C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.44, Besprechungsraum", "arch_name": "C.0.44@1910", "area_id": 243, "building_id": 3189, "calendar_resource_nr": 33596, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141891,18 +156350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75546, "usage_id": 196 }, "1910.EG.045C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.45, Foyer H\u00f6rsaal", "arch_name": "C.0.45@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141910,18 +156371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75547, "usage_id": 15 }, "1910.EG.046C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.46, WC", "arch_name": "C.0.46@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -141929,18 +156392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75536, "usage_id": 114 }, "1910.EG.047C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.47, WC", "arch_name": "C.0.47@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -141948,19 +156413,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75537, "usage_id": 114 }, "1910.EG.050C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.50, H\u00f6rsaal", "arch_name": "C.0.50@1910", "area_id": 243, "building_id": 3189, "calendar_resource_nr": 33597, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141968,18 +156435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75548, "usage_id": 20 }, "1910.EG.080C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.80, Windfang", "arch_name": "C.0.80@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -141987,18 +156456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75538, "usage_id": 52 }, "1910.EG.082C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.82, Flur", "arch_name": "C.0.82@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -142006,18 +156477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75539, "usage_id": 222 }, "1910.EG.083C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.83, Flur", "arch_name": "C.0.83@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -142025,18 +156498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75557, "usage_id": 222 }, "1910.EG.084C": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "C.0.84, Flur", "arch_name": "C.0.84@1910", "area_id": 243, "building_id": 3189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -142044,19 +156519,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75558, "usage_id": 222 }, "1915.01.101": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Etzelstr. 38", "zip_code": 74076 }, + "alt_name": "38.1.01, H\u00f6rsaal", "arch_name": "38.1.01@1915", "area_id": 243, "building_id": 3191, "calendar_resource_nr": 33600, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49382, "seats": { @@ -142064,19 +156541,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75549, "usage_id": 20 }, "1915.01.102": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Etzelstr. 38", "zip_code": 74076 }, + "alt_name": "38.1.02, H\u00f6rsaal", "arch_name": "38.1.02@1915", "area_id": 243, "building_id": 3191, "calendar_resource_nr": 33601, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49382, "seats": { @@ -142084,18 +156563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75550, "usage_id": 20 }, "1915.01.103": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Etzelstr. 38", "zip_code": 74076 }, + "alt_name": "38.1.03, Foyer", "arch_name": "38.1.03@1915", "area_id": 243, "building_id": 3191, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49382, "seats": { @@ -142103,18 +156584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75551, "usage_id": 15 }, "1915.01.104": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Etzelstr. 38", "zip_code": 74076 }, + "alt_name": "38.1.04, B\u00fcro", "arch_name": "38.1.04@1915", "area_id": 243, "building_id": 3191, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49382, "seats": { @@ -142122,18 +156605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75522, "usage_id": 12 }, "1915.01.106": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Etzelstr. 38", "zip_code": 74076 }, + "alt_name": "38.1.06, WC-Damen", "arch_name": "38.1.06@1915", "area_id": 243, "building_id": 3191, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142141,18 +156626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75564, "usage_id": 116 }, "1915.01.108": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Etzelstr. 38", "zip_code": 74076 }, + "alt_name": "38.1.08, WC-Herren", "arch_name": "38.1.08@1915", "area_id": 243, "building_id": 3191, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142160,18 +156647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75525, "usage_id": 115 }, "1915.01.109": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Etzelstr. 38", "zip_code": 74076 }, + "alt_name": "38.1.09, B\u00fcro", "arch_name": "38.1.09@1915", "area_id": 243, "building_id": 3191, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49382, "seats": { @@ -142179,18 +156668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75523, "usage_id": 12 }, "1915.01.110": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Etzelstr. 38", "zip_code": 74076 }, + "alt_name": "38.1.10, IT", "arch_name": "38.1.10@1915", "area_id": 243, "building_id": 3191, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49382, "seats": { @@ -142198,18 +156689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75524, "usage_id": 207 }, "1915.01.111": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Etzelstr. 38", "zip_code": 74076 }, + "alt_name": "38.1.11, Beh.-WC", "arch_name": "38.1.11@1915", "area_id": 243, "building_id": 3191, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142217,18 +156710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75526, "usage_id": 117 }, "1915.01.113": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Etzelstr. 38", "zip_code": 74076 }, + "alt_name": "38.1.13, Automatenraum", "arch_name": "38.1.13@1915", "area_id": 243, "building_id": 3191, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49382, "seats": { @@ -142236,18 +156731,195 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75565, "usage_id": 186 }, + "1915.01.116": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, + "alt_name": "38.1.16, Foyer/Auenthaltsbereich", + "arch_name": "38.1.16@1915", + "area_id": 243, + "building_id": 3191, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75983, + "usage_id": 222 + }, + "1915.01.117": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, + "alt_name": "38.1.17, Seminarraum", + "arch_name": "38.1.17@1915", + "area_id": 243, + "building_id": 3191, + "calendar_resource_nr": 34192, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75980, + "usage_id": 41 + }, + "1915.01.118": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, + "alt_name": "38.1.18, Seminarraum", + "arch_name": "38.1.18@1915", + "area_id": 243, + "building_id": 3191, + "calendar_resource_nr": 34193, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75981, + "usage_id": 41 + }, + "1915.01.119": { + "address": { + "place": "Heilbronn", + "street": "Etzelstr. 38", + "zip_code": 74076 + }, + "alt_name": "38.1.19, Seminarraum", + "arch_name": "38.1.19@1915", + "area_id": 243, + "building_id": 3191, + "calendar_resource_nr": 34194, + "floor_level": "1.OG", + "floor_type": "PVC", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75982, + "usage_id": 41 + }, + "1998.01.120": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 3", + "zip_code": 74076 + }, + "alt_name": "F.1.20, Besprechungsraum", + "arch_name": "F.1.20@1998", + "area_id": 243, + "building_id": 3289, + "calendar_resource_nr": 34152, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75975, + "usage_id": 196 + }, + "1998.01.123": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 3", + "zip_code": 74076 + }, + "alt_name": "F.1.23, Besprechungsraum", + "arch_name": "F.1.23@1998", + "area_id": 243, + "building_id": 3289, + "calendar_resource_nr": 34153, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75976, + "usage_id": 196 + }, + "1998.01.159": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 3", + "zip_code": 74076 + }, + "alt_name": "F.1.59, Besprechungsraum", + "arch_name": "F.1.59@1998", + "area_id": 243, + "building_id": 3289, + "calendar_resource_nr": 34154, + "floor_level": "1.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75977, + "usage_id": 196 + }, + "1998.02.223": { + "address": { + "place": "Heilbronn", + "street": "Bildungscampus 3", + "zip_code": 74076 + }, + "alt_name": "F.2.23, Besprechungsraum", + "arch_name": "F.2.23@1998", + "area_id": 243, + "building_id": 3289, + "calendar_resource_nr": 34155, + "floor_level": "2.OG", + "floor_type": "Keine Angabe", + "main_operator_id": 49382, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75979, + "usage_id": 196 + }, "1999.01.112": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.1.12, Aufenthaltsraum", "arch_name": "CB.1.12@1999", "area_id": 243, "building_id": 3190, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -142255,19 +156927,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75552, "usage_id": 44 }, "1999.01.113": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.1.13, Besprechungsraum", "arch_name": "CB.1.13@1999", "area_id": 243, "building_id": 3190, "calendar_resource_nr": 33594, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -142275,19 +156949,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75563, "usage_id": 196 }, "1999.01.114": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.1.14, Besprechungsraum", "arch_name": "CB.1.14@1999", "area_id": 243, "building_id": 3190, "calendar_resource_nr": 33595, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -142295,18 +156971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75521, "usage_id": 196 }, "1999.01.115": { "address": { - "floor": "1.OG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.1.15, Flur", "arch_name": "CB.1.15@1999", "area_id": 243, "building_id": 3190, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -142314,19 +156992,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75566, "usage_id": 222 }, "1999.EG.001": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.01, Seminarraum", "arch_name": "CB.0.01@1999", "area_id": 243, "building_id": 3190, "calendar_resource_nr": 33599, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -142334,18 +157014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75520, "usage_id": 41 }, "1999.EG.002": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.02, Flur", "arch_name": "CB.0.02@1999", "area_id": 243, "building_id": 3190, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49382, "seats": { @@ -142353,18 +157035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75567, "usage_id": 222 }, "1999.EG.003": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.03, WC-Damen", "arch_name": "CB.0.03@1999", "area_id": 243, "building_id": 3190, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142372,18 +157056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75527, "usage_id": 116 }, "1999.EG.004": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.04, WC-Damen", "arch_name": "CB.0.04@1999", "area_id": 243, "building_id": 3190, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142391,18 +157077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75528, "usage_id": 116 }, "1999.EG.005": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.05, WC-Herren", "arch_name": "CB.0.05@1999", "area_id": 243, "building_id": 3190, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142410,18 +157098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75531, "usage_id": 115 }, "1999.EG.006": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.06, WC-Herren", "arch_name": "CB.0.06@1999", "area_id": 243, "building_id": 3190, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142429,18 +157119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75532, "usage_id": 115 }, "1999.EG.007": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.07, WC-Damen", "arch_name": "CB.0.07@1999", "area_id": 243, "building_id": 3190, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142448,18 +157140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75529, "usage_id": 116 }, "1999.EG.008": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.08, WC-Damen", "arch_name": "CB.0.08@1999", "area_id": 243, "building_id": 3190, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142467,18 +157161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75530, "usage_id": 116 }, "1999.EG.009": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.09, WC-Herren", "arch_name": "CB.0.09@1999", "area_id": 243, "building_id": 3190, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142486,18 +157182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75533, "usage_id": 115 }, "1999.EG.010": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.10, WC-Herren", "arch_name": "CB.0.10@1999", "area_id": 243, "building_id": 3190, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142505,18 +157203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75569, "usage_id": 115 }, "1999.EG.011": { "address": { - "floor": "EG", "place": "Heilbronn", "street": "Weipertstr. 8-10", "zip_code": 74076 }, + "alt_name": "CB.0.11, Beh.-WC", "arch_name": "CB.0.11@1999", "area_id": 243, "building_id": 3190, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49382, "seats": { @@ -142524,18 +157224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75570, "usage_id": 117 }, "2103.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "010, Umkleide", "arch_name": "010@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -142543,18 +157245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43359, "usage_id": 121 }, "2103.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "011, Waschraum", "arch_name": "011@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -142562,18 +157266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43365, "usage_id": 210 }, "2103.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "012, Schreinerei", "arch_name": "012@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -142581,18 +157287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43430, "usage_id": 107 }, "2103.01.020": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "020, Dachbodenlager", "arch_name": "020@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -142600,18 +157308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43437, "usage_id": 159 }, "2103.01.024": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "024, Treppe", "arch_name": "024@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -142619,18 +157329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43444, "usage_id": 223 }, "2103.01.027": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "027, Flur", "arch_name": "027@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -142638,18 +157350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43508, "usage_id": 222 }, "2103.01.028": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "028, Treppenhaus", "arch_name": "028@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -142657,18 +157371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43517, "usage_id": 223 }, "2103.01.080": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "080, Lager", "arch_name": "080@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -142676,18 +157392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43522, "usage_id": 30 }, "2103.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "110, Luftversorgung", "arch_name": "110@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -142695,18 +157413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43590, "usage_id": 32 }, "2103.01.158": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "158, Luftversorgung", "arch_name": "158@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -142714,18 +157434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43595, "usage_id": 32 }, "2103.01.162": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "162, Luftversorgung", "arch_name": "162@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -142733,18 +157455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43602, "usage_id": 32 }, "2103.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "008, Treppenhaus", "arch_name": "008@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -142752,18 +157476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43918, "usage_id": 223 }, "2103.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "009, Flur", "arch_name": "009@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -142771,18 +157497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43924, "usage_id": 222 }, "2103.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "010, Aufenthalt", "arch_name": "010@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -142790,18 +157518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43930, "usage_id": 44 }, "2103.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "011, WC-Herren", "arch_name": "011@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -142809,18 +157539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44009, "usage_id": 115 }, "2103.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "020, Feinmechanische Werkstatt", "arch_name": "020@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -142828,18 +157560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44013, "usage_id": 108 }, "2103.EG.030": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "030, Feinmechanische Werkstatt", "arch_name": "030@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -142847,18 +157581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44018, "usage_id": 108 }, "2103.EG.040": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "040, Werkmeisterb\u00fcro", "arch_name": "040@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -142866,18 +157602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44023, "usage_id": 12 }, "2103.EG.050": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "050, Lager", "arch_name": "050@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -142885,18 +157623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44030, "usage_id": 30 }, "2103.EG.060": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "060, Messraum", "arch_name": "060@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -142904,18 +157644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44217, "usage_id": 103 }, "2103.EG.070": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "070, Grobmechanische Werkstatt", "arch_name": "070@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -142923,18 +157665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44220, "usage_id": 51 }, "2103.EG.080": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "080, Lager", "arch_name": "080@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -142942,18 +157686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44228, "usage_id": 30 }, "2103.EG.090": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "090, Lager", "arch_name": "090@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -142961,18 +157707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42891, "usage_id": 30 }, "2103.EG.090A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "090A, Flur", "arch_name": "090A@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -142980,18 +157728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42905, "usage_id": 222 }, "2103.EG.100": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "100, Messraum", "arch_name": "100@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -142999,18 +157749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42984, "usage_id": 103 }, "2103.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "110, Kolbenmaschinenpr\u00fcfstand", "arch_name": "110@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143018,18 +157770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42989, "usage_id": 194 }, "2103.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "120, W\u00e4scherei, Waschk\u00fcche", "arch_name": "120@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -143037,18 +157791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42993, "usage_id": 181 }, "2103.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "130, Technolog. Labor (K.B., MV)", "arch_name": "130@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143056,18 +157812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42997, "usage_id": 194 }, "2103.EG.140": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "140, \u00dcbungsraum", "arch_name": "140@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143075,18 +157833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43004, "usage_id": 20 }, "2103.EG.150": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "150, Messraum", "arch_name": "150@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -143094,18 +157854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43077, "usage_id": 103 }, "2103.EG.151": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "151, Kolbenmaschinenpr\u00fcfstand", "arch_name": "151@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143113,18 +157875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43082, "usage_id": 194 }, "2103.EG.152": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "152, Kolbenmaschinenpr\u00fcfstand", "arch_name": "152@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143132,18 +157896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43087, "usage_id": 194 }, "2103.EG.153": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "153, Kolbenmaschinenpr\u00fcfstand", "arch_name": "153@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143151,18 +157917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43092, "usage_id": 194 }, "2103.EG.154": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "154, Kolbenmaschinenpr\u00fcfstand", "arch_name": "154@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143170,18 +157938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43174, "usage_id": 194 }, "2103.EG.155": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "155, Stromversorgung", "arch_name": "155@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -143189,18 +157959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43178, "usage_id": 160 }, "2103.EG.156": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "156, Messraum", "arch_name": "156@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -143208,18 +157980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43181, "usage_id": 103 }, "2103.EG.157": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "157, Kolbenmaschinenpr\u00fcfstand", "arch_name": "157@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143227,18 +158001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43188, "usage_id": 194 }, "2103.EG.158": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "158, Technolog. Labor (>750)", "arch_name": "158@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -143246,18 +158022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43194, "usage_id": 194 }, "2103.EG.159": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "159, Messraum", "arch_name": "159@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -143265,18 +158043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43256, "usage_id": 103 }, "2103.EG.160": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "160, Kolbenmaschinenpr\u00fcfstand", "arch_name": "160@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143284,18 +158064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43264, "usage_id": 194 }, "2103.EG.161": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "161, Messraum", "arch_name": "161@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143303,18 +158085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43270, "usage_id": 103 }, "2103.EG.162": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "162, Kolbenmaschinenpr\u00fcfstand", "arch_name": "162@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143322,18 +158106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43343, "usage_id": 194 }, "2103.EG.163": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "163, Messraum", "arch_name": "163@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -143341,18 +158127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43348, "usage_id": 103 }, "2103.EG.199": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "199, Container/\u00d6llager", "arch_name": "199@2103", "area_id": 20, "building_id": 614, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15318, "seats": { @@ -143360,18 +158148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66707, "usage_id": 30 }, "2103.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "010, Luft-/K\u00e4lteversorgung", "arch_name": "010@2103", "area_id": 20, "building_id": 614, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143379,18 +158169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43835, "usage_id": 32 }, "2104.EG.111": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "111, Werkstatt/Blechbearb./hydraulische Presse/Ble", "arch_name": "111@2104", "area_id": 20, "building_id": 615, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143398,18 +158190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43606, "usage_id": 51 }, "2105.EG.222": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "222, Teilelager", "arch_name": "222@2105", "area_id": 20, "building_id": 616, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143417,18 +158211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43610, "usage_id": 30 }, "2105.EG.333": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "333, Stromversorgung", "arch_name": "333@2105", "area_id": 20, "building_id": 616, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143436,18 +158232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43670, "usage_id": 160 }, "2105.EG.444": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "444, Stromversorgung", "arch_name": "444@2105", "area_id": 20, "building_id": 616, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143455,18 +158253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43674, "usage_id": 160 }, "2105.EG.555": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "555, Pr\u00fcfstand", "arch_name": "555@2105", "area_id": 20, "building_id": 616, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -143474,18 +158274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43678, "usage_id": 194 }, "2105.EG.555A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "555A, Mittelspannungshauptverteiler", "arch_name": "555A@2105", "area_id": 20, "building_id": 616, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -143493,18 +158295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58863, "usage_id": 160 }, "2105.EG.556": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "556, Container/Messraum", "arch_name": "556@2105", "area_id": 20, "building_id": 616, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -143512,18 +158316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66706, "usage_id": 103 }, "2106.EG.666": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "666, Ger\u00e4teabstellraum", "arch_name": "666@2106", "area_id": 20, "building_id": 617, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15318, "seats": { @@ -143531,19 +158337,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43681, "usage_id": 159 }, "2107.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "101, Seminarraum", "arch_name": "101@2107", "area_id": 20, "building_id": 618, "calendar_resource_nr": 18462, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15318, "seats": { @@ -143551,18 +158359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43369, "usage_id": 41 }, "2107.01.101A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "101A, Putzraum", "arch_name": "101A@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -143570,18 +158380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43377, "usage_id": 205 }, "2107.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143589,18 +158401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43381, "usage_id": 12 }, "2107.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "103, B\u00fcro", "arch_name": "103@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143608,18 +158422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43389, "usage_id": 12 }, "2107.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143627,18 +158443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43450, "usage_id": 12 }, "2107.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "105, B\u00fcro", "arch_name": "105@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143646,18 +158464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43457, "usage_id": 12 }, "2107.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "106, Dachspeicher", "arch_name": "106@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -143665,18 +158485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43462, "usage_id": 159 }, "2107.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "107, WC", "arch_name": "107@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -143684,18 +158506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43466, "usage_id": 114 }, "2107.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "108, Dachspeicher", "arch_name": "108@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -143703,18 +158527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43529, "usage_id": 159 }, "2107.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "109, Treppenhaus", "arch_name": "109@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -143722,18 +158548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43534, "usage_id": 223 }, "2107.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "110, Flur", "arch_name": "110@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143741,18 +158569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43538, "usage_id": 222 }, "2107.01.110A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "110A, LRZ-Verteilerknoten", "arch_name": "110A@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39906, "seats": { @@ -143760,18 +158590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43542, "usage_id": 120 }, "2107.DG.201": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "201, Dachspeicher", "arch_name": "201@2107", "area_id": 20, "building_id": 618, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -143779,18 +158611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43547, "usage_id": 159 }, "2107.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "001, Besprechungsraum", "arch_name": "001@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -143798,18 +158632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42914, "usage_id": 196 }, "2107.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "002, B\u00fcro", "arch_name": "002@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -143817,18 +158653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42925, "usage_id": 12 }, "2107.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "003, Sekretariat", "arch_name": "003@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -143836,18 +158674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42927, "usage_id": 40 }, "2107.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "004, Prof.-B\u00fcro", "arch_name": "004@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -143855,18 +158695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42929, "usage_id": 12 }, "2107.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "005, B\u00fcro", "arch_name": "005@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143874,18 +158716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42933, "usage_id": 12 }, "2107.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "006, B\u00fcro", "arch_name": "006@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143893,18 +158737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42936, "usage_id": 12 }, "2107.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "007, B\u00fcro", "arch_name": "007@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143912,18 +158758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43007, "usage_id": 12 }, "2107.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "008, B\u00fcro", "arch_name": "008@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143931,18 +158779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43013, "usage_id": 12 }, "2107.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "009, Kopierer", "arch_name": "009@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143950,18 +158800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43019, "usage_id": 110 }, "2107.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "010, B\u00fcro", "arch_name": "010@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143969,18 +158821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43023, "usage_id": 12 }, "2107.EG.010A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "010A, Vorraum", "arch_name": "010A@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -143988,18 +158842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43028, "usage_id": 50 }, "2107.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "011, B\u00fcro", "arch_name": "011@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -144007,18 +158863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43100, "usage_id": 12 }, "2107.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "012, B\u00fcro", "arch_name": "012@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -144026,18 +158884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43109, "usage_id": 12 }, "2107.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "013, WC-Herren", "arch_name": "013@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -144045,18 +158905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43115, "usage_id": 115 }, "2107.EG.014": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "014, WC-Damen", "arch_name": "014@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -144064,18 +158926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43120, "usage_id": 116 }, "2107.EG.015": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "015, WC", "arch_name": "015@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -144083,18 +158947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43124, "usage_id": 114 }, "2107.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "016, Bad", "arch_name": "016@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -144102,18 +158968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43198, "usage_id": 112 }, "2107.EG.017": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "017, Lager", "arch_name": "017@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -144121,18 +158989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43211, "usage_id": 30 }, "2107.EG.018": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "018, Besprechungsraum", "arch_name": "018@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15318, "seats": { @@ -144140,18 +159010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43213, "usage_id": 196 }, "2107.EG.019": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "019, B\u00fcro", "arch_name": "019@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -144159,18 +159031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43219, "usage_id": 12 }, "2107.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "020, B\u00fcro", "arch_name": "020@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -144178,18 +159052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43279, "usage_id": 12 }, "2107.EG.021": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "021, Flur", "arch_name": "021@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -144197,18 +159073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43285, "usage_id": 222 }, "2107.EG.022": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "022, Treppenhaus", "arch_name": "022@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -144216,18 +159094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43290, "usage_id": 223 }, "2107.EG.023": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "023, Flur", "arch_name": "023@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -144235,18 +159115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43297, "usage_id": 222 }, "2107.EG.024": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "024, Windfang", "arch_name": "024@2107", "area_id": 20, "building_id": 618, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15318, "seats": { @@ -144254,18 +159136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43300, "usage_id": 52 }, "2107.U1.101": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-101, B\u00fcro", "arch_name": "-101@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -144273,18 +159157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43756, "usage_id": 12 }, "2107.U1.102": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-102, Studentenraum", "arch_name": "-102@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15318, "seats": { @@ -144292,19 +159178,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43762, "usage_id": 208 }, "2107.U1.103": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-103, Rechnerraum", "arch_name": "-103@2107", "area_id": 20, "building_id": 618, "calendar_resource_nr": 18848, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -144312,18 +159200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43765, "usage_id": 207 }, "2107.U1.104": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-104, Chemisch-Techn. Labor", "arch_name": "-104@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -144331,18 +159221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43772, "usage_id": 102 }, "2107.U1.105": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-105, Elektroniklabor", "arch_name": "-105@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -144350,18 +159242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43843, "usage_id": 103 }, "2107.U1.106": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-106, Messraum/Elektro-Labor", "arch_name": "-106@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 15318, "seats": { @@ -144369,18 +159263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43848, "usage_id": 103 }, "2107.U1.107": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-107, Kellerlager", "arch_name": "-107@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 15318, "seats": { @@ -144388,18 +159284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43859, "usage_id": 30 }, "2107.U1.108": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-108, Elektrolager", "arch_name": "-108@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144407,18 +159305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43865, "usage_id": 30 }, "2107.U1.109": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-109, Elektrolager", "arch_name": "-109@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144426,18 +159326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43954, "usage_id": 30 }, "2107.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-110, Elektrolager", "arch_name": "-110@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144445,18 +159347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43957, "usage_id": 30 }, "2107.U1.111": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-111, Elektrolager", "arch_name": "-111@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 15318, "seats": { @@ -144464,18 +159368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43964, "usage_id": 30 }, "2107.U1.112": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-112, Bibliothek", "arch_name": "-112@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15318, "seats": { @@ -144483,18 +159389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44035, "usage_id": 10 }, "2107.U1.113": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-113, Telefonanlage", "arch_name": "-113@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144502,18 +159410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44039, "usage_id": 202 }, "2107.U1.114": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-114, Gasversorgung", "arch_name": "-114@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144521,18 +159431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44045, "usage_id": 17 }, "2107.U1.115": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-115, Heizung", "arch_name": "-115@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144540,18 +159452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44050, "usage_id": 201 }, "2107.U1.116": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-116, Kellerlager", "arch_name": "-116@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144559,18 +159473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44132, "usage_id": 30 }, "2107.U1.117": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-117, Kellerlager", "arch_name": "-117@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144578,18 +159494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44163, "usage_id": 30 }, "2107.U1.118": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-118, Vorraum", "arch_name": "-118@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144597,18 +159515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44239, "usage_id": 50 }, "2107.U1.119": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-119, Kellerlager", "arch_name": "-119@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144616,18 +159536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44246, "usage_id": 30 }, "2107.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-120, Serverraum", "arch_name": "-120@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144635,18 +159557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44250, "usage_id": 207 }, "2107.U1.122": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-122, Flur", "arch_name": "-122@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 15318, "seats": { @@ -144654,18 +159578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44255, "usage_id": 222 }, "2107.U1.123": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-123, Flur", "arch_name": "-123@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 15318, "seats": { @@ -144673,18 +159599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44260, "usage_id": 222 }, "2107.U1.124": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-124, Treppe", "arch_name": "-124@2107", "area_id": 20, "building_id": 618, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144692,18 +159620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44267, "usage_id": 223 }, "2107.U2.215": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "-215, Heizung", "arch_name": "-215@2107", "area_id": 20, "building_id": 618, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15318, "seats": { @@ -144711,18 +159641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43685, "usage_id": 201 }, "2108.U1.888": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "888, Lager", "arch_name": "888@2108", "area_id": 20, "building_id": 619, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -144730,18 +159662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43615, "usage_id": 30 }, "2109.EG.999": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Schragenhofstr. 31", "zip_code": 80992 }, + "alt_name": "999, Tankstelle/Fahrradabstellbereich", "arch_name": "999@2109", "area_id": 20, "building_id": 620, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15318, "seats": { @@ -144749,19 +159683,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43621, "usage_id": 218 }, "2309.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9101, Forum (Reinigen)", "arch_name": "9101@2309", "area_id": 18, "building_id": 607, "calendar_resource_nr": 33474, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -144769,18 +159705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42617, "usage_id": 218 }, "2309.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9102, B\u00fcro-Lehrer", "arch_name": "9102@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -144788,18 +159726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42671, "usage_id": 12 }, "2309.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9103, Kiosk vermietet", "arch_name": "9103@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26055, "seats": { @@ -144807,18 +159747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42677, "usage_id": 164 }, "2309.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "1104, Kiosk vermietet", "arch_name": "1104@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26055, "seats": { @@ -144826,18 +159768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42679, "usage_id": 164 }, "2309.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9105, Tennis-Shop vermietet", "arch_name": "9105@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26055, "seats": { @@ -144845,18 +159789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42730, "usage_id": 164 }, "2309.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9106, Erste Hilfe Raum", "arch_name": "9106@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -144864,18 +159810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42733, "usage_id": 178 }, "2309.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9107, Rezeption", "arch_name": "9107@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -144883,18 +159831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42736, "usage_id": 164 }, "2309.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9108, WC-Damen", "arch_name": "9108@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -144902,18 +159852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42739, "usage_id": 116 }, "2309.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9109, Lager-Verpachtet", "arch_name": "9109@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26055, "seats": { @@ -144921,18 +159873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42741, "usage_id": 30 }, "2309.01.109A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9109A, Lager-Verpachtet", "arch_name": "9109A@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26055, "seats": { @@ -144940,18 +159894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42793, "usage_id": 30 }, "2309.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9110, WC-Herren", "arch_name": "9110@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -144959,18 +159915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42794, "usage_id": 115 }, "2309.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9111, Dusche", "arch_name": "9111@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -144978,18 +159936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42796, "usage_id": 113 }, "2309.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9112, WC", "arch_name": "9112@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -144997,18 +159957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42798, "usage_id": 114 }, "2309.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9113, Umkleide 1", "arch_name": "9113@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145016,18 +159978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41991, "usage_id": 121 }, "2309.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9114, Flur", "arch_name": "9114@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145035,18 +159999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41993, "usage_id": 222 }, "2309.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9115, Dusche", "arch_name": "9115@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145054,18 +160020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41995, "usage_id": 113 }, "2309.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9116, WC", "arch_name": "9116@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -145073,18 +160041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41997, "usage_id": 114 }, "2309.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9117, Umkleide 2", "arch_name": "9117@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145092,18 +160062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41999, "usage_id": 121 }, "2309.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9118, Vorraum", "arch_name": "9118@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145111,18 +160083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42001, "usage_id": 50 }, "2309.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9119, Dusche", "arch_name": "9119@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145130,18 +160104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42047, "usage_id": 113 }, "2309.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9120, WC", "arch_name": "9120@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145149,18 +160125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42050, "usage_id": 114 }, "2309.01.121": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9121, Umkleide 3", "arch_name": "9121@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145168,18 +160146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42051, "usage_id": 121 }, "2309.01.122": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9122, Vorraum", "arch_name": "9122@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145187,18 +160167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42054, "usage_id": 50 }, "2309.01.123": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9123, Dusche, auch Gruppen", "arch_name": "9123@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145206,18 +160188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42057, "usage_id": 113 }, "2309.01.124": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9124, WC mit Vorraum", "arch_name": "9124@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145225,18 +160209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42058, "usage_id": 37 }, "2309.01.125": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9125, Umkleide.-Kabine", "arch_name": "9125@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145244,18 +160230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42059, "usage_id": 121 }, "2309.01.126": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9126, Vorraum", "arch_name": "9126@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145263,18 +160251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42102, "usage_id": 37 }, "2309.01.127": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9127, Dusche", "arch_name": "9127@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145282,18 +160272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21859, "usage_id": 113 }, "2309.01.128": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9128, WC", "arch_name": "9128@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145301,18 +160293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42105, "usage_id": 114 }, "2309.01.129": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9129, Umkleide 5", "arch_name": "9129@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145320,18 +160314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42108, "usage_id": 121 }, "2309.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9130, Vorraum", "arch_name": "9130@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145339,18 +160335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42109, "usage_id": 50 }, "2309.01.131": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9131, Lager", "arch_name": "9131@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145358,18 +160356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42110, "usage_id": 30 }, "2309.01.132": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9132, Unterrichts./Medienraum", "arch_name": "9132@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145377,18 +160377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42157, "usage_id": 130 }, "2309.01.133": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9133, Unterrichts./Medienraum", "arch_name": "9133@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145396,18 +160398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42160, "usage_id": 130 }, "2309.01.134": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9134, Flur", "arch_name": "9134@2309", "area_id": 18, "building_id": 607, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145415,18 +160419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42162, "usage_id": 222 }, "2309.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9001, Lager", "arch_name": "9001@2309", "area_id": 18, "building_id": 607, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145434,18 +160440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42497, "usage_id": 30 }, "2309.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9002, Lager", "arch_name": "9002@2309", "area_id": 18, "building_id": 607, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145453,18 +160461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42500, "usage_id": 30 }, "2309.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9003, Wasserversorgung,-Aufbereitung", "arch_name": "9003@2309", "area_id": 18, "building_id": 607, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -145472,18 +160482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42503, "usage_id": 182 }, "2309.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9004, Verteilerraum", "arch_name": "9004@2309", "area_id": 18, "building_id": 607, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -145491,18 +160503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42558, "usage_id": 120 }, "2309.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9005, Lager", "arch_name": "9005@2309", "area_id": 18, "building_id": 607, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -145510,18 +160524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42561, "usage_id": 30 }, "2309.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "9006, Stromversorgung", "arch_name": "9006@2309", "area_id": 18, "building_id": 607, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -145529,18 +160545,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42565, "usage_id": 160 }, "2310.EG.001B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 1", "arch_name": "B1@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34072, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145548,18 +160567,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74818, "usage_id": 217 }, "2310.EG.002B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 2", "arch_name": "B2@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34073, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145567,18 +160589,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74834, "usage_id": 217 }, "2310.EG.003B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 3", "arch_name": "B3@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34074, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145586,18 +160611,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74835, "usage_id": 217 }, "2310.EG.004B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 4", "arch_name": "B4@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34075, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145605,18 +160633,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74836, "usage_id": 217 }, "2310.EG.005B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 5", "arch_name": "B5@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34076, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145624,18 +160655,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74837, "usage_id": 217 }, "2310.EG.006B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 6", "arch_name": "B6@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34077, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145643,18 +160677,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74807, "usage_id": 217 }, "2310.EG.007B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 7", "arch_name": "B7@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34078, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145662,18 +160699,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74808, "usage_id": 217 }, "2310.EG.008B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 8", "arch_name": "B8@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34079, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145681,18 +160721,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74809, "usage_id": 217 }, "2310.EG.009B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 9", "arch_name": "B9@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34080, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145700,18 +160743,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74810, "usage_id": 217 }, "2310.EG.010B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 10", "arch_name": "B10@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34081, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145719,18 +160765,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74811, "usage_id": 217 }, "2310.EG.011B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 11", "arch_name": "B11@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34082, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145738,18 +160787,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74819, "usage_id": 217 }, "2310.EG.012B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 12", "arch_name": "B12@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34083, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145757,18 +160809,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74820, "usage_id": 217 }, "2310.EG.013B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachfeld B 13", "arch_name": "B13@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34084, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145776,18 +160831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74812, "usage_id": 217 }, "2310.EG.020B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "B20, Beachfeld M\u00fcll/Lagerraum", "arch_name": "B20@2310", "area_id": 18, "building_id": 608, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145795,18 +160852,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74813, "usage_id": 30 }, "2310.EG.101T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T1 S, Sandtennisplatz T 1", "arch_name": "T1 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34085, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145814,18 +160874,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74822, "usage_id": 217 }, "2310.EG.102T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T2 S, Sandtennisplatz T 2", "arch_name": "T2 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34086, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145833,18 +160896,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74823, "usage_id": 217 }, "2310.EG.103T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T3 S, Sandtennisplatz T 3", "arch_name": "T3 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34087, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145852,19 +160918,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74824, "usage_id": 217 }, "2310.EG.104T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T4 S, Sandtennisplatz T 4", "arch_name": "T4 S@2310", "area_id": 18, "building_id": 608, "calendar_resource_nr": 33093, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145872,18 +160940,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74825, "usage_id": 217 }, "2310.EG.105T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T5 S, Sandtennisplatz T 5", "arch_name": "T5 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34088, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145891,18 +160962,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74826, "usage_id": 217 }, "2310.EG.106T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T6 S, Sandtennisplatz T 6", "arch_name": "T6 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34089, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145910,18 +160984,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74827, "usage_id": 217 }, "2310.EG.107T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T7 S, Sandtennisplatz T 7", "arch_name": "T7 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34090, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145929,18 +161006,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74828, "usage_id": 217 }, "2310.EG.108T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T8 S, Sandtennisplatz T 8", "arch_name": "T8 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34091, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145948,18 +161028,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74829, "usage_id": 217 }, "2310.EG.109T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T9 S, Sandtennisplatz T 9", "arch_name": "T9 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34092, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145967,18 +161050,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74830, "usage_id": 217 }, "2310.EG.110T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T10 S, Sandtennisplatz T 10", "arch_name": "T10 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34093, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -145986,18 +161072,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74831, "usage_id": 217 }, "2310.EG.111T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T11 S, Sandtennisplatz T 11", "arch_name": "T11 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34094, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146005,19 +161094,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74838, "usage_id": 217 }, "2310.EG.112T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T12 S, Sandtennisplatz T 12", "arch_name": "T12 S@2310", "area_id": 18, "building_id": 608, "calendar_resource_nr": 33052, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146025,18 +161116,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74839, "usage_id": 217 }, "2310.EG.113T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T13 S, Sandtennisplatz T 13", "arch_name": "T13 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34095, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146044,18 +161138,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74840, "usage_id": 217 }, "2310.EG.114T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T14 S, Sandtennisplatz T 14", "arch_name": "T14 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34096, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146063,18 +161160,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74841, "usage_id": 217 }, "2310.EG.115T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T15 S, Sandtennisplatz T 15", "arch_name": "T15 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34097, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146082,18 +161182,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74842, "usage_id": 217 }, "2310.EG.116T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T16 S, Sandtennisplatz T 16", "arch_name": "T16 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34098, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146101,18 +161204,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74843, "usage_id": 217 }, "2310.EG.117T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T17 S, Sandtennisplatz T 17", "arch_name": "T17 S@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34099, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146120,18 +161226,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74844, "usage_id": 217 }, "2310.EG.118T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T18 K, Kunststofftennisplatz T 18", "arch_name": "T18 K@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34100, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146139,18 +161248,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74814, "usage_id": 217 }, "2310.EG.119T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T19 K, Kunststofftennisplatz T 19", "arch_name": "T19 K@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34101, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146158,18 +161270,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74815, "usage_id": 217 }, "2310.EG.120T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T20 K, Kunststofftennisplatz T 20", "arch_name": "T20 K@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34102, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146177,18 +161292,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74816, "usage_id": 217 }, "2310.EG.121T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T21 K, Kunststofftennisplatz T 21", "arch_name": "T21 K@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34103, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146196,18 +161314,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74817, "usage_id": 217 }, "2310.EG.122T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "T22 K, Kunststofftennisplatz T 22", "arch_name": "T22 K@2310", "area_id": 18, "building_id": 608, + "calendar_resource_nr": 34104, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146215,19 +161336,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74821, "usage_id": 217 }, "2310.EG.201T": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Tenniswand TEW", "arch_name": "TEW@2310", "area_id": 18, "building_id": 608, "calendar_resource_nr": 33092, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146235,19 +161358,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74832, "usage_id": 217 }, "2312.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachbasketball, BEA1, Sandplatz", "arch_name": "BEA 1@2312", "area_id": 18, "building_id": 610, "calendar_resource_nr": 33072, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146255,19 +161380,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74902, "usage_id": 217 }, "2312.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachhandball, BEA 2, Sandplatz", "arch_name": "BEA 2@2312", "area_id": 18, "building_id": 610, "calendar_resource_nr": 33073, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146275,19 +161402,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74897, "usage_id": 217 }, "2312.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Beachvolleyball, BEA 3-6, Sandplatz", "arch_name": "BEA 3-6@2312", "area_id": 18, "building_id": 610, "calendar_resource_nr": 33074, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146295,19 +161424,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74898, "usage_id": 217 }, "2312.EG.201": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Sportwiese, SPW 1, Rasen", "arch_name": "SPW 1@2312", "area_id": 18, "building_id": 610, "calendar_resource_nr": 33075, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146315,19 +161446,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74899, "usage_id": 217 }, "2312.EG.202": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Sportwiese, SPW 2, Rasen", "arch_name": "SPW 2@2312", "area_id": 18, "building_id": 610, "calendar_resource_nr": 33472, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146335,19 +161468,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75053, "usage_id": 217 }, "2312.EG.203": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Sportwiese, SPW 3, Rasen", "arch_name": "SPW 3@2312", "area_id": 18, "building_id": 610, "calendar_resource_nr": 33473, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -146355,18 +161490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75054, "usage_id": 217 }, "2313.EG.001N": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13001N, WC Wetterschutzhaus-Nord", "arch_name": "13001N@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146374,18 +161511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42333, "usage_id": 37 }, "2313.EG.002N": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13002N, WC Wetterschutzhaus-Nord", "arch_name": "13002N@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146393,18 +161532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42334, "usage_id": 37 }, "2313.EG.003N": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13003N, Lager Wetterschutzhaus-Nord", "arch_name": "13003N@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146412,18 +161553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42377, "usage_id": 30 }, "2313.EG.011O": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13011O, WC Wetterschutzhaus-Ost", "arch_name": "13011O@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146431,18 +161574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42378, "usage_id": 115 }, "2313.EG.012O": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13012O, WC Wetterschutzhaus-Ost", "arch_name": "13012O@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146450,18 +161595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42380, "usage_id": 115 }, "2313.EG.013O": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13013O, Lager Wetterschutzhaus-Ost", "arch_name": "13013O@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146469,18 +161616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42382, "usage_id": 30 }, "2313.EG.021S": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13021S, WC Wetterschutzhaus-S\u00fcd", "arch_name": "13021S@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146488,18 +161637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42385, "usage_id": 115 }, "2313.EG.022S": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13022S, WC Wetterschutzhaus-S\u00fcd", "arch_name": "13022S@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146507,18 +161658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42389, "usage_id": 115 }, "2313.EG.023S": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13023S, Lager Wetterschutzhaus-S\u00fcd", "arch_name": "13023S@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146526,18 +161679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42433, "usage_id": 30 }, "2313.EG.031W": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13031W, WC Wetterschutzhaus-West", "arch_name": "13031W@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146545,18 +161700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42436, "usage_id": 37 }, "2313.EG.032W": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13032W, WC Wetterschutzhaus-S\u00fcd", "arch_name": "13032W@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146564,18 +161721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42439, "usage_id": 37 }, "2313.EG.033W": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "13033W, Lager Wetterschutzhaus-S\u00fcd", "arch_name": "13033W@2313", "area_id": 18, "building_id": 611, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -146583,18 +161742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42444, "usage_id": 30 }, "2315.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15101, WC-Vorraum Damen", "arch_name": "15101@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -146602,18 +161763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42067, "usage_id": 37 }, "2315.01.101A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15101a, WC-Damen", "arch_name": "15101a@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -146621,18 +161784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42071, "usage_id": 116 }, "2315.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15102, Archiv, Lager f\u00fcr Schnittraum", "arch_name": "15102@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -146640,18 +161805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42118, "usage_id": 2 }, "2315.01.102A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15102a, Tech07b Elektro Verteiler", "arch_name": "15102a@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38004, "seats": { @@ -146659,19 +161826,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42121, "usage_id": 160 }, "2315.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15103, Ergometrie", "arch_name": "15103@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 32934, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -146679,19 +161848,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42122, "usage_id": 103 }, "2315.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15104, Medizinische Diagnostik", "arch_name": "15104@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 18232, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -146699,18 +161870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32751, "usage_id": 103 }, "2315.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15105, Lager", "arch_name": "15105@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -146718,19 +161891,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21613, "usage_id": 30 }, "2315.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15106, Lehrlabor", "arch_name": "15106@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 18897, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -146738,18 +161913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21614, "usage_id": 102 }, "2315.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15107, Lgf11b Chemikalien-Lager", "arch_name": "15107@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -146757,19 +161934,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32752, "usage_id": 132 }, "2315.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15108, Western Blot, Elektrophorese", "arch_name": "15108@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 19529, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -146777,19 +161956,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21626, "usage_id": 102 }, "2315.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15109, Molekularbiol. Labor", "arch_name": "15109@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 19530, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -146797,18 +161978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21629, "usage_id": 102 }, "2315.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15110, Biologische Labore", "arch_name": "15110@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -146816,18 +161999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9438, "usage_id": 102 }, "2315.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15111, WC-Herren", "arch_name": "15111@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -146835,18 +162020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42391, "usage_id": 115 }, "2315.01.111A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15111A, Putzraum", "arch_name": "15111A@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26081, "seats": { @@ -146854,18 +162041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42393, "usage_id": 205 }, "2315.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15112, WC-Vorraum Damen", "arch_name": "15112@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -146873,18 +162062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42394, "usage_id": 37 }, "2315.01.112A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15112A, WC-Damen", "arch_name": "15112A@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -146892,18 +162083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42276, "usage_id": 116 }, "2315.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15113, Flur zu 113A/Registratur", "arch_name": "15113@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 47637, "seats": { @@ -146911,18 +162104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42278, "usage_id": 2 }, "2315.01.113A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15113a, Tech07a Elektro Verteiler", "arch_name": "15113a@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38004, "seats": { @@ -146930,19 +162125,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42279, "usage_id": 160 }, "2315.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15114, B\u00fcro", "arch_name": "15114@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 28612, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -146950,18 +162147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42281, "usage_id": 12 }, "2315.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15115, Teek\u00fcche", "arch_name": "15115@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 47637, "seats": { @@ -146969,19 +162168,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42174, "usage_id": 198 }, "2315.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15116, Biochemisches Labor", "arch_name": "15116@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 19525, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -146989,19 +162190,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21675, "usage_id": 102 }, "2315.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15117, Durchflusszytometrie", "arch_name": "15117@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 19526, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -147009,19 +162212,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42176, "usage_id": 102 }, "2315.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15118, Zellbiologie", "arch_name": "15118@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 19527, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -147029,18 +162234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15099, "usage_id": 102 }, "2315.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15119, Autoklavenraum", "arch_name": "15119@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -147048,18 +162255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42335, "usage_id": 194 }, "2315.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15120, Sp\u00fchlk\u00fcche", "arch_name": "15120@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -147067,19 +162276,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42336, "usage_id": 28 }, "2315.01.121": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15121, Histologie", "arch_name": "15121@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 19528, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 47637, "seats": { @@ -147087,19 +162298,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21695, "usage_id": 102 }, "2315.01.122": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15122, Medizinische Diagnistik", "arch_name": "15122@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 29172, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -147107,19 +162320,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42337, "usage_id": 12 }, "2315.01.123": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15123, Medizinische Diagnostik", "arch_name": "15123@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 18233, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -147127,18 +162342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32800, "usage_id": 12 }, "2315.01.124": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15124, EDV/Server", "arch_name": "15124@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -147146,19 +162363,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48054, "usage_id": 207 }, "2315.01.125": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15125, Seminarraum PZ 01", "arch_name": "15125@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 17915, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -147166,18 +162385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9474, "usage_id": 41 }, "2315.01.140": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15140, Treppe West", "arch_name": "15140@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -147185,18 +162406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48056, "usage_id": 223 }, "2315.01.141": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15141, Treppe Ost", "arch_name": "15141@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -147204,18 +162427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48057, "usage_id": 223 }, "2315.01.150": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15150, Flur zu Seminar. 15125", "arch_name": "15150@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -147223,18 +162448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48058, "usage_id": 222 }, "2315.01.151": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15151, Hauptflur", "arch_name": "15151@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -147242,18 +162469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48119, "usage_id": 222 }, "2315.01.152": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15152, Lab. Hauptflur", "arch_name": "15152@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -147261,18 +162490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48186, "usage_id": 222 }, "2315.01.153": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15153, Lab. Hauptflur", "arch_name": "15153@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -147280,18 +162511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48189, "usage_id": 222 }, "2315.01.154": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15154, Lab. Hauptflur", "arch_name": "15154@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -147299,18 +162532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48192, "usage_id": 222 }, "2315.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15201, WC-Vorraum Herren", "arch_name": "15201@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -147318,18 +162553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48195, "usage_id": 37 }, "2315.02.201A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15201A, WC-Herren", "arch_name": "15201A@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -147337,18 +162574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48198, "usage_id": 115 }, "2315.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15202, Registratur", "arch_name": "15202@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -147356,18 +162595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48262, "usage_id": 2 }, "2315.02.202A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15202a, Tech07d Elektro Verteiler", "arch_name": "15202a@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 38004, "seats": { @@ -147375,18 +162616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48263, "usage_id": 160 }, "2315.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15203, B\u00fcro", "arch_name": "15203@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16128, "seats": { @@ -147394,18 +162637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48267, "usage_id": 12 }, "2315.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15204, B\u00fcro", "arch_name": "15204@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47637, "seats": { @@ -147413,18 +162658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9515, "usage_id": 12 }, "2315.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15205, B\u00fcro", "arch_name": "15205@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47637, "seats": { @@ -147432,18 +162679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9541, "usage_id": 12 }, "2315.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15206, B\u00fcro", "arch_name": "15206@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49877, "seats": { @@ -147451,18 +162700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9543, "usage_id": 12 }, "2315.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15207, B\u00fcro", "arch_name": "15207@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49877, "seats": { @@ -147470,18 +162721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9545, "usage_id": 12 }, "2315.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15208, B\u00fcro", "arch_name": "15208@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49877, "seats": { @@ -147489,18 +162742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48340, "usage_id": 12 }, "2315.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15209, B\u00fcro", "arch_name": "15209@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -147508,18 +162763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9549, "usage_id": 12 }, "2315.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15210, B\u00fcro", "arch_name": "15210@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -147527,56 +162784,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9565, "usage_id": 12 }, "2315.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15211, B\u00fcro", "arch_name": "15211@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 14195, + "main_operator_id": 19672, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 9566, "usage_id": 12 }, "2315.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15212, B\u00fcro", "arch_name": "15212@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 14195, + "main_operator_id": 19672, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 48407, "usage_id": 12 }, "2315.02.213": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15213, B\u00fcro", "arch_name": "15213@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19672, "seats": { @@ -147584,18 +162847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48481, "usage_id": 12 }, "2315.02.214": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15214, B\u00fcro", "arch_name": "15214@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19672, "seats": { @@ -147603,18 +162868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9585, "usage_id": 12 }, "2315.02.215": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15215, B\u00fcro", "arch_name": "15215@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19672, "seats": { @@ -147622,18 +162889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9586, "usage_id": 12 }, "2315.02.216": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15216, Kopierer", "arch_name": "15216@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19672, "seats": { @@ -147641,18 +162910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9588, "usage_id": 110 }, "2315.02.217": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15217, WC-Vorraum Herren", "arch_name": "15217@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -147660,18 +162931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47164, "usage_id": 37 }, "2315.02.217A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15217A, WC-Herren", "arch_name": "15217A@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -147679,18 +162952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47168, "usage_id": 115 }, "2315.02.217B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15217B, Putzraum", "arch_name": "15217B@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -147698,18 +162973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47274, "usage_id": 205 }, "2315.02.218": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15218, WC-Vorraum", "arch_name": "15218@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -147717,18 +162994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47277, "usage_id": 37 }, "2315.02.218A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15218A, WC-Damen", "arch_name": "15218A@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -147736,18 +163015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47282, "usage_id": 116 }, "2315.02.219": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15219, Registratur", "arch_name": "15219@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19672, "seats": { @@ -147755,18 +163036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47383, "usage_id": 2 }, "2315.02.219A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15219a, Tech07c Elektro Verteiler", "arch_name": "15219a@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 38004, "seats": { @@ -147774,18 +163057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47385, "usage_id": 160 }, "2315.02.220": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15220, Sekretariat", "arch_name": "15220@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19672, "seats": { @@ -147793,18 +163078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9346, "usage_id": 40 }, "2315.02.221": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15221, Kasse", "arch_name": "15221@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19672, "seats": { @@ -147812,18 +163099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9347, "usage_id": 164 }, "2315.02.222": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15222, B\u00fcro", "arch_name": "15222@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19672, "seats": { @@ -147831,18 +163120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9348, "usage_id": 12 }, "2315.02.223": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15223, B\u00fcro", "arch_name": "15223@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19672, "seats": { @@ -147850,37 +163141,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9349, "usage_id": 12 }, "2315.02.224": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15224, Werkstatt Elektro", "arch_name": "15224@2315", "area_id": 18, "building_id": 612, - "floor_type": "Spannteppich", + "floor_level": "2.OG", + "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 9350, + "usage_id": 51 }, "2315.02.225": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15225, Teek\u00fcche", "arch_name": "15225@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -147888,18 +163183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47389, "usage_id": 198 }, "2315.02.226": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15226, B\u00fcro", "arch_name": "15226@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -147907,19 +163204,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47488, "usage_id": 12 }, "2315.02.227": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15227, Medizinische Diagnostik", "arch_name": "15227@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 33193, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49877, "seats": { @@ -147927,18 +163226,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 47490, + "usage_id": 103 }, "2315.02.228": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15228, B\u00fcro", "arch_name": "15228@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49877, "seats": { @@ -147946,18 +163247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47499, "usage_id": 12 }, "2315.02.229": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15229, B\u00fcro", "arch_name": "15229@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47637, "seats": { @@ -147965,18 +163268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9381, "usage_id": 12 }, "2315.02.230": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15230, B\u00fcro", "arch_name": "15230@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47637, "seats": { @@ -147984,18 +163289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9382, "usage_id": 12 }, "2315.02.231": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15231, B\u00fcro", "arch_name": "15231@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47637, "seats": { @@ -148003,18 +163310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9351, "usage_id": 12 }, "2315.02.232": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15232, Kopierraum", "arch_name": "15232@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148022,19 +163331,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47595, "usage_id": 110 }, "2315.02.233": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15233, Besprechungsraum 02.OG", "arch_name": "15233@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 18188, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -148042,19 +163353,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9352, "usage_id": 196 }, "2315.02.234": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15234, Seminarraum PZ 02", "arch_name": "15234@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 15297, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -148062,18 +163375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9353, "usage_id": 41 }, "2315.02.240": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15240, Treppe West", "arch_name": "15240@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148081,18 +163396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47599, "usage_id": 223 }, "2315.02.241": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15241, Treppe Ost", "arch_name": "15241@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148100,18 +163417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47601, "usage_id": 223 }, "2315.02.250": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15250, Vorraum zu Seminar. 15234", "arch_name": "15250@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148119,18 +163438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47698, "usage_id": 222 }, "2315.02.251": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15251, Flur", "arch_name": "15251@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148138,18 +163459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47699, "usage_id": 222 }, "2315.02.252": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15252, Flur", "arch_name": "15252@2315", "area_id": 18, "building_id": 612, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148157,19 +163480,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47700, "usage_id": 222 }, "2315.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15001, Audi Lounge", "arch_name": "15001@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 18181, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148177,19 +163502,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21810, "usage_id": 41 }, "2315.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15002, Biomechanische Diagnostik II", "arch_name": "15002@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 18185, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148197,19 +163524,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15468, "usage_id": 103 }, "2315.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15003, Biomechanische Diagnostik I", "arch_name": "15003@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 18186, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148217,19 +163546,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21812, "usage_id": 103 }, "2315.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15004, Leistungsphysiologische Diagnostik I", "arch_name": "15004@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 18184, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148237,19 +163568,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21828, "usage_id": 103 }, "2315.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15005, Leistungsphysiologische Diagnostik II", "arch_name": "15005@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 18187, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -148257,18 +163590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21830, "usage_id": 103 }, "2315.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15006, Abstellraum/Lager", "arch_name": "15006@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -148276,18 +163611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42748, "usage_id": 30 }, "2315.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15007, WC-Herren/Umkleide/Dusche", "arch_name": "15007@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -148295,18 +163632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32829, "usage_id": 115 }, "2315.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15008, WC-Damen/Umkleide/Dusche", "arch_name": "15008@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -148314,18 +163653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32830, "usage_id": 116 }, "2315.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15009, Lbt14 K\u00fchlproben", "arch_name": "15009@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -148333,18 +163674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42804, "usage_id": 199 }, "2315.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15010, Abstellraum/Lager", "arch_name": "15010@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -148352,18 +163695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42807, "usage_id": 30 }, "2315.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15011, Abstellraum/Lager", "arch_name": "15011@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -148371,18 +163716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42809, "usage_id": 30 }, "2315.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15012, Beh.-WC barrierefrei", "arch_name": "15012@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -148390,18 +163737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42810, "usage_id": 117 }, "2315.EG.012A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15012a, B\u00fcro", "arch_name": "15012a@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148409,19 +163758,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41945, "usage_id": 12 }, "2315.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15013, Vorraum zu 12A/13A", "arch_name": "15013@2315", "area_id": 18, "building_id": 612, "calendar_resource_nr": 33192, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148429,18 +163780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41948, "usage_id": 50 }, "2315.EG.013A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15013a, B\u00fcro", "arch_name": "15013a@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148448,18 +163801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41949, "usage_id": 12 }, "2315.EG.014": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15014 ZG, Lager ZG", "arch_name": "15014 ZG@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148467,18 +163822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42004, "usage_id": 30 }, "2315.EG.030": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15030 ZG, Technikverteiler ZG", "arch_name": "15030 ZG@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38003, "seats": { @@ -148486,18 +163843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42007, "usage_id": 120 }, "2315.EG.040": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15040, Treppe Ost", "arch_name": "15040@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148505,18 +163864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42010, "usage_id": 223 }, "2315.EG.041": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15041, Treppe West", "arch_name": "15041@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148524,18 +163885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42012, "usage_id": 223 }, "2315.EG.042": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15042 ZG, Treppe West ZG", "arch_name": "15042 ZG@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148543,18 +163906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42014, "usage_id": 223 }, "2315.EG.043": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15043 ZG, Treppe Ost ZG", "arch_name": "15043 ZG@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148562,18 +163927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42062, "usage_id": 223 }, "2315.EG.050": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15050, Windfang", "arch_name": "15050@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148581,18 +163948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42063, "usage_id": 52 }, "2315.EG.051": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15051, Flur", "arch_name": "15051@2315", "area_id": 18, "building_id": 612, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -148600,18 +163969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42066, "usage_id": 222 }, "2315.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15U01, Technikzentrale", "arch_name": "15U01@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -148619,18 +163990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21770, "usage_id": 120 }, "2315.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15U02, Technik\u00fcbergabe", "arch_name": "15U02@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -148638,18 +164011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42626, "usage_id": 120 }, "2315.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15U04, Aufzugsmaschinenraum", "arch_name": "15U04@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -148657,18 +164032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42681, "usage_id": 5 }, "2315.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15U05, Tech05 Elektroraum", "arch_name": "15U05@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -148676,18 +164053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42682, "usage_id": 160 }, "2315.U1.040": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15U40, Westtreppe", "arch_name": "15U40@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -148695,18 +164074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42683, "usage_id": 223 }, "2315.U1.060": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "15U60, Aufzug", "arch_name": "15U60@2315", "area_id": 18, "building_id": 612, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38004, "seats": { @@ -148714,19 +164095,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42684, "usage_id": 4 }, "2317.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "KBA, Kletterturm TUM", "arch_name": "KBA@2317", "area_id": 18, "building_id": 2769, "calendar_resource_nr": 31521, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148734,19 +164117,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71515, "usage_id": 218 }, "2318.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "KBA, Boulderturm TUM", "arch_name": "KBA@2318", "area_id": 18, "building_id": 2772, "calendar_resource_nr": 31522, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148754,19 +164139,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71516, "usage_id": 218 }, "2319.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "KBA Kletter- u. Boulderanlage", "arch_name": "KBA@2319", "area_id": 18, "building_id": 2770, "calendar_resource_nr": 30972, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148774,19 +164161,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71517, "usage_id": 218 }, "2320.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "FIA Fitnessanlage Outdoor", "arch_name": "FIA@2320", "area_id": 18, "building_id": 2771, "calendar_resource_nr": 30973, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148794,19 +164183,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71518, "usage_id": 218 }, "2321.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Rasenplatz, RAP 1", "arch_name": "RAP 1@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33032, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148814,19 +164205,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74900, "usage_id": 217 }, "2321.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Rasenplatz, RAP 2", "arch_name": "RAP 2@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33033, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148834,19 +164227,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74886, "usage_id": 217 }, "2321.EG.103": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Rasenplatz, RAP 3", "arch_name": "RAP 3@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33034, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148854,19 +164249,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74887, "usage_id": 217 }, "2321.EG.104": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Rasenplatz, RAP 4", "arch_name": "RAP 4@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33035, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148874,19 +164271,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74888, "usage_id": 217 }, "2321.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Rasenplatz, RAP 5", "arch_name": "RAP 5@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33036, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148894,19 +164293,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74889, "usage_id": 217 }, "2321.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Rasenplatz, RAP 6", "arch_name": "RAP 6@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33037, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148914,19 +164315,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74890, "usage_id": 217 }, "2321.EG.107": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Rasenplatz, RAP 7", "arch_name": "RAP 7@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33038, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148934,19 +164337,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74891, "usage_id": 217 }, "2321.EG.108": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Rasenplatz, RAP 8", "arch_name": "RAP 8@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33039, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148954,19 +164359,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74892, "usage_id": 217 }, "2321.EG.109": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Rasenplatz, RAP 9", "arch_name": "RAP 9@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33040, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -148974,18 +164381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74893, "usage_id": 217 }, "2321.EG.112": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Fu\u00dfballplatz, FB 12 (Vermietet an Landeshauptstadt", "arch_name": "FB 12@2321", "area_id": 18, "building_id": 613, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26055, "seats": { @@ -148993,18 +164402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74894, "usage_id": 217 }, "2321.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Fu\u00dfballplatz, FB 13 (Vermietet an Landeshauptstadt", "arch_name": "FB 13@2321", "area_id": 18, "building_id": 613, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26055, "seats": { @@ -149012,18 +164423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74895, "usage_id": 217 }, "2321.EG.116": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Baseball, BAP-VER, (Vermietet)", "arch_name": "BAP-VER@2321", "area_id": 18, "building_id": 613, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26055, "seats": { @@ -149031,19 +164444,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74901, "usage_id": 217 }, "2321.EG.201": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Bogenschie\u00dfanlage, BOA", "arch_name": "BOA@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33076, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -149051,19 +164466,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74903, "usage_id": 217 }, "2321.EG.202": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Baseballplatz, BAP", "arch_name": "BAP@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33077, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -149071,19 +164488,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74904, "usage_id": 217 }, "2321.EG.301": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Leichtathletikplatz, LAP, Rasen", "arch_name": "LAP@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33041, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -149091,19 +164510,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74905, "usage_id": 217 }, "2321.EG.302": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Leichtathletikplatz, LAP-EPDM-Bahn", "arch_name": "LAP-EPDM-Bahn@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33042, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -149111,19 +164532,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74906, "usage_id": 217 }, "2321.EG.401": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "Wurfwiese, WUW", "arch_name": "WUW@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33078, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -149131,19 +164554,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74907, "usage_id": 217 }, "2321.EG.500": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "F-Forum, wassergebundene Wegefl\u00e4che", "arch_name": "F-Forum@2321", "area_id": 18, "building_id": 613, "calendar_resource_nr": 33412, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -149151,19 +164576,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74896, "usage_id": 218 }, "2330.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.101, S1 - Seminarraum 1", "arch_name": "01.2330.101@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31496, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149171,19 +164598,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71559, "usage_id": 41 }, "2330.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.102, HS2 - H\u00f6rsaal 2", "arch_name": "01.2330.102@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31497, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149191,19 +164620,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71560, "usage_id": 20 }, "2330.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.103, CIP-Pool", "arch_name": "01.2330.103@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31498, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149211,19 +164642,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71558, "usage_id": 213 }, "2330.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.104, S2 - Seminarraum 2", "arch_name": "01.2330.104@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31499, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149231,18 +164664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71557, "usage_id": 41 }, "2330.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.105, Lager", "arch_name": "01.2330.105@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -149250,18 +164685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71556, "usage_id": 30 }, "2330.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.106, Info/Empfang", "arch_name": "01.2330.106@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -149269,18 +164706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71555, "usage_id": 164 }, "2330.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.107, ZHS Markenausgabe", "arch_name": "01.2330.107@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19672, "seats": { @@ -149288,19 +164727,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71554, "usage_id": 186 }, "2330.01.201": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.201, HS3 - H\u00f6rsaal 3", "arch_name": "01.2330.201@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31500, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149308,19 +164749,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71561, "usage_id": 20 }, "2330.01.202": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.202, HS4 - H\u00f6rsaal 4", "arch_name": "01.2330.202@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31501, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149328,19 +164771,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71562, "usage_id": 20 }, "2330.01.203": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.203, S3 - Seminarraum 3", "arch_name": "01.2330.203@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31502, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149348,19 +164793,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71563, "usage_id": 41 }, "2330.01.204": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.204, S4 - Seminarraum 4", "arch_name": "01.2330.204@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31503, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149368,19 +164815,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71532, "usage_id": 41 }, "2330.01.205": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.205, S5 - Seminarraum 5", "arch_name": "01.2330.205@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31504, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149388,19 +164837,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71535, "usage_id": 41 }, "2330.01.206": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.206, S6 - Seminarraum 6", "arch_name": "01.2330.206@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31505, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149408,18 +164859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71536, "usage_id": 41 }, "2330.01.207": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.207, Automaten", "arch_name": "01.2330.207@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -149427,18 +164880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71534, "usage_id": 30 }, "2330.01.208": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.208, Putzraum", "arch_name": "01.2330.208@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26081, "seats": { @@ -149446,18 +164901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71533, "usage_id": 205 }, "2330.01.209": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.209, Flur", "arch_name": "01.2330.209@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149465,18 +164922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71527, "usage_id": 222 }, "2330.01.701": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.701, Treppe", "arch_name": "01.2330.701@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149484,18 +164943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71548, "usage_id": 223 }, "2330.01.702": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.702, Treppe", "arch_name": "01.2330.702@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149503,18 +164964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71553, "usage_id": 223 }, "2330.01.705": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.705, Flur", "arch_name": "01.2330.705@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149522,18 +164985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71531, "usage_id": 222 }, "2330.01.706": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.706, Flur", "arch_name": "01.2330.706@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149541,19 +165006,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71530, "usage_id": 222 }, "2330.01.707": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.707, Foyer Ost", "arch_name": "01.2330.707@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31519, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149561,18 +165028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71549, "usage_id": 222 }, "2330.01.708": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.708, Flur", "arch_name": "01.2330.708@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149580,18 +165049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71550, "usage_id": 222 }, "2330.01.710": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.710, Windfang Ost", "arch_name": "01.2330.710@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -149599,18 +165070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71552, "usage_id": 52 }, "2330.01.711": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.711, Flur", "arch_name": "01.2330.711@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149618,18 +165091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71551, "usage_id": 222 }, "2330.01.750": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.750, Treppe", "arch_name": "01.2330.750@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149637,18 +165112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71528, "usage_id": 223 }, "2330.01.751": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.751, Treppe", "arch_name": "01.2330.751@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149656,18 +165133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71523, "usage_id": 223 }, "2330.01.756": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.756, Flur", "arch_name": "01.2330.756@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149675,18 +165154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71529, "usage_id": 222 }, "2330.01.757": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.757, Foyer", "arch_name": "01.2330.757@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149694,18 +165175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71525, "usage_id": 222 }, "2330.01.759": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.759, Flur", "arch_name": "01.2330.759@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149713,18 +165196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71524, "usage_id": 222 }, "2330.01.760": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.760, Flur", "arch_name": "01.2330.760@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149732,18 +165217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71526, "usage_id": 222 }, "2330.01.761": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.761, Flur", "arch_name": "01.2330.761@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149751,19 +165238,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71546, "usage_id": 222 }, "2330.01.762": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.762, Foyer West", "arch_name": "01.2330.762@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31520, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149771,18 +165260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71545, "usage_id": 222 }, "2330.01.763": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.763, Windfang West", "arch_name": "01.2330.763@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -149790,18 +165281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71544, "usage_id": 52 }, "2330.01.856": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.856, Personenaufzugsschacht 1", "arch_name": "01.2330.856@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -149809,19 +165302,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71547, "usage_id": 195 }, "2330.01.970": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2330.970, Terrasse", "arch_name": "01.2330.970@2330", "area_id": 18, "building_id": 2749, "calendar_resource_nr": 31523, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149829,18 +165324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71543, "usage_id": 48 }, "2330.02.581": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "02.2330.581, E2 Technik", "arch_name": "02.2330.581@2330", "area_id": 18, "building_id": 2749, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -149848,18 +165345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72109, "usage_id": 120 }, "2330.02.582": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "02.2330.582, E2 Technik", "arch_name": "02.2330.582@2330", "area_id": 18, "building_id": 2749, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -149867,18 +165366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72116, "usage_id": 120 }, "2330.02.751": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "02.2330.751, Treppe", "arch_name": "02.2330.751@2330", "area_id": 18, "building_id": 2749, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -149886,18 +165387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72110, "usage_id": 223 }, "2330.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.101, Vorraum Umkleide 14 Damen", "arch_name": "00.2330.101@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149905,18 +165408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71476, "usage_id": 121 }, "2330.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.102, Vorraum Umkleide 13 Herren", "arch_name": "00.2330.102@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149924,18 +165429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71475, "usage_id": 121 }, "2330.EG.103": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.103, Umkleide 14 Damen", "arch_name": "00.2330.103@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149943,18 +165450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71446, "usage_id": 121 }, "2330.EG.104": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.104, Umkleide 13 Herren", "arch_name": "00.2330.104@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -149962,18 +165471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71445, "usage_id": 121 }, "2330.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.105, Dusche 14 Damen", "arch_name": "00.2330.105@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -149981,18 +165492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71448, "usage_id": 113 }, "2330.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.106, Dusche 13 Herren", "arch_name": "00.2330.106@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150000,18 +165513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71447, "usage_id": 113 }, "2330.EG.107": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.107, Putzraum", "arch_name": "00.2330.107@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26081, "seats": { @@ -150019,18 +165534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71449, "usage_id": 205 }, "2330.EG.109": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.109, Umkleide 7 Herren", "arch_name": "00.2330.109@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150038,18 +165555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71478, "usage_id": 121 }, "2330.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.110, Dusche 7 Herren", "arch_name": "00.2330.110@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150057,18 +165576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71477, "usage_id": 113 }, "2330.EG.111": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.111, WC 7 Herren", "arch_name": "00.2330.111@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150076,18 +165597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71479, "usage_id": 115 }, "2330.EG.112": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.112, Umkleide 8 Herren", "arch_name": "00.2330.112@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150095,18 +165618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71481, "usage_id": 121 }, "2330.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.113, Dusche 8 Herren", "arch_name": "00.2330.113@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150114,18 +165639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71480, "usage_id": 113 }, "2330.EG.114": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.114, WC 8 Herren", "arch_name": "00.2330.114@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150133,18 +165660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71438, "usage_id": 114 }, "2330.EG.115": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.115, Umkleide 9 Herren", "arch_name": "00.2330.115@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150152,18 +165681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71436, "usage_id": 121 }, "2330.EG.116": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.116, Dusche 9 Herren", "arch_name": "00.2330.116@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150171,18 +165702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71435, "usage_id": 113 }, "2330.EG.117": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.117, WC 9 Herren", "arch_name": "00.2330.117@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150190,18 +165723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71437, "usage_id": 115 }, "2330.EG.118": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.118, WC Herren", "arch_name": "00.2330.118@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150209,18 +165744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71451, "usage_id": 115 }, "2330.EG.119": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.119, Beh.- WC Barrierefrei", "arch_name": "00.2330.119@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150228,18 +165765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71439, "usage_id": 117 }, "2330.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.120, WC-Damen", "arch_name": "00.2330.120@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150247,18 +165786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71452, "usage_id": 116 }, "2330.EG.121": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.121, Umkleide 10 Damen", "arch_name": "00.2330.121@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150266,18 +165807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71520, "usage_id": 121 }, "2330.EG.122": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.122, Dusche 10 Damen", "arch_name": "00.2330.122@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150285,18 +165828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71519, "usage_id": 113 }, "2330.EG.123": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.123, WC 10 Damen", "arch_name": "00.2330.123@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150304,18 +165849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71521, "usage_id": 116 }, "2330.EG.124": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.124, Umkleide 11 Damen", "arch_name": "00.2330.124@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150323,18 +165870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71539, "usage_id": 121 }, "2330.EG.125": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.125, Dusche 11 Damen", "arch_name": "00.2330.125@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150342,18 +165891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71538, "usage_id": 113 }, "2330.EG.126": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.126, WC 11 Damen", "arch_name": "00.2330.126@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150361,18 +165912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71522, "usage_id": 114 }, "2330.EG.127": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.127, Umkleide 12 Damen", "arch_name": "00.2330.127@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150380,18 +165933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71542, "usage_id": 121 }, "2330.EG.128": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.128, Dusche 12 Damen", "arch_name": "00.2330.128@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150399,18 +165954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71541, "usage_id": 113 }, "2330.EG.129": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.129, WC 12 Damen", "arch_name": "00.2330.129@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150418,18 +165975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71540, "usage_id": 116 }, "2330.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.130, ALF Lager", "arch_name": "00.2330.130@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -150437,18 +165996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71422, "usage_id": 30 }, "2330.EG.201": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.201, Wickeltisch/Barrierefreies WC m. Lieg", "arch_name": "00.2330.201@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150456,18 +166017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71444, "usage_id": 117 }, "2330.EG.202": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.202, WC-Herren", "arch_name": "00.2330.202@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150475,18 +166038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71443, "usage_id": 115 }, "2330.EG.203": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.203, WC-Damen", "arch_name": "00.2330.203@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150494,18 +166059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71474, "usage_id": 116 }, "2330.EG.204": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.204, Lager ZA 4", "arch_name": "00.2330.204@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -150513,18 +166080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71441, "usage_id": 30 }, "2330.EG.206": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.206, Umkleide 6 Damen Barrierefrei", "arch_name": "00.2330.206@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150532,18 +166101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71440, "usage_id": 121 }, "2330.EG.207": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.207, Dusche 6 Damen Barrierefrei", "arch_name": "00.2330.207@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150551,18 +166122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71434, "usage_id": 113 }, "2330.EG.208": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.208, WC 6 Damen Barrierefrei", "arch_name": "00.2330.208@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150570,18 +166143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71433, "usage_id": 117 }, "2330.EG.209": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.209, SM Lager", "arch_name": "00.2330.209@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150589,18 +166164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71432, "usage_id": 30 }, "2330.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.210, Umkleide 5 Herren Barrierefrei", "arch_name": "00.2330.210@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150608,18 +166185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71471, "usage_id": 121 }, "2330.EG.211": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.211, Dusche 5 Herren Barrierefrei", "arch_name": "00.2330.211@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150627,18 +166206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71472, "usage_id": 113 }, "2330.EG.212": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.212, WC 5 Herren Barrierefrei", "arch_name": "00.2330.212@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150646,18 +166227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71473, "usage_id": 117 }, "2330.EG.213": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.213, Umkleide 4 Herren Personal", "arch_name": "00.2330.213@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150665,18 +166248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71430, "usage_id": 121 }, "2330.EG.214": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.214, Dusche 4 Herren Personal", "arch_name": "00.2330.214@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150684,18 +166269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71431, "usage_id": 113 }, "2330.EG.215": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.214, WC 4 Herren Personal", "arch_name": "00.2330.214@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150703,18 +166290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71514, "usage_id": 114 }, "2330.EG.216": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.216, Umkleide 3 Damen Personal", "arch_name": "00.2330.216@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150722,18 +166311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71468, "usage_id": 121 }, "2330.EG.217": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.217, Dusche 3 Damen Personal", "arch_name": "00.2330.217@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150741,18 +166332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71469, "usage_id": 113 }, "2330.EG.218": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.218, WC 3 Damen Personal", "arch_name": "00.2330.218@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -150760,18 +166353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71470, "usage_id": 116 }, "2330.EG.219": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.219, Ger\u00e4temeisterei", "arch_name": "00.2330.219@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19672, "seats": { @@ -150779,18 +166374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71427, "usage_id": 51 }, "2330.EG.220": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.220, Ger\u00e4teausgabe Nord", "arch_name": "00.2330.220@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19672, "seats": { @@ -150798,18 +166395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71428, "usage_id": 186 }, "2330.EG.221": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.221, Ger\u00e4teausgabe S\u00fcd", "arch_name": "00.2330.221@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19672, "seats": { @@ -150817,18 +166416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71426, "usage_id": 186 }, "2330.EG.222": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.222, Ger\u00e4temeisterei Werkstatt", "arch_name": "00.2330.222@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19672, "seats": { @@ -150836,18 +166437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71429, "usage_id": 51 }, "2330.EG.701": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.701, Treppe", "arch_name": "00.2330.701@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150855,18 +166458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71464, "usage_id": 223 }, "2330.EG.702": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.702, Treppe", "arch_name": "00.2330.702@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -150874,18 +166479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71423, "usage_id": 223 }, "2330.EG.705": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.705, Flur", "arch_name": "00.2330.705@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -150893,18 +166500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71425, "usage_id": 222 }, "2330.EG.706": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.706, Flur", "arch_name": "00.2330.706@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -150912,18 +166521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71465, "usage_id": 222 }, "2330.EG.707": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.707, Windfang", "arch_name": "00.2330.707@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -150931,18 +166542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71424, "usage_id": 52 }, "2330.EG.750": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.750, Treppe", "arch_name": "00.2330.750@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150950,18 +166563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71463, "usage_id": 223 }, "2330.EG.751": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.702, Treppe", "arch_name": "00.2330.702@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -150969,18 +166584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71513, "usage_id": 223 }, "2330.EG.755": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.755, Flur", "arch_name": "00.2330.755@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -150988,18 +166605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71511, "usage_id": 222 }, "2330.EG.756": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.756, Flur", "arch_name": "00.2330.756@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -151007,18 +166626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71512, "usage_id": 222 }, "2330.EG.757": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.757, Flur", "arch_name": "00.2330.757@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -151026,18 +166647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71466, "usage_id": 222 }, "2330.EG.758": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.758, Flur", "arch_name": "00.2330.758@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151045,18 +166668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71462, "usage_id": 222 }, "2330.EG.759": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.759, Windfang", "arch_name": "00.2330.759@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -151064,18 +166689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71510, "usage_id": 52 }, "2330.EG.856": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.856, Personenaufzug", "arch_name": "00.2330.856@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -151083,18 +166710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71467, "usage_id": 4 }, "2330.EG.980": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2330.980, Weg Au\u00dfenbereich", "arch_name": "00.2330.980@2330", "area_id": 18, "building_id": 2749, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151102,18 +166731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71461, "usage_id": 219 }, "2330.U1.101": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.101, Kollektor LZ3+Elektro", "arch_name": "-1.2330.101@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -151121,18 +166752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71609, "usage_id": 120 }, "2330.U1.102": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.102, L\u00fcftungs-Zentrale 3", "arch_name": "-1.2330.102@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151140,18 +166773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71607, "usage_id": 32 }, "2330.U1.104": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.107, Zentralarchiv", "arch_name": "-1.2330.107@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151159,18 +166794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71588, "usage_id": 2 }, "2330.U1.105": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.105, BMZ", "arch_name": "-1.2330.105@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -151178,18 +166815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71591, "usage_id": 9 }, "2330.U1.106": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.106, Lager", "arch_name": "-1.2330.106@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151197,18 +166836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71589, "usage_id": 30 }, "2330.U1.107": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.107, (30.U.227) Zentralarchiv", "arch_name": "-1.2330.107@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38004, "seats": { @@ -151216,18 +166857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71610, "usage_id": 2 }, "2330.U1.108": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.225, L\u00fcftungs-Zentrale 4", "arch_name": "-1.2330.225@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151235,18 +166878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72072, "usage_id": 32 }, "2330.U1.109": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.109, SIBE-UV", "arch_name": "-1.2330.109@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -151254,18 +166899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71612, "usage_id": 120 }, "2330.U1.111": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.111, Kollektor Dia", "arch_name": "-1.2330.111@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151273,18 +166920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71613, "usage_id": 18 }, "2330.U1.112": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.112, D Zentralarchiv", "arch_name": "-1.2330.112@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151292,18 +166941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72067, "usage_id": 2 }, "2330.U1.113": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.113, (30.U.224) Lager", "arch_name": "-1.2330.113@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -151311,18 +166962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71614, "usage_id": 30 }, "2330.U1.115": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.115, Lager", "arch_name": "-1.2330.115@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151330,18 +166983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71615, "usage_id": 30 }, "2330.U1.117": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.117, Lager", "arch_name": "-1.2330.117@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151349,18 +167004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71616, "usage_id": 30 }, "2330.U1.119": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.119, Lager", "arch_name": "-1.2330.119@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151368,18 +167025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71577, "usage_id": 30 }, "2330.U1.121": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.121, Sportger\u00e4te", "arch_name": "-1.2330.121@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151387,18 +167046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71617, "usage_id": 18 }, "2330.U1.122": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.122, Lager Au\u00dfendienst", "arch_name": "-1.2330.122@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -151406,18 +167067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72079, "usage_id": 30 }, "2330.U1.123": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.123, ZA4 Europapaletten Raum", "arch_name": "-1.2330.123@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26081, "seats": { @@ -151425,18 +167088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72076, "usage_id": 30 }, "2330.U1.124": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.124, Heizzentrale", "arch_name": "-1.2330.124@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151444,18 +167109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72078, "usage_id": 54 }, "2330.U1.125": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.125, Zentr. Putzraum-Waschraum", "arch_name": "-1.2330.125@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26081, "seats": { @@ -151463,18 +167130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71592, "usage_id": 210 }, "2330.U1.126": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.126, FMG Zentralserver", "arch_name": "-1.2330.126@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151482,18 +167151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71593, "usage_id": 207 }, "2330.U1.127": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.127, E-UV", "arch_name": "-1.2330.127@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -151501,18 +167172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71594, "usage_id": 120 }, "2330.U1.128": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.128, DV-UV", "arch_name": "-1.2330.128@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -151520,18 +167193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71595, "usage_id": 120 }, "2330.U1.129": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.129, Aufzug Maschinenraum", "arch_name": "-1.2330.129@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151539,18 +167214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71585, "usage_id": 5 }, "2330.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.130, (30.U.214) Wassertank 177 m\u00b3", "arch_name": "-1.2330.130@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38004, "seats": { @@ -151558,18 +167235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71586, "usage_id": 183 }, "2330.U1.132": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.102, (30.U.216) Wasseraufbereitung", "arch_name": "-1.2330.102@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38004, "seats": { @@ -151577,18 +167256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71596, "usage_id": 182 }, "2330.U1.136": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.136, SWM", "arch_name": "-1.2330.136@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -151596,18 +167277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72088, "usage_id": 120 }, "2330.U1.137": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.137, Notstromdiesel", "arch_name": "-1.2330.137@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -151615,18 +167298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72097, "usage_id": 120 }, "2330.U1.138": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.138, TK", "arch_name": "-1.2330.138@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -151634,18 +167319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72090, "usage_id": 120 }, "2330.U1.139": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.139, EDV", "arch_name": "-1.2330.139@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151653,18 +167340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72091, "usage_id": 207 }, "2330.U1.140": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.140, SIBE", "arch_name": "-1.2330.140@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -151672,18 +167361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72092, "usage_id": 120 }, "2330.U1.141": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.141, Sprinklerzentrale", "arch_name": "-1.2330.141@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151691,18 +167382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72093, "usage_id": 183 }, "2330.U1.142": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.142, Wassertank 81 m\u00b3", "arch_name": "-1.2330.142@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151710,18 +167403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72075, "usage_id": 183 }, "2330.U1.143": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.143, Wassertank 47 m\u00b3", "arch_name": "-1.2330.143@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151729,18 +167424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72073, "usage_id": 183 }, "2330.U1.144": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.144, Wassertank 130 m\u00b3", "arch_name": "-1.2330.144@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151748,18 +167445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72074, "usage_id": 183 }, "2330.U1.145": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.145, Wasserz\u00e4hler+Wasseraufbereitung", "arch_name": "-1.2330.145@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151767,18 +167466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72086, "usage_id": 182 }, "2330.U1.202": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.202, Lager", "arch_name": "-1.2330.202@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151786,18 +167487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71606, "usage_id": 30 }, "2330.U1.203": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.203, Spracharlarmzentrale", "arch_name": "-1.2330.203@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26081, "seats": { @@ -151805,18 +167508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71587, "usage_id": 9 }, "2330.U1.204": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.204, Lager", "arch_name": "-1.2330.204@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151824,18 +167529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71605, "usage_id": 30 }, "2330.U1.205": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.205, K\u00e4lte-Maschinen-Raum", "arch_name": "-1.2330.205@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -151843,18 +167550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71608, "usage_id": 32 }, "2330.U1.206": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.206, Lager", "arch_name": "-1.2330.206@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151862,18 +167571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71604, "usage_id": 30 }, "2330.U1.207": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.207, Lager", "arch_name": "-1.2330.207@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151881,18 +167592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71570, "usage_id": 30 }, "2330.U1.208": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.208, Lager", "arch_name": "-1.2330.208@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151900,18 +167613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72070, "usage_id": 30 }, "2330.U1.209": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.209, Lager", "arch_name": "-1.2330.209@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151919,18 +167634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71569, "usage_id": 30 }, "2330.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.210, Lager", "arch_name": "-1.2330.210@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151938,18 +167655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71576, "usage_id": 30 }, "2330.U1.211": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.211, Lager", "arch_name": "-1.2330.211@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151957,18 +167676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71568, "usage_id": 30 }, "2330.U1.212": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.212, Lager", "arch_name": "-1.2330.212@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151976,18 +167697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71575, "usage_id": 30 }, "2330.U1.213": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.213, Lager", "arch_name": "-1.2330.213@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -151995,18 +167718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71567, "usage_id": 30 }, "2330.U1.214": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.214, Lager", "arch_name": "-1.2330.214@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152014,18 +167739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71574, "usage_id": 30 }, "2330.U1.215": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.215, L\u00fcftungs-Zentrale 2", "arch_name": "-1.2330.215@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -152033,18 +167760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71566, "usage_id": 32 }, "2330.U1.216": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.216, Lager", "arch_name": "-1.2330.216@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152052,18 +167781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71573, "usage_id": 30 }, "2330.U1.217": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.217, K\u00e4ltezentrale", "arch_name": "-1.2330.217@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -152071,18 +167802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72071, "usage_id": 32 }, "2330.U1.224": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.224, Aufzug Maschinenraum", "arch_name": "-1.2330.224@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -152090,18 +167823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71602, "usage_id": 5 }, "2330.U1.225": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.225, L\u00fcftungs-Zentrale 1", "arch_name": "-1.2330.225@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -152109,18 +167844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71601, "usage_id": 32 }, "2330.U1.226": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.226, Brunnenwasser-Zentrale", "arch_name": "-1.2330.226@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -152128,18 +167865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71537, "usage_id": 183 }, "2330.U1.228": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.226, DV-UV", "arch_name": "-1.2330.226@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -152147,18 +167886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71599, "usage_id": 120 }, "2330.U1.230": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.230, SIBE", "arch_name": "-1.2330.230@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -152166,18 +167907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72066, "usage_id": 120 }, "2330.U1.701": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.701, Treppe", "arch_name": "-1.2330.701@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152185,18 +167928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72068, "usage_id": 223 }, "2330.U1.705": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.705, Flur", "arch_name": "-1.2330.705@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152204,18 +167949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71611, "usage_id": 222 }, "2330.U1.706": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.706, Flur", "arch_name": "-1.2330.706@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152223,18 +167970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71590, "usage_id": 222 }, "2330.U1.707": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.707, Flur", "arch_name": "-1.2330.707@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152242,18 +167991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71578, "usage_id": 222 }, "2330.U1.708": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.708, Flur", "arch_name": "-1.2330.708@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152261,18 +168012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71579, "usage_id": 222 }, "2330.U1.709": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.709, Flur", "arch_name": "-1.2330.709@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152280,18 +168033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71583, "usage_id": 222 }, "2330.U1.710": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.710, Flur", "arch_name": "-1.2330.710@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152299,18 +168054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72085, "usage_id": 222 }, "2330.U1.740": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.740, Treppe", "arch_name": "-1.2330.740@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152318,18 +168075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71582, "usage_id": 223 }, "2330.U1.751": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.751, Treppe", "arch_name": "-1.2330.751@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152337,18 +168096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71564, "usage_id": 223 }, "2330.U1.756": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.756, Flur", "arch_name": "-1.2330.756@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152356,18 +168117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71565, "usage_id": 222 }, "2330.U1.842": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.842, Aufzug 2", "arch_name": "-1.2330.842@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -152375,18 +168138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71580, "usage_id": 4 }, "2330.U1.856": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "-1.2330.856, Aufzug 1", "arch_name": "-1.2330.856@2330", "area_id": 18, "building_id": 2749, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -152394,19 +168159,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71603, "usage_id": 4 }, "2331.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.101, HS1 - H\u00f6rsaal 1", "arch_name": "01.2331.101@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31492, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -152414,18 +168181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71460, "usage_id": 20 }, "2331.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.102, Lager ZA 4", "arch_name": "01.2331.102@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26081, "seats": { @@ -152433,18 +168202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71502, "usage_id": 30 }, "2331.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.104, EP-Technik unter Audimax", "arch_name": "01.2331.104@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38004, "seats": { @@ -152452,38 +168223,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72102, "usage_id": 120 }, "2331.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.112, BOG - Bouldergalerie", "arch_name": "01.2331.112@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31556, + "floor_level": "1.OG", "floor_type": "Kunststoff", - "main_operator_id": 19672, + "main_operator_id": 14195, "seats": { "sitting": 100, "standing": null, "wheelchair": null }, + "tumonline_id": 71509, "usage_id": 128 }, "2331.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.114, Speisesaal 4", "arch_name": "01.2331.114@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -152491,18 +168266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71454, "usage_id": 147 }, "2331.01.201": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.201, WC-Herren", "arch_name": "01.2331.201@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -152510,18 +168287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71508, "usage_id": 115 }, "2331.01.203": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.203, Wickeltisch/Barrierefreies WC Herren", "arch_name": "01.2331.203@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -152529,18 +168308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72083, "usage_id": 117 }, "2331.01.204": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.204, WC-Damen", "arch_name": "01.2331.204@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -152548,18 +168329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71456, "usage_id": 116 }, "2331.01.206": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.206, Wickeltisch/Barrierefreies WC Damen", "arch_name": "01.2331.206@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -152567,18 +168350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72082, "usage_id": 117 }, "2331.01.207": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.207, L\u00fcftungszentrale 7", "arch_name": "01.2331.207@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -152586,18 +168371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71507, "usage_id": 32 }, "2331.01.224": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.224, Speisesaal 3", "arch_name": "01.2331.224@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -152605,19 +168392,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71453, "usage_id": 147 }, "2331.01.301": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.301, Cafe Bar Sitzbereich", "arch_name": "01.2331.301@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 33812, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152625,18 +168414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71505, "usage_id": 139 }, "2331.01.302": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.302, Cafe Ausgabe", "arch_name": "01.2331.302@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152644,18 +168435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71482, "usage_id": 139 }, "2331.01.303": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.303, Cafe Bar", "arch_name": "01.2331.303@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152663,18 +168456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71504, "usage_id": 139 }, "2331.01.305": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.305, Speiseausgabe", "arch_name": "01.2331.305@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -152682,18 +168477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71506, "usage_id": 139 }, "2331.01.306": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.306, Cafeteria Vorbereitung", "arch_name": "01.2331.306@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152701,18 +168498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71483, "usage_id": 28 }, "2331.01.307": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.307, Cafeteria Sp\u00fclk\u00fcche", "arch_name": "01.2331.307@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152720,18 +168519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71496, "usage_id": 209 }, "2331.01.308": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.308, Cafeteria Putzraum", "arch_name": "01.2331.308@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152739,18 +168540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71497, "usage_id": 205 }, "2331.01.310": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.310, Cafereria Vork\u00fchlraum", "arch_name": "01.2331.310@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152758,18 +168561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71484, "usage_id": 199 }, "2331.01.311": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.311, Cafereria Tiefk\u00fchlraum", "arch_name": "01.2331.311@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152777,18 +168582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71486, "usage_id": 199 }, "2331.01.312": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.312, Cafereria Lager", "arch_name": "01.2331.312@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152796,18 +168603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71498, "usage_id": 30 }, "2331.01.313": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.313, Cafeteria-WC", "arch_name": "01.2331.313@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152815,18 +168624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71487, "usage_id": 114 }, "2331.01.314": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.314, Cafeteria-Vorraum-WC", "arch_name": "01.2331.314@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152834,18 +168645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71488, "usage_id": 118 }, "2331.01.315": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.315, Cafeteria Aufenthaltsraum", "arch_name": "01.2331.315@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152853,18 +168666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71499, "usage_id": 44 }, "2331.01.316": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.305, Cafeteria-B\u00fcro", "arch_name": "01.2331.305@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152872,18 +168687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71490, "usage_id": 12 }, "2331.01.317": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.317, Cafeteria-Personalumkleide", "arch_name": "01.2331.317@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -152891,18 +168708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71489, "usage_id": 121 }, "2331.01.318": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.318, Speisesaal 1", "arch_name": "01.2331.318@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152910,18 +168729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71500, "usage_id": 139 }, "2331.01.319": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.319, Speisesaal 2", "arch_name": "01.2331.319@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152929,18 +168750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71495, "usage_id": 139 }, "2331.01.701": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.701, Treppe", "arch_name": "01.2331.701@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152948,18 +168771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71503, "usage_id": 223 }, "2331.01.702": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.702, Treppe", "arch_name": "01.2331.702@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152967,18 +168792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71458, "usage_id": 223 }, "2331.01.703": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.703, Treppe", "arch_name": "01.2331.703@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -152986,18 +168813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71457, "usage_id": 223 }, "2331.01.705": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.705, Flur", "arch_name": "01.2331.705@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153005,18 +168834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72087, "usage_id": 222 }, "2331.01.720": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.720, Treppe", "arch_name": "01.2331.720@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153024,18 +168855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71455, "usage_id": 223 }, "2331.01.745": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.745, Cafereria Flurbereich", "arch_name": "01.2331.745@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -153043,18 +168876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71485, "usage_id": 222 }, "2331.01.760": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.760, Treppe", "arch_name": "01.2331.760@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153062,18 +168897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71493, "usage_id": 223 }, "2331.01.899": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.899, Hubplattform", "arch_name": "01.2331.899@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -153081,18 +168918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71494, "usage_id": 4 }, "2331.01.970": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.970, Cafeteria-Terrasse", "arch_name": "01.2331.970@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153100,18 +168939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71491, "usage_id": 48 }, "2331.01.971": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2331.971, Terrasse", "arch_name": "01.2331.971@2331", "area_id": 18, "building_id": 2609, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153119,18 +168960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71492, "usage_id": 48 }, "2331.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.101, HS1 - H\u00f6rsaal 1", "arch_name": "00.2331.101@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153138,18 +168981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71410, "usage_id": 20 }, "2331.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.102, WC-Damen", "arch_name": "00.2331.102@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -153157,18 +169002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71420, "usage_id": 115 }, "2331.EG.103": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.103, WC-Herren", "arch_name": "00.2331.103@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -153176,18 +169023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71419, "usage_id": 115 }, "2331.EG.104": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.104, FMG Lager", "arch_name": "00.2331.104@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153195,18 +169044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71409, "usage_id": 30 }, "2331.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.105, Umkleide 2 Herren", "arch_name": "00.2331.105@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -153214,18 +169065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71418, "usage_id": 121 }, "2331.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.106, Dusche 2 Herren", "arch_name": "00.2331.106@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -153233,18 +169086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71406, "usage_id": 113 }, "2331.EG.107": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.107, WC 2 Herren", "arch_name": "00.2331.107@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -153252,18 +169107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71408, "usage_id": 115 }, "2331.EG.108": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.108, Umkleide 1 Damen", "arch_name": "00.2331.108@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -153271,18 +169128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71405, "usage_id": 121 }, "2331.EG.109": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.109, Dusche 1 Damen", "arch_name": "00.2331.109@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -153290,18 +169149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71416, "usage_id": 113 }, "2331.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.110, WC 1 Damen", "arch_name": "00.2331.110@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -153309,59 +169170,65 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71407, "usage_id": 114 }, "2331.EG.111": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.111, KLH - Kletterhalle", "arch_name": "00.2331.111@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31552, + "floor_level": "EG", "floor_type": "Kunststoff", - "main_operator_id": 19672, + "main_operator_id": 14195, "seats": { "sitting": 100, "standing": null, "wheelchair": null }, + "tumonline_id": 71400, "usage_id": 128 }, "2331.EG.112": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.112, KBH - Eingangsbereich", "arch_name": "00.2331.112@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31553, + "floor_level": "EG", "floor_type": "Estrich (Beton)", - "main_operator_id": 19672, + "main_operator_id": 14195, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 71401, "usage_id": 128 }, "2331.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.113, GTH - Gymnastiktanzhalle", "arch_name": "00.2331.113@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31513, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14195, "seats": { @@ -153369,18 +169236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71414, "usage_id": 128 }, "2331.EG.114": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.114, Ger\u00e4teraum GTH", "arch_name": "00.2331.114@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153388,18 +169257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71399, "usage_id": 18 }, "2331.EG.115": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.115, Lehrendenzimmer", "arch_name": "00.2331.115@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153407,39 +169278,43 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71415, "usage_id": 12 }, "2331.EG.116": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.116, BTT - Bouldertraining- und Therapie", "arch_name": "00.2331.116@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31554, + "floor_level": "EG", "floor_type": "Kunststoff", - "main_operator_id": 19672, + "main_operator_id": 14195, "seats": { "sitting": 100, "standing": null, "wheelchair": null }, + "tumonline_id": 71402, "usage_id": 128 }, "2331.EG.117": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.117, KBH - Lager", "arch_name": "00.2331.117@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31555, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19672, "seats": { @@ -153447,18 +169322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71404, "usage_id": 30 }, "2331.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.120, EP - Technik unter HS1", "arch_name": "00.2331.120@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -153466,18 +169343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72084, "usage_id": 120 }, "2331.EG.201": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.201, Hallenputzmittel", "arch_name": "00.2331.201@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26081, "seats": { @@ -153485,18 +169364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70738, "usage_id": 30 }, "2331.EG.203": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.203, Lager Rollst\u00fchle", "arch_name": "00.2331.203@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153504,18 +169385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70737, "usage_id": 30 }, "2331.EG.204": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.204, Ger\u00e4teraum VFH 2", "arch_name": "00.2331.204@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153523,18 +169406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70736, "usage_id": 30 }, "2331.EG.205": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.205, Erste Hilfe", "arch_name": "00.2331.205@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153542,18 +169427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70728, "usage_id": 178 }, "2331.EG.206": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.206, Ger\u00e4teraum VFH 2+3", "arch_name": "00.2331.206@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153561,18 +169448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71411, "usage_id": 18 }, "2331.EG.208": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.208, Ger\u00e4teraum", "arch_name": "00.2331.208@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153580,18 +169469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70734, "usage_id": 18 }, "2331.EG.209": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.209, Ger\u00e4teraum VFH 4", "arch_name": "00.2331.209@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153599,18 +169490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70727, "usage_id": 18 }, "2331.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.210, Ger\u00e4teraum VFH 4", "arch_name": "00.2331.210@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153618,18 +169511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70726, "usage_id": 18 }, "2331.EG.212": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.212, Mess. Lager", "arch_name": "00.2331.212@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153637,19 +169532,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70733, "usage_id": 30 }, "2331.EG.220": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.220, VFH 1 - Vierfachhalle 1", "arch_name": "00.2331.220@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31506, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -153657,19 +169554,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70717, "usage_id": 128 }, "2331.EG.221": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.221, VFH 2 - Vierfachhalle 2", "arch_name": "00.2331.221@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31507, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -153677,19 +169576,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70725, "usage_id": 128 }, "2331.EG.222": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.222, VFH 3 - Vierfachhalle 3", "arch_name": "00.2331.222@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31508, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -153697,19 +169598,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70718, "usage_id": 128 }, "2331.EG.223": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.223, VFH 4 - Vierfachhalle 4", "arch_name": "00.2331.223@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31509, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -153717,19 +169620,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70719, "usage_id": 128 }, "2331.EG.301": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.301, SPF - Sprintflur/Weitsprunggrube", "arch_name": "00.2331.301@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31510, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -153737,19 +169642,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70716, "usage_id": 128 }, "2331.EG.302": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.302, Kraftbereich", "arch_name": "00.2331.302@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31511, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -153757,18 +169664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70715, "usage_id": 128 }, "2331.EG.401": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.401, B\u00fcro ZHS Ger\u00e4temeister", "arch_name": "00.2331.401@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26081, "seats": { @@ -153776,19 +169685,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70720, "usage_id": 12 }, "2331.EG.402": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.402, Motion Capturing & Isokinetic Lab", "arch_name": "00.2331.402@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 32055, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153796,18 +169707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70708, "usage_id": 124 }, "2331.EG.403": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.403, Diagnostik Ger\u00e4teraum", "arch_name": "00.2331.403@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153815,19 +169728,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70721, "usage_id": 18 }, "2331.EG.405": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.405, Performance Testing Lab", "arch_name": "00.2331.405@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 32056, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153835,19 +169750,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70722, "usage_id": 124 }, "2331.EG.406": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.406, Motor Control Learning Lab", "arch_name": "00.2331.406@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 32057, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153855,19 +169772,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70711, "usage_id": 124 }, "2331.EG.407": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.407, Human Robotics Lab", "arch_name": "00.2331.407@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 32058, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153875,19 +169794,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70712, "usage_id": 124 }, "2331.EG.408": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.408, Sensorimotor Control Lab", "arch_name": "00.2331.408@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 32059, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153895,19 +169816,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70713, "usage_id": 124 }, "2331.EG.409": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.409, EEG & TMS Lab", "arch_name": "00.2331.409@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 32060, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -153915,19 +169838,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70729, "usage_id": 124 }, "2331.EG.410": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.410, 3D Printing Lab", "arch_name": "00.2331.410@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31832, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153935,19 +169860,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70730, "usage_id": 51 }, "2331.EG.411": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.411, Living Lab", "arch_name": "00.2331.411@2331", "area_id": 18, "building_id": 2609, "calendar_resource_nr": 31833, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -153955,18 +169882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70731, "usage_id": 124 }, "2331.EG.412": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.412, Cafetria M\u00fcllraum", "arch_name": "00.2331.412@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -153974,18 +169903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70709, "usage_id": 30 }, "2331.EG.413": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.413, Cafeteria Lager", "arch_name": "00.2331.413@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -153993,18 +169924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70710, "usage_id": 30 }, "2331.EG.701": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.701, Treppenhaus", "arch_name": "00.2331.701@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -154012,18 +169945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71417, "usage_id": 223 }, "2331.EG.702": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.702, Treppe", "arch_name": "00.2331.702@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19672, "seats": { @@ -154031,18 +169966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71403, "usage_id": 223 }, "2331.EG.705": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.705, Flur", "arch_name": "00.2331.705@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -154050,18 +169987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71421, "usage_id": 222 }, "2331.EG.720": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.720, Treppenhaus", "arch_name": "00.2331.720@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -154069,18 +170008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71398, "usage_id": 223 }, "2331.EG.726": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.726, Flur", "arch_name": "00.2331.726@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -154088,18 +170029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71412, "usage_id": 222 }, "2331.EG.727": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.727, Flur", "arch_name": "00.2331.727@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -154107,18 +170050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71413, "usage_id": 222 }, "2331.EG.760": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.760, Treppe Terrasse", "arch_name": "00.2331.760@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -154126,18 +170071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70714, "usage_id": 223 }, "2331.EG.765": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.765, Flur", "arch_name": "00.2331.765@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -154145,18 +170092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70739, "usage_id": 222 }, "2331.EG.766": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.766, Flur", "arch_name": "00.2331.766@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -154164,18 +170113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70740, "usage_id": 222 }, "2331.EG.899": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2331.899, Hubplattform", "arch_name": "00.2331.899@2331", "area_id": 18, "building_id": 2609, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -154183,18 +170134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70724, "usage_id": 4 }, "2332.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.101, (32.0.221) Sekretariat", "arch_name": "01.2332.101@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154202,18 +170155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74438, "usage_id": 40 }, "2332.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.102, (32.1.854) Diagnostik 1", "arch_name": "01.2332.102@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154221,18 +170176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74417, "usage_id": 12 }, "2332.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.103, (32.0.217) B\u00fcro", "arch_name": "01.2332.103@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154240,18 +170197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74416, "usage_id": 12 }, "2332.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.104, (32.1.853) Diagnostik 2", "arch_name": "01.2332.104@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154259,18 +170218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74418, "usage_id": 12 }, "2332.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.106, (32.1.852) Patient", "arch_name": "01.2332.106@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154278,18 +170239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74444, "usage_id": 12 }, "2332.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.107, (32.1.852) Patient", "arch_name": "01.2332.107@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154297,18 +170260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74437, "usage_id": 12 }, "2332.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.108, (32.0.216) B\u00fcro", "arch_name": "01.2332.108@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154316,18 +170281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74422, "usage_id": 12 }, "2332.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.109, (32.1.851) B\u00fcro", "arch_name": "01.2332.109@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154335,18 +170302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74415, "usage_id": 12 }, "2332.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.110, (32.0.218) Projektraum", "arch_name": "01.2332.110@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154354,18 +170323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74423, "usage_id": 12 }, "2332.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.111, (32.1.850) B\u00fcro", "arch_name": "01.2332.111@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154373,18 +170344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74414, "usage_id": 12 }, "2332.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.112, (32.0.222) B\u00fcro", "arch_name": "01.2332.112@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154392,18 +170365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74424, "usage_id": 12 }, "2332.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.113, (32.1.213) B\u00fcro", "arch_name": "01.2332.113@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154411,18 +170386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74413, "usage_id": 12 }, "2332.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.114, (32.0.224) KRO+EM+SE Teek\u00fcche", "arch_name": "01.2332.114@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154430,18 +170407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74425, "usage_id": 198 }, "2332.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.115, (32.0.111) B\u00fcro", "arch_name": "01.2332.115@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154449,18 +170428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74412, "usage_id": 12 }, "2332.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.117, (32.0.227) Projektraum", "arch_name": "01.2332.117@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154468,18 +170449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74411, "usage_id": 12 }, "2332.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.118, (34.0.144) B\u00fcro", "arch_name": "01.2332.118@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154487,18 +170470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74446, "usage_id": 12 }, "2332.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.119, (32.0.228) Projektraum", "arch_name": "01.2332.119@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154506,18 +170491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74410, "usage_id": 12 }, "2332.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.120, (34.0.142) B\u00fcro", "arch_name": "01.2332.120@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154525,18 +170512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74447, "usage_id": 12 }, "2332.01.121": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.121, (32.0.230) B\u00fcro", "arch_name": "01.2332.121@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154544,18 +170533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74409, "usage_id": 12 }, "2332.01.122": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.122, (34.0.140) B\u00fcro", "arch_name": "01.2332.122@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154563,18 +170554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74426, "usage_id": 12 }, "2332.01.123": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.123, (32.0.229) B\u00fcro", "arch_name": "01.2332.123@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154582,18 +170575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74407, "usage_id": 12 }, "2332.01.124": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.124, (34.0.138) Projektraum", "arch_name": "01.2332.124@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154601,18 +170596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74427, "usage_id": 12 }, "2332.01.125": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.125, (32.0.242) B\u00fcro", "arch_name": "01.2332.125@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154620,18 +170617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74406, "usage_id": 12 }, "2332.01.126": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.126, (34.0.128) B\u00fcro", "arch_name": "01.2332.126@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154639,18 +170638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74428, "usage_id": 12 }, "2332.01.127": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.127, (32.0.232) Sekretariat", "arch_name": "01.2332.127@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154658,18 +170659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74405, "usage_id": 40 }, "2332.01.129": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.129, (32.0.236) B\u00fcro", "arch_name": "01.2332.129@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154677,18 +170680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74432, "usage_id": 12 }, "2332.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.130, (34.0.134) B\u00fcro", "arch_name": "01.2332.130@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154696,18 +170701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74429, "usage_id": 12 }, "2332.01.132": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.132, (34.0.132) B\u00fcro", "arch_name": "01.2332.132@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154715,18 +170722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74448, "usage_id": 12 }, "2332.01.133": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.133, (32.2.240) B\u00fcro", "arch_name": "01.2332.133@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154734,18 +170743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74431, "usage_id": 12 }, "2332.01.134": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.134, (32.0.404) WC-Damen", "arch_name": "01.2332.134@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -154753,18 +170764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74430, "usage_id": 116 }, "2332.01.135": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.135, (32.1.242) B\u00fcro", "arch_name": "01.2332.135@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154772,18 +170785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74396, "usage_id": 12 }, "2332.01.136": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.136, (32.0.405) WC-Herren", "arch_name": "01.2332.136@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -154791,18 +170806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74449, "usage_id": 115 }, "2332.01.137": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.137, (32.1.403) Projektraum", "arch_name": "01.2332.137@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154810,18 +170827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74395, "usage_id": 12 }, "2332.01.139": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.139, (32.0.203) KRO+EM+SE Besprechung", "arch_name": "01.2332.139@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154829,18 +170848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74400, "usage_id": 196 }, "2332.01.145": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.145, (32.1.402) Projektraum", "arch_name": "01.2332.145@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154848,18 +170869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74393, "usage_id": 12 }, "2332.01.147": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.147, (32.1.401) Projektraum", "arch_name": "01.2332.147@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154867,18 +170890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74392, "usage_id": 12 }, "2332.01.151": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.151, (32.0.260) KRO+EM+SE Drucker", "arch_name": "01.2332.151@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154886,18 +170911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74436, "usage_id": 110 }, "2332.01.152": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.152, (32.0.26?) Lager", "arch_name": "01.2332.152@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154905,18 +170932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74445, "usage_id": 30 }, "2332.01.153": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.127, (32.0.262) Lager", "arch_name": "01.2332.127@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154924,18 +170953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74433, "usage_id": 30 }, "2332.01.201": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.201, (32.1.104) B\u00fcro", "arch_name": "01.2332.201@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154943,18 +170974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74510, "usage_id": 12 }, "2332.01.202": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.202, (32.1.407) B\u00fcro", "arch_name": "01.2332.202@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154962,18 +170995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74468, "usage_id": 12 }, "2332.01.204": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.204, (32.1.409) B\u00fcro", "arch_name": "01.2332.204@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -154981,18 +171016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74467, "usage_id": 12 }, "2332.01.205": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.205, (32.1.113) Kuratorium", "arch_name": "01.2332.205@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155000,18 +171037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74509, "usage_id": 12 }, "2332.01.206": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.206, (32.1.408) B\u00fcro", "arch_name": "01.2332.206@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155019,18 +171058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74469, "usage_id": 12 }, "2332.01.207": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.207, (32.1.122) B\u00fcro", "arch_name": "01.2332.207@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155038,18 +171079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74508, "usage_id": 12 }, "2332.01.208": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.208, (32.1.410) B\u00fcro", "arch_name": "01.2332.208@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155057,18 +171100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74470, "usage_id": 12 }, "2332.01.209": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.209, (32.1.115) B\u00fcro", "arch_name": "01.2332.209@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155076,18 +171121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74492, "usage_id": 12 }, "2332.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.210, (32.1.134) B\u00fcro", "arch_name": "01.2332.210@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155095,18 +171142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74471, "usage_id": 12 }, "2332.01.211": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.211, (32.1.128) B\u00fcro", "arch_name": "01.2332.211@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155114,18 +171163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74491, "usage_id": 12 }, "2332.01.212": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.212, (32.1.806) B\u00fcro", "arch_name": "01.2332.212@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155133,18 +171184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74493, "usage_id": 12 }, "2332.01.213": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.213, (32.1.121) B\u00fcro", "arch_name": "01.2332.213@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155152,18 +171205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74461, "usage_id": 12 }, "2332.01.214": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.214, (32.1.805) B\u00fcro", "arch_name": "01.2332.214@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155171,18 +171226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74494, "usage_id": 12 }, "2332.01.215": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.215, (32.1.802) B\u00fcro", "arch_name": "01.2332.215@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155190,18 +171247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74507, "usage_id": 12 }, "2332.01.216": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.216, (32.1.804) B\u00fcro", "arch_name": "01.2332.216@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155209,18 +171268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74495, "usage_id": 12 }, "2332.01.217": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.217, (32.1.801) B\u00fcro", "arch_name": "01.2332.217@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155228,18 +171289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74506, "usage_id": 12 }, "2332.01.218": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.218, (32.1.803) B\u00fcro", "arch_name": "01.2332.218@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155247,18 +171310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74472, "usage_id": 12 }, "2332.01.219": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.219, (32.1.800) B\u00fcro", "arch_name": "01.2332.219@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155266,18 +171331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74505, "usage_id": 12 }, "2332.01.220": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.220, (32.1.234) B\u00fcro", "arch_name": "01.2332.220@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155285,18 +171352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74473, "usage_id": 12 }, "2332.01.221": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.221, (32.1.227) Sekretariat", "arch_name": "01.2332.221@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155304,18 +171373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74504, "usage_id": 40 }, "2332.01.222": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.222, (32.1.236) B\u00fcro", "arch_name": "01.2332.222@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155323,18 +171394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74474, "usage_id": 12 }, "2332.01.223": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.223, (32.1.231) B\u00fcro", "arch_name": "01.2332.223@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155342,18 +171415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74516, "usage_id": 12 }, "2332.01.224": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.224, (32.1.235) B\u00fcro", "arch_name": "01.2332.224@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155361,18 +171436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74475, "usage_id": 12 }, "2332.01.226": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.226, (32.1.224) Teek\u00fcche", "arch_name": "01.2332.226@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155380,18 +171457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74488, "usage_id": 198 }, "2332.01.227": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.227, (32.1.237) B\u00fcro", "arch_name": "01.2332.227@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155399,18 +171478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74515, "usage_id": 12 }, "2332.01.229": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.229, (32.1.239) B\u00fcro", "arch_name": "01.2332.229@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155418,18 +171499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74514, "usage_id": 12 }, "2332.01.231": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.231, (32.1.241) B\u00fcro", "arch_name": "01.2332.231@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155437,18 +171520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74513, "usage_id": 12 }, "2332.01.233": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.233, (32.1.412) WC-Damen", "arch_name": "01.2332.233@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -155456,18 +171541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74457, "usage_id": 116 }, "2332.01.235": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.235, (32.0.413) WC-Herren", "arch_name": "01.2332.235@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -155475,18 +171562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74452, "usage_id": 115 }, "2332.01.237": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.237, (32.1.411) B\u00fcro", "arch_name": "01.2332.237@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155494,18 +171583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74451, "usage_id": 12 }, "2332.01.239": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.239, (?) B\u00fcro", "arch_name": "01.2332.239@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155513,18 +171604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74456, "usage_id": 12 }, "2332.01.241": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.241, (32.1.221) B\u00fcro", "arch_name": "01.2332.241@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155532,18 +171625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74455, "usage_id": 12 }, "2332.01.243": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.243, (32.1.240) B\u00fcro", "arch_name": "01.2332.243@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155551,18 +171646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74450, "usage_id": 12 }, "2332.01.245": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.245, (32.1.225) Projektmitarbeiter", "arch_name": "01.2332.245@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155570,18 +171667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74453, "usage_id": 12 }, "2332.01.251": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.251, (32.1.260) Drucker", "arch_name": "01.2332.251@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155589,18 +171688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74464, "usage_id": 110 }, "2332.01.252": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.252, (32.0.201) Lager", "arch_name": "01.2332.252@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155608,18 +171709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74462, "usage_id": 30 }, "2332.01.253": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.153, (32.1.262) Lager", "arch_name": "01.2332.153@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155627,18 +171730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74460, "usage_id": 30 }, "2332.01.301": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.301, Putzraum", "arch_name": "01.2332.301@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26081, "seats": { @@ -155646,18 +171751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71792, "usage_id": 205 }, "2332.01.303": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.303, (32.1.303) Drucker", "arch_name": "01.2332.303@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155665,18 +171772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74503, "usage_id": 110 }, "2332.01.304": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.304, (32.1.305) B\u00fcro", "arch_name": "01.2332.304@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155684,18 +171793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74502, "usage_id": 12 }, "2332.01.308": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.308, (32.1.313) B\u00fcro", "arch_name": "01.2332.308@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155703,18 +171814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74501, "usage_id": 12 }, "2332.01.309": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.309, (32.1.315) B\u00fcro", "arch_name": "01.2332.309@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155722,18 +171835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74500, "usage_id": 12 }, "2332.01.310": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.310, (32.1.319) B\u00fcro", "arch_name": "01.2332.310@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155741,18 +171856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74487, "usage_id": 12 }, "2332.01.311": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.311, (32.1.323) B\u00fcro", "arch_name": "01.2332.311@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155760,18 +171877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74486, "usage_id": 12 }, "2332.01.312": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.312, (32.1.323) B\u00fcro", "arch_name": "01.2332.312@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155779,18 +171898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74485, "usage_id": 12 }, "2332.01.313": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.313, (32.1.329) B\u00fcro", "arch_name": "01.2332.313@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155798,18 +171919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74484, "usage_id": 12 }, "2332.01.314": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.314, (32.1.331) Bibliothek Bergsport", "arch_name": "01.2332.314@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155817,18 +171940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74511, "usage_id": 10 }, "2332.01.315": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.315, (32.1.335) ZHS+AS Teek\u00fcche", "arch_name": "01.2332.315@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155836,18 +171961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74483, "usage_id": 198 }, "2332.01.316": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.316, (32.1.337) B\u00fcro", "arch_name": "01.2332.316@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155855,18 +171982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74482, "usage_id": 12 }, "2332.01.318": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.318, (32.1.339) B\u00fcro", "arch_name": "01.2332.318@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155874,18 +172003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74481, "usage_id": 12 }, "2332.01.319": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.319, (32.1.334) B\u00fcro", "arch_name": "01.2332.319@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155893,18 +172024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74480, "usage_id": 12 }, "2332.01.323": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.323, (32.1.416) B\u00fcro", "arch_name": "01.2332.323@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155912,18 +172045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74477, "usage_id": 12 }, "2332.01.325": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.325, (32.1.415) ZHS-AS Besprechungsraum", "arch_name": "01.2332.325@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155931,18 +172066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74476, "usage_id": 196 }, "2332.01.329": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.329, (32.1.414) B\u00fcro", "arch_name": "01.2332.329@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -155950,18 +172087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74497, "usage_id": 12 }, "2332.01.701": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.701, (32.1.190-191) Treppe", "arch_name": "01.2332.701@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -155969,18 +172108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74439, "usage_id": 223 }, "2332.01.702": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.702, (32.1.115) Treppe", "arch_name": "01.2332.702@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -155988,18 +172129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74435, "usage_id": 223 }, "2332.01.703": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.703, (32.1.490-491) Treppe", "arch_name": "01.2332.703@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -156007,18 +172150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74394, "usage_id": 223 }, "2332.01.705": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.705, (32.1.153) Flur", "arch_name": "01.2332.705@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156026,18 +172171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74440, "usage_id": 222 }, "2332.01.706": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.706, (32.1.154) Flur", "arch_name": "01.2332.706@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156045,18 +172192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74434, "usage_id": 222 }, "2332.01.707": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.707, (32.1.155) Flur", "arch_name": "01.2332.707@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156064,18 +172213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74408, "usage_id": 222 }, "2332.01.708": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.708, (32.1.156) Flur", "arch_name": "01.2332.708@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156083,18 +172234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74404, "usage_id": 222 }, "2332.01.709": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.709, (32.1.451) Flur", "arch_name": "01.2332.709@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156102,18 +172255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74403, "usage_id": 222 }, "2332.01.710": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.710, (32.1.?) Flur", "arch_name": "01.2332.710@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156121,18 +172276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74402, "usage_id": 222 }, "2332.01.711": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.711, (32.1.450) Flur", "arch_name": "01.2332.711@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156140,18 +172297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74401, "usage_id": 222 }, "2332.01.720": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.720, (32.1.290-291) Treppe", "arch_name": "01.2332.720@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -156159,18 +172318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74466, "usage_id": 223 }, "2332.01.721": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.721, (32.1.190-250) Treppe", "arch_name": "01.2332.721@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -156178,18 +172339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74490, "usage_id": 223 }, "2332.01.722": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.722, (32.1.492-493) Treppe", "arch_name": "01.2332.722@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -156197,18 +172360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74512, "usage_id": 223 }, "2332.01.725": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.725, (32.1.253) Flur", "arch_name": "01.2332.725@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156216,18 +172381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74465, "usage_id": 222 }, "2332.01.726": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.726, (32.1.254) Flur", "arch_name": "01.2332.726@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156235,18 +172402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74463, "usage_id": 222 }, "2332.01.727": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.727, (32.1.255) Flur", "arch_name": "01.2332.727@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156254,18 +172423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74517, "usage_id": 222 }, "2332.01.728": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.728, (32.1.256) Flur", "arch_name": "01.2332.728@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156273,18 +172444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74459, "usage_id": 222 }, "2332.01.729": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.729, (32.1.453) Flur", "arch_name": "01.2332.729@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156292,18 +172465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74458, "usage_id": 222 }, "2332.01.730": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.730, (32.1.452) Flur", "arch_name": "01.2332.730@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156311,18 +172486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74454, "usage_id": 222 }, "2332.01.741": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.741, (32.1.294-495) Treppe", "arch_name": "01.2332.741@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -156330,18 +172507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74498, "usage_id": 223 }, "2332.01.745": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.745, (32.1.350) Flur", "arch_name": "01.2332.745@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156349,18 +172528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74499, "usage_id": 222 }, "2332.01.747": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.747, (32.1.455) Flur", "arch_name": "01.2332.747@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156368,18 +172549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74479, "usage_id": 222 }, "2332.01.748": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.748, (32.1.454) Flur", "arch_name": "01.2332.748@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156387,18 +172570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74496, "usage_id": 222 }, "2332.01.842": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.842, Aufzug 2", "arch_name": "01.2332.842@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38004, "seats": { @@ -156406,18 +172591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71791, "usage_id": 4 }, "2332.01.847": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2332.847, (32.1.417) Technik", "arch_name": "01.2332.847@2332", "area_id": 18, "building_id": 2829, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -156425,18 +172612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74478, "usage_id": 120 }, "2332.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.101, WC-Damen", "arch_name": "00.2332.101@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -156444,18 +172633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71765, "usage_id": 116 }, "2332.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.102, WC-Herren", "arch_name": "00.2332.102@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -156463,18 +172654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71803, "usage_id": 115 }, "2332.EG.103": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.103, (32.0.109) Arztb\u00fcro", "arch_name": "00.2332.103@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156482,18 +172675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74262, "usage_id": 12 }, "2332.EG.104": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.104, (32.0.110) Wartebereich", "arch_name": "00.2332.104@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156501,18 +172696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74382, "usage_id": 44 }, "2332.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.105, (32.0.117) Arztb\u00fcro", "arch_name": "00.2332.105@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156520,18 +172717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74238, "usage_id": 12 }, "2332.EG.107": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.107, (32.0.121) Arztb\u00fcro", "arch_name": "00.2332.107@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156539,18 +172738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74277, "usage_id": 12 }, "2332.EG.108": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.108, (32.0.108) Empfang", "arch_name": "00.2332.108@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156558,18 +172759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74260, "usage_id": 34 }, "2332.EG.109": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.109, (32.0.115) Arztb\u00fcro", "arch_name": "00.2332.109@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156577,18 +172780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74281, "usage_id": 12 }, "2332.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.110, (32.1.118) Sekretariat", "arch_name": "00.2332.110@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156596,18 +172801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74279, "usage_id": 40 }, "2332.EG.111": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.111, (32.0.107) Arztb\u00fcro", "arch_name": "00.2332.111@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156615,18 +172822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74282, "usage_id": 12 }, "2332.EG.112": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.112, (32.0.116) Untersuchungsraum 8", "arch_name": "00.2332.112@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156634,18 +172843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74280, "usage_id": 124 }, "2332.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.113, (32.0.131) Lungenfunktion", "arch_name": "00.2332.113@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156653,18 +172864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74285, "usage_id": 178 }, "2332.EG.115": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.115, (32.0.127) EKG 1", "arch_name": "00.2332.115@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156672,18 +172885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74286, "usage_id": 178 }, "2332.EG.116": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.116, (32.0.120) Untersuchungsraum 7", "arch_name": "00.2332.116@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156691,18 +172906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74284, "usage_id": 124 }, "2332.EG.117": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.117, (32.0.133) Vask. Diagnostik", "arch_name": "00.2332.117@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156710,18 +172927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74289, "usage_id": 124 }, "2332.EG.118": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.118, (32.0.122) Untersuchungsraum 6", "arch_name": "00.2332.118@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156729,18 +172948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74239, "usage_id": 124 }, "2332.EG.119": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.119, (32.0.137) Echo 1", "arch_name": "00.2332.119@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156748,18 +172969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74242, "usage_id": 124 }, "2332.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.120, (32.0.126) Untersuchungsraum 5", "arch_name": "00.2332.120@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156767,18 +172990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74288, "usage_id": 124 }, "2332.EG.121": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.121, (32.0.123) EKG 2", "arch_name": "00.2332.121@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156786,18 +173011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74243, "usage_id": 178 }, "2332.EG.122": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.122, (32.0.128) Untersuchungsraum 4", "arch_name": "00.2332.122@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156805,18 +173032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74290, "usage_id": 124 }, "2332.EG.124": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.124, (32.0.132) Untersuchungsraum 3", "arch_name": "00.2332.124@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156824,18 +173053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74291, "usage_id": 124 }, "2332.EG.125": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.125, (32.0.231) Ergometrie 3", "arch_name": "00.2332.125@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156843,18 +173074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74245, "usage_id": 178 }, "2332.EG.126": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.119, (32.0.140) Echo 2", "arch_name": "00.2332.119@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156862,18 +173095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74307, "usage_id": 124 }, "2332.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.130, (32.0.117) B\u00fcro", "arch_name": "00.2332.130@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156881,18 +173116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74308, "usage_id": 12 }, "2332.EG.132": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.132, (32.0.124) PP+SM Teek\u00fcche", "arch_name": "00.2332.132@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156900,18 +173137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74246, "usage_id": 198 }, "2332.EG.134": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.134, (32.0.401) PP+SM Umk. Damen", "arch_name": "00.2332.134@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156919,18 +173158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74309, "usage_id": 121 }, "2332.EG.140": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.140, (32.1.405) PP+SM Teek\u00fcche", "arch_name": "00.2332.140@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156938,18 +173179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74295, "usage_id": 198 }, "2332.EG.151": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.151, (32.0.160) Drucker", "arch_name": "00.2332.151@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156957,18 +173200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74278, "usage_id": 110 }, "2332.EG.152": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.152, (32.0.161) Lager", "arch_name": "00.2332.152@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156976,18 +173221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74287, "usage_id": 30 }, "2332.EG.153": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.153, (32.0.162) Med. Lager", "arch_name": "00.2332.153@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -156995,18 +173242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74244, "usage_id": 18 }, "2332.EG.201": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.201, WC-Herren", "arch_name": "00.2332.201@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -157014,18 +173263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71749, "usage_id": 115 }, "2332.EG.202": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.202, WC-Damen", "arch_name": "00.2332.202@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -157033,18 +173284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71748, "usage_id": 116 }, "2332.EG.203": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.203, (32.1.404) PP+SM Besprechung", "arch_name": "00.2332.203@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157052,18 +173305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74274, "usage_id": 196 }, "2332.EG.204": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.204, (32.0.107) Empfang", "arch_name": "00.2332.204@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157071,18 +173326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74330, "usage_id": 34 }, "2332.EG.206": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.206, (32.0.110) Wartebereich", "arch_name": "00.2332.206@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157090,18 +173347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74329, "usage_id": 44 }, "2332.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.210, (32.0.?) Untersuchungsraum 3", "arch_name": "00.2332.210@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157109,18 +173368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74331, "usage_id": 124 }, "2332.EG.211": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.211, (32.1.131) B\u00fcro", "arch_name": "00.2332.211@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157128,18 +173389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74272, "usage_id": 12 }, "2332.EG.212": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.212, (32.0.134) Untersuchungsraum 2", "arch_name": "00.2332.212@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157147,18 +173410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74294, "usage_id": 124 }, "2332.EG.213": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.213, (32.1.133) B\u00fcro", "arch_name": "00.2332.213@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157166,18 +173431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74328, "usage_id": 12 }, "2332.EG.214": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.214, (32.0.138) Untersuchungsraum 1", "arch_name": "00.2332.214@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157185,18 +173452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74293, "usage_id": 124 }, "2332.EG.215": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.215, (32.1.139) Stud.-Hilfskraft", "arch_name": "00.2332.215@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157204,18 +173473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74327, "usage_id": 12 }, "2332.EG.217": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.217, (32.1.143) B\u00fcro", "arch_name": "00.2332.217@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157223,18 +173494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74326, "usage_id": 12 }, "2332.EG.218": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.218, (32.1.140) B\u00fcro", "arch_name": "00.2332.218@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157242,18 +173515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74296, "usage_id": 12 }, "2332.EG.219": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.219, (32.0.800) B\u00fcro", "arch_name": "00.2332.219@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157261,18 +173536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74325, "usage_id": 12 }, "2332.EG.220": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.220, (32.1.142) B\u00fcro", "arch_name": "00.2332.220@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157280,18 +173557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74332, "usage_id": 12 }, "2332.EG.221": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.221, (32.1.127) Sekretariat", "arch_name": "00.2332.221@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157299,18 +173578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74324, "usage_id": 40 }, "2332.EG.222": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.222, (32.1.132) B\u00fcro", "arch_name": "00.2332.222@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157318,18 +173599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74333, "usage_id": 12 }, "2332.EG.223": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.223, (32.0.123) B\u00fcro", "arch_name": "00.2332.223@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157337,18 +173620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74323, "usage_id": 12 }, "2332.EG.224": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.224, (32.1.116) Sekretariat", "arch_name": "00.2332.224@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157356,18 +173641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74346, "usage_id": 40 }, "2332.EG.226": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.226, (32.0.104) Study Nurse/MTA", "arch_name": "00.2332.226@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157375,18 +173662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74347, "usage_id": 12 }, "2332.EG.227": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.227, (32.0.108) B\u00fcro", "arch_name": "00.2332.227@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157394,18 +173683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74322, "usage_id": 12 }, "2332.EG.228": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.125, (32.1.137) B\u00fcro", "arch_name": "00.2332.125@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157413,18 +173704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74297, "usage_id": 178 }, "2332.EG.231": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.231, (32.1.112) Sekretariat", "arch_name": "00.2332.231@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157432,18 +173725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74268, "usage_id": 40 }, "2332.EG.233": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.233, (32.0.?) SM+PP Diagnistik", "arch_name": "00.2332.233@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157451,18 +173746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74267, "usage_id": 124 }, "2332.EG.237": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.237, (32.0.406) PP+SM Umk. Herren", "arch_name": "00.2332.237@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157470,18 +173767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74318, "usage_id": 121 }, "2332.EG.239": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.239, (32.0.403) Ergometrie 2", "arch_name": "00.2332.239@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157489,18 +173788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74317, "usage_id": 178 }, "2332.EG.245": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.245, (32.0.402) Ergometrie 1", "arch_name": "00.2332.245@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157508,18 +173809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74315, "usage_id": 178 }, "2332.EG.251": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.251, (32.1.160) Drucker", "arch_name": "00.2332.251@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157527,18 +173830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74273, "usage_id": 110 }, "2332.EG.252": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.252, (32.1.161) Lager", "arch_name": "00.2332.252@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157546,18 +173851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74269, "usage_id": 30 }, "2332.EG.253": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.253, (32.0.102) Lager", "arch_name": "00.2332.253@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157565,18 +173872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74320, "usage_id": 30 }, "2332.EG.301": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.301, (32.0.301) B\u00fcro", "arch_name": "00.2332.301@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157584,18 +173893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74368, "usage_id": 12 }, "2332.EG.302": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.302, (32.0.304) B\u00fcro", "arch_name": "00.2332.302@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157603,18 +173914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74344, "usage_id": 12 }, "2332.EG.304": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.304, (32.0.308) B\u00fcro", "arch_name": "00.2332.304@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157622,18 +173935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74345, "usage_id": 12 }, "2332.EG.305": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.305, (32.0.309) Sortierstelle Post", "arch_name": "00.2332.305@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157641,18 +173956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74367, "usage_id": 180 }, "2332.EG.306": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.306, (32.0.312) Lager/Werkstatt", "arch_name": "00.2332.306@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157660,18 +173977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74397, "usage_id": 30 }, "2332.EG.309": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.309, (32.0.311) B\u00fcro", "arch_name": "00.2332.309@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157679,18 +173998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74343, "usage_id": 12 }, "2332.EG.310": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.302, (32.0.316) B\u00fcro", "arch_name": "00.2332.302@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157698,18 +174019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74383, "usage_id": 12 }, "2332.EG.311": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.311, (32.0.315) Kopier+B\u00fcromaterial", "arch_name": "00.2332.311@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157717,18 +174040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74342, "usage_id": 30 }, "2332.EG.312": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.312, (32.0.320) Elektrowerkstatt", "arch_name": "00.2332.312@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157736,18 +174061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74384, "usage_id": 51 }, "2332.EG.313": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.313, (32.0.317) B\u00fcro", "arch_name": "00.2332.313@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157755,18 +174082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74340, "usage_id": 12 }, "2332.EG.314": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.314, (32.0.324) Lager/Elektro", "arch_name": "00.2332.314@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157774,18 +174103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74398, "usage_id": 30 }, "2332.EG.315": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.315, (32.0.333) B\u00fcro", "arch_name": "00.2332.315@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157793,18 +174124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74339, "usage_id": 12 }, "2332.EG.316": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.316, (32.0.328) Schlosserei", "arch_name": "00.2332.316@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157812,18 +174145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74385, "usage_id": 108 }, "2332.EG.317": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.317, (32.0.323) B\u00fcro", "arch_name": "00.2332.317@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157831,18 +174166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74366, "usage_id": 12 }, "2332.EG.319": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.319, (32.1.329) Besprechung", "arch_name": "00.2332.319@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157850,18 +174187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74365, "usage_id": 196 }, "2332.EG.320": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.320, (32.0.334) Sozialraum", "arch_name": "00.2332.320@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157869,18 +174208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74386, "usage_id": 44 }, "2332.EG.321": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.321, (32.0.333) Fundsachen", "arch_name": "00.2332.321@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -157888,18 +174229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74338, "usage_id": 30 }, "2332.EG.322": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.322, (32.0.) Umkleide Damen", "arch_name": "00.2332.322@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -157907,18 +174250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74389, "usage_id": 121 }, "2332.EG.323": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.323, (32.0.335) Umkleide Damen", "arch_name": "00.2332.323@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -157926,18 +174271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74337, "usage_id": 121 }, "2332.EG.324": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.324, (32.0.340) Sozialraum", "arch_name": "00.2332.324@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -157945,18 +174292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74387, "usage_id": 44 }, "2332.EG.325": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.325, (32.0.?) Dusche Personal", "arch_name": "00.2332.325@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -157964,18 +174313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74362, "usage_id": 113 }, "2332.EG.326": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.326, (32.0.?) Umkleide Herren", "arch_name": "00.2332.326@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -157983,18 +174334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74390, "usage_id": 121 }, "2332.EG.327": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.327, (32.0.?) WC", "arch_name": "00.2332.327@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -158002,18 +174355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74363, "usage_id": 114 }, "2332.EG.328": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.328, (32.0.342) Med. Lager", "arch_name": "00.2332.328@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -158021,18 +174376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74399, "usage_id": 18 }, "2332.EG.329": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.329, (32.0.341) Umkleide Herren", "arch_name": "00.2332.329@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -158040,18 +174397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74336, "usage_id": 121 }, "2332.EG.330": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.330, (32.0.411) M\u00fcllraum", "arch_name": "00.2332.330@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38009, "seats": { @@ -158059,18 +174418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74357, "usage_id": 214 }, "2332.EG.331": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.331, (32.0.?) Dusche Personal", "arch_name": "00.2332.331@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -158078,18 +174439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74361, "usage_id": 113 }, "2332.EG.332": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.332, (32.0.162) Med. Lager", "arch_name": "00.2332.332@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -158097,18 +174460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74356, "usage_id": 18 }, "2332.EG.333": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.333, (32.0.?) Dusche Personal", "arch_name": "00.2332.333@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -158116,18 +174481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74360, "usage_id": 113 }, "2332.EG.335": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.335, (32.0.343) Dusche Personal", "arch_name": "00.2332.335@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -158135,18 +174502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74359, "usage_id": 113 }, "2332.EG.337": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.337, (32.0.345) WC", "arch_name": "00.2332.337@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -158154,18 +174523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74358, "usage_id": 114 }, "2332.EG.341": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.341, (32.0.498) Lager", "arch_name": "00.2332.341@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38009, "seats": { @@ -158173,18 +174544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74351, "usage_id": 30 }, "2332.EG.343": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.343, (32.0.408) Projektraum", "arch_name": "00.2332.343@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38009, "seats": { @@ -158192,18 +174565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74302, "usage_id": 12 }, "2332.EG.345": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.345, (32.0.407) K\u00fcche", "arch_name": "00.2332.345@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38009, "seats": { @@ -158211,18 +174586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74300, "usage_id": 28 }, "2332.EG.349": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.349, (32.0.406) Essraum", "arch_name": "00.2332.349@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38009, "seats": { @@ -158230,18 +174607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74301, "usage_id": 45 }, "2332.EG.701": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.701, (32.0.190-192) Treppe", "arch_name": "00.2332.701@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -158249,18 +174628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74258, "usage_id": 223 }, "2332.EG.702": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.702, (32.0.150) Treppe", "arch_name": "00.2332.702@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -158268,18 +174649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74283, "usage_id": 223 }, "2332.EG.703": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.703, (32.0.490-492) Treppe", "arch_name": "00.2332.703@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158287,18 +174670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74310, "usage_id": 223 }, "2332.EG.705": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.705, Flur", "arch_name": "00.2332.705@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -158306,18 +174691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71766, "usage_id": 222 }, "2332.EG.706": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.706, (32.0.152) Rampe", "arch_name": "00.2332.706@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158325,18 +174712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74259, "usage_id": 36 }, "2332.EG.707": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.707, (32.0.153) Flur", "arch_name": "00.2332.707@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158344,18 +174733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74261, "usage_id": 222 }, "2332.EG.708": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.708, (32.0.154) Flur", "arch_name": "00.2332.708@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158363,18 +174754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74241, "usage_id": 222 }, "2332.EG.709": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.709, (32.0.155) Flur", "arch_name": "00.2332.709@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158382,18 +174775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74304, "usage_id": 222 }, "2332.EG.710": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.710, (32.0.156) Flur", "arch_name": "00.2332.710@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158401,18 +174796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74305, "usage_id": 222 }, "2332.EG.711": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.711, (32.0.157) Flur", "arch_name": "00.2332.711@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158420,18 +174817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74306, "usage_id": 222 }, "2332.EG.712": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.712, (32.0.451) Flur", "arch_name": "00.2332.712@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158439,18 +174838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74311, "usage_id": 222 }, "2332.EG.720": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.720, (32.0.290-292) Treppe", "arch_name": "00.2332.720@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -158458,18 +174859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74292, "usage_id": 223 }, "2332.EG.721": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.721, (32.0.250) Treppe", "arch_name": "00.2332.721@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -158477,18 +174880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74271, "usage_id": 223 }, "2332.EG.722": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.722, (32.0.492-195) Treppe", "arch_name": "00.2332.722@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -158496,18 +174901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74265, "usage_id": 223 }, "2332.EG.725": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.725, Flur", "arch_name": "00.2332.725@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -158515,18 +174922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71764, "usage_id": 222 }, "2332.EG.726": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.726, (32.0.?) Rampe", "arch_name": "00.2332.726@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158534,18 +174943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74276, "usage_id": 36 }, "2332.EG.727": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.727, (32.0.253) Flur", "arch_name": "00.2332.727@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158553,18 +174964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74275, "usage_id": 222 }, "2332.EG.728": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.728, (32.0.254) Flur", "arch_name": "00.2332.728@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158572,18 +174985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74270, "usage_id": 222 }, "2332.EG.729": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.729, (32.0.255) Flur", "arch_name": "00.2332.729@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158591,18 +175006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74321, "usage_id": 222 }, "2332.EG.730": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.730, (32.0.256) Flur", "arch_name": "00.2332.730@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158610,18 +175027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74266, "usage_id": 222 }, "2332.EG.731": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.731, (32.0.257) Flur", "arch_name": "00.2332.731@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158629,18 +175048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74264, "usage_id": 222 }, "2332.EG.732": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.732, (32.0.258) Flur", "arch_name": "00.2332.732@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158648,18 +175069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74298, "usage_id": 222 }, "2332.EG.733": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.733, (32.0.453) Flur", "arch_name": "00.2332.733@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158667,18 +175090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74319, "usage_id": 222 }, "2332.EG.734": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.734, (32.0.452) Flur", "arch_name": "00.2332.734@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158686,18 +175111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74316, "usage_id": 222 }, "2332.EG.740": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.740, Treppe", "arch_name": "00.2332.740@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -158705,18 +175132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71800, "usage_id": 223 }, "2332.EG.741": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.741, (32.0.496-497) Treppe", "arch_name": "00.2332.741@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -158724,18 +175153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74350, "usage_id": 223 }, "2332.EG.745": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.745, Flur", "arch_name": "00.2332.745@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -158743,18 +175174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71801, "usage_id": 222 }, "2332.EG.746": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.746, (32.0.3?) Flur", "arch_name": "00.2332.746@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158762,18 +175195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74341, "usage_id": 222 }, "2332.EG.747": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.747, (32.0.3?) Flur", "arch_name": "00.2332.747@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158781,18 +175216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74364, "usage_id": 222 }, "2332.EG.748": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.748, (32.0.?) Flur", "arch_name": "00.2332.748@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158800,18 +175237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74388, "usage_id": 222 }, "2332.EG.749": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.749, (32.0.3?) Flur", "arch_name": "00.2332.749@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158819,18 +175258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74391, "usage_id": 222 }, "2332.EG.750": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.750, (32.0.352) Flur", "arch_name": "00.2332.750@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158838,18 +175279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74335, "usage_id": 222 }, "2332.EG.751": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.751, (32.0.466) Rampe", "arch_name": "00.2332.751@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158857,18 +175300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74355, "usage_id": 36 }, "2332.EG.752": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.752, (32.0.452) Rampe", "arch_name": "00.2332.752@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158876,18 +175321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74303, "usage_id": 36 }, "2332.EG.753": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.753, (32.0.455) Flur", "arch_name": "00.2332.753@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158895,18 +175342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74354, "usage_id": 222 }, "2332.EG.754": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.754, (32.0.499) Flur", "arch_name": "00.2332.754@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158914,18 +175363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74353, "usage_id": 222 }, "2332.EG.755": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.755, (32.0.454) Flur", "arch_name": "00.2332.755@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -158933,18 +175384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74349, "usage_id": 222 }, "2332.EG.842": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.842, Aufzug 2", "arch_name": "00.2332.842@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38004, "seats": { @@ -158952,18 +175405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71763, "usage_id": 4 }, "2332.EG.847": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.847, (32.0.409) Technik", "arch_name": "00.2332.847@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38009, "seats": { @@ -158971,18 +175426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74334, "usage_id": 120 }, "2332.EG.901": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.901, (32.A.401) Flur Au\u00dfenbereich", "arch_name": "00.2332.901@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -158990,18 +175447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74263, "usage_id": 219 }, "2332.EG.920": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.920, (32.A.402) Au\u00dfenbereich", "arch_name": "00.2332.920@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159009,18 +175468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74348, "usage_id": 219 }, "2332.EG.940": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.940, (32.A.403) Au\u00dfenbereich", "arch_name": "00.2332.940@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159028,18 +175489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74352, "usage_id": 219 }, "2332.EG.951": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.951, (32.A.120) Au\u00dfenbereich", "arch_name": "00.2332.951@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159047,18 +175510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74313, "usage_id": 219 }, "2332.EG.952": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.952, (35.A.020) Au\u00dfenbereich", "arch_name": "00.2332.952@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159066,18 +175531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74314, "usage_id": 219 }, "2332.EG.953": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.953, (35.A.030) Au\u00dfenbereich", "arch_name": "00.2332.953@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159085,18 +175552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74299, "usage_id": 219 }, "2332.EG.961": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.961, Flur Au\u00dfenbereich", "arch_name": "00.2332.961@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159104,18 +175573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71810, "usage_id": 219 }, "2332.EG.962": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.962, Flur Au\u00dfenbereich", "arch_name": "00.2332.962@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159123,18 +175594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71802, "usage_id": 219 }, "2332.EG.963": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.963, Flur Au\u00dfenbereich", "arch_name": "00.2332.963@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159142,18 +175615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71747, "usage_id": 219 }, "2332.EG.971": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2332.971, (32.A.120) Au\u00dfenbereich", "arch_name": "00.2332.971@2332", "area_id": 18, "building_id": 2829, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159161,18 +175636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74312, "usage_id": 219 }, "2333.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.101, Projektraum", "arch_name": "01.2333.101@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159180,18 +175657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71767, "usage_id": 23 }, "2333.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.102, Eye Tracking Diagnostik", "arch_name": "01.2333.102@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159199,18 +175678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71812, "usage_id": 103 }, "2333.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.103, Fachschaft Sport", "arch_name": "01.2333.103@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38790, "seats": { @@ -159218,18 +175699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71813, "usage_id": 208 }, "2333.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.104, B\u00fcro", "arch_name": "01.2333.104@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159237,18 +175720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71769, "usage_id": 12 }, "2333.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.105, B\u00fcro", "arch_name": "01.2333.105@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159256,18 +175741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71770, "usage_id": 12 }, "2333.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.106, Leitungsb\u00fcro", "arch_name": "01.2333.106@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159275,19 +175762,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71771, "usage_id": 12 }, "2333.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.107, Drucker", "arch_name": "01.2333.107@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 32258, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159295,18 +175784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71754, "usage_id": 12 }, "2333.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.108, Stud. Arbeitspl.", "arch_name": "01.2333.108@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159314,18 +175805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71755, "usage_id": 198 }, "2333.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.109, SGM Leitung", "arch_name": "01.2333.109@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159333,18 +175826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71756, "usage_id": 12 }, "2333.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.110, Sekretariat", "arch_name": "01.2333.110@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159352,18 +175847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71773, "usage_id": 40 }, "2333.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.111, SGM Mitarbeiter", "arch_name": "01.2333.111@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159371,18 +175868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71774, "usage_id": 12 }, "2333.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.112, SGM Mitarbeiter", "arch_name": "01.2333.112@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159390,18 +175889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71775, "usage_id": 12 }, "2333.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.113, SGM Mitarbeiter", "arch_name": "01.2333.113@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159409,18 +175910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71776, "usage_id": 12 }, "2333.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.114, SGM Mitarbeiter", "arch_name": "01.2333.114@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159428,18 +175931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71777, "usage_id": 12 }, "2333.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.115, B\u00fcro", "arch_name": "01.2333.115@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159447,18 +175952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71778, "usage_id": 12 }, "2333.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.116, B\u00fcro", "arch_name": "01.2333.116@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159466,18 +175973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71814, "usage_id": 12 }, "2333.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.117, WC-Herren", "arch_name": "01.2333.117@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -159485,18 +175994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71758, "usage_id": 115 }, "2333.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.119, WC-Damen", "arch_name": "01.2333.119@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -159504,38 +176015,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71757, "usage_id": 116 }, "2333.01.206": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.206, CYR-Cycling-Raum", "arch_name": "01.2333.206@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31558, + "floor_level": "1.OG", "floor_type": "Kunststoff", - "main_operator_id": 19672, + "main_operator_id": 14195, "seats": { "sitting": 25, "standing": null, "wheelchair": null }, + "tumonline_id": 71780, "usage_id": 128 }, "2333.01.301": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.301, WC Barrierefrei", "arch_name": "01.2333.301@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -159543,18 +176058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71784, "usage_id": 117 }, "2333.01.302": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.302, WC-Herren", "arch_name": "01.2333.302@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -159562,18 +176079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71785, "usage_id": 115 }, "2333.01.303": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.119, WC-Damen", "arch_name": "01.2333.119@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -159581,18 +176100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72089, "usage_id": 116 }, "2333.01.304": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.304, FMG Zentralarchiv", "arch_name": "01.2333.304@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -159600,18 +176121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71787, "usage_id": 2 }, "2333.01.305": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.305, Lager H\u00f6rs\u00e4le/Seminarr\u00e4ume", "arch_name": "01.2333.305@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26064, "seats": { @@ -159619,18 +176142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71788, "usage_id": 30 }, "2333.01.306": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.306, Lager ZHS", "arch_name": "01.2333.306@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19672, "seats": { @@ -159638,18 +176163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71790, "usage_id": 30 }, "2333.01.307": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.307, L\u00fcftungszentrale 8", "arch_name": "01.2333.307@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 37555, "seats": { @@ -159657,18 +176184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71736, "usage_id": 32 }, "2333.01.308": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.308, E-ELA", "arch_name": "01.2333.308@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -159676,38 +176205,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71786, "usage_id": 120 }, "2333.01.310": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.310, FIG - Fitnessgalerie", "arch_name": "01.2333.310@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31559, + "floor_level": "1.OG", "floor_type": "Kunststoff", - "main_operator_id": 19672, + "main_operator_id": 14195, "seats": { "sitting": 25, "standing": null, "wheelchair": null }, + "tumonline_id": 71781, "usage_id": 128 }, "2333.01.701": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.701, Treppe", "arch_name": "01.2333.701@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159715,18 +176248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71753, "usage_id": 223 }, "2333.01.705": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.705, Flur", "arch_name": "01.2333.705@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159734,18 +176269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71772, "usage_id": 222 }, "2333.01.706": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.706, Flur", "arch_name": "01.2333.706@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159753,18 +176290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71779, "usage_id": 222 }, "2333.01.707": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.707, Flur", "arch_name": "01.2333.707@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159772,18 +176311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71815, "usage_id": 222 }, "2333.01.708": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.708, Flur", "arch_name": "01.2333.708@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159791,18 +176332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71761, "usage_id": 222 }, "2333.01.709": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.709, Flur", "arch_name": "01.2333.709@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159810,18 +176353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71768, "usage_id": 222 }, "2333.01.710": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.710, Flur", "arch_name": "01.2333.710@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159829,18 +176374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71752, "usage_id": 222 }, "2333.01.720": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.720, Treppe", "arch_name": "01.2333.720@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159848,18 +176395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71759, "usage_id": 223 }, "2333.01.740": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.740, Treppe", "arch_name": "01.2333.740@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159867,18 +176416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71762, "usage_id": 223 }, "2333.01.741": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.741, Treppe", "arch_name": "01.2333.741@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159886,18 +176437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71782, "usage_id": 223 }, "2333.01.745": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.745, Flur", "arch_name": "01.2333.745@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -159905,18 +176458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71783, "usage_id": 222 }, "2333.01.746": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.746, Flur", "arch_name": "01.2333.746@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -159924,18 +176479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71735, "usage_id": 222 }, "2333.01.747": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.747, Flur", "arch_name": "01.2333.747@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -159943,18 +176500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71789, "usage_id": 222 }, "2333.01.821": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2333.821, (33.1.270) E-UV", "arch_name": "01.2333.821@2333", "area_id": 18, "building_id": 2809, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 38004, "seats": { @@ -159962,18 +176521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71760, "usage_id": 120 }, "2333.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.101, Lager/Waschraum/Klettern", "arch_name": "00.2333.101@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19672, "seats": { @@ -159981,19 +176542,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71671, "usage_id": 30 }, "2333.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.102, Seminarraum 7", "arch_name": "00.2333.102@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31613, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -160001,18 +176564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71636, "usage_id": 41 }, "2333.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.105, B\u00fcro", "arch_name": "00.2333.105@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -160020,18 +176585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71637, "usage_id": 12 }, "2333.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.106, B\u00fcro", "arch_name": "00.2333.106@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -160039,18 +176606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71714, "usage_id": 12 }, "2333.EG.107": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.107, SM-PP Traininsbereich", "arch_name": "00.2333.107@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -160058,19 +176627,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71716, "usage_id": 128 }, "2333.EG.111": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.111, Lernlabor 1.1", "arch_name": "00.2333.111@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 32052, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -160078,19 +176649,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71717, "usage_id": 103 }, "2333.EG.112": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.112, Lernlabor 1.2", "arch_name": "00.2333.112@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31812, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -160098,19 +176671,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71719, "usage_id": 103 }, "2333.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.113, B\u00fcro", "arch_name": "00.2333.113@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 32232, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -160118,19 +176693,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71673, "usage_id": 12 }, "2333.EG.114": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.114, B\u00fcro", "arch_name": "00.2333.114@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 32233, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -160138,19 +176715,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71720, "usage_id": 12 }, "2333.EG.115": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.115, Lernlabor 2", "arch_name": "00.2333.115@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 32053, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -160158,19 +176737,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71721, "usage_id": 103 }, "2333.EG.201": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.201, DFH 1 - Dreifachhalle 1", "arch_name": "00.2333.201@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31516, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -160178,19 +176759,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71635, "usage_id": 191 }, "2333.EG.202": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.202, DFH 2 - Dreifachhalle 2", "arch_name": "00.2333.202@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31517, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -160198,19 +176781,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71638, "usage_id": 191 }, "2333.EG.203": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.203, DFH 3 - Dreifachhalle 3", "arch_name": "00.2333.203@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31518, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -160218,19 +176803,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71639, "usage_id": 191 }, "2333.EG.204": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.204, DIA - Diagnostikhalle", "arch_name": "00.2333.204@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 32054, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -160238,19 +176825,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71672, "usage_id": 191 }, "2333.EG.205": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.205, GSR 2 - Gesundheitsraum 2", "arch_name": "00.2333.205@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31514, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14195, "seats": { @@ -160258,19 +176847,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71675, "usage_id": 191 }, "2333.EG.206": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.206, GSR 1 - Gesundheitsraum 1", "arch_name": "00.2333.206@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31515, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14195, "seats": { @@ -160278,18 +176869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71674, "usage_id": 191 }, "2333.EG.301": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.301, Erste Hilfe", "arch_name": "00.2333.301@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -160297,18 +176890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71640, "usage_id": 178 }, "2333.EG.302": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.302, Ger\u00e4teraum", "arch_name": "00.2333.302@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -160316,18 +176911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71641, "usage_id": 18 }, "2333.EG.303": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.303, Ger\u00e4teraum", "arch_name": "00.2333.303@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -160335,18 +176932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71623, "usage_id": 18 }, "2333.EG.306": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.306, Ger\u00e4teraum", "arch_name": "00.2333.306@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -160354,18 +176953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71642, "usage_id": 18 }, "2333.EG.308": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.308, Putzmittel", "arch_name": "00.2333.308@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26081, "seats": { @@ -160373,38 +176974,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71644, "usage_id": 205 }, "2333.EG.310": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.310, FIT - Fitnessraum", "arch_name": "00.2333.310@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31557, + "floor_level": "EG", "floor_type": "Kunststoff", - "main_operator_id": 19672, + "main_operator_id": 14195, "seats": { "sitting": 100, "standing": null, "wheelchair": null }, + "tumonline_id": 71726, "usage_id": 128 }, "2333.EG.311": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.311, Lager FIT", "arch_name": "00.2333.311@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19672, "seats": { @@ -160412,19 +177017,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71625, "usage_id": 30 }, "2333.EG.320": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.205, TUH 1 - Turnhalle 1", "arch_name": "00.2333.205@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31493, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -160432,19 +177039,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71621, "usage_id": 191 }, "2333.EG.321": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.321, TUH 2 - Turnhalle 2", "arch_name": "00.2333.321@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31494, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -160452,19 +177061,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71676, "usage_id": 191 }, "2333.EG.322": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.322, TUH 3 - Turnhalle 3", "arch_name": "00.2333.322@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31495, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -160472,19 +177083,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71624, "usage_id": 191 }, "2333.EG.323": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.323, STH - Schulturnhalle", "arch_name": "00.2333.323@2333", "area_id": 18, "building_id": 2809, "calendar_resource_nr": 31512, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -160492,18 +177105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71643, "usage_id": 191 }, "2333.EG.701": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.701, Treppe", "arch_name": "00.2333.701@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -160511,18 +177126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71712, "usage_id": 223 }, "2333.EG.705": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.705, Flur", "arch_name": "00.2333.705@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -160530,18 +177147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71715, "usage_id": 222 }, "2333.EG.706": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.706, Flur", "arch_name": "00.2333.706@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -160549,18 +177168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71718, "usage_id": 222 }, "2333.EG.707": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.707, Flur", "arch_name": "00.2333.707@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -160568,18 +177189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71722, "usage_id": 222 }, "2333.EG.708": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.708, Flur", "arch_name": "00.2333.708@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -160587,18 +177210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71713, "usage_id": 222 }, "2333.EG.720": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.720, Treppe", "arch_name": "00.2333.720@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -160606,18 +177231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71723, "usage_id": 223 }, "2333.EG.740": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.740, Treppe", "arch_name": "00.2333.740@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -160625,18 +177252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71622, "usage_id": 223 }, "2333.EG.741": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.741, Treppe", "arch_name": "00.2333.741@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14195, "seats": { @@ -160644,18 +177273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71626, "usage_id": 223 }, "2333.EG.745": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2333.745, Flur", "arch_name": "00.2333.745@2333", "area_id": 18, "building_id": 2809, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -160663,18 +177294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71725, "usage_id": 222 }, "2334.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.101, (34.1.304) EPD + SGM + GA Besprechung", "arch_name": "01.2334.101@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160682,18 +177315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74884, "usage_id": 196 }, "2334.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.102, (34.1.307) B\u00fcro", "arch_name": "01.2334.102@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160701,18 +177336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74877, "usage_id": 12 }, "2334.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.104, (34.1.309) B\u00fcro", "arch_name": "01.2334.104@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160720,18 +177357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74875, "usage_id": 12 }, "2334.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.106, (34.1.311) B\u00fcro", "arch_name": "01.2334.106@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160739,18 +177378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74856, "usage_id": 12 }, "2334.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.107, (34.1.315) B\u00fcro", "arch_name": "01.2334.107@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160758,18 +177399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74879, "usage_id": 12 }, "2334.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.108, (34.1.315) B\u00fcro", "arch_name": "01.2334.108@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160777,18 +177420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74855, "usage_id": 12 }, "2334.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.109, (34.1.316) Sekretariat", "arch_name": "01.2334.109@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160796,18 +177441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74878, "usage_id": 40 }, "2334.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.110, (34.1.317) B\u00fcro", "arch_name": "01.2334.110@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160815,18 +177462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74871, "usage_id": 12 }, "2334.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.111, (34.1.318) B\u00fcro", "arch_name": "01.2334.111@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160834,18 +177483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74854, "usage_id": 12 }, "2334.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.112, (34.1.321) B\u00fcro", "arch_name": "01.2334.112@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160853,18 +177504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74870, "usage_id": 12 }, "2334.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.113, (34.1.320) B\u00fcro", "arch_name": "01.2334.113@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160872,18 +177525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74853, "usage_id": 12 }, "2334.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.114, (34.1.323) FMG + EPD Teek\u00fcche", "arch_name": "01.2334.114@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160891,18 +177546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74851, "usage_id": 198 }, "2334.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.115, (34.1.324) B\u00fcro", "arch_name": "01.2334.115@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160910,18 +177567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74873, "usage_id": 12 }, "2334.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.117, (34.1.326) B\u00fcro", "arch_name": "01.2334.117@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160929,18 +177588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74872, "usage_id": 12 }, "2334.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.118, (34.1.327) B\u00fcro", "arch_name": "01.2334.118@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160948,18 +177609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74849, "usage_id": 12 }, "2334.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.119, (34.1.328) B\u00fcro", "arch_name": "01.2334.119@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160967,18 +177630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74869, "usage_id": 12 }, "2334.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.120, (34.1.329) B\u00fcro", "arch_name": "01.2334.120@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -160986,18 +177651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74848, "usage_id": 12 }, "2334.01.121": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.121, (34.1.332) B\u00fcro", "arch_name": "01.2334.121@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161005,18 +177672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74868, "usage_id": 12 }, "2334.01.122": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.122, (34.1.331) B\u00fcro", "arch_name": "01.2334.122@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161024,18 +177693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74845, "usage_id": 12 }, "2334.01.123": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.123, (34.1.334) B\u00fcro", "arch_name": "01.2334.123@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161043,18 +177714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74867, "usage_id": 12 }, "2334.01.124": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.124, (34.1.333) B\u00fcro", "arch_name": "01.2334.124@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161062,18 +177735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74882, "usage_id": 12 }, "2334.01.125": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.125, (34.1.336) B\u00fcro", "arch_name": "01.2334.125@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161081,18 +177756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74847, "usage_id": 12 }, "2334.01.126": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.126, (34.1.337) B\u00fcro", "arch_name": "01.2334.126@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161100,18 +177777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74881, "usage_id": 12 }, "2334.01.127": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.127, (34.1.340) B\u00fcro", "arch_name": "01.2334.127@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161119,18 +177798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74846, "usage_id": 12 }, "2334.01.128": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.128, (34.1.339) B\u00fcro", "arch_name": "01.2334.128@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161138,18 +177819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74880, "usage_id": 12 }, "2334.01.129": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.129, (34.1.342) B\u00fcro", "arch_name": "01.2334.129@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161157,18 +177840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74862, "usage_id": 12 }, "2334.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.130, (34.1.341) B\u00fcro", "arch_name": "01.2334.130@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161176,18 +177861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74865, "usage_id": 12 }, "2334.01.131": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.131, (34.1.344) B\u00fcro", "arch_name": "01.2334.131@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161195,18 +177882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74861, "usage_id": 12 }, "2334.01.132": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.132, (34.1.343) B\u00fcro", "arch_name": "01.2334.132@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161214,18 +177903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74864, "usage_id": 12 }, "2334.01.133": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.133, (34.1.346) B\u00fcro", "arch_name": "01.2334.133@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161233,18 +177924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74860, "usage_id": 12 }, "2334.01.134": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.134, (34.1.345) B\u00fcro", "arch_name": "01.2334.134@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161252,18 +177945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74863, "usage_id": 12 }, "2334.01.135": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.135, (34.1.414) WC-Damen", "arch_name": "01.2334.135@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -161271,18 +177966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74798, "usage_id": 116 }, "2334.01.137": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.137, (34.1.413) WC-Herren", "arch_name": "01.2334.137@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -161290,18 +177987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74799, "usage_id": 115 }, "2334.01.141": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.141, (34.1.417) Teek\u00fcche", "arch_name": "01.2334.141@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161309,18 +178008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74764, "usage_id": 198 }, "2334.01.143": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.143, (34.1.416) Dekanatssaal", "arch_name": "01.2334.143@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161328,18 +178029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74800, "usage_id": 142 }, "2334.01.151": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.151, (34.1.360) FMG + EPD Drucker", "arch_name": "01.2334.151@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161347,18 +178050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74883, "usage_id": 110 }, "2334.01.152": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.152, (34.1.361) Lager", "arch_name": "01.2334.152@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161366,18 +178071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74850, "usage_id": 30 }, "2334.01.153": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.153, (34.1.362) Erste Hilfe", "arch_name": "01.2334.153@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161385,18 +178092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74866, "usage_id": 178 }, "2334.01.155": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.155, (34.1.415) B\u00fcro", "arch_name": "01.2334.155@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161404,18 +178113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74858, "usage_id": 12 }, "2334.01.157": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.157, (34.1.418) B\u00fcro", "arch_name": "01.2334.157@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161423,18 +178134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74859, "usage_id": 12 }, "2334.01.201": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.201, (34.1.208) B\u00fcro", "arch_name": "01.2334.201@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161442,18 +178155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74761, "usage_id": 12 }, "2334.01.202": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.202, (34.1.203) Besprechung", "arch_name": "01.2334.202@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161461,18 +178176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74762, "usage_id": 196 }, "2334.01.203": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.203, (34.1.210) B\u00fcro", "arch_name": "01.2334.203@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161480,18 +178197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74760, "usage_id": 12 }, "2334.01.205": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.205, (34.1.214) B\u00fcro", "arch_name": "01.2334.205@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161499,18 +178218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74759, "usage_id": 12 }, "2334.01.207": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.207, (34.1.216) B\u00fcro", "arch_name": "01.2334.207@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161518,18 +178239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74758, "usage_id": 12 }, "2334.01.208": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.208, (34.1.211) B\u00fcro", "arch_name": "01.2334.208@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161537,18 +178260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74757, "usage_id": 12 }, "2334.01.209": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.209, (34.1.220) B\u00fcro", "arch_name": "01.2334.209@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161556,18 +178281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74788, "usage_id": 12 }, "2334.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.210, (34.1.213) B\u00fcro", "arch_name": "01.2334.210@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161575,18 +178302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74756, "usage_id": 12 }, "2334.01.211": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.211, (34.1.222) B\u00fcro", "arch_name": "01.2334.211@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161594,18 +178323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74801, "usage_id": 12 }, "2334.01.212": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.212, (34.1.215) B\u00fcro", "arch_name": "01.2334.212@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161613,18 +178344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74755, "usage_id": 12 }, "2334.01.215": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.215, (34.1.226) B\u00fcro", "arch_name": "01.2334.215@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161632,18 +178365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74784, "usage_id": 12 }, "2334.01.216": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.216, (34.1.219) B\u00fcro", "arch_name": "01.2334.216@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161651,18 +178386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74787, "usage_id": 12 }, "2334.01.217": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.217, (34.1.230) B\u00fcro", "arch_name": "01.2334.217@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161670,18 +178407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74783, "usage_id": 12 }, "2334.01.218": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.218, (34.1.221) B\u00fcro", "arch_name": "01.2334.218@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161689,18 +178428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74786, "usage_id": 12 }, "2334.01.219": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.219, (34.1.232) B\u00fcro", "arch_name": "01.2334.219@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161708,18 +178449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74749, "usage_id": 12 }, "2334.01.220": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.220, (34.1.223) Teek\u00fcche", "arch_name": "01.2334.220@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161727,18 +178470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74782, "usage_id": 198 }, "2334.01.221": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.221, (34.1.236) B\u00fcro", "arch_name": "01.2334.221@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161746,18 +178491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74781, "usage_id": 12 }, "2334.01.223": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.223, (34.1.238) B\u00fcro", "arch_name": "01.2334.223@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161765,18 +178512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74806, "usage_id": 12 }, "2334.01.224": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.224, (34.1.229) B\u00fcro", "arch_name": "01.2334.224@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161784,18 +178533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74752, "usage_id": 12 }, "2334.01.225": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.225, (34.1.242) Sekretariat", "arch_name": "01.2334.225@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161803,18 +178554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74778, "usage_id": 40 }, "2334.01.226": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.226, (34.1.231) B\u00fcro", "arch_name": "01.2334.226@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161822,18 +178575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74751, "usage_id": 12 }, "2334.01.227": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.227, (34.1.244) B\u00fcro", "arch_name": "01.2334.227@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161841,18 +178596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74777, "usage_id": 12 }, "2334.01.228": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.228, (34.1.233) B\u00fcro", "arch_name": "01.2334.228@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161860,18 +178617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74780, "usage_id": 12 }, "2334.01.230": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.230, (34.1.235) B\u00fcro", "arch_name": "01.2334.230@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161879,18 +178638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74779, "usage_id": 12 }, "2334.01.231": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.231, (34.1.408) B\u00fcro", "arch_name": "01.2334.231@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161898,18 +178659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74791, "usage_id": 12 }, "2334.01.232": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.232, (34.1.239) B\u00fcro", "arch_name": "01.2334.232@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161917,18 +178680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74775, "usage_id": 12 }, "2334.01.233": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.233, (34.1.409) B\u00fcro", "arch_name": "01.2334.233@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161936,18 +178701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74792, "usage_id": 12 }, "2334.01.234": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.234, (34.1.241) B\u00fcro", "arch_name": "01.2334.234@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161955,18 +178722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74774, "usage_id": 12 }, "2334.01.235": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.235, (34.1.410) Drucker/Copy", "arch_name": "01.2334.235@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161974,18 +178743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74793, "usage_id": 110 }, "2334.01.236": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.236, (34.1.243) B\u00fcro", "arch_name": "01.2334.236@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -161993,18 +178764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74773, "usage_id": 12 }, "2334.01.237": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.237, (34.1.411) Sekretariat", "arch_name": "01.2334.237@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162012,18 +178785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74803, "usage_id": 40 }, "2334.01.239": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.239, (34.1.412) B\u00fcro", "arch_name": "01.2334.239@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162031,18 +178806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74794, "usage_id": 12 }, "2334.01.251": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.251, (34.1.260) Drucker", "arch_name": "01.2334.251@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162050,18 +178827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74789, "usage_id": 110 }, "2334.01.252": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.252, (34.1.261) Lager", "arch_name": "01.2334.252@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162069,18 +178848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74785, "usage_id": 30 }, "2334.01.253": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.253, (34.1.262) Drucker", "arch_name": "01.2334.253@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162088,18 +178869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74776, "usage_id": 110 }, "2334.01.301": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.301, Theke u. EDV-Arbeitspl\u00e4tze", "arch_name": "01.2334.301@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162107,18 +178890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71662, "usage_id": 164 }, "2334.01.302": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.302, WC-Damen + Barrierefrei", "arch_name": "01.2334.302@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26729, "seats": { @@ -162126,18 +178911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71627, "usage_id": 117 }, "2334.01.303": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.302, WC-Herren", "arch_name": "01.2334.302@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26729, "seats": { @@ -162145,18 +178932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71628, "usage_id": 115 }, "2334.01.305": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.305, Teek\u00fcche", "arch_name": "01.2334.305@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162164,18 +178953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71629, "usage_id": 198 }, "2334.01.306": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.306, B\u00fcro", "arch_name": "01.2334.306@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162183,18 +178974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71630, "usage_id": 12 }, "2334.01.308": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.308, Freihandbereich", "arch_name": "01.2334.308@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162202,18 +178995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71663, "usage_id": 190 }, "2334.01.309": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.309, Kopierer/Scanner", "arch_name": "01.2334.309@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162221,18 +179016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71631, "usage_id": 110 }, "2334.01.310": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.310, Carrel 1", "arch_name": "01.2334.310@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162240,18 +179037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71689, "usage_id": 12 }, "2334.01.311": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.311, Carrel 2", "arch_name": "01.2334.311@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162259,18 +179058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71667, "usage_id": 12 }, "2334.01.312": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.312, Carrel 3", "arch_name": "01.2334.312@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162278,18 +179079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71690, "usage_id": 12 }, "2334.01.313": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.313, Carrel 4", "arch_name": "01.2334.313@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162297,18 +179100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71691, "usage_id": 12 }, "2334.01.314": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.314, Carrel 5", "arch_name": "01.2334.314@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162316,18 +179121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71710, "usage_id": 12 }, "2334.01.315": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.315, Technik", "arch_name": "01.2334.315@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26729, "seats": { @@ -162335,18 +179142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71666, "usage_id": 120 }, "2334.01.316": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.316, Carrel 6 - Barrierefrei", "arch_name": "01.2334.316@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162354,18 +179163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71711, "usage_id": 12 }, "2334.01.317": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.317, Lesebereich", "arch_name": "01.2334.317@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162373,18 +179184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71632, "usage_id": 150 }, "2334.01.318": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.318, Schulungsraum", "arch_name": "01.2334.318@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162392,18 +179205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71633, "usage_id": 130 }, "2334.01.319": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.319, Gruppenarbeitsraum", "arch_name": "01.2334.319@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162411,18 +179226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71634, "usage_id": 131 }, "2334.01.320": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.320, Gruppenarbeitsraum", "arch_name": "01.2334.320@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162430,18 +179247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71668, "usage_id": 131 }, "2334.01.321": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.321, (34.1.402) Gruppenarbeitsraum", "arch_name": "01.2334.321@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -162449,18 +179268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74768, "usage_id": 131 }, "2334.01.323": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.323, (34.1.403) Besprechungsraum", "arch_name": "01.2334.323@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162468,18 +179289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74769, "usage_id": 196 }, "2334.01.325": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.325, (34.1.404) B\u00fcro", "arch_name": "01.2334.325@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162487,18 +179310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74770, "usage_id": 12 }, "2334.01.327": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.327, (34.1.405) B\u00fcro", "arch_name": "01.2334.327@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162506,18 +179331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74804, "usage_id": 12 }, "2334.01.340": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.340, (34.1.407) WC-Damen", "arch_name": "01.2334.340@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -162525,18 +179352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74772, "usage_id": 116 }, "2334.01.342": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.342, (34.1.406) WC-Herren", "arch_name": "01.2334.342@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -162544,18 +179373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74765, "usage_id": 115 }, "2334.01.701": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.701, (34.1.390-391) Treppe", "arch_name": "01.2334.701@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26729, "seats": { @@ -162563,18 +179394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74857, "usage_id": 223 }, "2334.01.702": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.702, (34.1.350) Treppe", "arch_name": "01.2334.702@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26729, "seats": { @@ -162582,18 +179415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74874, "usage_id": 223 }, "2334.01.703": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.703, (34.1.494-495) Treppe", "arch_name": "01.2334.703@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26729, "seats": { @@ -162601,18 +179436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74763, "usage_id": 223 }, "2334.01.705": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.705, (34.1.353) Flur", "arch_name": "01.2334.705@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162620,18 +179457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74885, "usage_id": 222 }, "2334.01.706": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.706, (34.1.354) Flur", "arch_name": "01.2334.706@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162639,18 +179478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74852, "usage_id": 222 }, "2334.01.707": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.707, (34.1.355) Flur", "arch_name": "01.2334.707@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162658,18 +179499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74876, "usage_id": 222 }, "2334.01.708": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.708, (34.1.356) Flur", "arch_name": "01.2334.708@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162677,18 +179520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74795, "usage_id": 222 }, "2334.01.709": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.709, (34.1.482) Flur", "arch_name": "01.2334.709@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162696,18 +179541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74796, "usage_id": 222 }, "2334.01.710": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.710, (34.1.456) Flur", "arch_name": "01.2334.710@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162715,18 +179562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74797, "usage_id": 222 }, "2334.01.711": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.711, (34.1.?) Flur", "arch_name": "01.2334.711@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162734,18 +179583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74833, "usage_id": 222 }, "2334.01.720": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.720, (34.1.290-291) Treppe", "arch_name": "01.2334.720@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26729, "seats": { @@ -162753,18 +179604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74802, "usage_id": 223 }, "2334.01.721": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.721, (34.1.250) Treppe", "arch_name": "01.2334.721@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26729, "seats": { @@ -162772,18 +179625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74754, "usage_id": 223 }, "2334.01.722": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.722, (34.1.491-493) Treppe", "arch_name": "01.2334.722@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26729, "seats": { @@ -162791,18 +179646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74771, "usage_id": 223 }, "2334.01.725": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.725, (34.1.253) Flur", "arch_name": "01.2334.725@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162810,18 +179667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74790, "usage_id": 222 }, "2334.01.726": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.726, (34.1.254) Flur", "arch_name": "01.2334.726@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162829,18 +179688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74753, "usage_id": 222 }, "2334.01.727": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.727, (34.1.255) Flur", "arch_name": "01.2334.727@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162848,18 +179709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74750, "usage_id": 222 }, "2334.01.728": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.728, (34.1.256) Flur", "arch_name": "01.2334.728@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162867,18 +179730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74766, "usage_id": 222 }, "2334.01.729": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.729, (34.1.453) Flur", "arch_name": "01.2334.729@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162886,18 +179751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74805, "usage_id": 222 }, "2334.01.740": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.745, Treppe", "arch_name": "01.2334.745@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162905,18 +179772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71664, "usage_id": 223 }, "2334.01.741": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.741, Treppe", "arch_name": "01.2334.741@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26729, "seats": { @@ -162924,18 +179793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71670, "usage_id": 223 }, "2334.01.745": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.745, Windfang Bibliothek", "arch_name": "01.2334.745@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26729, "seats": { @@ -162943,18 +179814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71709, "usage_id": 52 }, "2334.01.746": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.746, Flur", "arch_name": "01.2334.746@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -162962,18 +179835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71669, "usage_id": 222 }, "2334.01.747": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.747, (34.1.452) Flur", "arch_name": "01.2334.747@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -162981,18 +179856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74767, "usage_id": 222 }, "2334.01.809": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "01.2334.809, Aufzug 3", "arch_name": "01.2334.809@2334", "area_id": 18, "building_id": 2789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38004, "seats": { @@ -163000,18 +179877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72101, "usage_id": 4 }, "2334.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.202, WC-Herren", "arch_name": "00.2334.202@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -163019,18 +179898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71730, "usage_id": 115 }, "2334.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.102, WC-Damen", "arch_name": "00.2334.102@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -163038,18 +179919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71728, "usage_id": 116 }, "2334.EG.103": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.103, (34.0.304) Besprechung", "arch_name": "00.2334.103@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163057,18 +179940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74597, "usage_id": 196 }, "2334.EG.104": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.104, (34.0.307) B\u00fcro", "arch_name": "00.2334.104@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163076,18 +179961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74599, "usage_id": 12 }, "2334.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.106, (34.0.309) B\u00fcro", "arch_name": "00.2334.106@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163095,18 +179982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74550, "usage_id": 12 }, "2334.EG.108": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.108, (34.0.311) B\u00fcro", "arch_name": "00.2334.108@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163114,18 +180003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74622, "usage_id": 12 }, "2334.EG.109": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.109, (34.0.312) B\u00fcro", "arch_name": "00.2334.109@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163133,18 +180024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74551, "usage_id": 12 }, "2334.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.110, (34.0.315) B\u00fcro", "arch_name": "00.2334.110@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163152,18 +180045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74601, "usage_id": 12 }, "2334.EG.111": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.111, (34.0.316) B\u00fcro", "arch_name": "00.2334.111@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163171,18 +180066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74602, "usage_id": 12 }, "2334.EG.112": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.112, (34.0.317) B\u00fcro", "arch_name": "00.2334.112@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163190,18 +180087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74603, "usage_id": 12 }, "2334.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.113, (34.0.318) B\u00fcro", "arch_name": "00.2334.113@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163209,18 +180108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74604, "usage_id": 12 }, "2334.EG.114": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.114, (34.0.319) B\u00fcro", "arch_name": "00.2334.114@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163228,18 +180129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74623, "usage_id": 12 }, "2334.EG.116": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.116, (34.0.321) B\u00fcro", "arch_name": "00.2334.116@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163247,18 +180150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74624, "usage_id": 12 }, "2334.EG.117": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.117, (34.0.322) B\u00fcro", "arch_name": "00.2334.117@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163266,18 +180171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74625, "usage_id": 12 }, "2334.EG.118": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.118, (34.0.325) Teek\u00fcche", "arch_name": "00.2334.118@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163285,18 +180192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74607, "usage_id": 198 }, "2334.EG.119": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.119, (34.0.326) B\u00fcro", "arch_name": "00.2334.119@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163304,18 +180213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74608, "usage_id": 12 }, "2334.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.120, (34.0.327) Diag. Sportpsy. 2", "arch_name": "00.2334.120@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163323,18 +180234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74609, "usage_id": 124 }, "2334.EG.121": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.121, (34.0.328) B\u00fcro", "arch_name": "00.2334.121@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163342,18 +180255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74552, "usage_id": 12 }, "2334.EG.123": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.123, (34.0.330) B\u00fcro", "arch_name": "00.2334.123@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163361,18 +180276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74553, "usage_id": 12 }, "2334.EG.124": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.124, (34.0.333) Diag. Sportpsy. 1", "arch_name": "00.2334.124@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163380,18 +180297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74610, "usage_id": 124 }, "2334.EG.125": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.125, (34.0.332) B\u00fcro", "arch_name": "00.2334.125@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163399,18 +180318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74628, "usage_id": 12 }, "2334.EG.127": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.127, (34.0.336) B\u00fcro", "arch_name": "00.2334.127@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163418,18 +180339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74555, "usage_id": 12 }, "2334.EG.128": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.128, (34.0.337) B\u00fcro", "arch_name": "00.2334.128@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163437,18 +180360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74558, "usage_id": 12 }, "2334.EG.129": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.129, (34.0.338) B\u00fcro", "arch_name": "00.2334.129@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163456,18 +180381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74556, "usage_id": 12 }, "2334.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.130, (34.0.341) B\u00fcro", "arch_name": "00.2334.130@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163475,18 +180402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74611, "usage_id": 12 }, "2334.EG.131": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.131, (34.0.342) Sekretariat", "arch_name": "00.2334.131@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163494,18 +180423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74557, "usage_id": 40 }, "2334.EG.132": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.132, (34.0.343) B\u00fcro", "arch_name": "00.2334.132@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163513,18 +180444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74559, "usage_id": 12 }, "2334.EG.133": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.133, (34.0.344) B\u00fcro", "arch_name": "00.2334.133@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163532,18 +180465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74560, "usage_id": 12 }, "2334.EG.137": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.137, (34.0.413) WC-Damen", "arch_name": "00.2334.137@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -163551,18 +180486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74537, "usage_id": 116 }, "2334.EG.139": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.139, (34.0.412) WC-Herren", "arch_name": "00.2334.139@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -163570,18 +180507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74538, "usage_id": 115 }, "2334.EG.151": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.151, (34.0.300) Drucker", "arch_name": "00.2334.151@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163589,18 +180528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74600, "usage_id": 110 }, "2334.EG.152": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.152, (34.0.361) Haarw\u00e4sche", "arch_name": "00.2334.152@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163608,18 +180549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74626, "usage_id": 210 }, "2334.EG.153": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.153, (34.0.362) Drucker", "arch_name": "00.2334.153@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163627,18 +180570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74627, "usage_id": 110 }, "2334.EG.201": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.201, WC-Damen", "arch_name": "00.2334.201@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -163646,18 +180591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71733, "usage_id": 116 }, "2334.EG.202": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.202, WC-Herren", "arch_name": "00.2334.202@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -163665,18 +180612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71727, "usage_id": 115 }, "2334.EG.203": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.203, (34.0.208) B\u00fcro", "arch_name": "00.2334.203@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163684,18 +180633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74547, "usage_id": 12 }, "2334.EG.204": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.204, (34.0.203) Besprechung", "arch_name": "00.2334.204@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163703,18 +180654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74549, "usage_id": 196 }, "2334.EG.205": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.205, (34.0.210) B\u00fcro", "arch_name": "00.2334.205@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163722,18 +180675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74592, "usage_id": 12 }, "2334.EG.207": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.207, (34.0.214) B\u00fcro", "arch_name": "00.2334.207@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163741,18 +180696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74591, "usage_id": 12 }, "2334.EG.209": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.209, (34.0.216) B\u00fcro", "arch_name": "00.2334.209@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163760,18 +180717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74590, "usage_id": 12 }, "2334.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.210, (34.0.211) B\u00fcro", "arch_name": "00.2334.210@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163779,18 +180738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74548, "usage_id": 12 }, "2334.EG.212": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.212, (34.0.213) B\u00fcro", "arch_name": "00.2334.212@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163798,18 +180759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74589, "usage_id": 12 }, "2334.EG.213": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.213, (34.0.220) Sekretariat", "arch_name": "00.2334.213@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163817,18 +180780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74573, "usage_id": 40 }, "2334.EG.214": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.214, (34.0.215) B\u00fcro", "arch_name": "00.2334.214@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163836,18 +180801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74588, "usage_id": 12 }, "2334.EG.215": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.215, (34.0.224) B\u00fcro", "arch_name": "00.2334.215@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163855,18 +180822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74572, "usage_id": 12 }, "2334.EG.216": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.216, (34.0.219) B\u00fcro", "arch_name": "00.2334.216@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163874,18 +180843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74546, "usage_id": 12 }, "2334.EG.217": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.217, (34.0.226) B\u00fcro", "arch_name": "00.2334.217@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163893,18 +180864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74571, "usage_id": 12 }, "2334.EG.218": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.218, (34.0.221) B\u00fcro", "arch_name": "00.2334.218@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163912,18 +180885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74534, "usage_id": 12 }, "2334.EG.219": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.219, (34.0.230) B\u00fcro", "arch_name": "00.2334.219@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163931,18 +180906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74586, "usage_id": 12 }, "2334.EG.220": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.220, (34.0.223) Teek\u00fcche", "arch_name": "00.2334.220@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163950,18 +180927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74570, "usage_id": 198 }, "2334.EG.221": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.221, (34.0.238) B\u00fcro", "arch_name": "00.2334.221@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163969,18 +180948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74585, "usage_id": 12 }, "2334.EG.223": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.223, (34.0.242) B\u00fcro", "arch_name": "00.2334.223@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -163988,18 +180969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74569, "usage_id": 12 }, "2334.EG.224": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.224, (34.0.231) B\u00fcro", "arch_name": "00.2334.224@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164007,18 +180990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74584, "usage_id": 12 }, "2334.EG.226": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.226, (34.0.233) B\u00fcro", "arch_name": "00.2334.226@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164026,18 +181011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74583, "usage_id": 12 }, "2334.EG.227": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.227, (34.0.229) B\u00fcro", "arch_name": "00.2334.227@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164045,18 +181032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74581, "usage_id": 12 }, "2334.EG.228": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.228, (34.0.246) B\u00fcro", "arch_name": "00.2334.228@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164064,18 +181053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74544, "usage_id": 12 }, "2334.EG.229": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.229, (34.0.232) B\u00fcro", "arch_name": "00.2334.229@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164083,18 +181074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74579, "usage_id": 12 }, "2334.EG.230": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.230, (34.0.237) B\u00fcro", "arch_name": "00.2334.230@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164102,18 +181095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74543, "usage_id": 12 }, "2334.EG.231": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.231, (34.0.236) B\u00fcro", "arch_name": "00.2334.231@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164121,18 +181116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74578, "usage_id": 12 }, "2334.EG.234": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.236, (34.0.241) Sekretariat", "arch_name": "00.2334.236@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164140,18 +181137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74577, "usage_id": 40 }, "2334.EG.235": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.235, (34.0.408) B\u00fcro", "arch_name": "00.2334.235@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164159,18 +181158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74631, "usage_id": 12 }, "2334.EG.236": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.236, (34.0.243) B\u00fcro", "arch_name": "00.2334.236@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164178,18 +181179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74541, "usage_id": 12 }, "2334.EG.237": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.237, (34.0.409) B\u00fcro", "arch_name": "00.2334.237@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164197,18 +181200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74614, "usage_id": 12 }, "2334.EG.238": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.238, (34.0.407) WC-Damen", "arch_name": "00.2334.238@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -164216,18 +181221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74575, "usage_id": 116 }, "2334.EG.239": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.239, (34.0.410) Besprechung", "arch_name": "00.2334.239@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164235,18 +181242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74564, "usage_id": 196 }, "2334.EG.240": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.240, (34.0.406) WC-Herren", "arch_name": "00.2334.240@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -164254,18 +181263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74576, "usage_id": 115 }, "2334.EG.243": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.243, (34.0.411) B\u00fcro", "arch_name": "00.2334.243@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164273,18 +181284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74563, "usage_id": 12 }, "2334.EG.251": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.251, (34.0.200) Drucker", "arch_name": "00.2334.251@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164292,18 +181305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74619, "usage_id": 110 }, "2334.EG.252": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.252, (34.0.261) Lager", "arch_name": "00.2334.252@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164311,18 +181326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74582, "usage_id": 30 }, "2334.EG.253": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.253, (34.0.262) Drucker", "arch_name": "00.2334.253@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -164330,18 +181347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74580, "usage_id": 110 }, "2334.EG.301": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.301, WC-Herren", "arch_name": "00.2334.301@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -164349,18 +181368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71698, "usage_id": 115 }, "2334.EG.302": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.302, WC-Damen", "arch_name": "00.2334.302@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -164368,18 +181389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71598, "usage_id": 116 }, "2334.EG.303": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.303, B\u00fcro", "arch_name": "00.2334.303@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164387,18 +181410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71699, "usage_id": 12 }, "2334.EG.304": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.304, Drucker", "arch_name": "00.2334.304@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164406,18 +181431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71680, "usage_id": 110 }, "2334.EG.306": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.306, Kompaktmagazin", "arch_name": "00.2334.306@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -164425,18 +181452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71655, "usage_id": 2 }, "2334.EG.307": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.307, B\u00fcro", "arch_name": "00.2334.307@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164444,18 +181473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71656, "usage_id": 12 }, "2334.EG.308": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.308, Lager", "arch_name": "00.2334.308@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26729, "seats": { @@ -164463,18 +181494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71684, "usage_id": 30 }, "2334.EG.309": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.309, B\u00fcro", "arch_name": "00.2334.309@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164482,18 +181515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71700, "usage_id": 12 }, "2334.EG.310": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.310, Kompaktmagazin", "arch_name": "00.2334.310@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26729, "seats": { @@ -164501,18 +181536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71682, "usage_id": 2 }, "2334.EG.311": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.311, B\u00fcro", "arch_name": "00.2334.311@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164520,18 +181557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71701, "usage_id": 12 }, "2334.EG.313": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.313, B\u00fcro", "arch_name": "00.2334.313@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164539,18 +181578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71702, "usage_id": 12 }, "2334.EG.315": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.315, B\u00fcro", "arch_name": "00.2334.315@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164558,18 +181599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71657, "usage_id": 12 }, "2334.EG.317": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.317, Teek\u00fcche", "arch_name": "00.2334.317@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164577,18 +181620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71658, "usage_id": 198 }, "2334.EG.319": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.319, B\u00fcro", "arch_name": "00.2334.319@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164596,18 +181641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71703, "usage_id": 12 }, "2334.EG.321": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.321, B\u00fcro", "arch_name": "00.2334.321@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164615,18 +181662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71704, "usage_id": 12 }, "2334.EG.323": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.323, B\u00fcro", "arch_name": "00.2334.323@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164634,18 +181683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71659, "usage_id": 12 }, "2334.EG.327": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.327, B\u00fcro", "arch_name": "00.2334.327@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164653,18 +181704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71660, "usage_id": 12 }, "2334.EG.329": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.329, B\u00fcro", "arch_name": "00.2334.329@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164672,18 +181725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71685, "usage_id": 12 }, "2334.EG.331": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.331, B\u00fcro", "arch_name": "00.2334.331@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164691,18 +181746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71686, "usage_id": 12 }, "2334.EG.333": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.333, B\u00fcro", "arch_name": "00.2334.333@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164710,18 +181767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71687, "usage_id": 12 }, "2334.EG.335": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.335, B\u00fcro", "arch_name": "00.2334.335@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164729,18 +181788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71705, "usage_id": 12 }, "2334.EG.337": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.337, EDV Raum", "arch_name": "00.2334.337@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14195, "seats": { @@ -164748,18 +181809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71661, "usage_id": 207 }, "2334.EG.339": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.339, B\u00fcro", "arch_name": "00.2334.339@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164767,18 +181830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72103, "usage_id": 12 }, "2334.EG.341": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.341, Besprechung", "arch_name": "00.2334.341@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164786,18 +181851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72104, "usage_id": 12 }, "2334.EG.345": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.345, Projektraum", "arch_name": "00.2334.345@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164805,18 +181872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72112, "usage_id": 12 }, "2334.EG.347": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.347, Projektraum", "arch_name": "00.2334.347@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -164824,18 +181893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72113, "usage_id": 12 }, "2334.EG.401": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.401, WC Barrierefrei", "arch_name": "00.2334.401@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -164843,18 +181914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71618, "usage_id": 117 }, "2334.EG.402": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.402, Umkleide 15", "arch_name": "00.2334.402@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -164862,18 +181935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71692, "usage_id": 121 }, "2334.EG.403": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.403, Dusche 15", "arch_name": "00.2334.403@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -164881,18 +181956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71620, "usage_id": 113 }, "2334.EG.404": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.404, WC 15", "arch_name": "00.2334.404@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -164900,18 +181977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71619, "usage_id": 114 }, "2334.EG.405": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.402, Umkleide 16", "arch_name": "00.2334.402@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -164919,18 +181998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71679, "usage_id": 121 }, "2334.EG.406": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.406, Dusche 16", "arch_name": "00.2334.406@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -164938,18 +182019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71694, "usage_id": 113 }, "2334.EG.407": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.407, WC 16", "arch_name": "00.2334.407@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -164957,18 +182040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71693, "usage_id": 114 }, "2334.EG.408": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.408, Aussenger\u00e4telager", "arch_name": "00.2334.408@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -164976,18 +182061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71677, "usage_id": 30 }, "2334.EG.701": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.701, (34.0.390-391) Treppe", "arch_name": "00.2334.701@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -164995,18 +182082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74596, "usage_id": 223 }, "2334.EG.702": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.702, (34.0.350) Treppe", "arch_name": "00.2334.702@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -165014,18 +182103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74605, "usage_id": 223 }, "2334.EG.703": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.703, (34.0.494-495) Treppe", "arch_name": "00.2334.703@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -165033,18 +182124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74630, "usage_id": 223 }, "2334.EG.705": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.705, Flur", "arch_name": "00.2334.705@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -165052,18 +182145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71729, "usage_id": 222 }, "2334.EG.706": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.706, (34.0.352) Rampe", "arch_name": "00.2334.706@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165071,18 +182166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74595, "usage_id": 36 }, "2334.EG.707": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.707, (34.0.353) Flur", "arch_name": "00.2334.707@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165090,18 +182187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74621, "usage_id": 222 }, "2334.EG.708": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.708, (34.0.354) Flur", "arch_name": "00.2334.708@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165109,18 +182208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74606, "usage_id": 222 }, "2334.EG.709": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.709, (34.0.355) Flur", "arch_name": "00.2334.709@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165128,18 +182229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74554, "usage_id": 222 }, "2334.EG.710": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.710, (34.0.356) Flur", "arch_name": "00.2334.710@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165147,18 +182250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74612, "usage_id": 222 }, "2334.EG.711": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.711, (34.0.454) Flur", "arch_name": "00.2334.711@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165166,18 +182271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74613, "usage_id": 222 }, "2334.EG.712": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.712, (34.0.357) Flur", "arch_name": "00.2334.712@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -165185,18 +182292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74561, "usage_id": 222 }, "2334.EG.720": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.720, (34.0.290-291) Treppe", "arch_name": "00.2334.720@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -165204,18 +182313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74535, "usage_id": 223 }, "2334.EG.721": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.721, (34.0.250) Treppe", "arch_name": "00.2334.721@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -165223,18 +182334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74574, "usage_id": 223 }, "2334.EG.722": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.722, (34.0.492-498) Treppe", "arch_name": "00.2334.722@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -165242,18 +182355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74565, "usage_id": 223 }, "2334.EG.725": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.725, Flur", "arch_name": "00.2334.725@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -165261,18 +182376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71734, "usage_id": 222 }, "2334.EG.726": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.726, (34.0.252) Rampe", "arch_name": "00.2334.726@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165280,18 +182397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74593, "usage_id": 36 }, "2334.EG.727": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.727, (34.0.253) Flur", "arch_name": "00.2334.727@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165299,18 +182418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74594, "usage_id": 222 }, "2334.EG.728": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.728, (34.0.254) Flur", "arch_name": "00.2334.728@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165318,18 +182439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74587, "usage_id": 222 }, "2334.EG.729": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.729, (34.0.255) Flur", "arch_name": "00.2334.729@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165337,18 +182460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74545, "usage_id": 222 }, "2334.EG.730": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.730, (34.0.256) Flur", "arch_name": "00.2334.730@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165356,18 +182481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74566, "usage_id": 222 }, "2334.EG.731": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.731, (34.0.258) Flur", "arch_name": "00.2334.731@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -165375,18 +182502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74568, "usage_id": 222 }, "2334.EG.732": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.732, (34.0.257) Flur", "arch_name": "00.2334.732@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -165394,18 +182523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74567, "usage_id": 222 }, "2334.EG.733": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.733, (34.0.452) Flur", "arch_name": "00.2334.733@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165413,18 +182544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74542, "usage_id": 222 }, "2334.EG.734": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.734, (34.0.453) Flur", "arch_name": "00.2334.734@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38009, "seats": { @@ -165432,18 +182565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74562, "usage_id": 222 }, "2334.EG.740": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.740, Treppe", "arch_name": "00.2334.740@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -165451,18 +182586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71695, "usage_id": 223 }, "2334.EG.741": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.741, Treppe", "arch_name": "00.2334.741@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -165470,18 +182607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71708, "usage_id": 223 }, "2334.EG.745": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.745, Flur", "arch_name": "00.2334.745@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -165489,18 +182628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71653, "usage_id": 222 }, "2334.EG.746": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.765, Rampe", "arch_name": "00.2334.765@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -165508,18 +182649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71654, "usage_id": 36 }, "2334.EG.747": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.747, Flur", "arch_name": "00.2334.747@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -165527,18 +182670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71678, "usage_id": 222 }, "2334.EG.748": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.748, Flur", "arch_name": "00.2334.748@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -165546,18 +182691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71696, "usage_id": 222 }, "2334.EG.749": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.749, Flur", "arch_name": "00.2334.749@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -165565,18 +182712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71697, "usage_id": 222 }, "2334.EG.750": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.750, Treppe", "arch_name": "00.2334.750@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -165584,18 +182733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71683, "usage_id": 223 }, "2334.EG.751": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.751, Flur", "arch_name": "00.2334.751@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -165603,18 +182754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71707, "usage_id": 222 }, "2334.EG.752": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.752, Flur", "arch_name": "00.2334.752@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14195, "seats": { @@ -165622,18 +182775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72114, "usage_id": 222 }, "2334.EG.899": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.899, Aufzug 3", "arch_name": "00.2334.899@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38004, "seats": { @@ -165641,18 +182796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71681, "usage_id": 4 }, "2334.EG.901": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.901, (35.A.403) Aussenbereich", "arch_name": "00.2334.901@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38009, "seats": { @@ -165660,18 +182817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74629, "usage_id": 219 }, "2334.EG.920": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.920, (35.A.402) Aussenbereich", "arch_name": "00.2334.920@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38009, "seats": { @@ -165679,18 +182838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74632, "usage_id": 219 }, "2334.EG.951": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.951, (35.A.040) Aussenbereich", "arch_name": "00.2334.951@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38009, "seats": { @@ -165698,18 +182859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74598, "usage_id": 219 }, "2334.EG.952": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.952, (35.A.050) Aussenbereich", "arch_name": "00.2334.952@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38009, "seats": { @@ -165717,18 +182880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74620, "usage_id": 219 }, "2334.EG.953": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.953, (35.A.060) Aussenbereich", "arch_name": "00.2334.953@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38009, "seats": { @@ -165736,18 +182901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74489, "usage_id": 219 }, "2334.EG.961": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.961, Flur Aussenbereich", "arch_name": "00.2334.961@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -165755,18 +182922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71751, "usage_id": 219 }, "2334.EG.962": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.962, Flur Aussenbereich", "arch_name": "00.2334.962@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -165774,18 +182943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71750, "usage_id": 219 }, "2334.EG.963": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.963, Flur Aussenbereich", "arch_name": "00.2334.963@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -165793,18 +182964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71811, "usage_id": 219 }, "2334.EG.971": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2334.971, (35.A.?) Aussenbereich", "arch_name": "00.2334.971@2334", "area_id": 18, "building_id": 2789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38009, "seats": { @@ -165812,19 +182985,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74536, "usage_id": 219 }, "2350.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Spiridon-Louis-Ring", "zip_code": 80809 }, + "alt_name": "001, Olympia-Schwimmhalle/ tiefes Becken", "arch_name": "001@2350", "area_id": 18, "building_id": 1015, "calendar_resource_nr": 18334, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -165832,19 +183007,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61091, "usage_id": 192 }, "2350.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Spiridon-Louis-Ring", "zip_code": 80809 }, + "alt_name": "002, Olympia-Schwimmhalle/ flaches Becken", "arch_name": "002@2350", "area_id": 18, "building_id": 1015, "calendar_resource_nr": 18335, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -165852,19 +183029,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61092, "usage_id": 192 }, "2351.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Olympiapark M\u00fcnchen", "zip_code": 80809 }, + "alt_name": "001, Olympia-Eislaufstadion", "arch_name": "001@2351", "area_id": 18, "building_id": 1016, "calendar_resource_nr": 26811, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -165872,19 +183051,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62851, "usage_id": 128 }, "2352.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Olympiapark M\u00fcnchen", "zip_code": 80809 }, + "alt_name": "001, Olympiapark", "arch_name": "001@2352", "area_id": 18, "building_id": 1017, "calendar_resource_nr": 18336, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -165892,18 +183073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59978, "usage_id": 217 }, "2353.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Staudingerstr.", "zip_code": 81737 }, + "alt_name": "001, Eislaufstadion Ost", "arch_name": "001@2353", "area_id": 18, "building_id": 1060, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -165911,19 +183094,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62852, "usage_id": 128 }, "2354.EG.001": { "address": { - "floor": "EG", "place": "Oberschlei\u00dfheim", "street": "Regattaanlage Oberschlei\u00dfheim", "zip_code": 85764 }, + "alt_name": "001, Regattastrecke/Kanu", "arch_name": "001@2354", "area_id": 18, "building_id": 1039, "calendar_resource_nr": 18693, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -165931,19 +183116,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61272, "usage_id": 217 }, "2354.EG.002": { "address": { - "floor": "EG", "place": "Oberschlei\u00dfheim", "street": "Regattaanlage Oberschlei\u00dfheim", "zip_code": 85764 }, + "alt_name": "002, Regattastrecke/Rudern", "arch_name": "002@2354", "area_id": 18, "building_id": 1039, "calendar_resource_nr": 18692, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -165951,455 +183138,503 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61273, "usage_id": 217 }, "2364.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2364.001, Sportger\u00e4telager / WSH 1", "arch_name": "00.2364.001@2364", "area_id": 18, "building_id": 3274, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75965, "usage_id": 18 }, "2364.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2364.002, Beh.-WC / WSH 1", "arch_name": "00.2364.002@2364", "area_id": 18, "building_id": 3274, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75966, "usage_id": 117 }, "2364.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2364.003, WC / WSH 1", "arch_name": "00.2364.003@2364", "area_id": 18, "building_id": 3274, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75967, "usage_id": 114 }, "2364.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2364.004, Unterstand / WSH 1", "arch_name": "00.2364.004@2364", "area_id": 18, "building_id": 3274, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75968, "usage_id": 219 }, "2365.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2365.001, Sportger\u00e4telager / WSH 2", "arch_name": "00.2365.001@2365", "area_id": 18, "building_id": 3271, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75951, "usage_id": 18 }, "2365.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2365.002, Sportger\u00e4telager / WSH 2", "arch_name": "00.2365.002@2365", "area_id": 18, "building_id": 3271, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75952, "usage_id": 18 }, "2365.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2365.003, Unterstand / WSH 2", "arch_name": "00.2365.003@2365", "area_id": 18, "building_id": 3271, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75953, "usage_id": 219 }, "2366.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2366.001, Sportger\u00e4telager / WSH 3", "arch_name": "00.2366.001@2366", "area_id": 18, "building_id": 3273, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75964, "usage_id": 18 }, "2366.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2366.002, Beh.-WC / WSH 3", "arch_name": "00.2366.002@2366", "area_id": 18, "building_id": 3273, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75954, "usage_id": 117 }, "2366.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2366.003, WC / WSH 3", "arch_name": "00.2366.003@2366", "area_id": 18, "building_id": 3273, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75955, "usage_id": 114 }, "2366.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2366.004, Unterstand / WSH 3", "arch_name": "00.2366.004@2366", "area_id": 18, "building_id": 3273, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75956, "usage_id": 219 }, "2367.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2367.001, Sportger\u00e4telager / WSH 4", "arch_name": "00.2367.001@2367", "area_id": 18, "building_id": 3270, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75949, "usage_id": 18 }, "2367.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2367.002, Beh.-WC / WSH 4", "arch_name": "00.2367.002@2367", "area_id": 18, "building_id": 3270, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75962, "usage_id": 117 }, "2367.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2367.003, WC-Unisex-Vorraum / WSH 4", "arch_name": "00.2367.003@2367", "area_id": 18, "building_id": 3270, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75973, "usage_id": 118 }, "2367.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2367.004, WC-Unisex / WSH 4", "arch_name": "00.2367.004@2367", "area_id": 18, "building_id": 3270, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75950, "usage_id": 114 }, "2367.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2367.005, Unterstand / WSH 4", "arch_name": "00.2367.005@2367", "area_id": 18, "building_id": 3270, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75963, "usage_id": 219 }, "2368.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2368.001, Sportger\u00e4telager / WSH 5", "arch_name": "00.2368.001@2368", "area_id": 18, "building_id": 3269, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75946, "usage_id": 18 }, "2368.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2368.002, Unterstandfreilager / WSH 5", "arch_name": "00.2368.002@2368", "area_id": 18, "building_id": 3269, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75947, "usage_id": 218 }, "2368.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2368.003, Unterstand / WSH 5", "arch_name": "00.2368.003@2368", "area_id": 18, "building_id": 3269, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75948, "usage_id": 219 }, "2369.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2369.001, Sportger\u00e4telager / WSH 6", "arch_name": "00.2369.001@2369", "area_id": 18, "building_id": 3272, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75969, "usage_id": 18 }, "2369.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2369.002, WC / WSH 6", "arch_name": "00.2369.002@2369", "area_id": 18, "building_id": 3272, + "floor_level": "EG", "floor_type": "Keine Angabe", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75970, "usage_id": 114 }, "2369.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2369.003, WC / WSH 6", "arch_name": "00.2369.003@2369", "area_id": 18, "building_id": 3272, + "floor_level": "EG", "floor_type": "Keine Angabe", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75971, "usage_id": 114 }, "2369.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Connollystr. 32", "zip_code": 80809 }, + "alt_name": "00.2369.004, Unterstand / WSH 6", "arch_name": "00.2369.004@2369", "area_id": 18, "building_id": 3272, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 26064, + "main_operator_id": 55301, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75957, "usage_id": 219 }, "2401.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "101, B\u00fcro", "arch_name": "101@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166407,18 +183642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40398, "usage_id": 12 }, "2401.01.101A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "101A, B\u00fcro", "arch_name": "101A@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166426,18 +183663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40406, "usage_id": 12 }, "2401.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166445,18 +183684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40409, "usage_id": 12 }, "2401.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "103, B\u00fcro", "arch_name": "103@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166464,18 +183705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40445, "usage_id": 12 }, "2401.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "104, Flur", "arch_name": "104@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -166483,18 +183726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40447, "usage_id": 222 }, "2401.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "105, Abstellraum", "arch_name": "105@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -166502,18 +183747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40450, "usage_id": 159 }, "2401.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "106, Labor", "arch_name": "106@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -166521,18 +183768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40455, "usage_id": 102 }, "2401.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "107, B\u00fcro / Labor", "arch_name": "107@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166540,18 +183789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40458, "usage_id": 12 }, "2401.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "108, Labor mit Hygieneanforderung", "arch_name": "108@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -166559,18 +183810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40499, "usage_id": 102 }, "2401.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "109, Labor Mikrotom", "arch_name": "109@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166578,18 +183831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40504, "usage_id": 194 }, "2401.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "110, B\u00fcro", "arch_name": "110@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166597,18 +183852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40506, "usage_id": 12 }, "2401.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "111, Physikal. Messr., Analytik", "arch_name": "111@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166616,18 +183873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40507, "usage_id": 103 }, "2401.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "112, Sozialraum", "arch_name": "112@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -166635,18 +183894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40511, "usage_id": 44 }, "2401.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "113, Sammlungsraum", "arch_name": "113@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166654,18 +183915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40543, "usage_id": 187 }, "2401.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "114, Morphologisches Labor", "arch_name": "114@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -166673,18 +183936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40546, "usage_id": 102 }, "2401.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "115, B\u00fcro", "arch_name": "115@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166692,18 +183957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40549, "usage_id": 12 }, "2401.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "116, Vorbereitungsraum", "arch_name": "116@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166711,18 +183978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40553, "usage_id": 136 }, "2401.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "117, B\u00fcro", "arch_name": "117@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166730,18 +183999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40557, "usage_id": 12 }, "2401.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "118, B\u00fcro", "arch_name": "118@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166749,18 +184020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40590, "usage_id": 12 }, "2401.01.124": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "124, Treppenraum", "arch_name": "124@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -166768,18 +184041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40692, "usage_id": 223 }, "2401.01.125": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "125, Flur", "arch_name": "125@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -166787,18 +184062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40004, "usage_id": 222 }, "2401.01.126": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "126, WC-Herren", "arch_name": "126@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -166806,18 +184083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40008, "usage_id": 115 }, "2401.01.127": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "127, WC-Damen", "arch_name": "127@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -166825,18 +184104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40035, "usage_id": 116 }, "2401.01.128": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "128, Reinigungsmittelraum", "arch_name": "128@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -166844,18 +184125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40038, "usage_id": 205 }, "2401.01.129": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "129, Flur", "arch_name": "129@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -166863,18 +184146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40040, "usage_id": 222 }, "2401.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "130, Treppenraum", "arch_name": "130@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -166882,18 +184167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40042, "usage_id": 223 }, "2401.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "201, B\u00fcro", "arch_name": "201@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166901,18 +184188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40138, "usage_id": 12 }, "2401.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "202, B\u00fcro", "arch_name": "202@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -166920,18 +184209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40140, "usage_id": 12 }, "2401.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "203, B\u00fcro", "arch_name": "203@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -166939,18 +184230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40146, "usage_id": 12 }, "2401.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "204, \u00dcbungsraum, Kursraum", "arch_name": "204@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -166958,18 +184251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40150, "usage_id": 131 }, "2401.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "205, Technologielabor", "arch_name": "205@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -166977,18 +184272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40221, "usage_id": 194 }, "2401.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "206, Sammlungsraum", "arch_name": "206@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -166996,18 +184293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40224, "usage_id": 187 }, "2401.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "207, H\u00f6rsaal eben o. Exp.-B\u00fchne", "arch_name": "207@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -167015,18 +184314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40229, "usage_id": 20 }, "2401.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "208, Seminarraum", "arch_name": "208@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -167034,18 +184335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40234, "usage_id": 41 }, "2401.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "209, Bibliothek", "arch_name": "209@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -167053,18 +184356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40237, "usage_id": 10 }, "2401.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "210, \u00dcbungsraum, Kursraum", "arch_name": "210@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -167072,18 +184377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40301, "usage_id": 131 }, "2401.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "211, B\u00fcro", "arch_name": "211@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -167091,18 +184398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40304, "usage_id": 12 }, "2401.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "212, B\u00fcro", "arch_name": "212@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39536, "seats": { @@ -167110,18 +184419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40308, "usage_id": 12 }, "2401.02.213": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "213, B\u00fcro", "arch_name": "213@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39536, "seats": { @@ -167129,18 +184440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40357, "usage_id": 12 }, "2401.02.214": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "214, Teilk\u00fcche Tee, Stat.K.)", "arch_name": "214@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -167148,18 +184461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40362, "usage_id": 28 }, "2401.02.215": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "215, B\u00fcro", "arch_name": "215@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39536, "seats": { @@ -167167,18 +184482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40413, "usage_id": 12 }, "2401.02.222": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "222, Flur", "arch_name": "222@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -167186,18 +184503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40417, "usage_id": 222 }, "2401.02.223": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "223, Treppenraum", "arch_name": "223@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -167205,18 +184524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40423, "usage_id": 223 }, "2401.02.224": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "224, Flur", "arch_name": "224@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -167224,18 +184545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40428, "usage_id": 222 }, "2401.02.225": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "225, WC-Herren", "arch_name": "225@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -167243,18 +184566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40432, "usage_id": 115 }, "2401.02.226": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "226, WC-Damen", "arch_name": "226@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -167262,18 +184587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40462, "usage_id": 116 }, "2401.02.227": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "227, Flur", "arch_name": "227@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -167281,18 +184608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40467, "usage_id": 222 }, "2401.02.228": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "228, Treppenraum", "arch_name": "228@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -167300,18 +184629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40472, "usage_id": 223 }, "2401.02.230": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "230, Reinigungsmittelraum", "arch_name": "230@2401", "area_id": 17, "building_id": 595, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -167319,18 +184650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40480, "usage_id": 205 }, "2401.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "301, Dachlager", "arch_name": "301@2401", "area_id": 17, "building_id": 595, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -167338,18 +184671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40616, "usage_id": 159 }, "2401.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "302, Treppenraum", "arch_name": "302@2401", "area_id": 17, "building_id": 595, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -167357,18 +184692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40620, "usage_id": 223 }, "2401.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "303, Speicher", "arch_name": "303@2401", "area_id": 17, "building_id": 595, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -167376,18 +184713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40624, "usage_id": 120 }, "2401.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "304, Treppenraum", "arch_name": "304@2401", "area_id": 17, "building_id": 595, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -167395,18 +184734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40628, "usage_id": 223 }, "2401.03.320": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "320, B\u00fcro", "arch_name": "320@2401", "area_id": 17, "building_id": 595, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -167414,18 +184755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40633, "usage_id": 12 }, "2401.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "001, B\u00fcro", "arch_name": "001@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -167433,18 +184776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48130, "usage_id": 12 }, "2401.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "002, B\u00fcro", "arch_name": "002@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -167452,18 +184797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48132, "usage_id": 12 }, "2401.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "003, B\u00fcro", "arch_name": "003@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167471,18 +184818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48133, "usage_id": 12 }, "2401.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "004, B\u00fcro Pforte", "arch_name": "004@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167490,18 +184839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48135, "usage_id": 12 }, "2401.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "005, Durchgang Pforte", "arch_name": "005@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167509,18 +184860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48136, "usage_id": 9 }, "2401.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "006, Labor", "arch_name": "006@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -167528,18 +184881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48138, "usage_id": 102 }, "2401.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "007, Labor", "arch_name": "007@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -167547,18 +184902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48199, "usage_id": 102 }, "2401.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "008, Physikal. Messr., Analytik", "arch_name": "008@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167566,18 +184923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48201, "usage_id": 103 }, "2401.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "009, B\u00fcro", "arch_name": "009@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167585,18 +184944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48202, "usage_id": 12 }, "2401.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "010, Gaschromatographieraum", "arch_name": "010@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15644, "seats": { @@ -167604,19 +184965,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48204, "usage_id": 103 }, "2401.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "011, Bibliothek", "arch_name": "011@2401", "area_id": 17, "building_id": 595, "calendar_resource_nr": 31072, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -167624,18 +184987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48207, "usage_id": 10 }, "2401.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "012, K\u00fcche", "arch_name": "012@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167643,18 +185008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48210, "usage_id": 44 }, "2401.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "013, Abstellraum", "arch_name": "013@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167662,18 +185029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48211, "usage_id": 159 }, "2401.EG.014": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "014, Zeitschriften / Leseraum", "arch_name": "014@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -167681,18 +185050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48270, "usage_id": 150 }, "2401.EG.015": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "015, Physiklabor/Messraum", "arch_name": "015@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167700,18 +185071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48271, "usage_id": 103 }, "2401.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "016, Flur", "arch_name": "016@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -167719,18 +185092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48273, "usage_id": 222 }, "2401.EG.017": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "017, Elektronenmikroskopie", "arch_name": "017@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167738,18 +185113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48275, "usage_id": 103 }, "2401.EG.018": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "018, Raumlufttechnische Anlage", "arch_name": "018@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -167757,18 +185134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48277, "usage_id": 32 }, "2401.EG.019": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "019, Physiklabor/Messraum", "arch_name": "019@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167776,18 +185155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48279, "usage_id": 103 }, "2401.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "020, Vorbereitungsraum", "arch_name": "020@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167795,18 +185176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48345, "usage_id": 136 }, "2401.EG.021": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "021, Flur", "arch_name": "021@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -167814,18 +185197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48346, "usage_id": 222 }, "2401.EG.022": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "022, B\u00fcro / Vorbereitung", "arch_name": "022@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167833,18 +185218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48348, "usage_id": 12 }, "2401.EG.023": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "023, B\u00fcro", "arch_name": "023@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -167852,18 +185239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48350, "usage_id": 12 }, "2401.EG.024": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "024, Werkstatt Haustechnik", "arch_name": "024@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -167871,18 +185260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40126, "usage_id": 51 }, "2401.EG.025": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "025, Lager Reinigungsmittel", "arch_name": "025@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -167890,18 +185281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40127, "usage_id": 30 }, "2401.EG.027": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "027, Flur", "arch_name": "027@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -167909,18 +185302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40274, "usage_id": 222 }, "2401.EG.028": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "028, Treppenraum", "arch_name": "028@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -167928,18 +185323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40282, "usage_id": 223 }, "2401.EG.029": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "029, Flur", "arch_name": "029@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -167947,18 +185344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40286, "usage_id": 222 }, "2401.EG.029A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "0029A, Anlage f\u00fcr Gase und Fl\u00fcssigkeiten", "arch_name": "0029A@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -167966,18 +185365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40287, "usage_id": 17 }, "2401.EG.030": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "030, Flur", "arch_name": "030@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -167985,18 +185386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40288, "usage_id": 222 }, "2401.EG.031": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "031, WC-Herren", "arch_name": "031@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -168004,18 +185407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40290, "usage_id": 115 }, "2401.EG.032": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "032, WC-Damen", "arch_name": "032@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -168023,18 +185428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40295, "usage_id": 116 }, "2401.EG.033": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "033, Flur", "arch_name": "033@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -168042,18 +185449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40347, "usage_id": 222 }, "2401.EG.033A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "033A, Elektrische Versorgung", "arch_name": "033A@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -168061,18 +185470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40351, "usage_id": 160 }, "2401.EG.034": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "034, Treppenraum", "arch_name": "034@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -168080,18 +185491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40353, "usage_id": 223 }, "2401.EG.035": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "0035, Flur", "arch_name": "0035@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -168099,18 +185512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40390, "usage_id": 222 }, "2401.EG.035A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "035A, Abstellraum", "arch_name": "035A@2401", "area_id": 17, "building_id": 595, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168118,18 +185533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40394, "usage_id": 159 }, "2401.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K1, Chemikalienlager", "arch_name": "K1@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15644, "seats": { @@ -168137,18 +185554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48064, "usage_id": 132 }, "2401.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K2, Holzchemie, Kompressorraum", "arch_name": "K2@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -168156,18 +185575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48066, "usage_id": 120 }, "2401.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K3, Heizung und Brauchwassererw\u00e4rmung", "arch_name": "K3@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -168175,18 +185596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48067, "usage_id": 201 }, "2401.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K5, Flur", "arch_name": "K5@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -168194,18 +185617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48071, "usage_id": 222 }, "2401.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K6, Treppenraum", "arch_name": "K6@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -168213,18 +185638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48072, "usage_id": 223 }, "2401.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K8, Flur", "arch_name": "K8@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -168232,18 +185659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48127, "usage_id": 222 }, "2401.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K9, Treppenraum", "arch_name": "K9@2401", "area_id": 17, "building_id": 595, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -168251,18 +185680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48129, "usage_id": 223 }, "2402.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -168270,18 +185701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43815, "usage_id": 12 }, "2402.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "103, B\u00fcro", "arch_name": "103@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168289,18 +185722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43897, "usage_id": 12 }, "2402.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168308,18 +185743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43900, "usage_id": 12 }, "2402.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "105, B\u00fcro", "arch_name": "105@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168327,18 +185764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43904, "usage_id": 12 }, "2402.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "106, Technologielabor", "arch_name": "106@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168346,18 +185785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43908, "usage_id": 194 }, "2402.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "107, Technologielabor", "arch_name": "107@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168365,18 +185806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43992, "usage_id": 194 }, "2402.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "108, Technologielabor", "arch_name": "108@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168384,18 +185827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43995, "usage_id": 194 }, "2402.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "109, Technologielabor", "arch_name": "109@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168403,18 +185848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43998, "usage_id": 194 }, "2402.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "110, Klimakammer", "arch_name": "110@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168422,18 +185869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44002, "usage_id": 30 }, "2402.01.110A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "110A, B\u00fcro", "arch_name": "110A@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15644, "seats": { @@ -168441,18 +185890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44004, "usage_id": 12 }, "2402.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "111, Technologielabor", "arch_name": "111@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168460,18 +185911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44006, "usage_id": 194 }, "2402.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "112, Lager", "arch_name": "112@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168479,18 +185932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44193, "usage_id": 30 }, "2402.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "113, Technologielabor", "arch_name": "113@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168498,18 +185953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44194, "usage_id": 194 }, "2402.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "114, Klimakammer", "arch_name": "114@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168517,18 +185974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44201, "usage_id": 30 }, "2402.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "115, Galerie", "arch_name": "115@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -168536,18 +185995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44207, "usage_id": 206 }, "2402.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "116, Flur", "arch_name": "116@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -168555,18 +186016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44211, "usage_id": 222 }, "2402.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "117, Flur", "arch_name": "117@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -168574,18 +186037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42866, "usage_id": 222 }, "2402.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "118, WC-Damen", "arch_name": "118@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -168593,18 +186058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42871, "usage_id": 116 }, "2402.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "119, WC-Herren", "arch_name": "119@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -168612,18 +186079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42877, "usage_id": 115 }, "2402.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "120, Treppenraum", "arch_name": "120@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -168631,18 +186100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42882, "usage_id": 223 }, "2402.01.121": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "121, Aufzug", "arch_name": "121@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -168650,18 +186121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42887, "usage_id": 4 }, "2402.01.122": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "122, Treppenraum", "arch_name": "122@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -168669,18 +186142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42963, "usage_id": 223 }, "2402.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "201, B\u00fcro", "arch_name": "201@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -168688,18 +186163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42971, "usage_id": 12 }, "2402.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "202, B\u00fcro", "arch_name": "202@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168707,18 +186184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42976, "usage_id": 12 }, "2402.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "203, B\u00fcro", "arch_name": "203@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168726,19 +186205,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42979, "usage_id": 12 }, "2402.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "204, Konferenzraum", "arch_name": "204@2402", "area_id": 17, "building_id": 596, "calendar_resource_nr": 31073, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168746,18 +186227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43060, "usage_id": 196 }, "2402.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "205, B\u00fcro", "arch_name": "205@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168765,18 +186248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43064, "usage_id": 12 }, "2402.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "206, B\u00fcro", "arch_name": "206@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168784,18 +186269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43067, "usage_id": 12 }, "2402.02.206A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "206A, B\u00fcro", "arch_name": "206A@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168803,18 +186290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66933, "usage_id": 12 }, "2402.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "207, B\u00fcro", "arch_name": "207@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168822,18 +186311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43068, "usage_id": 12 }, "2402.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "208, B\u00fcro", "arch_name": "208@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168841,18 +186332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43069, "usage_id": 12 }, "2402.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "209, B\u00fcro", "arch_name": "209@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168860,18 +186353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43070, "usage_id": 12 }, "2402.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "210, B\u00fcro", "arch_name": "210@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -168879,18 +186374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43073, "usage_id": 12 }, "2402.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "211, Technologielabor", "arch_name": "211@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15644, "seats": { @@ -168898,18 +186395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43157, "usage_id": 194 }, "2402.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "212/213, Sonderversuchshalle", "arch_name": "212/213@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15644, "seats": { @@ -168917,18 +186416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43164, "usage_id": 49 }, "2402.02.213": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "213/212, Technologielabor (Brandlabor)", "arch_name": "213/212@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168936,18 +186437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43170, "usage_id": 194 }, "2402.02.214": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "214, Vorbereitungsraum", "arch_name": "214@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168955,18 +186458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43236, "usage_id": 136 }, "2402.02.215": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "215, Physikal. Messraum, Analytik", "arch_name": "215@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168974,18 +186479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43241, "usage_id": 103 }, "2402.02.216": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "216, Lager mit Klima", "arch_name": "216@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -168993,18 +186500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43244, "usage_id": 30 }, "2402.02.217": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "217, Physiklabor", "arch_name": "217@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169012,18 +186521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43325, "usage_id": 103 }, "2402.02.218": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "218, Labor", "arch_name": "218@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169031,18 +186542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43333, "usage_id": 194 }, "2402.02.218A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "218A, Technologisches Labor einf. o. Absaugung", "arch_name": "218A@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169050,18 +186563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66932, "usage_id": 194 }, "2402.02.219": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "219, Physiklabor", "arch_name": "219@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169069,18 +186584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43340, "usage_id": 103 }, "2402.02.220": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "220, Klimaraum", "arch_name": "220@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -169088,18 +186605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43411, "usage_id": 30 }, "2402.02.221": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "221, Treppenraum", "arch_name": "221@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169107,18 +186626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43416, "usage_id": 223 }, "2402.02.222": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "222, Flur", "arch_name": "222@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169126,18 +186647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43421, "usage_id": 222 }, "2402.02.223": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "223, Flur", "arch_name": "223@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169145,18 +186668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43488, "usage_id": 222 }, "2402.02.224": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "224, WC-Damen", "arch_name": "224@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169164,18 +186689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43492, "usage_id": 116 }, "2402.02.225": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "225, WC-Herren", "arch_name": "225@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169183,18 +186710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43500, "usage_id": 115 }, "2402.02.226": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "226, Treppenraum", "arch_name": "226@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169202,18 +186731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43570, "usage_id": 223 }, "2402.02.227": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "227, Aufzug", "arch_name": "227@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -169221,18 +186752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43573, "usage_id": 4 }, "2402.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "D1, Installation", "arch_name": "D1@2402", "area_id": 17, "building_id": 596, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -169240,18 +186773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43584, "usage_id": 120 }, "2402.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "D2, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "D2@2402", "area_id": 17, "building_id": 596, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -169259,18 +186794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43589, "usage_id": 5 }, "2402.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "D3, Heizung und Brauchwassererw\u00e4rmung", "arch_name": "D3@2402", "area_id": 17, "building_id": 596, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -169278,18 +186815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43656, "usage_id": 201 }, "2402.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "D4, Flur", "arch_name": "D4@2402", "area_id": 17, "building_id": 596, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -169297,18 +186836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43657, "usage_id": 222 }, "2402.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "D5, Treppenraum", "arch_name": "D5@2402", "area_id": 17, "building_id": 596, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169316,18 +186857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43660, "usage_id": 223 }, "2402.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "D6, Treppenraum", "arch_name": "D6@2402", "area_id": 17, "building_id": 596, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169335,18 +186878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43663, "usage_id": 223 }, "2402.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "001, B\u00fcro", "arch_name": "001@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -169354,18 +186899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40369, "usage_id": 12 }, "2402.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "002, B\u00fcro", "arch_name": "002@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169373,18 +186920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40374, "usage_id": 12 }, "2402.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "003, B\u00fcro", "arch_name": "003@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169392,18 +186941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40240, "usage_id": 12 }, "2402.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "004, B\u00fcro", "arch_name": "004@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169411,18 +186962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40241, "usage_id": 12 }, "2402.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "005, B\u00fcro", "arch_name": "005@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169430,18 +186983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40244, "usage_id": 12 }, "2402.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "006, B\u00fcro", "arch_name": "006@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169449,19 +187004,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40252, "usage_id": 12 }, "2402.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "007, B\u00fcro", "arch_name": "007@2402", "area_id": 17, "building_id": 596, "calendar_resource_nr": 19179, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169469,18 +187026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40255, "usage_id": 12 }, "2402.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "008, B\u00fcro", "arch_name": "008@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169488,18 +187047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40098, "usage_id": 12 }, "2402.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "009, B\u00fcro", "arch_name": "009@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169507,18 +187068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40099, "usage_id": 12 }, "2402.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "010, B\u00fcro", "arch_name": "010@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169526,18 +187089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40103, "usage_id": 12 }, "2402.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "011, Serverraum", "arch_name": "011@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -169545,18 +187110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40106, "usage_id": 207 }, "2402.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "012, Labor", "arch_name": "012@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -169564,18 +187131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40320, "usage_id": 194 }, "2402.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "013, Kopierer", "arch_name": "013@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169583,18 +187152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40324, "usage_id": 110 }, "2402.EG.014": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "014/015, Klimakammer", "arch_name": "014/015@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -169602,18 +187173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40327, "usage_id": 194 }, "2402.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "016, Lager", "arch_name": "016@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169621,18 +187194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43637, "usage_id": 30 }, "2402.EG.017": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "017, Technologielabor", "arch_name": "017@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -169640,18 +187215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43641, "usage_id": 194 }, "2402.EG.018": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "018, Klimakammer", "arch_name": "018@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -169659,18 +187236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43645, "usage_id": 30 }, "2402.EG.019": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "019, Lager", "arch_name": "019@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15644, "seats": { @@ -169678,18 +187257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43650, "usage_id": 30 }, "2402.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "020, Vorbereitungsraum", "arch_name": "020@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -169697,18 +187278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43710, "usage_id": 136 }, "2402.EG.021": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "021, Treppenraum", "arch_name": "021@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169716,18 +187299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43713, "usage_id": 223 }, "2402.EG.022": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "022, Flur", "arch_name": "022@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169735,18 +187320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43717, "usage_id": 222 }, "2402.EG.023": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "023, Flur", "arch_name": "023@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169754,18 +187341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43721, "usage_id": 222 }, "2402.EG.024": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "024, WC-Damen", "arch_name": "024@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169773,18 +187362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43725, "usage_id": 116 }, "2402.EG.025": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "025, WC-Herren", "arch_name": "025@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169792,18 +187383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43728, "usage_id": 115 }, "2402.EG.026": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "026, Treppenraum", "arch_name": "026@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -169811,18 +187404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43801, "usage_id": 223 }, "2402.EG.027": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "027, Aufzug", "arch_name": "027@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -169830,18 +187425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43807, "usage_id": 4 }, "2402.EG.029": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "HS-EG01, Holzschuppen EG01", "arch_name": "HS-EG01@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15644, "seats": { @@ -169849,18 +187446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67295, "usage_id": 30 }, "2402.EG.030": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "HS-EG02, Holzschuppen EG02", "arch_name": "HS-EG02@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15644, "seats": { @@ -169868,18 +187467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67296, "usage_id": 30 }, "2402.EG.031": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "HS-EG03, Holzschuppen EG03", "arch_name": "HS-EG03@2402", "area_id": 17, "building_id": 596, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15644, "seats": { @@ -169887,18 +187488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67297, "usage_id": 30 }, "2402.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U1, Elektrische Versorgung", "arch_name": "U1@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -169906,18 +187509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39943, "usage_id": 160 }, "2402.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U2, Metallwerkstatt grob", "arch_name": "U2@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -169925,18 +187530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39975, "usage_id": 51 }, "2402.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U3, Lager", "arch_name": "U3@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -169944,18 +187551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39979, "usage_id": 30 }, "2402.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U4, Lager", "arch_name": "U4@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -169963,18 +187572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39980, "usage_id": 30 }, "2402.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U5, Lager", "arch_name": "U5@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15644, "seats": { @@ -169982,18 +187593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39985, "usage_id": 30 }, "2402.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U6, Waschraum", "arch_name": "U6@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170001,18 +187614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39986, "usage_id": 210 }, "2402.U1.006A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U6A, Flur", "arch_name": "U6A@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170020,18 +187635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39989, "usage_id": 222 }, "2402.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U7, Oberfl\u00e4chenbehandlung", "arch_name": "U7@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15644, "seats": { @@ -170039,18 +187656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40013, "usage_id": 51 }, "2402.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U8/U9, Holz/Kunststoffwerkstatt", "arch_name": "U8/U9@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15644, "seats": { @@ -170058,18 +187677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40016, "usage_id": 107 }, "2402.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U10, Holztrockner / Metalls\u00e4ge / Durchgang", "arch_name": "U10@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15644, "seats": { @@ -170077,18 +187698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67267, "usage_id": 107 }, "2402.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U11, Metallwerkstatt fein", "arch_name": "U11@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15644, "seats": { @@ -170096,18 +187719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40017, "usage_id": 108 }, "2402.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U12, Metallwerkstatt fein", "arch_name": "U12@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15644, "seats": { @@ -170115,18 +187740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40019, "usage_id": 108 }, "2402.U1.013": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U13, Technologische Versuchshalle", "arch_name": "U13@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15644, "seats": { @@ -170134,18 +187761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40052, "usage_id": 49 }, "2402.U1.014": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U14, Treppenraum", "arch_name": "U14@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170153,18 +187782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40057, "usage_id": 223 }, "2402.U1.015": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U15, Flur", "arch_name": "U15@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170172,18 +187803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40060, "usage_id": 222 }, "2402.U1.016": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U16, Flur", "arch_name": "U16@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170191,18 +187824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40064, "usage_id": 222 }, "2402.U1.017": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U17, WC-Damen", "arch_name": "U17@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170210,18 +187845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40153, "usage_id": 116 }, "2402.U1.018": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U18, WC-Herren", "arch_name": "U18@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170229,18 +187866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40157, "usage_id": 115 }, "2402.U1.019": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U19, Treppenraum", "arch_name": "U19@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170248,18 +187887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40164, "usage_id": 223 }, "2402.U1.020": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "U20, Aufzug", "arch_name": "U20@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -170267,18 +187908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40168, "usage_id": 4 }, "2402.U1.022": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "HS-U01, Holzschuppen U01", "arch_name": "HS-U01@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15644, "seats": { @@ -170286,18 +187929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67292, "usage_id": 30 }, "2402.U1.023": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "HS-U02, Holzschuppen U02", "arch_name": "HS-U02@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15644, "seats": { @@ -170305,18 +187950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67293, "usage_id": 30 }, "2402.U1.024": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "HS-U03, Holzschuppen U03", "arch_name": "HS-U03@2402", "area_id": 17, "building_id": 596, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15644, "seats": { @@ -170324,18 +187971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67294, "usage_id": 30 }, "2402.U2.001": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K1, Holzwerkstatt", "arch_name": "K1@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15644, "seats": { @@ -170343,18 +187992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40663, "usage_id": 107 }, "2402.U2.002": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K2, Abwasseraufb.-u. Beseitigung", "arch_name": "K2@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -170362,18 +188013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40670, "usage_id": 182 }, "2402.U2.003": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K3, Raumlufttechnische Anlage", "arch_name": "K3@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -170381,18 +188034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40675, "usage_id": 32 }, "2402.U2.004": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K4, Wasserversorgung / Druckluft", "arch_name": "K4@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -170400,18 +188055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40679, "usage_id": 182 }, "2402.U2.005": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K5, Heizung und Brauchwassererw\u00e4rmung", "arch_name": "K5@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -170419,18 +188076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40700, "usage_id": 201 }, "2402.U2.006": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K6, Flur", "arch_name": "K6@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -170438,18 +188097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40706, "usage_id": 222 }, "2402.U2.007": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K7, Flur", "arch_name": "K7@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170457,18 +188118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40709, "usage_id": 222 }, "2402.U2.008": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K8, Treppenraum", "arch_name": "K8@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170476,18 +188139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39932, "usage_id": 223 }, "2402.U2.009": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K9, Aufzug", "arch_name": "K9@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -170495,18 +188160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39935, "usage_id": 4 }, "2402.U2.010": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Winzererstr. 45", "zip_code": 80797 }, + "alt_name": "K10, Treppenraum", "arch_name": "K10@2402", "area_id": 17, "building_id": 596, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -170514,18 +188181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39939, "usage_id": 223 }, "2410.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.01, Konferenzraum", "arch_name": "01.01@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -170533,18 +188202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68562, "usage_id": 196 }, "2410.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.02, Copy", "arch_name": "01.02@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -170552,18 +188223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68586, "usage_id": 110 }, "2410.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.03, WC-Herren", "arch_name": "01.03@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -170571,18 +188244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68515, "usage_id": 115 }, "2410.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.04, WC-Damen", "arch_name": "01.04@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -170590,18 +188265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68516, "usage_id": 116 }, "2410.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.05, Umkleide-Damen", "arch_name": "01.05@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -170609,18 +188286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68517, "usage_id": 121 }, "2410.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.06, Aufenthalt", "arch_name": "01.06@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -170628,18 +188307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68501, "usage_id": 44 }, "2410.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.07, Lager", "arch_name": "01.07@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -170647,18 +188328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68587, "usage_id": 30 }, "2410.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.08, Umkleide-Herren", "arch_name": "01.08@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -170666,18 +188349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68589, "usage_id": 121 }, "2410.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.09, WC-Herren", "arch_name": "01.09@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -170685,18 +188370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68588, "usage_id": 115 }, "2410.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.10, WC-Damen", "arch_name": "01.10@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -170704,18 +188391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68590, "usage_id": 116 }, "2410.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.11, Copy", "arch_name": "01.11@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -170723,18 +188412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68518, "usage_id": 110 }, "2410.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.20, Labor", "arch_name": "01.20@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -170742,18 +188433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68509, "usage_id": 194 }, "2410.01.122": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.22, Labor", "arch_name": "01.22@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -170761,18 +188454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68507, "usage_id": 194 }, "2410.01.124": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.24, Labor", "arch_name": "01.24@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -170780,18 +188475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68508, "usage_id": 194 }, "2410.01.126": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.26, Labor", "arch_name": "01.26@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -170799,18 +188496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68510, "usage_id": 194 }, "2410.01.128": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.28, Labor", "arch_name": "01.28@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -170818,18 +188517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68511, "usage_id": 194 }, "2410.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.30, Labor", "arch_name": "01.30@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -170837,18 +188538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68512, "usage_id": 194 }, "2410.01.140": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.40, B\u00fcro", "arch_name": "01.40@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -170856,18 +188559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68580, "usage_id": 12 }, "2410.01.141": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.41, B\u00fcro", "arch_name": "01.41@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -170875,18 +188580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68581, "usage_id": 12 }, "2410.01.142": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.42, B\u00fcro", "arch_name": "01.42@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -170894,18 +188601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68494, "usage_id": 12 }, "2410.01.143": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.43, B\u00fcro", "arch_name": "01.43@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -170913,18 +188622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68495, "usage_id": 12 }, "2410.01.144": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.44, B\u00fcro", "arch_name": "01.44@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -170932,18 +188643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68496, "usage_id": 12 }, "2410.01.145": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.45, B\u00fcro", "arch_name": "01.45@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -170951,18 +188664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68497, "usage_id": 12 }, "2410.01.146": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.46, B\u00fcro", "arch_name": "01.46@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -170970,18 +188685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68498, "usage_id": 12 }, "2410.01.147": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.47, B\u00fcro", "arch_name": "01.47@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -170989,18 +188706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68499, "usage_id": 12 }, "2410.01.148": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.48, B\u00fcro", "arch_name": "01.48@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171008,18 +188727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68500, "usage_id": 12 }, "2410.01.162": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.62, B\u00fcro", "arch_name": "01.62@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171027,18 +188748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68514, "usage_id": 12 }, "2410.01.163": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.63, B\u00fcro", "arch_name": "01.63@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171046,18 +188769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68513, "usage_id": 12 }, "2410.01.164": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.64, Nasslabor", "arch_name": "01.64@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171065,18 +188790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68582, "usage_id": 194 }, "2410.01.168": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.68, Labor", "arch_name": "01.68@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171084,18 +188811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68583, "usage_id": 194 }, "2410.01.170": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.70, B\u00fcro", "arch_name": "01.70@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171103,18 +188832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68584, "usage_id": 12 }, "2410.01.170A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.70A, EDV", "arch_name": "01.70A@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171122,18 +188853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68585, "usage_id": 207 }, "2410.01.180": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.80, B\u00fcro", "arch_name": "01.80@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171141,18 +188874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68563, "usage_id": 12 }, "2410.01.181": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.81, B\u00fcro", "arch_name": "01.81@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171160,18 +188895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68564, "usage_id": 12 }, "2410.01.182": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.82, B\u00fcro", "arch_name": "01.82@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171179,18 +188916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68565, "usage_id": 12 }, "2410.01.183": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.83, Ruheraum", "arch_name": "01.83@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171198,18 +188937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68566, "usage_id": 178 }, "2410.01.184": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.84, B\u00fcro", "arch_name": "01.84@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171217,18 +188958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68575, "usage_id": 12 }, "2410.01.185": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.85, B\u00fcro", "arch_name": "01.85@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171236,18 +188979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68576, "usage_id": 12 }, "2410.01.186": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.86, B\u00fcro", "arch_name": "01.86@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171255,18 +189000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68577, "usage_id": 12 }, "2410.01.187": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.87, B\u00fcro", "arch_name": "01.87@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171274,18 +189021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68578, "usage_id": 12 }, "2410.01.188": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.88, B\u00fcro", "arch_name": "01.88@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171293,18 +189042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68579, "usage_id": 12 }, "2410.01.189": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.89, B\u00fcro", "arch_name": "01.89@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171312,18 +189063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68493, "usage_id": 12 }, "2410.01.190": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.90, Flur", "arch_name": "01.90@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171331,18 +189084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68519, "usage_id": 222 }, "2410.01.191": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.91, Flur", "arch_name": "01.91@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171350,18 +189105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68520, "usage_id": 222 }, "2410.01.192": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.92, Treppenhaus", "arch_name": "01.92@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171369,18 +189126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68567, "usage_id": 223 }, "2410.01.193": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.93, Flur", "arch_name": "01.93@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171388,18 +189147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68568, "usage_id": 222 }, "2410.01.194": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.94, Treppe im Freien", "arch_name": "01.94@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -171407,18 +189168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69020, "usage_id": 7 }, "2410.01.195": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.95, Dachterrasse", "arch_name": "01.95@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -171426,18 +189189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68591, "usage_id": 137 }, "2410.01.196": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.96, Treppe im Freien", "arch_name": "01.96@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -171445,18 +189210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69021, "usage_id": 7 }, "2410.01.197A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.97A, Aufzugschacht f. Pers.", "arch_name": "01.97A@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171464,18 +189231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68592, "usage_id": 195 }, "2410.01.197B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.97B, Install.", "arch_name": "01.97B@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -171483,18 +189252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69022, "usage_id": 120 }, "2410.01.197C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.97C, Luftschacht", "arch_name": "01.97C@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -171502,18 +189273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68593, "usage_id": 32 }, "2410.01.197D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.97D, Luftschacht", "arch_name": "01.97D@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -171521,18 +189294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68594, "usage_id": 32 }, "2410.01.197E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.97E, Aufzugschacht f. Pers.", "arch_name": "01.97E@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171540,18 +189315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68569, "usage_id": 195 }, "2410.01.197F": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.97F, Install.", "arch_name": "01.97F@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -171559,18 +189336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68933, "usage_id": 120 }, "2410.01.197G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "01.97G, Install.", "arch_name": "01.97G@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -171578,18 +189357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68934, "usage_id": 120 }, "2410.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.01, Besprechung", "arch_name": "02.01@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171597,18 +189378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68651, "usage_id": 196 }, "2410.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.02, Copy", "arch_name": "02.02@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171616,18 +189399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68705, "usage_id": 110 }, "2410.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.03, WC-Herren", "arch_name": "02.03@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -171635,18 +189420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68706, "usage_id": 115 }, "2410.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.04, WC-Damen", "arch_name": "02.04@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -171654,18 +189441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68730, "usage_id": 116 }, "2410.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.05, Umkleide/Dusche", "arch_name": "02.05@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -171673,18 +189462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68731, "usage_id": 121 }, "2410.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.06, Aufenthalt/Teek\u00fcche", "arch_name": "02.06@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171692,18 +189483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68723, "usage_id": 44 }, "2410.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.07, Lager", "arch_name": "02.07@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171711,18 +189504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68732, "usage_id": 30 }, "2410.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.08, Poststelle", "arch_name": "02.08@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171730,18 +189525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68678, "usage_id": 30 }, "2410.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.09, WC-Herren", "arch_name": "02.09@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -171749,18 +189546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68679, "usage_id": 115 }, "2410.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.10, WC-Damen", "arch_name": "02.10@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -171768,18 +189567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68680, "usage_id": 116 }, "2410.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.11, Server-EDV", "arch_name": "02.11@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171787,18 +189588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68681, "usage_id": 207 }, "2410.02.220": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.20, Labor", "arch_name": "02.20@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171806,18 +189609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68726, "usage_id": 194 }, "2410.02.222": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.22, Labor", "arch_name": "02.22@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171825,18 +189630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68725, "usage_id": 194 }, "2410.02.224": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.24, Labor", "arch_name": "02.24@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171844,18 +189651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68674, "usage_id": 194 }, "2410.02.226": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.26, Labor", "arch_name": "02.26@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171863,18 +189672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68673, "usage_id": 194 }, "2410.02.228": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.28, Labor", "arch_name": "02.28@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171882,18 +189693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68672, "usage_id": 194 }, "2410.02.230": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.30, Labor", "arch_name": "02.30@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -171901,18 +189714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68670, "usage_id": 194 }, "2410.02.240": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.40, B\u00fcro", "arch_name": "02.40@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171920,18 +189735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68662, "usage_id": 12 }, "2410.02.241": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.41, B\u00fcro", "arch_name": "02.41@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171939,18 +189756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68724, "usage_id": 12 }, "2410.02.242": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.42, B\u00fcro", "arch_name": "02.42@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171958,18 +189777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68663, "usage_id": 12 }, "2410.02.243": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.43, B\u00fcro", "arch_name": "02.43@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171977,18 +189798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68664, "usage_id": 12 }, "2410.02.244": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.44, B\u00fcro", "arch_name": "02.44@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -171996,18 +189819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68665, "usage_id": 12 }, "2410.02.245": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.45, B\u00fcro", "arch_name": "02.45@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172015,18 +189840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68666, "usage_id": 12 }, "2410.02.246": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.46, B\u00fcro", "arch_name": "02.46@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172034,18 +189861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68667, "usage_id": 12 }, "2410.02.247": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.47, B\u00fcro", "arch_name": "02.47@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172053,18 +189882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68668, "usage_id": 12 }, "2410.02.248": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.48, B\u00fcro", "arch_name": "02.48@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172072,18 +189903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68669, "usage_id": 12 }, "2410.02.249": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.49, B\u00fcro", "arch_name": "02.49@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172091,18 +189924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68671, "usage_id": 12 }, "2410.02.262": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.62, B\u00fcro", "arch_name": "02.62@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172110,18 +189945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68719, "usage_id": 12 }, "2410.02.262A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.62A, B\u00fcro", "arch_name": "02.62A@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172129,18 +189966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68720, "usage_id": 12 }, "2410.02.264": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.64, K\u00fcche", "arch_name": "02.64@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -172148,18 +189987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68721, "usage_id": 28 }, "2410.02.265": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.65, Sozialraum", "arch_name": "02.65@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172167,18 +190008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68722, "usage_id": 44 }, "2410.02.266": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.80, B\u00fcro", "arch_name": "02.80@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172186,18 +190029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68659, "usage_id": 12 }, "2410.02.267": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.67, B\u00fcro", "arch_name": "02.67@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172205,18 +190050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68660, "usage_id": 12 }, "2410.02.268": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.68, B\u00fcro", "arch_name": "02.68@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172224,18 +190071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68661, "usage_id": 12 }, "2410.02.280": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.80, B\u00fcro", "arch_name": "02.80@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172243,18 +190092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68652, "usage_id": 12 }, "2410.02.281": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.81, B\u00fcro", "arch_name": "02.81@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172262,18 +190113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68653, "usage_id": 12 }, "2410.02.282": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.82, B\u00fcro", "arch_name": "02.82@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172281,18 +190134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68654, "usage_id": 12 }, "2410.02.283": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.83, B\u00fcro", "arch_name": "02.83@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172300,18 +190155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68655, "usage_id": 12 }, "2410.02.284": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.84, B\u00fcro", "arch_name": "02.84@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172319,18 +190176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68656, "usage_id": 12 }, "2410.02.285": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.85, B\u00fcro", "arch_name": "02.85@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172338,18 +190197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68657, "usage_id": 12 }, "2410.02.286": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.86, B\u00fcro", "arch_name": "02.86@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172357,18 +190218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68658, "usage_id": 12 }, "2410.02.287": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.87, B\u00fcro", "arch_name": "02.87@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172376,18 +190239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68716, "usage_id": 12 }, "2410.02.288": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.88, B\u00fcro", "arch_name": "02.88@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172395,18 +190260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68717, "usage_id": 12 }, "2410.02.289": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.89, B\u00fcro", "arch_name": "02.89@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172414,18 +190281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68718, "usage_id": 12 }, "2410.02.290": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.90, Flur", "arch_name": "02.90@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172433,18 +190302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68727, "usage_id": 222 }, "2410.02.291": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.91, Flur", "arch_name": "02.91@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172452,18 +190323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68675, "usage_id": 222 }, "2410.02.292": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.92, Flur", "arch_name": "02.92@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172471,18 +190344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68677, "usage_id": 222 }, "2410.02.293": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.93, Flur", "arch_name": "02.93@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172490,18 +190365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68676, "usage_id": 222 }, "2410.02.294": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.94, Treppe im Freien", "arch_name": "02.94@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172509,18 +190386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68728, "usage_id": 7 }, "2410.02.296": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.96, Treppe im Freien", "arch_name": "02.96@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172528,18 +190407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68729, "usage_id": 7 }, "2410.02.297B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.97B, Install.", "arch_name": "02.97B@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -172547,18 +190428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68942, "usage_id": 120 }, "2410.02.297F": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.97F, Install.", "arch_name": "02.97F@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -172566,18 +190449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68943, "usage_id": 120 }, "2410.02.297G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "02.97G, Install.", "arch_name": "02.97G@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -172585,18 +190470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68944, "usage_id": 120 }, "2410.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.01, Besprechung", "arch_name": "03.01@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172604,18 +190491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68707, "usage_id": 196 }, "2410.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.02, WC-Vorraum", "arch_name": "03.02@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -172623,18 +190512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68700, "usage_id": 118 }, "2410.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.03, K\u00fcche", "arch_name": "03.03@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -172642,18 +190533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68701, "usage_id": 28 }, "2410.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.04, WC-Damen", "arch_name": "03.04@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -172661,18 +190554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68702, "usage_id": 116 }, "2410.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.05, WC-Herren", "arch_name": "03.05@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -172680,18 +190575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68703, "usage_id": 116 }, "2410.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.06, WC-Vorraum", "arch_name": "03.06@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -172699,18 +190596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68749, "usage_id": 118 }, "2410.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.07, K\u00fcche", "arch_name": "03.07@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -172718,18 +190617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68704, "usage_id": 28 }, "2410.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.08, WC-Damen", "arch_name": "03.08@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -172737,18 +190638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68748, "usage_id": 116 }, "2410.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.09, WC-Herren", "arch_name": "03.09@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -172756,18 +190659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68747, "usage_id": 115 }, "2410.03.320": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.20, B\u00fcro", "arch_name": "03.20@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172775,18 +190680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68734, "usage_id": 12 }, "2410.03.322": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.22, B\u00fcro", "arch_name": "03.22@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172794,18 +190701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68735, "usage_id": 12 }, "2410.03.324": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.24, B\u00fcro", "arch_name": "03.24@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172813,18 +190722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68736, "usage_id": 12 }, "2410.03.328": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.28, B\u00fcro", "arch_name": "03.28@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172832,18 +190743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68737, "usage_id": 12 }, "2410.03.330": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.30, B\u00fcro", "arch_name": "03.30@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172851,18 +190764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68738, "usage_id": 12 }, "2410.03.341": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.41, B\u00fcro", "arch_name": "03.41@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172870,18 +190785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68693, "usage_id": 12 }, "2410.03.342": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.42, B\u00fcro", "arch_name": "03.42@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172889,18 +190806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68694, "usage_id": 12 }, "2410.03.343": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.43, B\u00fcro", "arch_name": "03.43@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172908,18 +190827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68692, "usage_id": 12 }, "2410.03.344": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.44, B\u00fcro", "arch_name": "03.44@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172927,18 +190848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68695, "usage_id": 12 }, "2410.03.345": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.45, B\u00fcro", "arch_name": "03.45@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172946,18 +190869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68696, "usage_id": 12 }, "2410.03.346": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.46, B\u00fcro", "arch_name": "03.46@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172965,18 +190890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68697, "usage_id": 12 }, "2410.03.347": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.47, B\u00fcro", "arch_name": "03.47@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -172984,18 +190911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68698, "usage_id": 12 }, "2410.03.348": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.48, B\u00fcro", "arch_name": "03.48@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173003,18 +190932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68733, "usage_id": 12 }, "2410.03.360": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.60, B\u00fcro", "arch_name": "03.60@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173022,18 +190953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68687, "usage_id": 12 }, "2410.03.362": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.62, B\u00fcro", "arch_name": "03.62@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173041,18 +190974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68688, "usage_id": 12 }, "2410.03.364": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.64, B\u00fcro", "arch_name": "03.64@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173060,18 +190995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68689, "usage_id": 12 }, "2410.03.366": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.66, B\u00fcro", "arch_name": "03.66@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173079,18 +191016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68690, "usage_id": 12 }, "2410.03.368": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.68, B\u00fcro", "arch_name": "03.68@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173098,18 +191037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68691, "usage_id": 12 }, "2410.03.381": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.81, B\u00fcro", "arch_name": "03.81@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173117,18 +191058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68709, "usage_id": 12 }, "2410.03.382": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.82, B\u00fcro", "arch_name": "03.82@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173136,18 +191079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68682, "usage_id": 12 }, "2410.03.383": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.83, B\u00fcro", "arch_name": "03.83@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173155,18 +191100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68683, "usage_id": 12 }, "2410.03.384": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.84, B\u00fcro", "arch_name": "03.84@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173174,18 +191121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68684, "usage_id": 12 }, "2410.03.385": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.85, B\u00fcro", "arch_name": "03.85@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173193,18 +191142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68710, "usage_id": 12 }, "2410.03.386": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.86, B\u00fcro", "arch_name": "03.86@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173212,18 +191163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68685, "usage_id": 12 }, "2410.03.387": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.87, B\u00fcro", "arch_name": "03.87@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173231,18 +191184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68686, "usage_id": 12 }, "2410.03.388": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.88, Besprechung", "arch_name": "03.88@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173250,18 +191205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68708, "usage_id": 196 }, "2410.03.390": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.90, Flur", "arch_name": "03.90@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173269,18 +191226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68711, "usage_id": 222 }, "2410.03.391": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.91, Flur", "arch_name": "03.91@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173288,18 +191247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68699, "usage_id": 222 }, "2410.03.392": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.92, Flur", "arch_name": "03.92@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173307,18 +191268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68712, "usage_id": 222 }, "2410.03.393": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.93, Flur", "arch_name": "03.93@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173326,18 +191289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68713, "usage_id": 222 }, "2410.03.397B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.97B, Install.", "arch_name": "03.97B@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -173345,18 +191310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68949, "usage_id": 120 }, "2410.03.397F": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "03.97F, Install.", "arch_name": "03.97F@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -173364,18 +191331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68950, "usage_id": 120 }, "2410.DG.201": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "D2.01, Vorraum Dachgeschoss", "arch_name": "D2.01@2410", "area_id": 17, "building_id": 2210, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -173383,18 +191352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68998, "usage_id": 222 }, "2410.DG.202": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "D2.02, Treppe", "arch_name": "D2.02@2410", "area_id": 17, "building_id": 2210, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -173402,18 +191373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68920, "usage_id": 223 }, "2410.DG.203": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "D2.03, Dachraum", "arch_name": "D2.03@2410", "area_id": 17, "building_id": 2210, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -173421,18 +191394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68923, "usage_id": 159 }, "2410.DG.204": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "D2.04, Aufzugtechnik", "arch_name": "D2.04@2410", "area_id": 17, "building_id": 2210, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -173440,18 +191415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68921, "usage_id": 5 }, "2410.DG.205": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "D2.05, Aufzugtechnik", "arch_name": "D2.05@2410", "area_id": 17, "building_id": 2210, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -173459,18 +191436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68922, "usage_id": 5 }, "2410.DG.206": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "D2.06, Archiv/Technik", "arch_name": "D2.06@2410", "area_id": 17, "building_id": 2210, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -173478,18 +191457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68999, "usage_id": 2 }, "2410.DG.207": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "D2.07, Technik", "arch_name": "D2.07@2410", "area_id": 17, "building_id": 2210, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -173497,18 +191478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69000, "usage_id": 120 }, "2410.DG.390": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "D3.90, Dachplattform mit K\u00e4ltemaschinen", "arch_name": "D3.90@2410", "area_id": 17, "building_id": 2210, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -173516,18 +191499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69019, "usage_id": 137 }, "2410.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.01, Empfang", "arch_name": "E.01@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173535,18 +191520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68431, "usage_id": 12 }, "2410.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.02, WC-Herren", "arch_name": "E.02@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -173554,18 +191541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68488, "usage_id": 115 }, "2410.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.03, Umkleide", "arch_name": "E.03@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -173573,18 +191562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68440, "usage_id": 121 }, "2410.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.04, WC-Damen", "arch_name": "E.04@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -173592,18 +191583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68480, "usage_id": 116 }, "2410.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.05, K\u00fcche", "arch_name": "E.05@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -173611,18 +191604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68441, "usage_id": 28 }, "2410.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.06, Server-EDV", "arch_name": "E.06@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173630,18 +191625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68463, "usage_id": 207 }, "2410.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.42, B\u00fcro", "arch_name": "E.42@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173649,18 +191646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68464, "usage_id": 12 }, "2410.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.08, Umkleide", "arch_name": "E.08@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -173668,18 +191667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68465, "usage_id": 121 }, "2410.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.09, WC-Herren", "arch_name": "E.09@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -173687,18 +191688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68473, "usage_id": 115 }, "2410.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.10, WC-Damen", "arch_name": "E.10@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -173706,18 +191709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68474, "usage_id": 116 }, "2410.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.11, Copy", "arch_name": "E.11@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173725,18 +191730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68475, "usage_id": 110 }, "2410.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.12, BMZ", "arch_name": "E.12@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173744,18 +191751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68492, "usage_id": 120 }, "2410.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.20, Labor", "arch_name": "E.20@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -173763,18 +191772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68444, "usage_id": 194 }, "2410.EG.022": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.22, Labor", "arch_name": "E.22@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -173782,18 +191793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68442, "usage_id": 194 }, "2410.EG.024": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.24, Labor", "arch_name": "E.24@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -173801,18 +191814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68478, "usage_id": 194 }, "2410.EG.026": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.26, Labor", "arch_name": "E.26@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -173820,18 +191835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68439, "usage_id": 194 }, "2410.EG.028": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.28, Labor", "arch_name": "E.28@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -173839,18 +191856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68446, "usage_id": 194 }, "2410.EG.029": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.29, Ruheraum", "arch_name": "E.29@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -173858,18 +191877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68481, "usage_id": 178 }, "2410.EG.030": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.30, Labor", "arch_name": "E.30@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -173877,18 +191898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68447, "usage_id": 194 }, "2410.EG.042": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.42, B\u00fcro", "arch_name": "E.42@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173896,18 +191919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68452, "usage_id": 12 }, "2410.EG.043": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.43, B\u00fcro", "arch_name": "E.43@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173915,18 +191940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68487, "usage_id": 12 }, "2410.EG.044": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.44, B\u00fcro", "arch_name": "E.44@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173934,18 +191961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68489, "usage_id": 12 }, "2410.EG.045": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.45, B\u00fcro", "arch_name": "E.45@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173953,18 +191982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68601, "usage_id": 12 }, "2410.EG.046": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.46, B\u00fcro", "arch_name": "E.46@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173972,18 +192003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68602, "usage_id": 12 }, "2410.EG.047": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.47, B\u00fcro", "arch_name": "E.47@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -173991,18 +192024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68603, "usage_id": 12 }, "2410.EG.049": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.49, B\u00fcro", "arch_name": "E.49@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174010,18 +192045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68604, "usage_id": 12 }, "2410.EG.064": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.64, Server", "arch_name": "E.64@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174029,18 +192066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68571, "usage_id": 207 }, "2410.EG.065": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.65, Labor", "arch_name": "E.65@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -174048,18 +192087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68606, "usage_id": 194 }, "2410.EG.066": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.66, Labor", "arch_name": "E.66@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -174067,18 +192108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68605, "usage_id": 194 }, "2410.EG.070": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.70, Seminarraum", "arch_name": "E.70@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174086,18 +192129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68607, "usage_id": 41 }, "2410.EG.080": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.80, B\u00fcro", "arch_name": "E.80@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174105,18 +192150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68595, "usage_id": 12 }, "2410.EG.081": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.81, B\u00fcro", "arch_name": "E.81@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174124,18 +192171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68570, "usage_id": 12 }, "2410.EG.082": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.82, B\u00fcro", "arch_name": "E.82@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174143,18 +192192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68521, "usage_id": 12 }, "2410.EG.083": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.83, B\u00fcro", "arch_name": "E.83@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174162,18 +192213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68522, "usage_id": 12 }, "2410.EG.084": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.84, B\u00fcro", "arch_name": "E.84@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174181,18 +192234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68523, "usage_id": 12 }, "2410.EG.085": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.85, B\u00fcro", "arch_name": "E.85@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174200,18 +192255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68596, "usage_id": 12 }, "2410.EG.086": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.86, B\u00fcro", "arch_name": "E.86@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174219,18 +192276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68597, "usage_id": 12 }, "2410.EG.087": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.87, B\u00fcro", "arch_name": "E.87@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174238,18 +192297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68598, "usage_id": 12 }, "2410.EG.088": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.88, B\u00fcro", "arch_name": "E.88@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174257,18 +192318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68599, "usage_id": 12 }, "2410.EG.089": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.88, B\u00fcro", "arch_name": "E.88@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174276,18 +192339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68600, "usage_id": 12 }, "2410.EG.090": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.90, Flur", "arch_name": "E.90@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174295,18 +192360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68525, "usage_id": 222 }, "2410.EG.091": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.91, Eingangsbereich", "arch_name": "E.91@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174314,18 +192381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68524, "usage_id": 222 }, "2410.EG.092": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.90, Treppenhaus", "arch_name": "E.90@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174333,18 +192402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68572, "usage_id": 222 }, "2410.EG.093": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.93, Flur", "arch_name": "E.93@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174352,18 +192423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68526, "usage_id": 222 }, "2410.EG.094": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.94, Flur", "arch_name": "E.94@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174371,18 +192444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68573, "usage_id": 222 }, "2410.EG.095": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.95, Flur", "arch_name": "E.95@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174390,18 +192465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68527, "usage_id": 222 }, "2410.EG.096": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.96, Flur", "arch_name": "E.96@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174409,18 +192486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68574, "usage_id": 222 }, "2410.EG.097A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.97, Personenaufzug", "arch_name": "E.97@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -174428,18 +192507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68551, "usage_id": 4 }, "2410.EG.097B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.97B, Install.", "arch_name": "E.97B@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -174447,18 +192528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69003, "usage_id": 120 }, "2410.EG.097E": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.97E, Personenaufzug", "arch_name": "E.97E@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -174466,18 +192549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68552, "usage_id": 4 }, "2410.EG.097F": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.97F, Install.", "arch_name": "E.97F@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -174485,18 +192570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68983, "usage_id": 120 }, "2410.EG.097G": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.97G, Install.", "arch_name": "E.97G@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -174504,18 +192591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69025, "usage_id": 120 }, "2410.EG.098": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.98, Zugangstreppenbereich Aussen", "arch_name": "E.98@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -174523,18 +192612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69023, "usage_id": 217 }, "2410.EG.099": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "E.99, Zugangstreppenbereich Aussen", "arch_name": "E.99@2410", "area_id": 17, "building_id": 2210, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -174542,18 +192633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69024, "usage_id": 217 }, "2410.U1.101": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.01, Aufenthalt", "arch_name": "U1.01@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174561,18 +192654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68529, "usage_id": 44 }, "2410.U1.102": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.02, Lager-K\u00fcche", "arch_name": "U1.02@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -174580,18 +192675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68505, "usage_id": 30 }, "2410.U1.103": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.03, K\u00fcche", "arch_name": "U1.03@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -174599,18 +192696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68561, "usage_id": 28 }, "2410.U1.104": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.04, WC-Herren", "arch_name": "U1.04@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -174618,18 +192717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68549, "usage_id": 115 }, "2410.U1.105": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.05, WC-Vorraum Herren", "arch_name": "U1.05@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -174637,19 +192738,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68548, "usage_id": 118 }, "2410.U1.107A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.07, Seminarraum", "arch_name": "U1.07@2410", "area_id": 17, "building_id": 2210, "calendar_resource_nr": 29952, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174657,18 +192760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68623, "usage_id": 41 }, "2410.U1.107B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.07B, Seminarraum", "arch_name": "U1.07B@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174676,18 +192781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68538, "usage_id": 41 }, "2410.U1.107C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.07C, Seminarraum", "arch_name": "U1.07C@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174695,18 +192802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68539, "usage_id": 41 }, "2410.U1.108": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.08, Seminarraum", "arch_name": "U1.08@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174714,18 +192823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68530, "usage_id": 41 }, "2410.U1.109": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.09, Beh.-WC", "arch_name": "U1.09@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -174733,18 +192844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68506, "usage_id": 117 }, "2410.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.10, WC-Herren", "arch_name": "U1.10@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -174752,18 +192865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68625, "usage_id": 115 }, "2410.U1.111": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.11, Labor", "arch_name": "U1.11@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -174771,18 +192886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68547, "usage_id": 194 }, "2410.U1.111A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.11A, WC-Damen", "arch_name": "U1.11A@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -174790,18 +192907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68628, "usage_id": 116 }, "2410.U1.111B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.11B, WC-Damen", "arch_name": "U1.11B@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -174809,18 +192928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68629, "usage_id": 116 }, "2410.U1.111C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.11C, WC-Herren", "arch_name": "U1.11C@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -174828,18 +192949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68536, "usage_id": 115 }, "2410.U1.111D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.11D, WC-Herren", "arch_name": "U1.11D@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -174847,18 +192970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68537, "usage_id": 115 }, "2410.U1.112": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.12, Labor", "arch_name": "U1.12@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -174866,18 +192991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68546, "usage_id": 194 }, "2410.U1.114": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.14, Fernmeldetechnik", "arch_name": "U1.14@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -174885,18 +193012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68545, "usage_id": 120 }, "2410.U1.119": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.19, Trafo Flur", "arch_name": "U1.19@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -174904,18 +193033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68911, "usage_id": 222 }, "2410.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.20, Dol.Kab.", "arch_name": "U1.20@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174923,18 +193054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68558, "usage_id": 153 }, "2410.U1.121": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.21, Technik", "arch_name": "U1.21@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174942,18 +193075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68557, "usage_id": 120 }, "2410.U1.122": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.22, Dol.Kab.", "arch_name": "U1.22@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174961,18 +193096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68556, "usage_id": 153 }, "2410.U1.123": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.23, Dol.Kab.", "arch_name": "U1.23@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174980,18 +193117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68555, "usage_id": 153 }, "2410.U1.124": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.24, Technik", "arch_name": "U1.24@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -174999,18 +193138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68554, "usage_id": 120 }, "2410.U1.125": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.25, Dol.Kab.", "arch_name": "U1.25@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175018,18 +193159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68553, "usage_id": 153 }, "2410.U1.126": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.26, Dol.Kab.", "arch_name": "U1.26@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175037,18 +193180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68541, "usage_id": 153 }, "2410.U1.127": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.27, Technik", "arch_name": "U1.27@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175056,18 +193201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68540, "usage_id": 120 }, "2410.U1.128": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.28, Dol.Kab.", "arch_name": "U1.28@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175075,18 +193222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68624, "usage_id": 153 }, "2410.U1.133": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.33, Aufenthalt", "arch_name": "U1.33@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175094,18 +193243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68532, "usage_id": 44 }, "2410.U1.134": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.34, WC-Damen", "arch_name": "U1.34@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -175113,18 +193264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68626, "usage_id": 116 }, "2410.U1.135": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.35, Umkleide/WC", "arch_name": "U1.35@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -175132,18 +193285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68531, "usage_id": 121 }, "2410.U1.136": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.36, Umkleide", "arch_name": "U1.36@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -175151,18 +193306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68533, "usage_id": 121 }, "2410.U1.137": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.37, B\u00fcro", "arch_name": "U1.37@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175170,18 +193327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68534, "usage_id": 12 }, "2410.U1.138": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.38, Besprechung", "arch_name": "U1.38@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175189,18 +193348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68535, "usage_id": 196 }, "2410.U1.139": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.39, Oberes Technikum", "arch_name": "U1.39@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175208,18 +193369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68929, "usage_id": 49 }, "2410.U1.140": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.40, Lager", "arch_name": "U1.40@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175227,18 +193390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68952, "usage_id": 30 }, "2410.U1.141": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.41, Lager", "arch_name": "U1.41@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175246,18 +193411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68951, "usage_id": 30 }, "2410.U1.142": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.42, Lager", "arch_name": "U1.42@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175265,18 +193432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68928, "usage_id": 30 }, "2410.U1.144": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.44, Werkstatt", "arch_name": "U1.44@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175284,18 +193453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68939, "usage_id": 49 }, "2410.U1.147": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.47, Sprinklertank", "arch_name": "U1.47@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175303,18 +193474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68550, "usage_id": 120 }, "2410.U1.190": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.90, Flur", "arch_name": "U1.90@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175322,18 +193495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68560, "usage_id": 222 }, "2410.U1.191": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.91, Treppenhaus", "arch_name": "U1.91@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175341,18 +193516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68542, "usage_id": 223 }, "2410.U1.192": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.92, Flur", "arch_name": "U1.92@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175360,18 +193537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68528, "usage_id": 222 }, "2410.U1.193": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.93, Flur", "arch_name": "U1.93@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175379,18 +193558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68543, "usage_id": 222 }, "2410.U1.194": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.94, Flur", "arch_name": "U1.94@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175398,18 +193579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68544, "usage_id": 223 }, "2410.U1.195": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.95, Treppe im Freien", "arch_name": "U1.95@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175417,18 +193600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68627, "usage_id": 7 }, "2410.U1.196": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.96, Flur", "arch_name": "U1.96@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175436,18 +193621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68559, "usage_id": 222 }, "2410.U1.197": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.97, Flur", "arch_name": "U1.97@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -175455,18 +193642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68622, "usage_id": 222 }, "2410.U1.197B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.97B, Install.", "arch_name": "U1.97B@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175474,18 +193663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68930, "usage_id": 120 }, "2410.U1.197C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.97C, Install.", "arch_name": "U1.97C@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175493,18 +193684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68931, "usage_id": 120 }, "2410.U1.197F": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.97F, Install.", "arch_name": "U1.97F@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175512,18 +193705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68940, "usage_id": 120 }, "2410.U1.197G": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U1.97G, Install.", "arch_name": "U1.97G@2410", "area_id": 17, "building_id": 2210, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175531,18 +193726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68941, "usage_id": 120 }, "2410.U2.201": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.01, L\u00fcftung", "arch_name": "U2.01@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175550,18 +193747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68985, "usage_id": 32 }, "2410.U2.203": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.03, WC-Damen", "arch_name": "U2.03@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -175569,18 +193768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68754, "usage_id": 116 }, "2410.U2.204": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.04, WC-Damen", "arch_name": "U2.04@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -175588,18 +193789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68753, "usage_id": 116 }, "2410.U2.205": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.05, WC-Herren", "arch_name": "U2.05@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -175607,18 +193810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68752, "usage_id": 115 }, "2410.U2.206": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.06, WC-Herren", "arch_name": "U2.06@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -175626,18 +193831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68751, "usage_id": 115 }, "2410.U2.207": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.07, WC-Herren", "arch_name": "U2.07@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -175645,18 +193852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68715, "usage_id": 115 }, "2410.U2.208": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.08, WC-Damen", "arch_name": "U2.08@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -175664,18 +193873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68714, "usage_id": 116 }, "2410.U2.209": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.09, Hausanschluss", "arch_name": "U2.09@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175683,18 +193894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68984, "usage_id": 120 }, "2410.U2.215": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.15, Labor", "arch_name": "U2.15@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -175702,18 +193915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68739, "usage_id": 194 }, "2410.U2.216": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.16, Labor", "arch_name": "U2.16@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -175721,18 +193936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68750, "usage_id": 194 }, "2410.U2.219": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.19, Tiefgarage", "arch_name": "U2.19@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175740,18 +193957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68912, "usage_id": 204 }, "2410.U2.220": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.20, Steuerungsanlage", "arch_name": "U2.20@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -175759,18 +193978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68643, "usage_id": 120 }, "2410.U2.221": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.21, Steuerungsanlage", "arch_name": "U2.21@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -175778,18 +193999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68642, "usage_id": 120 }, "2410.U2.222": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.22, L\u00fcftungszentrale", "arch_name": "U2.22@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175797,18 +194020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69005, "usage_id": 32 }, "2410.U2.223": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.23, Lager", "arch_name": "U2.23@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175816,18 +194041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69006, "usage_id": 30 }, "2410.U2.224": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.24, Sprinklerzentrale", "arch_name": "U2.24@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175835,18 +194062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69007, "usage_id": 183 }, "2410.U2.229": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.29, Tiefgarage", "arch_name": "U2.29@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175854,18 +194083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68953, "usage_id": 204 }, "2410.U2.290": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.90, Flur", "arch_name": "U2.90@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175873,18 +194104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68913, "usage_id": 222 }, "2410.U2.291": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.91, Flur", "arch_name": "U2.91@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175892,18 +194125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68914, "usage_id": 222 }, "2410.U2.292": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.92, Flur", "arch_name": "U2.92@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175911,18 +194146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68915, "usage_id": 222 }, "2410.U2.293": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.93, Flur", "arch_name": "U2.93@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175930,18 +194167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68916, "usage_id": 222 }, "2410.U2.294": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.94, Flur", "arch_name": "U2.94@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175949,18 +194188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68986, "usage_id": 222 }, "2410.U2.295": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.95, Flur", "arch_name": "U2.95@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175968,18 +194209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68987, "usage_id": 222 }, "2410.U2.295A": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.95A, Abluft", "arch_name": "U2.95A@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -175987,18 +194230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68989, "usage_id": 32 }, "2410.U2.295B": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.95B, Abluft", "arch_name": "U2.95B@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176006,18 +194251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68990, "usage_id": 32 }, "2410.U2.295C": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.95C, Treppe", "arch_name": "U2.95C@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176025,18 +194272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68988, "usage_id": 223 }, "2410.U2.296": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.96, Flur/L\u00fcftung Seminarr.", "arch_name": "U2.96@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176044,18 +194293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68954, "usage_id": 222 }, "2410.U2.297": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.97, Flur", "arch_name": "U2.97@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176063,18 +194314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68955, "usage_id": 222 }, "2410.U2.298": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.98, Flur", "arch_name": "U2.98@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176082,18 +194335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69008, "usage_id": 222 }, "2410.U2.298A": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.98A, Treppe", "arch_name": "U2.98A@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176101,18 +194356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69009, "usage_id": 223 }, "2410.U2.298B": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U2.98B, Flur", "arch_name": "U2.98B@2410", "area_id": 17, "building_id": 2210, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176120,18 +194377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68956, "usage_id": 222 }, "2410.U3.098C": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.98C, Schacht f. Lastenaufzug", "arch_name": "U3.98C@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176139,18 +194398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68964, "usage_id": 195 }, "2410.U3.301": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.01, Werkstatt/Lager", "arch_name": "U3.01@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176158,18 +194419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69010, "usage_id": 30 }, "2410.U3.302": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.02, Fernw\u00e4rme", "arch_name": "U3.02@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176177,18 +194440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68918, "usage_id": 201 }, "2410.U3.304": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.04, WC", "arch_name": "U3.04@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -176196,18 +194461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68644, "usage_id": 114 }, "2410.U3.305": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.05, L\u00fcftungszentrale", "arch_name": "U3.05@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176215,18 +194482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69011, "usage_id": 32 }, "2410.U3.308": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.08, Lager", "arch_name": "U3.08@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176234,18 +194503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68919, "usage_id": 30 }, "2410.U3.309": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.09, Lager", "arch_name": "U3.09@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176253,18 +194524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68994, "usage_id": 30 }, "2410.U3.310": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.10, Lager", "arch_name": "U3.10@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176272,18 +194545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68993, "usage_id": 30 }, "2410.U3.312": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.12, Dampfkessel", "arch_name": "U3.12@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176291,18 +194566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68957, "usage_id": 120 }, "2410.U3.313": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.13, Unteres Technikum", "arch_name": "U3.13@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176310,18 +194587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68917, "usage_id": 120 }, "2410.U3.314": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.14, Steuerung", "arch_name": "U3.14@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176329,18 +194608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68958, "usage_id": 120 }, "2410.U3.315": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.15, Lager", "arch_name": "U3.15@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176348,18 +194629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68959, "usage_id": 30 }, "2410.U3.315A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.15A, Aufzugsmaschinenajum", "arch_name": "U3.15A@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176367,18 +194650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68961, "usage_id": 5 }, "2410.U3.318": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.18, Falltisch", "arch_name": "U3.18@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176386,18 +194671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68996, "usage_id": 30 }, "2410.U3.390": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.90, Flur", "arch_name": "U3.90@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176405,18 +194692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69014, "usage_id": 222 }, "2410.U3.392": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.92, Flur", "arch_name": "U3.92@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176424,18 +194713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69013, "usage_id": 222 }, "2410.U3.393": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.93, Flur", "arch_name": "U3.93@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176443,18 +194734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69012, "usage_id": 222 }, "2410.U3.394": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.94, Flur", "arch_name": "U3.94@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176462,18 +194755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68995, "usage_id": 222 }, "2410.U3.395": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.95, Treppe", "arch_name": "U3.95@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176481,18 +194776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68997, "usage_id": 223 }, "2410.U3.396": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.96, Flur", "arch_name": "U3.96@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176500,18 +194797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68960, "usage_id": 222 }, "2410.U3.397A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.97A, Schacht f. Personenaufzug", "arch_name": "U3.97A@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176519,18 +194818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68991, "usage_id": 195 }, "2410.U3.397B": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.97B, Install.", "arch_name": "U3.97B@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176538,18 +194839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69015, "usage_id": 120 }, "2410.U3.397C": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.97C, Raumluft", "arch_name": "U3.97C@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176557,18 +194860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69018, "usage_id": 32 }, "2410.U3.397D": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.97D, Raumluft", "arch_name": "U3.97D@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176576,18 +194881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69017, "usage_id": 32 }, "2410.U3.397E": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.97E, Schacht f. Personenaufzug", "arch_name": "U3.97E@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176595,18 +194902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68992, "usage_id": 195 }, "2410.U3.397F": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "He\u00dfstr. 134", "zip_code": 80797 }, + "alt_name": "U3.97F, Install.", "arch_name": "U3.97F@2410", "area_id": 17, "building_id": 2210, + "floor_level": "3.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -176614,18 +194923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69016, "usage_id": 120 }, "2522.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.1, Labor", "arch_name": "22.1.1@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176633,18 +194944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68292, "usage_id": 102 }, "2522.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.3, Labor", "arch_name": "22.1.3@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176652,18 +194965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68293, "usage_id": 102 }, "2522.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.6, Labor", "arch_name": "22.1.6@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176671,18 +194986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68294, "usage_id": 102 }, "2522.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.8, Labor", "arch_name": "22.1.8@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176690,18 +195007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68295, "usage_id": 102 }, "2522.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.10, Labor", "arch_name": "22.1.10@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176709,18 +195028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68296, "usage_id": 102 }, "2522.01.017": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.17, B\u00fcro", "arch_name": "22.1.17@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176728,18 +195049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68347, "usage_id": 12 }, "2522.01.018": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.18, B\u00fcro", "arch_name": "22.1.18@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176747,18 +195070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68297, "usage_id": 12 }, "2522.01.019": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.19, B\u00fcro", "arch_name": "22.1.19@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176766,18 +195091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68298, "usage_id": 12 }, "2522.01.020": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.20, B\u00fcro", "arch_name": "22.1.20@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176785,18 +195112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68299, "usage_id": 12 }, "2522.01.021": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.21, B\u00fcro", "arch_name": "22.1.21@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176804,18 +195133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68300, "usage_id": 12 }, "2522.01.022": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.22, Kopierraum", "arch_name": "22.1.22@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176823,18 +195154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68348, "usage_id": 110 }, "2522.01.023": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.23, Teek\u00fcche", "arch_name": "22.1.23@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176842,18 +195175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68349, "usage_id": 198 }, "2522.01.024": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.24, B\u00fcro", "arch_name": "22.1.24@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176861,18 +195196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68350, "usage_id": 12 }, "2522.01.025": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.25, B\u00fcro", "arch_name": "22.1.25@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176880,18 +195217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68351, "usage_id": 12 }, "2522.01.026": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.26, B\u00fcro", "arch_name": "22.1.26@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176899,19 +195238,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68352, "usage_id": 12 }, "2522.01.027": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.27, Seminarraum", "arch_name": "22.1.27@2522", "area_id": 22, "building_id": 2129, "calendar_resource_nr": 32412, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176919,18 +195260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68353, "usage_id": 41 }, "2522.01.028": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.28, B\u00fcro", "arch_name": "22.1.28@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176938,18 +195281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68331, "usage_id": 12 }, "2522.01.029": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.29, B\u00fcro", "arch_name": "22.1.29@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176957,18 +195302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68332, "usage_id": 12 }, "2522.01.030": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.30, B\u00fcro", "arch_name": "22.1.30@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176976,18 +195323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68333, "usage_id": 12 }, "2522.01.031": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.31, B\u00fcro", "arch_name": "22.1.31@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -176995,18 +195344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68334, "usage_id": 12 }, "2522.01.033": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.33, B\u00fcro", "arch_name": "22.1.33@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177014,18 +195365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68335, "usage_id": 12 }, "2522.01.036": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.36, Labor", "arch_name": "22.1.36@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177033,18 +195386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68336, "usage_id": 102 }, "2522.01.038": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.38, Labor", "arch_name": "22.1.38@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177052,18 +195407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68301, "usage_id": 102 }, "2522.01.040": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.40, Labor", "arch_name": "22.1.40@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177071,18 +195428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68302, "usage_id": 102 }, "2522.01.042": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.42, Lager", "arch_name": "22.1.42@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177090,18 +195449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68303, "usage_id": 30 }, "2522.01.044": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.44, Labor", "arch_name": "22.1.44@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177109,18 +195470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68304, "usage_id": 102 }, "2522.01.046": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.46, Labor", "arch_name": "22.1.46@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177128,18 +195491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68305, "usage_id": 102 }, "2522.01.047": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.47, Dunkelkammer", "arch_name": "22.1.47@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177147,18 +195512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68306, "usage_id": 104 }, "2522.01.048": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.48, K\u00fchlraum", "arch_name": "22.1.48@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177166,18 +195533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68307, "usage_id": 199 }, "2522.01.049": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.49, Sp\u00fclk\u00fcche", "arch_name": "22.1.49@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177185,18 +195554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68308, "usage_id": 209 }, "2522.01.050": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.50, Lager", "arch_name": "22.1.50@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177204,18 +195575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68309, "usage_id": 30 }, "2522.01.051": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.51, K\u00fchlzelle", "arch_name": "22.1.51@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177223,18 +195596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68310, "usage_id": 199 }, "2522.01.052": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.52, Dunkelkammer", "arch_name": "22.1.52@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177242,18 +195617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68311, "usage_id": 104 }, "2522.01.053": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.53, K\u00fchlraum", "arch_name": "22.1.53@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177261,18 +195638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68312, "usage_id": 199 }, "2522.01.055": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.55, Tierraum", "arch_name": "22.1.55@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177280,18 +195659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68315, "usage_id": 106 }, "2522.01.055A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.55A, Vorraum Tierraum", "arch_name": "22.1.55A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177299,18 +195680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68337, "usage_id": 222 }, "2522.01.056": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.56, Schleuse", "arch_name": "22.1.56@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177318,18 +195701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68338, "usage_id": 105 }, "2522.01.059": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.59, Beh.-WC", "arch_name": "22.1.59@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177337,18 +195722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68317, "usage_id": 117 }, "2522.01.062": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.62, WC-Herren", "arch_name": "22.1.62@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177356,18 +195743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68320, "usage_id": 115 }, "2522.01.062A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.62A, WC-Vorraum Herren", "arch_name": "22.1.62A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177375,18 +195764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68339, "usage_id": 118 }, "2522.01.063": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.63, Gardarobe", "arch_name": "22.1.63@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177394,18 +195785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68340, "usage_id": 121 }, "2522.01.064": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.64, WC-Damen", "arch_name": "22.1.64@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177413,18 +195806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68321, "usage_id": 116 }, "2522.01.064A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.64A, WC-Vorraum Damen", "arch_name": "22.1.64A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177432,18 +195827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68322, "usage_id": 118 }, "2522.01.067": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.67, K\u00fchlzelle", "arch_name": "22.1.67@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177451,18 +195848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68341, "usage_id": 199 }, "2522.01.071": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.71, Lager", "arch_name": "22.1.71@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177470,18 +195869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68328, "usage_id": 30 }, "2522.01.100": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.100, Flur BA2", "arch_name": "22.1.100@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177489,18 +195890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68329, "usage_id": 222 }, "2522.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.110, Flur BA1", "arch_name": "22.1.110@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177508,18 +195911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68342, "usage_id": 222 }, "2522.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.120, Flur BA1", "arch_name": "22.1.120@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177527,18 +195932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68330, "usage_id": 222 }, "2522.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.130, Flur BA3", "arch_name": "22.1.130@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177546,18 +195953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68361, "usage_id": 222 }, "2522.01.140": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.140, Flur BA3", "arch_name": "22.1.140@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177565,18 +195974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68362, "usage_id": 222 }, "2522.01.150": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.150, Flur BA3", "arch_name": "22.1.150@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177584,18 +195995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68363, "usage_id": 222 }, "2522.01.160": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.160, Flur BA2", "arch_name": "22.1.160@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177603,18 +196016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68364, "usage_id": 222 }, "2522.01.200": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.200, Treppe", "arch_name": "22.1.200@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177622,18 +196037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68365, "usage_id": 223 }, "2522.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.210, Treppenhaus 1", "arch_name": "22.1.210@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177641,18 +196058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68366, "usage_id": 223 }, "2522.01.220": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.220, Treppenhaus 2", "arch_name": "22.1.220@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177660,18 +196079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68367, "usage_id": 223 }, "2522.01.270": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.270, Schacht-HLSK 6", "arch_name": "22.1.270@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177679,18 +196100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68368, "usage_id": 195 }, "2522.01.280": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.280, Schacht-HLSK 5", "arch_name": "22.1.280@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177698,18 +196121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68369, "usage_id": 195 }, "2522.01.290": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.290, Schacht-HLSK 4", "arch_name": "22.1.290@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177717,18 +196142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68370, "usage_id": 195 }, "2522.01.300A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.300A, Schacht-HLSK 3A", "arch_name": "22.1.300A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177736,18 +196163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68343, "usage_id": 195 }, "2522.01.300C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.300C, Schacht-HLSK 3C", "arch_name": "22.1.300C@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177755,18 +196184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68344, "usage_id": 195 }, "2522.01.300D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.300D, Schacht-HLSK 3D", "arch_name": "22.1.300D@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177774,18 +196205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68345, "usage_id": 195 }, "2522.01.310": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.310, Schacht-HLSK 2", "arch_name": "22.1.310@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177793,18 +196226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68346, "usage_id": 195 }, "2522.01.450": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.1.450, Schacht-HLSK 3B", "arch_name": "22.1.450@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -177812,18 +196247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68358, "usage_id": 195 }, "2522.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.1, Labor", "arch_name": "22.2.1@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177831,18 +196268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68051, "usage_id": 102 }, "2522.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.4, Labor", "arch_name": "22.2.4@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177850,18 +196289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68052, "usage_id": 102 }, "2522.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.5, Labor", "arch_name": "22.2.5@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177869,18 +196310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68053, "usage_id": 102 }, "2522.02.009": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.9, Labor", "arch_name": "22.2.9@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177888,18 +196331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68054, "usage_id": 102 }, "2522.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.10, Labor", "arch_name": "22.2.10@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177907,18 +196352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68055, "usage_id": 102 }, "2522.02.013": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.13, Labor", "arch_name": "22.2.13@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177926,18 +196373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68056, "usage_id": 102 }, "2522.02.015": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.15, Labor", "arch_name": "22.2.15@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177945,18 +196394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68057, "usage_id": 102 }, "2522.02.017": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.17, B\u00fcro", "arch_name": "22.2.17@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177964,18 +196415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68058, "usage_id": 12 }, "2522.02.018": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.18, B\u00fcro", "arch_name": "22.2.18@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -177983,18 +196436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68059, "usage_id": 12 }, "2522.02.019": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.19, B\u00fcro", "arch_name": "22.2.19@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178002,18 +196457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68060, "usage_id": 12 }, "2522.02.020": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.20, B\u00fcro", "arch_name": "22.2.20@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178021,18 +196478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68061, "usage_id": 12 }, "2522.02.021": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.21, B\u00fcro", "arch_name": "22.2.21@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178040,18 +196499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68062, "usage_id": 12 }, "2522.02.022": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.22, B\u00fcro", "arch_name": "22.2.22@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178059,18 +196520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68063, "usage_id": 12 }, "2522.02.023": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.23, Teek\u00fcche", "arch_name": "22.2.23@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178078,18 +196541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68064, "usage_id": 12 }, "2522.02.024": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.24, B\u00fcro", "arch_name": "22.2.24@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178097,18 +196562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68065, "usage_id": 12 }, "2522.02.025": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.25, B\u00fcro", "arch_name": "22.2.25@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178116,18 +196583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68066, "usage_id": 12 }, "2522.02.026": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.26, B\u00fcro", "arch_name": "22.2.26@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178135,18 +196604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68067, "usage_id": 12 }, "2522.02.027": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.27, B\u00fcro", "arch_name": "22.2.27@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178154,18 +196625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68068, "usage_id": 12 }, "2522.02.029": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.29, Seminarraum", "arch_name": "22.2.29@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178173,18 +196646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68069, "usage_id": 41 }, "2522.02.030": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.30, B\u00fcro", "arch_name": "22.2.30@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178192,18 +196667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68070, "usage_id": 12 }, "2522.02.031": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.31, B\u00fcro", "arch_name": "22.2.31@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178211,18 +196688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68071, "usage_id": 12 }, "2522.02.032": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.32, B\u00fcro", "arch_name": "22.2.32@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178230,18 +196709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67948, "usage_id": 12 }, "2522.02.033": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.33, B\u00fcro", "arch_name": "22.2.33@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178249,18 +196730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67949, "usage_id": 12 }, "2522.02.034": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.34, B\u00fcro", "arch_name": "22.2.34@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178268,18 +196751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68072, "usage_id": 12 }, "2522.02.037": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.37, Labor", "arch_name": "22.2.37@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178287,18 +196772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68073, "usage_id": 102 }, "2522.02.040": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.40, Labor", "arch_name": "22.2.40@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178306,18 +196793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68074, "usage_id": 102 }, "2522.02.041": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.41, Labor", "arch_name": "22.2.41@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178325,18 +196814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68075, "usage_id": 102 }, "2522.02.044": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.44, Core Facility", "arch_name": "22.2.44@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178344,18 +196835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68076, "usage_id": 102 }, "2522.02.045": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.45, Core Facility", "arch_name": "22.2.45@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178363,18 +196856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68077, "usage_id": 102 }, "2522.02.046": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.46, Core Facility", "arch_name": "22.2.46@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178382,18 +196877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68078, "usage_id": 102 }, "2522.02.046A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.46A, Vorraum Core Facility", "arch_name": "22.2.46A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178401,18 +196898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68079, "usage_id": 50 }, "2522.02.047": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.47, Dunkelkammer", "arch_name": "22.2.47@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178420,18 +196919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68080, "usage_id": 104 }, "2522.02.049": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.49, Sp\u00fclk\u00fcche", "arch_name": "22.2.49@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178439,18 +196940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68081, "usage_id": 209 }, "2522.02.050": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.50, Lager", "arch_name": "22.2.50@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178458,18 +196961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68082, "usage_id": 30 }, "2522.02.051": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.51, K\u00fchlzelle", "arch_name": "22.2.51@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178477,18 +196982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68083, "usage_id": 199 }, "2522.02.052": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.52, Dunkelkammer", "arch_name": "22.2.52@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178496,18 +197003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68084, "usage_id": 104 }, "2522.02.053": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.53, K\u00fchlraum", "arch_name": "22.2.53@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178515,18 +197024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68085, "usage_id": 199 }, "2522.02.055": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.55, Lager", "arch_name": "22.2.55@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178534,18 +197045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68011, "usage_id": 30 }, "2522.02.056": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.56, Schleuse", "arch_name": "22.2.56@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178553,18 +197066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68012, "usage_id": 30 }, "2522.02.059": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.59, Beh.-WC", "arch_name": "22.2.59@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178572,18 +197087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68015, "usage_id": 117 }, "2522.02.061": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.61, Gardarobe", "arch_name": "22.2.61@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178591,18 +197108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68017, "usage_id": 121 }, "2522.02.062": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.62, WC-Herren", "arch_name": "22.2.62@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178610,18 +197129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67950, "usage_id": 115 }, "2522.02.062A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.62A, WC-Vorraum Herren", "arch_name": "22.2.62A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178629,18 +197150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67951, "usage_id": 118 }, "2522.02.064": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.64, WC-Damen", "arch_name": "22.2.64@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178648,18 +197171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67952, "usage_id": 116 }, "2522.02.064A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.64A, WC-Vorraum Damen", "arch_name": "22.2.64A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178667,18 +197192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67953, "usage_id": 118 }, "2522.02.071": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.71, Lager", "arch_name": "22.2.71@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -178686,18 +197213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67923, "usage_id": 30 }, "2522.02.100": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.100, Flur BA2", "arch_name": "22.2.100@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178705,18 +197234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67924, "usage_id": 222 }, "2522.02.110": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.110, Flur BA1", "arch_name": "22.2.110@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178724,18 +197255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67954, "usage_id": 222 }, "2522.02.120": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.120, Flur BA1", "arch_name": "22.2.120@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178743,18 +197276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67955, "usage_id": 222 }, "2522.02.130": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.130, Flur BA3", "arch_name": "22.2.130@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178762,18 +197297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67956, "usage_id": 222 }, "2522.02.140": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.140, Flur BA3", "arch_name": "22.2.140@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178781,18 +197318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67957, "usage_id": 222 }, "2522.02.150": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.150, Flur BA3", "arch_name": "22.2.150@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178800,18 +197339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67958, "usage_id": 222 }, "2522.02.160": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.160, Flur BA2", "arch_name": "22.2.160@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178819,18 +197360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67959, "usage_id": 222 }, "2522.02.200": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.200, Treppe", "arch_name": "22.2.200@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178838,18 +197381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67960, "usage_id": 223 }, "2522.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.210, Treppenhaus 1", "arch_name": "22.2.210@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178857,18 +197402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67961, "usage_id": 223 }, "2522.02.220": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.220, Treppenhaus 2", "arch_name": "22.2.220@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178876,18 +197423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67967, "usage_id": 223 }, "2522.02.270": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.270, Schacht-HLSK 6", "arch_name": "22.2.270@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178895,18 +197444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67971, "usage_id": 195 }, "2522.02.280": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.280, Schacht-HLSK 5", "arch_name": "22.2.280@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178914,18 +197465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67968, "usage_id": 195 }, "2522.02.290": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.290, Schacht-HLSK 4", "arch_name": "22.2.290@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178933,18 +197486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67969, "usage_id": 195 }, "2522.02.300A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.300A, Schacht-HLSK 3A", "arch_name": "22.2.300A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178952,18 +197507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67970, "usage_id": 195 }, "2522.02.300C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.300C, Schacht-HLSK 3C", "arch_name": "22.2.300C@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178971,18 +197528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67925, "usage_id": 195 }, "2522.02.300D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.300D, Schacht-HLSK 3D", "arch_name": "22.2.300D@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -178990,18 +197549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67926, "usage_id": 195 }, "2522.02.310": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.310, Schacht-HLSK 2", "arch_name": "22.2.310@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -179009,18 +197570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67927, "usage_id": 195 }, "2522.02.450": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.2.450, Schacht-HLSK 3B", "arch_name": "22.2.450@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -179028,18 +197591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67928, "usage_id": 195 }, "2522.03.001": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.1, Labor", "arch_name": "22.3.1@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179047,18 +197612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68021, "usage_id": 102 }, "2522.03.003": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.3, Labor", "arch_name": "22.3.3@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179066,18 +197633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68030, "usage_id": 102 }, "2522.03.006": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.6, Labor", "arch_name": "22.3.6@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179085,18 +197654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68031, "usage_id": 102 }, "2522.03.008": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.8, Labor", "arch_name": "22.3.8@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179104,18 +197675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68032, "usage_id": 102 }, "2522.03.010": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.10, Labor", "arch_name": "22.3.10@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179123,18 +197696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68033, "usage_id": 102 }, "2522.03.017": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.17, B\u00fcro", "arch_name": "22.3.17@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179142,18 +197717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67929, "usage_id": 12 }, "2522.03.018": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.18, B\u00fcro", "arch_name": "22.3.18@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179161,18 +197738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67930, "usage_id": 12 }, "2522.03.019": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.19, B\u00fcro", "arch_name": "22.3.19@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179180,18 +197759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67931, "usage_id": 12 }, "2522.03.020": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.20, B\u00fcro", "arch_name": "22.3.20@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179199,18 +197780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67932, "usage_id": 12 }, "2522.03.021": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.21, B\u00fcro", "arch_name": "22.3.21@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179218,18 +197801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67933, "usage_id": 12 }, "2522.03.022": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.22, B\u00fcro", "arch_name": "22.3.22@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179237,18 +197822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67934, "usage_id": 12 }, "2522.03.023": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.23, Teek\u00fcche", "arch_name": "22.3.23@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179256,18 +197843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67935, "usage_id": 198 }, "2522.03.024": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.24, B\u00fcro", "arch_name": "22.3.24@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179275,18 +197864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67936, "usage_id": 12 }, "2522.03.025": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.25, Seminarraum", "arch_name": "22.3.25@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179294,18 +197885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67937, "usage_id": 41 }, "2522.03.027": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.27, B\u00fcro", "arch_name": "22.3.27@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179313,18 +197906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67972, "usage_id": 12 }, "2522.03.028": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.28, B\u00fcro", "arch_name": "22.3.28@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179332,18 +197927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67973, "usage_id": 12 }, "2522.03.030": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.30, B\u00fcro", "arch_name": "22.3.30@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179351,18 +197948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67974, "usage_id": 12 }, "2522.03.031": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.31, B\u00fcro", "arch_name": "22.3.31@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179370,18 +197969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67975, "usage_id": 12 }, "2522.03.032": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.32, B\u00fcro", "arch_name": "22.3.32@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179389,18 +197990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67981, "usage_id": 12 }, "2522.03.033": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.33, B\u00fcro", "arch_name": "22.3.33@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179408,18 +198011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68034, "usage_id": 12 }, "2522.03.034": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.34, B\u00fcro", "arch_name": "22.3.34@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179427,18 +198032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68035, "usage_id": 12 }, "2522.03.035": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.35, B\u00fcro", "arch_name": "22.3.35@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179446,18 +198053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67976, "usage_id": 12 }, "2522.03.036": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.36, B\u00fcro", "arch_name": "22.3.36@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179465,18 +198074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67977, "usage_id": 12 }, "2522.03.037": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.37, Lager", "arch_name": "22.3.37@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179484,18 +198095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67938, "usage_id": 30 }, "2522.03.039": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.6, Labor", "arch_name": "22.3.6@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179503,18 +198116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67978, "usage_id": 102 }, "2522.03.040": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.40, Labor", "arch_name": "22.3.40@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179522,18 +198137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67979, "usage_id": 12 }, "2522.03.041": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.41, Labor", "arch_name": "22.3.41@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179541,18 +198158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67980, "usage_id": 12 }, "2522.03.042": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.42, Labor", "arch_name": "22.3.42@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179560,18 +198179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67982, "usage_id": 12 }, "2522.03.045": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.45, Labor", "arch_name": "22.3.45@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179579,18 +198200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67983, "usage_id": 12 }, "2522.03.048": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.48, K\u00fchlraum", "arch_name": "22.3.48@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179598,18 +198221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67984, "usage_id": 199 }, "2522.03.049": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.49, Sp\u00fchlk\u00fcche", "arch_name": "22.3.49@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179617,18 +198242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67985, "usage_id": 209 }, "2522.03.051": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.51, K\u00fchlzelle", "arch_name": "22.3.51@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179636,18 +198263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67986, "usage_id": 199 }, "2522.03.052": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.52, Dunkelkammer", "arch_name": "22.3.52@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179655,18 +198284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67987, "usage_id": 104 }, "2522.03.053": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.53, K\u00fchlraum", "arch_name": "22.3.53@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179674,18 +198305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68036, "usage_id": 199 }, "2522.03.055": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.55, Lager", "arch_name": "22.3.55@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179693,18 +198326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67989, "usage_id": 30 }, "2522.03.056": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.56, Schleuse", "arch_name": "22.3.56@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179712,18 +198347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67990, "usage_id": 105 }, "2522.03.058": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.58, EDV", "arch_name": "22.3.58@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179731,18 +198368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67992, "usage_id": 120 }, "2522.03.059": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.59, Beh.-WC", "arch_name": "22.3.59@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179750,18 +198389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68039, "usage_id": 117 }, "2522.03.061": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.61, Gardarobe", "arch_name": "22.3.61@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179769,18 +198410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67939, "usage_id": 121 }, "2522.03.062": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.62, WC-Herren", "arch_name": "22.3.62@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179788,18 +198431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67940, "usage_id": 115 }, "2522.03.062A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.62A, WC-Vorraum Herren", "arch_name": "22.3.62A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179807,18 +198452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67941, "usage_id": 118 }, "2522.03.064": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.64, WC-Damen", "arch_name": "22.3.64@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179826,18 +198473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67942, "usage_id": 116 }, "2522.03.064A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.64A, WC-Vorraum Damen", "arch_name": "22.3.64A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179845,18 +198494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67943, "usage_id": 118 }, "2522.03.067": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.67, K\u00fchlzelle", "arch_name": "22.3.67@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179864,18 +198515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68043, "usage_id": 199 }, "2522.03.071": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.71, Lager", "arch_name": "22.3.71@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -179883,18 +198536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67946, "usage_id": 30 }, "2522.03.100": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.100, Flur BA2", "arch_name": "22.3.100@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -179902,18 +198557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67947, "usage_id": 222 }, "2522.03.110": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.110, Flur BA1", "arch_name": "22.3.110@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -179921,18 +198578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67993, "usage_id": 222 }, "2522.03.120": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.120, Flur BA1", "arch_name": "22.3.120@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -179940,18 +198599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67994, "usage_id": 222 }, "2522.03.130": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.130, Flur BA3", "arch_name": "22.3.130@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -179959,18 +198620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67995, "usage_id": 222 }, "2522.03.140": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.140, Flur BA3", "arch_name": "22.3.140@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -179978,18 +198641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67996, "usage_id": 222 }, "2522.03.150": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.150, Flur BA3", "arch_name": "22.3.150@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -179997,18 +198662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67997, "usage_id": 222 }, "2522.03.160": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.160, Flur BA2", "arch_name": "22.3.160@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180016,18 +198683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67998, "usage_id": 222 }, "2522.03.200": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.200, Treppe", "arch_name": "22.3.200@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180035,18 +198704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67999, "usage_id": 223 }, "2522.03.210": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.210, Treppenhaus 1", "arch_name": "22.3.210@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180054,18 +198725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67962, "usage_id": 223 }, "2522.03.220": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.220, Treppenhaus 2", "arch_name": "22.3.220@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180073,18 +198746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67963, "usage_id": 223 }, "2522.03.270": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.270, HLSK-Schacht 6", "arch_name": "22.3.270@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180092,18 +198767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67964, "usage_id": 195 }, "2522.03.280": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.280, HLSK-Schacht 5", "arch_name": "22.3.280@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180111,18 +198788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67965, "usage_id": 195 }, "2522.03.290": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.290, HLSK-Schacht 4", "arch_name": "22.3.290@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180130,18 +198809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68000, "usage_id": 195 }, "2522.03.300A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.300A, HLSK-Schacht 3A", "arch_name": "22.3.300A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180149,18 +198830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68001, "usage_id": 195 }, "2522.03.300C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.300C, HLSK-Schacht 3C", "arch_name": "22.3.300C@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180168,18 +198851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68002, "usage_id": 195 }, "2522.03.300D": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.300C, HLSK-Schacht 3C", "arch_name": "22.3.300C@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180187,18 +198872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68003, "usage_id": 195 }, "2522.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.310, HLSK-Schacht 2", "arch_name": "22.3.310@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180206,18 +198893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68004, "usage_id": 195 }, "2522.03.450": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.3.450, HLSK-Schacht 3B", "arch_name": "22.3.450@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180225,18 +198914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68046, "usage_id": 195 }, "2522.04.220": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.4.220, Treppenhaus 2", "arch_name": "22.4.220@2522", "area_id": 22, "building_id": 2129, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180244,19 +198935,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68005, "usage_id": 223 }, "2522.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.1, Auditorium", "arch_name": "22.0.1@2522", "area_id": 22, "building_id": 2129, "calendar_resource_nr": 32372, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180264,18 +198957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67696, "usage_id": 130 }, "2522.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.8, WC-Herren", "arch_name": "22.0.8@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180283,18 +198978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67718, "usage_id": 115 }, "2522.EG.008A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.8A, WC-Vorraum Herren", "arch_name": "22.0.8A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180302,18 +198999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67719, "usage_id": 118 }, "2522.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.9, Beh.-WC", "arch_name": "22.0.9@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180321,18 +199020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67720, "usage_id": 117 }, "2522.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.10, WC-Damen", "arch_name": "22.0.10@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180340,18 +199041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67723, "usage_id": 116 }, "2522.EG.010A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.10A, WC-Vorraum Damen", "arch_name": "22.0.10A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180359,18 +199062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67724, "usage_id": 118 }, "2522.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.11, Labor Auswertplatz", "arch_name": "22.0.11@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180378,18 +199083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67782, "usage_id": 12 }, "2522.EG.015": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.15, B\u00fcro", "arch_name": "22.0.15@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180397,18 +199104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67725, "usage_id": 12 }, "2522.EG.016": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.16, B\u00fcro", "arch_name": "22.0.16@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180416,18 +199125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67726, "usage_id": 12 }, "2522.EG.017": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.17, B\u00fcro Pf\u00f6rtner", "arch_name": "22.0.17@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180435,18 +199146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67727, "usage_id": 12 }, "2522.EG.018": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.18, GLT", "arch_name": "22.0.18@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180454,18 +199167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67728, "usage_id": 120 }, "2522.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.20, EDV", "arch_name": "22.0.20@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180473,18 +199188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67744, "usage_id": 120 }, "2522.EG.022": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.22, B\u00fcro", "arch_name": "22.0.22@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180492,18 +199209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67783, "usage_id": 12 }, "2522.EG.023": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.23, B\u00fcro", "arch_name": "22.0.23@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180511,18 +199230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67785, "usage_id": 12 }, "2522.EG.024": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.24, B\u00fcro", "arch_name": "22.0.24@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180530,18 +199251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67786, "usage_id": 12 }, "2522.EG.026": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.26, EDV Tierhaltung", "arch_name": "22.0.26@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180549,18 +199272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67787, "usage_id": 120 }, "2522.EG.027": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.27, Tierhaltung", "arch_name": "22.0.27@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180568,18 +199293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67698, "usage_id": 197 }, "2522.EG.028": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.28, Aufenthaltsraum", "arch_name": "22.0.28@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180587,18 +199314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67747, "usage_id": 44 }, "2522.EG.029": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.29, Tierhaltung", "arch_name": "22.0.29@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180606,18 +199335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67748, "usage_id": 197 }, "2522.EG.030": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.30, Lager", "arch_name": "22.0.30@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180625,18 +199356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67788, "usage_id": 30 }, "2522.EG.031": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.31, Lager", "arch_name": "22.0.31@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180644,18 +199377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67789, "usage_id": 30 }, "2522.EG.032": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.32, Schleuse", "arch_name": "22.0.32@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180663,18 +199398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67790, "usage_id": 105 }, "2522.EG.033": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.33, Sp\u00fclk\u00fcche", "arch_name": "22.0.33@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180682,18 +199419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67699, "usage_id": 209 }, "2522.EG.033A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.33A, Laborsp\u00fclraum", "arch_name": "22.0.33A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180701,18 +199440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67749, "usage_id": 209 }, "2522.EG.034": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.34, Umkl.-D", "arch_name": "22.0.34@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180720,18 +199461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67750, "usage_id": 121 }, "2522.EG.035": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.35, Umkleide-Herren", "arch_name": "22.0.35@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180739,18 +199482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67751, "usage_id": 121 }, "2522.EG.036": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.36, K\u00fcche", "arch_name": "22.0.36@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180758,18 +199503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67791, "usage_id": 28 }, "2522.EG.039": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.39, Lager", "arch_name": "22.0.39@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180777,18 +199524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67700, "usage_id": 30 }, "2522.EG.042": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.42, WC-Herren", "arch_name": "22.0.42@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180796,18 +199545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67754, "usage_id": 115 }, "2522.EG.043": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.43, WC-Damen", "arch_name": "22.0.43@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180815,18 +199566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67755, "usage_id": 116 }, "2522.EG.044": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.44, Seminarraum", "arch_name": "22.0.44@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180834,18 +199587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67756, "usage_id": 41 }, "2522.EG.045": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.45, Cafeteria", "arch_name": "22.0.45@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180853,18 +199608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67757, "usage_id": 139 }, "2522.EG.046": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.46, Garderobe", "arch_name": "22.0.46@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180872,18 +199629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67758, "usage_id": 121 }, "2522.EG.047": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.47, Lager", "arch_name": "22.0.47@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180891,18 +199650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67701, "usage_id": 30 }, "2522.EG.048": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.48, Garderobe", "arch_name": "22.0.48@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -180910,18 +199671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67772, "usage_id": 121 }, "2522.EG.051": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.51, Foyer", "arch_name": "22.0.51@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180929,18 +199692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67795, "usage_id": 222 }, "2522.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.110, Flur BA1", "arch_name": "22.0.110@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180948,18 +199713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67891, "usage_id": 222 }, "2522.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.120, Flur BA1", "arch_name": "22.0.120@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180967,18 +199734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67892, "usage_id": 222 }, "2522.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.130, Flur BA1", "arch_name": "22.0.130@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -180986,18 +199755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67893, "usage_id": 222 }, "2522.EG.140": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.140, Flur BA2", "arch_name": "22.0.140@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181005,18 +199776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67894, "usage_id": 222 }, "2522.EG.150": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.150, Flur BA2", "arch_name": "22.0.150@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181024,18 +199797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67895, "usage_id": 222 }, "2522.EG.160": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.160, Flur BA3", "arch_name": "22.0.160@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181043,18 +199818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67896, "usage_id": 222 }, "2522.EG.170": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.170, Flur BA3", "arch_name": "22.0.170@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181062,18 +199839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67897, "usage_id": 222 }, "2522.EG.180": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.180, Flur BA3", "arch_name": "22.0.180@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181081,18 +199860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67898, "usage_id": 222 }, "2522.EG.190": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.190, Flur BA3", "arch_name": "22.0.190@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181100,18 +199881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67899, "usage_id": 222 }, "2522.EG.210": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.210, Treppenhaus 1", "arch_name": "22.0.210@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181119,18 +199902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67900, "usage_id": 223 }, "2522.EG.220": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.220, Treppenhaus 2", "arch_name": "22.0.220@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181138,18 +199923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67863, "usage_id": 223 }, "2522.EG.270": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.270, HLSK-Schacht 6", "arch_name": "22.0.270@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181157,18 +199944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67864, "usage_id": 120 }, "2522.EG.280": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.270, HLSK-Schacht 5", "arch_name": "22.0.270@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181176,18 +199965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67901, "usage_id": 120 }, "2522.EG.290": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.290, HLSK-Schacht 4", "arch_name": "22.0.290@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181195,18 +199986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67902, "usage_id": 120 }, "2522.EG.300A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.300A, HLSK-Schacht 3A", "arch_name": "22.0.300A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181214,18 +200007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67865, "usage_id": 120 }, "2522.EG.300C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.300C, HLSK-Schacht 3C", "arch_name": "22.0.300C@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181233,18 +200028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67866, "usage_id": 120 }, "2522.EG.300D": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.300D, HLSK-Schacht 3D", "arch_name": "22.0.300D@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181252,18 +200049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67867, "usage_id": 120 }, "2522.EG.310": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.310, HLSK-Schacht 2", "arch_name": "22.0.310@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181271,18 +200070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67834, "usage_id": 120 }, "2522.EG.330": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.330, Flur", "arch_name": "22.0.330@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181290,18 +200091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67903, "usage_id": 222 }, "2522.EG.330A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.330A, Windfang", "arch_name": "22.0.330A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181309,18 +200112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67882, "usage_id": 222 }, "2522.EG.440": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.440, Schacht 7", "arch_name": "22.0.440@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181328,18 +200133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67904, "usage_id": 120 }, "2522.EG.450": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.450, HLSK-Schacht 3b", "arch_name": "22.0.450@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181347,18 +200154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67905, "usage_id": 120 }, "2522.EG.460": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.0.460, Zufahrt-Tiefgarage", "arch_name": "22.0.460@2522", "area_id": 22, "building_id": 2129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181366,18 +200175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67906, "usage_id": 204 }, "2522.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.1, Tiefgarage", "arch_name": "22.01.1@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181385,18 +200196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67966, "usage_id": 204 }, "2522.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.8, Lager Gefahrstoffe", "arch_name": "22.01.8@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -181404,18 +200217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68107, "usage_id": 30 }, "2522.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.9, M\u00fcllsammelraum", "arch_name": "22.01.9@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48237, "seats": { @@ -181423,18 +200238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68095, "usage_id": 214 }, "2522.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.10, Lager Gefahrstoffe", "arch_name": "22.01.10@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181442,18 +200259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68096, "usage_id": 30 }, "2522.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.11, M\u00fcllsammelraum", "arch_name": "22.01.11@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181461,18 +200280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68148, "usage_id": 214 }, "2522.U1.016": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.16, Karrengang", "arch_name": "22.01.16@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181480,18 +200301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68150, "usage_id": 222 }, "2522.U1.019": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.19, Vorraum", "arch_name": "22.01.19@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181499,18 +200322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68151, "usage_id": 50 }, "2522.U1.100": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.100, Flur", "arch_name": "22.01.100@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181518,18 +200343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68152, "usage_id": 222 }, "2522.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.110, Flur", "arch_name": "22.01.110@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181537,18 +200364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68153, "usage_id": 222 }, "2522.U1.120": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.120, Flur", "arch_name": "22.01.120@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181556,18 +200385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68154, "usage_id": 222 }, "2522.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.130, Flur", "arch_name": "22.01.130@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181575,18 +200406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68122, "usage_id": 222 }, "2522.U1.140": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.140, Flur", "arch_name": "22.01.140@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181594,18 +200427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68123, "usage_id": 222 }, "2522.U1.150": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.150, Flur", "arch_name": "22.01.150@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181613,18 +200448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68124, "usage_id": 222 }, "2522.U1.210": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.210, Treppenhaus 1", "arch_name": "22.01.210@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181632,18 +200469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68125, "usage_id": 222 }, "2522.U1.220": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.220, Treppenhaus 2", "arch_name": "22.01.220@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181651,18 +200490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68126, "usage_id": 222 }, "2522.U1.270": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.270, HLSK-Schacht 6", "arch_name": "22.01.270@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181670,18 +200511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68155, "usage_id": 195 }, "2522.U1.280": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.280, HLSK-Schacht 5", "arch_name": "22.01.280@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181689,18 +200532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68127, "usage_id": 195 }, "2522.U1.290": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.290, HLSK-Schacht 4", "arch_name": "22.01.290@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181708,18 +200553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68128, "usage_id": 195 }, "2522.U1.300A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.300A, HLSK-Schacht 3A", "arch_name": "22.01.300A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181727,18 +200574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68129, "usage_id": 195 }, "2522.U1.300C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.300C, HLSK-Schacht 3C", "arch_name": "22.01.300C@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181746,18 +200595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68156, "usage_id": 195 }, "2522.U1.300D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.300D, HLSK-Schacht 3D", "arch_name": "22.01.300D@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181765,18 +200616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68130, "usage_id": 195 }, "2522.U1.310": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.310, HLSK-Schacht 2", "arch_name": "22.01.310@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181784,18 +200637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68157, "usage_id": 195 }, "2522.U1.360": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.360, ELT-Schacht 9", "arch_name": "22.01.360@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181803,18 +200658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68158, "usage_id": 195 }, "2522.U1.430": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.430, Einbring\u00f6ffnung", "arch_name": "22.01.430@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181822,18 +200679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68159, "usage_id": 195 }, "2522.U1.430A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.430A, Aussenluftschacht 1A", "arch_name": "22.01.430A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181841,18 +200700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68172, "usage_id": 195 }, "2522.U1.430B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.430B, Aussenluftschacht 1A", "arch_name": "22.01.430B@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181860,18 +200721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68173, "usage_id": 195 }, "2522.U1.440": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.440, Schacht 7", "arch_name": "22.01.440@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181879,18 +200742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68131, "usage_id": 195 }, "2522.U1.450": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.450, HLSK-Schacht 3B", "arch_name": "22.01.450@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181898,18 +200763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68132, "usage_id": 195 }, "2522.U1.460": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.460, Einbring\u00f6ffnung 2", "arch_name": "22.01.460@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181917,18 +200784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68160, "usage_id": 195 }, "2522.U1.490": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.01.490, HLSK-Schacht 7", "arch_name": "22.01.490@2522", "area_id": 22, "building_id": 2129, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181936,18 +200805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68161, "usage_id": 195 }, "2522.U2.100": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.100, Flur", "arch_name": "22.02.100@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181955,18 +200826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68183, "usage_id": 222 }, "2522.U2.110": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.110, Flur", "arch_name": "22.02.110@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181974,18 +200847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68184, "usage_id": 222 }, "2522.U2.120": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.120, Flur", "arch_name": "22.02.120@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -181993,18 +200868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68185, "usage_id": 222 }, "2522.U2.210": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.210, Treppenhaus", "arch_name": "22.02.210@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182012,18 +200889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68138, "usage_id": 223 }, "2522.U2.220": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.220, Treppenhaus 2", "arch_name": "22.02.220@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182031,18 +200910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68139, "usage_id": 223 }, "2522.U2.300C": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.300C, HLSK-Schacht 3C", "arch_name": "22.02.300C@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182050,18 +200931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68140, "usage_id": 195 }, "2522.U2.300D": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.300D, HLSK-Schacht 3D", "arch_name": "22.02.300D@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182069,18 +200952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68141, "usage_id": 195 }, "2522.U2.360": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.360, ELT-Schacht 9", "arch_name": "22.02.360@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182088,18 +200973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68142, "usage_id": 195 }, "2522.U2.430": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.430, Einbring\u00f6ffnung", "arch_name": "22.02.430@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182107,18 +200994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68143, "usage_id": 195 }, "2522.U2.440": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.440, Schacht 7", "arch_name": "22.02.440@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182126,18 +201015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68145, "usage_id": 195 }, "2522.U2.450": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.450, Medientunnel", "arch_name": "22.02.450@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182145,18 +201036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68146, "usage_id": 120 }, "2522.U2.460": { "address": { - "floor": "2.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.02.460, Einbring\u00f6ffnung 2", "arch_name": "22.02.460@2522", "area_id": 22, "building_id": 2129, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182164,18 +201057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68144, "usage_id": 195 }, "2522.U3.001": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.1, Techn. Bildgebung", "arch_name": "22.03.1@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182183,18 +201078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67907, "usage_id": 102 }, "2522.U3.002": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.2, Lager", "arch_name": "22.03.2@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182202,18 +201099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67908, "usage_id": 30 }, "2522.U3.003": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.3, K\u00fchlger\u00e4telager", "arch_name": "22.03.3@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182221,18 +201120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67909, "usage_id": 30 }, "2522.U3.004": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.4, Dunkelkammer", "arch_name": "22.03.4@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182240,18 +201141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67910, "usage_id": 30 }, "2522.U3.005": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.5, In-Vitro-Labor", "arch_name": "22.03.5@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182259,18 +201162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67883, "usage_id": 102 }, "2522.U3.006": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.6, Iso-Labor", "arch_name": "22.03.6@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182278,18 +201183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67911, "usage_id": 102 }, "2522.U3.008": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.8, MRT/Tier-OP", "arch_name": "22.03.8@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182297,18 +201204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67884, "usage_id": 102 }, "2522.U3.012": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.12, MRT/Tier-OP", "arch_name": "22.03.12@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182316,18 +201225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67835, "usage_id": 102 }, "2522.U3.013": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.13, Lager", "arch_name": "22.03.13@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182335,18 +201246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67836, "usage_id": 30 }, "2522.U3.014": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.14, Schleuse", "arch_name": "22.03.14@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182354,18 +201267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67837, "usage_id": 105 }, "2522.U3.014A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.14A, Vorraum", "arch_name": "22.03.14A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182373,18 +201288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67838, "usage_id": 50 }, "2522.U3.015": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.15, Schleuse", "arch_name": "22.03.15@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182392,18 +201309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67913, "usage_id": 105 }, "2522.U3.016": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.16, Schleuse", "arch_name": "22.03.16@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182411,18 +201330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67914, "usage_id": 105 }, "2522.U3.016A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.16A, Vorraum", "arch_name": "22.03.16A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182430,18 +201351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67915, "usage_id": 50 }, "2522.U3.023": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.23, Vorraum", "arch_name": "22.03.23@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182449,18 +201372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67886, "usage_id": 50 }, "2522.U3.024": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.24, Schleuse", "arch_name": "22.03.24@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182468,18 +201393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67887, "usage_id": 105 }, "2522.U3.024A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.24A, Schleuse", "arch_name": "22.03.24A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182487,18 +201414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67916, "usage_id": 105 }, "2522.U3.027": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.27, Lager", "arch_name": "22.03.27@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182506,18 +201435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67842, "usage_id": 30 }, "2522.U3.028": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.28, Labor", "arch_name": "22.03.28@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182525,18 +201456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67843, "usage_id": 102 }, "2522.U3.029": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.29, Ammen", "arch_name": "22.03.29@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182544,18 +201477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67889, "usage_id": 106 }, "2522.U3.030": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.30, Zucht 1", "arch_name": "22.03.30@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182563,18 +201498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67890, "usage_id": 106 }, "2522.U3.031": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.31, Zucht 2", "arch_name": "22.03.31@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182582,18 +201519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67918, "usage_id": 106 }, "2522.U3.032": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.32, Zucht 3", "arch_name": "22.03.32@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182601,18 +201540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67919, "usage_id": 106 }, "2522.U3.033": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.33, Zucht 4", "arch_name": "22.03.33@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182620,18 +201561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67821, "usage_id": 106 }, "2522.U3.035": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.35, Vorraum", "arch_name": "22.03.35@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182639,18 +201582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67822, "usage_id": 50 }, "2522.U3.035A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.35A, Autoklav", "arch_name": "22.03.35A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182658,18 +201603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67823, "usage_id": 102 }, "2522.U3.035C": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.35C, Lager", "arch_name": "22.03.35C@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182677,18 +201624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67825, "usage_id": 30 }, "2522.U3.036": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.36, Lager", "arch_name": "22.03.36@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182696,18 +201645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67824, "usage_id": 30 }, "2522.U3.037": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.37, Experiment 5 S2", "arch_name": "22.03.37@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182715,18 +201666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67826, "usage_id": 102 }, "2522.U3.038": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.38, Experiment 4 S2", "arch_name": "22.03.38@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182734,18 +201687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67827, "usage_id": 102 }, "2522.U3.039": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.39, Experiment 3 S2", "arch_name": "22.03.39@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182753,18 +201708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67828, "usage_id": 102 }, "2522.U3.040": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.40, Experiment 2 S2", "arch_name": "22.03.40@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182772,18 +201729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67829, "usage_id": 102 }, "2522.U3.041": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.41, Experiment 1 S2", "arch_name": "22.03.41@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182791,18 +201750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67844, "usage_id": 102 }, "2522.U3.042": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.42, Bildgebung Maus 1 S2", "arch_name": "22.03.42@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182810,18 +201771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67845, "usage_id": 102 }, "2522.U3.043": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.43, Lager", "arch_name": "22.03.43@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182829,18 +201792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67846, "usage_id": 30 }, "2522.U3.044": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.44, Bildgebung Ratte S2", "arch_name": "22.03.44@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182848,18 +201813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67847, "usage_id": 102 }, "2522.U3.045": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.45, Bildgebung Maus 2 S2", "arch_name": "22.03.45@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182867,18 +201834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67848, "usage_id": 102 }, "2522.U3.047": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.47, Messraum 1 S2", "arch_name": "22.03.47@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182886,18 +201855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67849, "usage_id": 102 }, "2522.U3.048": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.48, Messraum 2 S2", "arch_name": "22.03.48@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182905,18 +201876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67850, "usage_id": 102 }, "2522.U3.049": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.49, Messraum 3 S2", "arch_name": "22.03.49@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182924,18 +201897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67851, "usage_id": 102 }, "2522.U3.050": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.50, WC-Damen", "arch_name": "22.03.50@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182943,18 +201918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67852, "usage_id": 116 }, "2522.U3.051": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.51, WC-Herren", "arch_name": "22.03.51@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182962,18 +201939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67853, "usage_id": 115 }, "2522.U3.051A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.51A, Vorraum", "arch_name": "22.03.51A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -182981,18 +201960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67830, "usage_id": 50 }, "2522.U3.052": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.52, Schleuse", "arch_name": "22.03.52@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183000,18 +201981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67831, "usage_id": 105 }, "2522.U3.053": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.53, Schleuse", "arch_name": "22.03.53@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183019,18 +202002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67832, "usage_id": 105 }, "2522.U3.054": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.54, Schleuse", "arch_name": "22.03.54@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183038,18 +202023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67807, "usage_id": 105 }, "2522.U3.055": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.55, Quarant\u00e4ne", "arch_name": "22.03.55@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183057,18 +202044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67808, "usage_id": 106 }, "2522.U3.057": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.57, Umkleide-Damen", "arch_name": "22.03.57@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183076,18 +202065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67854, "usage_id": 121 }, "2522.U3.058": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.58, Umkleide-Herren", "arch_name": "22.03.58@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183095,18 +202086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67855, "usage_id": 121 }, "2522.U3.061": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.61, Technik", "arch_name": "22.03.61@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183114,18 +202107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67857, "usage_id": 120 }, "2522.U3.100": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.100, Flur", "arch_name": "22.03.100@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183133,18 +202128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67858, "usage_id": 222 }, "2522.U3.100A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.100A, Flur", "arch_name": "22.03.100A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183152,18 +202149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67859, "usage_id": 222 }, "2522.U3.110": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.110, Flur", "arch_name": "22.03.110@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183171,18 +202170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67810, "usage_id": 222 }, "2522.U3.120": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.120, Flur", "arch_name": "22.03.120@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183190,18 +202191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67811, "usage_id": 222 }, "2522.U3.120A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.120A, Flur", "arch_name": "22.03.120A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183209,18 +202212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67812, "usage_id": 222 }, "2522.U3.130": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.130, Flur", "arch_name": "22.03.130@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183228,18 +202233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67813, "usage_id": 222 }, "2522.U3.130A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.130A, Flur", "arch_name": "22.03.130A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183247,18 +202254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67860, "usage_id": 222 }, "2522.U3.160": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.160, Flur", "arch_name": "22.03.160@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183266,18 +202275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67861, "usage_id": 222 }, "2522.U3.170": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.170, Flur", "arch_name": "22.03.170@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183285,18 +202296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67814, "usage_id": 222 }, "2522.U3.170A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.170A, Flur", "arch_name": "22.03.170A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183304,18 +202317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67816, "usage_id": 222 }, "2522.U3.180": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.180, Flur", "arch_name": "22.03.180@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183323,18 +202338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67815, "usage_id": 222 }, "2522.U3.190": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.190, Flur", "arch_name": "22.03.190@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183342,18 +202359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67817, "usage_id": 222 }, "2522.U3.200": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.200, Flur", "arch_name": "22.03.200@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183361,18 +202380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67818, "usage_id": 222 }, "2522.U3.210": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.210, Treppenhaus 1", "arch_name": "22.03.210@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183380,18 +202401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67819, "usage_id": 223 }, "2522.U3.220": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.220, Treppenhaus 2", "arch_name": "22.03.220@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183399,18 +202422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67820, "usage_id": 223 }, "2522.U3.360": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.360, Schacht 9 ELT", "arch_name": "22.03.360@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183418,18 +202443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67862, "usage_id": 38 }, "2522.U3.370": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.370, Flur", "arch_name": "22.03.370@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183437,18 +202464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67868, "usage_id": 222 }, "2522.U3.390": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.390, Flur", "arch_name": "22.03.390@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183456,18 +202485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67869, "usage_id": 222 }, "2522.U3.400": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.400, Flur", "arch_name": "22.03.400@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183475,18 +202506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67870, "usage_id": 222 }, "2522.U3.410": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.410, Flur", "arch_name": "22.03.410@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183494,18 +202527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67871, "usage_id": 222 }, "2522.U3.420": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.420, Flur", "arch_name": "22.03.420@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183513,18 +202548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67872, "usage_id": 222 }, "2522.U3.430": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.430, Einbring\u00f6ffnung 1", "arch_name": "22.03.430@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183532,18 +202569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67873, "usage_id": 38 }, "2522.U3.440": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.440, Schacht 7", "arch_name": "22.03.440@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183551,18 +202590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67875, "usage_id": 38 }, "2522.U3.450": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.450, ZBV", "arch_name": "22.03.450@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183570,18 +202611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67876, "usage_id": 120 }, "2522.U3.460": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.460, Einbring\u00f6ffnung 2", "arch_name": "22.03.460@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183589,18 +202632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67874, "usage_id": 38 }, "2522.U3.470": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.470, Schleuse", "arch_name": "22.03.470@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183608,18 +202653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67877, "usage_id": 105 }, "2522.U3.480": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.480, Flur", "arch_name": "22.03.480@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183627,18 +202674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67878, "usage_id": 222 }, "2522.U3.490": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.490, Flur", "arch_name": "22.03.490@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183646,18 +202695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67879, "usage_id": 222 }, "2522.U3.490A": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.490A, Flur", "arch_name": "22.03.490A@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183665,18 +202716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67880, "usage_id": 222 }, "2522.U3.500": { "address": { - "floor": "3.UG", "place": "M\u00fcnchen", "street": "Einsteinstr. 25", "zip_code": 81675 }, + "alt_name": "22.03.500, Flur", "arch_name": "22.03.500@2522", "area_id": 22, "building_id": 2129, + "floor_level": "3.UG", "floor_type": "Keine Angabe", "main_operator_id": 14191, "seats": { @@ -183684,18 +202737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67881, "usage_id": 222 }, "2601.01.200": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G200, Empfangshalle", "arch_name": "G200@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -183703,18 +202758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43451, "usage_id": 222 }, "2601.01.200A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G200a, Flur 5", "arch_name": "G200a@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183722,18 +202779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43456, "usage_id": 222 }, "2601.01.201": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G201, Postauslauf", "arch_name": "G201@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183741,18 +202800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9910, "usage_id": 12 }, "2601.01.202": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G202, Verwaltung", "arch_name": "G202@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -183760,18 +202821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22033, "usage_id": 12 }, "2601.01.203": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G203, Arbeitsraum/mit Besp.Grp.", "arch_name": "G203@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183779,18 +202842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9912, "usage_id": 12 }, "2601.01.205": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G205, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G205@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183798,18 +202863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9913, "usage_id": 12 }, "2601.01.207": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G207, Arbeitsraum/mit Besp.Grp.", "arch_name": "G207@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183817,18 +202884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9914, "usage_id": 12 }, "2601.01.209": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G209, Arbeitsraum/mit exp. Arbeitsplatz", "arch_name": "G209@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183836,18 +202905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9933, "usage_id": 12 }, "2601.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G210, Serverraum", "arch_name": "G210@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -183855,18 +202926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43545, "usage_id": 207 }, "2601.01.211": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G211, Arbeitsraum/mit Besp.Grp.", "arch_name": "G211@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -183874,18 +202947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9935, "usage_id": 12 }, "2601.01.213": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G213, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G213@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183893,18 +202968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9936, "usage_id": 12 }, "2601.01.214": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G214, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G214@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183912,18 +202989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9958, "usage_id": 12 }, "2601.01.215": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G215, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G215@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183931,18 +203010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9959, "usage_id": 12 }, "2601.01.216": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G216, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G216@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183950,18 +203031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9960, "usage_id": 12 }, "2601.01.217": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G217, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G217@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -183969,18 +203052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9961, "usage_id": 12 }, "2601.01.218": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G218, Physikalischer Messraum", "arch_name": "G218@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -183988,18 +203073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43700, "usage_id": 103 }, "2601.01.222": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G222, Serverraum", "arch_name": "G222@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -184007,18 +203094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43703, "usage_id": 207 }, "2601.01.222A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G222a, Messraum", "arch_name": "G222a@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -184026,18 +203115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43790, "usage_id": 103 }, "2601.01.223": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G223, Lesepl. m. B\u00fccherst./Bibliothek", "arch_name": "G223@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184045,18 +203136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43797, "usage_id": 10 }, "2601.01.224": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G224, Bibliothek u. Arbeitsraum", "arch_name": "G224@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14989, "seats": { @@ -184064,18 +203157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43876, "usage_id": 10 }, "2601.01.225": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G225, Bibliothek", "arch_name": "G225@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14989, "seats": { @@ -184083,18 +203178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43882, "usage_id": 10 }, "2601.01.226": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G226, Arbeitsraum/mit Besp.Grp.", "arch_name": "G226@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14989, "seats": { @@ -184102,18 +203199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10000, "usage_id": 12 }, "2601.01.227": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G227, Arbeitsraum/mit Besp.Grp.", "arch_name": "G227@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184121,18 +203220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9620, "usage_id": 12 }, "2601.01.228": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G228, Arbeitsraum/mit Besp.Grp.", "arch_name": "G228@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184140,18 +203241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9621, "usage_id": 12 }, "2601.01.229": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G229, Arbeitsraum/mit Besp.Grp.", "arch_name": "G229@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184159,18 +203262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9622, "usage_id": 12 }, "2601.01.230": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G230, Arbeitsraum/mit Besp.Grp.", "arch_name": "G230@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184178,18 +203283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9623, "usage_id": 12 }, "2601.01.231": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G231, Arbeitsraum/mit Besp.Grp.", "arch_name": "G231@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184197,18 +203304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9695, "usage_id": 12 }, "2601.01.232": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G232, Arbeitsraum/mit Besp.Grp.", "arch_name": "G232@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184216,18 +203325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9697, "usage_id": 12 }, "2601.01.233": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G233, Arbeitsraum/mit Besp.Grp.", "arch_name": "G233@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184235,18 +203346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9700, "usage_id": 12 }, "2601.01.234": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G234, Arbeitsraum/mit Besp.Grp.", "arch_name": "G234@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184254,18 +203367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9702, "usage_id": 12 }, "2601.01.235": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G235, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G235@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184273,18 +203388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9703, "usage_id": 12 }, "2601.01.236": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G236, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G236@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184292,18 +203409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9740, "usage_id": 12 }, "2601.01.237": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G237, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G237@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184311,18 +203430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9741, "usage_id": 12 }, "2601.01.238": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G238, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G238@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184330,19 +203451,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9742, "usage_id": 12 }, "2601.01.241": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G241, Sitzungs.-,Konferenzraum", "arch_name": "G241@2601", "area_id": 16, "building_id": 621, "calendar_resource_nr": 28954, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184350,18 +203473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44189, "usage_id": 196 }, "2601.01.241A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G241a, Vorraum", "arch_name": "G241a@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14989, "seats": { @@ -184369,19 +203494,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44272, "usage_id": 50 }, "2601.01.242": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G242, Zeichensaal", "arch_name": "G242@2601", "area_id": 16, "building_id": 621, "calendar_resource_nr": 18739, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184389,18 +203516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9770, "usage_id": 55 }, "2601.01.243": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G243, Teek\u00fcche", "arch_name": "G243@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -184408,18 +203537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44284, "usage_id": 198 }, "2601.01.244": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G244, Zeichenarchiv", "arch_name": "G244@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -184427,18 +203558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44288, "usage_id": 2 }, "2601.01.245": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G245, WC-Herren", "arch_name": "G245@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -184446,18 +203579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42839, "usage_id": 115 }, "2601.01.246": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G246, Putzraum", "arch_name": "G246@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -184465,18 +203600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42846, "usage_id": 205 }, "2601.01.247": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G247, WC-Damen", "arch_name": "G247@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -184484,18 +203621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42856, "usage_id": 116 }, "2601.01.248": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G248, Lager", "arch_name": "G248@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184503,18 +203642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42942, "usage_id": 30 }, "2601.01.249": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G249, Registratur, Archiv", "arch_name": "G249@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184522,18 +203663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42946, "usage_id": 2 }, "2601.01.251": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G251, Treppenraum", "arch_name": "G251@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -184541,18 +203684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42948, "usage_id": 223 }, "2601.01.252": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G252, Flur 1", "arch_name": "G252@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184560,18 +203705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42952, "usage_id": 222 }, "2601.01.252A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G252a, Elektro Verteiler", "arch_name": "G252a@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -184579,18 +203726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43033, "usage_id": 160 }, "2601.01.252B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G252b, Installation", "arch_name": "G252b@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -184598,18 +203747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43039, "usage_id": 120 }, "2601.01.253": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G253, Flur 2", "arch_name": "G253@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -184617,18 +203768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43043, "usage_id": 222 }, "2601.01.253A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G253a, Elektro Verteiler", "arch_name": "G253a@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -184636,18 +203789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43052, "usage_id": 120 }, "2601.01.253B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G253b, Installation", "arch_name": "G253b@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -184655,18 +203810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43056, "usage_id": 120 }, "2601.01.254": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G254, Flur 3", "arch_name": "G254@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184674,18 +203831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43128, "usage_id": 222 }, "2601.01.255": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G255, Flur 4", "arch_name": "G255@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -184693,18 +203852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43133, "usage_id": 222 }, "2601.01.255A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G255a, Balkon zur Halle", "arch_name": "G255a@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -184712,18 +203873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43137, "usage_id": 219 }, "2601.01.256": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G256, Wendeltreppe", "arch_name": "G256@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -184731,18 +203894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43143, "usage_id": 223 }, "2601.01.257": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G257, Wendeltreppe", "arch_name": "G257@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -184750,18 +203915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43146, "usage_id": 223 }, "2601.02.344": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G344, Treppenraum", "arch_name": "G344@2601", "area_id": 16, "building_id": 621, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -184769,18 +203936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43148, "usage_id": 223 }, "2601.02.350": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G355, Raumlufttechnik", "arch_name": "G355@2601", "area_id": 16, "building_id": 621, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -184788,18 +203957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43301, "usage_id": 32 }, "2601.02.352": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G352, Installationsschacht", "arch_name": "G352@2601", "area_id": 16, "building_id": 621, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -184807,18 +203978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43304, "usage_id": 120 }, "2601.02.353": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G353, Installationsschacht", "arch_name": "G353@2601", "area_id": 16, "building_id": 621, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -184826,18 +203999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43305, "usage_id": 120 }, "2601.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G105, Treppenraum", "arch_name": "G105@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -184845,19 +204020,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43675, "usage_id": 223 }, "2601.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G106, Physiklabor (>750)", "arch_name": "G106@2601", "area_id": 16, "building_id": 621, "calendar_resource_nr": 18851, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -184865,18 +204042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22074, "usage_id": 103 }, "2601.EG.107": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G107, Flur/Eingang", "arch_name": "G107@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -184884,18 +204063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43684, "usage_id": 222 }, "2601.EG.107A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G107a, Aufzugsmaschinenraum", "arch_name": "G107a@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -184903,18 +204084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43752, "usage_id": 5 }, "2601.EG.108": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G108, Lager", "arch_name": "G108@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -184922,18 +204105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43758, "usage_id": 30 }, "2601.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G110, Arbeitsraum/mit Besp.Grp.", "arch_name": "G110@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -184941,18 +204126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43763, "usage_id": 12 }, "2601.EG.112": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G112, Flur 4", "arch_name": "G112@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -184960,18 +204147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43769, "usage_id": 222 }, "2601.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G113/111, Str\u00f6mungstechnikraum", "arch_name": "G113/111@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -184979,18 +204168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43841, "usage_id": 194 }, "2601.EG.115": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G115, Elektroniklabor", "arch_name": "G115@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -184998,18 +204189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43847, "usage_id": 103 }, "2601.EG.117": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G117, Periphere Ger\u00e4te f\u00fcr EDV", "arch_name": "G117@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185017,18 +204210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22167, "usage_id": 110 }, "2601.EG.118": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G118, Technolog. Labor", "arch_name": "G118@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185036,18 +204231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43858, "usage_id": 194 }, "2601.EG.123": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G123, Technolog. Labor (>750)", "arch_name": "G123@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185055,18 +204252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43864, "usage_id": 194 }, "2601.EG.124": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G124, Hausmeisterwerkstatt/Sanit\u00e4r", "arch_name": "G124@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 37992, "seats": { @@ -185074,18 +204273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43953, "usage_id": 51 }, "2601.EG.125": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G125, Eingangshalle", "arch_name": "G125@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185093,18 +204294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43961, "usage_id": 222 }, "2601.EG.126": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G126, Flur 1", "arch_name": "G126@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -185112,18 +204315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44031, "usage_id": 222 }, "2601.EG.126A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G126a, Installation", "arch_name": "G126a@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -185131,18 +204336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44040, "usage_id": 120 }, "2601.EG.126B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G126b, Installation", "arch_name": "G126b@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -185150,18 +204357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44044, "usage_id": 120 }, "2601.EG.127": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G127, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "G127@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185169,18 +204378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44051, "usage_id": 12 }, "2601.EG.128": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G128, Feinmechanische Werkstatt", "arch_name": "G128@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185188,18 +204399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44060, "usage_id": 108 }, "2601.EG.129": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G129, Feinmechanische Werkstatt", "arch_name": "G129@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185207,18 +204420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22308, "usage_id": 108 }, "2601.EG.131": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G131, Grobmechanische Werkstatt", "arch_name": "G131@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185226,18 +204441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44259, "usage_id": 51 }, "2601.EG.134": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G134, Grobmechanische Werkstatt", "arch_name": "G134@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185245,18 +204462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44268, "usage_id": 51 }, "2601.EG.135": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G135, Ger\u00e4teraum", "arch_name": "G135@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -185264,18 +204483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22446, "usage_id": 18 }, "2601.EG.136": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G136, Flur 3", "arch_name": "G136@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -185283,18 +204504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43032, "usage_id": 222 }, "2601.EG.142": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G142, Phys.Messraum m.Lufttechnischen Anforderunge", "arch_name": "G142@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185302,18 +204525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43102, "usage_id": 103 }, "2601.EG.144": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G144, S\u00e4geraum", "arch_name": "G144@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185321,18 +204546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43106, "usage_id": 103 }, "2601.EG.144A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G144a, Lager", "arch_name": "G144a@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185340,18 +204567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43113, "usage_id": 30 }, "2601.EG.145": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G145, Klimaraum", "arch_name": "G145@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185359,18 +204588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43121, "usage_id": 103 }, "2601.EG.145A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G145a, Flur 2", "arch_name": "G145a@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -185378,18 +204609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43195, "usage_id": 222 }, "2601.EG.146": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G146, Physiklabor (>750)", "arch_name": "G146@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185397,18 +204630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43200, "usage_id": 103 }, "2601.EG.147": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G147, Putzraum/EDV", "arch_name": "G147@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185416,18 +204651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43204, "usage_id": 205 }, "2601.EG.148": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G148, Feuchtraum", "arch_name": "G148@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -185435,18 +204672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43210, "usage_id": 30 }, "2601.EG.149": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G149, WC-Herren", "arch_name": "G149@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185454,18 +204693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43214, "usage_id": 115 }, "2601.EG.150": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G150, WC-Herren", "arch_name": "G150@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185473,18 +204714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43274, "usage_id": 115 }, "2601.EG.151": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G151, WC-Damen", "arch_name": "G151@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185492,18 +204735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43278, "usage_id": 116 }, "2601.EG.152": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G152, Lager", "arch_name": "G152@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -185511,18 +204756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43283, "usage_id": 30 }, "2601.EG.153": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G153, Grobmechanische Werkstatt", "arch_name": "G153@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185530,18 +204777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43288, "usage_id": 51 }, "2601.EG.154": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G154, Phys. Messraum", "arch_name": "G154@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -185549,18 +204798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43296, "usage_id": 103 }, "2601.EG.155": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G155, Pr\u00fcfhalle", "arch_name": "G155@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -185568,18 +204819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43366, "usage_id": 49 }, "2601.EG.156A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G156a, Elektro Verteiler", "arch_name": "G156a@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -185587,18 +204840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43372, "usage_id": 160 }, "2601.EG.156B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G156b, Elektro Verteiler", "arch_name": "G156b@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -185606,18 +204861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43376, "usage_id": 160 }, "2601.EG.158": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G158, Wendeltreppe", "arch_name": "G158@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185625,18 +204882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43380, "usage_id": 223 }, "2601.EG.159": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G159, Wendeltreppe", "arch_name": "G159@2601", "area_id": 16, "building_id": 621, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185644,18 +204903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43388, "usage_id": 223 }, "2601.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G003, Flur 1", "arch_name": "G003@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -185663,18 +204924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43733, "usage_id": 222 }, "2601.U1.003A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G003a, Flur 2", "arch_name": "G003a@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 14989, "seats": { @@ -185682,18 +204945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43740, "usage_id": 222 }, "2601.U1.003B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G003b, Flur 3", "arch_name": "G003b@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185701,18 +204966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43748, "usage_id": 222 }, "2601.U1.003C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G003c, Verbindungs Flur 4", "arch_name": "G003c@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -185720,18 +204987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43820, "usage_id": 222 }, "2601.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G004, Technolog. Labor (>750)", "arch_name": "G004@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185739,18 +205008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43823, "usage_id": 194 }, "2601.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G005, Aufzugsmaschinenraum", "arch_name": "G005@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -185758,18 +205029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43827, "usage_id": 5 }, "2601.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G006, Lager", "arch_name": "G006@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185777,18 +205050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43831, "usage_id": 30 }, "2601.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G007, Hebeb\u00fchne", "arch_name": "G007@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -185796,18 +205071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43836, "usage_id": 4 }, "2601.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G008, Technolog. Labor (>750)", "arch_name": "G008@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14989, "seats": { @@ -185815,18 +205092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43919, "usage_id": 194 }, "2601.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G011, Werkstatt/Heizung", "arch_name": "G011@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 37586, "seats": { @@ -185834,18 +205113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14779, "usage_id": 51 }, "2601.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G012, Lager/Sanit\u00e4r", "arch_name": "G012@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37586, "seats": { @@ -185853,18 +205134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43928, "usage_id": 30 }, "2601.U1.013": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G013, Studentenlabor", "arch_name": "G013@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -185872,18 +205155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44010, "usage_id": 211 }, "2601.U1.015": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G015, Studentenpraktikum", "arch_name": "G015@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -185891,19 +205176,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44014, "usage_id": 211 }, "2601.U1.022": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G022, Besprechungsraum", "arch_name": "G022@2601", "area_id": 16, "building_id": 621, "calendar_resource_nr": 28953, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14989, "seats": { @@ -185911,18 +205198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44017, "usage_id": 196 }, "2601.U1.022A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G022A, K\u00fcche", "arch_name": "G022A@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -185930,18 +205219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67628, "usage_id": 28 }, "2601.U1.024": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G024, Umkleide-Herren", "arch_name": "G024@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -185949,18 +205240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44022, "usage_id": 121 }, "2601.U1.025": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G025, Waschraum-Herren", "arch_name": "G025@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -185968,18 +205261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44026, "usage_id": 37 }, "2601.U1.026": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G026, Wasserhebeanlage", "arch_name": "G026@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -185987,18 +205282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44115, "usage_id": 182 }, "2601.U1.027": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G027, Umkleide-Damen", "arch_name": "G027@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -186006,18 +205303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44229, "usage_id": 121 }, "2601.U1.027A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "027a, Waschraum-Damen", "arch_name": "027a@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14989, "seats": { @@ -186025,18 +205324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44234, "usage_id": 210 }, "2601.U1.028": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G028, Holzwerkstatt", "arch_name": "G028@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -186044,18 +205345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43186, "usage_id": 107 }, "2601.U1.030": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G030, Lager m. Betriebsspezifischen Einbauten", "arch_name": "G030@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -186063,18 +205366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43190, "usage_id": 30 }, "2601.U1.035": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G035, Lager", "arch_name": "G035@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -186082,18 +205387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43255, "usage_id": 30 }, "2601.U1.036": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G036, Flur 5", "arch_name": "G036@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -186101,18 +205408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43257, "usage_id": 222 }, "2601.U1.037": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G037, Lager m. Strahlenschutz", "arch_name": "G037@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -186120,18 +205429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43261, "usage_id": 30 }, "2601.U1.038": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G038, Wendeltreppe", "arch_name": "G038@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -186139,18 +205450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43268, "usage_id": 223 }, "2601.U1.041": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G041, Lager m. Betriebsspezifischen Einbauten", "arch_name": "G041@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -186158,18 +205471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43273, "usage_id": 30 }, "2601.U1.042": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G042, Wasserversorgung, Aufbereitung", "arch_name": "G042@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -186177,18 +205492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43349, "usage_id": 182 }, "2601.U1.043": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G043, Heiztechnik", "arch_name": "G043@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -186196,18 +205513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43353, "usage_id": 201 }, "2601.U1.043A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G043a, Elektroanlagen", "arch_name": "G043a@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37992, "seats": { @@ -186215,18 +205534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43356, "usage_id": 160 }, "2601.U1.043B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G043b, Elektro Verteiler", "arch_name": "G043b@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -186234,18 +205555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43362, "usage_id": 160 }, "2601.U1.044": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G044, Treppenraum", "arch_name": "G044@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -186253,18 +205576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43427, "usage_id": 223 }, "2601.U1.045": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G045, Ph.-\u00dcb.Labor m Strahlenschutz", "arch_name": "G045@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -186272,18 +205597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43431, "usage_id": 211 }, "2601.U1.045A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G045A, Wasserversorgung, Aufbereitung", "arch_name": "G045A@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -186291,18 +205618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43438, "usage_id": 182 }, "2601.U1.047": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G047, WC-Herren", "arch_name": "G047@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -186310,18 +205639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43442, "usage_id": 115 }, "2601.U1.048": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G048, Putzraum", "arch_name": "G048@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -186329,18 +205660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43505, "usage_id": 205 }, "2601.U1.049": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G049, WC-Damen", "arch_name": "G049@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -186348,18 +205681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43513, "usage_id": 116 }, "2601.U1.050": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G050, Heiztechnik", "arch_name": "G050@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -186367,18 +205702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43515, "usage_id": 201 }, "2601.U1.050A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G050a, Elektro Verteiler", "arch_name": "G050a@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -186386,18 +205723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43523, "usage_id": 160 }, "2601.U1.050B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G050b, Elektro Verteiler", "arch_name": "G050b@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -186405,18 +205744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43591, "usage_id": 160 }, "2601.U1.051": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G051, Probenlager", "arch_name": "G051@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -186424,18 +205765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43597, "usage_id": 30 }, "2601.U1.052": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G052, Archiv", "arch_name": "G052@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -186443,18 +205786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43603, "usage_id": 2 }, "2601.U1.055": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G055, Flur 6", "arch_name": "G055@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14989, "seats": { @@ -186462,18 +205807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43609, "usage_id": 222 }, "2601.U1.056": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "G056, Wendeltreppe", "arch_name": "G056@2601", "area_id": 16, "building_id": 621, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14989, "seats": { @@ -186481,18 +205828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43669, "usage_id": 223 }, "2602.01.200": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E200, Treppenhalle", "arch_name": "E200@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -186500,18 +205849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42697, "usage_id": 223 }, "2602.01.201": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E201, Aufenthaltsraum", "arch_name": "E201@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -186519,18 +205870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42699, "usage_id": 44 }, "2602.01.203": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E203, Vervielf\u00e4ltigungsraum", "arch_name": "E203@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -186538,18 +205891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42703, "usage_id": 110 }, "2602.01.204": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E204, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E204@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -186557,18 +205912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9653, "usage_id": 12 }, "2602.01.205": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E205, EDV-Labor", "arch_name": "E205@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -186576,19 +205933,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9677, "usage_id": 12 }, "2602.01.207": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E207, Arbeitsraum/mit Besp.Grp.", "arch_name": "E207@2602", "area_id": 16, "building_id": 622, "calendar_resource_nr": 25320, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -186596,19 +205955,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9679, "usage_id": 12 }, "2602.01.208": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E208, \u00dcbungsraum", "arch_name": "E208@2602", "area_id": 16, "building_id": 622, "calendar_resource_nr": 18839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -186616,18 +205977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42762, "usage_id": 131 }, "2602.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E210, Flur 1", "arch_name": "E210@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -186635,18 +205998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42767, "usage_id": 222 }, "2602.01.210A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E210A, Balkon 1", "arch_name": "E210A@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15091, "seats": { @@ -186654,18 +206019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42813, "usage_id": 219 }, "2602.01.210B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E210B, Elektro Verteiler", "arch_name": "E210B@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -186673,18 +206040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42815, "usage_id": 160 }, "2602.01.221": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E221, Zentraler Server", "arch_name": "E221@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -186692,18 +206061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22466, "usage_id": 207 }, "2602.01.222": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E222, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E222@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -186711,18 +206082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9726, "usage_id": 12 }, "2602.01.223": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E223, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E223@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -186730,18 +206103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9728, "usage_id": 12 }, "2602.01.224": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E224, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E224@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -186749,18 +206124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9730, "usage_id": 12 }, "2602.01.225": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E225, Arbeitsraum/mit Besp.Grp.", "arch_name": "E225@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -186768,18 +206145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9731, "usage_id": 12 }, "2602.01.227": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E227, Lager", "arch_name": "E227@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -186787,18 +206166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9732, "usage_id": 30 }, "2602.01.227A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E227A, B\u00fcro", "arch_name": "E227A@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -186806,18 +206187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22502, "usage_id": 12 }, "2602.01.230": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E230, Labor f. station\u00e4re Maschinen", "arch_name": "E230@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -186825,18 +206208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41964, "usage_id": 194 }, "2602.01.230A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E230A, Balkon 2", "arch_name": "E230A@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15091, "seats": { @@ -186844,18 +206229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41967, "usage_id": 219 }, "2602.01.232": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E232, Flur 2", "arch_name": "E232@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -186863,18 +206250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41973, "usage_id": 222 }, "2602.01.232A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E232A, Elektro Verteiler", "arch_name": "E232A@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -186882,18 +206271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42016, "usage_id": 160 }, "2602.01.241": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E241, Flur", "arch_name": "E241@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -186901,18 +206292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42020, "usage_id": 222 }, "2602.01.242": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E242, WC-Herren", "arch_name": "E242@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -186920,18 +206313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42023, "usage_id": 115 }, "2602.01.243": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E243, WC-Damen", "arch_name": "E243@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -186939,18 +206334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42027, "usage_id": 116 }, "2602.01.244": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E244, Fotolabor", "arch_name": "E244@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -186958,18 +206355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42031, "usage_id": 104 }, "2602.01.245": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E245, Putzraum", "arch_name": "E245@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -186977,18 +206376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42034, "usage_id": 205 }, "2602.01.246": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E246, Treppenhaus 1", "arch_name": "E246@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -186996,18 +206397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42074, "usage_id": 223 }, "2602.01.247": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E247, Treppenhaus 2", "arch_name": "E247@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187015,18 +206418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42078, "usage_id": 223 }, "2602.02.301": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E301, Treppenhaus", "arch_name": "E301@2602", "area_id": 16, "building_id": 622, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -187034,18 +206439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42083, "usage_id": 223 }, "2602.02.302": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E302, Technik", "arch_name": "E302@2602", "area_id": 16, "building_id": 622, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -187053,18 +206460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42086, "usage_id": 32 }, "2602.EG.100": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E100, Eingangshalle", "arch_name": "E100@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187072,18 +206481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43474, "usage_id": 222 }, "2602.EG.100B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E100B, Flur 1", "arch_name": "E100B@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -187091,18 +206502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43476, "usage_id": 222 }, "2602.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E101, Versuchshalle", "arch_name": "E101@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15091, "seats": { @@ -187110,18 +206523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43480, "usage_id": 49 }, "2602.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E102, Arbeitsraum/mit Besp.Grp.", "arch_name": "E102@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -187129,18 +206544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9951, "usage_id": 12 }, "2602.EG.103": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E103, Sekretariat", "arch_name": "E103@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -187148,18 +206565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67629, "usage_id": 40 }, "2602.EG.104": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E104, Besprechungsraum", "arch_name": "E104@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -187167,18 +206586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9953, "usage_id": 196 }, "2602.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E105, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E105@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -187186,18 +206607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9955, "usage_id": 12 }, "2602.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E106, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "E106@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -187205,18 +206628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9969, "usage_id": 12 }, "2602.EG.107": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E107, Arbeitsraum/mit Besp.Grp.", "arch_name": "E107@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -187224,18 +206649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9971, "usage_id": 12 }, "2602.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E110, Arbeitsraum/mit Besp.Grp.", "arch_name": "E110@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15091, "seats": { @@ -187243,18 +206670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9973, "usage_id": 12 }, "2602.EG.111": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E111, Technol. Labor", "arch_name": "E111@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -187262,18 +206691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42517, "usage_id": 194 }, "2602.EG.122": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E122, Elektroniklabor", "arch_name": "E122@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -187281,18 +206712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22234, "usage_id": 103 }, "2602.EG.123": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E123, Holzwerkstatt", "arch_name": "E123@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15091, "seats": { @@ -187300,18 +206733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42524, "usage_id": 107 }, "2602.EG.124": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E124, Freiluftexperimentierfl\u00e4chen", "arch_name": "E124@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15091, "seats": { @@ -187319,18 +206754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42526, "usage_id": 218 }, "2602.EG.125": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E125, Freilagerfl\u00e4che", "arch_name": "E125@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15091, "seats": { @@ -187338,18 +206775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42529, "usage_id": 217 }, "2602.EG.127": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E127, Metallwerkst\u00e4tte grob", "arch_name": "E127@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15091, "seats": { @@ -187357,18 +206796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42531, "usage_id": 51 }, "2602.EG.127A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E127A, Werkmeisterb\u00fcro", "arch_name": "E127A@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -187376,18 +206817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9993, "usage_id": 12 }, "2602.EG.127B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E127B, Grobmechanische Werkstatt", "arch_name": "E127B@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15091, "seats": { @@ -187395,18 +206838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42584, "usage_id": 51 }, "2602.EG.131": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E131, Kfz-Abstellraum", "arch_name": "E131@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15091, "seats": { @@ -187414,18 +206859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42587, "usage_id": 100 }, "2602.EG.141": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E141, Putzraum", "arch_name": "E141@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -187433,18 +206880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42593, "usage_id": 205 }, "2602.EG.142": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E142, WC-Herren", "arch_name": "E142@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187452,18 +206901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42596, "usage_id": 115 }, "2602.EG.143": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E143, WC-Damen", "arch_name": "E143@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187471,18 +206922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42635, "usage_id": 116 }, "2602.EG.144": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E144, WC-Herren", "arch_name": "E144@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187490,18 +206943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42639, "usage_id": 115 }, "2602.EG.145": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E145, Flur 2", "arch_name": "E145@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -187509,18 +206964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42644, "usage_id": 222 }, "2602.EG.145A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E145A, Elektro Verteiler", "arch_name": "E145A@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -187528,18 +206985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42647, "usage_id": 160 }, "2602.EG.145B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E145B, Elektro Verteiler", "arch_name": "E145B@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -187547,18 +207006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42688, "usage_id": 160 }, "2602.EG.146": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E146, Treppenhaus 1", "arch_name": "E146@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187566,18 +207027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42690, "usage_id": 223 }, "2602.EG.147": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E147, Treppenhaus 2", "arch_name": "E147@2602", "area_id": 16, "building_id": 622, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187585,18 +207048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42693, "usage_id": 223 }, "2602.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E002, Montageschacht", "arch_name": "E002@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -187604,18 +207069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43307, "usage_id": 120 }, "2602.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E003, Kaminschacht", "arch_name": "E003@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -187623,18 +207090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43312, "usage_id": 120 }, "2602.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E005, Heizungstechnik", "arch_name": "E005@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -187642,18 +207111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43315, "usage_id": 201 }, "2602.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E006, Lager/Hebeanlage/Sanit\u00e4r", "arch_name": "E006@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37584, "seats": { @@ -187661,18 +207132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43319, "usage_id": 30 }, "2602.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E007, WC-Herren", "arch_name": "E007@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187680,18 +207153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43324, "usage_id": 115 }, "2602.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E008, Waschraum", "arch_name": "E008@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187699,18 +207174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43550, "usage_id": 210 }, "2602.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E009, Garderobe", "arch_name": "E009@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -187718,18 +207195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43554, "usage_id": 121 }, "2602.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E011, Aufenthaltsraum", "arch_name": "E011@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -187737,18 +207216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43556, "usage_id": 44 }, "2602.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E012, Treppenhaus 2", "arch_name": "E012@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187756,18 +207237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43561, "usage_id": 223 }, "2602.U1.013": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E013, Flur 2", "arch_name": "E013@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15091, "seats": { @@ -187775,18 +207258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43564, "usage_id": 222 }, "2602.U1.030": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E030, Versorgung", "arch_name": "E030@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -187794,18 +207279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43566, "usage_id": 120 }, "2602.U1.032": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E032, K\u00e4lteraum", "arch_name": "E032@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187813,18 +207300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43391, "usage_id": 30 }, "2602.U1.033": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E033, Lagerraum", "arch_name": "E033@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -187832,18 +207321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43395, "usage_id": 30 }, "2602.U1.034": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E034, Flur", "arch_name": "E034@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15091, "seats": { @@ -187851,18 +207342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43397, "usage_id": 222 }, "2602.U1.035": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E035, Klimaraum", "arch_name": "E035@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187870,18 +207363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43398, "usage_id": 30 }, "2602.U1.036": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E036, Werkstatt", "arch_name": "E036@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15091, "seats": { @@ -187889,18 +207384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43400, "usage_id": 51 }, "2602.U1.037": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E037, Aggregate", "arch_name": "E037@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15091, "seats": { @@ -187908,18 +207405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43402, "usage_id": 120 }, "2602.U1.037A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E037A, Aufzugsschacht", "arch_name": "E037A@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15091, "seats": { @@ -187927,18 +207426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43405, "usage_id": 195 }, "2602.U1.038": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E038, Treppenhaus 1", "arch_name": "E038@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15091, "seats": { @@ -187946,18 +207447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43225, "usage_id": 223 }, "2602.U1.039": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E039, Flur 1", "arch_name": "E039@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15091, "seats": { @@ -187965,18 +207468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43228, "usage_id": 222 }, "2602.U1.039A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E039A, Installation", "arch_name": "E039A@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -187984,18 +207489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43232, "usage_id": 120 }, "2602.U1.043": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E043, Betriebstechnik", "arch_name": "E043@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -188003,18 +207510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43234, "usage_id": 120 }, "2602.U1.044": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "E044, Elektro Verteiler", "arch_name": "E044@2602", "area_id": 16, "building_id": 622, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -188022,18 +207531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43472, "usage_id": 160 }, "2604.01.201": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "201, Pr\u00fcf-/und Auswerteraum", "arch_name": "201@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -188041,18 +207552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42093, "usage_id": 110 }, "2604.01.204": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "204, Zentraler Auswerteraum", "arch_name": "204@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14944, "seats": { @@ -188060,18 +207573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22559, "usage_id": 110 }, "2604.01.206": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "206, Techn. Labor mit Absaugung", "arch_name": "206@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51037, "seats": { @@ -188079,18 +207594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22560, "usage_id": 194 }, "2604.01.208": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "208, Physiklabor", "arch_name": "208@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51037, "seats": { @@ -188098,18 +207615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22562, "usage_id": 103 }, "2604.01.209": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "209, Physiklabor m. Lufttechn.", "arch_name": "209@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51037, "seats": { @@ -188117,18 +207636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42099, "usage_id": 103 }, "2604.01.210": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "210, Physiklabor m. Lufttechn.", "arch_name": "210@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51037, "seats": { @@ -188136,18 +207657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42151, "usage_id": 103 }, "2604.01.211": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "211, Physiklabor m. Lufttechn.", "arch_name": "211@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51037, "seats": { @@ -188155,18 +207678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42153, "usage_id": 103 }, "2604.01.212": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "212, B\u00fcro", "arch_name": "212@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51037, "seats": { @@ -188174,18 +207699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9824, "usage_id": 12 }, "2604.01.213": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "213, B\u00fcro", "arch_name": "213@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51037, "seats": { @@ -188193,18 +207720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9825, "usage_id": 12 }, "2604.01.214": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "214, B\u00fcro", "arch_name": "214@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51037, "seats": { @@ -188212,18 +207741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9827, "usage_id": 12 }, "2604.01.215": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "215, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "215@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51037, "seats": { @@ -188231,18 +207762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42199, "usage_id": 12 }, "2604.01.216": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "216, B\u00fcro", "arch_name": "216@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51037, "seats": { @@ -188250,18 +207783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9849, "usage_id": 12 }, "2604.01.217": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "217, WC-Herren", "arch_name": "217@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -188269,18 +207804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42202, "usage_id": 115 }, "2604.01.218": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "218, WC-Damen", "arch_name": "218@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -188288,18 +207825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42205, "usage_id": 116 }, "2604.01.218A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "218A, Putzraum", "arch_name": "218A@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -188307,18 +207846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21932, "usage_id": 205 }, "2604.01.219": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "219, K\u00fchlraum", "arch_name": "219@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51267, "seats": { @@ -188326,18 +207867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42207, "usage_id": 199 }, "2604.01.219A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "219A, Lager/K\u00fchlraum", "arch_name": "219A@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -188345,18 +207888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42209, "usage_id": 30 }, "2604.01.221": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "221, Probenvorbereitung", "arch_name": "221@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -188364,18 +207909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42251, "usage_id": 102 }, "2604.01.223": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "223, Pr\u00fcf-/und Auswerteraum", "arch_name": "223@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -188383,18 +207930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42253, "usage_id": 110 }, "2604.01.224": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "224, Chemielabor (KNSTL.B.,MV)", "arch_name": "224@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -188402,18 +207951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42255, "usage_id": 102 }, "2604.01.227": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "227, Chemielabor (KNSTL.B.,MV)", "arch_name": "227@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -188421,18 +207972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21981, "usage_id": 102 }, "2604.01.228": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "228, Chemielabor (KNSTL.B.,MV)", "arch_name": "228@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -188440,18 +207993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42258, "usage_id": 102 }, "2604.01.229": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "229, Chemielabor", "arch_name": "229@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -188459,18 +208014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42310, "usage_id": 102 }, "2604.01.230": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "230, Chemielabor", "arch_name": "230@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -188478,18 +208035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42314, "usage_id": 102 }, "2604.01.238": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "238, Galerie", "arch_name": "238@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -188497,18 +208056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42316, "usage_id": 206 }, "2604.01.238A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "238A, Galerie", "arch_name": "238A@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14944, "seats": { @@ -188516,18 +208077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42318, "usage_id": 49 }, "2604.01.240": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "240, Installation", "arch_name": "240@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -188535,18 +208098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42321, "usage_id": 120 }, "2604.01.241": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "241, Installation", "arch_name": "241@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -188554,18 +208119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42322, "usage_id": 120 }, "2604.01.243": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "243, Elektro Verteiler", "arch_name": "243@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -188573,18 +208140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42360, "usage_id": 120 }, "2604.01.244": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "244, Elektro Verteiler", "arch_name": "244@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -188592,18 +208161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42363, "usage_id": 120 }, "2604.01.245": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "245, Aufzug", "arch_name": "245@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -188611,18 +208182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42366, "usage_id": 4 }, "2604.01.246": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "246, Treppenraum", "arch_name": "246@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -188630,18 +208203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42369, "usage_id": 223 }, "2604.01.247": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "247, Flur 3", "arch_name": "247@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -188649,18 +208224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42371, "usage_id": 222 }, "2604.01.248": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "248, Flur 2", "arch_name": "248@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -188668,18 +208245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42374, "usage_id": 222 }, "2604.01.249": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "249, Flur 1", "arch_name": "249@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -188687,18 +208266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42417, "usage_id": 222 }, "2604.01.250": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "250, Schleuse", "arch_name": "250@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -188706,18 +208287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21680, "usage_id": 105 }, "2604.02.301": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "301, Treppenraum", "arch_name": "301@2604", "area_id": 16, "building_id": 623, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -188725,18 +208308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42422, "usage_id": 223 }, "2604.02.302": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "302, Raumlufttechnik", "arch_name": "302@2604", "area_id": 16, "building_id": 623, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -188744,18 +208329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42424, "usage_id": 32 }, "2604.02.303": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "303, Aufzugsmaschinenraum", "arch_name": "303@2604", "area_id": 16, "building_id": 623, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -188763,18 +208350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42426, "usage_id": 5 }, "2604.02.305": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "305, Raumlufttechnik", "arch_name": "305@2604", "area_id": 16, "building_id": 623, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -188782,18 +208371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42430, "usage_id": 32 }, "2604.02.306": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "306, Installationsschacht", "arch_name": "306@2604", "area_id": 16, "building_id": 623, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -188801,18 +208392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42490, "usage_id": 120 }, "2604.02.307": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "307, Installationsschacht", "arch_name": "307@2604", "area_id": 16, "building_id": 623, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -188820,18 +208413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42493, "usage_id": 120 }, "2604.EG.101": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "101, Techn. Labor (K.B., MV)", "arch_name": "101@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -188839,18 +208434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15250, "usage_id": 194 }, "2604.EG.102": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "102, Techn. Labor einfach", "arch_name": "102@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 43476, "seats": { @@ -188858,18 +208455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22248, "usage_id": 194 }, "2604.EG.104": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "104, Techn. Labor einfach", "arch_name": "104@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14944, "seats": { @@ -188877,18 +208476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22249, "usage_id": 194 }, "2604.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "105, Grobmechanische Werkstatt", "arch_name": "105@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14944, "seats": { @@ -188896,18 +208497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42655, "usage_id": 51 }, "2604.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "106, Grobmechanische Werkstatt", "arch_name": "106@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14944, "seats": { @@ -188915,18 +208518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22288, "usage_id": 51 }, "2604.EG.108": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "108, Techn. Labor", "arch_name": "108@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -188934,18 +208539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42660, "usage_id": 194 }, "2604.EG.109": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "109, Annahme-u. Ausgabe", "arch_name": "109@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -188953,18 +208560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42664, "usage_id": 186 }, "2604.EG.110": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "110, Techn. Labor", "arch_name": "110@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14944, "seats": { @@ -188972,18 +208581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22294, "usage_id": 194 }, "2604.EG.112": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "112, B\u00fcro", "arch_name": "112@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -188991,18 +208602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9979, "usage_id": 12 }, "2604.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "113, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "113@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14944, "seats": { @@ -189010,18 +208623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9981, "usage_id": 12 }, "2604.EG.114": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "114, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "114@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14944, "seats": { @@ -189029,18 +208644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9984, "usage_id": 12 }, "2604.EG.115": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "115, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "115@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14944, "seats": { @@ -189048,18 +208665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9624, "usage_id": 12 }, "2604.EG.116": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "116, Arbeitsraum/ohn. Besp.Grp.", "arch_name": "116@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14944, "seats": { @@ -189067,18 +208686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9627, "usage_id": 12 }, "2604.EG.117": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "117, WC-Herren", "arch_name": "117@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189086,18 +208707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42770, "usage_id": 115 }, "2604.EG.118": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "118, Lager", "arch_name": "118@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189105,18 +208728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42774, "usage_id": 30 }, "2604.EG.118A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "118A, Putzraum", "arch_name": "118A@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 37989, "seats": { @@ -189124,18 +208749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42778, "usage_id": 205 }, "2604.EG.119": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "119, K\u00fchlraum", "arch_name": "119@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51037, "seats": { @@ -189143,18 +208770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42784, "usage_id": 199 }, "2604.EG.120": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "120, Vor-K\u00fchlraum", "arch_name": "120@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -189162,18 +208791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67627, "usage_id": 199 }, "2604.EG.121": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "121, Techn. Labor mit Absaugung", "arch_name": "121@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189181,18 +208812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42788, "usage_id": 194 }, "2604.EG.122": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "122, Arbeitsraum/mit Besp. Grp.", "arch_name": "122@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -189200,18 +208833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9735, "usage_id": 12 }, "2604.EG.123": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "123, Techn. Labor", "arch_name": "123@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189219,18 +208854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15208, "usage_id": 194 }, "2604.EG.125": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "125, Techn. Labor", "arch_name": "125@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189238,18 +208875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42823, "usage_id": 194 }, "2604.EG.126": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "126, Techn. Labor", "arch_name": "126@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189257,18 +208896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42825, "usage_id": 194 }, "2604.EG.127": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "127, Techn. Labor", "arch_name": "127@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189276,18 +208917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42827, "usage_id": 194 }, "2604.EG.129": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "129, Techn. Labor", "arch_name": "129@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -189295,18 +208938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42829, "usage_id": 194 }, "2604.EG.130": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "130, Chemikalienlager", "arch_name": "130@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -189314,18 +208959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42831, "usage_id": 30 }, "2604.EG.131": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "131, Chemikalienlager", "arch_name": "131@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -189333,18 +208980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42832, "usage_id": 30 }, "2604.EG.132": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "132, Physik Versuchshalle", "arch_name": "132@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189352,18 +209001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42835, "usage_id": 49 }, "2604.EG.132A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "132A, Hallenh\u00e4uschen 1", "arch_name": "132A@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189371,18 +209022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41978, "usage_id": 30 }, "2604.EG.132B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "132B, Hallenh\u00e4uschen 2", "arch_name": "132B@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189390,18 +209043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41980, "usage_id": 194 }, "2604.EG.132C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "132C, Hallenh\u00e4uschen 3", "arch_name": "132C@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189409,18 +209064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41982, "usage_id": 30 }, "2604.EG.140": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "140, Technik", "arch_name": "140@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -189428,18 +209085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41985, "usage_id": 120 }, "2604.EG.141": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "141, Technik", "arch_name": "141@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -189447,18 +209106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41987, "usage_id": 120 }, "2604.EG.142": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "142, Elektro Verteiler", "arch_name": "142@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -189466,18 +209127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41988, "usage_id": 120 }, "2604.EG.143": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "143, Elektro Verteiler", "arch_name": "143@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -189485,18 +209148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41990, "usage_id": 120 }, "2604.EG.144": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "144, Aufzug", "arch_name": "144@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -189504,18 +209169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42036, "usage_id": 4 }, "2604.EG.145": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "145, Treppenraum", "arch_name": "145@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189523,18 +209190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42037, "usage_id": 223 }, "2604.EG.146": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "146, Flur 1", "arch_name": "146@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189542,18 +209211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42040, "usage_id": 222 }, "2604.EG.147": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "147, Flur 3", "arch_name": "147@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189561,18 +209232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42043, "usage_id": 222 }, "2604.EG.148": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "148, Flur 2", "arch_name": "148@2604", "area_id": 16, "building_id": 623, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189580,18 +209253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42046, "usage_id": 222 }, "2604.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001, Zuschlagstoffe", "arch_name": "001@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -189599,18 +209274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42090, "usage_id": 194 }, "2604.U1.001A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001A, Lagerbox", "arch_name": "001A@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189618,18 +209295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42124, "usage_id": 30 }, "2604.U1.001B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001B, Lagerbox", "arch_name": "001B@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189637,18 +209316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42129, "usage_id": 30 }, "2604.U1.001C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001C, Lagerbox", "arch_name": "001C@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189656,18 +209337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42134, "usage_id": 30 }, "2604.U1.001D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001D, Lagerbox", "arch_name": "001D@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189675,18 +209358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42137, "usage_id": 30 }, "2604.U1.001E": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001E, Lagerbox", "arch_name": "001E@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189694,18 +209379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42140, "usage_id": 30 }, "2604.U1.001F": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001F, Lagerbox", "arch_name": "001F@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189713,18 +209400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42145, "usage_id": 30 }, "2604.U1.001G": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001G, Lagerbox", "arch_name": "001G@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189732,18 +209421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42149, "usage_id": 30 }, "2604.U1.001H": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001H, Lagerbox", "arch_name": "001H@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189751,18 +209442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42180, "usage_id": 30 }, "2604.U1.001I": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001I, Lagerbox", "arch_name": "001I@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189770,18 +209463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42183, "usage_id": 30 }, "2604.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "005, Betonlabor", "arch_name": "005@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -189789,18 +209484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42187, "usage_id": 194 }, "2604.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "007, Technol. Labor mit Absaugung", "arch_name": "007@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189808,18 +209505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42190, "usage_id": 194 }, "2604.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "008, Steinbrechlabor", "arch_name": "008@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189827,18 +209526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42194, "usage_id": 194 }, "2604.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "009, Technol. Labor mit Absaugung", "arch_name": "009@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -189846,18 +209547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42198, "usage_id": 194 }, "2604.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "011, Technol. Labor mit Absaugung", "arch_name": "011@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -189865,18 +209568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42226, "usage_id": 194 }, "2604.U1.011A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "011A, Technol. Labor mit Absaugung", "arch_name": "011A@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -189884,18 +209589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67626, "usage_id": 194 }, "2604.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "012, Technik f. K\u00fchlr\u00e4ume", "arch_name": "012@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -189903,18 +209610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42232, "usage_id": 32 }, "2604.U1.013": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "013, Gefrierklima", "arch_name": "013@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189922,18 +209631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42237, "usage_id": 199 }, "2604.U1.013A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "013A, Schleuse", "arch_name": "013A@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14944, "seats": { @@ -189941,18 +209652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42241, "usage_id": 105 }, "2604.U1.014": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "014, Gleitklima", "arch_name": "014@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51037, "seats": { @@ -189960,18 +209673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42243, "usage_id": 199 }, "2604.U1.014A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "014A, Schleuse", "arch_name": "014A@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51037, "seats": { @@ -189979,18 +209694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42247, "usage_id": 105 }, "2604.U1.015": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "015, Konstant-Klima", "arch_name": "015@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43476, "seats": { @@ -189998,18 +209715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42250, "usage_id": 30 }, "2604.U1.016": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "016, Schockraum", "arch_name": "016@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 43476, "seats": { @@ -190017,18 +209736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42289, "usage_id": 199 }, "2604.U1.017": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "017, WC-Herren", "arch_name": "017@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -190036,18 +209757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42292, "usage_id": 115 }, "2604.U1.018": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "018, WC-Damen", "arch_name": "018@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -190055,18 +209778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42297, "usage_id": 116 }, "2604.U1.018A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "018A, Putzraum", "arch_name": "018A@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -190074,18 +209799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42301, "usage_id": 205 }, "2604.U1.019": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "019, Waschraum", "arch_name": "019@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -190093,18 +209820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42304, "usage_id": 210 }, "2604.U1.020": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "020, Waschraum", "arch_name": "020@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -190112,18 +209841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42309, "usage_id": 210 }, "2604.U1.021": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "023, Aufenthalt/Werkstatt", "arch_name": "023@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 14944, "seats": { @@ -190131,18 +209862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42341, "usage_id": 44 }, "2604.U1.024": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "024, B\u00fcro", "arch_name": "024@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 14944, "seats": { @@ -190150,18 +209883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9889, "usage_id": 12 }, "2604.U1.025": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "025, Technol. Labor mit Absaugung", "arch_name": "025@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 14944, "seats": { @@ -190169,18 +209904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42349, "usage_id": 194 }, "2604.U1.026": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "026, Technol. Labor mit Absaugung", "arch_name": "026@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 14944, "seats": { @@ -190188,18 +209925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22063, "usage_id": 194 }, "2604.U1.027": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "027, Technol. Labor mit Absaugung", "arch_name": "027@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 14944, "seats": { @@ -190207,18 +209946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42357, "usage_id": 194 }, "2604.U1.028": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "028, Technol. Labor mit Absaugung", "arch_name": "028@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 14944, "seats": { @@ -190226,18 +209967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22069, "usage_id": 194 }, "2604.U1.029": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "029, Technol. Labor mit Absaugung", "arch_name": "029@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 14944, "seats": { @@ -190245,18 +209988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42399, "usage_id": 194 }, "2604.U1.030": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "030, Labor", "arch_name": "030@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 14944, "seats": { @@ -190264,18 +210009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42403, "usage_id": 194 }, "2604.U1.030A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "030A, B\u00fcro", "arch_name": "030A@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 14944, "seats": { @@ -190283,18 +210030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42408, "usage_id": 12 }, "2604.U1.031": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "031, Labor f. station\u00e4re Maschinen", "arch_name": "031@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -190302,18 +210051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42411, "usage_id": 194 }, "2604.U1.032": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "032, Labor f. station\u00e4re Maschinen", "arch_name": "032@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -190321,18 +210072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15423, "usage_id": 194 }, "2604.U1.033": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "033, Labor f. station\u00e4re Maschinen", "arch_name": "033@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -190340,18 +210093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42464, "usage_id": 194 }, "2604.U1.034": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "034, Lager mit betriebsspezifischen Einbauten", "arch_name": "034@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -190359,18 +210114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42469, "usage_id": 30 }, "2604.U1.034A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "034A, Hydraulikraum", "arch_name": "034A@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -190378,18 +210135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42473, "usage_id": 120 }, "2604.U1.035": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "035, K\u00fchlraum f. wiss. techn. Zwecke", "arch_name": "035@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -190397,18 +210156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42478, "usage_id": 199 }, "2604.U1.036": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "036, Technischer Betriebsraum", "arch_name": "036@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -190416,18 +210177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42484, "usage_id": 120 }, "2604.U1.040": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "040, Installation", "arch_name": "040@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -190435,18 +210198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42533, "usage_id": 120 }, "2604.U1.041": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "041, Hebeanlage", "arch_name": "041@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -190454,18 +210219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42540, "usage_id": 4 }, "2604.U1.042": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "042, Elektro Verteiler", "arch_name": "042@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -190473,18 +210240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42542, "usage_id": 120 }, "2604.U1.043": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "043, Elektro Verteiler", "arch_name": "043@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -190492,18 +210261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42547, "usage_id": 120 }, "2604.U1.044": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "044, Aufzug", "arch_name": "044@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26064, "seats": { @@ -190511,18 +210282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42552, "usage_id": 4 }, "2604.U1.045": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "045, Treppenraum", "arch_name": "045@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -190530,18 +210303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42555, "usage_id": 223 }, "2604.U1.046": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "046, Flur 1", "arch_name": "046@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -190549,18 +210324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42601, "usage_id": 222 }, "2604.U1.047": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "047, Flur 4", "arch_name": "047@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -190568,18 +210345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42604, "usage_id": 222 }, "2604.U1.048": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "048, Flur 2", "arch_name": "048@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -190587,18 +210366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42607, "usage_id": 222 }, "2604.U1.049": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "049, Flur 3", "arch_name": "049@2604", "area_id": 16, "building_id": 623, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -190606,18 +210387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42609, "usage_id": 222 }, "2605.01.250": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "250, B\u00fcro", "arch_name": "250@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190625,18 +210408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9637, "usage_id": 12 }, "2605.01.251": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "251, B\u00fcro", "arch_name": "251@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190644,18 +210429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9656, "usage_id": 12 }, "2605.01.252": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "252, B\u00fcro", "arch_name": "252@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51037, "seats": { @@ -190663,18 +210450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9658, "usage_id": 12 }, "2605.01.253": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "253, B\u00fcro", "arch_name": "253@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190682,18 +210471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9659, "usage_id": 12 }, "2605.01.254": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "254, B\u00fcro", "arch_name": "254@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190701,18 +210492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9660, "usage_id": 12 }, "2605.01.255": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "255, B\u00fcro", "arch_name": "255@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190720,18 +210513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42800, "usage_id": 12 }, "2605.01.256": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "256, B\u00fcro", "arch_name": "256@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190739,18 +210534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9663, "usage_id": 12 }, "2605.01.257": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "257, B\u00fcro", "arch_name": "257@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190758,18 +210555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9664, "usage_id": 12 }, "2605.01.258": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "258, B\u00fcro", "arch_name": "258@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190777,18 +210576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9666, "usage_id": 12 }, "2605.01.259": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "259, B\u00fcro", "arch_name": "259@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190796,18 +210597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9667, "usage_id": 12 }, "2605.01.260": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "260, B\u00fcro", "arch_name": "260@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190815,18 +210618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9668, "usage_id": 12 }, "2605.01.261": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "261, B\u00fcro", "arch_name": "261@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -190834,18 +210639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9669, "usage_id": 12 }, "2605.01.263": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "262/263, B\u00fcro", "arch_name": "262/263@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43476, "seats": { @@ -190853,19 +210660,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42049, "usage_id": 12 }, "2605.01.264": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "264, B\u00fcro", "arch_name": "264@2605", "area_id": 16, "building_id": 624, "calendar_resource_nr": 26256, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43476, "seats": { @@ -190873,19 +210682,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9688, "usage_id": 12 }, "2605.01.265": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "265, B\u00fcro", "arch_name": "265@2605", "area_id": 16, "building_id": 624, "calendar_resource_nr": 24218, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51037, "seats": { @@ -190893,18 +210704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42053, "usage_id": 12 }, "2605.01.266": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "266, B\u00fcro", "arch_name": "266@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51037, "seats": { @@ -190912,18 +210725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42056, "usage_id": 12 }, "2605.01.267": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "267, Lager", "arch_name": "267@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14944, "seats": { @@ -190931,18 +210746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42100, "usage_id": 30 }, "2605.01.268": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "268, WC-Damen", "arch_name": "268@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -190950,18 +210767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42101, "usage_id": 116 }, "2605.01.269": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "269, WC-Herren", "arch_name": "269@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -190969,18 +210788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42103, "usage_id": 115 }, "2605.01.270": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "270, Flur", "arch_name": "270@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -190988,18 +210809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42104, "usage_id": 222 }, "2605.01.271": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "271, Foyer", "arch_name": "271@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -191007,18 +210830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42106, "usage_id": 222 }, "2605.01.272": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "272, \u00dcbergang", "arch_name": "272@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -191026,18 +210851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42111, "usage_id": 222 }, "2605.EG.145": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "145, B\u00fcro", "arch_name": "145@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14944, "seats": { @@ -191045,18 +210872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58862, "usage_id": 12 }, "2605.EG.146": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "146, B\u00fcro", "arch_name": "146@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 43476, "seats": { @@ -191064,18 +210893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 37205, "usage_id": 12 }, "2605.EG.147": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "147, B\u00fcro", "arch_name": "147@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14944, "seats": { @@ -191083,18 +210914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59802, "usage_id": 12 }, "2605.EG.148": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "148, Sekretariat", "arch_name": "148@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14944, "seats": { @@ -191102,18 +210935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59801, "usage_id": 40 }, "2605.EG.149": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "155, Prof.-B\u00fcro", "arch_name": "155@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14944, "seats": { @@ -191121,18 +210956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59800, "usage_id": 12 }, "2605.EG.150": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "150, Flur", "arch_name": "150@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14944, "seats": { @@ -191140,19 +210977,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42625, "usage_id": 222 }, "2605.EG.151": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "151, Seminar + Besprechungsraum", "arch_name": "151@2605", "area_id": 16, "building_id": 624, "calendar_resource_nr": 18485, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -191160,19 +210999,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21745, "usage_id": 41 }, "2605.EG.152": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "152, Seminar + Besprechungsraum", "arch_name": "152@2605", "area_id": 16, "building_id": 624, "calendar_resource_nr": 18486, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51037, "seats": { @@ -191180,18 +211021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42669, "usage_id": 41 }, "2605.EG.153": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "153, Arbeitsraum", "arch_name": "153@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43476, "seats": { @@ -191199,18 +211042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42672, "usage_id": 12 }, "2605.EG.154": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "154, K\u00fcche", "arch_name": "154@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43476, "seats": { @@ -191218,18 +211063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42674, "usage_id": 28 }, "2605.EG.155": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "155, B\u00fcro", "arch_name": "155@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 43476, "seats": { @@ -191237,18 +211084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9988, "usage_id": 12 }, "2605.EG.156": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "156, B\u00fcro", "arch_name": "156@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 43476, "seats": { @@ -191256,18 +211105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9989, "usage_id": 12 }, "2605.EG.157": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "157, B\u00fcro", "arch_name": "157@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14944, "seats": { @@ -191275,18 +211126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9990, "usage_id": 12 }, "2605.EG.158": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "158, Geb\u00e4udebetrieb", "arch_name": "158@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37586, "seats": { @@ -191294,18 +211147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21763, "usage_id": 202 }, "2605.EG.159": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "159, Poststelle/Sani.", "arch_name": "159@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 37984, "seats": { @@ -191313,18 +211168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42732, "usage_id": 178 }, "2605.EG.160": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "160, Eingangshalle", "arch_name": "160@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -191332,18 +211189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42734, "usage_id": 222 }, "2605.EG.161": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "161, WC-Damen", "arch_name": "161@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -191351,18 +211210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42737, "usage_id": 116 }, "2605.EG.162": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "162, WC-Herren", "arch_name": "162@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -191370,18 +211231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42738, "usage_id": 115 }, "2605.EG.163": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "163, Treppe", "arch_name": "163@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -191389,18 +211252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42740, "usage_id": 223 }, "2605.EG.170": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "170, Foyer", "arch_name": "170@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 51267, "seats": { @@ -191408,18 +211273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59799, "usage_id": 222 }, "2605.EG.171": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "171, Flur 1", "arch_name": "171@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 51267, "seats": { @@ -191427,18 +211294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59803, "usage_id": 222 }, "2605.EG.172": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "172, Flur 2", "arch_name": "172@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -191446,18 +211315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59804, "usage_id": 222 }, "2605.EG.180": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "180, B\u00fcro", "arch_name": "180@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14944, "seats": { @@ -191465,18 +211336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65180, "usage_id": 12 }, "2605.EG.181": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "181, B\u00fcro", "arch_name": "181@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14944, "seats": { @@ -191484,18 +211357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65181, "usage_id": 12 }, "2605.EG.182": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "182, B\u00fcro", "arch_name": "182@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14944, "seats": { @@ -191503,18 +211378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65182, "usage_id": 12 }, "2605.EG.183": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "183, B\u00fcro", "arch_name": "183@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14944, "seats": { @@ -191522,18 +211399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65183, "usage_id": 12 }, "2605.EG.184": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "184, B\u00fcro", "arch_name": "184@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14944, "seats": { @@ -191541,18 +211420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65184, "usage_id": 12 }, "2605.EG.185": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "185, Flur", "arch_name": "185@2605", "area_id": 16, "building_id": 624, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14944, "seats": { @@ -191560,18 +211441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65179, "usage_id": 222 }, "2605.U1.050": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "050, Heizungsanlage", "arch_name": "050@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -191579,18 +211462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42496, "usage_id": 201 }, "2605.U1.051": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "051, Elektro Verteiler", "arch_name": "051@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -191598,18 +211483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42499, "usage_id": 160 }, "2605.U1.051A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "051A, Elektro Verteiler", "arch_name": "051A@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -191617,18 +211504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42501, "usage_id": 160 }, "2605.U1.052": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "052, Lager mit Strahlenschutz", "arch_name": "052@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -191636,18 +211525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42504, "usage_id": 30 }, "2605.U1.052A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "052a, Archiv", "arch_name": "052a@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -191655,18 +211546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42557, "usage_id": 2 }, "2605.U1.053": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "053, Raumlufttechnik", "arch_name": "053@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -191674,18 +211567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42560, "usage_id": 32 }, "2605.U1.054": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "054, Lager", "arch_name": "054@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -191693,18 +211588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42562, "usage_id": 30 }, "2605.U1.054A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "054a, EDV-Raum", "arch_name": "054a@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 43476, "seats": { @@ -191712,18 +211609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42564, "usage_id": 207 }, "2605.U1.054B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "054b, Lager AG 5", "arch_name": "054b@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -191731,18 +211630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42566, "usage_id": 30 }, "2605.U1.055": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "055, Wasseraufbereitung", "arch_name": "055@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -191750,18 +211651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42567, "usage_id": 182 }, "2605.U1.056": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "056, Wasseraufbereitung", "arch_name": "056@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -191769,18 +211672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42568, "usage_id": 182 }, "2605.U1.057": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "057, Labor", "arch_name": "057@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -191788,18 +211693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42570, "usage_id": 194 }, "2605.U1.057A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "057A, Lager", "arch_name": "057A@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14944, "seats": { @@ -191807,18 +211714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42618, "usage_id": 30 }, "2605.U1.059": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "059, \u00dcbergang", "arch_name": "059@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -191826,18 +211735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42621, "usage_id": 222 }, "2605.U1.060": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "060, Treppe", "arch_name": "060@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -191845,18 +211756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42622, "usage_id": 223 }, "2605.U1.061": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "061, Flur", "arch_name": "061@2605", "area_id": 16, "building_id": 624, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -191864,18 +211777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42624, "usage_id": 222 }, "2607.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "101, Lager/Sanit\u00e4r", "arch_name": "101@2607", "area_id": 16, "building_id": 625, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 37584, "seats": { @@ -191883,18 +211798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42163, "usage_id": 30 }, "2607.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "102, Lager/Sanit\u00e4r", "arch_name": "102@2607", "area_id": 16, "building_id": 625, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 37584, "seats": { @@ -191902,18 +211819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42165, "usage_id": 30 }, "2607.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "103, Treppenraum", "arch_name": "103@2607", "area_id": 16, "building_id": 625, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -191921,18 +211840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42166, "usage_id": 223 }, "2607.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001, Lager", "arch_name": "001@2607", "area_id": 16, "building_id": 625, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14944, "seats": { @@ -191940,18 +211861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42113, "usage_id": 30 }, "2607.EG.001A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001A, Kfz-Abstellraum", "arch_name": "001A@2607", "area_id": 16, "building_id": 625, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -191959,18 +211882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42114, "usage_id": 100 }, "2607.EG.001B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "001B, Kfz-Abstellraum", "arch_name": "001B@2607", "area_id": 16, "building_id": 625, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15091, "seats": { @@ -191978,18 +211903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42115, "usage_id": 100 }, "2607.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "002, Lager", "arch_name": "002@2607", "area_id": 16, "building_id": 625, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51037, "seats": { @@ -191997,18 +211924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42155, "usage_id": 30 }, "2607.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "003, Werkstatt/Sanit\u00e4r", "arch_name": "003@2607", "area_id": 16, "building_id": 625, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 37584, "seats": { @@ -192016,18 +211945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42158, "usage_id": 51 }, "2607.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "004, Lager/Sammellager", "arch_name": "004@2607", "area_id": 16, "building_id": 625, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 37992, "seats": { @@ -192035,18 +211966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42159, "usage_id": 30 }, "2607.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "005, Lager", "arch_name": "005@2607", "area_id": 16, "building_id": 625, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14989, "seats": { @@ -192054,18 +211987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42161, "usage_id": 30 }, "2607.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Franz-Langinger-Str. 10", "zip_code": 81245 }, + "alt_name": "Installation", "arch_name": "@2607", "area_id": 16, "building_id": 625, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -192073,18 +212008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42112, "usage_id": 120 }, "2801.01.127": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Elisabeth-Winterhalter-Weg 6", "zip_code": 81377 }, + "alt_name": "127, Aerosollabor", "arch_name": "127@2801", "area_id": 15, "building_id": 628, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14706, "seats": { @@ -192092,18 +212029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21611, "usage_id": 102 }, "2801.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Elisabeth-Winterhalter-Weg 6", "zip_code": 81377 }, + "alt_name": "009, Chemikalienlager", "arch_name": "009@2801", "area_id": 15, "building_id": 628, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14706, "seats": { @@ -192111,18 +212050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42742, "usage_id": 30 }, "2801.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Elisabeth-Winterhalter-Weg 6", "zip_code": 81377 }, + "alt_name": "010, Klimaraum", "arch_name": "010@2801", "area_id": 15, "building_id": 628, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14706, "seats": { @@ -192130,18 +212071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42743, "usage_id": 102 }, "2801.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Elisabeth-Winterhalter-Weg 6", "zip_code": 81377 }, + "alt_name": "011, Chemielabor", "arch_name": "011@2801", "area_id": 15, "building_id": 628, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14706, "seats": { @@ -192149,18 +212092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42744, "usage_id": 102 }, "2801.U1.012": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Elisabeth-Winterhalter-Weg 6", "zip_code": 81377 }, + "alt_name": "012, B\u00fcro", "arch_name": "012@2801", "area_id": 15, "building_id": 628, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14706, "seats": { @@ -192168,18 +212113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9550, "usage_id": 12 }, "2801.U1.015": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Elisabeth-Winterhalter-Weg 6", "zip_code": 81377 }, + "alt_name": "015, Lager", "arch_name": "015@2801", "area_id": 15, "building_id": 628, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14706, "seats": { @@ -192187,18 +212134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42745, "usage_id": 30 }, "2801.U1.015C": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Elisabeth-Winterhalter-Weg 6", "zip_code": 81377 }, + "alt_name": "015C, LRZ-Verteilerknoten", "arch_name": "015C@2801", "area_id": 15, "building_id": 628, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14706, "seats": { @@ -192206,18 +212155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42746, "usage_id": 120 }, "2801.U1.017": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Elisabeth-Winterhalter-Weg 6", "zip_code": 81377 }, + "alt_name": "017, Lager mit exp. Schutz", "arch_name": "017@2801", "area_id": 15, "building_id": 628, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14706, "seats": { @@ -192225,18 +212176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42801, "usage_id": 30 }, "2803.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "01.001, Makers Lab", "arch_name": "01.001@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192244,18 +212197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74032, "usage_id": 12 }, "2803.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "01.002, Teek\u00fcche (gem.Nutzung)", "arch_name": "01.002@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192263,18 +212218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74033, "usage_id": 198 }, "2803.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "01.003, WC-Herren (gem.Nutzung)", "arch_name": "01.003@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192282,18 +212239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74034, "usage_id": 115 }, "2803.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "01.004, WC-Damen (gem.Nutzung)", "arch_name": "01.004@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192301,18 +212260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74035, "usage_id": 116 }, "2803.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "01.005, Flur (gem.Nutzung)", "arch_name": "01.005@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192320,18 +212281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74046, "usage_id": 222 }, "2803.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "01.006, B\u00fcro", "arch_name": "01.006@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192339,18 +212302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74036, "usage_id": 12 }, "2803.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "01.007, B\u00fcro", "arch_name": "01.007@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192358,18 +212323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74037, "usage_id": 12 }, "2803.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "01.008, B\u00fcro", "arch_name": "01.008@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192377,18 +212344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74038, "usage_id": 12 }, "2803.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "01.009, B\u00fcro", "arch_name": "01.009@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192396,18 +212365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74039, "usage_id": 12 }, "2803.U1.101": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "-1.101, KI-Fabrik", "arch_name": "-1.101@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192415,18 +212386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74040, "usage_id": 49 }, "2803.U1.107": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "-1.107, Lastenaufzug Nord (gem.Nutzung)", "arch_name": "-1.107@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192434,18 +212407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74042, "usage_id": 4 }, "2803.U1.109": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "-1.109, Serverraum", "arch_name": "-1.109@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192453,18 +212428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74031, "usage_id": 207 }, "2803.U1.110": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "-1.110, Vorraum Nord-Ost (gem.Nutzung)", "arch_name": "-1.110@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192472,18 +212449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74041, "usage_id": 222 }, "2803.U1.130": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "-1.130, WC-Herren", "arch_name": "-1.130@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192491,18 +212470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74044, "usage_id": 118 }, "2803.U1.131": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "-1.131, WC-Damen", "arch_name": "-1.131@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192510,18 +212491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74045, "usage_id": 116 }, "2803.U1.136": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "-1.136, Treppe NW", "arch_name": "-1.136@2803", "area_id": 29, "building_id": 3049, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -192529,18 +212512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74043, "usage_id": 223 }, "2804.01.231": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "1231, Arbeitsraum", "arch_name": "1231@2804", "area_id": 29, "building_id": 593, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14827, "seats": { @@ -192548,18 +212533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48124, "usage_id": 12 }, "2804.01.233": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "1233, Sekretariat", "arch_name": "1233@2804", "area_id": 29, "building_id": 593, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14827, "seats": { @@ -192567,19 +212554,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48188, "usage_id": 40 }, "2804.01.235": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "1235, Bibliothek", "arch_name": "1235@2804", "area_id": 29, "building_id": 593, "calendar_resource_nr": 22621, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14827, "seats": { @@ -192587,18 +212576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48191, "usage_id": 10 }, "2804.01.238": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "1238, Arbeitsraum", "arch_name": "1238@2804", "area_id": 29, "building_id": 593, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14827, "seats": { @@ -192606,18 +212597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62449, "usage_id": 12 }, "2804.01.405": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "1405, Arbeitsraum", "arch_name": "1405@2804", "area_id": 29, "building_id": 593, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14827, "seats": { @@ -192625,18 +212618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48194, "usage_id": 12 }, "2804.01.407": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "1407, Arbeitsraum", "arch_name": "1407@2804", "area_id": 29, "building_id": 593, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14827, "seats": { @@ -192644,18 +212639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48197, "usage_id": 12 }, "2804.01.409": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "1409, Arbeitsraum", "arch_name": "1409@2804", "area_id": 29, "building_id": 593, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14827, "seats": { @@ -192663,18 +212660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48329, "usage_id": 12 }, "2804.01.411": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Museumsinsel 1", "zip_code": 80538 }, + "alt_name": "1411, Arbeitsraum", "arch_name": "1411@2804", "area_id": 29, "building_id": 593, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14827, "seats": { @@ -192682,18 +212681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48330, "usage_id": 12 }, "2805.EG.001": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.D.1, Lager Ger\u00e4te", "arch_name": "1.D.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192701,18 +212702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48331, "usage_id": 18 }, "2805.EG.002": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.D.2, Lager Ger\u00e4te", "arch_name": "1.D.2@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192720,18 +212723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48332, "usage_id": 18 }, "2805.EG.003": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.E.1, B\u00fcro", "arch_name": "1.E.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192739,18 +212744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48333, "usage_id": 12 }, "2805.EG.004": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.E.2, B\u00fcro", "arch_name": "1.E.2@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192758,18 +212765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48334, "usage_id": 12 }, "2805.EG.005": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.F.1, B\u00fcro", "arch_name": "1.F.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192777,18 +212786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48335, "usage_id": 12 }, "2805.EG.006": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.G.1, B\u00fcro", "arch_name": "1.G.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192796,18 +212807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48336, "usage_id": 12 }, "2805.EG.007": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.G.2, EDV, Druck+Kopie", "arch_name": "1.G.2@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192815,18 +212828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48337, "usage_id": 207 }, "2805.EG.008": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "2.G.1, Labor/fensterlos", "arch_name": "2.G.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192834,18 +212849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48338, "usage_id": 103 }, "2805.EG.009": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "3.G.1, Nassarbeiten", "arch_name": "3.G.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192853,18 +212870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48339, "usage_id": 49 }, "2805.EG.010": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "3.E.1, Versuche, Lager", "arch_name": "3.E.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192872,18 +212891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48341, "usage_id": 49 }, "2805.EG.011": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "2.F.2, Technik/fensterlos", "arch_name": "2.F.2@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192891,18 +212912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48343, "usage_id": 120 }, "2805.EG.014": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "2.D.1, K\u00fcche", "arch_name": "2.D.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192910,18 +212933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48402, "usage_id": 28 }, "2805.EG.020": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.H.1, B\u00fcro", "arch_name": "1.H.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192929,18 +212954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48404, "usage_id": 12 }, "2805.EG.021": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.J.1, Besprechungsraum", "arch_name": "1.J.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192948,18 +212975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48405, "usage_id": 196 }, "2805.EG.022": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.J.2, Flur S\u00fcd", "arch_name": "1.J.2@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192967,18 +212996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48406, "usage_id": 222 }, "2805.EG.022A": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "WC-S\u00fcd", "arch_name": "WC-S@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -192986,18 +213017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48472, "usage_id": 114 }, "2805.EG.023": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.H.2, Werkstatt", "arch_name": "1.H.2@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -193005,18 +213038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48473, "usage_id": 108 }, "2805.EG.024": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "3.H.1, Brandversuchsofen", "arch_name": "3.H.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -193024,18 +213059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48474, "usage_id": 49 }, "2805.EG.024A": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "WC-H, WC von Halle 1", "arch_name": "WC-H@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -193043,18 +213080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48475, "usage_id": 114 }, "2805.EG.025": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "2.H.1, Messwarte/fensterlos", "arch_name": "2.H.1@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -193062,18 +213101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48476, "usage_id": 49 }, "2805.EG.030": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "F-NORD, Flur-Nord", "arch_name": "F-NORD@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -193081,18 +213122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48477, "usage_id": 222 }, "2805.EG.030A": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "WC-Nord", "arch_name": "WC-N@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -193100,18 +213143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48478, "usage_id": 114 }, "2805.EG.031": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "1.G.3, Flur-Mitte", "arch_name": "1.G.3@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -193119,18 +213164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48479, "usage_id": 222 }, "2805.EG.040": { "address": { - "floor": "EG", "place": "Dachau", "street": "Karl-Benz-Str. 15", "zip_code": 85221 }, + "alt_name": "FREI-FL, PKW-Stellpl\u00e4tze, Anlieferung", "arch_name": "FREI-FL@2805", "area_id": 47, "building_id": 652, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15216, "seats": { @@ -193138,19 +213185,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48480, "usage_id": 204 }, "2806.02.102": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "2.102, Teek\u00fcche", "arch_name": "2.102@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18514, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15203, "seats": { @@ -193158,19 +213207,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48482, "usage_id": 44 }, "2806.02.103": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "2.103, Depot/Archiv", "arch_name": "2.103@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18568, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15203, "seats": { @@ -193178,19 +213229,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47156, "usage_id": 2 }, "2806.02.104": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "2.104, Werkstatt", "arch_name": "2.104@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18495, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193198,19 +213251,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47157, "usage_id": 51 }, "2806.02.105": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "2.105, Werkstatt", "arch_name": "2.105@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18507, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193218,19 +213273,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47159, "usage_id": 51 }, "2806.02.106": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "2.106, Werkstatt", "arch_name": "2.106@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18508, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193238,18 +213295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47160, "usage_id": 51 }, "2806.02.110A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "2.110.1, WC-Damen", "arch_name": "2.110.1@2806", "area_id": 29, "building_id": 594, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -193257,18 +213316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47162, "usage_id": 116 }, "2806.02.110E": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "2.110.6, WC-Herren", "arch_name": "2.110.6@2806", "area_id": 29, "building_id": 594, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -193276,18 +213337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47165, "usage_id": 115 }, "2806.03.101": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.101, Gardarobe", "arch_name": "3.101@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -193295,19 +213358,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47167, "usage_id": 121 }, "2806.03.101A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.101.1, Teek\u00fcche", "arch_name": "3.101.1@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18515, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15203, "seats": { @@ -193315,18 +213380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47271, "usage_id": 44 }, "2806.03.101B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.101.2, WC-Vorraum", "arch_name": "3.101.2@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -193334,18 +213401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47273, "usage_id": 37 }, "2806.03.101C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.1.1.3, WC-Damen", "arch_name": "3.1.1.3@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -193353,18 +213422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47276, "usage_id": 116 }, "2806.03.101D": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.101.4, WC-Herren", "arch_name": "3.101.4@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -193372,18 +213443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47279, "usage_id": 115 }, "2806.03.102": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.102, Sekretariat/Prof.-B\u00fcro", "arch_name": "3.102@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193391,18 +213464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47280, "usage_id": 40 }, "2806.03.103": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.103, B\u00fcro/Forschungsprojekt", "arch_name": "3.103@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193410,18 +213485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47283, "usage_id": 12 }, "2806.03.200": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.200, Flur", "arch_name": "3.200@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -193429,19 +213506,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47381, "usage_id": 222 }, "2806.03.201": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.201, Kopierraum", "arch_name": "3.201@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18611, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193449,19 +213528,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47387, "usage_id": 110 }, "2806.03.202": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.202, Depot", "arch_name": "3.202@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18671, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193469,19 +213550,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47388, "usage_id": 30 }, "2806.03.203": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.203, Bibliothek/Seminarraum", "arch_name": "3.203@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18135, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193489,19 +213572,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 21600, "usage_id": 10 }, "2806.03.204": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.204, Stud.-Arb.", "arch_name": "3.204@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18494, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193509,18 +213594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47487, "usage_id": 208 }, "2806.03.205": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.205, B\u00fcro/Forschungsprojekt", "arch_name": "3.205@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193528,19 +213615,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47489, "usage_id": 12 }, "2806.03.206": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.206, Assistenten", "arch_name": "3.206@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 18667, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193548,18 +213637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47491, "usage_id": 12 }, "2806.03.207": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.207, Assistenten", "arch_name": "3.207@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193567,18 +213658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47500, "usage_id": 12 }, "2806.03.300": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.300, Flur", "arch_name": "3.300@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -193586,18 +213679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47591, "usage_id": 222 }, "2806.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.301, Probenvorbereitung", "arch_name": "3.301@2806", "area_id": 29, "building_id": 594, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193605,19 +213700,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47592, "usage_id": 136 }, "2806.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Oettingenstr. 15", "zip_code": 80538 }, + "alt_name": "3.302, Mikroskopie", "arch_name": "3.302@2806", "area_id": 29, "building_id": 594, "calendar_resource_nr": 19279, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 15203, "seats": { @@ -193625,18 +213722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47593, "usage_id": 103 }, "2807.EG.041": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 40", "zip_code": 80799 }, + "alt_name": "R 0-C-41, Ausst. Arch.Museum/PDM", "arch_name": "R 0-C-41@2807", "area_id": 29, "building_id": 597, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15202, "seats": { @@ -193644,18 +213743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47597, "usage_id": 148 }, "2807.EG.042": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 40", "zip_code": 80799 }, + "alt_name": "R 0-C-42, Ausst. Arch.Museum/PDM", "arch_name": "R 0-C-42@2807", "area_id": 29, "building_id": 597, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15202, "seats": { @@ -193663,18 +213764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47598, "usage_id": 148 }, "2807.EG.105": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 40", "zip_code": 80799 }, + "alt_name": "R 1-E-105, B\u00fcro/Sekretariat/PDM", "arch_name": "R 1-E-105@2807", "area_id": 29, "building_id": 597, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15202, "seats": { @@ -193682,18 +213785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47600, "usage_id": 12 }, "2807.EG.106": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 40", "zip_code": 80799 }, + "alt_name": "R 1-E-106, B\u00fcro/Sekretariat/PDM", "arch_name": "R 1-E-106@2807", "area_id": 29, "building_id": 597, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15202, "seats": { @@ -193701,19 +213806,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47697, "usage_id": 12 }, "2807.EG.107": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 40", "zip_code": 80799 }, + "alt_name": "R 1-E-107, Besprechungsraum/PDM", "arch_name": "R 1-E-107@2807", "area_id": 29, "building_id": 597, "calendar_resource_nr": 18870, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15202, "seats": { @@ -193721,18 +213828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47795, "usage_id": 196 }, "2807.EG.113": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Barerstr. 40", "zip_code": 80799 }, + "alt_name": "R 1-E-113, B\u00fcro/PDM", "arch_name": "R 1-E-113@2807", "area_id": 29, "building_id": 597, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15202, "seats": { @@ -193740,18 +213849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40203, "usage_id": 12 }, "2807.U1.046": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Barerstr. 40", "zip_code": 80799 }, + "alt_name": "R 02-C-46, Depot-Architektur/PDM", "arch_name": "R 02-C-46@2807", "area_id": 29, "building_id": 597, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15202, "seats": { @@ -193759,18 +213870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47596, "usage_id": 30 }, "2808.02.201": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "3.1.27, Ger\u00e4telager", "arch_name": "3.1.27@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193778,18 +213891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63616, "usage_id": 18 }, "2808.02.202": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "3.1.28, Lager Gasflaschen", "arch_name": "3.1.28@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193797,18 +213912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63617, "usage_id": 30 }, "2808.02.203": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "203, WC-H", "arch_name": "203@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193816,18 +213933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63618, "usage_id": 115 }, "2808.02.204": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "204, Gardarobe-H", "arch_name": "204@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193835,18 +213954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63619, "usage_id": 121 }, "2808.02.205": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "205, Gardarobe-D", "arch_name": "205@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193854,18 +213975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63620, "usage_id": 121 }, "2808.02.206": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "206, WC-D", "arch_name": "206@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193873,18 +213996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63621, "usage_id": 116 }, "2808.02.207": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "3.1.20, Labor Anwendungstechnik 2", "arch_name": "3.1.20@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193892,18 +214017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63622, "usage_id": 102 }, "2808.02.208": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "3.1.21, Sekretariat", "arch_name": "3.1.21@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193911,18 +214038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63623, "usage_id": 40 }, "2808.02.209": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "3.1.22, Leitung", "arch_name": "3.1.22@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193930,18 +214059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63624, "usage_id": 12 }, "2808.02.210": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "3.1.26, Labor Anwendungstechnik 1", "arch_name": "3.1.26@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193949,18 +214080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63625, "usage_id": 102 }, "2808.02.211": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "3.1.24, B\u00fcro Anwendungstechnik", "arch_name": "3.1.24@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193968,18 +214101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63626, "usage_id": 12 }, "2808.02.212": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "3.1.24, B\u00fcro chemische Syntese", "arch_name": "3.1.24@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -193987,18 +214122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63627, "usage_id": 12 }, "2808.02.213": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "3.1.25, Labor chemische Syntese", "arch_name": "3.1.25@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -194006,18 +214143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63628, "usage_id": 102 }, "2808.02.214": { "address": { - "floor": "2.OG", "place": "Trostberg", "street": "Dr. Albert-Frank-Str. 32", "zip_code": 83308 }, + "alt_name": "214, Flur", "arch_name": "214@2808", "area_id": 98, "building_id": 1445, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14692, "seats": { @@ -194025,18 +214164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63629, "usage_id": 222 }, "2903.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "101, Besprechungsraum", "arch_name": "101@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194044,18 +214185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40277, "usage_id": 196 }, "2903.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194063,18 +214206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40293, "usage_id": 12 }, "2903.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "103, B\u00fcro", "arch_name": "103@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194082,18 +214227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40346, "usage_id": 12 }, "2903.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194101,18 +214248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40392, "usage_id": 12 }, "2903.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "105, B\u00fcro", "arch_name": "105@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194120,18 +214269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40396, "usage_id": 12 }, "2903.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "106, B\u00fcro", "arch_name": "106@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194139,18 +214290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40401, "usage_id": 12 }, "2903.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "107, B\u00fcro", "arch_name": "107@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194158,18 +214311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40407, "usage_id": 12 }, "2903.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "108, B\u00fcro", "arch_name": "108@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194177,18 +214332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40410, "usage_id": 12 }, "2903.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "109, Kopierer", "arch_name": "109@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194196,18 +214353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40448, "usage_id": 110 }, "2903.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "110, B\u00fcro", "arch_name": "110@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194215,18 +214374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40453, "usage_id": 12 }, "2903.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "111, B\u00fcro", "arch_name": "111@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194234,18 +214395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20828, "usage_id": 12 }, "2903.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "112, B\u00fcro", "arch_name": "112@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194253,18 +214416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40498, "usage_id": 12 }, "2903.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "113, B\u00fcro", "arch_name": "113@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194272,18 +214437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40551, "usage_id": 12 }, "2903.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "114, Putzraum", "arch_name": "114@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -194291,18 +214458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40656, "usage_id": 205 }, "2903.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "115, Serverraum", "arch_name": "115@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194310,18 +214479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40691, "usage_id": 207 }, "2903.01.115A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "115A, Archiv", "arch_name": "115A@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194329,18 +214500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39964, "usage_id": 2 }, "2903.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "116, B\u00fcro", "arch_name": "116@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194348,18 +214521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39971, "usage_id": 12 }, "2903.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "117, B\u00fcro", "arch_name": "117@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194367,18 +214542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40005, "usage_id": 12 }, "2903.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "118, B\u00fcro", "arch_name": "118@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194386,18 +214563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40007, "usage_id": 12 }, "2903.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "119, Teek\u00fcche", "arch_name": "119@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31951, "seats": { @@ -194405,18 +214584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40009, "usage_id": 198 }, "2903.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "130, Fur-1", "arch_name": "130@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -194424,18 +214605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40010, "usage_id": 222 }, "2903.01.132": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "132, Flur-2", "arch_name": "132@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -194443,18 +214626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40011, "usage_id": 222 }, "2903.01.133": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "133, Flur-3", "arch_name": "133@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -194462,18 +214647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40012, "usage_id": 222 }, "2903.01.134": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "134, Eingang-Flur-4", "arch_name": "134@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -194481,18 +214668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40034, "usage_id": 222 }, "2903.01.135": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "135, Eingang-Flur-5", "arch_name": "135@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -194500,18 +214689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40036, "usage_id": 222 }, "2903.01.140": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "140, WC", "arch_name": "140@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -194519,18 +214710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40039, "usage_id": 114 }, "2903.01.141": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "141, WC", "arch_name": "141@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -194538,18 +214731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40043, "usage_id": 114 }, "2903.01.142": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "142, WC", "arch_name": "142@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -194557,18 +214752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40095, "usage_id": 114 }, "2903.01.143": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "143, WC", "arch_name": "143@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -194576,18 +214773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40131, "usage_id": 114 }, "2903.01.150": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "150, B\u00fcro 2", "arch_name": "150@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 41224, "seats": { @@ -194595,18 +214794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63803, "usage_id": 12 }, "2903.01.151": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "151, Treppenhaus", "arch_name": "151@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -194614,18 +214815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63818, "usage_id": 223 }, "2903.01.152": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "152, B\u00fcro 3", "arch_name": "152@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 41224, "seats": { @@ -194633,18 +214836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63804, "usage_id": 12 }, "2903.01.153": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "153, Empfang/Sekretariat", "arch_name": "153@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45010, "seats": { @@ -194652,18 +214857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67647, "usage_id": 40 }, "2903.01.154": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "154, Kopierer", "arch_name": "154@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45010, "seats": { @@ -194671,18 +214878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67650, "usage_id": 110 }, "2903.01.155": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "155, B\u00fcro", "arch_name": "155@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45010, "seats": { @@ -194690,18 +214899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67652, "usage_id": 12 }, "2903.01.156": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "156, Seminarraum", "arch_name": "156@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45010, "seats": { @@ -194709,18 +214920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67653, "usage_id": 41 }, "2903.01.157": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "157, B\u00fcro", "arch_name": "157@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45010, "seats": { @@ -194728,18 +214941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67654, "usage_id": 12 }, "2903.01.158": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "158, Dusche", "arch_name": "158@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 45010, "seats": { @@ -194747,18 +214962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67657, "usage_id": 113 }, "2903.01.160": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "160, WC", "arch_name": "160@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -194766,18 +214983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67656, "usage_id": 114 }, "2903.01.161": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "161, WC", "arch_name": "161@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -194785,18 +215004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67655, "usage_id": 114 }, "2903.01.162": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "162, Foyer", "arch_name": "162@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45010, "seats": { @@ -194804,18 +215025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67648, "usage_id": 222 }, "2903.01.163": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "163, Cafe-Bar", "arch_name": "163@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45010, "seats": { @@ -194823,18 +215046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67649, "usage_id": 198 }, "2903.01.164": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "164, Server", "arch_name": "164@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -194842,18 +215067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67651, "usage_id": 207 }, "2903.01.170": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "170, Besprechuingsraum", "arch_name": "170@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31951, "seats": { @@ -194861,18 +215088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67658, "usage_id": 196 }, "2903.01.171": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "171, B\u00fcro", "arch_name": "171@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31951, "seats": { @@ -194880,18 +215109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67659, "usage_id": 12 }, "2903.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "201, B\u00fcro", "arch_name": "201@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15047, "seats": { @@ -194899,18 +215130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61929, "usage_id": 12 }, "2903.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "203, B\u00fcro", "arch_name": "203@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15047, "seats": { @@ -194918,18 +215151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61930, "usage_id": 12 }, "2903.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "204, B\u00fcro", "arch_name": "204@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15047, "seats": { @@ -194937,18 +215172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61931, "usage_id": 12 }, "2903.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "205, B\u00fcro", "arch_name": "205@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15047, "seats": { @@ -194956,18 +215193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61932, "usage_id": 12 }, "2903.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "206, K\u00fcche", "arch_name": "206@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15047, "seats": { @@ -194975,18 +215214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61933, "usage_id": 198 }, "2903.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "207, B\u00fcro", "arch_name": "207@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15047, "seats": { @@ -194994,18 +215235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61934, "usage_id": 12 }, "2903.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "208, B\u00fcro/ab 12.12.2019 im Umbau", "arch_name": "208@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -195013,19 +215256,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63820, "usage_id": 12 }, "2903.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "209, B\u00fcro/ab 12.12.2019 im Umbau", "arch_name": "209@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 30252, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -195033,18 +215278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63819, "usage_id": 12 }, "2903.02.230": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "230, Flur", "arch_name": "230@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -195052,18 +215299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61935, "usage_id": 222 }, "2903.02.231": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "231, Flur", "arch_name": "231@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -195071,18 +215320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63821, "usage_id": 222 }, "2903.02.240": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "240, WC", "arch_name": "240@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -195090,18 +215341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61936, "usage_id": 114 }, "2903.02.241": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "241, WC", "arch_name": "241@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -195109,18 +215362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61937, "usage_id": 114 }, "2903.02.243": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "243, WC", "arch_name": "243@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -195128,18 +215383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63822, "usage_id": 114 }, "2903.02.250": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "250, Druckerraum", "arch_name": "250@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195147,18 +215404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64834, "usage_id": 110 }, "2903.02.251": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "251, B\u00fcro", "arch_name": "251@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195166,18 +215425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64835, "usage_id": 12 }, "2903.02.252": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "252, B\u00fcro", "arch_name": "252@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195185,19 +215446,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64836, "usage_id": 12 }, "2903.02.253": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "253, Besprechungsraum", "arch_name": "253@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 28252, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195205,18 +215468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64839, "usage_id": 196 }, "2903.02.253A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "253A, Terrasse Ost (Reinigen)", "arch_name": "253A@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 52517, "seats": { @@ -195224,18 +215489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65094, "usage_id": 48 }, "2903.02.253B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "253B, Terrasse West (Reinigen)", "arch_name": "253B@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 52517, "seats": { @@ -195243,18 +215510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65095, "usage_id": 48 }, "2903.02.254": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "254, B\u00fcro", "arch_name": "254@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195262,18 +215531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64833, "usage_id": 12 }, "2903.02.255": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "255, B\u00fcro", "arch_name": "255@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195281,18 +215552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64832, "usage_id": 12 }, "2903.02.256": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "256, B\u00fcro", "arch_name": "256@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195300,18 +215573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64831, "usage_id": 12 }, "2903.02.257": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "257, B\u00fcro", "arch_name": "257@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195319,18 +215594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64830, "usage_id": 12 }, "2903.02.260": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "260, WC-Damen", "arch_name": "260@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 52517, "seats": { @@ -195338,18 +215615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64840, "usage_id": 116 }, "2903.02.261": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "261, WC-Herren", "arch_name": "261@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 52517, "seats": { @@ -195357,18 +215636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64841, "usage_id": 115 }, "2903.02.262": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "262, Flur", "arch_name": "262@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195376,19 +215657,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64842, "usage_id": 222 }, "2903.02.270": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "270, Seminarraum", "arch_name": "270@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 26551, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195396,18 +215679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64837, "usage_id": 41 }, "2903.02.271": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "271, Lager", "arch_name": "271@2903", "area_id": 29, "building_id": 589, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195415,18 +215700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64838, "usage_id": 30 }, "2903.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "301, B\u00fcro", "arch_name": "301@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 47277, "seats": { @@ -195434,18 +215721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61938, "usage_id": 12 }, "2903.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "303, B\u00fcro", "arch_name": "303@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15047, "seats": { @@ -195453,18 +215742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61939, "usage_id": 12 }, "2903.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "304, B\u00fcro", "arch_name": "304@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 47277, "seats": { @@ -195472,18 +215763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61940, "usage_id": 12 }, "2903.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "305, B\u00fcro", "arch_name": "305@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 47277, "seats": { @@ -195491,18 +215784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61941, "usage_id": 12 }, "2903.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "306, K\u00fcche", "arch_name": "306@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -195510,18 +215805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61942, "usage_id": 198 }, "2903.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "307, B\u00fcro", "arch_name": "307@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 47277, "seats": { @@ -195529,18 +215826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61943, "usage_id": 12 }, "2903.03.307A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "307A, Server", "arch_name": "307A@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39906, "seats": { @@ -195548,19 +215847,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65004, "usage_id": 207 }, "2903.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "308, B\u00fcro", "arch_name": "308@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 28992, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 47277, "seats": { @@ -195568,18 +215869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61944, "usage_id": 12 }, "2903.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "309, B\u00fcro", "arch_name": "309@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15047, "seats": { @@ -195587,18 +215890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61945, "usage_id": 12 }, "2903.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "310, B\u00fcro", "arch_name": "310@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 47277, "seats": { @@ -195606,18 +215911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61947, "usage_id": 12 }, "2903.03.311": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "311, Putzraum", "arch_name": "311@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -195625,18 +215932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61946, "usage_id": 205 }, "2903.03.330": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "330, Flur", "arch_name": "330@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -195644,18 +215953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61951, "usage_id": 222 }, "2903.03.331": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "331, Flur", "arch_name": "331@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -195663,18 +215974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61952, "usage_id": 222 }, "2903.03.332": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "332, Flur", "arch_name": "332@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -195682,18 +215995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61950, "usage_id": 222 }, "2903.03.340": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "340, WC", "arch_name": "340@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -195701,18 +216016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61948, "usage_id": 114 }, "2903.03.341": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "341, WC", "arch_name": "341@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -195720,18 +216037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61949, "usage_id": 114 }, "2903.03.350": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "350, B\u00fcro", "arch_name": "350@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195739,18 +216058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61953, "usage_id": 12 }, "2903.03.351": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "351, B\u00fcro", "arch_name": "351@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195758,18 +216079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65005, "usage_id": 12 }, "2903.03.352": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "352, B\u00fcro", "arch_name": "352@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195777,18 +216100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65006, "usage_id": 12 }, "2903.03.353": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "353, B\u00fcro", "arch_name": "353@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195796,19 +216121,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65007, "usage_id": 12 }, "2903.03.354": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "354, Besprechungsraum", "arch_name": "354@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 26972, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195816,18 +216143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65008, "usage_id": 196 }, "2903.03.355": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "355, B\u00fcro", "arch_name": "355@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195835,18 +216164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64854, "usage_id": 12 }, "2903.03.356": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "356, B\u00fcro", "arch_name": "356@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195854,18 +216185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64853, "usage_id": 12 }, "2903.03.357": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "357, B\u00fcro", "arch_name": "357@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195873,18 +216206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64852, "usage_id": 12 }, "2903.03.358": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "358, Druckerraum", "arch_name": "358@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195892,18 +216227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64851, "usage_id": 110 }, "2903.03.359": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "359, LRZ-Verteilerknoten", "arch_name": "359@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39906, "seats": { @@ -195911,18 +216248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64850, "usage_id": 120 }, "2903.03.359A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "359A, K\u00fcche", "arch_name": "359A@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195930,18 +216269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65169, "usage_id": 198 }, "2903.03.360": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "360, WC-Damen", "arch_name": "360@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 52517, "seats": { @@ -195949,18 +216290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65012, "usage_id": 116 }, "2903.03.361": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "361, WC-Herren", "arch_name": "361@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 52517, "seats": { @@ -195968,18 +216311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65013, "usage_id": 115 }, "2903.03.362": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "362, Flur", "arch_name": "362@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -195987,19 +216332,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65011, "usage_id": 222 }, "2903.03.370": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "370, Seminarraum", "arch_name": "370@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 26552, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196007,18 +216354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65009, "usage_id": 41 }, "2903.03.371": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "371, Lager", "arch_name": "371@2903", "area_id": 29, "building_id": 589, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196026,18 +216375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65010, "usage_id": 30 }, "2903.04.401": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "401, B\u00fcro", "arch_name": "401@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -196045,18 +216396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61954, "usage_id": 12 }, "2903.04.402": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "402, B\u00fcro", "arch_name": "402@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -196064,18 +216417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61955, "usage_id": 12 }, "2903.04.403": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "403, B\u00fcro", "arch_name": "403@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -196083,18 +216438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61956, "usage_id": 12 }, "2903.04.404": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "404, B\u00fcro", "arch_name": "404@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -196102,18 +216459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61957, "usage_id": 12 }, "2903.04.405": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "405, B\u00fcro", "arch_name": "405@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -196121,18 +216480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61958, "usage_id": 12 }, "2903.04.406": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "406, K\u00fcche", "arch_name": "406@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -196140,18 +216501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61963, "usage_id": 198 }, "2903.04.407": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "407, B\u00fcro", "arch_name": "407@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -196159,18 +216522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61962, "usage_id": 12 }, "2903.04.408": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "408, B\u00fcro", "arch_name": "408@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 53137, "seats": { @@ -196178,18 +216543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61961, "usage_id": 12 }, "2903.04.409": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "409, B\u00fcro", "arch_name": "409@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 53137, "seats": { @@ -196197,18 +216564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61960, "usage_id": 12 }, "2903.04.410": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "410, B\u00fcro", "arch_name": "410@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 53137, "seats": { @@ -196216,18 +216585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61959, "usage_id": 12 }, "2903.04.411": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "411, B\u00fcro", "arch_name": "411@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 53137, "seats": { @@ -196235,18 +216606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63332, "usage_id": 12 }, "2903.04.430": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "430, Flur", "arch_name": "430@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -196254,18 +216627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61964, "usage_id": 222 }, "2903.04.440": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "440, WC", "arch_name": "440@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -196273,18 +216648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61965, "usage_id": 114 }, "2903.04.441": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "441, WC", "arch_name": "441@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -196292,18 +216669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61966, "usage_id": 114 }, "2903.04.450": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "450, B\u00fcro", "arch_name": "450@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196311,18 +216690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65014, "usage_id": 12 }, "2903.04.451": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "451, B\u00fcro", "arch_name": "451@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196330,18 +216711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65015, "usage_id": 12 }, "2903.04.452": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "452, B\u00fcro", "arch_name": "452@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196349,18 +216732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65016, "usage_id": 12 }, "2903.04.453": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "453, B\u00fcro", "arch_name": "453@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196368,19 +216753,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65017, "usage_id": 12 }, "2903.04.454": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "454, Besprechungsraum", "arch_name": "454@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 27032, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196388,18 +216775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65018, "usage_id": 196 }, "2903.04.455": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "455, B\u00fcro", "arch_name": "455@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 41224, "seats": { @@ -196407,18 +216796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65019, "usage_id": 12 }, "2903.04.456": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "456, B\u00fcro", "arch_name": "456@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196426,18 +216817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65020, "usage_id": 12 }, "2903.04.457": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "457, B\u00fcro", "arch_name": "457@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196445,18 +216838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65021, "usage_id": 12 }, "2903.04.458": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "458, B\u00fcro", "arch_name": "458@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196464,18 +216859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65022, "usage_id": 12 }, "2903.04.460": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "460, WC-Damen", "arch_name": "460@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 52517, "seats": { @@ -196483,18 +216880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65024, "usage_id": 114 }, "2903.04.461": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "461, WC-Herren", "arch_name": "461@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 52517, "seats": { @@ -196502,18 +216901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65025, "usage_id": 115 }, "2903.04.462": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "462, Flur", "arch_name": "462@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196521,19 +216922,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65023, "usage_id": 222 }, "2903.04.470": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "470, Seminarraum", "arch_name": "470@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 26553, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196541,18 +216944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65027, "usage_id": 41 }, "2903.04.470A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "470A, Lager", "arch_name": "470A@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196560,18 +216965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65026, "usage_id": 30 }, "2903.04.471": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "471, Lager", "arch_name": "471@2903", "area_id": 29, "building_id": 589, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 52517, "seats": { @@ -196579,18 +216986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65028, "usage_id": 30 }, "2903.05.501": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "501, B\u00fcro", "arch_name": "501@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47239, "seats": { @@ -196598,18 +217007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63167, "usage_id": 12 }, "2903.05.502": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "502, B\u00fcro", "arch_name": "502@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47239, "seats": { @@ -196617,18 +217028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63168, "usage_id": 12 }, "2903.05.503": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "503, B\u00fcro", "arch_name": "503@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47239, "seats": { @@ -196636,18 +217049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63169, "usage_id": 12 }, "2903.05.505": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "505, B\u00fcro", "arch_name": "505@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47239, "seats": { @@ -196655,18 +217070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63171, "usage_id": 12 }, "2903.05.506": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "506, K\u00fcche", "arch_name": "506@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 47239, "seats": { @@ -196674,18 +217091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63177, "usage_id": 28 }, "2903.05.507": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "507, B\u00fcro", "arch_name": "507@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47239, "seats": { @@ -196693,18 +217112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63175, "usage_id": 12 }, "2903.05.508": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "508, B\u00fcro", "arch_name": "508@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47239, "seats": { @@ -196712,18 +217133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63174, "usage_id": 12 }, "2903.05.509": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "509, B\u00fcro", "arch_name": "509@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47239, "seats": { @@ -196731,19 +217154,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63176, "usage_id": 12 }, "2903.05.510": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "510, Seminarraum", "arch_name": "510@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 22478, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47239, "seats": { @@ -196751,18 +217176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63173, "usage_id": 41 }, "2903.05.530": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "530, Flur 1", "arch_name": "530@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47239, "seats": { @@ -196770,18 +217197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63178, "usage_id": 222 }, "2903.05.540": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "540, WC", "arch_name": "540@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 47239, "seats": { @@ -196789,18 +217218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63180, "usage_id": 114 }, "2903.05.541": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "541, WC", "arch_name": "541@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 47239, "seats": { @@ -196808,18 +217239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63181, "usage_id": 114 }, "2903.05.550": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "550, Seminarraum", "arch_name": "550@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -196827,18 +217260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65029, "usage_id": 41 }, "2903.05.551": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "551, Terrasse (Reinigen)", "arch_name": "551@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 52517, "seats": { @@ -196846,18 +217281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65096, "usage_id": 48 }, "2903.05.552": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "552, B\u00fcro", "arch_name": "552@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196865,18 +217302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65030, "usage_id": 12 }, "2903.05.553": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "553, B\u00fcro", "arch_name": "553@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196884,18 +217323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65031, "usage_id": 12 }, "2903.05.560": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "560, WC", "arch_name": "560@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 52517, "seats": { @@ -196903,18 +217344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65033, "usage_id": 114 }, "2903.05.562": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "562, Flur", "arch_name": "562@2903", "area_id": 29, "building_id": 589, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 52517, "seats": { @@ -196922,18 +217365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65032, "usage_id": 222 }, "2903.DG.650": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "650, Lager", "arch_name": "650@2903", "area_id": 29, "building_id": 589, + "floor_level": "DG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196941,18 +217386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65063, "usage_id": 30 }, "2903.DG.652": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "652, Flur", "arch_name": "652@2903", "area_id": 29, "building_id": 589, + "floor_level": "DG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196960,18 +217407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65062, "usage_id": 222 }, "2903.DG.653": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "653, Flur", "arch_name": "653@2903", "area_id": 29, "building_id": 589, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 52517, "seats": { @@ -196979,18 +217428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65061, "usage_id": 222 }, "2903.DG.654": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "654, Lager", "arch_name": "654@2903", "area_id": 29, "building_id": 589, + "floor_level": "DG", "floor_type": "Spannteppich", "main_operator_id": 52517, "seats": { @@ -196998,18 +217449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65060, "usage_id": 30 }, "2903.DG.655": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "655, Bad/WC", "arch_name": "655@2903", "area_id": 29, "building_id": 589, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 52517, "seats": { @@ -197017,19 +217470,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65059, "usage_id": 37 }, "2903.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "001, Seminarraum", "arch_name": "001@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 20356, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -197037,19 +217492,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61967, "usage_id": 41 }, "2903.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "002, Seminarraum", "arch_name": "002@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 20158, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -197057,19 +217514,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61968, "usage_id": 41 }, "2903.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "003, B\u00fcro/Teek\u00fcche", "arch_name": "003@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 20881, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -197077,19 +217536,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61970, "usage_id": 12 }, "2903.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "004, Seminarraum", "arch_name": "004@2903", "area_id": 29, "building_id": 589, "calendar_resource_nr": 22421, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26608, "seats": { @@ -197097,18 +217558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63182, "usage_id": 41 }, "2903.EG.030": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "030, Flur", "arch_name": "030@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -197116,18 +217579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61969, "usage_id": 222 }, "2903.EG.040": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "040, WC-Herren", "arch_name": "040@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -197135,18 +217600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61971, "usage_id": 115 }, "2903.EG.041": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "041, WC-Damen", "arch_name": "041@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -197154,18 +217621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61972, "usage_id": 116 }, "2903.EG.042": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "042, WC-Damen", "arch_name": "042@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -197173,18 +217642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63183, "usage_id": 116 }, "2903.EG.043": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "043, WC-Herren", "arch_name": "043@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -197192,18 +217663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63184, "usage_id": 115 }, "2903.EG.044": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "044, WC-Vorraum", "arch_name": "044@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -197211,18 +217684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63194, "usage_id": 118 }, "2903.EG.050": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "050, B\u00fcro/Vorraum/Foyer", "arch_name": "050@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 41224, "seats": { @@ -197230,18 +217705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63800, "usage_id": 12 }, "2903.EG.051": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "051, Treppenhaus", "arch_name": "051@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -197249,18 +217726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63816, "usage_id": 223 }, "2903.EG.052": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "052, WC-Vorraum", "arch_name": "052@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -197268,18 +217747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63801, "usage_id": 118 }, "2903.EG.053": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "053, WC", "arch_name": "053@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -197287,18 +217768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63817, "usage_id": 114 }, "2903.EG.054": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "054, B\u00fcro 1", "arch_name": "054@2903", "area_id": 29, "building_id": 589, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 41224, "seats": { @@ -197306,18 +217789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63802, "usage_id": 12 }, "2903.U1.050": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "-1050, Treppenhaus", "arch_name": "-1050@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -197325,18 +217810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63815, "usage_id": 223 }, "2903.U1.051": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "-1051, Lager", "arch_name": "-1051@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -197344,18 +217831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63799, "usage_id": 30 }, "2903.U1.060": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "-1060, Lager Poststelle", "arch_name": "-1060@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37984, "seats": { @@ -197363,18 +217852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64952, "usage_id": 180 }, "2903.U1.060A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "-1060A, Lager MCTS", "arch_name": "-1060A@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 52517, "seats": { @@ -197382,18 +217873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66435, "usage_id": 30 }, "2903.U1.060B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "-1060B, Putzmittellager", "arch_name": "-1060B@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 37989, "seats": { @@ -197401,18 +217894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66911, "usage_id": 30 }, "2903.U1.073": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Augustenstr. 44_46", "zip_code": 80333 }, + "alt_name": "-1073, Lager", "arch_name": "-1073@2903", "area_id": 29, "building_id": 589, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 45010, "seats": { @@ -197420,18 +217915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67682, "usage_id": 30 }, "2906.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1001, B\u00fcro/EDV-Raum", "arch_name": "1001@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197439,18 +217936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61111, "usage_id": 12 }, "2906.01.001A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1001A, Labor", "arch_name": "1001A@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197458,18 +217957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65666, "usage_id": 194 }, "2906.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1002, B\u00fcro", "arch_name": "1002@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197477,18 +217978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61112, "usage_id": 12 }, "2906.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1003, B\u00fcro", "arch_name": "1003@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197496,18 +217999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61113, "usage_id": 12 }, "2906.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1004, B\u00fcro", "arch_name": "1004@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197515,19 +218020,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61114, "usage_id": 12 }, "2906.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1005, B\u00fcro", "arch_name": "1005@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 23629, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197535,18 +218042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61115, "usage_id": 12 }, "2906.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1006, B\u00fcro", "arch_name": "1006@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197554,19 +218063,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61116, "usage_id": 12 }, "2906.01.007": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1007, B\u00fcro", "arch_name": "1007@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 27292, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197574,18 +218085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61117, "usage_id": 12 }, "2906.01.008": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1008, B\u00fcro", "arch_name": "1008@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197593,18 +218106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61118, "usage_id": 12 }, "2906.01.009": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1009, B\u00fcro", "arch_name": "1009@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197612,18 +218127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61119, "usage_id": 12 }, "2906.01.010": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1010, B\u00fcro", "arch_name": "1010@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197631,18 +218148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61120, "usage_id": 12 }, "2906.01.011": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1011, B\u00fcro", "arch_name": "1011@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197650,18 +218169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61121, "usage_id": 12 }, "2906.01.012": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1012, B\u00fcro", "arch_name": "1012@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197669,18 +218190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61122, "usage_id": 12 }, "2906.01.013": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1013, B\u00fcro", "arch_name": "1013@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197688,18 +218211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61123, "usage_id": 12 }, "2906.01.014": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1014, B\u00fcro", "arch_name": "1014@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197707,18 +218232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61124, "usage_id": 12 }, "2906.01.015": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1015, B\u00fcro", "arch_name": "1015@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197726,18 +218253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61125, "usage_id": 12 }, "2906.01.016": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1016, B\u00fcro", "arch_name": "1016@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197745,18 +218274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61126, "usage_id": 12 }, "2906.01.017": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1017, B\u00fcro", "arch_name": "1017@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197764,18 +218295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61127, "usage_id": 12 }, "2906.01.018": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1018, B\u00fcro", "arch_name": "1018@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197783,18 +218316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61128, "usage_id": 12 }, "2906.01.019": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1019, B\u00fcro", "arch_name": "1019@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197802,18 +218337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61129, "usage_id": 12 }, "2906.01.020": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1020, B\u00fcro", "arch_name": "1020@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197821,18 +218358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61130, "usage_id": 12 }, "2906.01.021": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1021, B\u00fcro", "arch_name": "1021@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197840,18 +218379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61131, "usage_id": 12 }, "2906.01.022": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1022, B\u00fcro", "arch_name": "1022@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197859,18 +218400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61132, "usage_id": 12 }, "2906.01.023": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1023, B\u00fcro", "arch_name": "1023@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197878,18 +218421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61133, "usage_id": 12 }, "2906.01.024": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1024, B\u00fcro", "arch_name": "1024@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -197897,19 +218442,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61134, "usage_id": 12 }, "2906.01.025": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1025, Karlstra\u00dfe-Seminarraum", "arch_name": "1025@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 18708, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -197917,18 +218464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61135, "usage_id": 41 }, "2906.01.025A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1025A, Lager", "arch_name": "1025A@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15403, "seats": { @@ -197936,18 +218485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61761, "usage_id": 30 }, "2906.01.030": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1030, Flur 2", "arch_name": "1030@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -197955,18 +218506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61136, "usage_id": 222 }, "2906.01.031": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1031, Flur 1", "arch_name": "1031@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -197974,18 +218527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61137, "usage_id": 222 }, "2906.01.032": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1032, Flur", "arch_name": "1032@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -197993,18 +218548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61138, "usage_id": 222 }, "2906.01.040": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1040, WC", "arch_name": "1040@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -198012,18 +218569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61142, "usage_id": 114 }, "2906.01.041": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1041, WC", "arch_name": "1041@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -198031,18 +218590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61143, "usage_id": 114 }, "2906.01.042": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1042, WC", "arch_name": "1042@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -198050,18 +218611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61144, "usage_id": 114 }, "2906.01.043": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1043, WC", "arch_name": "1043@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -198069,18 +218632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61145, "usage_id": 114 }, "2906.01.051": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1051, Treppenhaus 1", "arch_name": "1051@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -198088,18 +218653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61139, "usage_id": 223 }, "2906.01.052": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1052, Treppenhaus 2", "arch_name": "1052@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -198107,18 +218674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61140, "usage_id": 223 }, "2906.01.053": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "1053, EDV-Verteiler", "arch_name": "1053@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -198126,19 +218695,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61141, "usage_id": 207 }, "2906.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2001, Bibliothek", "arch_name": "2001@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 18614, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198146,18 +218717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61146, "usage_id": 10 }, "2906.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2002, B\u00fcro", "arch_name": "2002@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198165,18 +218738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61148, "usage_id": 12 }, "2906.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2003, Server", "arch_name": "2003@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198184,18 +218759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61147, "usage_id": 207 }, "2906.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2004, B\u00fcro", "arch_name": "2004@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198203,18 +218780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61149, "usage_id": 12 }, "2906.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2005, B\u00fcro", "arch_name": "2005@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198222,18 +218801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61150, "usage_id": 12 }, "2906.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2006, B\u00fcro", "arch_name": "2006@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198241,18 +218822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61151, "usage_id": 12 }, "2906.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2007, B\u00fcro", "arch_name": "2007@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198260,18 +218843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61152, "usage_id": 12 }, "2906.02.008": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2008, B\u00fcro", "arch_name": "2008@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198279,18 +218864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61153, "usage_id": 12 }, "2906.02.009": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2009, B\u00fcro", "arch_name": "2009@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198298,18 +218885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61154, "usage_id": 12 }, "2906.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2010, B\u00fcro", "arch_name": "2010@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198317,18 +218906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61155, "usage_id": 12 }, "2906.02.011": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2011, B\u00fcro", "arch_name": "2011@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198336,18 +218927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61156, "usage_id": 12 }, "2906.02.012": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2012, B\u00fcro", "arch_name": "2012@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198355,18 +218948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61157, "usage_id": 12 }, "2906.02.013": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2013, B\u00fcro", "arch_name": "2013@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198374,18 +218969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61158, "usage_id": 12 }, "2906.02.014": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2014, B\u00fcro", "arch_name": "2014@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198393,18 +218990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61159, "usage_id": 12 }, "2906.02.015": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2015, B\u00fcro", "arch_name": "2015@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198412,18 +219011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61160, "usage_id": 12 }, "2906.02.016": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2016, B\u00fcro", "arch_name": "2016@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198431,18 +219032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61161, "usage_id": 12 }, "2906.02.017": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2017, B\u00fcro", "arch_name": "2017@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198450,18 +219053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61162, "usage_id": 12 }, "2906.02.018": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2018, B\u00fcro", "arch_name": "2018@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198469,18 +219074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61163, "usage_id": 12 }, "2906.02.019": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2019, B\u00fcro", "arch_name": "2019@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198488,18 +219095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61164, "usage_id": 12 }, "2906.02.020": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2020, B\u00fcro", "arch_name": "2020@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198507,18 +219116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61165, "usage_id": 12 }, "2906.02.021": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2021, B\u00fcro", "arch_name": "2021@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198526,18 +219137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61166, "usage_id": 12 }, "2906.02.022": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2022, Lager", "arch_name": "2022@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198545,18 +219158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61167, "usage_id": 30 }, "2906.02.023": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2023, B\u00fcro", "arch_name": "2023@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198564,18 +219179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61168, "usage_id": 12 }, "2906.02.024": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2024, B\u00fcro", "arch_name": "2024@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198583,18 +219200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61169, "usage_id": 12 }, "2906.02.025": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2025, B\u00fcro", "arch_name": "2025@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198602,19 +219221,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61170, "usage_id": 12 }, "2906.02.026": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2026, Karlstra\u00dfe-Seminarraum", "arch_name": "2026@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 18710, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -198622,18 +219243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61171, "usage_id": 41 }, "2906.02.027": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2027, Lager", "arch_name": "2027@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -198641,18 +219264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61172, "usage_id": 30 }, "2906.02.030": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2030, Flur 2", "arch_name": "2030@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -198660,18 +219285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61176, "usage_id": 222 }, "2906.02.031": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2031, Flur 1", "arch_name": "2031@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -198679,18 +219306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61177, "usage_id": 222 }, "2906.02.032": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2032, Flur", "arch_name": "2032@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -198698,18 +219327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61178, "usage_id": 222 }, "2906.02.040": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2040, WC", "arch_name": "2040@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -198717,18 +219348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61179, "usage_id": 114 }, "2906.02.041": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2041, WC", "arch_name": "2041@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -198736,18 +219369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61180, "usage_id": 114 }, "2906.02.042": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2042, WC", "arch_name": "2042@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -198755,18 +219390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61181, "usage_id": 114 }, "2906.02.043": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2043, WC", "arch_name": "2043@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -198774,18 +219411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61182, "usage_id": 114 }, "2906.02.051": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2051, Treppenhaus 1", "arch_name": "2051@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -198793,18 +219432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61173, "usage_id": 223 }, "2906.02.052": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2052, Treppenhaus 2", "arch_name": "2052@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -198812,18 +219453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61174, "usage_id": 223 }, "2906.02.053": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "2053, EDV-Verteiler", "arch_name": "2053@2906", "area_id": 29, "building_id": 995, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -198831,19 +219474,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61175, "usage_id": 207 }, "2906.03.001": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3001, Seminarraum", "arch_name": "3001@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 18475, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -198851,18 +219496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61183, "usage_id": 41 }, "2906.03.002": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3002, B\u00fcro", "arch_name": "3002@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -198870,18 +219517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61184, "usage_id": 12 }, "2906.03.003": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3003, B\u00fcro", "arch_name": "3003@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -198889,18 +219538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61185, "usage_id": 12 }, "2906.03.004": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3004, B\u00fcro", "arch_name": "3004@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -198908,18 +219559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61186, "usage_id": 12 }, "2906.03.005": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3005, B\u00fcro", "arch_name": "3005@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -198927,18 +219580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61187, "usage_id": 12 }, "2906.03.006": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3006, B\u00fcro", "arch_name": "3006@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -198946,18 +219601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61188, "usage_id": 12 }, "2906.03.007": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3007, K\u00fcche", "arch_name": "3007@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -198965,18 +219622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61189, "usage_id": 28 }, "2906.03.008": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3008, B\u00fcro", "arch_name": "3008@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -198984,18 +219643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61190, "usage_id": 12 }, "2906.03.009": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3009, B\u00fcro", "arch_name": "3009@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -199003,19 +219664,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61191, "usage_id": 12 }, "2906.03.010": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3010, B\u00fcro", "arch_name": "3010@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 20801, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -199023,18 +219686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61192, "usage_id": 12 }, "2906.03.011": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3011, B\u00fcro", "arch_name": "3011@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -199042,18 +219707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61193, "usage_id": 12 }, "2906.03.012": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3012, B\u00fcro", "arch_name": "3012@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -199061,18 +219728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61194, "usage_id": 12 }, "2906.03.013": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3013, B\u00fcro", "arch_name": "3013@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -199080,18 +219749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61195, "usage_id": 12 }, "2906.03.014": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3014, B\u00fcro", "arch_name": "3014@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -199099,18 +219770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61196, "usage_id": 12 }, "2906.03.015": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3015, B\u00fcro", "arch_name": "3015@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -199118,18 +219791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61197, "usage_id": 12 }, "2906.03.016": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3016, B\u00fcro", "arch_name": "3016@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -199137,18 +219812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61198, "usage_id": 12 }, "2906.03.017": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3017, B\u00fcro", "arch_name": "3017@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -199156,18 +219833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61199, "usage_id": 12 }, "2906.03.018": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3018, B\u00fcro", "arch_name": "3018@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -199175,18 +219854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61200, "usage_id": 12 }, "2906.03.019": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3019, B\u00fcro", "arch_name": "3019@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -199194,37 +219875,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61201, "usage_id": 12 }, "2906.03.020": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3020, B\u00fcro", "arch_name": "3020@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", - "main_operator_id": 49177, + "main_operator_id": 42781, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61202, "usage_id": 12 }, "2906.03.021": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3021, B\u00fcro", "arch_name": "3021@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 43736, "seats": { @@ -199232,18 +219917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61203, "usage_id": 12 }, "2906.03.022": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3022, Lager", "arch_name": "3022@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -199251,18 +219938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61204, "usage_id": 30 }, "2906.03.030": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3030, Flur 2", "arch_name": "3030@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -199270,18 +219959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61205, "usage_id": 222 }, "2906.03.031": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3031, Flur 1", "arch_name": "3031@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -199289,18 +219980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61209, "usage_id": 222 }, "2906.03.040": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3040, WC-Herren", "arch_name": "3040@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -199308,18 +220001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61208, "usage_id": 115 }, "2906.03.041": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3041, WC-Damen", "arch_name": "3041@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -199327,18 +220022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61211, "usage_id": 116 }, "2906.03.051": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3051, Treppenhaus 1", "arch_name": "3051@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -199346,18 +220043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61206, "usage_id": 223 }, "2906.03.052": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3052, Treppenhaus 2", "arch_name": "3052@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -199365,18 +220064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61210, "usage_id": 223 }, "2906.03.053": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "3053, EDV-Verteiler", "arch_name": "3053@2906", "area_id": 29, "building_id": 995, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -199384,151 +220085,167 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61207, "usage_id": 207 }, "2906.04.001": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4001, B\u00fcro", "arch_name": "4001@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Linoleum", - "main_operator_id": 19661, + "main_operator_id": 50597, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61212, "usage_id": 12 }, "2906.04.003": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4003, K\u00fcche", "arch_name": "4003@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Linoleum", - "main_operator_id": 19661, + "main_operator_id": 50597, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61214, "usage_id": 28 }, "2906.04.005": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4005, Putzraum", "arch_name": "4005@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Linoleum", - "main_operator_id": 19661, + "main_operator_id": 50597, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61218, "usage_id": 205 }, "2906.04.007": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4007, B\u00fcro", "arch_name": "4007@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Linoleum", - "main_operator_id": 19661, + "main_operator_id": 50597, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61219, "usage_id": 12 }, "2906.04.008": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4008, B\u00fcro", "arch_name": "4008@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Linoleum", - "main_operator_id": 19661, + "main_operator_id": 50597, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61220, "usage_id": 12 }, "2906.04.009": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4009, B\u00fcro", "arch_name": "4009@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Linoleum", - "main_operator_id": 19661, + "main_operator_id": 50597, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61221, "usage_id": 12 }, "2906.04.011": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4011, B\u00fcro", "arch_name": "4011@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Linoleum", - "main_operator_id": 19661, + "main_operator_id": 50597, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61222, "usage_id": 12 }, "2906.04.030": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4030, Flur 2", "arch_name": "4030@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -199536,18 +220253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61226, "usage_id": 222 }, "2906.04.031": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4031, Flur 3", "arch_name": "4031@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -199555,18 +220274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61227, "usage_id": 222 }, "2906.04.032": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4032, Flur 1", "arch_name": "4032@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -199574,18 +220295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61228, "usage_id": 222 }, "2906.04.040": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4040, WC-Damen", "arch_name": "4040@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -199593,18 +220316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61225, "usage_id": 116 }, "2906.04.040A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4040A, WC-Vorraum", "arch_name": "4040A@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -199612,18 +220337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61230, "usage_id": 37 }, "2906.04.041": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4041, WC-Herren", "arch_name": "4041@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -199631,18 +220358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61224, "usage_id": 115 }, "2906.04.042": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4042, WC", "arch_name": "4042@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -199650,18 +220379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61231, "usage_id": 114 }, "2906.04.043": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4043, WC", "arch_name": "4043@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -199669,18 +220400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61232, "usage_id": 114 }, "2906.04.051": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4051, Treppenhaus 1", "arch_name": "4051@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -199688,18 +220421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61223, "usage_id": 223 }, "2906.04.052": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "4052, Treppenhaus 2", "arch_name": "4052@2906", "area_id": 29, "building_id": 995, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -199707,113 +220442,126 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61229, "usage_id": 223 }, "2906.05.001": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5001, Unterrichtsraum", "arch_name": "5001@2906", "area_id": 29, "building_id": 995, + "calendar_resource_nr": 34172, + "floor_level": "5.OG", "floor_type": "Linoleum", - "main_operator_id": 42781, + "main_operator_id": 54957, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 61233, + "usage_id": 130 }, "2906.05.001A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5000, B\u00fcro", "arch_name": "5000@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", - "main_operator_id": 42781, + "main_operator_id": 54957, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 64726, "usage_id": 12 }, "2906.05.002": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5002, B\u00fcro", "arch_name": "5002@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", - "main_operator_id": 42781, + "main_operator_id": 54957, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61234, "usage_id": 12 }, "2906.05.003": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5003, B\u00fcro", "arch_name": "5003@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", - "main_operator_id": 42781, + "main_operator_id": 54957, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61235, "usage_id": 12 }, "2906.05.004": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5004, B\u00fcro", "arch_name": "5004@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", - "main_operator_id": 42781, + "main_operator_id": 54957, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 61236, "usage_id": 12 }, "2906.05.005": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5005, B\u00fcro (CNE)", "arch_name": "5005@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -199821,18 +220569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61237, "usage_id": 12 }, "2906.05.006": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5006, B\u00fcro (CNE) +(HCR)", "arch_name": "5006@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -199840,18 +220590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61238, "usage_id": 12 }, "2906.05.007": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5007, B\u00fcro (HCR)", "arch_name": "5007@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -199859,18 +220611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61239, "usage_id": 12 }, "2906.05.008": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5008, B\u00fcro (HCR)", "arch_name": "5008@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -199878,18 +220632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61240, "usage_id": 12 }, "2906.05.009": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5009, B\u00fcro (HCR)", "arch_name": "5009@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -199897,18 +220653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61242, "usage_id": 12 }, "2906.05.010": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5010, B\u00fcro (HCR)", "arch_name": "5010@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 42781, "seats": { @@ -199916,18 +220674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61241, "usage_id": 12 }, "2906.05.011": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5011, B\u00fcro", "arch_name": "5011@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44151, "seats": { @@ -199935,18 +220695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61243, "usage_id": 12 }, "2906.05.012": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5012, B\u00fcro", "arch_name": "5012@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44150, "seats": { @@ -199954,18 +220716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61244, "usage_id": 12 }, "2906.05.013": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5013, B\u00fcro", "arch_name": "5013@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44150, "seats": { @@ -199973,18 +220737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61245, "usage_id": 12 }, "2906.05.014": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5014, B\u00fcro", "arch_name": "5014@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44151, "seats": { @@ -199992,18 +220758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61246, "usage_id": 12 }, "2906.05.015": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5015, B\u00fcro", "arch_name": "5015@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44150, "seats": { @@ -200011,19 +220779,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61248, "usage_id": 12 }, "2906.05.016": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5016, B\u00fcro", "arch_name": "5016@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 26088, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44150, "seats": { @@ -200031,18 +220801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61247, "usage_id": 12 }, "2906.05.017": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5017, B\u00fcro", "arch_name": "5017@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44150, "seats": { @@ -200050,18 +220822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61249, "usage_id": 12 }, "2906.05.018": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5018, B\u00fcro", "arch_name": "5018@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44150, "seats": { @@ -200069,18 +220843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61250, "usage_id": 12 }, "2906.05.019": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5019, B\u00fcro", "arch_name": "5019@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44150, "seats": { @@ -200088,18 +220864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61251, "usage_id": 12 }, "2906.05.020": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5020, B\u00fcro", "arch_name": "5020@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44150, "seats": { @@ -200107,18 +220885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61252, "usage_id": 12 }, "2906.05.021": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5021, B\u00fcro", "arch_name": "5021@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 44150, "seats": { @@ -200126,18 +220906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61253, "usage_id": 12 }, "2906.05.030": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5030, Flur 2", "arch_name": "5030@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -200145,18 +220927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61261, "usage_id": 222 }, "2906.05.032": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5032, Flur 1", "arch_name": "5032@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -200164,18 +220948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61262, "usage_id": 222 }, "2906.05.040": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5040, WC-Damen", "arch_name": "5040@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -200183,18 +220969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61255, "usage_id": 116 }, "2906.05.040A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5040A, WC-Vorraum", "arch_name": "5040A@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -200202,18 +220990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61263, "usage_id": 37 }, "2906.05.041": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5041, WC-Herren", "arch_name": "5041@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -200221,18 +221011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61256, "usage_id": 115 }, "2906.05.042": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5042, WC", "arch_name": "5042@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -200240,18 +221032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61257, "usage_id": 114 }, "2906.05.043": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5043, WC", "arch_name": "5043@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -200259,18 +221053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61258, "usage_id": 114 }, "2906.05.051": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5051, Treppenhaus 1", "arch_name": "5051@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -200278,18 +221074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61254, "usage_id": 223 }, "2906.05.052": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5052, Treppenhaus 2", "arch_name": "5052@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -200297,18 +221095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61259, "usage_id": 223 }, "2906.05.053": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "5053, EDV-Verteiler", "arch_name": "5053@2906", "area_id": 29, "building_id": 995, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -200316,18 +221116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61260, "usage_id": 207 }, "2906.DG.001": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6001, B\u00fcro", "arch_name": "6001@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47238, "seats": { @@ -200335,18 +221137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59947, "usage_id": 12 }, "2906.DG.002": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6002, B\u00fcro", "arch_name": "6002@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47238, "seats": { @@ -200354,18 +221158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59948, "usage_id": 12 }, "2906.DG.003": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6003, B\u00fcro", "arch_name": "6003@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47238, "seats": { @@ -200373,18 +221179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59949, "usage_id": 12 }, "2906.DG.004": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6004, B\u00fcro", "arch_name": "6004@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47238, "seats": { @@ -200392,18 +221200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59951, "usage_id": 28 }, "2906.DG.005": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6005, B\u00fcro", "arch_name": "6005@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47238, "seats": { @@ -200411,18 +221221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59950, "usage_id": 12 }, "2906.DG.006": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6006, B\u00fcro", "arch_name": "6006@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200430,18 +221242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59959, "usage_id": 12 }, "2906.DG.007": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6007, K\u00fcche", "arch_name": "6007@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200449,18 +221263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59960, "usage_id": 28 }, "2906.DG.008": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6008, B\u00fcro", "arch_name": "6008@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200468,19 +221284,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59961, "usage_id": 12 }, "2906.DG.009": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6009, Seminarraum", "arch_name": "6009@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 19002, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200488,18 +221306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59962, "usage_id": 41 }, "2906.DG.010": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6010, B\u00fcro", "arch_name": "6010@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200507,18 +221327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59963, "usage_id": 12 }, "2906.DG.011": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6011, B\u00fcro", "arch_name": "6011@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200526,18 +221348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59964, "usage_id": 12 }, "2906.DG.012": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6012, B\u00fcro", "arch_name": "6012@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200545,18 +221369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59965, "usage_id": 12 }, "2906.DG.013": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6013, B\u00fcro", "arch_name": "6013@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200564,18 +221390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59966, "usage_id": 12 }, "2906.DG.014": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6014, B\u00fcro", "arch_name": "6014@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200583,18 +221411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59967, "usage_id": 12 }, "2906.DG.015": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6015, B\u00fcro", "arch_name": "6015@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200602,18 +221432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59968, "usage_id": 12 }, "2906.DG.016": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6016, B\u00fcro", "arch_name": "6016@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200621,18 +221453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59969, "usage_id": 12 }, "2906.DG.017": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6017, B\u00fcro", "arch_name": "6017@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 47238, "seats": { @@ -200640,18 +221474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59970, "usage_id": 12 }, "2906.DG.030": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6030, Flur 2", "arch_name": "6030@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47238, "seats": { @@ -200659,18 +221495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59952, "usage_id": 222 }, "2906.DG.031": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6030, Flur 1", "arch_name": "6030@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47238, "seats": { @@ -200678,18 +221516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59972, "usage_id": 222 }, "2906.DG.040": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6040, WC", "arch_name": "6040@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -200697,18 +221537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59955, "usage_id": 114 }, "2906.DG.041": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6041, WC", "arch_name": "6041@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -200716,18 +221558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59956, "usage_id": 114 }, "2906.DG.042": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6042, WC", "arch_name": "6042@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -200735,18 +221579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59973, "usage_id": 114 }, "2906.DG.043": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6043, WC", "arch_name": "6043@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -200754,18 +221600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59974, "usage_id": 114 }, "2906.DG.044": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6044, Bad", "arch_name": "6044@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -200773,18 +221621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59954, "usage_id": 112 }, "2906.DG.051": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6051, Treppenhaus 1", "arch_name": "6051@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -200792,18 +221642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59958, "usage_id": 223 }, "2906.DG.052": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6052, Treppenhaus 2", "arch_name": "6052@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -200811,18 +221663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59971, "usage_id": 223 }, "2906.DG.053": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6053, EDV-Verteiler", "arch_name": "6053@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 14156, "seats": { @@ -200830,18 +221684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59953, "usage_id": 207 }, "2906.DG.060": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6060, Dachterrasse 1 (Reinigen)", "arch_name": "6060@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -200849,18 +221705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59957, "usage_id": 219 }, "2906.DG.061": { "address": { - "floor": "DG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "6062, Dachterrasse 2 (Reinigen)", "arch_name": "6062@2906", "area_id": 29, "building_id": 995, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -200868,18 +221726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59975, "usage_id": 219 }, "2906.EG.050": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "0050, Eingang/Foyer", "arch_name": "0050@2906", "area_id": 29, "building_id": 995, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -200887,18 +221747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62853, "usage_id": 15 }, "2906.EG.050A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "0050A, Windfang", "arch_name": "0050A@2906", "area_id": 29, "building_id": 995, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -200906,18 +221768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59942, "usage_id": 52 }, "2906.EG.051": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "0051, Treppenhaus 1", "arch_name": "0051@2906", "area_id": 29, "building_id": 995, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -200925,18 +221789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59943, "usage_id": 223 }, "2906.EG.051A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "0051A, Personenaufzug", "arch_name": "0051A@2906", "area_id": 29, "building_id": 995, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -200944,18 +221810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59940, "usage_id": 4 }, "2906.EG.051B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "0051B, Personenaufzug", "arch_name": "0051B@2906", "area_id": 29, "building_id": 995, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -200963,18 +221831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59941, "usage_id": 4 }, "2906.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1001, K\u00fcche", "arch_name": "-1001@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 42781, "seats": { @@ -200982,18 +221852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61105, "usage_id": 28 }, "2906.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1002, Werkstatt", "arch_name": "-1002@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 42781, "seats": { @@ -201001,18 +221873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61104, "usage_id": 51 }, "2906.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1003, WC mit Dusche", "arch_name": "-1003@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 42781, "seats": { @@ -201020,18 +221894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61106, "usage_id": 114 }, "2906.U1.004": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1004, Lager", "arch_name": "-1004@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 42781, "seats": { @@ -201039,19 +221915,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61103, "usage_id": 30 }, "2906.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1005, Hydrauliklabor", "arch_name": "-1005@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 28932, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 42781, "seats": { @@ -201059,18 +221937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61102, "usage_id": 49 }, "2906.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1006, Lager/Pumpenraum", "arch_name": "-1006@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 42781, "seats": { @@ -201078,18 +221958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61101, "usage_id": 30 }, "2906.U1.007": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1007, Lager", "arch_name": "-1007@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -201097,18 +221979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61110, "usage_id": 30 }, "2906.U1.008": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1008, Roboter Labor", "arch_name": "-1008@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 42781, "seats": { @@ -201116,19 +222000,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61097, "usage_id": 49 }, "2906.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1009, Roboter Labor", "arch_name": "-1009@2906", "area_id": 29, "building_id": 995, "calendar_resource_nr": 28933, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 42781, "seats": { @@ -201136,18 +222022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61098, "usage_id": 49 }, "2906.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1010, Trafostation", "arch_name": "-1010@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -201155,18 +222043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61099, "usage_id": 160 }, "2906.U1.011": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1011, Lager", "arch_name": "-1011@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -201174,18 +222064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61100, "usage_id": 30 }, "2906.U1.030": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1030, Flur 2", "arch_name": "-1030@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -201193,18 +222085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61095, "usage_id": 222 }, "2906.U1.031": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1031, Flur 1", "arch_name": "-1031@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -201212,18 +222106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61096, "usage_id": 222 }, "2906.U1.051": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1051, Treppenhaus 1", "arch_name": "-1051@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -201231,18 +222127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61093, "usage_id": 223 }, "2906.U1.052": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1052, Treppenhaus 2", "arch_name": "-1052@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -201250,18 +222148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61094, "usage_id": 223 }, "2906.U1.054": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1054, Aufzugmaschinenraum", "arch_name": "-1054@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -201269,18 +222169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61107, "usage_id": 5 }, "2906.U1.054A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1054A, Aufzugmaschinenraum", "arch_name": "-1054A@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -201288,18 +222190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61108, "usage_id": 5 }, "2906.U1.055": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Karlstr. 45-47", "zip_code": 80333 }, + "alt_name": "-1055, Heizung", "arch_name": "-1055@2906", "area_id": 29, "building_id": 995, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26064, "seats": { @@ -201307,18 +222211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61109, "usage_id": 120 }, "2907.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "101, Foyer", "arch_name": "101@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -201326,18 +222232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63932, "usage_id": 222 }, "2907.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "102, Lager", "arch_name": "102@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201345,18 +222253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63928, "usage_id": 30 }, "2907.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "103, Lager", "arch_name": "103@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201364,18 +222274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63929, "usage_id": 30 }, "2907.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "104, WC-Damen", "arch_name": "104@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -201383,18 +222295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63936, "usage_id": 116 }, "2907.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "105, WC-Herren", "arch_name": "105@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -201402,18 +222316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63938, "usage_id": 115 }, "2907.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "106, Teek\u00fcche", "arch_name": "106@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201421,18 +222337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63941, "usage_id": 198 }, "2907.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "107, Beh.-WC", "arch_name": "107@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -201440,18 +222358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63943, "usage_id": 117 }, "2907.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "109, Technik", "arch_name": "109@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201459,18 +222379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63940, "usage_id": 120 }, "2907.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "110, Teek\u00fcche", "arch_name": "110@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201478,18 +222400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63942, "usage_id": 198 }, "2907.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "111, WC-Damen", "arch_name": "111@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -201497,18 +222421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63937, "usage_id": 116 }, "2907.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "112, WC-Herren", "arch_name": "112@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -201516,18 +222442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63939, "usage_id": 115 }, "2907.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "113, Technik", "arch_name": "113@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201535,18 +222463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63935, "usage_id": 120 }, "2907.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "114, Lager", "arch_name": "114@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201554,18 +222484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63927, "usage_id": 30 }, "2907.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "115, Archiv", "arch_name": "115@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201573,18 +222505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63930, "usage_id": 2 }, "2907.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "116, Abstellraum (nicht nutzbar)?", "arch_name": "116@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201592,19 +222526,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63926, "usage_id": 159 }, "2907.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "117, Rechnerarbeitsraum", "arch_name": "117@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 27132, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201612,18 +222548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63931, "usage_id": 41 }, "2907.01.117A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "117A, B\u00fcro", "arch_name": "117A@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201631,18 +222569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65248, "usage_id": 12 }, "2907.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "118, B\u00fcro", "arch_name": "118@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201650,18 +222590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63920, "usage_id": 12 }, "2907.01.119": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "119, B\u00fcro", "arch_name": "119@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201669,19 +222611,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63919, "usage_id": 12 }, "2907.01.120": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "120, Seminarraum", "arch_name": "120@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24655, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201689,18 +222633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63902, "usage_id": 41 }, "2907.01.121": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "121, B\u00fcro", "arch_name": "121@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201708,18 +222654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63921, "usage_id": 12 }, "2907.01.121A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "121A, B\u00fcro", "arch_name": "121A@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201727,18 +222675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65247, "usage_id": 12 }, "2907.01.122": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "122, Besprechungsraum", "arch_name": "122@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201746,18 +222696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63914, "usage_id": 196 }, "2907.01.123": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "123, B\u00fcro", "arch_name": "123@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201765,19 +222717,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63922, "usage_id": 12 }, "2907.01.124": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "124, Ruheraum", "arch_name": "124@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 32652, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201785,18 +222739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63923, "usage_id": 44 }, "2907.01.125": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "125, B\u00fcro", "arch_name": "125@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201804,18 +222760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63924, "usage_id": 12 }, "2907.01.126": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "126, B\u00fcro", "arch_name": "126@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201823,19 +222781,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63925, "usage_id": 12 }, "2907.01.127": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "127, CIP-Pool", "arch_name": "127@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24663, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201843,18 +222803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63907, "usage_id": 213 }, "2907.01.127A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "127A, CIP-Pool/Stud. Arbeitspl\u00e4tze", "arch_name": "127A@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201862,19 +222824,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65370, "usage_id": 213 }, "2907.01.128": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "128, Medienlager", "arch_name": "128@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 25988, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201882,19 +222846,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63915, "usage_id": 30 }, "2907.01.129": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "129, Seminarraum", "arch_name": "129@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24664, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201902,18 +222868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63903, "usage_id": 41 }, "2907.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "130, Besprechungsraum", "arch_name": "130@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201921,19 +222889,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63916, "usage_id": 196 }, "2907.01.131": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "131, Seminarraum", "arch_name": "131@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 25584, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201941,19 +222911,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63908, "usage_id": 41 }, "2907.01.131A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "131a, B\u00fcro", "arch_name": "131a@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 26751, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201961,18 +222933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65715, "usage_id": 12 }, "2907.01.132": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "132, EDU-Kinderzimmer", "arch_name": "132@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -201980,19 +222954,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63917, "usage_id": 146 }, "2907.01.133": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "133, DigiLLab Seminar", "arch_name": "133@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24662, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202000,18 +222976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63910, "usage_id": 41 }, "2907.01.133A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "133A, DigiLLab Seminar Lager (zugeh\u00f6rig zum Raum 1", "arch_name": "133A@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202019,19 +222997,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73851, "usage_id": 30 }, "2907.01.134": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "134, DigiLLab Spaces", "arch_name": "134@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24661, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202039,19 +223019,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63906, "usage_id": 135 }, "2907.01.136": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "136, DigiLLab Mobile Learning Lab", "arch_name": "136@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 25340, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202059,19 +223041,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63913, "usage_id": 135 }, "2907.01.137": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "137, Seminarraum", "arch_name": "137@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24660, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202079,19 +223063,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63909, "usage_id": 41 }, "2907.01.138": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "138, Besprechungsraum", "arch_name": "138@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24665, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202099,19 +223085,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63918, "usage_id": 196 }, "2907.01.139": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "139, Seminarraum", "arch_name": "139@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24659, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202119,19 +223107,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63912, "usage_id": 41 }, "2907.01.140": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "140, Seminarraum", "arch_name": "140@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24658, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202139,19 +223129,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63905, "usage_id": 41 }, "2907.01.141": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "141, Seminarraum", "arch_name": "141@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202159,19 +223151,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63911, "usage_id": 41 }, "2907.01.142": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "142, Seminarraum", "arch_name": "142@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24656, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202179,18 +223173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63904, "usage_id": 41 }, "2907.01.143": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "143, Lager", "arch_name": "143@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202198,18 +223194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63934, "usage_id": 30 }, "2907.01.199": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "199, Foyer", "arch_name": "199@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -202217,18 +223215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63933, "usage_id": 222 }, "2907.01.199A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG1 05, Flur", "arch_name": "Flur OG1 05@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -202236,18 +223236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64158, "usage_id": 222 }, "2907.01.199B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG1 06, Flur", "arch_name": "Flur OG1 06@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -202255,18 +223257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64159, "usage_id": 222 }, "2907.01.199C": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG1 07, Flur", "arch_name": "Flur OG1 07@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -202274,18 +223278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64160, "usage_id": 222 }, "2907.01.199D": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG1 08, Flur", "arch_name": "Flur OG1 08@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -202293,18 +223299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64161, "usage_id": 222 }, "2907.01.199E": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG1 01, Flur", "arch_name": "Flur OG1 01@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -202312,18 +223320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64162, "usage_id": 222 }, "2907.01.199F": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG1 02, Flur", "arch_name": "Flur OG1 02@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -202331,18 +223341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64163, "usage_id": 222 }, "2907.01.199G": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG1 03, Flur", "arch_name": "Flur OG1 03@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -202350,18 +223362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64164, "usage_id": 222 }, "2907.01.199H": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG1 04, Flur", "arch_name": "Flur OG1 04@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -202369,18 +223383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64165, "usage_id": 222 }, "2907.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "201, Foyer", "arch_name": "201@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -202388,18 +223404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64037, "usage_id": 222 }, "2907.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "202, Lager", "arch_name": "202@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202407,18 +223425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64024, "usage_id": 30 }, "2907.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "203, Lager", "arch_name": "203@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202426,18 +223446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64025, "usage_id": 30 }, "2907.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "204, WC-Damen", "arch_name": "204@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -202445,18 +223467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64031, "usage_id": 116 }, "2907.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "205, WC-Herren", "arch_name": "205@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -202464,18 +223488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64032, "usage_id": 115 }, "2907.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "206, Teek\u00fcche", "arch_name": "206@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202483,18 +223509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64027, "usage_id": 198 }, "2907.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "207, Lager", "arch_name": "207@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202502,18 +223530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64049, "usage_id": 30 }, "2907.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "209, Technik", "arch_name": "209@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -202521,18 +223551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64026, "usage_id": 120 }, "2907.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "210, Teek\u00fcche", "arch_name": "210@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202540,18 +223572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64028, "usage_id": 198 }, "2907.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "211, WC-Damen", "arch_name": "211@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -202559,18 +223593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64029, "usage_id": 116 }, "2907.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "212, WC-Herren", "arch_name": "212@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -202578,18 +223614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64030, "usage_id": 115 }, "2907.02.213": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "213, Technik", "arch_name": "213@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -202597,18 +223635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64023, "usage_id": 120 }, "2907.02.214": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "214, Serverraum", "arch_name": "214@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202616,18 +223656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64022, "usage_id": 207 }, "2907.02.215": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "215, B\u00fcro", "arch_name": "215@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 55677, "seats": { @@ -202635,18 +223677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63955, "usage_id": 12 }, "2907.02.216": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "216, B\u00fcro", "arch_name": "216@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 55677, "seats": { @@ -202654,18 +223698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63954, "usage_id": 12 }, "2907.02.217": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "217, B\u00fcro", "arch_name": "217@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 55677, "seats": { @@ -202673,18 +223719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63953, "usage_id": 12 }, "2907.02.218": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "218, Besprechungsraum", "arch_name": "218@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202692,18 +223740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63952, "usage_id": 196 }, "2907.02.219": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "219, B\u00fcro", "arch_name": "219@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202711,19 +223761,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63947, "usage_id": 12 }, "2907.02.220": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "220, B\u00fcro", "arch_name": "220@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 25156, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202731,18 +223783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63946, "usage_id": 12 }, "2907.02.221": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "221, B\u00fcro", "arch_name": "221@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202750,18 +223804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63945, "usage_id": 12 }, "2907.02.222": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "222, B\u00fcro", "arch_name": "222@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202769,18 +223825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63944, "usage_id": 12 }, "2907.02.223": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "223, B\u00fcro", "arch_name": "223@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202788,18 +223846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63948, "usage_id": 12 }, "2907.02.224": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "224, B\u00fcro", "arch_name": "224@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202807,18 +223867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63949, "usage_id": 12 }, "2907.02.225": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "225, B\u00fcro", "arch_name": "225@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202826,18 +223888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63950, "usage_id": 12 }, "2907.02.226": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "226, B\u00fcro", "arch_name": "226@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 55677, "seats": { @@ -202845,18 +223909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63951, "usage_id": 12 }, "2907.02.227": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "227, Kopierraum", "arch_name": "227@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -202864,18 +223930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63956, "usage_id": 110 }, "2907.02.228": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "228, B\u00fcro", "arch_name": "228@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 33450, "seats": { @@ -202883,18 +223951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63957, "usage_id": 12 }, "2907.02.229": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "229, B\u00fcro", "arch_name": "229@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 33450, "seats": { @@ -202902,18 +223972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63958, "usage_id": 12 }, "2907.02.230": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "230, B\u00fcro", "arch_name": "230@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 33450, "seats": { @@ -202921,18 +223993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63959, "usage_id": 12 }, "2907.02.231": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "231, B\u00fcro", "arch_name": "231@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 33450, "seats": { @@ -202940,18 +224014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63960, "usage_id": 12 }, "2907.02.232": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "232, B\u00fcro", "arch_name": "232@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 33450, "seats": { @@ -202959,18 +224035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63961, "usage_id": 12 }, "2907.02.233": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "233, B\u00fcro", "arch_name": "233@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 33450, "seats": { @@ -202978,18 +224056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63962, "usage_id": 12 }, "2907.02.234": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "234, B\u00fcro", "arch_name": "234@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 33450, "seats": { @@ -202997,18 +224077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63963, "usage_id": 12 }, "2907.02.235": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "235, B\u00fcro", "arch_name": "235@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203016,18 +224098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63964, "usage_id": 12 }, "2907.02.236": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "236, B\u00fcro", "arch_name": "236@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203035,18 +224119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63965, "usage_id": 12 }, "2907.02.237": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "237, B\u00fcro", "arch_name": "237@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203054,18 +224140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63966, "usage_id": 12 }, "2907.02.238A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "238.1, Lager", "arch_name": "238.1@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203073,18 +224161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64268, "usage_id": 30 }, "2907.02.238B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "238.2, Lager", "arch_name": "238.2@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203092,18 +224182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64269, "usage_id": 30 }, "2907.02.239": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "239, B\u00fcro", "arch_name": "239@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203111,18 +224203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63968, "usage_id": 12 }, "2907.02.240": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "240, B\u00fcro", "arch_name": "240@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203130,18 +224224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63969, "usage_id": 12 }, "2907.02.241": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "241, B\u00fcro", "arch_name": "241@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203149,18 +224245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63970, "usage_id": 12 }, "2907.02.242": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "242, B\u00fcro", "arch_name": "242@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203168,18 +224266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63971, "usage_id": 12 }, "2907.02.243": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "243, B\u00fcro", "arch_name": "243@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 49297, "seats": { @@ -203187,19 +224287,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63972, "usage_id": 12 }, "2907.02.244": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "244, B\u00fcro", "arch_name": "244@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 26367, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203207,18 +224309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63973, "usage_id": 12 }, "2907.02.245": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "245, B\u00fcro", "arch_name": "245@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 49297, "seats": { @@ -203226,18 +224330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63974, "usage_id": 12 }, "2907.02.246": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "246, B\u00fcro", "arch_name": "246@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53777, "seats": { @@ -203245,18 +224351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63975, "usage_id": 12 }, "2907.02.247": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "247, B\u00fcro", "arch_name": "247@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 49297, "seats": { @@ -203264,18 +224372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63976, "usage_id": 12 }, "2907.02.248": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "248, B\u00fcro", "arch_name": "248@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 49297, "seats": { @@ -203283,18 +224393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63977, "usage_id": 12 }, "2907.02.249": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "249, B\u00fcro", "arch_name": "249@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -203302,18 +224414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63978, "usage_id": 12 }, "2907.02.250": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "250, B\u00fcro", "arch_name": "250@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 33450, "seats": { @@ -203321,18 +224435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63979, "usage_id": 12 }, "2907.02.251": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "251, B\u00fcro", "arch_name": "251@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203340,18 +224456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63980, "usage_id": 12 }, "2907.02.252": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "252, B\u00fcro", "arch_name": "252@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 33450, "seats": { @@ -203359,18 +224477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64003, "usage_id": 12 }, "2907.02.253A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "253A, Lager", "arch_name": "253A@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53777, "seats": { @@ -203378,18 +224498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64270, "usage_id": 30 }, "2907.02.253B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "253B, Lager", "arch_name": "253B@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53777, "seats": { @@ -203397,18 +224519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64271, "usage_id": 30 }, "2907.02.254": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "254, B\u00fcro", "arch_name": "254@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53777, "seats": { @@ -203416,18 +224540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63981, "usage_id": 12 }, "2907.02.255": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "255, B\u00fcro", "arch_name": "255@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53777, "seats": { @@ -203435,18 +224561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63984, "usage_id": 12 }, "2907.02.256": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "256, B\u00fcro", "arch_name": "256@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203454,18 +224582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63983, "usage_id": 12 }, "2907.02.257": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "257, B\u00fcro", "arch_name": "257@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203473,18 +224603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63982, "usage_id": 12 }, "2907.02.258": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "258, Wickelraum/Erste-Hilfe-Raum", "arch_name": "258@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -203492,19 +224624,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63985, "usage_id": 178 }, "2907.02.259": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "259, B\u00fcro", "arch_name": "259@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 29292, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42231, "seats": { @@ -203512,18 +224646,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63986, "usage_id": 12 }, "2907.02.260": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "260, B\u00fcro", "arch_name": "260@2907", "area_id": 29, "building_id": 1485, + "calendar_resource_nr": 34132, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 52677, "seats": { @@ -203531,18 +224668,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63987, "usage_id": 12 }, "2907.02.261": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "261, B\u00fcro", "arch_name": "261@2907", "area_id": 29, "building_id": 1485, + "calendar_resource_nr": 34133, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 52677, "seats": { @@ -203550,19 +224690,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63988, "usage_id": 12 }, "2907.02.262": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "262, B\u00fcro", "arch_name": "262@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 29432, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42231, "seats": { @@ -203570,18 +224712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63989, "usage_id": 12 }, "2907.02.263": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "263, B\u00fcro", "arch_name": "263@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42231, "seats": { @@ -203589,18 +224733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63990, "usage_id": 12 }, "2907.02.264": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "264, B\u00fcro", "arch_name": "264@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42231, "seats": { @@ -203608,18 +224754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63991, "usage_id": 12 }, "2907.02.265": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "265, Archiv/Lager", "arch_name": "265@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203627,18 +224775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63992, "usage_id": 2 }, "2907.02.266": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "266, B\u00fcro", "arch_name": "266@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42231, "seats": { @@ -203646,18 +224796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63993, "usage_id": 12 }, "2907.02.267": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "267, B\u00fcro", "arch_name": "267@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42231, "seats": { @@ -203665,19 +224817,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63994, "usage_id": 12 }, "2907.02.268": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "268, B\u00fcro", "arch_name": "268@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 26731, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 42231, "seats": { @@ -203685,19 +224839,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63995, "usage_id": 12 }, "2907.02.269": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "269, B\u00fcro", "arch_name": "269@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24935, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203705,18 +224861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63996, "usage_id": 12 }, "2907.02.270": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "270, B\u00fcro", "arch_name": "270@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203724,18 +224882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63997, "usage_id": 12 }, "2907.02.271": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "271, Kopierraum", "arch_name": "271@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203743,18 +224903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63998, "usage_id": 110 }, "2907.02.272": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "272, B\u00fcro", "arch_name": "272@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 54323, "seats": { @@ -203762,18 +224924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64000, "usage_id": 12 }, "2907.02.273": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "273, B\u00fcro", "arch_name": "273@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 54323, "seats": { @@ -203781,18 +224945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64001, "usage_id": 12 }, "2907.02.274": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "274, B\u00fcro", "arch_name": "274@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53777, "seats": { @@ -203800,18 +224966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64004, "usage_id": 12 }, "2907.02.275": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "275, B\u00fcro", "arch_name": "275@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 49297, "seats": { @@ -203819,18 +224987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64005, "usage_id": 12 }, "2907.02.276": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "276, B\u00fcro", "arch_name": "276@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203838,18 +225008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64006, "usage_id": 12 }, "2907.02.277": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "277, B\u00fcro", "arch_name": "277@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44904, "seats": { @@ -203857,18 +225029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64007, "usage_id": 12 }, "2907.02.278": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "278, B\u00fcro", "arch_name": "278@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44904, "seats": { @@ -203876,18 +225050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64008, "usage_id": 12 }, "2907.02.279A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "279A, Lager", "arch_name": "279A@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203895,18 +225071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64266, "usage_id": 30 }, "2907.02.279B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "279B, Lager", "arch_name": "279B@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203914,18 +225092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64267, "usage_id": 30 }, "2907.02.280": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "280, B\u00fcro", "arch_name": "280@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44904, "seats": { @@ -203933,18 +225113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64009, "usage_id": 12 }, "2907.02.281": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "281, B\u00fcro", "arch_name": "281@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44904, "seats": { @@ -203952,18 +225134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64010, "usage_id": 12 }, "2907.02.282": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "282, B\u00fcro", "arch_name": "282@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44904, "seats": { @@ -203971,18 +225155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64011, "usage_id": 12 }, "2907.02.283": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "283, B\u00fcro", "arch_name": "283@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -203990,18 +225176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64012, "usage_id": 12 }, "2907.02.284": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "284, B\u00fcro", "arch_name": "284@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204009,18 +225197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64013, "usage_id": 12 }, "2907.02.285": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "285, B\u00fcro", "arch_name": "285@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204028,18 +225218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64014, "usage_id": 12 }, "2907.02.286": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "286, B\u00fcro", "arch_name": "286@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204047,18 +225239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64015, "usage_id": 12 }, "2907.02.287": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "287, B\u00fcro", "arch_name": "287@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204066,18 +225260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64016, "usage_id": 12 }, "2907.02.288A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "288A, Lager", "arch_name": "288A@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44904, "seats": { @@ -204085,18 +225281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64264, "usage_id": 30 }, "2907.02.288B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "288B, Lager", "arch_name": "288B@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44904, "seats": { @@ -204104,18 +225302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64265, "usage_id": 30 }, "2907.02.289": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "289, B\u00fcro", "arch_name": "289@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24659, "seats": { @@ -204123,18 +225323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64018, "usage_id": 12 }, "2907.02.290": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "290, B\u00fcro", "arch_name": "290@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24659, "seats": { @@ -204142,18 +225344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64019, "usage_id": 12 }, "2907.02.291": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "291, B\u00fcro", "arch_name": "291@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24659, "seats": { @@ -204161,18 +225365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64020, "usage_id": 12 }, "2907.02.292": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "292, B\u00fcro", "arch_name": "292@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24659, "seats": { @@ -204180,18 +225386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64021, "usage_id": 12 }, "2907.02.299": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "299, Foyer", "arch_name": "299@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204199,18 +225407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64038, "usage_id": 222 }, "2907.02.299A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 08, Flur", "arch_name": "Flur OG2 08@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204218,18 +225428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64166, "usage_id": 222 }, "2907.02.299B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 09, Flur", "arch_name": "Flur OG2 09@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204237,18 +225449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64167, "usage_id": 222 }, "2907.02.299C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 10, Flur", "arch_name": "Flur OG2 10@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204256,18 +225470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64168, "usage_id": 222 }, "2907.02.299D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 11, Flur", "arch_name": "Flur OG2 11@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204275,18 +225491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64169, "usage_id": 222 }, "2907.02.299E": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 12, Flur", "arch_name": "Flur OG2 12@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204294,18 +225512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64170, "usage_id": 222 }, "2907.02.299F": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 01, Flur", "arch_name": "Flur OG2 01@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204313,18 +225533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64171, "usage_id": 222 }, "2907.02.299G": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 02, Flur", "arch_name": "Flur OG2 02@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204332,18 +225554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64172, "usage_id": 222 }, "2907.02.299H": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 03, Flur", "arch_name": "Flur OG2 03@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204351,18 +225575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64173, "usage_id": 222 }, "2907.02.299I": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 04, Flur", "arch_name": "Flur OG2 04@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204370,18 +225596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64174, "usage_id": 222 }, "2907.02.299J": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 05, Flur", "arch_name": "Flur OG2 05@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204389,18 +225617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64175, "usage_id": 222 }, "2907.02.299K": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 06, Flur", "arch_name": "Flur OG2 06@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204408,18 +225638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64176, "usage_id": 222 }, "2907.02.299L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG2 07, Flur", "arch_name": "Flur OG2 07@2907", "area_id": 29, "building_id": 1485, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204427,18 +225659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64177, "usage_id": 222 }, "2907.04.401": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "401, Foyer", "arch_name": "401@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -204446,18 +225680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64105, "usage_id": 222 }, "2907.04.402": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "402, Teek\u00fcche", "arch_name": "402@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204465,18 +225701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64103, "usage_id": 198 }, "2907.04.403": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "403, Lager", "arch_name": "403@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204484,18 +225722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64033, "usage_id": 30 }, "2907.04.404": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "404, WC-Damen", "arch_name": "404@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -204503,18 +225743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64097, "usage_id": 116 }, "2907.04.405": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "405, WC-Herren", "arch_name": "405@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -204522,18 +225764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64099, "usage_id": 115 }, "2907.04.406": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "406, Beh.-WC", "arch_name": "406@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -204541,18 +225785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64102, "usage_id": 117 }, "2907.04.407": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "414, Lager", "arch_name": "414@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204560,18 +225806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64106, "usage_id": 30 }, "2907.04.409": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "409, Technik", "arch_name": "409@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -204579,18 +225827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64104, "usage_id": 120 }, "2907.04.410": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "410, Lager", "arch_name": "410@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204598,18 +225848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64107, "usage_id": 30 }, "2907.04.411": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "411, WC-Damen", "arch_name": "411@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -204617,18 +225869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64101, "usage_id": 116 }, "2907.04.412": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "412, WC-Herren", "arch_name": "412@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -204636,18 +225890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64100, "usage_id": 115 }, "2907.04.413": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "209, Technik", "arch_name": "209@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -204655,18 +225911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64096, "usage_id": 120 }, "2907.04.414": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "414, Etagenverteilerraum", "arch_name": "414@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -204674,18 +225932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64039, "usage_id": 160 }, "2907.04.415": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "415, Archiv", "arch_name": "415@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204693,18 +225953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64035, "usage_id": 2 }, "2907.04.416": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "416, Archiv", "arch_name": "416@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204712,18 +225974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64040, "usage_id": 2 }, "2907.04.417": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "417, B\u00fcro", "arch_name": "417@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204731,18 +225995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64043, "usage_id": 12 }, "2907.04.418": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "418, B\u00fcro", "arch_name": "418@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 42733, "seats": { @@ -204750,18 +226016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64034, "usage_id": 12 }, "2907.04.419": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "419, Besprechungsraum", "arch_name": "419@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 42733, "seats": { @@ -204769,18 +226037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64036, "usage_id": 196 }, "2907.04.420": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "420, B\u00fcro", "arch_name": "420@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 42733, "seats": { @@ -204788,18 +226058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64044, "usage_id": 12 }, "2907.04.421": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "421, B\u00fcro", "arch_name": "421@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 42733, "seats": { @@ -204807,18 +226079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64045, "usage_id": 12 }, "2907.04.422": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "422, Lager", "arch_name": "422@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 42733, "seats": { @@ -204826,18 +226100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64041, "usage_id": 30 }, "2907.04.423": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "423, B\u00fcro", "arch_name": "423@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 42733, "seats": { @@ -204845,18 +226121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64046, "usage_id": 12 }, "2907.04.424": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "424, B\u00fcro", "arch_name": "424@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 42733, "seats": { @@ -204864,18 +226142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64047, "usage_id": 12 }, "2907.04.425": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "425, Lager", "arch_name": "425@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204883,18 +226163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64042, "usage_id": 30 }, "2907.04.426": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "426, B\u00fcro", "arch_name": "426@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204902,18 +226184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64048, "usage_id": 12 }, "2907.04.427": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "427, B\u00fcro", "arch_name": "427@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204921,18 +226205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64050, "usage_id": 12 }, "2907.04.428": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "428, Kopierraum", "arch_name": "428@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -204940,18 +226226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64051, "usage_id": 110 }, "2907.04.429": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "429, B\u00fcro", "arch_name": "429@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49437, "seats": { @@ -204959,18 +226247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64052, "usage_id": 12 }, "2907.04.430": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "430, B\u00fcro", "arch_name": "430@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49437, "seats": { @@ -204978,19 +226268,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64053, "usage_id": 12 }, "2907.04.431": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "431, B\u00fcro", "arch_name": "431@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 25987, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49437, "seats": { @@ -204998,18 +226290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64054, "usage_id": 12 }, "2907.04.432": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "432, B\u00fcro", "arch_name": "432@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 49437, "seats": { @@ -205017,18 +226311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64055, "usage_id": 12 }, "2907.04.433": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "433, B\u00fcro", "arch_name": "433@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205036,18 +226332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64056, "usage_id": 12 }, "2907.04.434": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "434, B\u00fcro", "arch_name": "434@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205055,18 +226353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64057, "usage_id": 12 }, "2907.04.435": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "435, B\u00fcro", "arch_name": "435@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205074,18 +226374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64058, "usage_id": 12 }, "2907.04.436": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "436, B\u00fcro", "arch_name": "436@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205093,18 +226395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64059, "usage_id": 12 }, "2907.04.437": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "437, B\u00fcro", "arch_name": "437@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205112,18 +226416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64060, "usage_id": 12 }, "2907.04.438": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "438, B\u00fcro", "arch_name": "438@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205131,18 +226437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64061, "usage_id": 12 }, "2907.04.439": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "439, B\u00fcro", "arch_name": "439@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205150,18 +226458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64062, "usage_id": 12 }, "2907.04.440": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "440, B\u00fcro", "arch_name": "440@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24659, "seats": { @@ -205169,18 +226479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64063, "usage_id": 12 }, "2907.04.441": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "441, B\u00fcro", "arch_name": "441@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24659, "seats": { @@ -205188,18 +226500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64064, "usage_id": 12 }, "2907.04.442": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "442, B\u00fcro", "arch_name": "442@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24659, "seats": { @@ -205207,18 +226521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64065, "usage_id": 12 }, "2907.04.443": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "443, B\u00fcro", "arch_name": "443@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 24659, "seats": { @@ -205226,19 +226542,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64066, "usage_id": 12 }, "2907.04.444": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "444, B\u00fcro", "arch_name": "444@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 25805, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205246,18 +226564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64067, "usage_id": 12 }, "2907.04.445": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "445, B\u00fcro", "arch_name": "445@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205265,19 +226585,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64068, "usage_id": 12 }, "2907.04.446": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "446, Besprechungsraum", "arch_name": "446@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24895, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205285,18 +226607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64070, "usage_id": 196 }, "2907.04.447": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "447, Lager", "arch_name": "447@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205304,18 +226628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64071, "usage_id": 30 }, "2907.04.448": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "448, B\u00fcro", "arch_name": "448@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14832, "seats": { @@ -205323,18 +226649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64069, "usage_id": 12 }, "2907.04.449": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "449, B\u00fcro", "arch_name": "449@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14832, "seats": { @@ -205342,18 +226670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64072, "usage_id": 12 }, "2907.04.450": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "450, B\u00fcro", "arch_name": "450@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14832, "seats": { @@ -205361,18 +226691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64073, "usage_id": 12 }, "2907.04.451": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "451, B\u00fcro", "arch_name": "451@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14832, "seats": { @@ -205380,18 +226712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64074, "usage_id": 12 }, "2907.04.452": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "452, B\u00fcro", "arch_name": "452@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205399,18 +226733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64075, "usage_id": 12 }, "2907.04.453": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "453, B\u00fcro", "arch_name": "453@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205418,18 +226754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64098, "usage_id": 12 }, "2907.04.454": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "454, B\u00fcro", "arch_name": "454@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205437,18 +226775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64076, "usage_id": 12 }, "2907.04.455": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "455, B\u00fcro", "arch_name": "455@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205456,18 +226796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64077, "usage_id": 12 }, "2907.04.456": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "456, B\u00fcro", "arch_name": "456@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205475,18 +226817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64078, "usage_id": 12 }, "2907.04.457": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "457, B\u00fcro", "arch_name": "457@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205494,18 +226838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64755, "usage_id": 12 }, "2907.04.458": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "458, B\u00fcro", "arch_name": "458@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205513,18 +226859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64079, "usage_id": 12 }, "2907.04.459": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "459, B\u00fcro", "arch_name": "459@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205532,18 +226880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64080, "usage_id": 12 }, "2907.04.460": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "460, B\u00fcro", "arch_name": "460@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205551,18 +226901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64081, "usage_id": 12 }, "2907.04.461": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "461, Kopierraum", "arch_name": "461@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14828, "seats": { @@ -205570,18 +226922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64082, "usage_id": 110 }, "2907.04.463": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "463, Teek\u00fcche", "arch_name": "463@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205589,18 +226943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64084, "usage_id": 198 }, "2907.04.464": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "464, B\u00fcro", "arch_name": "464@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205608,18 +226964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64085, "usage_id": 12 }, "2907.04.465": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "465, B\u00fcro", "arch_name": "465@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 48198, "seats": { @@ -205627,18 +226985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64086, "usage_id": 12 }, "2907.04.466": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "466, B\u00fcro", "arch_name": "466@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 48198, "seats": { @@ -205646,18 +227006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64087, "usage_id": 12 }, "2907.04.467": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "467, B\u00fcro", "arch_name": "467@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 48198, "seats": { @@ -205665,18 +227027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64088, "usage_id": 12 }, "2907.04.468": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "468, B\u00fcro", "arch_name": "468@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 48198, "seats": { @@ -205684,18 +227048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64089, "usage_id": 12 }, "2907.04.469": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "469, B\u00fcro", "arch_name": "469@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 48198, "seats": { @@ -205703,18 +227069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64090, "usage_id": 12 }, "2907.04.470": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "470, B\u00fcro", "arch_name": "470@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -205722,18 +227090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64091, "usage_id": 12 }, "2907.04.471": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "471, B\u00fcro", "arch_name": "471@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44065, "seats": { @@ -205741,18 +227111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64092, "usage_id": 12 }, "2907.04.472": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "472, B\u00fcro", "arch_name": "472@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44065, "seats": { @@ -205760,18 +227132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64093, "usage_id": 12 }, "2907.04.473": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "473, B\u00fcro", "arch_name": "473@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44065, "seats": { @@ -205779,18 +227153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64094, "usage_id": 12 }, "2907.04.474": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "474, B\u00fcro", "arch_name": "474@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 44065, "seats": { @@ -205798,18 +227174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64095, "usage_id": 12 }, "2907.04.499": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "499, Foyer", "arch_name": "499@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -205817,18 +227195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64108, "usage_id": 222 }, "2907.04.499A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 08, Flur", "arch_name": "Flur OG4 08@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -205836,18 +227216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64178, "usage_id": 222 }, "2907.04.499B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 09, Flur", "arch_name": "Flur OG4 09@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -205855,18 +227237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64179, "usage_id": 222 }, "2907.04.499C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 10, Flur", "arch_name": "Flur OG4 10@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -205874,18 +227258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64180, "usage_id": 222 }, "2907.04.499D": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 11, Flur", "arch_name": "Flur OG4 11@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -205893,18 +227279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64181, "usage_id": 222 }, "2907.04.499E": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 01, Flur", "arch_name": "Flur OG4 01@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -205912,18 +227300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64182, "usage_id": 222 }, "2907.04.499F": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 02, Flur", "arch_name": "Flur OG4 02@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -205931,18 +227321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64183, "usage_id": 222 }, "2907.04.499G": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 03, Flur", "arch_name": "Flur OG4 03@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -205950,18 +227342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64184, "usage_id": 222 }, "2907.04.499H": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 04, Flur", "arch_name": "Flur OG4 04@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -205969,18 +227363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64185, "usage_id": 222 }, "2907.04.499I": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 05, Flur", "arch_name": "Flur OG4 05@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -205988,18 +227384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64186, "usage_id": 222 }, "2907.04.499J": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 06, Flur", "arch_name": "Flur OG4 06@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -206007,18 +227405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64187, "usage_id": 222 }, "2907.04.499K": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "Flur OG4 07, Flur", "arch_name": "Flur OG4 07@2907", "area_id": 29, "building_id": 1485, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -206026,18 +227426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64188, "usage_id": 222 }, "2907.06.601": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "601, Foyer", "arch_name": "601@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -206045,18 +227447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64119, "usage_id": 222 }, "2907.06.602": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "602, Hut-Zimmer", "arch_name": "602@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -206064,19 +227468,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64125, "usage_id": 12 }, "2907.06.604": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "604, Besprechungsraum", "arch_name": "604@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 28132, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -206084,19 +227490,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64120, "usage_id": 196 }, "2907.06.605": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "605, H\u00f6rsaal", "arch_name": "605@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 24995, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -206104,18 +227512,20 @@ "standing": null, "wheelchair": 2 }, + "tumonline_id": 64109, "usage_id": 20 }, "2907.06.606": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "606, Studentenaufenthaltsbereich", "arch_name": "606@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -206123,19 +227533,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64110, "usage_id": 44 }, "2907.06.607": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "607, Seminarraum", "arch_name": "607@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 25482, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -206143,18 +227555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64111, "usage_id": 41 }, "2907.06.608": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "608, WC-Herren", "arch_name": "608@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206162,18 +227576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64132, "usage_id": 115 }, "2907.06.609": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "609, WC-Damen", "arch_name": "609@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206181,18 +227597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64133, "usage_id": 116 }, "2907.06.610": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "610, Technik", "arch_name": "610@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -206200,18 +227618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64131, "usage_id": 120 }, "2907.06.611": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "611, Foyer", "arch_name": "611@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -206219,18 +227639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64130, "usage_id": 222 }, "2907.06.612": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "612, Lager", "arch_name": "612@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -206238,18 +227660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64129, "usage_id": 30 }, "2907.06.613": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "613, Lager", "arch_name": "613@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -206257,18 +227681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64128, "usage_id": 30 }, "2907.06.614": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "614, WC-Damen", "arch_name": "614@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206276,18 +227702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64127, "usage_id": 116 }, "2907.06.615": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "615, WC-Herren", "arch_name": "615@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206295,18 +227723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64126, "usage_id": 115 }, "2907.06.616": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "616, Putzkammer", "arch_name": "616@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -206314,18 +227744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64112, "usage_id": 205 }, "2907.06.617": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "617, Wickelraum/Erste-Hilfe-Raum", "arch_name": "617@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -206333,18 +227765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64113, "usage_id": 178 }, "2907.06.618": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "618, Technik", "arch_name": "618@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -206352,18 +227786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64115, "usage_id": 120 }, "2907.06.619": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "619, Etagenverteilerraum", "arch_name": "619@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 26064, "seats": { @@ -206371,18 +227807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64114, "usage_id": 160 }, "2907.06.620": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "620, Archiv", "arch_name": "620@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -206390,18 +227828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64124, "usage_id": 2 }, "2907.06.621": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "621, WC-Damen", "arch_name": "621@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206409,18 +227849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64117, "usage_id": 116 }, "2907.06.622": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "622, WC-Herren", "arch_name": "622@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206428,18 +227870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64116, "usage_id": 115 }, "2907.06.623": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "623, Beh.-WC", "arch_name": "623@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206447,18 +227891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64118, "usage_id": 117 }, "2907.06.624": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "624, Teek\u00fcche", "arch_name": "624@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 51901, "seats": { @@ -206466,18 +227912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64123, "usage_id": 198 }, "2907.06.671": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "671, Dachterrasse 1 (Reinigen)", "arch_name": "671@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -206485,18 +227933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66533, "usage_id": 219 }, "2907.06.672": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "672, Dachterrasse 2 (Reinigen)", "arch_name": "672@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -206504,18 +227954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66534, "usage_id": 219 }, "2907.06.699": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "699, Flur", "arch_name": "699@2907", "area_id": 29, "building_id": 1485, + "floor_level": "6.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -206523,18 +227975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64263, "usage_id": 222 }, "2907.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "001, B\u00fcro", "arch_name": "001@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206542,18 +227996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64134, "usage_id": 12 }, "2907.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "003, B\u00fcro", "arch_name": "003@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206561,18 +228017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64138, "usage_id": 12 }, "2907.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "004, B\u00fcro", "arch_name": "004@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206580,18 +228038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64147, "usage_id": 12 }, "2907.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "005, B\u00fcro", "arch_name": "005@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206599,18 +228059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64148, "usage_id": 12 }, "2907.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "006, B\u00fcro", "arch_name": "006@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206618,18 +228080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64149, "usage_id": 12 }, "2907.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "007, Kopierraum", "arch_name": "007@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206637,18 +228101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64150, "usage_id": 110 }, "2907.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "008, Seminarraum", "arch_name": "008@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206656,18 +228122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64136, "usage_id": 41 }, "2907.EG.009": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "009, Lager", "arch_name": "009@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206675,18 +228143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64137, "usage_id": 30 }, "2907.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "010, Serverraum", "arch_name": "010@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206694,18 +228164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64146, "usage_id": 207 }, "2907.EG.010A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "010A, Kopierraum", "arch_name": "010A@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206713,18 +228185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64675, "usage_id": 110 }, "2907.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "011, WC-Herren", "arch_name": "011@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206732,18 +228206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64142, "usage_id": 115 }, "2907.EG.012": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "012, WC-Damen", "arch_name": "012@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206751,18 +228227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64141, "usage_id": 116 }, "2907.EG.013": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "013, WC-Herren", "arch_name": "013@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206770,18 +228248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64145, "usage_id": 115 }, "2907.EG.014": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "014, WC-Damen", "arch_name": "014@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -206789,19 +228269,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64144, "usage_id": 116 }, "2907.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "020, Seminarraum", "arch_name": "020@2907", "area_id": 29, "building_id": 1485, "calendar_resource_nr": 25726, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206809,18 +228291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64151, "usage_id": 41 }, "2907.EG.021": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "021, Kopierraum", "arch_name": "021@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206828,18 +228312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64139, "usage_id": 110 }, "2907.EG.022": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "022, B\u00fcro", "arch_name": "022@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206847,18 +228333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64152, "usage_id": 12 }, "2907.EG.023": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "023, B\u00fcro", "arch_name": "023@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206866,18 +228354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64153, "usage_id": 12 }, "2907.EG.024": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "024, B\u00fcro", "arch_name": "024@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206885,18 +228375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64154, "usage_id": 12 }, "2907.EG.024A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "024A, B\u00fcro", "arch_name": "024A@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206904,18 +228396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64676, "usage_id": 12 }, "2907.EG.025": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "025, Aufenthalt", "arch_name": "025@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206923,18 +228417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64155, "usage_id": 44 }, "2907.EG.026": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "026, Praktikumsraum", "arch_name": "026@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206942,18 +228438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64156, "usage_id": 131 }, "2907.EG.027": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "027, B\u00fcro", "arch_name": "027@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39902, "seats": { @@ -206961,18 +228459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64157, "usage_id": 12 }, "2907.EG.099C": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "099C, Flur", "arch_name": "099C@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -206980,18 +228480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64140, "usage_id": 222 }, "2907.EG.099F": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "099F, Flur", "arch_name": "099F@2907", "area_id": 29, "building_id": 1485, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -206999,18 +228501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64143, "usage_id": 222 }, "2907.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "U01, Historisches Archiv", "arch_name": "U01@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 46797, "seats": { @@ -207018,18 +228522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65141, "usage_id": 2 }, "2907.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "U02, Lager", "arch_name": "U02@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39902, "seats": { @@ -207037,18 +228543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65142, "usage_id": 30 }, "2907.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "U03, Technik", "arch_name": "U03@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -207056,18 +228564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65143, "usage_id": 160 }, "2907.U1.020": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "U20, Flur", "arch_name": "U20@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -207075,18 +228585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65144, "usage_id": 222 }, "2907.U1.021": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "U21, Flur", "arch_name": "U21@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -207094,18 +228606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65175, "usage_id": 222 }, "2907.U1.022": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "U22, Flur", "arch_name": "U22@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -207113,18 +228627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65176, "usage_id": 222 }, "2907.U1.030": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "U30, Flur", "arch_name": "U30@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -207132,18 +228648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65139, "usage_id": 222 }, "2907.U1.031": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "U31, Flur", "arch_name": "U31@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -207151,18 +228669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65138, "usage_id": 222 }, "2907.U1.032": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "U32, Treppenhaus", "arch_name": "U32@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -207170,18 +228690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65178, "usage_id": 223 }, "2907.U1.050": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Marsstr. 20-22", "zip_code": 80335 }, + "alt_name": "U50, Technik UG", "arch_name": "U50@2907", "area_id": 29, "building_id": 1485, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -207189,19 +228711,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65177, "usage_id": 120 }, "2908.05.501": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "501, B\u00fcro", "arch_name": "501@2908", "area_id": 29, "building_id": 1810, "calendar_resource_nr": 29612, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207209,18 +228733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66230, "usage_id": 12 }, "2908.05.502": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "502, B\u00fcro", "arch_name": "502@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207228,18 +228754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66232, "usage_id": 12 }, "2908.05.503": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "503, B\u00fcro", "arch_name": "503@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207247,18 +228775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66233, "usage_id": 12 }, "2908.05.504": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "504, B\u00fcro", "arch_name": "504@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207266,18 +228796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66234, "usage_id": 12 }, "2908.05.505": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "505, B\u00fcro", "arch_name": "505@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207285,18 +228817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66235, "usage_id": 12 }, "2908.05.506": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "506, B\u00fcro", "arch_name": "506@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207304,18 +228838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66236, "usage_id": 12 }, "2908.05.507": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "507, B\u00fcro", "arch_name": "507@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207323,18 +228859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66237, "usage_id": 12 }, "2908.05.508": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "508, B\u00fcro", "arch_name": "508@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207342,18 +228880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66238, "usage_id": 12 }, "2908.05.509": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "509, B\u00fcro", "arch_name": "509@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207361,18 +228901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66239, "usage_id": 12 }, "2908.05.510": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "510, B\u00fcro", "arch_name": "510@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207380,18 +228922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66240, "usage_id": 12 }, "2908.05.511": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "511, B\u00fcro", "arch_name": "511@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207399,18 +228943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66241, "usage_id": 12 }, "2908.05.512": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "512, B\u00fcro", "arch_name": "512@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207418,18 +228964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66242, "usage_id": 12 }, "2908.05.513": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "513, B\u00fcro", "arch_name": "513@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207437,18 +228985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66243, "usage_id": 12 }, "2908.05.514": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "514, B\u00fcro", "arch_name": "514@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207456,18 +229006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66244, "usage_id": 12 }, "2908.05.515": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "515, B\u00fcro", "arch_name": "515@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207475,18 +229027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66245, "usage_id": 12 }, "2908.05.570": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "570, Eingangsflur", "arch_name": "570@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207494,18 +229048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66246, "usage_id": 222 }, "2908.05.571": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "571, Flur", "arch_name": "571@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207513,18 +229069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66247, "usage_id": 222 }, "2908.05.572": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "572, Flur", "arch_name": "572@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207532,18 +229090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66248, "usage_id": 222 }, "2908.05.572A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "572A, Teek\u00fcche", "arch_name": "572A@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207551,18 +229111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66250, "usage_id": 198 }, "2908.05.573": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "573, Putzkammer", "arch_name": "573@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207570,18 +229132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66251, "usage_id": 205 }, "2908.05.574": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "574, WC-Damen", "arch_name": "574@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207589,18 +229153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66252, "usage_id": 116 }, "2908.05.575": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "575, WC-Herren", "arch_name": "575@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207608,18 +229174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66253, "usage_id": 115 }, "2908.05.576": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "576, Flur", "arch_name": "576@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207627,18 +229195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66249, "usage_id": 222 }, "2908.05.580": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Marsstra\u00dfe 40", "zip_code": 80335 }, + "alt_name": "580, Konstruktionsfl\u00e4che zur BGF", "arch_name": "580@2908", "area_id": 29, "building_id": 1810, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 51901, "seats": { @@ -207646,18 +229216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66254, "usage_id": 222 }, "2909.05.520": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "520, Putzraum", "arch_name": "520@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -207665,18 +229237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68435, "usage_id": 205 }, "2909.05.521": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "521, B\u00fcro", "arch_name": "521@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207684,18 +229258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68455, "usage_id": 12 }, "2909.05.522": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "522, B\u00fcro", "arch_name": "522@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207703,18 +229279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68432, "usage_id": 12 }, "2909.05.523": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "523, B\u00fcro", "arch_name": "523@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207722,18 +229300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68433, "usage_id": 12 }, "2909.05.524": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "524, B\u00fcro", "arch_name": "524@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207741,18 +229321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68456, "usage_id": 12 }, "2909.05.526": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "526, B\u00fcro", "arch_name": "526@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207760,18 +229342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68457, "usage_id": 12 }, "2909.05.527": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "527, B\u00fcro", "arch_name": "527@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207779,18 +229363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68458, "usage_id": 12 }, "2909.05.528": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "528, B\u00fcro", "arch_name": "528@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207798,18 +229384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68459, "usage_id": 12 }, "2909.05.529": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "529, B\u00fcro", "arch_name": "529@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207817,18 +229405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68460, "usage_id": 12 }, "2909.05.530": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "530, B\u00fcro", "arch_name": "530@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207836,18 +229426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68461, "usage_id": 12 }, "2909.05.531": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "531, WC-Herren", "arch_name": "531@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -207855,18 +229447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68470, "usage_id": 115 }, "2909.05.531B": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "531B, WC-Vorraum Herren", "arch_name": "531B@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -207874,18 +229468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68471, "usage_id": 118 }, "2909.05.532": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "531, WC-Damen", "arch_name": "531@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -207893,18 +229489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68462, "usage_id": 116 }, "2909.05.532A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "532A, WC-Vorraum Damen", "arch_name": "532A@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -207912,18 +229510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68472, "usage_id": 118 }, "2909.05.580": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "580, Konstruktionsfl\u00e4che zur BGF", "arch_name": "580@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -207931,18 +229531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68437, "usage_id": 222 }, "2909.05.581": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "581, Flur", "arch_name": "581@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207950,18 +229552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68436, "usage_id": 222 }, "2909.05.582": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Denisstr. 1B", "zip_code": 80333 }, + "alt_name": "582, Flur", "arch_name": "582@2909", "area_id": 29, "building_id": 2209, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207969,19 +229573,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68434, "usage_id": 222 }, "2910.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.101, Gruppenarbeitsraum", "arch_name": "H.101@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28018, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -207989,19 +229595,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66741, "usage_id": 131 }, "2910.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.102, Gruppenarbeitsraum", "arch_name": "H.102@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28019, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208009,19 +229617,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66742, "usage_id": 131 }, "2910.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.103, CIP-Raum", "arch_name": "H.103@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28021, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208029,18 +229639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66743, "usage_id": 213 }, "2910.01.130": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.130, Flur Treppenhaus N-O", "arch_name": "H.130@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208048,18 +229660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66731, "usage_id": 222 }, "2910.01.130A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.130A, Aufz\u00fcge N-O", "arch_name": "H.130A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -208067,18 +229681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66732, "usage_id": 4 }, "2910.01.131": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.131, Elektro", "arch_name": "H.131@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -208086,18 +229702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66735, "usage_id": 160 }, "2910.01.132": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.132, WC-Damen", "arch_name": "H.132@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -208105,18 +229723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66736, "usage_id": 116 }, "2910.01.133": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.133, Treppenhaus N-O", "arch_name": "H.133@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 52498, "seats": { @@ -208124,18 +229744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66733, "usage_id": 223 }, "2910.01.140": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.140, Flur Treppenhaus S-W", "arch_name": "H.140@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208143,18 +229765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66745, "usage_id": 222 }, "2910.01.140A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.140A, Aufzug S-W", "arch_name": "H.140A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -208162,18 +229786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66747, "usage_id": 4 }, "2910.01.140B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.140B, Putzraum", "arch_name": "H.140B@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -208181,18 +229807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66748, "usage_id": 205 }, "2910.01.141": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.141, WC-Herren", "arch_name": "H.141@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -208200,18 +229828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66749, "usage_id": 115 }, "2910.01.142": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.142, Teek\u00fcche", "arch_name": "H.142@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 52498, "seats": { @@ -208219,18 +229849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66751, "usage_id": 198 }, "2910.01.142A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.142A, Elektro", "arch_name": "H.142A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -208238,18 +229870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66750, "usage_id": 160 }, "2910.01.143": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.143, Treppenhaus S-W", "arch_name": "H.143@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 52498, "seats": { @@ -208257,19 +229891,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66746, "usage_id": 223 }, "2910.01.158": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.158, Seminarraum", "arch_name": "B.158@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 32632, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 52498, "seats": { @@ -208277,19 +229913,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74065, "usage_id": 41 }, "2910.01.160": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.160, Seminarraum", "arch_name": "B.160@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 32633, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 52498, "seats": { @@ -208297,19 +229935,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74067, "usage_id": 41 }, "2910.01.162": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.162, Seminarraum", "arch_name": "B.162@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 32634, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 52498, "seats": { @@ -208317,18 +229957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74068, "usage_id": 41 }, "2910.01.170": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.170, Durchgang zu Haus B", "arch_name": "H.170@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208336,18 +229978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66730, "usage_id": 222 }, "2910.01.170A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.170A, Flur Fluchtweg Haus B+C", "arch_name": "B.170A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208355,18 +229999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66729, "usage_id": 222 }, "2910.01.172": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.172, Flur", "arch_name": "H.172@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208374,18 +230020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66740, "usage_id": 222 }, "2910.01.173": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.173, Flur", "arch_name": "H.173@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208393,18 +230041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66744, "usage_id": 222 }, "2910.01.190": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.190, Fluchtbalkon (Reinig)", "arch_name": "H.190@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -208412,18 +230062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66753, "usage_id": 48 }, "2910.01.192": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.192, Fluchtbalkon (Reinig)", "arch_name": "H.192@2910", "area_id": 29, "building_id": 1929, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -208431,18 +230083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66752, "usage_id": 48 }, "2910.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.201, Besprechungsraum", "arch_name": "H.201@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208450,19 +230104,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66771, "usage_id": 196 }, "2910.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.202, Seminarraum", "arch_name": "H.202@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28015, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208470,18 +230126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66770, "usage_id": 41 }, "2910.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.203, Besprechungsraum", "arch_name": "H.203@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208489,19 +230147,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66772, "usage_id": 196 }, "2910.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.204, Seminarraum", "arch_name": "H.204@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28016, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208509,18 +230169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66776, "usage_id": 41 }, "2910.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.205, Besprechungsraum", "arch_name": "H.205@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208528,19 +230190,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66773, "usage_id": 196 }, "2910.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.206, Seminarraum", "arch_name": "H.206@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28017, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208548,18 +230212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66777, "usage_id": 41 }, "2910.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.207, Besprechungsraum", "arch_name": "H.207@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208567,18 +230233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66774, "usage_id": 196 }, "2910.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.209, Besprechungsraum", "arch_name": "H.209@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208586,18 +230254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66775, "usage_id": 196 }, "2910.02.230": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.230, Flur Treppenhaus N-O", "arch_name": "H.230@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208605,18 +230275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66754, "usage_id": 222 }, "2910.02.230A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.230A, Aufz\u00fcge N-O", "arch_name": "H.230A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -208624,18 +230296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66761, "usage_id": 4 }, "2910.02.231": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.231, Elektro", "arch_name": "H.231@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -208643,18 +230317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66763, "usage_id": 160 }, "2910.02.232": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.232, WC-Damen", "arch_name": "H.232@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -208662,18 +230338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66764, "usage_id": 116 }, "2910.02.233": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.233, Treppenhaus N-O", "arch_name": "H.233@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 52498, "seats": { @@ -208681,18 +230359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66756, "usage_id": 223 }, "2910.02.240": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.240, Flur Treppenhaus SW", "arch_name": "H.240@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208700,18 +230380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66759, "usage_id": 222 }, "2910.02.240A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.240A, Aufzug S-W", "arch_name": "H.240A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -208719,18 +230401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66762, "usage_id": 4 }, "2910.02.240B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.240B, Putzraum", "arch_name": "H.240B@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 52498, "seats": { @@ -208738,18 +230422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66769, "usage_id": 205 }, "2910.02.241": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.241, WC-Herren", "arch_name": "H.241@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -208757,18 +230443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66765, "usage_id": 115 }, "2910.02.242": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.242, Teek\u00fcche", "arch_name": "H.242@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 52498, "seats": { @@ -208776,18 +230464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66767, "usage_id": 198 }, "2910.02.242A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.242A, Elektro", "arch_name": "H.242A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -208795,18 +230485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66768, "usage_id": 160 }, "2910.02.243": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.243, Treppenhaus S-W", "arch_name": "H.243@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 52498, "seats": { @@ -208814,18 +230506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66760, "usage_id": 223 }, "2910.02.251": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.251, B\u00fcro", "arch_name": "B.251@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208833,18 +230527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66780, "usage_id": 12 }, "2910.02.252": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.252, B\u00fcro", "arch_name": "B.252@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208852,18 +230548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66781, "usage_id": 12 }, "2910.02.253": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.253, B\u00fcro", "arch_name": "B.253@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208871,18 +230569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66782, "usage_id": 12 }, "2910.02.254": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.254, B\u00fcro", "arch_name": "B.254@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208890,18 +230590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66783, "usage_id": 12 }, "2910.02.255": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.255, B\u00fcro", "arch_name": "B.255@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208909,18 +230611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66784, "usage_id": 12 }, "2910.02.256": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.256, B\u00fcro", "arch_name": "B.256@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208928,18 +230632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66785, "usage_id": 12 }, "2910.02.257": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.257, Lager/Kopierer", "arch_name": "B.257@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208947,18 +230653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66786, "usage_id": 30 }, "2910.02.258": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.258, B\u00fcro", "arch_name": "B.258@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208966,18 +230674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66787, "usage_id": 12 }, "2910.02.259": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.259, B\u00fcro", "arch_name": "B.259@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -208985,18 +230695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66791, "usage_id": 12 }, "2910.02.260": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.260, B\u00fcro", "arch_name": "B.260@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209004,18 +230716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66792, "usage_id": 12 }, "2910.02.261": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.261, B\u00fcro", "arch_name": "B.261@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209023,19 +230737,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66793, "usage_id": 12 }, "2910.02.262": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.262, Besprechungsraum", "arch_name": "B.262@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28434, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209043,18 +230759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66794, "usage_id": 196 }, "2910.02.263": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.263, B\u00fcro", "arch_name": "B.263@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209062,18 +230780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66795, "usage_id": 12 }, "2910.02.264": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.264, B\u00fcro", "arch_name": "B.264@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209081,18 +230801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66796, "usage_id": 12 }, "2910.02.265": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.265, B\u00fcro", "arch_name": "B.265@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209100,18 +230822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66797, "usage_id": 12 }, "2910.02.266": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.266, Teek\u00fcche", "arch_name": "B.266@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -209119,18 +230843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66798, "usage_id": 198 }, "2910.02.267": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.267, B\u00fcro", "arch_name": "B.267@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209138,18 +230864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66799, "usage_id": 12 }, "2910.02.268": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.268, Technik", "arch_name": "B.268@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -209157,18 +230885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66800, "usage_id": 160 }, "2910.02.269": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.269, WC-Damen", "arch_name": "B.269@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -209176,18 +230906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66801, "usage_id": 116 }, "2910.02.270": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.270, Durchgang zu Haus B", "arch_name": "H.270@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -209195,18 +230927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66755, "usage_id": 222 }, "2910.02.270B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.270, WC-Herren", "arch_name": "B.270@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -209214,18 +230948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66802, "usage_id": 115 }, "2910.02.272": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.272, Flur", "arch_name": "H.272@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209233,18 +230969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66757, "usage_id": 222 }, "2910.02.273": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.273, Flur", "arch_name": "H.273@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209252,18 +230990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66758, "usage_id": 222 }, "2910.02.290": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.290, Fluchtbalkon (Reinig)", "arch_name": "H.290@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -209271,18 +231011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66778, "usage_id": 48 }, "2910.02.292": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.292, Fluchtbalkon (Reinig)", "arch_name": "H.292@2910", "area_id": 29, "building_id": 1929, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -209290,18 +231032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66779, "usage_id": 48 }, "2910.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.301, B\u00fcro", "arch_name": "H.301@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209309,18 +231053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66803, "usage_id": 12 }, "2910.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.302, B\u00fcro", "arch_name": "H.302@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 52498, "seats": { @@ -209328,18 +231074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66804, "usage_id": 12 }, "2910.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.303, B\u00fcro", "arch_name": "H.303@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209347,18 +231095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66805, "usage_id": 12 }, "2910.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.304, B\u00fcro", "arch_name": "H.304@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 52498, "seats": { @@ -209366,19 +231116,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66806, "usage_id": 12 }, "2910.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.305, B\u00fcro", "arch_name": "H.305@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 30812, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209386,18 +231138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66807, "usage_id": 12 }, "2910.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.306, B\u00fcro", "arch_name": "H.306@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209405,18 +231159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66808, "usage_id": 12 }, "2910.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.307, B\u00fcro", "arch_name": "H.307@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209424,18 +231180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66809, "usage_id": 12 }, "2910.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.308, B\u00fcro", "arch_name": "H.308@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209443,18 +231201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66810, "usage_id": 12 }, "2910.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.309, B\u00fcro", "arch_name": "H.309@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209462,19 +231222,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66811, "usage_id": 12 }, "2910.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.310, B\u00fcro", "arch_name": "H.310@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28412, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209482,18 +231244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66812, "usage_id": 12 }, "2910.03.311": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.311, B\u00fcro", "arch_name": "H.311@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209501,18 +231265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66813, "usage_id": 12 }, "2910.03.312": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.312, B\u00fcro", "arch_name": "H.312@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209520,18 +231286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66814, "usage_id": 12 }, "2910.03.313": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.313, B\u00fcro", "arch_name": "H.313@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209539,18 +231307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66815, "usage_id": 12 }, "2910.03.314": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.314, B\u00fcro", "arch_name": "H.314@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209558,18 +231328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66816, "usage_id": 12 }, "2910.03.315": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.315, B\u00fcro", "arch_name": "H.315@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209577,18 +231349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66817, "usage_id": 12 }, "2910.03.316": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.316, B\u00fcro", "arch_name": "H.316@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209596,18 +231370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66818, "usage_id": 12 }, "2910.03.317": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.317, B\u00fcro", "arch_name": "H.317@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209615,18 +231391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66819, "usage_id": 12 }, "2910.03.318": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.318, Lager/Kopierer", "arch_name": "H.318@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209634,18 +231412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66820, "usage_id": 30 }, "2910.03.319": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.319, B\u00fcro", "arch_name": "H.319@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209653,19 +231433,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66821, "usage_id": 12 }, "2910.03.320": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.320, B\u00fcro", "arch_name": "H.320@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 32072, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209673,18 +231455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66822, "usage_id": 12 }, "2910.03.321": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.321, B\u00fcro", "arch_name": "H.321@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209692,18 +231476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66823, "usage_id": 12 }, "2910.03.330": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.330, Flur 'Treppenhaus N-O", "arch_name": "H.330@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209711,18 +231497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66842, "usage_id": 222 }, "2910.03.330A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.330A, Aufz\u00fcge N-O", "arch_name": "H.330A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -209730,18 +231518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66846, "usage_id": 4 }, "2910.03.331": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.331, Elektro", "arch_name": "H.331@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -209749,18 +231539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66844, "usage_id": 160 }, "2910.03.332": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.332, WC-Damen", "arch_name": "H.332@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -209768,18 +231560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66845, "usage_id": 116 }, "2910.03.333": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.333, Treppenhaus N-O", "arch_name": "H.333@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 52498, "seats": { @@ -209787,18 +231581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66843, "usage_id": 223 }, "2910.03.340": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.340, Flur 'Treppenhaus S-W", "arch_name": "H.340@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209806,18 +231602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66847, "usage_id": 222 }, "2910.03.340A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.340A, Aufz\u00fcge S-W", "arch_name": "H.340A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -209825,18 +231623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66848, "usage_id": 4 }, "2910.03.340B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.340B, Putzraum", "arch_name": "H.340B@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 52498, "seats": { @@ -209844,18 +231644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66853, "usage_id": 205 }, "2910.03.341": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.341, WC-Herren", "arch_name": "H.341@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -209863,18 +231665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66850, "usage_id": 115 }, "2910.03.342": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.342, Teek\u00fcche", "arch_name": "H.342@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -209882,18 +231686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66851, "usage_id": 198 }, "2910.03.342A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.342A, Elektro", "arch_name": "H.342A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -209901,18 +231707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66852, "usage_id": 160 }, "2910.03.343": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.343, Treppenhaus S-W", "arch_name": "H.343@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 52498, "seats": { @@ -209920,19 +231728,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66849, "usage_id": 223 }, "2910.03.351": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.351, B\u00fcro", "arch_name": "B.351@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 32492, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209940,19 +231750,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66826, "usage_id": 12 }, "2910.03.352": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.352, Besprechungsraum", "arch_name": "B.352@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28413, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209960,18 +231772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66827, "usage_id": 196 }, "2910.03.353": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.353, B\u00fcro", "arch_name": "B.353@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209979,18 +231793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66828, "usage_id": 12 }, "2910.03.354": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.354, B\u00fcro", "arch_name": "B.354@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -209998,18 +231814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66829, "usage_id": 12 }, "2910.03.355": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.355, Lager/Kopierer", "arch_name": "B.355@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210017,18 +231835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66830, "usage_id": 30 }, "2910.03.356": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.356, B\u00fcro", "arch_name": "B.356@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210036,18 +231856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66831, "usage_id": 12 }, "2910.03.357": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.357, B\u00fcro", "arch_name": "B.357@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210055,18 +231877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66832, "usage_id": 12 }, "2910.03.358": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.358, B\u00fcro", "arch_name": "B.358@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210074,18 +231898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66833, "usage_id": 12 }, "2910.03.359": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.359, B\u00fcro", "arch_name": "B.359@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210093,18 +231919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66834, "usage_id": 12 }, "2910.03.360": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.360, B\u00fcro", "arch_name": "B.360@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210112,18 +231940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66835, "usage_id": 12 }, "2910.03.361": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.361, B\u00fcro", "arch_name": "B.361@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210131,18 +231961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66836, "usage_id": 12 }, "2910.03.362": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.362, B\u00fcro", "arch_name": "B.362@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210150,18 +231982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66837, "usage_id": 12 }, "2910.03.363": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.363, B\u00fcro", "arch_name": "B.363@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210169,18 +232003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66838, "usage_id": 12 }, "2910.03.364": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.364, Teek\u00fcche", "arch_name": "B.364@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -210188,18 +232024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66839, "usage_id": 198 }, "2910.03.365": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.365, B\u00fcro", "arch_name": "B.365@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210207,18 +232045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66840, "usage_id": 12 }, "2910.03.367": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.367, Elektro", "arch_name": "B.367@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -210226,18 +232066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66864, "usage_id": 160 }, "2910.03.368": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.368, WC-Damen", "arch_name": "B.368@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -210245,18 +232087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66865, "usage_id": 116 }, "2910.03.369": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.369, WC-Herren", "arch_name": "B.369@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -210264,18 +232108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66866, "usage_id": 115 }, "2910.03.370": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.370, Durchgang zu Haus B", "arch_name": "H.370@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -210283,18 +232129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66824, "usage_id": 222 }, "2910.03.372": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.372, Flur", "arch_name": "H.372@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210302,18 +232150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66825, "usage_id": 222 }, "2910.03.373": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.373, Flur", "arch_name": "H.373@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210321,18 +232171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66841, "usage_id": 222 }, "2910.03.380": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.380, Flur", "arch_name": "B.380@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210340,18 +232192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66861, "usage_id": 222 }, "2910.03.381": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.381, Flur", "arch_name": "B.381@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210359,18 +232213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66862, "usage_id": 222 }, "2910.03.390": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.390, Fluchtbalkon (Reinig)", "arch_name": "H.390@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -210378,18 +232234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66855, "usage_id": 48 }, "2910.03.392": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.392, Fluchtbalkon (Reinig)", "arch_name": "H.392@2910", "area_id": 29, "building_id": 1929, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -210397,18 +232255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66854, "usage_id": 48 }, "2910.04.401": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.401, Empfangsbereich", "arch_name": "H.401@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210416,18 +232276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66867, "usage_id": 44 }, "2910.04.402": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.402, B\u00fcro", "arch_name": "H.402@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210435,18 +232297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66868, "usage_id": 12 }, "2910.04.403": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.403, B\u00fcro", "arch_name": "H.403@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210454,18 +232318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66878, "usage_id": 12 }, "2910.04.404": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.404, B\u00fcro", "arch_name": "H.404@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210473,18 +232339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66879, "usage_id": 12 }, "2910.04.405": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.405, B\u00fcro", "arch_name": "H.405@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210492,18 +232360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66880, "usage_id": 12 }, "2910.04.406": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.406, B\u00fcro", "arch_name": "H.406@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210511,18 +232381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66881, "usage_id": 12 }, "2910.04.407": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.407, B\u00fcro", "arch_name": "H.407@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210530,18 +232402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66882, "usage_id": 12 }, "2910.04.408": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.408, Lager/Kopierer", "arch_name": "H.408@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210549,18 +232423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66883, "usage_id": 30 }, "2910.04.409": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.409, B\u00fcro", "arch_name": "H.409@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210568,18 +232444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66884, "usage_id": 12 }, "2910.04.410": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.410, B\u00fcro", "arch_name": "H.410@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210587,18 +232465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66885, "usage_id": 12 }, "2910.04.411": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.411, B\u00fcro", "arch_name": "H.411@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210606,18 +232486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66888, "usage_id": 12 }, "2910.04.412": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.412, B\u00fcro", "arch_name": "H.412@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210625,18 +232507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66889, "usage_id": 12 }, "2910.04.413": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.413, B\u00fcro", "arch_name": "H.413@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210644,19 +232528,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66890, "usage_id": 12 }, "2910.04.414": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.414, Besprechungsraum", "arch_name": "H.414@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 31992, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210664,18 +232550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66891, "usage_id": 196 }, "2910.04.415": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.415, B\u00fcro", "arch_name": "H.415@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210683,18 +232571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66892, "usage_id": 12 }, "2910.04.416": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.416, B\u00fcro", "arch_name": "H.416@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210702,18 +232592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66893, "usage_id": 12 }, "2910.04.417": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.417, B\u00fcro", "arch_name": "H.417@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210721,18 +232613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66894, "usage_id": 12 }, "2910.04.418": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.418, Teek\u00fcche", "arch_name": "H.418@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 52498, "seats": { @@ -210740,18 +232634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66895, "usage_id": 198 }, "2910.04.430": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.402, Flur Treppenhaus N-O", "arch_name": "H.402@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210759,18 +232655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66869, "usage_id": 222 }, "2910.04.430A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.402A, Aufz\u00fcge N-O", "arch_name": "H.402A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -210778,18 +232676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66871, "usage_id": 222 }, "2910.04.431": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.401, Elektro", "arch_name": "H.401@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -210797,18 +232697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66872, "usage_id": 160 }, "2910.04.432": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.402, WC-Herren", "arch_name": "H.402@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -210816,18 +232718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66873, "usage_id": 115 }, "2910.04.433": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.403, Treppenhaus N-O", "arch_name": "H.403@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 52498, "seats": { @@ -210835,18 +232739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66870, "usage_id": 223 }, "2910.04.440": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.440, Flur Treppenhaus S-W", "arch_name": "H.440@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210854,18 +232760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66900, "usage_id": 222 }, "2910.04.440A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.440A, Aufzug S-W", "arch_name": "H.440A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -210873,18 +232781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66902, "usage_id": 222 }, "2910.04.440B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.440B, Putzraum", "arch_name": "H.440B@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Kunststoff", "main_operator_id": 52498, "seats": { @@ -210892,18 +232802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66904, "usage_id": 205 }, "2910.04.440C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.440C, Technik", "arch_name": "H.440C@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -210911,18 +232823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66903, "usage_id": 160 }, "2910.04.441": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.441, Flur WC", "arch_name": "H.441@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -210930,18 +232844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66898, "usage_id": 222 }, "2910.04.442": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.442, WC-Damen", "arch_name": "H.442@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -210949,18 +232865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66899, "usage_id": 116 }, "2910.04.443": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.443, Treppenhaus S-W", "arch_name": "H.443@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 52498, "seats": { @@ -210968,19 +232886,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66901, "usage_id": 223 }, "2910.04.456": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.456, Besprechungsraum", "arch_name": "B.456@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 32552, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -210988,18 +232908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74030, "usage_id": 196 }, "2910.04.472": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.472, Flur", "arch_name": "H.472@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -211007,18 +232929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66896, "usage_id": 222 }, "2910.04.473": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.473, Flur", "arch_name": "H.473@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 52498, "seats": { @@ -211026,18 +232950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66897, "usage_id": 222 }, "2910.04.490": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.490, Reinigungsbalkon (Reinig)", "arch_name": "H.490@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211045,18 +232971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66874, "usage_id": 48 }, "2910.04.491": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.491, Fluchtbalkon (Reinig)", "arch_name": "H.491@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211064,18 +232992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66875, "usage_id": 48 }, "2910.04.492": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.492, Fluchtgitter (Reinig -29,07 m\u00b2)", "arch_name": "H.492@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211083,18 +233013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66876, "usage_id": 48 }, "2910.04.493": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.493, Fluchtbalkon (Reinig)", "arch_name": "H.493@2910", "area_id": 29, "building_id": 1929, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211102,19 +233034,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66877, "usage_id": 48 }, "2910.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.001, Seminarraum", "arch_name": "H.001@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28012, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211122,19 +233056,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66718, "usage_id": 41 }, "2910.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.002, Seminarraum", "arch_name": "H.002@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28013, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211142,19 +233078,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66719, "usage_id": 41 }, "2910.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.003, Seminarraum", "arch_name": "H.003@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28014, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211162,19 +233100,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66720, "usage_id": 41 }, "2910.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.004, CIP-Raum", "arch_name": "H.004@2910", "area_id": 29, "building_id": 1929, "calendar_resource_nr": 28020, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211182,18 +233122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66721, "usage_id": 213 }, "2910.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.006, Elektro 2", "arch_name": "H.006@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211201,18 +233143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66715, "usage_id": 160 }, "2910.EG.007": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.007, B\u00fcro", "arch_name": "H.007@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211220,18 +233164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66717, "usage_id": 12 }, "2910.EG.008": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.008, HLS", "arch_name": "H.008@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211239,18 +233185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66716, "usage_id": 160 }, "2910.EG.030": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.030, Flur Treppenhaus N-O", "arch_name": "H.030@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211258,18 +233206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66709, "usage_id": 222 }, "2910.EG.030A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.030A, Aufz\u00fcge N-O", "arch_name": "H.030A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211277,18 +233227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66710, "usage_id": 4 }, "2910.EG.031": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.031, WC-Herren", "arch_name": "H.031@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -211296,18 +233248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66712, "usage_id": 115 }, "2910.EG.032": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.032, Beh.-WC", "arch_name": "H.032@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211315,18 +233269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66713, "usage_id": 117 }, "2910.EG.033": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.033, Treppenhaus N-O", "arch_name": "H.033@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211334,18 +233290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66711, "usage_id": 223 }, "2910.EG.040": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.040, Flur Treppenhaus S-W", "arch_name": "H.040@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211353,18 +233311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66723, "usage_id": 222 }, "2910.EG.040A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.040A, Aufzug S-W", "arch_name": "H.040A@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211372,18 +233332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66725, "usage_id": 4 }, "2910.EG.040B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.040B, Flur S-W", "arch_name": "H.040B@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211391,18 +233353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66726, "usage_id": 222 }, "2910.EG.041": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.041, WC-Damen", "arch_name": "H.041@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 52498, "seats": { @@ -211410,18 +233374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66728, "usage_id": 116 }, "2910.EG.042": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.042, Elektro 1", "arch_name": "H.042@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211429,18 +233395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66727, "usage_id": 160 }, "2910.EG.043": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.043, Treppenhaus S-W", "arch_name": "H.043@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211448,18 +233416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66724, "usage_id": 222 }, "2910.EG.071": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.071, Haupteingangsflur", "arch_name": "H.071@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211467,18 +233437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66714, "usage_id": 222 }, "2910.EG.072": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.072, Flurbereich Seminar", "arch_name": "H.072@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 52498, "seats": { @@ -211486,18 +233458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66722, "usage_id": 222 }, "2910.EG.090": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "B.090, Zugangsbereich-1/HfP", "arch_name": "B.090@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211505,18 +233479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66708, "usage_id": 15 }, "2910.EG.091": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 1", "zip_code": 80333 }, + "alt_name": "H.091, Zugangsbereich-2/HfP", "arch_name": "H.091@2910", "area_id": 29, "building_id": 1929, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 52498, "seats": { @@ -211524,19 +233500,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68909, "usage_id": 15 }, "2911.01.100": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "100, Seminarraum", "arch_name": "100@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 27792, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211544,19 +233522,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66570, "usage_id": 41 }, "2911.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30918, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211564,19 +233544,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66572, "usage_id": 12 }, "2911.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "103, Seminarraum", "arch_name": "103@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 27793, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211584,19 +233566,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66571, "usage_id": 41 }, "2911.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30919, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211604,19 +233588,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66573, "usage_id": 12 }, "2911.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "105, B\u00fcro", "arch_name": "105@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30920, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211624,18 +233610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66574, "usage_id": 12 }, "2911.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "106, WC-Herren", "arch_name": "106@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26608, "seats": { @@ -211643,18 +233631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66587, "usage_id": 115 }, "2911.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "107, Flur 4/Kopierer", "arch_name": "107@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211662,18 +233652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66585, "usage_id": 222 }, "2911.01.107A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "107A, WC-Damen", "arch_name": "107A@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26608, "seats": { @@ -211681,18 +233673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66588, "usage_id": 116 }, "2911.01.107B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "107B, Teek\u00fcche", "arch_name": "107B@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -211700,19 +233694,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66589, "usage_id": 198 }, "2911.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "108, Dozentenzimmer", "arch_name": "108@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 27893, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211720,19 +233716,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66575, "usage_id": 12 }, "2911.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "109, B\u00fcro", "arch_name": "109@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30921, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211740,19 +233738,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66576, "usage_id": 12 }, "2911.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "110, B\u00fcro", "arch_name": "110@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30922, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211760,19 +233760,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66577, "usage_id": 12 }, "2911.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "111, B\u00fcro", "arch_name": "111@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30923, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211780,19 +233782,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66578, "usage_id": 12 }, "2911.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "112, B\u00fcro", "arch_name": "112@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30924, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211800,18 +233804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66579, "usage_id": 12 }, "2911.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "113, Flur 3", "arch_name": "113@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211819,18 +233825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66583, "usage_id": 222 }, "2911.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "114, Flur 1", "arch_name": "114@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211838,18 +233846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66582, "usage_id": 222 }, "2911.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "115, Flur 2", "arch_name": "115@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211857,18 +233867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66584, "usage_id": 222 }, "2911.01.116": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "116, Treppenhaus", "arch_name": "116@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 26608, "seats": { @@ -211876,18 +233888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66586, "usage_id": 223 }, "2911.01.117": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "117, Archiv", "arch_name": "117@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26608, "seats": { @@ -211895,18 +233909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66580, "usage_id": 2 }, "2911.01.118": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "118, ET", "arch_name": "118@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26608, "seats": { @@ -211914,18 +233930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66581, "usage_id": 160 }, "2911.01.199": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "199, Anteilige Konstruktionsfl\u00e4che lt. Mietvertrag", "arch_name": "199@2911", "area_id": 29, "building_id": 1889, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -211933,19 +233951,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66565, "usage_id": 222 }, "2911.02.200": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "200, Seminarraum", "arch_name": "200@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 27794, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211953,19 +233973,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66590, "usage_id": 41 }, "2911.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "203, Seminarraum", "arch_name": "203@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 27795, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211973,19 +233995,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66591, "usage_id": 41 }, "2911.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "204, Seminarraum", "arch_name": "204@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 27796, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -211993,18 +234017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66592, "usage_id": 41 }, "2911.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "206, WC-Herren", "arch_name": "206@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26608, "seats": { @@ -212012,18 +234038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66593, "usage_id": 115 }, "2911.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "207, Flur 4/Kopierer", "arch_name": "207@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212031,18 +234059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66604, "usage_id": 222 }, "2911.02.207A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "20A, WC-Damen", "arch_name": "20A@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26608, "seats": { @@ -212050,18 +234080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66594, "usage_id": 116 }, "2911.02.207B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "20B, Teek\u00fcche", "arch_name": "20B@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -212069,19 +234101,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66595, "usage_id": 198 }, "2911.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "208, B\u00fcro", "arch_name": "208@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 27894, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212089,19 +234123,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66596, "usage_id": 12 }, "2911.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "209, B\u00fcro", "arch_name": "209@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30925, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212109,19 +234145,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66597, "usage_id": 12 }, "2911.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "210, B\u00fcro", "arch_name": "210@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30926, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212129,19 +234167,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66598, "usage_id": 12 }, "2911.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "211, B\u00fcro", "arch_name": "211@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30927, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212149,19 +234189,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66599, "usage_id": 12 }, "2911.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "212, B\u00fcro", "arch_name": "212@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30928, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212169,18 +234211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66600, "usage_id": 12 }, "2911.02.213": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "213, Flur 3", "arch_name": "213@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212188,18 +234232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66603, "usage_id": 222 }, "2911.02.214": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "214, Flur 1", "arch_name": "214@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212207,18 +234253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66605, "usage_id": 222 }, "2911.02.215": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "215, Flur 2", "arch_name": "215@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212226,18 +234274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66606, "usage_id": 222 }, "2911.02.216": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "216, Treppenhaus", "arch_name": "216@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 26608, "seats": { @@ -212245,18 +234295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66607, "usage_id": 223 }, "2911.02.217": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "217, Archiv", "arch_name": "217@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26608, "seats": { @@ -212264,18 +234316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66601, "usage_id": 2 }, "2911.02.218": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "218, ET", "arch_name": "218@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26608, "seats": { @@ -212283,18 +234337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66602, "usage_id": 160 }, "2911.02.299": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "299, Anteilige Konstruktionsfl\u00e4che lt. Mietvertrag", "arch_name": "299@2911", "area_id": 29, "building_id": 1889, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -212302,19 +234358,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66566, "usage_id": 222 }, "2911.03.300": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "300, B\u00fcro", "arch_name": "300@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30929, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212322,19 +234380,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66608, "usage_id": 12 }, "2911.03.301": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "301, B\u00fcro", "arch_name": "301@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30893, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212342,19 +234402,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66609, "usage_id": 12 }, "2911.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "302, B\u00fcro", "arch_name": "302@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30930, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212362,19 +234424,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66610, "usage_id": 12 }, "2911.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "303, B\u00fcro", "arch_name": "303@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30931, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212382,19 +234446,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66611, "usage_id": 12 }, "2911.03.304": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "304, B\u00fcro", "arch_name": "304@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30892, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212402,19 +234468,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66612, "usage_id": 12 }, "2911.03.305": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "305, B\u00fcro", "arch_name": "305@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30932, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212422,18 +234490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66613, "usage_id": 12 }, "2911.03.306": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "306, WC-Herren", "arch_name": "306@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 26608, "seats": { @@ -212441,18 +234511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66626, "usage_id": 115 }, "2911.03.307": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "307, Flur 5", "arch_name": "307@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212460,18 +234532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66623, "usage_id": 222 }, "2911.03.307A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "307A, WC-Damen", "arch_name": "307A@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 26608, "seats": { @@ -212479,18 +234553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66627, "usage_id": 116 }, "2911.03.307B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "307B, Teek\u00fcche", "arch_name": "307B@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 26608, "seats": { @@ -212498,19 +234574,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66628, "usage_id": 198 }, "2911.03.308": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "308, Besprechungsraum", "arch_name": "308@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 27892, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212518,19 +234596,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66614, "usage_id": 196 }, "2911.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "309, B\u00fcro", "arch_name": "309@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30952, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212538,19 +234618,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66615, "usage_id": 12 }, "2911.03.310": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "310, B\u00fcro", "arch_name": "310@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30933, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212558,18 +234640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66616, "usage_id": 12 }, "2911.03.310A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "310A, Terrasse", "arch_name": "310A@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26608, "seats": { @@ -212577,19 +234661,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66629, "usage_id": 48 }, "2911.03.311": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "311, B\u00fcro", "arch_name": "311@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30912, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212597,19 +234683,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66617, "usage_id": 12 }, "2911.03.312": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "312, B\u00fcro", "arch_name": "312@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30913, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212617,18 +234705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66618, "usage_id": 12 }, "2911.03.314": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "314, Flur 1", "arch_name": "314@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212636,18 +234726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66619, "usage_id": 222 }, "2911.03.315": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "315, Flur 2", "arch_name": "315@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212655,18 +234747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66620, "usage_id": 222 }, "2911.03.316": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "316, Treppenhaus", "arch_name": "316@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 26608, "seats": { @@ -212674,19 +234768,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66624, "usage_id": 223 }, "2911.03.317": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "317, Flur 4", "arch_name": "317@2911", "area_id": 29, "building_id": 1889, "calendar_resource_nr": 30914, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212694,18 +234790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66621, "usage_id": 222 }, "2911.03.318": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "318, ET", "arch_name": "318@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26608, "seats": { @@ -212713,18 +234811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66625, "usage_id": 160 }, "2911.03.319": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "319, Flur 3", "arch_name": "319@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -212732,18 +234832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66622, "usage_id": 222 }, "2911.03.399": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "399, Anteilige Konstruktionsfl\u00e4che lt. Mietvertrag", "arch_name": "399@2911", "area_id": 29, "building_id": 1889, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -212751,18 +234853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66567, "usage_id": 222 }, "2911.04.400": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "400, B\u00fcro", "arch_name": "400@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 42606, "seats": { @@ -212770,18 +234874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66630, "usage_id": 12 }, "2911.04.401": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "401, B\u00fcro", "arch_name": "401@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 42606, "seats": { @@ -212789,18 +234895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66662, "usage_id": 12 }, "2911.04.402": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "402, B\u00fcro", "arch_name": "402@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 42606, "seats": { @@ -212808,18 +234916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66678, "usage_id": 12 }, "2911.04.403": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "403, B\u00fcro", "arch_name": "403@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 42606, "seats": { @@ -212827,18 +234937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66631, "usage_id": 12 }, "2911.04.404": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "404, B\u00fcro", "arch_name": "404@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 42606, "seats": { @@ -212846,18 +234958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66632, "usage_id": 12 }, "2911.04.405": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "405, B\u00fcro", "arch_name": "405@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 42606, "seats": { @@ -212865,18 +234979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66633, "usage_id": 12 }, "2911.04.406": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "406, WC-Herren", "arch_name": "406@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 42606, "seats": { @@ -212884,18 +235000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66641, "usage_id": 115 }, "2911.04.407": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "407, Flur 3", "arch_name": "407@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 42606, "seats": { @@ -212903,18 +235021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66636, "usage_id": 222 }, "2911.04.407A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "407A, WC-Damen", "arch_name": "407A@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 42606, "seats": { @@ -212922,18 +235042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66640, "usage_id": 116 }, "2911.04.407B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "407B, Teek\u00fcche", "arch_name": "407B@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 42606, "seats": { @@ -212941,18 +235063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66639, "usage_id": 198 }, "2911.04.410": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "410, B\u00fcro", "arch_name": "410@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 42606, "seats": { @@ -212960,18 +235084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66634, "usage_id": 12 }, "2911.04.414": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "414, Flur 1", "arch_name": "414@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 42606, "seats": { @@ -212979,18 +235105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66635, "usage_id": 222 }, "2911.04.415": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "415, Flur 2", "arch_name": "415@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 42606, "seats": { @@ -212998,18 +235126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66637, "usage_id": 222 }, "2911.04.416": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "416, Treppenhaus", "arch_name": "416@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 42606, "seats": { @@ -213017,18 +235147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66638, "usage_id": 223 }, "2911.04.417": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "417, Putzraum", "arch_name": "417@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 42606, "seats": { @@ -213036,18 +235168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66642, "usage_id": 205 }, "2911.04.418": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "418, ET", "arch_name": "418@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 42606, "seats": { @@ -213055,18 +235189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66543, "usage_id": 160 }, "2911.04.499": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "499, Anteilige Konstruktionsfl\u00e4che lt. Mietvertrag", "arch_name": "499@2911", "area_id": 29, "building_id": 1889, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -213074,18 +235210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66568, "usage_id": 222 }, "2911.05.500": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "500, Seminarraum", "arch_name": "500@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -213093,18 +235231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66544, "usage_id": 41 }, "2911.05.502": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "502, B\u00fcro", "arch_name": "502@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 50278, "seats": { @@ -213112,18 +235252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66545, "usage_id": 12 }, "2911.05.503": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "503, B\u00fcro", "arch_name": "503@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 50278, "seats": { @@ -213131,18 +235273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66546, "usage_id": 12 }, "2911.05.504": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "504, B\u00fcro", "arch_name": "504@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 50278, "seats": { @@ -213150,18 +235294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66547, "usage_id": 12 }, "2911.05.505": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "505, Flur 2", "arch_name": "505@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -213169,18 +235315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66560, "usage_id": 222 }, "2911.05.505A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "505, ET", "arch_name": "505@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 50278, "seats": { @@ -213188,18 +235336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66562, "usage_id": 160 }, "2911.05.505B": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "505B, WC-Damen", "arch_name": "505B@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -213207,18 +235357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66563, "usage_id": 116 }, "2911.05.505C": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "505C, WC-Herren", "arch_name": "505C@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -213226,18 +235378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66564, "usage_id": 115 }, "2911.05.506": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "506, Gemeinschafts-Teek\u00fcche", "arch_name": "506@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -213245,18 +235399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66561, "usage_id": 198 }, "2911.05.507": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "507, Lager/Serverraum", "arch_name": "507@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -213264,18 +235420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66556, "usage_id": 30 }, "2911.05.508": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "508, B\u00fcro", "arch_name": "508@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -213283,18 +235441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66548, "usage_id": 12 }, "2911.05.509": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "509, B\u00fcro", "arch_name": "509@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -213302,18 +235462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66549, "usage_id": 12 }, "2911.05.510": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "510, B\u00fcro/Reserve ZA 4", "arch_name": "510@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26064, "seats": { @@ -213321,18 +235483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66550, "usage_id": 12 }, "2911.05.511": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "511, B\u00fcro/Reserve ZA 4", "arch_name": "511@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26064, "seats": { @@ -213340,18 +235504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66551, "usage_id": 12 }, "2911.05.514": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "514, Flur 1", "arch_name": "514@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -213359,18 +235525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66552, "usage_id": 222 }, "2911.05.514A": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "514A, Speicherzugang", "arch_name": "514A@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -213378,18 +235546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66559, "usage_id": 222 }, "2911.05.515": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "515, Aufzugsmaschinenraum", "arch_name": "515@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -213397,18 +235567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66554, "usage_id": 5 }, "2911.05.516": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "516, Treppenhaus", "arch_name": "516@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -213416,18 +235588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66553, "usage_id": 223 }, "2911.05.517": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "517, ET", "arch_name": "517@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -213435,18 +235609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66555, "usage_id": 160 }, "2911.05.518": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "518, Lager ZA 4", "arch_name": "518@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -213454,18 +235630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66557, "usage_id": 30 }, "2911.05.519": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "519, Lager ZA 4", "arch_name": "519@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 26064, "seats": { @@ -213473,18 +235651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66558, "usage_id": 30 }, "2911.05.599": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Richard-Wagner-Str. 3", "zip_code": 80333 }, + "alt_name": "599, Anteilige Konstruktionsfl\u00e4che lt. Mietvertrag", "arch_name": "599@2911", "area_id": 29, "building_id": 1889, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -213492,1671 +235672,1847 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66569, "usage_id": 222 }, "2912.01.101A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.01A, Treppenhaus E", "arch_name": "E.1.01A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75843, "usage_id": 223 }, "2912.01.101B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.01B, Corridor", "arch_name": "E.1.01B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75845, "usage_id": 222 }, "2912.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.02, Besprechungsraum", "arch_name": "E.1.02@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 75853, + "usage_id": 196 }, "2912.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.03, B\u00fcro/Open Sace", "arch_name": "E.1.03@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75852, "usage_id": 12 }, "2912.01.104A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.04A, WC-Vorraum", "arch_name": "E.1.04A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75854, "usage_id": 118 }, "2912.01.104B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.04B, WC", "arch_name": "E.1.04B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75855, "usage_id": 114 }, "2912.01.106A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.06A, WC-Vorraum", "arch_name": "E.1.06A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75856, "usage_id": 118 }, "2912.01.106B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.06B, WC", "arch_name": "E.1.06B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75857, "usage_id": 114 }, "2912.01.108A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.08A, Treppenhaus E2", "arch_name": "E.1.08A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75848, "usage_id": 223 }, "2912.01.108B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.08B, Flur/Halle E", "arch_name": "E.1.08B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75849, "usage_id": 222 }, "2912.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.09, B\u00fcro", "arch_name": "E.1.09@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 30 + "tumonline_id": 75847, + "usage_id": 12 }, "2912.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.10, Flur/Vestibule", "arch_name": "E.1.10@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75846, "usage_id": 222 }, "2912.01.111A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.11A, B\u00fcro", "arch_name": "E.1.11A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75858, "usage_id": 12 }, "2912.01.111B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.11B, B\u00fcro", "arch_name": "E.1.11B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75859, "usage_id": 12 }, "2912.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.12, B\u00fcro", "arch_name": "E.1.12@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 196 + "tumonline_id": 75860, + "usage_id": 12 }, "2912.01.113": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.13, Post u. Kopierraum", "arch_name": "E.1.13@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 75851, + "usage_id": 110 }, "2912.01.114": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.14, Besprechung", "arch_name": "E.1.14@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75850, "usage_id": 196 }, "2912.01.115": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.15, Besprechung", "arch_name": "E.1.15@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75861, "usage_id": 196 }, "2912.01.127": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.1.27, Aufzug", "arch_name": "E.1.27@2912", "area_id": 29, "building_id": 3250, + "floor_level": "1.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75844, "usage_id": 4 }, "2912.02.201A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.01A, Treppenhaus E", "arch_name": "E.2.01A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75864, "usage_id": 222 }, "2912.02.201B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.01B, Corridor", "arch_name": "E.2.01B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75863, "usage_id": 222 }, "2912.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.02, Besprechung", "arch_name": "E.2.02@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75865, "usage_id": 196 }, "2912.02.202A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.02A, K\u00fcche", "arch_name": "E.2.02A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75871, "usage_id": 28 }, "2912.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.03, B\u00fcro/Open Space", "arch_name": "E.2.03@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75877, "usage_id": 12 }, "2912.02.203A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.03A, B\u00fcro", "arch_name": "E.2.03A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75880, "usage_id": 12 }, "2912.02.203B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.03B, B\u00fcro", "arch_name": "E.2.03B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75879, "usage_id": 12 }, "2912.02.203C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.03C, B\u00fcro", "arch_name": "E.2.03C@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75878, "usage_id": 12 }, "2912.02.203D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.03D, Post u. Druckraum", "arch_name": "E.2.03D@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75872, "usage_id": 110 }, "2912.02.204A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.04A, WC-Vorraum", "arch_name": "E.2.04A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75866, "usage_id": 118 }, "2912.02.204B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.04B, WC", "arch_name": "E.2.04B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75867, "usage_id": 114 }, "2912.02.206A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.06A, WC-Vorraum", "arch_name": "E.2.06A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75868, "usage_id": 118 }, "2912.02.206B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.06B, WC", "arch_name": "E.2.06B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75869, "usage_id": 114 }, "2912.02.208A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.08A, Treppenhaus E2", "arch_name": "E.2.08A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75874, "usage_id": 222 }, "2912.02.208B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.08B, Halle E", "arch_name": "E.2.08B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75873, "usage_id": 222 }, "2912.02.209": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.09, B\u00fcro", "arch_name": "E.2.09@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75870, "usage_id": 12 }, "2912.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.11, Besprechung", "arch_name": "E.2.11@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75876, "usage_id": 196 }, "2912.02.212": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.12, Besprechung", "arch_name": "E.2.12@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75875, "usage_id": 196 }, "2912.02.227": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.2.27, Aufzug E", "arch_name": "E.2.27@2912", "area_id": 29, "building_id": 3250, + "floor_level": "2.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75862, "usage_id": 4 }, "2912.03.301A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.01A, Treppenhaus E", "arch_name": "E.3.01A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75883, "usage_id": 223 }, "2912.03.301B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.01B, Corridor", "arch_name": "E.3.01B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75882, "usage_id": 222 }, "2912.03.302": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.02, Besprechung", "arch_name": "E.3.02@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75885, "usage_id": 196 }, "2912.03.302A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.02A, K\u00fcche", "arch_name": "E.3.02A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75884, "usage_id": 28 }, "2912.03.303": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.03, B\u00fcro/Open Space", "arch_name": "E.3.03@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75894, "usage_id": 12 }, "2912.03.303A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.03A, B\u00fcro", "arch_name": "E.3.03A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75886, "usage_id": 12 }, "2912.03.303B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.03B, B\u00fcro", "arch_name": "E.3.03B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75887, "usage_id": 12 }, "2912.03.303C": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.03C, B\u00fcro", "arch_name": "E.3.03C@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75888, "usage_id": 12 }, "2912.03.303D": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.03D, Post/Drucker", "arch_name": "E.3.03D@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75889, "usage_id": 110 }, "2912.03.304A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.04A, WC", "arch_name": "E.3.04A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75896, "usage_id": 114 }, "2912.03.306A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.06A, WC", "arch_name": "E.3.06A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75897, "usage_id": 114 }, "2912.03.308A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.08A, Treppenhaus E2", "arch_name": "E.3.08A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75891, "usage_id": 223 }, "2912.03.308B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.08B, Halle E", "arch_name": "E.3.08B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75890, "usage_id": 222 }, "2912.03.309": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.09, B\u00fcro", "arch_name": "E.3.09@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75895, "usage_id": 12 }, "2912.03.311": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.11, B\u00fcro", "arch_name": "E.3.11@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 196 + "tumonline_id": 75893, + "usage_id": 12 }, "2912.03.312": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.12, B\u00fcro", "arch_name": "E.3.12@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 196 + "tumonline_id": 75892, + "usage_id": 12 }, "2912.03.327": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.3.27, Aufzug", "arch_name": "E.3.27@2912", "area_id": 29, "building_id": 3250, + "floor_level": "3.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75881, "usage_id": 4 }, "2912.04.401A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.01A, Treppenhaus E", "arch_name": "E.4.01A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75900, "usage_id": 223 }, "2912.04.401B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.01B, Corridor", "arch_name": "E.4.01B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75899, "usage_id": 222 }, "2912.04.402": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.02, Besprechung", "arch_name": "E.4.02@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75901, "usage_id": 196 }, "2912.04.402A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.02A, K\u00fcche", "arch_name": "E.4.02A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75905, "usage_id": 28 }, "2912.04.403": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.03, B\u00fcro/Open Space", "arch_name": "E.4.03@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75910, "usage_id": 12 }, "2912.04.403A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.03A, B\u00fcro", "arch_name": "E.4.03A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75906, "usage_id": 12 }, "2912.04.403B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.03B, B\u00fcro", "arch_name": "E.4.03B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75907, "usage_id": 12 }, "2912.04.403C": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.03C, B\u00fcro", "arch_name": "E.4.03C@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75908, "usage_id": 12 }, "2912.04.403D": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.03D, Post/Drucker", "arch_name": "E.4.03D@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75909, "usage_id": 110 }, "2912.04.404B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.04B, WC", "arch_name": "E.4.04B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75903, "usage_id": 114 }, "2912.04.406B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.06B, WC", "arch_name": "E.4.06B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75902, "usage_id": 114 }, "2912.04.408A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.08A, Treppenhaus E2", "arch_name": "E.4.08A@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75912, "usage_id": 223 }, "2912.04.408B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.08B, Halle E", "arch_name": "E.4.08B@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75911, "usage_id": 222 }, "2912.04.409": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.09, B\u00fcro", "arch_name": "E.4.09@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 196 + "tumonline_id": 75904, + "usage_id": 12 }, "2912.04.411": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.11, B\u00fcro", "arch_name": "E.4.11@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 196 + "tumonline_id": 75914, + "usage_id": 12 }, "2912.04.412": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.12, B\u00fcro", "arch_name": "E.4.12@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 196 + "tumonline_id": 75913, + "usage_id": 12 }, "2912.04.427": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "E.4.27, Aufzug", "arch_name": "E.4.27@2912", "area_id": 29, "building_id": 3250, + "floor_level": "4.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75898, "usage_id": 4 }, "2913.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.01, B\u00fcro/Open Space", "arch_name": "F.1.01@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75924, "usage_id": 12 }, "2913.01.103A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.03A, WC-Vorraum", "arch_name": "F.1.03A@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75918, "usage_id": 118 }, "2913.01.103B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.03B, WC", "arch_name": "F.1.03B@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75919, "usage_id": 114 }, "2913.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.04, Flur/Halle F-G", "arch_name": "F.1.04@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75922, "usage_id": 222 }, "2913.01.105A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.05A, WC-Vorraum", "arch_name": "F.1.05A@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75920, "usage_id": 118 }, "2913.01.105B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.05B, WC", "arch_name": "F.1.05B@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75921, "usage_id": 114 }, "2913.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.07, Lager", "arch_name": "F.1.07@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75916, "usage_id": 30 }, "2913.01.108": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.08, Flur/Halle", "arch_name": "F.1.08@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75915, "usage_id": 222 }, "2913.01.109": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.09, WC", "arch_name": "F.1.09@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75917, "usage_id": 114 }, "2913.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.10, Seminarraum", "arch_name": "F.1.10@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 75929, + "usage_id": 41 }, "2913.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.11, Seminarraum", "arch_name": "F.1.11@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 75925, + "usage_id": 41 }, "2913.01.112": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.12, Seminarraum", "arch_name": "F.1.12@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 75923, + "usage_id": 41 }, "2913.01.127": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.27, Flur/Halle F", "arch_name": "F.1.27@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75926, "usage_id": 222 }, "2913.01.127A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.27A, Treppenhaus F", "arch_name": "F.1.27A@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75928, "usage_id": 223 }, "2913.01.127B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Augustenstr. 40", "zip_code": 80333 }, + "alt_name": "F.1.27B, Aufzug", "arch_name": "F.1.27B@2913", "area_id": 29, "building_id": 3249, + "floor_level": "1.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75927, "usage_id": 4 }, "2920.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "101, B\u00fcro", "arch_name": "101@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215164,18 +237520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68396, "usage_id": 12 }, "2920.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215183,18 +237541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68397, "usage_id": 12 }, "2920.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "103, B\u00fcro", "arch_name": "103@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215202,18 +237562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68379, "usage_id": 12 }, "2920.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215221,18 +237583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68380, "usage_id": 12 }, "2920.01.104A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "104A, Wintergarten", "arch_name": "104A@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 13968, "seats": { @@ -215240,18 +237604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68415, "usage_id": 44 }, "2920.01.104B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "104B, Balkon", "arch_name": "104B@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -215259,18 +237625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68416, "usage_id": 48 }, "2920.01.105": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "105, B\u00fcro", "arch_name": "105@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215278,18 +237646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68381, "usage_id": 12 }, "2920.01.106": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "106, Vorraum", "arch_name": "106@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215297,18 +237667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68412, "usage_id": 222 }, "2920.01.107": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "107, WC", "arch_name": "107@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -215316,18 +237688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68425, "usage_id": 114 }, "2920.01.110": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "110, Diele", "arch_name": "110@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -215335,18 +237709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68413, "usage_id": 222 }, "2920.01.111": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "111, WC", "arch_name": "111@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -215354,18 +237730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68414, "usage_id": 114 }, "2920.02.201": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "201, B\u00fcro", "arch_name": "201@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215373,18 +237751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68422, "usage_id": 12 }, "2920.02.202": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "202, B\u00fcro", "arch_name": "202@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215392,18 +237772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68417, "usage_id": 12 }, "2920.02.203": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "203, B\u00fcro", "arch_name": "203@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215411,18 +237793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68423, "usage_id": 12 }, "2920.02.204": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "204, B\u00fcro", "arch_name": "204@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215430,18 +237814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68382, "usage_id": 12 }, "2920.02.204A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "204A, Wintergarten", "arch_name": "204A@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 13968, "seats": { @@ -215449,18 +237835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68385, "usage_id": 44 }, "2920.02.204B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "204B, Balkon", "arch_name": "204B@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -215468,18 +237856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68398, "usage_id": 48 }, "2920.02.205": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "205, B\u00fcro", "arch_name": "205@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215487,18 +237877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68383, "usage_id": 12 }, "2920.02.206": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "206, Vorraum", "arch_name": "206@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215506,18 +237898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68399, "usage_id": 222 }, "2920.02.207": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "205, WC", "arch_name": "205@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -215525,18 +237919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68386, "usage_id": 114 }, "2920.02.208": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "208, Technik", "arch_name": "208@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -215544,18 +237940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68401, "usage_id": 120 }, "2920.02.210": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "210, Gang", "arch_name": "210@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -215563,18 +237961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68400, "usage_id": 222 }, "2920.02.211": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "211, WC", "arch_name": "211@2920", "area_id": 29, "building_id": 2189, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -215582,18 +237982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68384, "usage_id": 114 }, "2920.EG.001": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "001, B\u00fcro", "arch_name": "001@2920", "area_id": 29, "building_id": 2189, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47777, "seats": { @@ -215601,18 +238003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68378, "usage_id": 12 }, "2920.EG.002": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "002, B\u00fcro", "arch_name": "002@2920", "area_id": 29, "building_id": 2189, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47777, "seats": { @@ -215620,18 +238024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68404, "usage_id": 12 }, "2920.EG.003": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "003, B\u00fcro", "arch_name": "003@2920", "area_id": 29, "building_id": 2189, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47777, "seats": { @@ -215639,18 +238045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68405, "usage_id": 12 }, "2920.EG.004": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "004, B\u00fcro", "arch_name": "004@2920", "area_id": 29, "building_id": 2189, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47777, "seats": { @@ -215658,18 +238066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68406, "usage_id": 12 }, "2920.EG.004A": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "004A, Wintergarten", "arch_name": "004A@2920", "area_id": 29, "building_id": 2189, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47777, "seats": { @@ -215677,18 +238087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68410, "usage_id": 44 }, "2920.EG.004B": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "004B, Balkon", "arch_name": "004B@2920", "area_id": 29, "building_id": 2189, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -215696,18 +238108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68411, "usage_id": 48 }, "2920.EG.005": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "005, B\u00fcro", "arch_name": "005@2920", "area_id": 29, "building_id": 2189, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47777, "seats": { @@ -215715,18 +238129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68407, "usage_id": 12 }, "2920.EG.006": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "006, Technik", "arch_name": "006@2920", "area_id": 29, "building_id": 2189, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -215734,18 +238150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68932, "usage_id": 120 }, "2920.EG.010": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "010, Eingangsbereich/Flur", "arch_name": "010@2920", "area_id": 29, "building_id": 2189, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -215753,18 +238171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68408, "usage_id": 222 }, "2920.EG.011": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "011, WC", "arch_name": "011@2920", "area_id": 29, "building_id": 2189, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -215772,18 +238192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68409, "usage_id": 114 }, "2920.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "-001, K\u00fcche (gem. Nutzung)", "arch_name": "-001@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215791,18 +238213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68376, "usage_id": 28 }, "2920.U1.002": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "-002, Besprechung (gem.Nutzung)", "arch_name": "-002@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215810,18 +238234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68377, "usage_id": 196 }, "2920.U1.003": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "-003, Besprechung (gem.Nutzung)", "arch_name": "-003@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13968, "seats": { @@ -215829,18 +238255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68420, "usage_id": 196 }, "2920.U1.005": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "-005, Technik", "arch_name": "-005@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -215848,18 +238276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69004, "usage_id": 120 }, "2920.U1.010": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Gabelsbergerstr. 47", "zip_code": 80333 }, + "alt_name": "-010, Zugangsbereich/Flur", "arch_name": "-010@2920", "area_id": 29, "building_id": 2189, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -215867,18 +238297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68421, "usage_id": 222 }, "2926.01.101": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "101, Gro\u00dfraumb\u00fcro/Aufenthalt/K\u00fcche", "arch_name": "101@2926", "area_id": 29, "building_id": 598, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 42888, "seats": { @@ -215886,18 +238318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68203, "usage_id": 12 }, "2926.01.102": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@2926", "area_id": 29, "building_id": 598, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 42888, "seats": { @@ -215905,18 +238339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68207, "usage_id": 12 }, "2926.01.103": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "103, Besprechungsraum", "arch_name": "103@2926", "area_id": 29, "building_id": 598, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 42888, "seats": { @@ -215924,18 +238360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68208, "usage_id": 196 }, "2926.01.104": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "104, Thinktank", "arch_name": "104@2926", "area_id": 29, "building_id": 598, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 42888, "seats": { @@ -215943,18 +238381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68204, "usage_id": 12 }, "2926.01.105A": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "105A, WC-Herren", "arch_name": "105A@2926", "area_id": 29, "building_id": 598, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -215962,18 +238402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68205, "usage_id": 115 }, "2926.01.105B": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "105B, WC-Damen", "arch_name": "105B@2926", "area_id": 29, "building_id": 598, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -215981,18 +238423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68206, "usage_id": 116 }, "2926.02.001": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "201, B\u00fcro", "arch_name": "201@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216000,18 +238444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8786, "usage_id": 12 }, "2926.02.002": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "202, B\u00fcro", "arch_name": "202@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216019,18 +238465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8789, "usage_id": 12 }, "2926.02.003": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "203, B\u00fcro", "arch_name": "203@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216038,18 +238486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8813, "usage_id": 12 }, "2926.02.004": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "204, B\u00fcro", "arch_name": "204@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216057,18 +238507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8815, "usage_id": 12 }, "2926.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "205, Kopierer", "arch_name": "205@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216076,18 +238528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8816, "usage_id": 110 }, "2926.02.005A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "205A, Vorraum", "arch_name": "205A@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216095,18 +238549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59034, "usage_id": 222 }, "2926.02.006": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "206, B\u00fcro", "arch_name": "206@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216114,18 +238570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8817, "usage_id": 12 }, "2926.02.007": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "207, B\u00fcro", "arch_name": "207@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216133,18 +238591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8819, "usage_id": 12 }, "2926.02.008": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "208, B\u00fcro", "arch_name": "208@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216152,18 +238612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20551, "usage_id": 12 }, "2926.02.009": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "209, B\u00fcro", "arch_name": "209@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216171,18 +238633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14644, "usage_id": 12 }, "2926.02.010": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "210, B\u00fcro", "arch_name": "210@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216190,18 +238654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8836, "usage_id": 12 }, "2926.02.011": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "211, Seminarraum", "arch_name": "211@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216209,18 +238675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8840, "usage_id": 41 }, "2926.02.012": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "212, B\u00fcro", "arch_name": "212@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42888, "seats": { @@ -216228,18 +238696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8848, "usage_id": 12 }, "2926.02.014A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "234, WC-Damen", "arch_name": "234@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216247,18 +238717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40054, "usage_id": 116 }, "2926.02.014B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "235, WC-Herren", "arch_name": "235@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216266,18 +238738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40056, "usage_id": 115 }, "2926.02.016": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "216, Server", "arch_name": "216@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -216285,18 +238759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40065, "usage_id": 207 }, "2926.02.017": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "217, Teek\u00fcche", "arch_name": "217@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -216304,18 +238780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40156, "usage_id": 198 }, "2926.02.017A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "236, WC-Damen", "arch_name": "236@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216323,18 +238801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40160, "usage_id": 116 }, "2926.02.017B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "237, WC-Herren", "arch_name": "237@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216342,18 +238822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40163, "usage_id": 115 }, "2926.02.017C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "230, WC-Herren", "arch_name": "230@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216361,18 +238843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40166, "usage_id": 115 }, "2926.02.017D": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "231, WC-Damen", "arch_name": "231@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216380,18 +238864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40169, "usage_id": 116 }, "2926.02.018": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "218, Lager, Archiv, Akten", "arch_name": "218@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 42888, "seats": { @@ -216399,18 +238885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40367, "usage_id": 2 }, "2926.02.018A": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "232, WC-Herren", "arch_name": "232@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216418,18 +238906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40370, "usage_id": 115 }, "2926.02.018B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "233, WC-Damen", "arch_name": "233@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216437,18 +238927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40375, "usage_id": 116 }, "2926.02.019B": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "280, Flur", "arch_name": "280@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216456,18 +238948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40243, "usage_id": 222 }, "2926.02.019C": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "281, Flur", "arch_name": "281@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -216475,18 +238969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66952, "usage_id": 222 }, "2926.02.063": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "263, Elektroverteiler", "arch_name": "263@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -216494,18 +238990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59899, "usage_id": 160 }, "2926.02.601": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "201, B\u00fcro", "arch_name": "201@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216513,18 +239011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59900, "usage_id": 12 }, "2926.02.602": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "202, B\u00fcro", "arch_name": "202@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216532,18 +239032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59901, "usage_id": 12 }, "2926.02.603": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "203, B\u00fcro", "arch_name": "203@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216551,18 +239053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40250, "usage_id": 12 }, "2926.02.604": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "204, B\u00fcro", "arch_name": "204@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216570,18 +239074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40097, "usage_id": 12 }, "2926.02.605": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "205, B\u00fcro", "arch_name": "205@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216589,18 +239095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40100, "usage_id": 12 }, "2926.02.606": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "206, B\u00fcro", "arch_name": "206@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216608,18 +239116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40104, "usage_id": 12 }, "2926.02.607": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "207, B\u00fcro", "arch_name": "207@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216627,18 +239137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40318, "usage_id": 12 }, "2926.02.608": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "208, B\u00fcro", "arch_name": "208@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216646,18 +239158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40322, "usage_id": 12 }, "2926.02.609": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "209, B\u00fcro", "arch_name": "209@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216665,18 +239179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40326, "usage_id": 12 }, "2926.02.610": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "210, B\u00fcro", "arch_name": "210@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216684,18 +239200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40330, "usage_id": 12 }, "2926.02.611": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "211, B\u00fcro", "arch_name": "211@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216703,18 +239221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43630, "usage_id": 12 }, "2926.02.612": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "212, B\u00fcro", "arch_name": "212@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -216722,18 +239242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43634, "usage_id": 12 }, "2926.02.613": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "213, B\u00fcro", "arch_name": "213@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216741,18 +239263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43639, "usage_id": 12 }, "2926.02.614": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "214, B\u00fcro", "arch_name": "214@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -216760,18 +239284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43651, "usage_id": 12 }, "2926.02.654": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "254, Drucker", "arch_name": "254@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -216779,18 +239305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69774, "usage_id": 110 }, "2926.02.656": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "256, Server", "arch_name": "256@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -216798,18 +239326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69768, "usage_id": 207 }, "2926.02.657": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "257, Lager", "arch_name": "257@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -216817,18 +239347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69769, "usage_id": 30 }, "2926.02.658": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "258, Teek\u00fcche", "arch_name": "258@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14881, "seats": { @@ -216836,18 +239368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69772, "usage_id": 198 }, "2926.02.659": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "259, WC-Damen", "arch_name": "259@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14881, "seats": { @@ -216855,18 +239389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69773, "usage_id": 116 }, "2926.02.660": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "260, WC-Herren", "arch_name": "260@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216874,18 +239410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69744, "usage_id": 115 }, "2926.02.661": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "261, WC-Herren", "arch_name": "261@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216893,18 +239431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69745, "usage_id": 115 }, "2926.02.662": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "262, WC-Damen", "arch_name": "262@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216912,18 +239452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69746, "usage_id": 116 }, "2926.02.663": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "263, WC-Herren", "arch_name": "263@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216931,18 +239473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69775, "usage_id": 115 }, "2926.02.664": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "264, WC-Damen", "arch_name": "264@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216950,18 +239494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69776, "usage_id": 116 }, "2926.02.665": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "265, WC-Damen", "arch_name": "265@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -216969,18 +239515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69777, "usage_id": 116 }, "2926.02.666": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "266, WC-Herren", "arch_name": "266@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14881, "seats": { @@ -216988,18 +239536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69778, "usage_id": 115 }, "2926.02.670": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "270, Magazin", "arch_name": "270@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -217007,18 +239557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69767, "usage_id": 2 }, "2926.02.680": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "280, Flur", "arch_name": "280@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -217026,18 +239578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69771, "usage_id": 222 }, "2926.02.681": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "281, Flur", "arch_name": "281@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -217045,18 +239599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69770, "usage_id": 222 }, "2926.02.682": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "282, Flur", "arch_name": "282@2926", "area_id": 29, "building_id": 598, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -217064,18 +239620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69779, "usage_id": 222 }, "2926.03.001": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "301, WC-Damen", "arch_name": "301@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 42888, "seats": { @@ -217083,18 +239641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69904, "usage_id": 116 }, "2926.03.002": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "302, WC-Herren", "arch_name": "302@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 42888, "seats": { @@ -217102,18 +239662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69905, "usage_id": 115 }, "2926.03.003": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "303, K\u00fcche", "arch_name": "303@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 42888, "seats": { @@ -217121,18 +239683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69906, "usage_id": 28 }, "2926.03.004": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "304, B\u00fcro", "arch_name": "304@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -217140,18 +239704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69907, "usage_id": 12 }, "2926.03.005": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "305, B\u00fcro", "arch_name": "305@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -217159,18 +239725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69908, "usage_id": 12 }, "2926.03.006": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "306, B\u00fcro", "arch_name": "306@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -217178,18 +239746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69909, "usage_id": 12 }, "2926.03.007": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "307, B\u00fcro", "arch_name": "307@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -217197,18 +239767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69910, "usage_id": 12 }, "2926.03.008": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "308, B\u00fcro", "arch_name": "308@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -217216,18 +239788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69912, "usage_id": 12 }, "2926.03.009": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "309, B\u00fcro", "arch_name": "309@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -217235,18 +239809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69913, "usage_id": 12 }, "2926.03.010": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "310, B\u00fcro", "arch_name": "310@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -217254,18 +239830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69911, "usage_id": 196 }, "2926.03.011": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "311, Empfang", "arch_name": "311@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -217273,18 +239851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69914, "usage_id": 196 }, "2926.03.012": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "312, Lager", "arch_name": "312@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -217292,18 +239872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69902, "usage_id": 30 }, "2926.03.013": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "313, Flur", "arch_name": "313@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 42888, "seats": { @@ -217311,18 +239893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69903, "usage_id": 222 }, "2926.03.601": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "301, B\u00fcro", "arch_name": "301@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217330,18 +239914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43905, "usage_id": 12 }, "2926.03.602": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "302, B\u00fcro", "arch_name": "302@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217349,18 +239935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43909, "usage_id": 12 }, "2926.03.602A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "371, Elektro Verteiler", "arch_name": "371@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 26064, "seats": { @@ -217368,18 +239956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43911, "usage_id": 160 }, "2926.03.603": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "303, B\u00fcro", "arch_name": "303@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217387,18 +239977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43913, "usage_id": 12 }, "2926.03.603A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "370, Materiallager", "arch_name": "370@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -217406,18 +239998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43993, "usage_id": 30 }, "2926.03.604": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "304, B\u00fcro", "arch_name": "304@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217425,18 +240019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43997, "usage_id": 12 }, "2926.03.605": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "305, B\u00fcro", "arch_name": "305@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217444,18 +240040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44000, "usage_id": 12 }, "2926.03.606": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "306, B\u00fcro", "arch_name": "306@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217463,18 +240061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44003, "usage_id": 12 }, "2926.03.607A": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "307A, B\u00fcro", "arch_name": "307A@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217482,18 +240082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64533, "usage_id": 12 }, "2926.03.607B": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "307B, B\u00fcro", "arch_name": "307B@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217501,18 +240103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64534, "usage_id": 12 }, "2926.03.608": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "308, B\u00fcro", "arch_name": "308@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217520,18 +240124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44091, "usage_id": 12 }, "2926.03.609": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "309, B\u00fcro", "arch_name": "309@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217539,18 +240145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44192, "usage_id": 12 }, "2926.03.610": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "310, Server/B\u00fcro", "arch_name": "310@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217558,18 +240166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44195, "usage_id": 207 }, "2926.03.611": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "311, Kopierer/Lager", "arch_name": "311@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217577,18 +240187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44198, "usage_id": 110 }, "2926.03.612": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "312, B\u00fcro", "arch_name": "312@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -217596,18 +240208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44202, "usage_id": 12 }, "2926.03.613": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "313, B\u00fcro", "arch_name": "313@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -217615,18 +240229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44209, "usage_id": 12 }, "2926.03.614": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "314, Lager", "arch_name": "314@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -217634,18 +240250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42862, "usage_id": 30 }, "2926.03.615": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "315, WC-Damen", "arch_name": "315@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -217653,18 +240271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42869, "usage_id": 116 }, "2926.03.616": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "316, WC-Herren", "arch_name": "316@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -217672,18 +240292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42874, "usage_id": 115 }, "2926.03.617": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "350, Lager", "arch_name": "350@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14881, "seats": { @@ -217691,18 +240313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42879, "usage_id": 30 }, "2926.03.618": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "351, Lager", "arch_name": "351@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14881, "seats": { @@ -217710,18 +240334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42886, "usage_id": 30 }, "2926.03.619": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "352, Lager", "arch_name": "352@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14881, "seats": { @@ -217729,18 +240355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42964, "usage_id": 30 }, "2926.03.620": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "353, Lager", "arch_name": "353@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14881, "seats": { @@ -217748,18 +240376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42969, "usage_id": 30 }, "2926.03.621": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "354, WC-Damen", "arch_name": "354@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -217767,18 +240397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42973, "usage_id": 116 }, "2926.03.622": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "355, WC-Herren", "arch_name": "355@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -217786,18 +240418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42977, "usage_id": 115 }, "2926.03.623": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "356, WC-Damen", "arch_name": "356@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -217805,18 +240439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43062, "usage_id": 116 }, "2926.03.624": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "357, WC-Herren", "arch_name": "357@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -217824,18 +240460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43065, "usage_id": 115 }, "2926.03.625": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "380, Flur", "arch_name": "380@2926", "area_id": 29, "building_id": 598, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -217843,18 +240481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59908, "usage_id": 222 }, "2926.U1.001": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Leopoldstr. 139/145", "zip_code": 80804 }, + "alt_name": "001, Lager", "arch_name": "001@2926", "area_id": 29, "building_id": 598, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 42888, "seats": { @@ -217862,18 +240502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68209, "usage_id": 30 }, "2927.01.001": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.001, Flur 1 Trakt 1 Nord-Ost", "arch_name": "01.001@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -217881,18 +240523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43071, "usage_id": 222 }, "2927.01.002": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.002, Flur 2 Trakt 2 S\u00fcd-West", "arch_name": "01.002@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -217900,18 +240544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62552, "usage_id": 222 }, "2927.01.003": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.003, Flur Nord (Treppenhaus)", "arch_name": "01.003@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -217919,19 +240565,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62553, "usage_id": 222 }, "2927.01.008": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.008, Seminarraum C2", "arch_name": "01.008@2927", "area_id": 50, "building_id": 878, "calendar_resource_nr": 29712, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -217939,18 +240587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62564, "usage_id": 41 }, "2927.01.008A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.008A, Teek\u00fcche", "arch_name": "01.008A@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -217958,18 +240608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62565, "usage_id": 12 }, "2927.01.009": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.009, Besprechungraum (klein)", "arch_name": "01.009@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -217977,18 +240629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62567, "usage_id": 12 }, "2927.01.009A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.009a, Kopierraum", "arch_name": "01.009a@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -217996,18 +240650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62566, "usage_id": 12 }, "2927.01.010": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.010, Prof.-B\u00fcro", "arch_name": "01.010@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218015,18 +240671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62554, "usage_id": 12 }, "2927.01.011": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.011, Sekretariat", "arch_name": "01.011@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218034,18 +240692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62555, "usage_id": 12 }, "2927.01.012": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.012, B\u00fcro", "arch_name": "01.012@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218053,18 +240713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62556, "usage_id": 12 }, "2927.01.013": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.013, B\u00fcro", "arch_name": "01.013@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218072,18 +240734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62557, "usage_id": 12 }, "2927.01.014": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.014, B\u00fcro", "arch_name": "01.014@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218091,18 +240755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62558, "usage_id": 12 }, "2927.01.015": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.015, B\u00fcro", "arch_name": "01.015@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218110,18 +240776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62559, "usage_id": 12 }, "2927.01.016": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.016, B\u00fcro", "arch_name": "01.016@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218129,18 +240797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62560, "usage_id": 12 }, "2927.01.016A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.016A, WC-Damen", "arch_name": "01.016A@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218148,18 +240818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62597, "usage_id": 116 }, "2927.01.016B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.016B, WC-Herren", "arch_name": "01.016B@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218167,18 +240839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62599, "usage_id": 115 }, "2927.01.016C": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.016C, WC-Damen Vorraum", "arch_name": "01.016C@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218186,18 +240860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62598, "usage_id": 37 }, "2927.01.016D": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.016D, WC-Herren Vorraum", "arch_name": "01.016D@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218205,18 +240881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62601, "usage_id": 37 }, "2927.01.016E": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.016E, Putz-/Abstellraum", "arch_name": "01.016E@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218224,18 +240902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62600, "usage_id": 205 }, "2927.01.017": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.017, B\u00fcro", "arch_name": "01.017@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218243,18 +240923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62563, "usage_id": 12 }, "2927.01.018": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.018, B\u00fcro", "arch_name": "01.018@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218262,18 +240944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62562, "usage_id": 12 }, "2927.01.019": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.019, B\u00fcro", "arch_name": "01.019@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218281,18 +240965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62561, "usage_id": 12 }, "2927.01.019A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.019a, Plotter / Materialraum", "arch_name": "01.019a@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -218300,18 +240986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62603, "usage_id": 12 }, "2927.01.019B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.019b, Serverraum", "arch_name": "01.019b@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -218319,19 +241007,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62602, "usage_id": 12 }, "2927.01.019C": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.019c, Besprechungsraum", "arch_name": "01.019c@2927", "area_id": 50, "building_id": 878, "calendar_resource_nr": 29132, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -218339,18 +241029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43072, "usage_id": 41 }, "2927.01.020": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.020, B\u00fcro", "arch_name": "01.020@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218358,18 +241050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43074, "usage_id": 12 }, "2927.01.021": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.021, B\u00fcro", "arch_name": "01.021@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -218377,18 +241071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43153, "usage_id": 12 }, "2927.01.022": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.022, B\u00fcro", "arch_name": "01.022@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218396,18 +241092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43154, "usage_id": 12 }, "2927.01.023": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.023, B\u00fcro", "arch_name": "01.023@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -218415,18 +241113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43156, "usage_id": 12 }, "2927.01.024": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.024, B\u00fcro", "arch_name": "01.024@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -218434,18 +241134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43158, "usage_id": 12 }, "2927.01.025": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.025, B\u00fcro", "arch_name": "01.025@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44784, "seats": { @@ -218453,18 +241155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43160, "usage_id": 12 }, "2927.01.026": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.026, B\u00fcro", "arch_name": "01.026@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 37495, "seats": { @@ -218472,18 +241176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43162, "usage_id": 12 }, "2927.01.027": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.027, B\u00fcro", "arch_name": "01.027@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -218491,18 +241197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43165, "usage_id": 12 }, "2927.01.028": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.028, B\u00fcro", "arch_name": "01.028@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -218510,18 +241218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43167, "usage_id": 12 }, "2927.01.029": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.029, B\u00fcro", "arch_name": "01.029@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44784, "seats": { @@ -218529,19 +241239,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43169, "usage_id": 12 }, "2927.01.030": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.030, Ausstellung / Pr\u00e4sentation", "arch_name": "01.030@2927", "area_id": 50, "building_id": 878, "calendar_resource_nr": 29572, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -218549,18 +241261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65835, "usage_id": 12 }, "2927.01.031": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.031, Besprechung / Teek\u00fcche", "arch_name": "01.031@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -218568,18 +241282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65836, "usage_id": 44 }, "2927.01.032": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.032, B\u00fcro", "arch_name": "01.032@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218587,18 +241303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65054, "usage_id": 12 }, "2927.01.033": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.033, B\u00fcro", "arch_name": "01.033@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218606,18 +241324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65055, "usage_id": 12 }, "2927.01.034": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.034, B\u00fcro", "arch_name": "01.034@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218625,18 +241345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65056, "usage_id": 12 }, "2927.01.035": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.035, Sekretariat", "arch_name": "01.035@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218644,18 +241366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65057, "usage_id": 12 }, "2927.01.036": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "01.036, B\u00fcro", "arch_name": "01.036@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44040, "seats": { @@ -218663,18 +241387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65058, "usage_id": 12 }, "2927.EG.001": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.001, Bibliothek Theke", "arch_name": "00.001@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26720, "seats": { @@ -218682,18 +241408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62609, "usage_id": 10 }, "2927.EG.002": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.002, Bibliothek Garderobe Schlie\u00dff\u00e4cher", "arch_name": "00.002@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26720, "seats": { @@ -218701,18 +241429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62610, "usage_id": 10 }, "2927.EG.003": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.003, Bibliothek B\u00fcro", "arch_name": "00.003@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26720, "seats": { @@ -218720,18 +241450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62608, "usage_id": 10 }, "2927.EG.004": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.004, Bibliothek Arbeitsflur", "arch_name": "00.004@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26720, "seats": { @@ -218739,18 +241471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62611, "usage_id": 10 }, "2927.EG.005": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.005, Bibliothek Lesesaal 1", "arch_name": "00.005@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26720, "seats": { @@ -218758,18 +241492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62606, "usage_id": 10 }, "2927.EG.006": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.006, Bibliothek Lesesaal 2", "arch_name": "00.006@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26720, "seats": { @@ -218777,18 +241513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62607, "usage_id": 10 }, "2927.EG.007": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.007, Bibliothek Lesesaal 3", "arch_name": "00.007@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26720, "seats": { @@ -218796,18 +241534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62612, "usage_id": 10 }, "2927.EG.007A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.008, WC-Behinderte", "arch_name": "00.008@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218815,18 +241555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65050, "usage_id": 117 }, "2927.EG.008": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.009, Flur", "arch_name": "00.009@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218834,18 +241576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65049, "usage_id": 222 }, "2927.EG.010": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.010, Flur", "arch_name": "00.010@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218853,18 +241597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65048, "usage_id": 222 }, "2927.EG.011": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.011, WC Damen Vorraum", "arch_name": "00.011@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218872,18 +241618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65052, "usage_id": 118 }, "2927.EG.012": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.012, Reinigungsmittelraum", "arch_name": "00.012@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218891,18 +241639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65051, "usage_id": 205 }, "2927.EG.013": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.013, WC-Damen", "arch_name": "00.013@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218910,18 +241660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62543, "usage_id": 116 }, "2927.EG.014": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.014, WC-Herren", "arch_name": "00.014@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218929,19 +241681,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65053, "usage_id": 115 }, "2927.EG.015": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.015, H\u00f6rsaal Refektorium C1", "arch_name": "00.015@2927", "area_id": 50, "building_id": 878, "calendar_resource_nr": 25846, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -218949,18 +241703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65047, "usage_id": 20 }, "2927.EG.016": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.016, H\u00f6rsaal Vorraum", "arch_name": "00.016@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -218968,18 +241724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65046, "usage_id": 50 }, "2927.EG.017": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.017, Cafeteria", "arch_name": "00.017@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -218987,18 +241745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65045, "usage_id": 139 }, "2927.EG.018": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.018, EDV-Raum Studenten", "arch_name": "00.018@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219006,18 +241766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65043, "usage_id": 12 }, "2927.EG.019": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.019, Flur", "arch_name": "00.019@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -219025,18 +241787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65044, "usage_id": 222 }, "2927.EG.020": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.020, Flur", "arch_name": "00.020@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -219044,18 +241808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65041, "usage_id": 222 }, "2927.EG.022": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.022, Kopier- / Druckerraum", "arch_name": "00.022@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -219063,18 +241829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65042, "usage_id": 110 }, "2927.EG.023": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.023, Flur", "arch_name": "00.023@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -219082,18 +241850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65040, "usage_id": 222 }, "2927.EG.024": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.024, B\u00fcro", "arch_name": "00.024@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219101,18 +241871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65039, "usage_id": 12 }, "2927.EG.025": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.025, B\u00fcro", "arch_name": "00.025@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219120,18 +241892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65038, "usage_id": 12 }, "2927.EG.026": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.026, B\u00fcro", "arch_name": "00.026@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219139,18 +241913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65037, "usage_id": 12 }, "2927.EG.027": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.027, B\u00fcro", "arch_name": "00.027@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219158,18 +241934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65035, "usage_id": 12 }, "2927.EG.028": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.028, B\u00fcro", "arch_name": "00.028@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219177,18 +241955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65036, "usage_id": 12 }, "2927.EG.029": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.029, B\u00fcro", "arch_name": "00.029@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219196,18 +241976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65034, "usage_id": 12 }, "2927.EG.111": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.021, Studenten Aufenthaltsraum", "arch_name": "00.021@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219215,18 +241997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65897, "usage_id": 44 }, "2927.EG.112": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "00.021.1, Teek\u00fcche Studenten", "arch_name": "00.021.1@2927", "area_id": 50, "building_id": 878, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -219234,18 +242018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65898, "usage_id": 44 }, "2927.U1.001": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "UG.001, Treppenhaus", "arch_name": "UG.001@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -219253,18 +242039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65272, "usage_id": 223 }, "2927.U1.002": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "UG.002, Vorraum WC", "arch_name": "UG.002@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -219272,18 +242060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65271, "usage_id": 118 }, "2927.U1.003": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "UG.003, WC-Damen", "arch_name": "UG.003@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -219291,18 +242081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65270, "usage_id": 116 }, "2927.U1.004": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Petersgasse 18", "zip_code": 94315 }, + "alt_name": "UG.004, WC-Herren", "arch_name": "UG.004@2927", "area_id": 50, "building_id": 878, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -219310,19 +242102,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65269, "usage_id": 116 }, "2929.01.017": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 20", "zip_code": 94315 }, + "alt_name": "1.017, H\u00f6rsaal Schulungs- und Ausbildungszentrum", "arch_name": "1.017@2929", "area_id": 50, "building_id": 1525, "calendar_resource_nr": 29692, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219330,19 +242124,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66935, "usage_id": 20 }, "2929.02.101": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 20", "zip_code": 94315 }, + "alt_name": "2.208, H\u00f6rsaal B1", "arch_name": "2.208@2929", "area_id": 50, "building_id": 1525, "calendar_resource_nr": 24280, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219350,19 +242146,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64274, "usage_id": 20 }, "2929.02.102": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 20", "zip_code": 94315 }, + "alt_name": "2.211, Seminarraum B2", "arch_name": "2.211@2929", "area_id": 50, "building_id": 1525, "calendar_resource_nr": 24281, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219370,19 +242168,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64275, "usage_id": 41 }, "2929.02.103": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 20", "zip_code": 94315 }, + "alt_name": "2.213, Seminarraum B3", "arch_name": "2.213@2929", "area_id": 50, "building_id": 1525, "calendar_resource_nr": 24282, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -219390,19 +242190,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64276, "usage_id": 41 }, "2930.EG.001": { "address": { - "floor": "EG", "place": "Straubing", "street": "Rentamtsberg 1", "zip_code": 94315 }, + "alt_name": "-1001, H\u00f6rsaal Schiffsmeistersaal", "arch_name": "-1001@2930", "area_id": 50, "building_id": 2250, "calendar_resource_nr": 29594, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -219410,18 +242212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68883, "usage_id": 20 }, "2940.03.301M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M301, Sanit\u00e4r/Zugang Duschbereich", "arch_name": "M 301@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -219429,18 +242233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62390, "usage_id": 37 }, "2940.03.301R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R301, B\u00fcro", "arch_name": "R 301@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16029, "seats": { @@ -219448,18 +242254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62391, "usage_id": 12 }, "2940.03.302L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L302, Empfangs-/Wartebereich", "arch_name": "L 302@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219467,18 +242275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62382, "usage_id": 44 }, "2940.03.302M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M302, Vask. Diagnostik", "arch_name": "M 302@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219486,18 +242296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62387, "usage_id": 124 }, "2940.03.303M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M303, Belastung 3", "arch_name": "M 303@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219505,18 +242317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63061, "usage_id": 178 }, "2940.03.304M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M308, Sehtest/H\u00f6rtest", "arch_name": "M 308@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219524,18 +242338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62790, "usage_id": 124 }, "2940.03.304R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R304, B\u00fcro", "arch_name": "R 304@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219543,18 +242359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62392, "usage_id": 12 }, "2940.03.305R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R305, B\u00fcro", "arch_name": "R 305@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16029, "seats": { @@ -219562,18 +242380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62393, "usage_id": 12 }, "2940.03.306L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L306, Kopierraum", "arch_name": "L 306@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16029, "seats": { @@ -219581,18 +242401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62381, "usage_id": 110 }, "2940.03.306M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M306, Ultraschall 2", "arch_name": "M 306@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219600,18 +242422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62775, "usage_id": 124 }, "2940.03.308M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M308, Ultraschall 1", "arch_name": "M 308@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219619,18 +242443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62774, "usage_id": 124 }, "2940.03.309M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M309, Belastung 2", "arch_name": "M 309@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219638,18 +242464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62389, "usage_id": 178 }, "2940.03.309R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R309, B\u00fcro", "arch_name": "R 309@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16029, "seats": { @@ -219657,18 +242485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62394, "usage_id": 12 }, "2940.03.310L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L310, Untersuchung 1", "arch_name": "L 310@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219676,18 +242506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62380, "usage_id": 124 }, "2940.03.310M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M310, Lungenfunktion", "arch_name": "M 310@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219695,18 +242527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62386, "usage_id": 178 }, "2940.03.311R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R311, Besprechungsraum", "arch_name": "R 311@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219714,18 +242548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62395, "usage_id": 196 }, "2940.03.312L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L312, Untersuchung 2", "arch_name": "L 312@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219733,18 +242569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62379, "usage_id": 124 }, "2940.03.313M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M313, Belastung 1", "arch_name": "M 313@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219752,18 +242590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62388, "usage_id": 178 }, "2940.03.313R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R313, B\u00fcro", "arch_name": "R 313@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16029, "seats": { @@ -219771,18 +242611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62396, "usage_id": 12 }, "2940.03.314L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L314, Untersuchung 3", "arch_name": "L 314@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219790,18 +242632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62378, "usage_id": 124 }, "2940.03.314M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M314, EKG 2", "arch_name": "M 314@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219809,18 +242653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62385, "usage_id": 178 }, "2940.03.315L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L315, Teek\u00fcche", "arch_name": "L 315@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 16029, "seats": { @@ -219828,18 +242674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62410, "usage_id": 198 }, "2940.03.315R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R315, Sekretariat", "arch_name": "R 315@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16029, "seats": { @@ -219847,18 +242695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62397, "usage_id": 40 }, "2940.03.316L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L316, Untersuchung 4", "arch_name": "L 316@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219866,18 +242716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62377, "usage_id": 124 }, "2940.03.316M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M316, EKG 1", "arch_name": "M 316@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219885,18 +242737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62384, "usage_id": 178 }, "2940.03.316R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R316, Teek\u00fcche", "arch_name": "R 316@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 16029, "seats": { @@ -219904,18 +242758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62411, "usage_id": 198 }, "2940.03.318L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L318, Untersuchung 5", "arch_name": "L 318@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219923,18 +242779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62376, "usage_id": 124 }, "2940.03.319L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L319, Aufenthalt/Umkleide", "arch_name": "L 319@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219942,18 +242800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62372, "usage_id": 44 }, "2940.03.320L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L320, EDV", "arch_name": "L 320@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219961,18 +242821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62375, "usage_id": 207 }, "2940.03.320R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R320, B\u00fcro", "arch_name": "R 320@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 16029, "seats": { @@ -219980,18 +242842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62399, "usage_id": 12 }, "2940.03.323L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L323, Forschungslabor", "arch_name": "L 323@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -219999,18 +242863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62374, "usage_id": 103 }, "2940.03.323R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R323, B\u00fcro+Besprechungsraum", "arch_name": "R 323@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 16029, "seats": { @@ -220018,18 +242884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62398, "usage_id": 12 }, "2940.03.324L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L324, Forschungslabor", "arch_name": "L 324@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -220037,18 +242905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62373, "usage_id": 103 }, "2940.03.324R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R324, Sekretariat", "arch_name": "R 324@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 16029, "seats": { @@ -220056,18 +242926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62400, "usage_id": 40 }, "2940.03.330L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L330, Flur", "arch_name": "L 330@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220075,18 +242947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62401, "usage_id": 222 }, "2940.03.330M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M330, Flur", "arch_name": "M 330@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220094,18 +242968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62402, "usage_id": 222 }, "2940.03.330R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R330, Flur", "arch_name": "R 330@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220113,18 +242989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62403, "usage_id": 222 }, "2940.03.331L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L331, Flur", "arch_name": "L 331@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220132,18 +243010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62404, "usage_id": 222 }, "2940.03.331M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M331, Flur", "arch_name": "M 331@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220151,18 +243031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63062, "usage_id": 222 }, "2940.03.331R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R331, Flur", "arch_name": "R 331@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220170,18 +243052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62405, "usage_id": 222 }, "2940.03.332L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L332, WC-Herren", "arch_name": "L 332@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -220189,18 +243073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62406, "usage_id": 115 }, "2940.03.332R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R332, WC-Damen", "arch_name": "R 332@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -220208,18 +243094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62409, "usage_id": 116 }, "2940.03.333L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L333, WC-Damen", "arch_name": "L 333@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -220227,18 +243115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62407, "usage_id": 116 }, "2940.03.333R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R333, WC-Herren", "arch_name": "R 333@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -220246,18 +243136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62408, "usage_id": 115 }, "2940.03.334R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R334, Flur", "arch_name": "R 334@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220265,18 +243157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63063, "usage_id": 222 }, "2940.03.335L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L335, Server", "arch_name": "L 335@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -220284,18 +243178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63065, "usage_id": 207 }, "2940.03.335R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R335, Server", "arch_name": "R 335@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -220303,18 +243199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63066, "usage_id": 207 }, "2940.03.336R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R336, Flur", "arch_name": "R 336@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220322,18 +243220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63064, "usage_id": 222 }, "2940.03.340M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M340, Dusche", "arch_name": "M 340@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 16029, "seats": { @@ -220341,18 +243241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63057, "usage_id": 113 }, "2940.03.341M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M341, Dusche", "arch_name": "M 341@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 16029, "seats": { @@ -220360,18 +243262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63058, "usage_id": 113 }, "2940.03.342M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M342, Dusche", "arch_name": "M 342@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 16029, "seats": { @@ -220379,18 +243283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63059, "usage_id": 113 }, "2940.03.343M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M343, Dusche", "arch_name": "M 343@2940", "area_id": 29, "building_id": 1285, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 16029, "seats": { @@ -220398,18 +243304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63060, "usage_id": 113 }, "2940.EG.001L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L001, Lobby", "arch_name": "L 001@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -220417,19 +243325,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62339, "usage_id": 222 }, "2940.EG.001M": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M001, Seminarraum", "arch_name": "M 001@2940", "area_id": 29, "building_id": 1285, "calendar_resource_nr": 22499, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -220437,18 +243347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62353, "usage_id": 41 }, "2940.EG.001R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R001, B\u00fcro", "arch_name": "R 001@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16029, "seats": { @@ -220456,18 +243368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62363, "usage_id": 12 }, "2940.EG.003R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R003, B\u00fcro", "arch_name": "R 003@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16029, "seats": { @@ -220475,18 +243389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62364, "usage_id": 12 }, "2940.EG.004R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R004, Lobby", "arch_name": "R 004@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -220494,18 +243410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62362, "usage_id": 222 }, "2940.EG.005R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R005, B\u00fcro", "arch_name": "R 005@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16029, "seats": { @@ -220513,18 +243431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62365, "usage_id": 12 }, "2940.EG.007R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R007, B\u00fcro", "arch_name": "R 007@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16029, "seats": { @@ -220532,19 +243452,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62366, "usage_id": 12 }, "2940.EG.010L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L010, Golflabor", "arch_name": "L 010@2940", "area_id": 29, "building_id": 1285, "calendar_resource_nr": 28632, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220552,18 +243474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62354, "usage_id": 103 }, "2940.EG.011R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R011, K\u00fchlraum", "arch_name": "R 011@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -220571,18 +243495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62367, "usage_id": 199 }, "2940.EG.014L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L014, B\u00fcro", "arch_name": "L 014@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47737, "seats": { @@ -220590,18 +243516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62355, "usage_id": 12 }, "2940.EG.015L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L015, Teek\u00fcche", "arch_name": "L 015@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -220609,18 +243537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62348, "usage_id": 198 }, "2940.EG.015M": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M015, WC-Herren", "arch_name": "M 015@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -220628,18 +243558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62350, "usage_id": 115 }, "2940.EG.016L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L016, B\u00fcro", "arch_name": "L 016@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47737, "seats": { @@ -220647,18 +243579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62356, "usage_id": 12 }, "2940.EG.016M": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "M016, WC-Damen", "arch_name": "M 016@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -220666,18 +243600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63067, "usage_id": 116 }, "2940.EG.016R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R016, Teek\u00fcche", "arch_name": "R 016@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 16029, "seats": { @@ -220685,18 +243621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62349, "usage_id": 198 }, "2940.EG.017R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R017, Training", "arch_name": "R 017@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -220704,18 +243642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62368, "usage_id": 128 }, "2940.EG.018L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L018, Lager", "arch_name": "L 018@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47737, "seats": { @@ -220723,18 +243663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62357, "usage_id": 30 }, "2940.EG.018R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R018, Dusche/Umkleide", "arch_name": "R 018@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 16029, "seats": { @@ -220742,18 +243684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62352, "usage_id": 113 }, "2940.EG.019L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L019, B\u00fcro", "arch_name": "L 019@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47737, "seats": { @@ -220761,18 +243705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62359, "usage_id": 12 }, "2940.EG.020L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L020, B\u00fcro", "arch_name": "L 020@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47737, "seats": { @@ -220780,18 +243726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62358, "usage_id": 12 }, "2940.EG.020R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R020, Dusche/Umkleide", "arch_name": "R 020@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 16029, "seats": { @@ -220799,18 +243747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62351, "usage_id": 113 }, "2940.EG.022R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R022, Serverraum", "arch_name": "R 022@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -220818,18 +243768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62371, "usage_id": 207 }, "2940.EG.023L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L023, B\u00fcro", "arch_name": "L 023@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47737, "seats": { @@ -220837,18 +243789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62361, "usage_id": 12 }, "2940.EG.023R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R023, Training", "arch_name": "R 023@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -220856,18 +243810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62369, "usage_id": 128 }, "2940.EG.024L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L024, B\u00fcro", "arch_name": "L 024@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47737, "seats": { @@ -220875,18 +243831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62360, "usage_id": 12 }, "2940.EG.024R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R024, Sektretariat", "arch_name": "R 024@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16029, "seats": { @@ -220894,18 +243852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62370, "usage_id": 40 }, "2940.EG.030L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L030, Flur", "arch_name": "L 030@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220913,18 +243873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62340, "usage_id": 222 }, "2940.EG.030R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R030, Flur", "arch_name": "R 030@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220932,18 +243894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62342, "usage_id": 222 }, "2940.EG.031L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L031, Flur", "arch_name": "L 031@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220951,18 +243915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62341, "usage_id": 222 }, "2940.EG.031R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R031, Flur", "arch_name": "R 031@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -220970,18 +243936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62343, "usage_id": 222 }, "2940.EG.032L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L032, WC-Herren", "arch_name": "L 032@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -220989,18 +243957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62344, "usage_id": 115 }, "2940.EG.032R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R032, WC-Damen", "arch_name": "R 032@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -221008,18 +243978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62347, "usage_id": 116 }, "2940.EG.033L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "L033, WC-Damen", "arch_name": "L 033@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -221027,18 +243999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62346, "usage_id": 116 }, "2940.EG.033R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 50_66", "zip_code": 80992 }, + "alt_name": "R033, WC-Herren", "arch_name": "R 033@2940", "area_id": 29, "building_id": 1285, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -221046,18 +244020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62345, "usage_id": 115 }, "2941.01.101L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L101, Fachschaft", "arch_name": "L 101@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221065,18 +244041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62051, "usage_id": 12 }, "2941.01.101M": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M101, Technologische Versuchshalle", "arch_name": "M 101@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221084,18 +244062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62061, "usage_id": 49 }, "2941.01.101R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R101, B\u00fcro", "arch_name": "R 101@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221103,18 +244083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62069, "usage_id": 12 }, "2941.01.102L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L102, B\u00fcro", "arch_name": "L 102@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221122,18 +244104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62052, "usage_id": 12 }, "2941.01.102M": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M102, B\u00fcro", "arch_name": "M 102@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221141,18 +244125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62064, "usage_id": 12 }, "2941.01.105R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R105, B\u00fcro", "arch_name": "R 105@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221160,18 +244146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62068, "usage_id": 12 }, "2941.01.107R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R107, B\u00fcro", "arch_name": "R 107@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221179,18 +244167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62070, "usage_id": 12 }, "2941.01.109R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R109, B\u00fcro", "arch_name": "R 109@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221198,19 +244188,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62819, "usage_id": 12 }, "2941.01.110L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L 106/L 110, B\u00fcro", "arch_name": "L 106/L 110@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 26651, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221218,18 +244210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62054, "usage_id": 12 }, "2941.01.113R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R113, B\u00fcro", "arch_name": "R 113@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221237,18 +244231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62905, "usage_id": 12 }, "2941.01.114L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L114, B\u00fcro", "arch_name": "L 114@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221256,18 +244252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62055, "usage_id": 12 }, "2941.01.115L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L115, Teek\u00fcche/Putzraum", "arch_name": "L 115@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221275,18 +244273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62043, "usage_id": 198 }, "2941.01.115R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R115, B\u00fcro", "arch_name": "R 115@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221294,18 +244294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62818, "usage_id": 12 }, "2941.01.116L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L116, B\u00fcro", "arch_name": "L 116@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221313,18 +244315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62056, "usage_id": 12 }, "2941.01.116R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R116, Teek\u00fcche", "arch_name": "R 116@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221332,18 +244336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62048, "usage_id": 198 }, "2941.01.119L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L119, B\u00fcro", "arch_name": "L 119@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221351,18 +244357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62060, "usage_id": 12 }, "2941.01.120L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L120, B\u00fcro", "arch_name": "L 120@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221370,18 +244378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62057, "usage_id": 12 }, "2941.01.120R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R120, B\u00fcro", "arch_name": "R 120@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221389,18 +244399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62066, "usage_id": 12 }, "2941.01.121R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R121, B\u00fcro", "arch_name": "R 121@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221408,18 +244420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62067, "usage_id": 12 }, "2941.01.122L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L122, B\u00fcro", "arch_name": "L 122@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221427,18 +244441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62058, "usage_id": 12 }, "2941.01.123L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L123, Besprechungsraum", "arch_name": "L 123@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221446,18 +244462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62059, "usage_id": 196 }, "2941.01.123R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R123, Besprechungsraum", "arch_name": "R 123@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221465,18 +244483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62065, "usage_id": 196 }, "2941.01.124R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R124, B\u00fcro", "arch_name": "R 124@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -221484,18 +244504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62063, "usage_id": 12 }, "2941.01.130L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L130, Flur", "arch_name": "L 130@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -221503,18 +244525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62037, "usage_id": 222 }, "2941.01.130R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R130, Flur", "arch_name": "R 130@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -221522,18 +244546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62044, "usage_id": 222 }, "2941.01.131L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L131, Flur", "arch_name": "L 131@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -221541,18 +244567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62038, "usage_id": 222 }, "2941.01.131R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R131, Flur", "arch_name": "R 131@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -221560,18 +244588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62045, "usage_id": 222 }, "2941.01.132L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L132, WC-Herren", "arch_name": "L 132@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -221579,18 +244609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62040, "usage_id": 115 }, "2941.01.132R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R132, WC-Damen", "arch_name": "R 132@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -221598,18 +244630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62046, "usage_id": 116 }, "2941.01.133L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L133, WC-Damen", "arch_name": "L 133@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -221617,18 +244651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62041, "usage_id": 116 }, "2941.01.133R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R133, WC-Herren", "arch_name": "R 133@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -221636,18 +244672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62047, "usage_id": 115 }, "2941.01.135L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L135, Technik/Server", "arch_name": "L 135@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -221655,18 +244693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62042, "usage_id": 120 }, "2941.01.135R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R135, Technik/Server", "arch_name": "R 135@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -221674,18 +244714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62050, "usage_id": 120 }, "2941.01.143L": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L 143, Treppenhaus", "arch_name": "L 143@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -221693,18 +244735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68772, "usage_id": 223 }, "2941.01.144R": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R 144, Treppenhaus", "arch_name": "R 144@2941", "area_id": 29, "building_id": 1245, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -221712,19 +244756,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68771, "usage_id": 223 }, "2941.02.201L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L201, Besprechungsraum", "arch_name": "L 201@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 21844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45711, "seats": { @@ -221732,18 +244778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62083, "usage_id": 196 }, "2941.02.201M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M201, B\u00fcro", "arch_name": "M 201@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42297, "seats": { @@ -221751,18 +244799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62087, "usage_id": 12 }, "2941.02.201R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R201, B\u00fcro", "arch_name": "R 201@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -221770,18 +244820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62092, "usage_id": 12 }, "2941.02.202L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L202, B\u00fcro", "arch_name": "L 202@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16129, "seats": { @@ -221789,18 +244841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62082, "usage_id": 12 }, "2941.02.202M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M202, B\u00fcro", "arch_name": "M 202@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42297, "seats": { @@ -221808,19 +244862,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62088, "usage_id": 12 }, "2941.02.202R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R202, B\u00fcro", "arch_name": "R 202@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 21864, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42297, "seats": { @@ -221828,18 +244884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62091, "usage_id": 12 }, "2941.02.205M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M205, PC-Labor", "arch_name": "M 205@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42297, "seats": { @@ -221847,18 +244905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62090, "usage_id": 12 }, "2941.02.205R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R205, B\u00fcro", "arch_name": "R 205@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -221866,18 +244926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62093, "usage_id": 12 }, "2941.02.206M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M206, B\u00fcro", "arch_name": "M 206@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42297, "seats": { @@ -221885,18 +244947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62089, "usage_id": 12 }, "2941.02.207R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R207, B\u00fcro", "arch_name": "R 207@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -221904,18 +244968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62094, "usage_id": 12 }, "2941.02.208L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L208, B\u00fcro", "arch_name": "L 208@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16129, "seats": { @@ -221923,18 +244989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62076, "usage_id": 12 }, "2941.02.209M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M209, B\u00fcro", "arch_name": "M 209@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42297, "seats": { @@ -221942,18 +245010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62079, "usage_id": 12 }, "2941.02.209R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R209, Besprechungsraum/Hiwi", "arch_name": "R 209@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -221961,18 +245031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62099, "usage_id": 196 }, "2941.02.210L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L210, B\u00fcro", "arch_name": "L 210@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16129, "seats": { @@ -221980,18 +245052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62081, "usage_id": 12 }, "2941.02.210M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M210, B\u00fcro", "arch_name": "M 210@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42297, "seats": { @@ -221999,18 +245073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62085, "usage_id": 12 }, "2941.02.212L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L212, Sekretariat", "arch_name": "L 212@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16129, "seats": { @@ -222018,18 +245094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62075, "usage_id": 40 }, "2941.02.212M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M212, Sekretariat Lst.+Fg.", "arch_name": "M 212@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42297, "seats": { @@ -222037,18 +245115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62335, "usage_id": 40 }, "2941.02.213M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M213, B\u00fcro", "arch_name": "M 213@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16136, "seats": { @@ -222056,18 +245136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62078, "usage_id": 12 }, "2941.02.213R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R213, B\u00fcro/Hiwi", "arch_name": "R 213@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -222075,18 +245157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62095, "usage_id": 12 }, "2941.02.214L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L214, B\u00fcro", "arch_name": "L 214@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -222094,18 +245178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62074, "usage_id": 12 }, "2941.02.214M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M214, B\u00fcro", "arch_name": "M 214@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16136, "seats": { @@ -222113,18 +245199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62086, "usage_id": 12 }, "2941.02.215L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L215, Teek\u00fcche/Putzraum", "arch_name": "L 215@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -222132,18 +245220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62077, "usage_id": 198 }, "2941.02.215M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M215, B\u00fcro", "arch_name": "M 215@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16136, "seats": { @@ -222151,18 +245241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62080, "usage_id": 12 }, "2941.02.216M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M216, B\u00fcro", "arch_name": "M 216@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16136, "seats": { @@ -222170,18 +245262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62084, "usage_id": 12 }, "2941.02.216R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R216, Teek\u00fcche/Putzraum", "arch_name": "R 216@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 16123, "seats": { @@ -222189,18 +245283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62100, "usage_id": 198 }, "2941.02.217R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R217, B\u00fcro", "arch_name": "R 217@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -222208,18 +245304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62096, "usage_id": 12 }, "2941.02.218L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L218, B\u00fcro", "arch_name": "L 218@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45711, "seats": { @@ -222227,18 +245325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62073, "usage_id": 12 }, "2941.02.219L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L219, B\u00fcro", "arch_name": "L 219@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45711, "seats": { @@ -222246,18 +245346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62902, "usage_id": 12 }, "2941.02.220R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R220, B\u00fcro", "arch_name": "R 220@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -222265,18 +245367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62904, "usage_id": 12 }, "2941.02.221R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R221, B\u00fcro", "arch_name": "R 221@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -222284,18 +245388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62097, "usage_id": 12 }, "2941.02.222L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L222, B\u00fcro", "arch_name": "L 222@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45711, "seats": { @@ -222303,18 +245409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62072, "usage_id": 12 }, "2941.02.223L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L223, B\u00fcro", "arch_name": "L 223@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45711, "seats": { @@ -222322,18 +245430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62903, "usage_id": 12 }, "2941.02.224L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L224, Sekretariat", "arch_name": "L 224@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45711, "seats": { @@ -222341,18 +245451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62071, "usage_id": 40 }, "2941.02.224R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R224, B\u00fcro", "arch_name": "R 224@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -222360,18 +245472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62098, "usage_id": 12 }, "2941.02.230L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L230, Flur", "arch_name": "L 230@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -222379,18 +245493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62101, "usage_id": 222 }, "2941.02.230M": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M230, Flur", "arch_name": "M 230@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -222398,18 +245514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62103, "usage_id": 222 }, "2941.02.230R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R230, Flur", "arch_name": "R 230@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -222417,18 +245535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62104, "usage_id": 222 }, "2941.02.231L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L231, Flur/Kopierer", "arch_name": "L 231@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -222436,18 +245556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62102, "usage_id": 222 }, "2941.02.231R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R231, Flur", "arch_name": "R 231@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -222455,18 +245577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62105, "usage_id": 222 }, "2941.02.232L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L232, WC-Herren", "arch_name": "L 232@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -222474,18 +245598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62106, "usage_id": 115 }, "2941.02.232R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R232, WC-Damen", "arch_name": "R 232@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -222493,18 +245619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62109, "usage_id": 116 }, "2941.02.233L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L233, WC-Damen", "arch_name": "L 233@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -222512,18 +245640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62107, "usage_id": 116 }, "2941.02.233R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R233, WC-Herren", "arch_name": "R 233@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -222531,18 +245661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62108, "usage_id": 115 }, "2941.02.235L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L235, Technik/Server", "arch_name": "L 235@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -222550,18 +245682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62112, "usage_id": 120 }, "2941.02.235R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R235, Technik/Server", "arch_name": "R 235@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -222569,18 +245703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62113, "usage_id": 120 }, "2941.02.243L": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L 243, Treppenhaus", "arch_name": "L 243@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -222588,18 +245724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68761, "usage_id": 223 }, "2941.02.244R": { "address": { - "floor": "2.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R 244, Treppenhaus", "arch_name": "R244@2941", "area_id": 29, "building_id": 1245, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -222607,18 +245745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68763, "usage_id": 223 }, "2941.03.301L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L301, B\u00fcro", "arch_name": "L 301@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -222626,18 +245766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62161, "usage_id": 12 }, "2941.03.301M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M301, Labor Isokinetik", "arch_name": "M 301@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -222645,18 +245787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62186, "usage_id": 178 }, "2941.03.301R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R301, B\u00fcro", "arch_name": "R 301@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16133, "seats": { @@ -222664,19 +245808,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62174, "usage_id": 12 }, "2941.03.302L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L302, Seminarraum", "arch_name": "L 302@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 25825, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16135, "seats": { @@ -222684,18 +245830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62162, "usage_id": 41 }, "2941.03.302M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M302, B\u00fcro", "arch_name": "M 302@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -222703,18 +245851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62181, "usage_id": 12 }, "2941.03.302R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R302, B\u00fcro", "arch_name": "R 302@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16133, "seats": { @@ -222722,18 +245872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62182, "usage_id": 178 }, "2941.03.304M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M304, B\u00fcro", "arch_name": "M 304@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -222741,18 +245893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62180, "usage_id": 12 }, "2941.03.305M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M305, Labor Isokinetik", "arch_name": "M 305@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -222760,18 +245914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62185, "usage_id": 178 }, "2941.03.305R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R305, Sekretariat", "arch_name": "R 305@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16133, "seats": { @@ -222779,18 +245935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62173, "usage_id": 40 }, "2941.03.306M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M306, B\u00fcro", "arch_name": "M 306@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -222798,18 +245956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62179, "usage_id": 12 }, "2941.03.307M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M307, Testlabor Diagnostik", "arch_name": "M 307@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -222817,18 +245977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62184, "usage_id": 124 }, "2941.03.307R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R307, B\u00fcro", "arch_name": "R 307@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16133, "seats": { @@ -222836,18 +245998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62172, "usage_id": 12 }, "2941.03.308L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L308, Aufenthaltsraum/Putzfirma", "arch_name": "L 308@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -222855,18 +246019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62160, "usage_id": 44 }, "2941.03.308M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M308, Diagnostik", "arch_name": "M 308@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -222874,18 +246040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62844, "usage_id": 124 }, "2941.03.309R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R309, B\u00fcro", "arch_name": "R 309@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16133, "seats": { @@ -222893,18 +246061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62196, "usage_id": 12 }, "2941.03.310L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L310, B\u00fcro", "arch_name": "L 310@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -222912,18 +246082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62163, "usage_id": 12 }, "2941.03.311M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M311, EEG Labor", "arch_name": "M 311@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -222931,18 +246103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62183, "usage_id": 124 }, "2941.03.311R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R311, B\u00fcro", "arch_name": "R 311@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16133, "seats": { @@ -222950,18 +246124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62195, "usage_id": 12 }, "2941.03.312L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L312, B\u00fcro", "arch_name": "L 312@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -222969,18 +246145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62164, "usage_id": 12 }, "2941.03.312M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M312, Warten", "arch_name": "M 312@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -222988,18 +246166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62178, "usage_id": 44 }, "2941.03.313M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M313, Umkleide/Dusche", "arch_name": "M 313@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 44187, "seats": { @@ -223007,18 +246187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62334, "usage_id": 121 }, "2941.03.313R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R313, B\u00fcro", "arch_name": "R 313@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -223026,18 +246208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62194, "usage_id": 12 }, "2941.03.314M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M314, B\u00fcro", "arch_name": "M 314@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -223045,18 +246229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62177, "usage_id": 12 }, "2941.03.315L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L315, Teek\u00fcche", "arch_name": "L 315@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 16132, "seats": { @@ -223064,18 +246250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62175, "usage_id": 198 }, "2941.03.315M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M315, Umkleide/Dusche", "arch_name": "M 315@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 16132, "seats": { @@ -223083,18 +246271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62187, "usage_id": 121 }, "2941.03.316L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L316, Sekretariat", "arch_name": "L 316@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 45811, "seats": { @@ -223102,18 +246292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62165, "usage_id": 40 }, "2941.03.316M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M316, B\u00fcro", "arch_name": "M 316@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -223121,18 +246313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62176, "usage_id": 12 }, "2941.03.316R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R316, Teek\u00fcche", "arch_name": "R 316@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 44187, "seats": { @@ -223140,18 +246334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62192, "usage_id": 198 }, "2941.03.317R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R317, B\u00fcro", "arch_name": "R 317@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -223159,18 +246355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62191, "usage_id": 12 }, "2941.03.318L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L318, B\u00fcro", "arch_name": "L 318@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 45811, "seats": { @@ -223178,18 +246376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62166, "usage_id": 12 }, "2941.03.319L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L319, B\u00fcro", "arch_name": "L 319@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 45811, "seats": { @@ -223197,18 +246397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62171, "usage_id": 12 }, "2941.03.319R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R319, Sekretariat", "arch_name": "R 319@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -223216,18 +246418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62193, "usage_id": 40 }, "2941.03.320R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R320, B\u00fcro", "arch_name": "R 320@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 16133, "seats": { @@ -223235,18 +246439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62189, "usage_id": 12 }, "2941.03.321L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L321, B\u00fcro", "arch_name": "L 321@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 45811, "seats": { @@ -223254,18 +246460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62170, "usage_id": 12 }, "2941.03.321R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R321, B\u00fcro", "arch_name": "R 321@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -223273,18 +246481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62190, "usage_id": 12 }, "2941.03.322L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L322, B\u00fcro", "arch_name": "L 322@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 45811, "seats": { @@ -223292,19 +246502,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62167, "usage_id": 12 }, "2941.03.322R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R322, Besprechungsraum", "arch_name": "R 322@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 31212, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -223312,18 +246524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62188, "usage_id": 196 }, "2941.03.323L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L323, B\u00fcro", "arch_name": "L 323@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 45811, "seats": { @@ -223331,18 +246545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62169, "usage_id": 12 }, "2941.03.324L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L324, B\u00fcro", "arch_name": "L 324@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 45811, "seats": { @@ -223350,18 +246566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62168, "usage_id": 12 }, "2941.03.330L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L330, Flur", "arch_name": "L 330@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -223369,18 +246587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62197, "usage_id": 222 }, "2941.03.330M": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M330, Flur", "arch_name": "M 330@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -223388,18 +246608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62201, "usage_id": 222 }, "2941.03.330R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R330, Flur", "arch_name": "R 330@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -223407,18 +246629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62200, "usage_id": 222 }, "2941.03.331L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L331, Flur/Kopierer", "arch_name": "L 331@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -223426,18 +246650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62198, "usage_id": 222 }, "2941.03.331R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R331, Flur/Kopierer", "arch_name": "R 331@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -223445,18 +246671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62199, "usage_id": 222 }, "2941.03.332L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L332, WC-Herren", "arch_name": "L 332@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -223464,18 +246692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62202, "usage_id": 115 }, "2941.03.332R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R332, WC-Damen", "arch_name": "R 332@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -223483,18 +246713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62205, "usage_id": 116 }, "2941.03.333L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L333, WC-Damen", "arch_name": "L 333@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -223502,18 +246734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62204, "usage_id": 116 }, "2941.03.333R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R333, WC-Herren", "arch_name": "R 333@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -223521,18 +246755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62203, "usage_id": 115 }, "2941.03.335L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L335, Technik/Server", "arch_name": "L 335@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -223540,18 +246776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62208, "usage_id": 120 }, "2941.03.335R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R335, Technik/Server", "arch_name": "R 335@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -223559,18 +246797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62209, "usage_id": 120 }, "2941.03.343L": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L 343, Treppenhaus", "arch_name": "L 343@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -223578,18 +246818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68762, "usage_id": 223 }, "2941.03.344R": { "address": { - "floor": "3.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R 344, Treppenhaus", "arch_name": "R 344@2941", "area_id": 29, "building_id": 1245, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -223597,18 +246839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68770, "usage_id": 223 }, "2941.04.401L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L401, Besprechungsraum", "arch_name": "L 401@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -223616,18 +246860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62222, "usage_id": 196 }, "2941.04.401M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M401, B\u00fcro", "arch_name": "M 401@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -223635,18 +246881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62224, "usage_id": 12 }, "2941.04.401R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R401, B\u00fcro", "arch_name": "R 401@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -223654,18 +246902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62227, "usage_id": 12 }, "2941.04.402L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L402, B\u00fcro", "arch_name": "L 402@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -223673,18 +246923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62216, "usage_id": 12 }, "2941.04.402M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M402, Untersuchung+Behandlung", "arch_name": "M 402@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 16130, "seats": { @@ -223692,18 +246944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62241, "usage_id": 124 }, "2941.04.402R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R402, Warten", "arch_name": "R 402@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 16130, "seats": { @@ -223711,18 +246965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62243, "usage_id": 44 }, "2941.04.404L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L404, Behandlungszimmer", "arch_name": "L 404@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -223730,18 +246986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62221, "usage_id": 124 }, "2941.04.404M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M404, Untersuchung+Behandlung", "arch_name": "M 404@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 16130, "seats": { @@ -223749,18 +247007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62240, "usage_id": 124 }, "2941.04.404R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R404, Untersuchung+Behandlung", "arch_name": "R 404@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 16130, "seats": { @@ -223768,19 +247028,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62242, "usage_id": 124 }, "2941.04.405M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M405, Besprechungsraum", "arch_name": "M 405@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 22124, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -223788,18 +247050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62236, "usage_id": 196 }, "2941.04.405R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R405, B\u00fcro", "arch_name": "R 405@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -223807,18 +247071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62226, "usage_id": 12 }, "2941.04.408M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M408, Sekretariat", "arch_name": "M 408@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 44245, "seats": { @@ -223826,18 +247092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62239, "usage_id": 40 }, "2941.04.409M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M409, B\u00fcro", "arch_name": "M 409@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 44245, "seats": { @@ -223845,18 +247113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62235, "usage_id": 12 }, "2941.04.409R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R409, B\u00fcro", "arch_name": "R 409@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -223864,18 +247134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62225, "usage_id": 12 }, "2941.04.410L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L410, Sekretariat", "arch_name": "L 410@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -223883,18 +247155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62215, "usage_id": 40 }, "2941.04.410M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M410, B\u00fcro", "arch_name": "M 410@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 44245, "seats": { @@ -223902,18 +247176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62238, "usage_id": 12 }, "2941.04.412L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L412, B\u00fcro", "arch_name": "L 412@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -223921,18 +247197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62214, "usage_id": 12 }, "2941.04.412M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M412, B\u00fcro", "arch_name": "M 412@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 44245, "seats": { @@ -223940,18 +247218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62237, "usage_id": 12 }, "2941.04.413M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M413, B\u00fcro/Labor", "arch_name": "M 413@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 16130, "seats": { @@ -223959,18 +247239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62850, "usage_id": 12 }, "2941.04.413R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R413, B\u00fcro", "arch_name": "R 413@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -223978,18 +247260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62228, "usage_id": 12 }, "2941.04.415L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L415, Teek\u00fcche/Putzraum", "arch_name": "L 415@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 16132, "seats": { @@ -223997,18 +247281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62217, "usage_id": 198 }, "2941.04.416L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L416, B\u00fcro", "arch_name": "L 416@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -224016,18 +247302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62213, "usage_id": 12 }, "2941.04.416M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M416, B\u00fcro", "arch_name": "M 416@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -224035,18 +247323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62223, "usage_id": 12 }, "2941.04.416R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R416, Teek\u00fcche/Putzraum", "arch_name": "R 416@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -224054,18 +247344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62234, "usage_id": 198 }, "2941.04.417R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R417, B\u00fcro", "arch_name": "R 417@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -224073,18 +247365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62229, "usage_id": 12 }, "2941.04.418L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L418, Archiv", "arch_name": "L 418@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -224092,18 +247386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62212, "usage_id": 2 }, "2941.04.419L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L419, B\u00fcro", "arch_name": "L 419@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -224111,18 +247407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62218, "usage_id": 12 }, "2941.04.420L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L420, Sekretariat", "arch_name": "L 420@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -224130,18 +247428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62211, "usage_id": 40 }, "2941.04.420R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R420, B\u00fcro", "arch_name": "R 420@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -224149,18 +247449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62230, "usage_id": 12 }, "2941.04.421L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L421, B\u00fcro", "arch_name": "L 421@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -224168,18 +247470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62219, "usage_id": 12 }, "2941.04.421R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R421, Sekretariat", "arch_name": "R 421@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -224187,18 +247491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62233, "usage_id": 40 }, "2941.04.422L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L422, B\u00fcro", "arch_name": "L 422@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -224206,18 +247512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62210, "usage_id": 12 }, "2941.04.423L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L423, B\u00fcro", "arch_name": "L 423@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -224225,19 +247533,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62220, "usage_id": 12 }, "2941.04.423R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R423, Archiv/Besprechungsraum", "arch_name": "R 423@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 22403, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -224245,18 +247555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62231, "usage_id": 2 }, "2941.04.424R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R424, B\u00fcro", "arch_name": "R 424@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 16130, "seats": { @@ -224264,18 +247576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62232, "usage_id": 12 }, "2941.04.430L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L430, Flur", "arch_name": "L 430@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224283,18 +247597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62246, "usage_id": 222 }, "2941.04.430M": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M430, Flur", "arch_name": "M 430@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224302,18 +247618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62247, "usage_id": 222 }, "2941.04.430R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R430, Flur", "arch_name": "R 430@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224321,18 +247639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62248, "usage_id": 222 }, "2941.04.431L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L431, Flur/Kopierer", "arch_name": "L 431@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224340,18 +247660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62244, "usage_id": 222 }, "2941.04.431R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R431, Flur/Kopierer", "arch_name": "R 431@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224359,18 +247681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62245, "usage_id": 222 }, "2941.04.432L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L432, WC-Herren", "arch_name": "L 432@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -224378,18 +247702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62249, "usage_id": 115 }, "2941.04.432R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R432, WC-Damen", "arch_name": "R 432@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -224397,18 +247723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62252, "usage_id": 116 }, "2941.04.433L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L433, WC-Damen", "arch_name": "L 433@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -224416,18 +247744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62251, "usage_id": 116 }, "2941.04.433R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R433, WC-Herren", "arch_name": "R 433@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -224435,18 +247765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62250, "usage_id": 115 }, "2941.04.435L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L435, Technik/Server", "arch_name": "L 435@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -224454,18 +247786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62255, "usage_id": 120 }, "2941.04.435R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R435, Technik/Server", "arch_name": "R 435@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -224473,18 +247807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62256, "usage_id": 120 }, "2941.04.443L": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L 443, Treppenhaus", "arch_name": "L 443@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -224492,18 +247828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68759, "usage_id": 223 }, "2941.04.444R": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R 444, Treppenhaus", "arch_name": "R 444@2941", "area_id": 29, "building_id": 1245, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -224511,18 +247849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68760, "usage_id": 223 }, "2941.05.501L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L501, Untersuchung+Behandlung", "arch_name": "L 501@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -224530,18 +247870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62266, "usage_id": 124 }, "2941.05.501M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M501, Lehrk\u00fcche", "arch_name": "M 501@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 16110, "seats": { @@ -224549,18 +247891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62272, "usage_id": 28 }, "2941.05.501R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R501, B\u00fcro", "arch_name": "R 501@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -224568,19 +247912,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62277, "usage_id": 12 }, "2941.05.502L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L502, Besprechungsraum", "arch_name": "L 502@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 28212, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 44245, "seats": { @@ -224588,18 +247934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62261, "usage_id": 196 }, "2941.05.503L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L503, Lager", "arch_name": "L 503@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 44187, "seats": { @@ -224607,18 +247955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62265, "usage_id": 30 }, "2941.05.503M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M503, Server", "arch_name": "M 503@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14195, "seats": { @@ -224626,18 +247976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62616, "usage_id": 207 }, "2941.05.504M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M504, Schulung", "arch_name": "M 504@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -224645,18 +247997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62275, "usage_id": 130 }, "2941.05.504R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R504, Besprechungsraum", "arch_name": "R 504@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -224664,18 +248018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62276, "usage_id": 196 }, "2941.05.505R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R505, Sekretariat", "arch_name": "R 505@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -224683,18 +248039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62278, "usage_id": 40 }, "2941.05.506M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M506, Patientengespr\u00e4che", "arch_name": "M 506@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -224702,18 +248060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62274, "usage_id": 196 }, "2941.05.507R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R507, B\u00fcro", "arch_name": "R 507@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -224721,19 +248081,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62279, "usage_id": 12 }, "2941.05.508L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L508, Besprechungsraum", "arch_name": "L 508@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 31192, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224741,18 +248103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62260, "usage_id": 196 }, "2941.05.508M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M508, Patientengespr\u00e4che", "arch_name": "M 508@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -224760,18 +248124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62273, "usage_id": 196 }, "2941.05.509M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M509, B\u00fcro", "arch_name": "M 509@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224779,18 +248145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62271, "usage_id": 12 }, "2941.05.509R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R509, B\u00fcro", "arch_name": "R 509@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -224798,18 +248166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62280, "usage_id": 12 }, "2941.05.510M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M510, B\u00fcro", "arch_name": "M 510@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224817,18 +248187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62270, "usage_id": 12 }, "2941.05.511R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R511, B\u00fcro", "arch_name": "R 511@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -224836,18 +248208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62281, "usage_id": 12 }, "2941.05.512L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L512, B\u00fcro", "arch_name": "L 512@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224855,18 +248229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62259, "usage_id": 12 }, "2941.05.513M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M513, B\u00fcro", "arch_name": "M 513@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 44927, "seats": { @@ -224874,18 +248250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62268, "usage_id": 12 }, "2941.05.513R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R513, B\u00fcro", "arch_name": "R 513@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -224893,18 +248271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62282, "usage_id": 12 }, "2941.05.514M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M514, Sekretariat", "arch_name": "M 514@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16132, "seats": { @@ -224912,18 +248292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62269, "usage_id": 40 }, "2941.05.515L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L515, Teek\u00fcche/Putzraum", "arch_name": "L 515@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -224931,18 +248313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62264, "usage_id": 198 }, "2941.05.516L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L516, Diagnostik", "arch_name": "L 516@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224950,18 +248334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62258, "usage_id": 124 }, "2941.05.516M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M516, Untersuchung+Behandlung", "arch_name": "M 516@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -224969,18 +248355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62267, "usage_id": 124 }, "2941.05.516R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R516, Teek\u00fcche/Putzraum", "arch_name": "R 516@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 16110, "seats": { @@ -224988,18 +248376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62288, "usage_id": 198 }, "2941.05.517R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R517, B\u00fcro", "arch_name": "R 517@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -225007,19 +248397,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62283, "usage_id": 12 }, "2941.05.519L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L519, Sekretariat", "arch_name": "L 519@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 29672, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47637, "seats": { @@ -225027,18 +248419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62263, "usage_id": 40 }, "2941.05.519R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R519, B\u00fcro", "arch_name": "R 519@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -225046,18 +248440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62284, "usage_id": 12 }, "2941.05.520R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R520, Diagnostik", "arch_name": "R 520@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 16110, "seats": { @@ -225065,18 +248461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62287, "usage_id": 124 }, "2941.05.522L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L522, Sekretariat", "arch_name": "L 522@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225084,18 +248482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62257, "usage_id": 40 }, "2941.05.523L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L523, B\u00fcro", "arch_name": "L 523@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225103,18 +248503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62262, "usage_id": 12 }, "2941.05.523R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R523, B\u00fcro", "arch_name": "R 523@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 16110, "seats": { @@ -225122,18 +248524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62285, "usage_id": 12 }, "2941.05.524R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R524, Diagnostik", "arch_name": "R 524@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 16110, "seats": { @@ -225141,18 +248545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62286, "usage_id": 124 }, "2941.05.530L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L530, Flur", "arch_name": "L 530@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225160,18 +248566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62290, "usage_id": 222 }, "2941.05.530M": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "M530, Flur", "arch_name": "M 530@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225179,18 +248587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62291, "usage_id": 222 }, "2941.05.530R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R530, Flur", "arch_name": "R 530@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225198,18 +248608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62292, "usage_id": 222 }, "2941.05.531L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L531, Flur", "arch_name": "L 531@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225217,18 +248629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62289, "usage_id": 222 }, "2941.05.531R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R531, Flur/Kopierer", "arch_name": "R 531@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225236,18 +248650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62293, "usage_id": 222 }, "2941.05.532L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L532, WC-Herren", "arch_name": "L 532@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -225255,18 +248671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62294, "usage_id": 115 }, "2941.05.532R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R532, WC-Damen", "arch_name": "R 532@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -225274,18 +248692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62297, "usage_id": 116 }, "2941.05.533L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L533, WC-Damen", "arch_name": "L 533@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -225293,18 +248713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62296, "usage_id": 116 }, "2941.05.533R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R533, WC-Herren", "arch_name": "R 533@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -225312,18 +248734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62295, "usage_id": 115 }, "2941.05.535L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L535, Technik/Server", "arch_name": "L 535@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -225331,18 +248755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62300, "usage_id": 120 }, "2941.05.535R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R535, Technik/Server", "arch_name": "R 535@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -225350,18 +248776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62301, "usage_id": 120 }, "2941.05.543L": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L 543, Treppenhaus", "arch_name": "L 543@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -225369,18 +248797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68764, "usage_id": 223 }, "2941.05.544R": { "address": { - "floor": "5.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R 544, Treppenhaus", "arch_name": "R 544@2941", "area_id": 29, "building_id": 1245, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -225388,18 +248818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68765, "usage_id": 223 }, "2941.06.601L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L601, B\u00fcro", "arch_name": "L 601@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225407,18 +248839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62308, "usage_id": 12 }, "2941.06.601R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R601, B\u00fcro", "arch_name": "R 601@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 44927, "seats": { @@ -225426,18 +248860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62314, "usage_id": 12 }, "2941.06.602L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L602, B\u00fcro", "arch_name": "L 602@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225445,18 +248881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62311, "usage_id": 12 }, "2941.06.604R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R604, B\u00fcro", "arch_name": "R 604@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 44927, "seats": { @@ -225464,18 +248902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62320, "usage_id": 12 }, "2941.06.605R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R605, Sekretariat", "arch_name": "R 605@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225483,18 +248923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62312, "usage_id": 40 }, "2941.06.606L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L606, B\u00fcro", "arch_name": "L 606@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225502,18 +248944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62310, "usage_id": 12 }, "2941.06.607R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R607, B\u00fcro", "arch_name": "R 607@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225521,18 +248965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62313, "usage_id": 12 }, "2941.06.610L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L610, B\u00fcro", "arch_name": "L 610@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225540,18 +248986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62309, "usage_id": 12 }, "2941.06.611R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R611, B\u00fcro", "arch_name": "R 611@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225559,18 +249007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62319, "usage_id": 12 }, "2941.06.612L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L612, B\u00fcro", "arch_name": "L 612@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225578,18 +249028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62305, "usage_id": 12 }, "2941.06.615L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L615, Teek\u00fcche/Putzraum", "arch_name": "L 615@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225597,18 +249049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62307, "usage_id": 198 }, "2941.06.615R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R615, B\u00fcro", "arch_name": "R 615@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225616,18 +249070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62318, "usage_id": 12 }, "2941.06.616L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L616, Sekretariat/Archiv", "arch_name": "L 616@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225635,18 +249091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62304, "usage_id": 40 }, "2941.06.616R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R616, Teek\u00fcche/Putzraum", "arch_name": "R 616@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225654,18 +249112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62321, "usage_id": 198 }, "2941.06.617R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R617, B\u00fcro", "arch_name": "R 617@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225673,18 +249133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62317, "usage_id": 12 }, "2941.06.618L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L618, B\u00fcro", "arch_name": "L 618@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225692,18 +249154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62303, "usage_id": 12 }, "2941.06.620R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R620, Labor", "arch_name": "R 620@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225711,18 +249175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62315, "usage_id": 194 }, "2941.06.622L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L622, B\u00fcro", "arch_name": "L 622@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225730,19 +249196,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62302, "usage_id": 12 }, "2941.06.623L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L623, Dekanatssaal", "arch_name": "L 623@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 31193, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225750,18 +249218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62306, "usage_id": 196 }, "2941.06.623R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R623, Archiv/Besprechungsraum", "arch_name": "R 623@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 16123, "seats": { @@ -225769,18 +249239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62316, "usage_id": 196 }, "2941.06.630L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L630, Flur", "arch_name": "L 630@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225788,18 +249260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62324, "usage_id": 222 }, "2941.06.630R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R630, Flur", "arch_name": "R 630@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225807,18 +249281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62325, "usage_id": 222 }, "2941.06.631L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L631, Flur/Kopierer", "arch_name": "L 631@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225826,18 +249302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62322, "usage_id": 222 }, "2941.06.631R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R631, Flur/Kopierer", "arch_name": "R 631@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -225845,18 +249323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62323, "usage_id": 222 }, "2941.06.632L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L632, WC-Herren", "arch_name": "L 632@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -225864,18 +249344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62326, "usage_id": 115 }, "2941.06.632R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R632, WC-Damen", "arch_name": "R 632@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -225883,18 +249365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62329, "usage_id": 116 }, "2941.06.633L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L633, WC-Damen", "arch_name": "L 633@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -225902,18 +249386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62328, "usage_id": 116 }, "2941.06.633R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R633, WC-Herren", "arch_name": "R 633@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -225921,18 +249407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62327, "usage_id": 115 }, "2941.06.635L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L635, Technik/Server", "arch_name": "L 635@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -225940,18 +249428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62332, "usage_id": 120 }, "2941.06.635R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R635, Technik/Server", "arch_name": "R 635@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -225959,18 +249449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62333, "usage_id": 120 }, "2941.06.643L": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L 643, Treppenhaus", "arch_name": "L 643@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -225978,18 +249470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68766, "usage_id": 223 }, "2941.06.644R": { "address": { - "floor": "6.OG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R 644, Treppenhaus", "arch_name": "R 644@2941", "area_id": 29, "building_id": 1245, + "floor_level": "6.OG", "floor_type": "Stein", "main_operator_id": 14195, "seats": { @@ -225997,18 +249491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68767, "usage_id": 223 }, "2941.EG.001R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R001, Poststelle", "arch_name": "R 001@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 38003, "seats": { @@ -226016,19 +249512,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62617, "usage_id": 186 }, "2941.EG.005R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R005, Campus D, Seminarraum", "arch_name": "R 005@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 21544, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49055, "seats": { @@ -226036,18 +249534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62022, "usage_id": 41 }, "2941.EG.005S": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R005A, Campus D, Materialraum", "arch_name": "R 005@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49055, "seats": { @@ -226055,19 +249555,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72860, "usage_id": 30 }, "2941.EG.006L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L006, Campus D, Seminarraum", "arch_name": "L 006@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 20418, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49055, "seats": { @@ -226075,19 +249577,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62018, "usage_id": 41 }, "2941.EG.010L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L010, Campus D, Seminarraum", "arch_name": "L 010@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 20417, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49055, "seats": { @@ -226095,18 +249599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62019, "usage_id": 41 }, "2941.EG.015L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L015, Teek\u00fcche/Putzraum", "arch_name": "L 015@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49055, "seats": { @@ -226114,18 +249620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62029, "usage_id": 198 }, "2941.EG.016R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R016, Teek\u00fcche/Putzraum", "arch_name": "R 016@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49055, "seats": { @@ -226133,19 +249641,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62032, "usage_id": 198 }, "2941.EG.020R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R020, Campus D, Seminarraum", "arch_name": "R 020@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 20419, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49055, "seats": { @@ -226153,19 +249663,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62021, "usage_id": 41 }, "2941.EG.022L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L022, Campus D, Seminarraum", "arch_name": "L 022@2941", "area_id": 29, "building_id": 1245, "calendar_resource_nr": 20416, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49055, "seats": { @@ -226173,18 +249685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62020, "usage_id": 41 }, "2941.EG.030L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L030, Flur", "arch_name": "L 030@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -226192,18 +249706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62023, "usage_id": 222 }, "2941.EG.030R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R030, Flur", "arch_name": "R 030@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -226211,18 +249727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62025, "usage_id": 222 }, "2941.EG.031L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L031, Flur", "arch_name": "L 031@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -226230,18 +249748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62024, "usage_id": 222 }, "2941.EG.031R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R031, Flur", "arch_name": "R 031@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14195, "seats": { @@ -226249,18 +249769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62026, "usage_id": 222 }, "2941.EG.032L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L032, WC-Herren", "arch_name": "L 032@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -226268,18 +249790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62027, "usage_id": 115 }, "2941.EG.032R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R032, WC-Damen", "arch_name": "R 032@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -226287,18 +249811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62035, "usage_id": 116 }, "2941.EG.033L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L033, WC-Damen", "arch_name": "L 033@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -226306,18 +249832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62028, "usage_id": 116 }, "2941.EG.033R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R033, WC-Herren", "arch_name": "R 033@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14195, "seats": { @@ -226325,18 +249853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62036, "usage_id": 115 }, "2941.EG.035L": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "L034, Technik/Server", "arch_name": "L 034@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -226344,18 +249874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62031, "usage_id": 120 }, "2941.EG.035R": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Georg-Brauchle-Ring 60_62", "zip_code": 80992 }, + "alt_name": "R035, Technik/Server", "arch_name": "R 035@2941", "area_id": 29, "building_id": 1245, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49055, "seats": { @@ -226363,18 +249895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62034, "usage_id": 120 }, "2944.01.018": { "address": { - "floor": "1.OG", "place": "M\u00fcnchen", "street": "Freddie-Mercury-Str. 5", "zip_code": 80636 }, + "alt_name": "01.18, TUM Venture Lab Robotics", "arch_name": "01.18@2944", "area_id": 29, "building_id": 2869, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 49077, "seats": { @@ -226382,18 +249916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72450, "usage_id": 51 }, "2944.04.020": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Freddie-Mercury-Str. 5", "zip_code": 80636 }, + "alt_name": "04.20, Gro\u00dfraumb\u00fcro/Raumteil", "arch_name": "04.20@2944", "area_id": 29, "building_id": 2869, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 47157, "seats": { @@ -226401,18 +249937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72452, "usage_id": 12 }, "2944.04.025": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Freddie-Mercury-Str. 5", "zip_code": 80636 }, + "alt_name": "04.25/.26, B\u00fcro", "arch_name": "04.25/.26@2944", "area_id": 29, "building_id": 2869, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 47157, "seats": { @@ -226420,18 +249958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72454, "usage_id": 12 }, "2944.04.027": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Freddie-Mercury-Str. 5", "zip_code": 80636 }, + "alt_name": "04.27, B\u00fcro", "arch_name": "04.27@2944", "area_id": 29, "building_id": 2869, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 47157, "seats": { @@ -226439,18 +249979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72455, "usage_id": 12 }, "2944.04.028": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Freddie-Mercury-Str. 5", "zip_code": 80636 }, + "alt_name": "04.28, B\u00fcro", "arch_name": "04.28@2944", "area_id": 29, "building_id": 2869, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 47157, "seats": { @@ -226458,18 +250000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72451, "usage_id": 12 }, "3035.EG.001": { "address": { - "floor": "EG", "place": "Oberschlei\u00dfheim", "street": "Ingolst\u00e4dter Landstr. 1", "zip_code": 85764 }, + "alt_name": "Seminarraum 1050", "arch_name": "1050@3035", "area_id": 79, "building_id": 1141, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15560, "seats": { @@ -226477,18 +250021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61708, "usage_id": 41 }, "3035.EG.8004": { "address": { - "floor": "EG", "place": "Oberschlei\u00dfheim", "street": "Ingolst\u00e4dter Landstr. 1", "zip_code": 85764 }, + "alt_name": "8004, Sekretariat", "arch_name": "8004@3035", "area_id": 79, "building_id": 1141, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15560, "seats": { @@ -226496,18 +250042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61710, "usage_id": 12 }, "3100.01.001": { "address": { - "floor": "1.OG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "101, Arbeitsraum", "arch_name": "101@3100", "area_id": 79, "building_id": 1545, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226515,18 +250063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65263, "usage_id": 196 }, "3100.01.002": { "address": { - "floor": "1.OG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "102, Schlafzimmer 1", "arch_name": "102@3100", "area_id": 79, "building_id": 1545, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226534,18 +250084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65264, "usage_id": 53 }, "3100.01.003": { "address": { - "floor": "1.OG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "103, Bad / WC", "arch_name": "103@3100", "area_id": 79, "building_id": 1545, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226553,18 +250105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65265, "usage_id": 112 }, "3100.01.004": { "address": { - "floor": "1.OG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "104, Aufenthalt", "arch_name": "104@3100", "area_id": 79, "building_id": 1545, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226572,18 +250126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65266, "usage_id": 44 }, "3100.01.005": { "address": { - "floor": "1.OG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "105, K\u00fcche", "arch_name": "105@3100", "area_id": 79, "building_id": 1545, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226591,18 +250147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65267, "usage_id": 28 }, "3100.01.006": { "address": { - "floor": "1.OG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "106, Abstellraum", "arch_name": "106@3100", "area_id": 79, "building_id": 1545, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226610,18 +250168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65268, "usage_id": 159 }, "3100.02.005": { "address": { - "floor": "2.OG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "201, Schlafzimmer 2", "arch_name": "201@3100", "area_id": 79, "building_id": 1545, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226629,18 +250189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64718, "usage_id": 53 }, "3100.EG.001": { "address": { - "floor": "EG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "001, Besprechungsraum", "arch_name": "001@3100", "area_id": 79, "building_id": 1545, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226648,18 +250210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64719, "usage_id": 196 }, "3100.EG.002": { "address": { - "floor": "EG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "002, B\u00fcro", "arch_name": "002@3100", "area_id": 79, "building_id": 1545, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226667,18 +250231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64720, "usage_id": 12 }, "3100.EG.003": { "address": { - "floor": "EG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "003, Bad / WC", "arch_name": "003@3100", "area_id": 79, "building_id": 1545, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226686,18 +250252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65106, "usage_id": 112 }, "3100.EG.004": { "address": { - "floor": "EG", "place": "M\u00fclverstedt", "street": "Am Burghof 3", "zip_code": 99947 }, + "alt_name": "004, K\u00fcche Aufenthalt", "arch_name": "004@3100", "area_id": 79, "building_id": 1545, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15607, "seats": { @@ -226705,18 +250273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64721, "usage_id": 44 }, "3101.01.101": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "101, Sitzungsraum", "arch_name": "101@3101", "area_id": 49, "building_id": 909, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -226724,18 +250294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65194, "usage_id": 42 }, "3101.01.102": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@3101", "area_id": 49, "building_id": 909, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -226743,18 +250315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65195, "usage_id": 12 }, "3101.01.103": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "103, B\u00fcro", "arch_name": "103@3101", "area_id": 49, "building_id": 909, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -226762,18 +250336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65193, "usage_id": 12 }, "3101.01.104": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@3101", "area_id": 49, "building_id": 909, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -226781,18 +250357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65196, "usage_id": 12 }, "3101.01.105": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "105, WC-Herren", "arch_name": "105@3101", "area_id": 49, "building_id": 909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -226800,18 +250378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65189, "usage_id": 115 }, "3101.01.106": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "106, WC-Damen", "arch_name": "106@3101", "area_id": 49, "building_id": 909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -226819,18 +250399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65190, "usage_id": 116 }, "3101.01.150": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "150, Treppenhaus", "arch_name": "150@3101", "area_id": 49, "building_id": 909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -226838,18 +250420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65191, "usage_id": 223 }, "3101.01.151": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "151, Flur", "arch_name": "151@3101", "area_id": 49, "building_id": 909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -226857,18 +250441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65192, "usage_id": 222 }, "3101.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, Betriebsleitung", "arch_name": "001@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -226876,18 +250462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44218, "usage_id": 12 }, "3101.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "002, B\u00fcro Verwaltung", "arch_name": "002@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -226895,18 +250483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44223, "usage_id": 12 }, "3101.EG.003": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "003, stellv. Betriebsleitung", "arch_name": "003@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -226914,18 +250504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44224, "usage_id": 12 }, "3101.EG.004": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "004, B\u00fcro", "arch_name": "004@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -226933,18 +250525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44227, "usage_id": 12 }, "3101.EG.005": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "005, WC-Herren", "arch_name": "005@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -226952,18 +250546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44230, "usage_id": 115 }, "3101.EG.006": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "006, WC-Damen", "arch_name": "006@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -226971,18 +250567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44233, "usage_id": 116 }, "3101.EG.007": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "007, B\u00fcro", "arch_name": "007@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -226990,18 +250588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42888, "usage_id": 12 }, "3101.EG.008": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "008, Computerraum", "arch_name": "008@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227009,18 +250609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42890, "usage_id": 207 }, "3101.EG.009": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "009, Lager", "arch_name": "009@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227028,18 +250630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42893, "usage_id": 30 }, "3101.EG.010": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "010, K\u00fcche", "arch_name": "010@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227047,18 +250651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42895, "usage_id": 28 }, "3101.EG.011": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "011, Aufenthaltsraum", "arch_name": "011@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227066,18 +250672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42897, "usage_id": 44 }, "3101.EG.012": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "012, Sitzungsraum", "arch_name": "012@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227085,18 +250693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42899, "usage_id": 42 }, "3101.EG.013": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "013, B\u00fcro", "arch_name": "013@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227104,18 +250714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42902, "usage_id": 12 }, "3101.EG.014": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "014, B\u00fcro", "arch_name": "014@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227123,18 +250735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42903, "usage_id": 12 }, "3101.EG.015": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "015, Inst. Direktor", "arch_name": "015@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227142,18 +250756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42906, "usage_id": 12 }, "3101.EG.050": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "050, Treppenhaus", "arch_name": "050@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227161,18 +250777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65188, "usage_id": 223 }, "3101.EG.051": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "051, Flur", "arch_name": "051@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227180,18 +250798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65186, "usage_id": 222 }, "3101.EG.052": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "052, Flur", "arch_name": "052@3101", "area_id": 49, "building_id": 909, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227199,18 +250819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65187, "usage_id": 222 }, "3102.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Arbeitsraum ohne Besprechungsgruppe", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227218,18 +250840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42994, "usage_id": 12 }, "3102.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Modelraum", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227237,18 +250861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42998, "usage_id": 187 }, "3102.EG.003": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Versuchshalle", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227256,18 +250882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43000, "usage_id": 49 }, "3102.EG.004": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Technischer Raum (FKT-Fl\u00e4che)", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227275,18 +250903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43002, "usage_id": 201 }, "3102.EG.005": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Zeichenraum", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227294,18 +250924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43075, "usage_id": 55 }, "3102.EG.006": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Pumpstation", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227313,18 +250945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43080, "usage_id": 183 }, "3102.EG.007": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Modelbauwerkstatt", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227332,18 +250966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43083, "usage_id": 107 }, "3102.EG.008": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "WC-Herren", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227351,18 +250987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43085, "usage_id": 115 }, "3102.EG.009": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Dusche, auch Gruppen", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227370,18 +251008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43088, "usage_id": 113 }, "3102.EG.010": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Umkleide.-Kabine", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227389,18 +251029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43091, "usage_id": 121 }, "3102.EG.011": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Lichtpausraum", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227408,18 +251050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43093, "usage_id": 110 }, "3102.EG.012": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Fotolab., Lichtpausraum", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227427,18 +251071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43175, "usage_id": 104 }, "3102.EG.013": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Prozessorrechnerraum", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227446,18 +251092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43176, "usage_id": 207 }, "3102.EG.014": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Registratur, Archiv", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227465,18 +251113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43180, "usage_id": 2 }, "3102.EG.015": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Lager", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227484,18 +251134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43183, "usage_id": 30 }, "3102.EG.016": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Stromversorgung", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227503,18 +251155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43187, "usage_id": 160 }, "3102.EG.017": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Elektronische Werkstatt", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -227522,18 +251176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43192, "usage_id": 51 }, "3102.EG.018": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Physiklabor (K. B., MV)", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227541,18 +251197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43252, "usage_id": 103 }, "3102.EG.019": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Versuchshalle", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227560,18 +251218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43260, "usage_id": 49 }, "3102.EG.020": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Windfang", "arch_name": "@3102", "area_id": 49, "building_id": 910, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227579,18 +251239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43263, "usage_id": 52 }, "3103.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, KFZ-Abstellraum", "arch_name": "001@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227598,18 +251260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43267, "usage_id": 100 }, "3103.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Lager", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227617,18 +251281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43271, "usage_id": 30 }, "3103.EG.003": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Lager", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227636,18 +251302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43344, "usage_id": 30 }, "3103.EG.004": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Abstellraum/Sonderfl\u00e4che", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227655,18 +251323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43345, "usage_id": 159 }, "3103.EG.005": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Werkstatt, Holzbearbeitung", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227674,18 +251344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43350, "usage_id": 107 }, "3103.EG.006": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Betonbauwerkstatt", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227693,18 +251365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43354, "usage_id": 51 }, "3103.EG.007": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Grobmechanische Werkstatt", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227712,18 +251386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43357, "usage_id": 51 }, "3103.EG.008": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Feinmechanische Werstatt", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227731,18 +251407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43360, "usage_id": 108 }, "3103.EG.010": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "WC-Herren", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227750,18 +251428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43364, "usage_id": 115 }, "3103.EG.011": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Waschraum", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227769,18 +251449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43428, "usage_id": 210 }, "3103.EG.012": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Umkleide.-Kabine", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227788,18 +251470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43433, "usage_id": 121 }, "3103.EG.013": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Dusche, auch Gruppen", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227807,18 +251491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43435, "usage_id": 113 }, "3103.EG.014": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Flur", "arch_name": "@3103", "area_id": 49, "building_id": 911, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -227826,18 +251512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43443, "usage_id": 222 }, "3104.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, KFZ-Unterstelle", "arch_name": "001@3104", "area_id": 49, "building_id": 912, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227845,18 +251533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43506, "usage_id": 100 }, "3104.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "002, KFZ-Garage", "arch_name": "002@3104", "area_id": 49, "building_id": 912, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227864,18 +251554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65197, "usage_id": 100 }, "3104.EG.003": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "002, Notstromaggregat", "arch_name": "002@3104", "area_id": 49, "building_id": 912, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227883,18 +251575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65198, "usage_id": 160 }, "3104.EG.004": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "004, Archiv/Bibliothek", "arch_name": "004@3104", "area_id": 49, "building_id": 912, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227902,18 +251596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65185, "usage_id": 2 }, "3105.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Fahrzeugabstellfl\u00e4che", "arch_name": "@3105", "area_id": 49, "building_id": 913, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227921,18 +251617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43509, "usage_id": 204 }, "3105.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Fahrzeugabstellfl\u00e4che", "arch_name": "@3105", "area_id": 49, "building_id": 913, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227940,18 +251638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43511, "usage_id": 204 }, "3105.EG.003": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Lager", "arch_name": "@3105", "area_id": 49, "building_id": 913, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227959,18 +251659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43514, "usage_id": 30 }, "3105.EG.004": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Notstromversorgung", "arch_name": "@3105", "area_id": 49, "building_id": 913, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227978,18 +251680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43516, "usage_id": 160 }, "3105.EG.005": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Fahrzeugabstellfl\u00e4che", "arch_name": "@3105", "area_id": 49, "building_id": 913, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -227997,18 +251701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43520, "usage_id": 204 }, "3105.EG.006": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "006, Archiv/Bibliothek", "arch_name": "006@3105", "area_id": 49, "building_id": 913, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228016,18 +251722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43525, "usage_id": 2 }, "3106.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Lager", "arch_name": "@3106", "area_id": 49, "building_id": 914, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228035,18 +251743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43592, "usage_id": 30 }, "3107.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", "area_id": 49, "building_id": 915, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228054,18 +251764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43594, "usage_id": 218 }, "3107.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", "area_id": 49, "building_id": 915, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228073,18 +251785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43599, "usage_id": 218 }, "3107.EG.003": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", "area_id": 49, "building_id": 915, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228092,18 +251806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43604, "usage_id": 218 }, "3107.EG.004": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", "area_id": 49, "building_id": 915, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228111,18 +251827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43668, "usage_id": 218 }, "3107.EG.005": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", "area_id": 49, "building_id": 915, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228130,18 +251848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43672, "usage_id": 218 }, "3107.EG.006": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", "area_id": 49, "building_id": 915, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228149,18 +251869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43676, "usage_id": 218 }, "3107.EG.007": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", "area_id": 49, "building_id": 915, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228168,18 +251890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43679, "usage_id": 218 }, "3107.EG.008": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Freiluftexperimentierfl\u00e4chen", "arch_name": "@3107", "area_id": 49, "building_id": 915, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228187,18 +251911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43682, "usage_id": 218 }, "3108.01.101": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "101, Flur", "arch_name": "101@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228206,18 +251932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43855, "usage_id": 222 }, "3108.01.102": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "102, Schlafraum", "arch_name": "102@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228225,18 +251953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43857, "usage_id": 53 }, "3108.01.103": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "103, Schlafraum", "arch_name": "103@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228244,18 +251974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43860, "usage_id": 53 }, "3108.01.104": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "104, Schlafraum", "arch_name": "104@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228263,18 +251995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43863, "usage_id": 53 }, "3108.01.105": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "105, Schlafraum", "arch_name": "105@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228282,18 +252016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43869, "usage_id": 53 }, "3108.01.106": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "106, Schlafraum", "arch_name": "106@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228301,18 +252037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43933, "usage_id": 53 }, "3108.01.107": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "107, Dusche/WC-Damen", "arch_name": "107@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228320,18 +252058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43934, "usage_id": 116 }, "3108.01.108": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "108, Dusche-Herren", "arch_name": "108@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14927, "seats": { @@ -228339,18 +252079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43936, "usage_id": 113 }, "3108.01.109": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "109, WC-Herren", "arch_name": "109@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14927, "seats": { @@ -228358,18 +252100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43937, "usage_id": 115 }, "3108.01.110": { "address": { - "floor": "1.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "110, Diele", "arch_name": "110@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228377,18 +252121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43938, "usage_id": 222 }, "3108.02.201": { "address": { - "floor": "2.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "201, Flur", "arch_name": "201@3108", "area_id": 49, "building_id": 916, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228396,18 +252142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43939, "usage_id": 222 }, "3108.02.202": { "address": { - "floor": "2.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "202, Schlafraum", "arch_name": "202@3108", "area_id": 49, "building_id": 916, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14927, "seats": { @@ -228415,18 +252163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43940, "usage_id": 53 }, "3108.02.203": { "address": { - "floor": "2.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "203, Schlafraum", "arch_name": "203@3108", "area_id": 49, "building_id": 916, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228434,18 +252184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43941, "usage_id": 53 }, "3108.02.204": { "address": { - "floor": "2.OG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "204, Schlafraum", "arch_name": "204@3108", "area_id": 49, "building_id": 916, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228453,18 +252205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64536, "usage_id": 53 }, "3108.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, Windfang", "arch_name": "001@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228472,18 +252226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43753, "usage_id": 222 }, "3108.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "002, Flur", "arch_name": "002@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228491,18 +252247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43755, "usage_id": 222 }, "3108.EG.003": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "003, Aufenthalt", "arch_name": "003@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228510,18 +252268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43759, "usage_id": 45 }, "3108.EG.004": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "004, Technischer Raum (FKT-Fl\u00e4che)", "arch_name": "004@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228529,18 +252289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43761, "usage_id": 201 }, "3108.EG.005": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "005, Gastwissenschaftler/Aufenthaltsraum", "arch_name": "005@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228548,18 +252310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43766, "usage_id": 53 }, "3108.EG.006": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "006, Gastwissenschaftler/Wohnk\u00fcche", "arch_name": "006@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228567,18 +252331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43770, "usage_id": 53 }, "3108.EG.007": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "007, Flur", "arch_name": "007@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228586,18 +252352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43838, "usage_id": 222 }, "3108.EG.008": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "008, Gastwissenschaftler/Schlafraum", "arch_name": "008@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228605,18 +252373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43842, "usage_id": 53 }, "3108.EG.009": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "009, Bad/WC", "arch_name": "009@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228624,18 +252394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43845, "usage_id": 112 }, "3108.EG.010": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "010, Gastwissenschaftler/Wohnk\u00fcche", "arch_name": "010@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228643,18 +252415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43849, "usage_id": 53 }, "3108.EG.011": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "011, Gastwissenschaftler/Schlafraum", "arch_name": "011@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14927, "seats": { @@ -228662,18 +252436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43851, "usage_id": 53 }, "3108.EG.012": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "012, Dusche/WC", "arch_name": "012@3108", "area_id": 49, "building_id": 916, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -228681,18 +252457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43853, "usage_id": 113 }, "3108.U1.001": { "address": { - "floor": "1.UG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "-1001, Keller", "arch_name": "-1001@3108", "area_id": 49, "building_id": 916, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228700,18 +252478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43750, "usage_id": 159 }, "3109.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Lager", "arch_name": "@3109", "area_id": 49, "building_id": 917, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228719,18 +252499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43942, "usage_id": 30 }, "3109.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Lager", "arch_name": "@3109", "area_id": 49, "building_id": 917, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228738,18 +252520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43943, "usage_id": 30 }, "3110.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Messraum", "arch_name": "@3110", "area_id": 49, "building_id": 918, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228757,18 +252541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43944, "usage_id": 103 }, "3111.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Messraum", "arch_name": "@3111", "area_id": 49, "building_id": 919, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228776,18 +252562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43945, "usage_id": 103 }, "3112.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Stromversorgung", "arch_name": "@3112", "area_id": 49, "building_id": 920, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228795,18 +252583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43947, "usage_id": 160 }, "3113.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, Pumpstation", "arch_name": "001@3113", "area_id": 49, "building_id": 921, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228814,18 +252604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43949, "usage_id": 183 }, "3114.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, Pumpstation", "arch_name": "001@3114", "area_id": 49, "building_id": 922, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228833,18 +252625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43951, "usage_id": 183 }, "3115.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, Pumpstation", "arch_name": "001@3115", "area_id": 49, "building_id": 923, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228852,18 +252646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43955, "usage_id": 183 }, "3116.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, Versuchshalle 2", "arch_name": "001@3116", "area_id": 49, "building_id": 924, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228871,18 +252667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43958, "usage_id": 49 }, "3117.EG.701": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "701, Holzlager", "arch_name": "701@3117", "area_id": 49, "building_id": 925, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228890,18 +252688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43962, "usage_id": 30 }, "3117.EG.702": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "702, Baulager", "arch_name": "702@3117", "area_id": 49, "building_id": 925, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -228909,18 +252709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70455, "usage_id": 30 }, "3118.EG.801": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "801, Messraum", "arch_name": "801@3118", "area_id": 49, "building_id": 926, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228928,18 +252730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43965, "usage_id": 103 }, "3119.EG.901": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Ausstellungsraum", "arch_name": "@3119", "area_id": 49, "building_id": 927, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228947,18 +252751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44037, "usage_id": 148 }, "3119.U1.901": { "address": { - "floor": "1.UG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Ausstellungsraum", "arch_name": "@3119", "area_id": 49, "building_id": 927, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14927, "seats": { @@ -228966,18 +252772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44033, "usage_id": 148 }, "3120.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, Pumpenraum", "arch_name": "001@3120", "area_id": 49, "building_id": 928, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -228985,18 +252793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44042, "usage_id": 182 }, "3120.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Schaltraum", "arch_name": "@3120", "area_id": 49, "building_id": 928, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -229004,18 +252814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44049, "usage_id": 120 }, "3120.EG.003": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Installationsbedienungsraum", "arch_name": "@3120", "area_id": 49, "building_id": 928, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -229023,18 +252835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44053, "usage_id": 120 }, "3120.U1.001": { "address": { - "floor": "1.UG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "Pumpenraum", "arch_name": "@3120", "area_id": 49, "building_id": 928, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14927, "seats": { @@ -229042,18 +252856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44041, "usage_id": 182 }, "3121.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, Ausstellungsraum", "arch_name": "001@3121", "area_id": 49, "building_id": 929, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -229061,18 +252877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44054, "usage_id": 148 }, "3121.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "002, Ausstellungsraum", "arch_name": "002@3121", "area_id": 49, "building_id": 929, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -229080,18 +252898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44055, "usage_id": 148 }, "3122.EG.001": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "001, Folien-Versuchshalle", "arch_name": "001@3122", "area_id": 49, "building_id": 2509, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -229099,18 +252919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70472, "usage_id": 49 }, "3122.EG.002": { "address": { - "floor": "EG", "place": "Obernach", "street": "Obernach/Walchensee 15", "zip_code": 82432 }, + "alt_name": "002, Folien-Versuchshalle Anbau", "arch_name": "002@3122", "area_id": 49, "building_id": 2509, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14927, "seats": { @@ -229118,18 +252940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70473, "usage_id": 49 }, "3201.EG.001": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Lager", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15098, "seats": { @@ -229137,18 +252961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44056, "usage_id": 30 }, "3201.EG.001A": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Garage", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15098, "seats": { @@ -229156,18 +252982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44057, "usage_id": 100 }, "3201.EG.002": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Tresorraum", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15098, "seats": { @@ -229175,18 +253003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44058, "usage_id": 200 }, "3201.EG.003": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Feinmechanische Werkstatt", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15098, "seats": { @@ -229194,18 +253024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44130, "usage_id": 108 }, "3201.EG.004": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Arbeitsraum ohne Besprechungsgruppe", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -229213,18 +253045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44133, "usage_id": 12 }, "3201.EG.005": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Arbeitsraum ohne Besprechungsgruppe", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -229232,18 +253066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44135, "usage_id": 12 }, "3201.EG.006": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Arbeitsraum ohne Besprechungsgruppe", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -229251,18 +253087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44137, "usage_id": 12 }, "3201.EG.007": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Vorbereitungsraum", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -229270,18 +253108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44139, "usage_id": 136 }, "3201.EG.008": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Bedienungsgang", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -229289,18 +253129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44140, "usage_id": 222 }, "3201.EG.009": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Annahme- u. Ausgaberaum", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15098, "seats": { @@ -229308,19 +253150,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44142, "usage_id": 186 }, "3201.EG.010": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "\u00dcbungsraum", "arch_name": "@3201", "area_id": 53, "building_id": 633, "calendar_resource_nr": 18859, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15098, "seats": { @@ -229328,18 +253172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44144, "usage_id": 131 }, "3201.EG.011": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Eingangshalle", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15098, "seats": { @@ -229347,18 +253193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44146, "usage_id": 222 }, "3201.EG.012": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "Heizungsraum", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15098, "seats": { @@ -229366,18 +253214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44147, "usage_id": 201 }, "3201.EG.013": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "WC-Herren", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15098, "seats": { @@ -229385,18 +253235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44149, "usage_id": 115 }, "3201.EG.014": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Lindenweg 15", "zip_code": 82223 }, + "alt_name": "WC", "arch_name": "@3201", "area_id": 53, "building_id": 633, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15098, "seats": { @@ -229404,18 +253256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44151, "usage_id": 114 }, "3401.EG.020": { "address": { - "floor": "EG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "20, Elektroniklabor gem. Nutzung mit KEG", "arch_name": "20@3401", "area_id": 29, "building_id": 1710, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229423,18 +253277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65710, "usage_id": 103 }, "3401.U1.001A": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "K1a, DGFI Besprechungsraum", "arch_name": "K1a@3401", "area_id": 29, "building_id": 1710, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229442,18 +253298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65703, "usage_id": 196 }, "3401.U1.001B": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "K1b/K1c, Mechanikwerkstatt gem. Nutzung mit KEG", "arch_name": "K1b/K1c@3401", "area_id": 29, "building_id": 1710, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229461,18 +253319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65707, "usage_id": 51 }, "3401.U1.001D": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "K1d, K\u00fcche", "arch_name": "K1d@3401", "area_id": 29, "building_id": 1710, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229480,18 +253340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65704, "usage_id": 28 }, "3401.U1.001E": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "K1e, Fluchtweg", "arch_name": "K1e@3401", "area_id": 29, "building_id": 1710, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229499,18 +253361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65705, "usage_id": 222 }, "3401.U1.006": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "K6, Messkeller/Instrumenten-Lager", "arch_name": "K6@3401", "area_id": 29, "building_id": 1710, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229518,18 +253382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65709, "usage_id": 103 }, "3401.U1.009": { "address": { - "floor": "1.UG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "K9, Gravimeterraum gem. Nutzung mit KEG", "arch_name": "K9@3401", "area_id": 29, "building_id": 1710, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229537,18 +253403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65706, "usage_id": 103 }, "3401.Z1.103": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "103, DGFI-Bibliothek", "arch_name": "103@3401", "area_id": 29, "building_id": 1710, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229556,18 +253424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65711, "usage_id": 10 }, "3401.Z1.104": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "104, DGFI-Bibliothek", "arch_name": "104@3401", "area_id": 29, "building_id": 1710, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229575,18 +253445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65712, "usage_id": 10 }, "3401.Z1.105": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "104, B\u00fcro/Archiv", "arch_name": "104@3401", "area_id": 29, "building_id": 1710, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229594,18 +253466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65713, "usage_id": 12 }, "3401.Z1.114": { "address": { - "floor": "1.ZG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "114, DGFI-Bibliothek/Zeitschriftenarchiv", "arch_name": "114@3401", "area_id": 29, "building_id": 1710, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229613,18 +253487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65714, "usage_id": 10 }, "3402.04.080": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 80, Teek\u00fcche", "arch_name": "HK 80@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229632,18 +253508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65716, "usage_id": 198 }, "3402.04.084": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 084, B\u00fcro", "arch_name": "HK 084@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229651,18 +253529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65717, "usage_id": 12 }, "3402.04.085": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 085, B\u00fcro", "arch_name": "HK 085@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229670,18 +253550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65718, "usage_id": 12 }, "3402.04.086": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 086, B\u00fcro", "arch_name": "HK 086@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229689,18 +253571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65719, "usage_id": 12 }, "3402.04.087": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 087, B\u00fcro", "arch_name": "HK 087@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229708,18 +253592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65720, "usage_id": 12 }, "3402.04.088": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 088, B\u00fcro/IAG Office", "arch_name": "HK 088@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229727,18 +253613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65721, "usage_id": 12 }, "3402.04.089": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 089, Kopierer", "arch_name": "HK 089@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229746,18 +253634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65722, "usage_id": 12 }, "3402.04.091": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 091, Studentenarbeitspl\u00e4tze", "arch_name": "HK 091@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229765,19 +253655,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65723, "usage_id": 208 }, "3402.04.092": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 092, Bibliothek/Besprechungsraum", "arch_name": "HK 092@3402", "area_id": 29, "building_id": 1709, "calendar_resource_nr": 27632, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229785,18 +253677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65724, "usage_id": 10 }, "3402.04.093": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 093, IT-Lager", "arch_name": "HK 093@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229804,18 +253698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65725, "usage_id": 30 }, "3402.04.094": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 094, B\u00fcro", "arch_name": "HK 094@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229823,18 +253719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65726, "usage_id": 12 }, "3402.04.095": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 095, B\u00fcro", "arch_name": "HK 095@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229842,18 +253740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65727, "usage_id": 12 }, "3402.04.096": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 096, B\u00fcro", "arch_name": "HK 096@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229861,18 +253761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65728, "usage_id": 12 }, "3402.04.097": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 097, Serverraum", "arch_name": "HK 097@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229880,18 +253782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65729, "usage_id": 207 }, "3402.04.103": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 103, B\u00fcro", "arch_name": "HK 103@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229899,18 +253803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65730, "usage_id": 12 }, "3402.04.104": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 104, B\u00fcro", "arch_name": "HK 104@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229918,18 +253824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65731, "usage_id": 12 }, "3402.04.105": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 105, B\u00fcro", "arch_name": "HK 105@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229937,18 +253845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65732, "usage_id": 12 }, "3402.04.106": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 106, B\u00fcro", "arch_name": "HK 106@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229956,18 +253866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65733, "usage_id": 12 }, "3402.04.107": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 107, B\u00fcro", "arch_name": "HK 107@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229975,18 +253887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65734, "usage_id": 12 }, "3402.04.108A": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 108a, B\u00fcro", "arch_name": "HK 108a@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -229994,18 +253908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65735, "usage_id": 12 }, "3402.04.108B": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 108b, B\u00fcro", "arch_name": "HK 108b@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -230013,18 +253929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65736, "usage_id": 12 }, "3402.04.109": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 109, B\u00fcro", "arch_name": "HK 109@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -230032,18 +253950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65737, "usage_id": 12 }, "3402.04.110": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 110, B\u00fcro", "arch_name": "HK 110@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -230051,18 +253971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65738, "usage_id": 12 }, "3402.04.111": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 111, B\u00fcro", "arch_name": "HK 111@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -230070,18 +253992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65739, "usage_id": 12 }, "3402.04.112": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 112, B\u00fcro", "arch_name": "HK 112@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -230089,18 +254013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65740, "usage_id": 12 }, "3402.04.113": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 113, Sekretariat", "arch_name": "HK 113@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -230108,18 +254034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65741, "usage_id": 40 }, "3402.04.114": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 114, Institutsleitung", "arch_name": "HK 114@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -230127,18 +254055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65742, "usage_id": 12 }, "3402.04.115": { "address": { - "floor": "4.OG", "place": "M\u00fcnchen", "street": "Alfons-Goppel-Str. 11", "zip_code": 80333 }, + "alt_name": "HK 115, B\u00fcro", "arch_name": "HK 115@3402", "area_id": 29, "building_id": 1709, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 23659, "seats": { @@ -230146,19 +254076,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65743, "usage_id": 12 }, "3501.01.101A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A01, Seminarraum A1", "arch_name": "1.A01@3501", "area_id": 50, "building_id": 877, "calendar_resource_nr": 24274, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -230166,18 +254098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44085, "usage_id": 41 }, "3501.01.101B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B01, Computerlabor", "arch_name": "1.B01@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -230185,18 +254119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44087, "usage_id": 103 }, "3501.01.101C": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.C01, Lager", "arch_name": "1.C01@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -230204,18 +254140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44170, "usage_id": 30 }, "3501.01.101D": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.C04, Chem. Labor", "arch_name": "1.C04@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 37495, "seats": { @@ -230223,18 +254161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65745, "usage_id": 102 }, "3501.01.101E": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.C05, Chem. Labor", "arch_name": "1.C05@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 37495, "seats": { @@ -230242,18 +254182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65746, "usage_id": 102 }, "3501.01.101F": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.C06, Chem. Labor", "arch_name": "1.C06@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 37495, "seats": { @@ -230261,18 +254203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65747, "usage_id": 102 }, "3501.01.101G": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.C07, Chem. Labor", "arch_name": "1.C07@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 37495, "seats": { @@ -230280,18 +254224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65748, "usage_id": 102 }, "3501.01.102A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A02, B\u00fcro", "arch_name": "1.A02@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230299,18 +254245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44172, "usage_id": 12 }, "3501.01.102B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B02, NMR", "arch_name": "1.B02@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -230318,18 +254266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44174, "usage_id": 103 }, "3501.01.102C": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.C02, Lager", "arch_name": "1.C02@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -230337,18 +254287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44177, "usage_id": 30 }, "3501.01.103A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A03, Sozialraum", "arch_name": "1.A03@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230356,18 +254308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44181, "usage_id": 44 }, "3501.01.103B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B03, Analysenlabor", "arch_name": "1.B03@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -230375,18 +254329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44183, "usage_id": 102 }, "3501.01.103C": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A03.1, Teek\u00fcche", "arch_name": "1.A03.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230394,18 +254350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44186, "usage_id": 198 }, "3501.01.104A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A04, Prof.-B\u00fcro", "arch_name": "1.A04@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230413,18 +254371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22419, "usage_id": 12 }, "3501.01.104B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B04, Chem. Labor", "arch_name": "1.B04@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -230432,18 +254392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44190, "usage_id": 102 }, "3501.01.105A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A05, Sekretariat", "arch_name": "1.A05@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230451,18 +254413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22422, "usage_id": 12 }, "3501.01.105B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B05, Chem. Labor", "arch_name": "1.B05@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -230470,18 +254434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44274, "usage_id": 102 }, "3501.01.106A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A06, Mitarbeiter", "arch_name": "1.A06@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230489,18 +254455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44276, "usage_id": 12 }, "3501.01.106B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B06, Chem. Labor", "arch_name": "1.B06@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -230508,18 +254476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44279, "usage_id": 102 }, "3501.01.107A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A07, Mitarbeiter", "arch_name": "1.A07@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230527,18 +254497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42847, "usage_id": 12 }, "3501.01.107B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B07, Chem. Labor", "arch_name": "1.B07@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -230546,18 +254518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42849, "usage_id": 102 }, "3501.01.108A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A08, Mitarbeiter", "arch_name": "1.A08@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230565,18 +254539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42850, "usage_id": 12 }, "3501.01.108B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B08, Chem. Labor", "arch_name": "1.B08@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -230584,18 +254560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42853, "usage_id": 102 }, "3501.01.109A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A09, Mitarbeiter", "arch_name": "1.A09@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230603,18 +254581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42857, "usage_id": 12 }, "3501.01.109B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B09, Chem. Labor", "arch_name": "1.B09@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -230622,18 +254602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42859, "usage_id": 102 }, "3501.01.110A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A10, Wiss. Mitarb.", "arch_name": "1.A10@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230641,18 +254623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42954, "usage_id": 12 }, "3501.01.110B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B10, Elektro", "arch_name": "1.B10@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -230660,19 +254644,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42955, "usage_id": 32 }, "3501.01.111A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A11, Seminarraum/Besprechungsraum A5", "arch_name": "1.A11@3501", "area_id": 50, "building_id": 877, "calendar_resource_nr": 24275, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -230680,18 +254666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42956, "usage_id": 41 }, "3501.01.111B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B11, Gasflaschenlager", "arch_name": "1.B11@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -230699,18 +254687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42958, "usage_id": 17 }, "3501.01.112A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A12, Wiss. Mitarbeiter", "arch_name": "1.A12@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -230718,18 +254708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42960, "usage_id": 12 }, "3501.01.112B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B12, WC Damen Vorraum", "arch_name": "1.B12@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -230737,18 +254729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43035, "usage_id": 116 }, "3501.01.112C": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B12.1, WC Damen", "arch_name": "1.B12.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -230756,18 +254750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43037, "usage_id": 116 }, "3501.01.113A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A13, Wiss. Mitarbeiter", "arch_name": "1.A13@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -230775,18 +254771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43038, "usage_id": 12 }, "3501.01.113B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B13, WC Herren Vorraum", "arch_name": "1.B13@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -230794,18 +254792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43045, "usage_id": 115 }, "3501.01.113C": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B13.1, WC Herren", "arch_name": "1.B13.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -230813,18 +254813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43048, "usage_id": 115 }, "3501.01.114A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A14, Mitarbeiter", "arch_name": "1.A14@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -230832,18 +254834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43053, "usage_id": 12 }, "3501.01.114B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B14, W\u00e4rmezelle", "arch_name": "1.B14@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -230851,18 +254855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43055, "usage_id": 54 }, "3501.01.115A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A15, Sekretariat", "arch_name": "1.A15@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 37495, "seats": { @@ -230870,18 +254876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43127, "usage_id": 40 }, "3501.01.115B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B15, Druckerraum", "arch_name": "1.B15@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -230889,18 +254897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43131, "usage_id": 110 }, "3501.01.116A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A16, Lehrstuhlinhaber", "arch_name": "1.A16@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -230908,18 +254918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43132, "usage_id": 12 }, "3501.01.120A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.20A, Technikraum HLS", "arch_name": "1.20A@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -230927,18 +254939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43138, "usage_id": 160 }, "3501.01.120B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.20B, Technikraum HLS", "arch_name": "1.20B@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -230946,18 +254960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43139, "usage_id": 160 }, "3501.01.121A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A21, Technikraum HLS", "arch_name": "1.A21@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -230965,18 +254981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43140, "usage_id": 160 }, "3501.01.121B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B21, Technikraum HLS", "arch_name": "1.B21@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -230984,18 +255002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43141, "usage_id": 160 }, "3501.01.130A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A30, Flur", "arch_name": "1.A30@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231003,18 +255023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43142, "usage_id": 222 }, "3501.01.130B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B30, Flur", "arch_name": "1.B30@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231022,18 +255044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43144, "usage_id": 222 }, "3501.01.131B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B31, Flur", "arch_name": "1.B31@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231041,18 +255065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43147, "usage_id": 222 }, "3501.01.132A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A32, Flur", "arch_name": "1.A32@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231060,18 +255086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43150, "usage_id": 222 }, "3501.01.132B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B32, Flur", "arch_name": "1.B32@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231079,18 +255107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43151, "usage_id": 222 }, "3501.01.133A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A33, Flur", "arch_name": "1.A33@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231098,18 +255128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43303, "usage_id": 222 }, "3501.01.140A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.A40, Treppen", "arch_name": "1.A40@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231117,18 +255149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43306, "usage_id": 223 }, "3501.01.140B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B40, Treppenhaus", "arch_name": "1.B40@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -231136,18 +255170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43308, "usage_id": 223 }, "3501.01.140C": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.C40, Wendeltreppe", "arch_name": "1.C40@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231155,18 +255191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43310, "usage_id": 223 }, "3501.01.150B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B50, Aufzug", "arch_name": "1.B50@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231174,18 +255212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43311, "usage_id": 4 }, "3501.01.150C": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.C50, Treppe", "arch_name": "1.C50@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -231193,18 +255233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43314, "usage_id": 223 }, "3501.01.160B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "1.B60, Treppenhaus", "arch_name": "1.B60@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231212,19 +255254,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43317, "usage_id": 223 }, "3501.02.201A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A01/2.A02, Seminarraum A2", "arch_name": "2.A01/2.A02@3501", "area_id": 50, "building_id": 877, "calendar_resource_nr": 24283, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231232,18 +255276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43318, "usage_id": 41 }, "3501.02.201B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B01, Chem./Phy. Labor", "arch_name": "2.B01@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15649, "seats": { @@ -231251,18 +255297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43320, "usage_id": 102 }, "3501.02.202B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B02, Chem./Phy. Labor", "arch_name": "2.B02@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15649, "seats": { @@ -231270,18 +255318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43322, "usage_id": 102 }, "3501.02.203A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A03, Teek\u00fcche", "arch_name": "2.A03@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231289,18 +255339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43323, "usage_id": 198 }, "3501.02.203B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B03, Chem./Phy. Labor", "arch_name": "2.B03@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15649, "seats": { @@ -231308,18 +255360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43549, "usage_id": 102 }, "3501.02.203C": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A03.1, Sozialraum", "arch_name": "2.A03.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231327,18 +255381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43551, "usage_id": 44 }, "3501.02.204A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A04, Lehrstuhlinhaber", "arch_name": "2.A04@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231346,18 +255402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43553, "usage_id": 12 }, "3501.02.204B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B04, Chem./Phy. Labor", "arch_name": "2.B04@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15649, "seats": { @@ -231365,18 +255423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43555, "usage_id": 102 }, "3501.02.205A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A05, Mitarbeiter", "arch_name": "2.A05@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231384,18 +255444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43557, "usage_id": 12 }, "3501.02.205B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B05, Chem./Phy. Labor", "arch_name": "2.B05@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44784, "seats": { @@ -231403,18 +255465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43559, "usage_id": 102 }, "3501.02.206A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A06, Mitarbeiter", "arch_name": "2.A06@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231422,18 +255486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43560, "usage_id": 12 }, "3501.02.206B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B06, Chem./Phy. Labor", "arch_name": "2.B06@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44784, "seats": { @@ -231441,18 +255507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43562, "usage_id": 102 }, "3501.02.207A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A07, Mitarbeiter", "arch_name": "2.A07@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231460,18 +255528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43563, "usage_id": 12 }, "3501.02.207B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B07, Chem./Phy. Labor", "arch_name": "2.B07@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44784, "seats": { @@ -231479,18 +255549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43565, "usage_id": 102 }, "3501.02.208A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A08, Mitarbeiter", "arch_name": "2.A08@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44784, "seats": { @@ -231498,18 +255570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43568, "usage_id": 12 }, "3501.02.208B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B08, Chem./Phy. Labor", "arch_name": "2.B08@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44784, "seats": { @@ -231517,18 +255591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43390, "usage_id": 102 }, "3501.02.209A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A09, Mitarbeiter", "arch_name": "2.A09@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44784, "seats": { @@ -231536,18 +255612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43393, "usage_id": 12 }, "3501.02.209B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B09, Chem. Labor gem. Nutzung mit Lehrstuhl RET", "arch_name": "2.B09@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44784, "seats": { @@ -231555,19 +255633,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43394, "usage_id": 102 }, "3501.02.210A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A10, Seminarraum/Besprechungsraum", "arch_name": "2.A10@3501", "area_id": 50, "building_id": 877, "calendar_resource_nr": 24277, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231575,18 +255655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43396, "usage_id": 41 }, "3501.02.210B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B10, Bio. Labor gem. Nutzung mit RET Rohstoff En", "arch_name": "2.B10@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44784, "seats": { @@ -231594,18 +255676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43399, "usage_id": 102 }, "3501.02.211A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A11, Mitarbeiter", "arch_name": "2.A11@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44784, "seats": { @@ -231613,18 +255697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43401, "usage_id": 12 }, "3501.02.211B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B11, Elektro", "arch_name": "2.B11@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231632,18 +255718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43403, "usage_id": 160 }, "3501.02.212A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A12, Mitarbeiter", "arch_name": "2.A12@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44784, "seats": { @@ -231651,18 +255739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43404, "usage_id": 12 }, "3501.02.212B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B12, Gasflaschenraum", "arch_name": "2.B12@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231670,18 +255760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43406, "usage_id": 17 }, "3501.02.213A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A13, Mitarbeiter", "arch_name": "2.A13@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44784, "seats": { @@ -231689,18 +255781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43220, "usage_id": 12 }, "3501.02.213B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B13, WC Damen Vorraum", "arch_name": "2.B13@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -231708,18 +255802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43221, "usage_id": 116 }, "3501.02.213C": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B13.1, WC Damen", "arch_name": "2.B13.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -231727,18 +255823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43222, "usage_id": 116 }, "3501.02.214A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A14, Mitarbeiter", "arch_name": "2.A14@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44784, "seats": { @@ -231746,18 +255844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43223, "usage_id": 12 }, "3501.02.214B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B14, WC Herren Vorraum", "arch_name": "2.B14@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -231765,18 +255865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43224, "usage_id": 115 }, "3501.02.214C": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B14.1, WC Herren", "arch_name": "2.B14.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -231784,18 +255886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43227, "usage_id": 115 }, "3501.02.215A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A15, Mitarbeiter", "arch_name": "2.A15@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44784, "seats": { @@ -231803,18 +255907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43230, "usage_id": 12 }, "3501.02.215B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B15, Drucker", "arch_name": "2.B15@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231822,18 +255928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43231, "usage_id": 110 }, "3501.02.216A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A16, Mitarbeiter", "arch_name": "2.A16@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44784, "seats": { @@ -231841,18 +255949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43478, "usage_id": 12 }, "3501.02.216B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B16, Kittelschleuse", "arch_name": "2.B16@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231860,18 +255970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43481, "usage_id": 105 }, "3501.02.220A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A20, Technikraum HLS", "arch_name": "2.A20@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231879,18 +255991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43483, "usage_id": 160 }, "3501.02.220B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B20, Technikraum HLS", "arch_name": "2.B20@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231898,18 +256012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43485, "usage_id": 160 }, "3501.02.221A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A21, Technikraum HLS", "arch_name": "2.A21@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231917,18 +256033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43487, "usage_id": 160 }, "3501.02.221B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B21, Technikraum HLS", "arch_name": "2.B21@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231936,18 +256054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42449, "usage_id": 160 }, "3501.02.230A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A30, Flur", "arch_name": "2.A30@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -231955,18 +256075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42450, "usage_id": 222 }, "3501.02.230B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B30, Flur", "arch_name": "2.B30@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -231974,18 +256096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42456, "usage_id": 222 }, "3501.02.230C": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.C30, Flur", "arch_name": "2.C30@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -231993,18 +256117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42457, "usage_id": 222 }, "3501.02.231B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B31, Flur", "arch_name": "2.B31@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232012,18 +256138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42460, "usage_id": 222 }, "3501.02.231C": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.C31, Wendeltreppe", "arch_name": "2.C31@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232031,18 +256159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42515, "usage_id": 223 }, "3501.02.232A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A32, Flur", "arch_name": "2.A32@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -232050,18 +256180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42518, "usage_id": 222 }, "3501.02.232B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B32, Flur", "arch_name": "2.B32@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232069,18 +256201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42520, "usage_id": 222 }, "3501.02.233A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.A33, Flur", "arch_name": "2.A33@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -232088,18 +256222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42521, "usage_id": 222 }, "3501.02.240B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B40, Treppenhaus", "arch_name": "2.B40@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -232107,18 +256243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42523, "usage_id": 223 }, "3501.02.250B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B50, Aufzug", "arch_name": "2.B50@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232126,18 +256264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42525, "usage_id": 4 }, "3501.02.260B": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "2.B60, Treppenhaus", "arch_name": "2.B60@3501", "area_id": 50, "building_id": 877, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -232145,19 +256285,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42528, "usage_id": 223 }, "3501.EG.001A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A01, Seminarraum A0", "arch_name": "0.A01@3501", "area_id": 50, "building_id": 877, "calendar_resource_nr": 25845, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -232165,19 +256307,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43367, "usage_id": 41 }, "3501.EG.001B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B01, Unterrichtslabor", "arch_name": "0.B01@3501", "area_id": 50, "building_id": 877, "calendar_resource_nr": 26933, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232185,18 +256329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43370, "usage_id": 102 }, "3501.EG.001C": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.C01, Grossraumlabor", "arch_name": "0.C01@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15649, "seats": { @@ -232204,18 +256350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43373, "usage_id": 102 }, "3501.EG.001D": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.C04, Brennerei", "arch_name": "0.C04@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 44040, "seats": { @@ -232223,18 +256371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65749, "usage_id": 102 }, "3501.EG.001F": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.C06, Maische", "arch_name": "0.C06@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -232242,18 +256392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65751, "usage_id": 136 }, "3501.EG.001G": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.C07, Installationsraum", "arch_name": "0.C07@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -232261,19 +256413,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65752, "usage_id": 120 }, "3501.EG.002A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A02, Seminarraum /Besprechungsraum", "arch_name": "0.A02@3501", "area_id": 50, "building_id": 877, "calendar_resource_nr": 18512, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -232281,19 +256435,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43378, "usage_id": 41 }, "3501.EG.002B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B02, Unterrichtslabor", "arch_name": "0.B02@3501", "area_id": 50, "building_id": 877, "calendar_resource_nr": 26934, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232301,18 +256457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43383, "usage_id": 102 }, "3501.EG.002C": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.C02, Stickst./Eisenraum", "arch_name": "0.C02@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -232320,18 +256478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43385, "usage_id": 17 }, "3501.EG.003A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A03, Prof.-B\u00fcro", "arch_name": "0.A03@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15649, "seats": { @@ -232339,19 +256499,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43447, "usage_id": 12 }, "3501.EG.003B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B03, Unterrichtslabor", "arch_name": "0.B03@3501", "area_id": 50, "building_id": 877, "calendar_resource_nr": 26935, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232359,18 +256521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43452, "usage_id": 102 }, "3501.EG.003C": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.C03, Aussenlager", "arch_name": "0.C03@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -232378,18 +256542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43458, "usage_id": 30 }, "3501.EG.004A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A04, Sekretariat", "arch_name": "0.A04@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15649, "seats": { @@ -232397,18 +256563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43461, "usage_id": 12 }, "3501.EG.004B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B04, Chem.Bio.Ph. Labor", "arch_name": "0.B04@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44040, "seats": { @@ -232416,18 +256584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43464, "usage_id": 102 }, "3501.EG.005A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A05, Sozialraum", "arch_name": "0.A05@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15649, "seats": { @@ -232435,18 +256605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43469, "usage_id": 44 }, "3501.EG.005B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B05, Chem.Biol.Ph. Labor", "arch_name": "0.B05@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44040, "seats": { @@ -232454,18 +256626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43528, "usage_id": 102 }, "3501.EG.006A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A06, Diplomanden", "arch_name": "0.A06@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15649, "seats": { @@ -232473,18 +256647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43532, "usage_id": 12 }, "3501.EG.006B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B06, Chemikalien", "arch_name": "0.B06@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232492,18 +256668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43535, "usage_id": 132 }, "3501.EG.007A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A07, B\u00fcro", "arch_name": "0.A07@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15649, "seats": { @@ -232511,18 +256689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43540, "usage_id": 12 }, "3501.EG.007B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B07, Hochdr./Werkstatt", "arch_name": "0.B07@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232530,18 +256710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43544, "usage_id": 51 }, "3501.EG.007C": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B07.3, Autoklaven Mittel", "arch_name": "0.B07.3@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232549,18 +256731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43614, "usage_id": 194 }, "3501.EG.007D": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B07.1, Autoklaven Gross", "arch_name": "0.B07.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232568,18 +256752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43617, "usage_id": 194 }, "3501.EG.007E": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B07.2, Kompressor", "arch_name": "0.B07.2@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232587,18 +256773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43622, "usage_id": 51 }, "3501.EG.008A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A08, Sozialraum - Studenten", "arch_name": "0.A08@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232606,18 +256794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43624, "usage_id": 44 }, "3501.EG.008B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B08, Hochdrucklabor", "arch_name": "0.B08@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232625,18 +256815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43628, "usage_id": 17 }, "3501.EG.008C": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B08.3, Autoklaven 3", "arch_name": "0.B08.3@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232644,18 +256836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43690, "usage_id": 194 }, "3501.EG.008D": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B08.4, Autoklaven 4", "arch_name": "0.B08.4@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232663,18 +256857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43692, "usage_id": 194 }, "3501.EG.008E": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B08.1, Autoklaven 1", "arch_name": "0.B08.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232682,18 +256878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43696, "usage_id": 194 }, "3501.EG.008F": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B08.2, Autoklaven 2", "arch_name": "0.B08.2@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232701,18 +256899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43701, "usage_id": 194 }, "3501.EG.009A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A09, Mitarbeiter", "arch_name": "0.A09@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15649, "seats": { @@ -232720,18 +256920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43702, "usage_id": 12 }, "3501.EG.009B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B09, Elektro", "arch_name": "0.B09@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232739,18 +256941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43707, "usage_id": 160 }, "3501.EG.010B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B10, Gasflaschenraum", "arch_name": "0.B10@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232758,18 +256962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43779, "usage_id": 17 }, "3501.EG.011A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A11, Mitarbeiter", "arch_name": "0.A11@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -232777,18 +256983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43780, "usage_id": 12 }, "3501.EG.011B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B11, WC Damen", "arch_name": "0.B11@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -232796,18 +257004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43785, "usage_id": 37 }, "3501.EG.011C": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B11.1, WC Damen Vorraum", "arch_name": "0.B11.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -232815,18 +257025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43789, "usage_id": 116 }, "3501.EG.012A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A12, Mitarbeiter", "arch_name": "0.A12@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -232834,18 +257046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43791, "usage_id": 12 }, "3501.EG.012B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B12, WC Herren", "arch_name": "0.B12@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -232853,18 +257067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43793, "usage_id": 37 }, "3501.EG.012C": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B12.1, WC Herren Vorraum", "arch_name": "0.B12.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -232872,18 +257088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43795, "usage_id": 115 }, "3501.EG.013A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A13, Mitarbeiter", "arch_name": "0.A13@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -232891,18 +257109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43870, "usage_id": 12 }, "3501.EG.013B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B13, WC Behinderte", "arch_name": "0.B13@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -232910,18 +257130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43875, "usage_id": 117 }, "3501.EG.014A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A14, Techn./Ing.Ph", "arch_name": "0.A14@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -232929,18 +257151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43879, "usage_id": 12 }, "3501.EG.014B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B14, Druckerraum", "arch_name": "0.B14@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -232948,18 +257172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65912, "usage_id": 110 }, "3501.EG.015A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A15, Prof.-B\u00fcro", "arch_name": "0.A15@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -232967,18 +257193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43881, "usage_id": 12 }, "3501.EG.020A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A20, Technikraum HLS", "arch_name": "0.A20@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -232986,18 +257214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43884, "usage_id": 160 }, "3501.EG.020B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B20, Technikraum HLS", "arch_name": "0.B20@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233005,18 +257235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43887, "usage_id": 160 }, "3501.EG.021A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A21, Technikraum HLS", "arch_name": "0.A21@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233024,18 +257256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43890, "usage_id": 160 }, "3501.EG.021B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B21, Technikraum HLS", "arch_name": "0.B21@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233043,19 +257277,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43969, "usage_id": 160 }, "3501.EG.030A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A30, Foyer", "arch_name": "0.A30@3501", "area_id": 50, "building_id": 877, "calendar_resource_nr": 33832, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233063,18 +257299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43971, "usage_id": 15 }, "3501.EG.030B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B30, Flur", "arch_name": "0.B30@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233082,18 +257320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43976, "usage_id": 222 }, "3501.EG.031A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A31, Flur", "arch_name": "0.A31@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233101,18 +257341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64272, "usage_id": 222 }, "3501.EG.031B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B31, Flur", "arch_name": "0.B31@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233120,18 +257362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43977, "usage_id": 222 }, "3501.EG.032A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A32, Windfang", "arch_name": "0.A32@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233139,18 +257383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43980, "usage_id": 222 }, "3501.EG.032B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B32, Flur", "arch_name": "0.B32@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233158,18 +257404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43982, "usage_id": 222 }, "3501.EG.033A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A33, Podest Haupteingang", "arch_name": "0.A33@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -233177,18 +257425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64273, "usage_id": 222 }, "3501.EG.033B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B33, Podest Eingang Nord Mitte", "arch_name": "0.B33@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -233196,18 +257446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43988, "usage_id": 222 }, "3501.EG.034B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B34, Podest Eingang Ost", "arch_name": "0.B34@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -233215,18 +257467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43990, "usage_id": 222 }, "3501.EG.040A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.A40, Treppe", "arch_name": "0.A40@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -233234,18 +257488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44067, "usage_id": 223 }, "3501.EG.040B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B40, Treppenhaus", "arch_name": "0.B40@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -233253,18 +257509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44070, "usage_id": 223 }, "3501.EG.040C": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.C40, Wendeltreppe", "arch_name": "0.C40@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -233272,18 +257530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44073, "usage_id": 223 }, "3501.EG.050B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B50, Aufzug", "arch_name": "0.B50@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233291,18 +257551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44075, "usage_id": 4 }, "3501.EG.050C": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.C50, Treppe", "arch_name": "0.C50@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -233310,18 +257572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44079, "usage_id": 223 }, "3501.EG.060B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "0.B60, Treppenhaus", "arch_name": "0.B60@3501", "area_id": 50, "building_id": 877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233329,18 +257593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44082, "usage_id": 223 }, "3501.U1.900B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B00, Lager", "arch_name": "9.B00@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233348,18 +257614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44240, "usage_id": 30 }, "3501.U1.901A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A01, Wertstoffe/M\u00fcll", "arch_name": "9.A01@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -233367,18 +257635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44243, "usage_id": 214 }, "3501.U1.901B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B01, Technik", "arch_name": "9.B01@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233386,18 +257656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44245, "usage_id": 120 }, "3501.U1.901C": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.C01, Technik HLS", "arch_name": "9.C01@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233405,18 +257677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44247, "usage_id": 160 }, "3501.U1.902A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A02, Werkstatt", "arch_name": "9.A02@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233424,18 +257698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44249, "usage_id": 51 }, "3501.U1.902B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B02, Technik", "arch_name": "9.B02@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233443,18 +257719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44262, "usage_id": 120 }, "3501.U1.902C": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.C02, Geb\u00e4udeleittechnik", "arch_name": "9.C02@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233462,18 +257740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44265, "usage_id": 120 }, "3501.U1.903A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A03, Werkstattvorraum", "arch_name": "9.A03@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233481,18 +257761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42909, "usage_id": 51 }, "3501.U1.903B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B03, Technik", "arch_name": "9.B03@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233500,18 +257782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42910, "usage_id": 120 }, "3501.U1.903C": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.C03, Lichtschacht", "arch_name": "9.C03@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233519,18 +257803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42913, "usage_id": 120 }, "3501.U1.904A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A04, Lager", "arch_name": "9.A04@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -233538,18 +257824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42915, "usage_id": 30 }, "3501.U1.904B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B04, Technik", "arch_name": "9.B04@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233557,18 +257845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42918, "usage_id": 120 }, "3501.U1.905A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A05.1, Batterie ELT", "arch_name": "9.A05.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -233576,18 +257866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42920, "usage_id": 160 }, "3501.U1.905B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B05, Technik", "arch_name": "9.B05@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233595,18 +257887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42923, "usage_id": 120 }, "3501.U1.905C": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A05.2, Technik ELT", "arch_name": "9.A05.2@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -233614,18 +257908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42931, "usage_id": 160 }, "3501.U1.906A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A06.1, Lager", "arch_name": "9.A06.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 37495, "seats": { @@ -233633,18 +257929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42934, "usage_id": 30 }, "3501.U1.906B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B06, Technik", "arch_name": "9.B06@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233652,18 +257950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42935, "usage_id": 120 }, "3501.U1.906C": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A06.2, Lager", "arch_name": "9.A06.2@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233671,18 +257971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42937, "usage_id": 30 }, "3501.U1.907A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A07, Lager", "arch_name": "9.A07@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15649, "seats": { @@ -233690,18 +257992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42939, "usage_id": 30 }, "3501.U1.907B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B07, Technik ELT", "arch_name": "9.B07@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233709,18 +258013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43008, "usage_id": 160 }, "3501.U1.908A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A08, Umkleide Herren", "arch_name": "9.A08@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -233728,18 +258034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43011, "usage_id": 121 }, "3501.U1.908B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B08, Sanit\u00e4tszimmer", "arch_name": "9.B08@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233747,18 +258055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43016, "usage_id": 178 }, "3501.U1.908C": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A08.2, Umkleide Herren", "arch_name": "9.A08.2@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -233766,18 +258076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43018, "usage_id": 121 }, "3501.U1.908D": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A08.1, Umkleide Herren", "arch_name": "9.A08.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -233785,18 +258097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43022, "usage_id": 121 }, "3501.U1.908E": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A08.3, Umkleide Herren", "arch_name": "9.A08.3@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -233804,18 +258118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43025, "usage_id": 121 }, "3501.U1.909A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A09, Umkleide Damen", "arch_name": "9.A09@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -233823,18 +258139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43027, "usage_id": 121 }, "3501.U1.909B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B09, WC", "arch_name": "9.B09@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -233842,18 +258160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43031, "usage_id": 114 }, "3501.U1.909C": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A09.2, Umkleide Damen", "arch_name": "9.A09.2@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -233861,18 +258181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43098, "usage_id": 121 }, "3501.U1.909D": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A09.1, Umkleide Damen", "arch_name": "9.A09.1@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -233880,18 +258202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43101, "usage_id": 121 }, "3501.U1.909E": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A09.3, Umkleide Damen", "arch_name": "9.A09.3@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -233899,18 +258223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43103, "usage_id": 121 }, "3501.U1.910A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A10, Putz-/Abstellraum", "arch_name": "9.A10@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233918,18 +258244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43107, "usage_id": 205 }, "3501.U1.910B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B10, Garderobe", "arch_name": "9.B10@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233937,18 +258265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43111, "usage_id": 121 }, "3501.U1.911A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A11, Lichtschacht", "arch_name": "9.A11@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233956,18 +258286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43114, "usage_id": 120 }, "3501.U1.911B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B11, Lichtschacht", "arch_name": "9.B11@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233975,18 +258307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43117, "usage_id": 120 }, "3501.U1.912A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A12, Lichtschacht", "arch_name": "9.A12@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -233994,18 +258328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43119, "usage_id": 120 }, "3501.U1.912B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B12, Lichtschacht", "arch_name": "9.B12@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234013,18 +258349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43125, "usage_id": 120 }, "3501.U1.913A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A13, Lichtschacht", "arch_name": "9.A13@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234032,18 +258370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43196, "usage_id": 120 }, "3501.U1.913B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B13, Einbringschacht", "arch_name": "9.B13@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -234051,18 +258391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43201, "usage_id": 120 }, "3501.U1.920B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B20, Technik HLS", "arch_name": "9.B20@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234070,18 +258412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43205, "usage_id": 120 }, "3501.U1.921A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A21, Technik HLS", "arch_name": "9.A21@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234089,18 +258433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43206, "usage_id": 120 }, "3501.U1.921B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B21, Technik Trafo 2", "arch_name": "9.B21@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234108,18 +258454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43217, "usage_id": 160 }, "3501.U1.922B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B22, Technik Trafo 1", "arch_name": "9.B22@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234127,18 +258475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43276, "usage_id": 160 }, "3501.U1.930A": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.A30, Flur", "arch_name": "9.A30@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234146,18 +258496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43281, "usage_id": 222 }, "3501.U1.930B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B30, Flur", "arch_name": "9.B30@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234165,18 +258517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43286, "usage_id": 222 }, "3501.U1.931B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B31, Flur", "arch_name": "9.B31@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234184,18 +258538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43287, "usage_id": 222 }, "3501.U1.950B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B50, Aufzug", "arch_name": "9.B50@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234203,18 +258559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43291, "usage_id": 4 }, "3501.U1.960B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B60, Treppenhaus", "arch_name": "9.B60@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234222,18 +258580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43294, "usage_id": 223 }, "3501.U1.961B": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 16", "zip_code": 94315 }, + "alt_name": "9.B40, Treppenhaus", "arch_name": "9.B40@3501", "area_id": 50, "building_id": 877, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234241,19 +258601,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43298, "usage_id": 223 }, "3502.01.101": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.029, Seminarraum D3", "arch_name": "01.029@3502", "area_id": 50, "building_id": 1729, "calendar_resource_nr": 26854, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234261,19 +258623,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65865, "usage_id": 41 }, "3502.01.102": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.030, EDV-Lehrsaal D4", "arch_name": "01.030@3502", "area_id": 50, "building_id": 1729, "calendar_resource_nr": 26855, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234281,19 +258645,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65866, "usage_id": 213 }, "3502.01.103": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.027, Seminarraum D2 (PC-Arbeitspl\u00e4tze)", "arch_name": "01.027@3502", "area_id": 50, "building_id": 1729, "calendar_resource_nr": 26856, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234301,19 +258667,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65863, "usage_id": 41 }, "3502.01.104": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.026, Seminarraum D1", "arch_name": "01.026@3502", "area_id": 50, "building_id": 1729, "calendar_resource_nr": 26857, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234321,19 +258689,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65862, "usage_id": 41 }, "3502.01.105": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.031, Seminarraum D5", "arch_name": "01.031@3502", "area_id": 50, "building_id": 1729, "calendar_resource_nr": 26858, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234341,18 +258711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65867, "usage_id": 41 }, "3502.01.107": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.028, Treppenhaus", "arch_name": "01.028@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -234360,18 +258732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65864, "usage_id": 223 }, "3502.01.108": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.001a, \u00dcbergang", "arch_name": "01.001a@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 31224, "seats": { @@ -234379,18 +258753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65755, "usage_id": 222 }, "3502.01.109": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.001, Treppenhaus", "arch_name": "01.001@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -234398,18 +258774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65839, "usage_id": 223 }, "3502.01.110": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.002, Aufzug", "arch_name": "01.002@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -234417,18 +258795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65840, "usage_id": 4 }, "3502.01.111": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.003, WC Herren", "arch_name": "01.003@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -234436,18 +258816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65841, "usage_id": 115 }, "3502.01.112": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.005, WC Personal", "arch_name": "01.005@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -234455,18 +258837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65844, "usage_id": 114 }, "3502.01.113": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.004, Putz-/Abstellraum", "arch_name": "01.004@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -234474,18 +258858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65843, "usage_id": 205 }, "3502.01.115": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.010, B\u00fcro", "arch_name": "01.010@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234493,18 +258879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65848, "usage_id": 12 }, "3502.01.116": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.011, Sekretariat", "arch_name": "01.011@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234512,18 +258900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65849, "usage_id": 40 }, "3502.01.117": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.012, B\u00fcro", "arch_name": "01.012@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234531,18 +258921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65850, "usage_id": 12 }, "3502.01.118": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.013, Teek\u00fcche", "arch_name": "01.013@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234550,18 +258942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65851, "usage_id": 198 }, "3502.01.119": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.014, Teek\u00fcche", "arch_name": "01.014@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234569,18 +258963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65852, "usage_id": 198 }, "3502.01.120": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.016, Abstellraum", "arch_name": "01.016@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -234588,18 +258984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65854, "usage_id": 159 }, "3502.01.121": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.015, B\u00fcro", "arch_name": "01.015@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234607,18 +259005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65853, "usage_id": 12 }, "3502.01.122": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.018, Treppenhaus", "arch_name": "01.018@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -234626,18 +259026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65856, "usage_id": 223 }, "3502.01.123": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.009, Flur", "arch_name": "01.009@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234645,18 +259047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65847, "usage_id": 222 }, "3502.01.124": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.019, IT-Technik", "arch_name": "01.019@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -234664,18 +259068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65857, "usage_id": 207 }, "3502.01.125": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.022, Besprechungsraum", "arch_name": "01.022@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234683,18 +259089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65860, "usage_id": 196 }, "3502.01.127": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.024, B\u00fcro", "arch_name": "01.024@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234702,18 +259110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65861, "usage_id": 12 }, "3502.01.128": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.017, Flur", "arch_name": "01.017@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234721,18 +259131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65855, "usage_id": 222 }, "3502.01.141": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.021, B\u00fcro", "arch_name": "01.021@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234740,18 +259152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65859, "usage_id": 12 }, "3502.01.142": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.020, B\u00fcro", "arch_name": "01.020@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234759,18 +259173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65858, "usage_id": 12 }, "3502.01.143": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.008, B\u00fcro", "arch_name": "01.008@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234778,18 +259194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65846, "usage_id": 12 }, "3502.01.144": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.007, B\u00fcro", "arch_name": "01.007@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234797,18 +259215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65845, "usage_id": 12 }, "3502.01.145": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "01.006, B\u00fcro", "arch_name": "01.006@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234816,18 +259236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65842, "usage_id": 12 }, "3502.EG.001": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.032, Lager Mensa", "arch_name": "00.032@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -234835,18 +259257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65896, "usage_id": 30 }, "3502.EG.002": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.030, Flur", "arch_name": "00.030@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -234854,18 +259278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65894, "usage_id": 222 }, "3502.EG.003": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.033, Lager (vermietet an Altstadtfreunde)", "arch_name": "00.033@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -234873,18 +259299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65902, "usage_id": 30 }, "3502.EG.005": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.027, Sp\u00fclen", "arch_name": "00.027@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -234892,18 +259320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65901, "usage_id": 209 }, "3502.EG.005A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.028, Flur Rettungsweg", "arch_name": "00.028@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -234911,18 +259341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65892, "usage_id": 222 }, "3502.EG.006": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.026, Lager / Vorbereiten", "arch_name": "00.026@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -234930,18 +259362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65900, "usage_id": 30 }, "3502.EG.007": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.025, Umpacken / K\u00fchlzellen", "arch_name": "00.025@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -234949,18 +259383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65899, "usage_id": 30 }, "3502.EG.008": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.024, Mensa Speiseraum", "arch_name": "00.024@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234968,18 +259404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65891, "usage_id": 147 }, "3502.EG.009": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.023, Mensa Speiseraum / Ausgabe", "arch_name": "00.023@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -234987,18 +259425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65890, "usage_id": 147 }, "3502.EG.010": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.015, BMZ", "arch_name": "00.015@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -235006,18 +259446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65882, "usage_id": 120 }, "3502.EG.011": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.001, Flur", "arch_name": "00.001@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -235025,18 +259467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65868, "usage_id": 222 }, "3502.EG.012": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.002, zbV", "arch_name": "00.002@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -235044,18 +259488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65869, "usage_id": 30 }, "3502.EG.013": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.005, WC Damen", "arch_name": "00.005@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235063,18 +259509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65872, "usage_id": 116 }, "3502.EG.014": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.006, WC Behinderte", "arch_name": "00.006@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235082,18 +259530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65873, "usage_id": 117 }, "3502.EG.015": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.004, Treppenhaus / Flur", "arch_name": "00.004@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -235101,18 +259551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65871, "usage_id": 223 }, "3502.EG.016": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.022, B\u00fcro / Umkleide Mensa", "arch_name": "00.022@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235120,18 +259572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65889, "usage_id": 121 }, "3502.EG.017": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.021, Besprechung / Teek\u00fcche", "arch_name": "00.021@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235139,18 +259593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65888, "usage_id": 12 }, "3502.EG.018": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.003, Aufzug", "arch_name": "00.003@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -235158,18 +259614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65870, "usage_id": 4 }, "3502.EG.019": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.007, B\u00fcro", "arch_name": "00.007@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -235177,18 +259635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65874, "usage_id": 12 }, "3502.EG.020": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.008, B\u00fcro", "arch_name": "00.008@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -235196,18 +259656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65875, "usage_id": 12 }, "3502.EG.021": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.020, Flur", "arch_name": "00.020@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 31224, "seats": { @@ -235215,18 +259677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65887, "usage_id": 222 }, "3502.EG.022": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.009, B\u00fcro", "arch_name": "00.009@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -235234,18 +259698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65876, "usage_id": 12 }, "3502.EG.023": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.016, B\u00fcro", "arch_name": "00.016@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -235253,18 +259719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65883, "usage_id": 12 }, "3502.EG.024": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.019, Flur", "arch_name": "00.019@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 31224, "seats": { @@ -235272,18 +259740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65886, "usage_id": 222 }, "3502.EG.025": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.014, Technik ELT", "arch_name": "00.014@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -235291,18 +259761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65881, "usage_id": 160 }, "3502.EG.026": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.010, Teek\u00fcche", "arch_name": "00.010@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -235310,18 +259782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65877, "usage_id": 198 }, "3502.EG.027": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.018, Prof. -B\u00fcro", "arch_name": "00.018@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -235329,18 +259803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65885, "usage_id": 12 }, "3502.EG.028": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.011, Archiv", "arch_name": "00.011@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -235348,18 +259824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65878, "usage_id": 12 }, "3502.EG.029": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.017, Sekretariat", "arch_name": "00.017@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44040, "seats": { @@ -235367,18 +259845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65884, "usage_id": 12 }, "3502.EG.030": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.012, Werkstatt - Hausmeister", "arch_name": "00.012@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -235386,18 +259866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65879, "usage_id": 51 }, "3502.EG.031": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.013, Treppe", "arch_name": "00.013@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -235405,18 +259887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65880, "usage_id": 223 }, "3502.EG.032": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.000, Foyer / Eingang", "arch_name": "00.000@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 31224, "seats": { @@ -235424,18 +259908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65754, "usage_id": 15 }, "3502.EG.120A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.029, Treppenhaus / Fluchtweg", "arch_name": "00.029@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -235443,18 +259929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65893, "usage_id": 223 }, "3502.EG.121A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "00.031, Flur", "arch_name": "00.031@3502", "area_id": 50, "building_id": 1729, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 31224, "seats": { @@ -235462,18 +259950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65895, "usage_id": 222 }, "3502.U1.001": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "UG.001, Kellerraum", "arch_name": "UG.001@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -235481,18 +259971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65753, "usage_id": 30 }, "3502.U1.002": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "UG.002, Kellerraum", "arch_name": "UG.002@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -235500,18 +259992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65903, "usage_id": 30 }, "3502.U1.003": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Schulgasse 22", "zip_code": 94315 }, + "alt_name": "UG.003, Aufzug Unterfahrt", "arch_name": "UG.003@3502", "area_id": 50, "building_id": 1729, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -235519,18 +260013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65837, "usage_id": 4 }, "3503.01.001": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.001, B\u00fcro", "arch_name": "01.001@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235538,18 +260034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67721, "usage_id": 12 }, "3503.01.002": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.002, B\u00fcro", "arch_name": "01.002@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235557,18 +260055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67722, "usage_id": 12 }, "3503.01.003": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.003, B\u00fcro", "arch_name": "01.003@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235576,18 +260076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67729, "usage_id": 12 }, "3503.01.004": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.004, B\u00fcro", "arch_name": "01.004@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235595,18 +260097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67730, "usage_id": 12 }, "3503.01.005": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.005, B\u00fcro", "arch_name": "01.005@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235614,18 +260118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67731, "usage_id": 12 }, "3503.01.006": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.006, B\u00fcro", "arch_name": "01.006@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235633,18 +260139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67732, "usage_id": 12 }, "3503.01.007": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.007, B\u00fcro", "arch_name": "01.007@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235652,18 +260160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67702, "usage_id": 12 }, "3503.01.008": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.008, B\u00fcro", "arch_name": "01.008@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235671,18 +260181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73311, "usage_id": 12 }, "3503.01.009": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.009, B\u00fcro", "arch_name": "01.009@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235690,18 +260202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67733, "usage_id": 12 }, "3503.01.010": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.010, Sekretariat", "arch_name": "01.010@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235709,18 +260223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67734, "usage_id": 40 }, "3503.01.011": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.011, Lager/Kopierraum", "arch_name": "01.011@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235728,18 +260244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67735, "usage_id": 30 }, "3503.01.012": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.012, Putzraum", "arch_name": "01.012@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235747,18 +260265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67736, "usage_id": 205 }, "3503.01.012A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.012a, WC Damen", "arch_name": "01.012a@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235766,18 +260286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72912, "usage_id": 116 }, "3503.01.013": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.013, WC Herren", "arch_name": "01.013@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235785,18 +260307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67737, "usage_id": 115 }, "3503.01.014": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.014, Teek\u00fcche", "arch_name": "01.014@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235804,18 +260328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67738, "usage_id": 44 }, "3503.01.015": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.015, B\u00fcro", "arch_name": "01.015@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235823,18 +260349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67739, "usage_id": 12 }, "3503.01.016": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.016, B\u00fcro", "arch_name": "01.016@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235842,18 +260370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67740, "usage_id": 12 }, "3503.01.017": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.017, B\u00fcro", "arch_name": "01.017@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235861,18 +260391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67741, "usage_id": 12 }, "3503.01.017A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "01.017a, Lager", "arch_name": "01.017a@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -235880,18 +260412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72919, "usage_id": 30 }, "3503.01.018": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.008, Flur Nord", "arch_name": "700.008@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235899,18 +260433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67742, "usage_id": 222 }, "3503.01.019": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.009, Hexagon", "arch_name": "700.009@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235918,18 +260454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67688, "usage_id": 222 }, "3503.01.020": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.010, Flur Mitte", "arch_name": "700.010@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235937,18 +260475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67689, "usage_id": 222 }, "3503.01.021": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.011, Flur S\u00fcd", "arch_name": "700.011@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235956,18 +260496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67690, "usage_id": 222 }, "3503.01.022": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.012, Treppenhaus S\u00fcd", "arch_name": "700.012@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235975,18 +260517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67691, "usage_id": 223 }, "3503.01.023": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.007, Treppenhaus Nord", "arch_name": "700.007@3503", "area_id": 50, "building_id": 2130, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -235994,19 +260538,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72920, "usage_id": 223 }, "3503.02.001": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.001, H\u00f6rsaal P1", "arch_name": "02.001@3503", "area_id": 50, "building_id": 2130, "calendar_resource_nr": 32272, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236014,18 +260560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67703, "usage_id": 20 }, "3503.02.002": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "002, Aufzug", "arch_name": "002@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236033,18 +260581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67704, "usage_id": 4 }, "3503.02.003": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.002, Lager/Archiv", "arch_name": "02.002@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236052,18 +260602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67705, "usage_id": 30 }, "3503.02.004": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.003, Lager/Archiv", "arch_name": "02.003@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236071,18 +260623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67706, "usage_id": 2 }, "3503.02.005": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.004, Teek\u00fcche", "arch_name": "02.004@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236090,18 +260644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67707, "usage_id": 44 }, "3503.02.006": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.005, Heizung", "arch_name": "02.005@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -236109,18 +260665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67708, "usage_id": 201 }, "3503.02.007": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.006, Serverraum", "arch_name": "02.006@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -236128,18 +260686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67692, "usage_id": 120 }, "3503.02.008": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.014, Treppenhaus Technik 2.OG", "arch_name": "700.014@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 31224, "seats": { @@ -236147,18 +260707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67743, "usage_id": 223 }, "3503.02.009": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.007, K\u00fchlung EDV", "arch_name": "02.007@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -236166,18 +260728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72913, "usage_id": 120 }, "3503.02.010": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.008, Lager", "arch_name": "02.008@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -236185,18 +260749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72923, "usage_id": 30 }, "3503.02.011": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.009, L\u00fcftung WC-Anlage", "arch_name": "02.009@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -236204,18 +260770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72924, "usage_id": 32 }, "3503.02.012": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.010, WC Barrierefrei", "arch_name": "02.010@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236223,18 +260791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72914, "usage_id": 117 }, "3503.02.013": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.011, WC Damen", "arch_name": "02.011@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236242,18 +260812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72909, "usage_id": 116 }, "3503.02.014": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.012, WC Herren", "arch_name": "02.012@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236261,18 +260833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72915, "usage_id": 115 }, "3503.02.015": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.013, Lager", "arch_name": "02.013@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -236280,18 +260854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72916, "usage_id": 30 }, "3503.02.016": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "02.014, Foyer", "arch_name": "02.014@3503", "area_id": 50, "building_id": 2130, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236299,18 +260875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72925, "usage_id": 15 }, "3503.03.001": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "03.001, L\u00fcftung", "arch_name": "03.001@3503", "area_id": 50, "building_id": 2130, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -236318,18 +260896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72910, "usage_id": 32 }, "3503.03.002": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.013, Treppenhaus Nord", "arch_name": "700.013@3503", "area_id": 50, "building_id": 2130, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236337,18 +260917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72921, "usage_id": 223 }, "3503.03.003": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.015, Treppenhaus Technik 3.OG", "arch_name": "700.015@3503", "area_id": 50, "building_id": 2130, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 31224, "seats": { @@ -236356,18 +260938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72917, "usage_id": 223 }, "3503.EG.001": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.001, B\u00fcro", "arch_name": "00.001@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236375,18 +260959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67803, "usage_id": 12 }, "3503.EG.002": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.002, B\u00fcro", "arch_name": "00.002@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236394,18 +260980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67796, "usage_id": 12 }, "3503.EG.003": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.003, B\u00fcro", "arch_name": "00.003@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236413,19 +261001,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67797, "usage_id": 12 }, "3503.EG.004": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.004, B\u00fcro", "arch_name": "00.004@3503", "area_id": 50, "building_id": 2130, "calendar_resource_nr": 32452, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236433,18 +261023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67798, "usage_id": 12 }, "3503.EG.005": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.005, B\u00fcro", "arch_name": "00.005@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236452,18 +261044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67799, "usage_id": 12 }, "3503.EG.006": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.006, B\u00fcro", "arch_name": "00.006@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236471,18 +261065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67774, "usage_id": 12 }, "3503.EG.007": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.007, B\u00fcro", "arch_name": "00.007@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236490,18 +261086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67773, "usage_id": 12 }, "3503.EG.007A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.004, Treppenhaus 2 S\u00fcd", "arch_name": "700.004@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236509,18 +261107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72918, "usage_id": 223 }, "3503.EG.008": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.008, B\u00fcro", "arch_name": "00.008@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236528,18 +261128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67775, "usage_id": 12 }, "3503.EG.009": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.009, B\u00fcro", "arch_name": "00.009@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236547,19 +261149,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67776, "usage_id": 12 }, "3503.EG.010": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.010, Seminarraum", "arch_name": "00.010@3503", "area_id": 50, "building_id": 2130, "calendar_resource_nr": 28833, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236567,18 +261171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67777, "usage_id": 41 }, "3503.EG.010A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.010a, Teek\u00fcche", "arch_name": "00.010a@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236586,18 +261192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72908, "usage_id": 44 }, "3503.EG.011": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.011, WC Barrierefrei", "arch_name": "00.011@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236605,18 +261213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67778, "usage_id": 117 }, "3503.EG.012": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.012, WC Herren", "arch_name": "00.012@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236624,18 +261234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67779, "usage_id": 115 }, "3503.EG.013": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.013, WC Damen", "arch_name": "00.013@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236643,18 +261255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67800, "usage_id": 116 }, "3503.EG.014": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.014, B\u00fcro", "arch_name": "00.014@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236662,18 +261276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67804, "usage_id": 12 }, "3503.EG.015": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.015, B\u00fcro", "arch_name": "00.015@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236681,18 +261297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72911, "usage_id": 12 }, "3503.EG.016": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.016, B\u00fcro", "arch_name": "00.016@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236700,18 +261318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67801, "usage_id": 12 }, "3503.EG.017": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.017, Lager/Poststelle", "arch_name": "00.017@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236719,18 +261339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67802, "usage_id": 180 }, "3503.EG.017A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "00.017a, Lager", "arch_name": "00.017a@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -236738,18 +261360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72922, "usage_id": 30 }, "3503.EG.018": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.003, Flur S\u00fcd", "arch_name": "700.003@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236757,18 +261381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67805, "usage_id": 222 }, "3503.EG.019": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.002, Flur Nord", "arch_name": "700.002@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236776,18 +261402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67806, "usage_id": 222 }, "3503.EG.020": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "800.001, Aufzug", "arch_name": "800.001@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -236795,18 +261423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67685, "usage_id": 4 }, "3503.EG.021": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.006, Treppenhaus", "arch_name": "700.006@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236814,18 +261444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67686, "usage_id": 223 }, "3503.EG.022": { "address": { - "floor": "EG", "place": "Straubing", "street": "Petersgasse 5", "zip_code": 94315 }, + "alt_name": "700.001, Flur/Windfang", "arch_name": "700.001@3503", "area_id": 50, "building_id": 2130, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236833,18 +261465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67687, "usage_id": 52 }, "3504.01.101": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.01, L\u00f6semittellager", "arch_name": "1.01@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -236852,18 +261486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68873, "usage_id": 30 }, "3504.01.102": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.02, Dunkelraum", "arch_name": "1.02@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -236871,18 +261507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68902, "usage_id": 30 }, "3504.01.103": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.03, Lager", "arch_name": "1.03@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -236890,18 +261528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68905, "usage_id": 30 }, "3504.01.103A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.03a, Hausanschlussraum", "arch_name": "1.03a@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -236909,18 +261549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68874, "usage_id": 120 }, "3504.01.104": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.04, WC-Herren", "arch_name": "1.04@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -236928,18 +261570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68903, "usage_id": 115 }, "3504.01.105": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.04, Teek\u00fcche", "arch_name": "1.04@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -236947,18 +261591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68886, "usage_id": 44 }, "3504.01.106": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.06, EDV-Raum", "arch_name": "1.06@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -236966,18 +261612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68887, "usage_id": 12 }, "3504.01.107": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.07, Heizung/Technik", "arch_name": "1.07@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -236985,18 +261633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68904, "usage_id": 120 }, "3504.01.107A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.07a, Technikschacht", "arch_name": "1.07a@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237004,18 +261654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68906, "usage_id": 38 }, "3504.01.108": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.08, Labor Mikrobiologie", "arch_name": "1.08@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237023,18 +261675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68908, "usage_id": 102 }, "3504.01.108A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.08a, Auswertzone", "arch_name": "1.08a@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237042,18 +261696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68907, "usage_id": 110 }, "3504.01.109": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.09, Labor Mikrobiologie", "arch_name": "1.09@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237061,18 +261717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68888, "usage_id": 102 }, "3504.01.109A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.09a, Auswertzone", "arch_name": "1.09a@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237080,18 +261738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68889, "usage_id": 110 }, "3504.01.109B": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.09b, Technikschacht", "arch_name": "1.09b@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237099,18 +261759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68890, "usage_id": 38 }, "3504.01.110": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.10, Labor Mikrobiologie", "arch_name": "1.10@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237118,18 +261780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68875, "usage_id": 102 }, "3504.01.110A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.10a, Auswertzone", "arch_name": "1.10a@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237137,18 +261801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68876, "usage_id": 110 }, "3504.01.111": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.100, Flur", "arch_name": "1.100@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237156,18 +261822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68882, "usage_id": 222 }, "3504.01.112": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "1.200, Treppenraum", "arch_name": "1.200@3504", "area_id": 50, "building_id": 2249, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237175,18 +261843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68877, "usage_id": 223 }, "3504.02.201": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "2.01, GLT-Raum", "arch_name": "2.01@3504", "area_id": 50, "building_id": 2249, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237194,18 +261864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68891, "usage_id": 120 }, "3504.02.202": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "2.02, Batterie-Raum", "arch_name": "2.02@3504", "area_id": 50, "building_id": 2249, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237213,18 +261885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68892, "usage_id": 120 }, "3504.02.203": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "2.03, Lager", "arch_name": "2.03@3504", "area_id": 50, "building_id": 2249, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237232,18 +261906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68893, "usage_id": 30 }, "3504.02.204": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "2.04, Technikaufstellung Dach", "arch_name": "2.04@3504", "area_id": 50, "building_id": 2249, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237251,18 +261927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68894, "usage_id": 120 }, "3504.02.205": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "2.04.1, Aufzugsschacht", "arch_name": "2.04.1@3504", "area_id": 50, "building_id": 2249, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237270,18 +261948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68895, "usage_id": 195 }, "3504.02.206": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "2.10, Flur", "arch_name": "2.10@3504", "area_id": 50, "building_id": 2249, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237289,18 +261969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68896, "usage_id": 222 }, "3504.02.207": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "2.210, Treppenraum", "arch_name": "2.210@3504", "area_id": 50, "building_id": 2249, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237308,18 +261990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68897, "usage_id": 223 }, "3504.EG.001": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.01, Umkleide Herren", "arch_name": "0.01@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237327,18 +262011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68863, "usage_id": 121 }, "3504.EG.002": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.02, Umkleide Damen", "arch_name": "0.02@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237346,18 +262032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68842, "usage_id": 121 }, "3504.EG.003": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.03, Abstellraum", "arch_name": "0.03@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237365,18 +262053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68843, "usage_id": 159 }, "3504.EG.003A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.03A, Aufzug", "arch_name": "0.03A@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237384,18 +262074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68881, "usage_id": 4 }, "3504.EG.003B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.03B, Hausanschluss", "arch_name": "0.03B@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -237403,18 +262095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68870, "usage_id": 120 }, "3504.EG.004": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.04, WC-Damen", "arch_name": "0.04@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -237422,18 +262116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68844, "usage_id": 116 }, "3504.EG.005": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.05, Putzraum", "arch_name": "0.05@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -237441,18 +262137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68901, "usage_id": 205 }, "3504.EG.006": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.06, WC-Barrierefrei", "arch_name": "0.06@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -237460,18 +262158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68845, "usage_id": 117 }, "3504.EG.007": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.07, Elektroverteilung", "arch_name": "0.07@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237479,18 +262179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68846, "usage_id": 160 }, "3504.EG.008": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.08, Labor Mikroreaktionstechnik", "arch_name": "0.08@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237498,18 +262200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68864, "usage_id": 102 }, "3504.EG.008A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.08a, Auswertzone", "arch_name": "0.08a@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237517,18 +262221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68865, "usage_id": 110 }, "3504.EG.009": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.09, Labor Mikroreaktionstechnik", "arch_name": "0.09@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237536,18 +262242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68866, "usage_id": 102 }, "3504.EG.009A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.09a, Auswertzone", "arch_name": "0.09a@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237555,19 +262263,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68867, "usage_id": 110 }, "3504.EG.010": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.10, Praktikumslabor", "arch_name": "0.10@3504", "area_id": 50, "building_id": 2249, "calendar_resource_nr": 30156, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237575,18 +262285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68847, "usage_id": 102 }, "3504.EG.010A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.10a, Auswertzone", "arch_name": "0.10a@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237594,18 +262306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68880, "usage_id": 110 }, "3504.EG.010B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.10b, Technikschacht", "arch_name": "0.10b@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237613,19 +262327,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68871, "usage_id": 38 }, "3504.EG.011": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.11, Praktikumslabor", "arch_name": "0.11@3504", "area_id": 50, "building_id": 2249, "calendar_resource_nr": 30157, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237633,18 +262349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68848, "usage_id": 102 }, "3504.EG.011A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.11a, Auswertzone", "arch_name": "0.11a@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237652,18 +262370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68849, "usage_id": 110 }, "3504.EG.012": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.100, Schleuse", "arch_name": "0.100@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237671,18 +262391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68850, "usage_id": 105 }, "3504.EG.013": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.110, Flur", "arch_name": "0.110@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237690,18 +262412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68868, "usage_id": 222 }, "3504.EG.014": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.200, Treppenraum", "arch_name": "0.200@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237709,18 +262433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68869, "usage_id": 223 }, "3504.EG.015": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.120, Flur", "arch_name": "0.120@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237728,18 +262454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68872, "usage_id": 222 }, "3504.EG.016": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.130, Schleuse", "arch_name": "0.130@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237747,18 +262475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68884, "usage_id": 105 }, "3504.EG.017": { "address": { - "floor": "EG", "place": "Straubing", "street": "Schulgasse 22a", "zip_code": 94315 }, + "alt_name": "0.210, Treppenraum", "arch_name": "0.210@3504", "area_id": 50, "building_id": 2249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -237766,19 +262496,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68885, "usage_id": 223 }, "3505.01.101": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.800, Halle E1", "arch_name": "01.800@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 33833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -237786,18 +262518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70834, "usage_id": 222 }, "3505.01.102": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.801, Treppe", "arch_name": "01.801@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -237805,18 +262539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70835, "usage_id": 223 }, "3505.01.103": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.810, Flur", "arch_name": "01.810@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -237824,18 +262560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70799, "usage_id": 222 }, "3505.01.104": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.110, B\u00fcro Techniker/Labor", "arch_name": "01.110@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -237843,18 +262581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70836, "usage_id": 12 }, "3505.01.105": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.111, B\u00fcro Mitarbeiter", "arch_name": "01.111@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -237862,18 +262602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70800, "usage_id": 12 }, "3505.01.106": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.112, B\u00fcro Mitarbeiter", "arch_name": "01.112@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -237881,18 +262623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70837, "usage_id": 12 }, "3505.01.107": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.113, B\u00fcro Mitarbeiter", "arch_name": "01.113@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -237900,18 +262644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70838, "usage_id": 12 }, "3505.01.108": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.114, Sekretariat", "arch_name": "01.114@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -237919,18 +262665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70801, "usage_id": 40 }, "3505.01.109": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.115, B\u00fcro Professor W3", "arch_name": "01.115@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -237938,18 +262686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70802, "usage_id": 12 }, "3505.01.110": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.117, B\u00fcro Mitarbeiter A14", "arch_name": "01.117@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -237957,19 +262707,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70803, "usage_id": 12 }, "3505.01.111": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.121, Besprechung", "arch_name": "01.121@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31886, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -237977,18 +262729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70816, "usage_id": 196 }, "3505.01.112": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.122, Aufenthaltsraum", "arch_name": "01.122@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -237996,18 +262750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70817, "usage_id": 44 }, "3505.01.113": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.124, WC-Vorraum", "arch_name": "01.124@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -238015,18 +262771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70839, "usage_id": 118 }, "3505.01.114": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.126, WC", "arch_name": "01.126@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -238034,18 +262792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70840, "usage_id": 114 }, "3505.01.115": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.125, WC-Vorraum", "arch_name": "01.125@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -238053,18 +262813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70841, "usage_id": 118 }, "3505.01.116": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.127, WC", "arch_name": "01.127@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -238072,18 +262834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70842, "usage_id": 114 }, "3505.01.117": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.150, B\u00fcro wiss. Mitarbeiter MA E13/E11", "arch_name": "01.150@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -238091,18 +262855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70853, "usage_id": 12 }, "3505.01.118": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.150, B\u00fcro wiss. Mitarbeiter MA E13/E11", "arch_name": "01.150@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -238110,18 +262876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70843, "usage_id": 12 }, "3505.01.119": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.128, AV", "arch_name": "01.128@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238129,18 +262897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70844, "usage_id": 120 }, "3505.01.120": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.129, FL", "arch_name": "01.129@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -238148,18 +262918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70854, "usage_id": 120 }, "3505.01.121": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.151, Kopierraum", "arch_name": "01.151@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238167,18 +262939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70845, "usage_id": 110 }, "3505.01.122": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.151, Kopierraum", "arch_name": "01.151@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238186,18 +262960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70846, "usage_id": 110 }, "3505.01.123": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.152, Treppe", "arch_name": "01.152@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -238205,18 +262981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70847, "usage_id": 223 }, "3505.01.124": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.153, B\u00fcro Professor", "arch_name": "01.153@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238224,18 +263002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70848, "usage_id": 12 }, "3505.01.125": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.154, Sekretariat", "arch_name": "01.154@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238243,18 +263023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70849, "usage_id": 40 }, "3505.01.126": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.161, Besprechung", "arch_name": "01.161@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238262,18 +263044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70850, "usage_id": 196 }, "3505.01.127": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.162, Aufenthaltsraum", "arch_name": "01.162@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238281,18 +263065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70851, "usage_id": 44 }, "3505.01.128": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.850, Flur", "arch_name": "01.850@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238300,18 +263086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70852, "usage_id": 222 }, "3505.01.129": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.915, Flur", "arch_name": "01.915@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238319,19 +263107,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70855, "usage_id": 222 }, "3505.01.130": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.410, Forschungslabor", "arch_name": "01.410@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 33392, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238339,18 +263129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70856, "usage_id": 194 }, "3505.01.131": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.415, Forschungslabor", "arch_name": "01.415@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238358,18 +263150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70857, "usage_id": 194 }, "3505.01.132": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.425, Auswertung Forschungslabor", "arch_name": "01.425@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238377,18 +263171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70858, "usage_id": 110 }, "3505.01.133": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.426, Auswertung Forschungslabor", "arch_name": "01.426@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238396,19 +263192,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70869, "usage_id": 110 }, "3505.01.134": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.430, Forschungslabor", "arch_name": "01.430@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 33393, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238416,18 +263214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70870, "usage_id": 194 }, "3505.01.135": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.435, Forschungslabor", "arch_name": "01.435@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238435,18 +263235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70871, "usage_id": 194 }, "3505.01.136": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.445, Abstellraum", "arch_name": "01.445@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238454,18 +263256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70859, "usage_id": 159 }, "3505.01.137": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.450, Forschungslabor", "arch_name": "01.450@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238473,18 +263277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70860, "usage_id": 194 }, "3505.01.138": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.451, Abstellraum", "arch_name": "01.451@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238492,18 +263298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70872, "usage_id": 159 }, "3505.01.139": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.455, Forschungslabor", "arch_name": "01.455@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238511,18 +263319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70873, "usage_id": 194 }, "3505.01.140": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.460, Forschungslabor", "arch_name": "01.460@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238530,18 +263340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70861, "usage_id": 194 }, "3505.01.141": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.465, Forschungslabor", "arch_name": "01.465@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238549,18 +263361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70874, "usage_id": 194 }, "3505.01.142": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.470, Auswertung Forschungslabor", "arch_name": "01.470@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238568,18 +263382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70875, "usage_id": 110 }, "3505.01.143": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.471, Auswertung Forschungslabor", "arch_name": "01.471@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238587,18 +263403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70876, "usage_id": 110 }, "3505.01.144": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.475, Forschungslabor", "arch_name": "01.475@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238606,18 +263424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70877, "usage_id": 194 }, "3505.01.145": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.476, Forschungslabor", "arch_name": "01.476@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238625,18 +263445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70878, "usage_id": 194 }, "3505.01.146": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.955, Flur", "arch_name": "01.955@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238644,18 +263466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70879, "usage_id": 222 }, "3505.01.147": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.480, Schleuse Forschungslabor", "arch_name": "01.480@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238663,18 +263487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70880, "usage_id": 105 }, "3505.01.148": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.481, Forschungslabor", "arch_name": "01.481@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238682,18 +263508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70881, "usage_id": 194 }, "3505.01.149": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.485, Forschungslabor", "arch_name": "01.485@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238701,18 +263529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70862, "usage_id": 194 }, "3505.01.150": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.375, Reinigungsmittelraum", "arch_name": "01.375@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238720,18 +263550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70882, "usage_id": 205 }, "3505.01.151": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.370, AV", "arch_name": "01.370@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238739,18 +263571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70883, "usage_id": 120 }, "3505.01.152": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.371, Technik", "arch_name": "01.371@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -238758,18 +263592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70884, "usage_id": 120 }, "3505.01.154": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.980, Flur", "arch_name": "01.980@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238777,18 +263613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70885, "usage_id": 222 }, "3505.01.155": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.970, Flur", "arch_name": "01.970@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238796,18 +263634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70886, "usage_id": 222 }, "3505.01.156": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.365, Treppe", "arch_name": "01.365@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -238815,18 +263655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70887, "usage_id": 223 }, "3505.01.157": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.360, Technik", "arch_name": "01.360@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -238834,18 +263676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70888, "usage_id": 120 }, "3505.01.158": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.355, Umkleide", "arch_name": "01.355@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238853,18 +263697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70889, "usage_id": 121 }, "3505.01.159": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.350, Serverraum", "arch_name": "01.350@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238872,18 +263718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70890, "usage_id": 120 }, "3505.01.160": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.346, Datenraum", "arch_name": "01.346@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238891,18 +263739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70863, "usage_id": 120 }, "3505.01.161": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.340, Umkleide", "arch_name": "01.340@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238910,18 +263760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70891, "usage_id": 121 }, "3505.01.162": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.335, Technik", "arch_name": "01.335@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -238929,18 +263781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70864, "usage_id": 120 }, "3505.01.163": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.920, Flur", "arch_name": "01.920@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238948,18 +263802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70892, "usage_id": 222 }, "3505.01.164": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.330, Treppe", "arch_name": "01.330@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -238967,18 +263823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70893, "usage_id": 223 }, "3505.01.165": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.322, Erste Hilfe", "arch_name": "01.322@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -238986,18 +263844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70894, "usage_id": 44 }, "3505.01.166": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.312, Technik", "arch_name": "01.312@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -239005,18 +263865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70865, "usage_id": 120 }, "3505.01.168": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.311, BMA", "arch_name": "01.311@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239024,18 +263886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70895, "usage_id": 120 }, "3505.01.170": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.310, WC-Behinderte", "arch_name": "01.310@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -239043,18 +263907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71090, "usage_id": 117 }, "3505.01.171": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.315, WC-Herren Vorraum", "arch_name": "01.315@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -239062,18 +263928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70896, "usage_id": 118 }, "3505.01.172": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.316, WC-Herren", "arch_name": "01.316@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -239081,18 +263949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70866, "usage_id": 115 }, "3505.01.173": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.320, WC-Damen Vorraum", "arch_name": "01.320@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -239100,18 +263970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70897, "usage_id": 118 }, "3505.01.174": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.320, WC-Damen", "arch_name": "01.320@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -239119,18 +263991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70898, "usage_id": 116 }, "3505.01.175": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.345, AV", "arch_name": "01.345@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239138,18 +264012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70899, "usage_id": 120 }, "3505.01.176": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.910, Flur", "arch_name": "01.910@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239157,18 +264033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70867, "usage_id": 222 }, "3505.01.177": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.950, Flur", "arch_name": "01.950@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239176,18 +264054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70868, "usage_id": 222 }, "3505.01.178": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.285, Forschungslabor", "arch_name": "01.285@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239195,18 +264075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70900, "usage_id": 194 }, "3505.01.179": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.280, Forschungslabor", "arch_name": "01.280@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239214,18 +264096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70901, "usage_id": 194 }, "3505.01.180": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.275, Forschungslabor", "arch_name": "01.275@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239233,18 +264117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70908, "usage_id": 194 }, "3505.01.181": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.271, Auswertung Forschungslabor", "arch_name": "01.271@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239252,18 +264138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70909, "usage_id": 110 }, "3505.01.182": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.270, Auswertung Forschungslabor", "arch_name": "01.270@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239271,18 +264159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70902, "usage_id": 110 }, "3505.01.183": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.265, Forschungslabor", "arch_name": "01.265@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239290,18 +264180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70903, "usage_id": 194 }, "3505.01.184": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.260, Forschungslabor", "arch_name": "01.260@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239309,18 +264201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70904, "usage_id": 194 }, "3505.01.185": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.255, Forschungslabor", "arch_name": "01.255@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239328,18 +264222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70905, "usage_id": 194 }, "3505.01.186": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.250, Abstellraum", "arch_name": "01.250@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239347,18 +264243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70906, "usage_id": 159 }, "3505.01.187": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.245, Abstellraum", "arch_name": "01.245@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239366,18 +264264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70907, "usage_id": 159 }, "3505.01.188": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.240, Forschungslabor", "arch_name": "01.240@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239385,18 +264285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70910, "usage_id": 194 }, "3505.01.189": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.235, Forschungslabor", "arch_name": "01.235@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239404,18 +264306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70921, "usage_id": 194 }, "3505.01.190": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.230, Forschungslabor", "arch_name": "01.230@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239423,18 +264327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70922, "usage_id": 194 }, "3505.01.191": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.225, Auswertung Forschungslabor", "arch_name": "01.225@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239442,18 +264348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70911, "usage_id": 110 }, "3505.01.192": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.226, Auswertung Forschungslabor", "arch_name": "01.226@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239461,18 +264369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70923, "usage_id": 110 }, "3505.01.193": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.220, Forschungslabor", "arch_name": "01.220@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239480,18 +264390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70924, "usage_id": 194 }, "3505.01.194": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.215, Forschungslabor", "arch_name": "01.215@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239499,18 +264411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70925, "usage_id": 194 }, "3505.01.195": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.210, Forschungslabor", "arch_name": "01.210@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239518,18 +264432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70912, "usage_id": 194 }, "3505.01.196": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.525, Technik", "arch_name": "01.525@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -239537,18 +264453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70926, "usage_id": 120 }, "3505.01.197": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "01.515, Technik", "arch_name": "01.515@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -239556,19 +264474,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70927, "usage_id": 120 }, "3505.02.201": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.800, Halle E2", "arch_name": "02.800@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 33835, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -239576,18 +264496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70913, "usage_id": 222 }, "3505.02.202": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.801, Treppe", "arch_name": "02.801@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -239595,18 +264517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70928, "usage_id": 223 }, "3505.02.203": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.810, Flur", "arch_name": "02.810@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239614,18 +264538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70914, "usage_id": 222 }, "3505.02.204": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.110, B\u00fcro Techniker", "arch_name": "02.110@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239633,18 +264559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70929, "usage_id": 12 }, "3505.02.205": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.111, B\u00fcro Mitarbeiter", "arch_name": "02.111@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239652,18 +264580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70915, "usage_id": 12 }, "3505.02.206": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.112, B\u00fcro Mitarbeiter", "arch_name": "02.112@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239671,18 +264601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70916, "usage_id": 12 }, "3505.02.207": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.113, B\u00fcro Mitarbeiter", "arch_name": "02.113@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239690,18 +264622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70917, "usage_id": 12 }, "3505.02.208": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.114, Sekretariat", "arch_name": "02.114@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239709,18 +264643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70918, "usage_id": 40 }, "3505.02.209": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.115, B\u00fcro Professor W3", "arch_name": "02.115@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239728,18 +264664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70930, "usage_id": 12 }, "3505.02.210": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.117, B\u00fcro Mitarbeiter A14", "arch_name": "02.117@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239747,18 +264685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70931, "usage_id": 12 }, "3505.02.211": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.150, B\u00fcro wiss. Mitarbeiter MA E13/E11", "arch_name": "02.150@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239766,18 +264706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70919, "usage_id": 12 }, "3505.02.212": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.150, B\u00fcro wiss. Mitarbeiter MA E13/E11", "arch_name": "02.150@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239785,19 +264727,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70920, "usage_id": 12 }, "3505.02.213": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.121, Besprechung", "arch_name": "02.121@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31887, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239805,18 +264749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70933, "usage_id": 12 }, "3505.02.214": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.122, Aufenthaltsraum", "arch_name": "02.122@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239824,18 +264770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70934, "usage_id": 44 }, "3505.02.215": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.124, WC Vorraum", "arch_name": "02.124@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -239843,18 +264791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70945, "usage_id": 118 }, "3505.02.216": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.126, WC", "arch_name": "02.126@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -239862,18 +264812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70946, "usage_id": 114 }, "3505.02.217": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.125, WC-Behinderte", "arch_name": "02.125@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -239881,18 +264833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70947, "usage_id": 117 }, "3505.02.218": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.128, AV", "arch_name": "02.128@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239900,18 +264854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70935, "usage_id": 120 }, "3505.02.219": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.129, FL", "arch_name": "02.129@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -239919,18 +264875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70948, "usage_id": 120 }, "3505.02.220": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.160, B\u00fcro Mitarbeiter A14", "arch_name": "02.160@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239938,18 +264896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70949, "usage_id": 12 }, "3505.02.221": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.161, B\u00fcro Techniker", "arch_name": "02.161@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239957,18 +264917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70950, "usage_id": 12 }, "3505.02.222": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.162, B\u00fcro wiss. Mitarbeiter MA E13/E11", "arch_name": "02.162@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239976,18 +264938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70951, "usage_id": 12 }, "3505.02.223": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.163, B\u00fcro Mitarbeiter", "arch_name": "02.163@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -239995,18 +264959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70952, "usage_id": 12 }, "3505.02.224": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.146, Daten", "arch_name": "02.146@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240014,18 +264980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70936, "usage_id": 12 }, "3505.02.225": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.151, Kopierraum", "arch_name": "02.151@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240033,18 +265001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70937, "usage_id": 110 }, "3505.02.226": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.151, Kopierraum", "arch_name": "02.151@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240052,18 +265022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70953, "usage_id": 110 }, "3505.02.227": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.152, Treppe", "arch_name": "02.152@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -240071,18 +265043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70954, "usage_id": 223 }, "3505.02.228": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.153, B\u00fcro Mitarbeiter", "arch_name": "02.153@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240090,18 +265064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70938, "usage_id": 12 }, "3505.02.229": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.154, B\u00fcro wiss. Mitarbeiter MA E13/E11", "arch_name": "02.154@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240109,18 +265085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70955, "usage_id": 12 }, "3505.02.230": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.154, B\u00fcro wiss. Mitarbeiter MA E13/E11", "arch_name": "02.154@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240128,18 +265106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70956, "usage_id": 12 }, "3505.02.231": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.850, Flur", "arch_name": "02.850@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240147,18 +265127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70957, "usage_id": 222 }, "3505.02.232": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.830, Flur", "arch_name": "02.830@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240166,18 +265148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70958, "usage_id": 222 }, "3505.02.233": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.145, Technik", "arch_name": "02.145@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240185,18 +265169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70959, "usage_id": 120 }, "3505.02.234": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.144, Reinigungsmittelraum", "arch_name": "02.144@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240204,18 +265190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70960, "usage_id": 205 }, "3505.02.235": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.142, Aufenthaltsraum", "arch_name": "02.142@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240223,19 +265211,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70961, "usage_id": 44 }, "3505.02.236": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.141, Besprechnung", "arch_name": "02.141@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31888, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240243,18 +265233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70962, "usage_id": 196 }, "3505.02.237": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.137, B\u00fcro Mitarbeiter A14", "arch_name": "02.137@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240262,18 +265254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70939, "usage_id": 196 }, "3505.02.238": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.135, B\u00fcro Professor W3", "arch_name": "02.135@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240281,18 +265275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70940, "usage_id": 196 }, "3505.02.239": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.134, Sekretariat", "arch_name": "02.134@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240300,18 +265296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70963, "usage_id": 40 }, "3505.02.240": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.133, B\u00fcro Mitarbeiter", "arch_name": "02.133@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240319,18 +265317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70964, "usage_id": 40 }, "3505.02.241": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.132, B\u00fcro Mitarbeiter", "arch_name": "02.132@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240338,18 +265338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70965, "usage_id": 40 }, "3505.02.242": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.131, B\u00fcro Mitarbeiter", "arch_name": "02.131@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240357,18 +265359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70966, "usage_id": 40 }, "3505.02.243": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.130, B\u00fcro Techniker/Labor", "arch_name": "02.130@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240376,18 +265380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70967, "usage_id": 40 }, "3505.02.245": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.330, Treppe", "arch_name": "02.330@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -240395,18 +265401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70968, "usage_id": 223 }, "3505.02.246": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.925, Flur", "arch_name": "02.925@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240414,18 +265422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70969, "usage_id": 222 }, "3505.02.247": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.310, K\u00e4lte", "arch_name": "02.310@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240433,18 +265443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70970, "usage_id": 120 }, "3505.02.248": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.410, Heizung", "arch_name": "02.410@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240452,18 +265464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70971, "usage_id": 120 }, "3505.02.249": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.420, L\u00fcftung", "arch_name": "02.420@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240471,18 +265485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70972, "usage_id": 120 }, "3505.02.250": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.421, Luftansaugung", "arch_name": "02.421@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240490,18 +265506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70973, "usage_id": 120 }, "3505.02.251": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.365, Treppe", "arch_name": "02.365@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -240509,18 +265527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70974, "usage_id": 223 }, "3505.02.252": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.370, AV", "arch_name": "02.370@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240528,18 +265548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70975, "usage_id": 120 }, "3505.02.253": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.375, NSHV", "arch_name": "02.375@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240547,18 +265569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70941, "usage_id": 120 }, "3505.02.255": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.270, Druckluft", "arch_name": "02.270@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240566,18 +265590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70976, "usage_id": 120 }, "3505.02.256": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.280, VE-Wasser", "arch_name": "02.280@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240585,18 +265611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70942, "usage_id": 120 }, "3505.02.259": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.475, SiBel", "arch_name": "02.475@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240604,18 +265632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70943, "usage_id": 120 }, "3505.02.260": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.476, Trafo 2", "arch_name": "02.476@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240623,18 +265653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70944, "usage_id": 120 }, "3505.02.261": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.477, Trafo 1", "arch_name": "02.477@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240642,18 +265674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70977, "usage_id": 120 }, "3505.02.262": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.470, MS", "arch_name": "02.470@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -240661,18 +265695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70978, "usage_id": 120 }, "3505.02.263": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "02.965, Flur", "arch_name": "02.965@3505", "area_id": 50, "building_id": 2649, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -240680,18 +265716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70979, "usage_id": 222 }, "3505.EG.001": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.801, Windfang", "arch_name": "00.801@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -240699,19 +265737,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70806, "usage_id": 52 }, "3505.EG.002": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.800, Halle E0", "arch_name": "00.800@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 33834, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -240719,18 +265759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70807, "usage_id": 222 }, "3505.EG.003": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.110, Cafeteria", "arch_name": "00.110@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -240738,18 +265780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70751, "usage_id": 139 }, "3505.EG.004": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.810, Cafeteria - Flur", "arch_name": "00.810@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -240757,18 +265801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70752, "usage_id": 222 }, "3505.EG.005": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.112, Cafeteria - Automaten", "arch_name": "00.112@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -240776,18 +265822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70808, "usage_id": 139 }, "3505.EG.006": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.117, Cafeteria - Umkleide", "arch_name": "00.117@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -240795,18 +265843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70753, "usage_id": 121 }, "3505.EG.007": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.116, Cafeteria - WC", "arch_name": "00.116@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -240814,18 +265864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70809, "usage_id": 114 }, "3505.EG.007A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.115, Cafeteria - Flur", "arch_name": "00.115@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -240833,18 +265885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70783, "usage_id": 222 }, "3505.EG.008": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.114, Cafeteria - Vorbereitung", "arch_name": "00.114@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -240852,18 +265906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70810, "usage_id": 28 }, "3505.EG.009": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.111, Cafeteria - Ausgabe", "arch_name": "00.111@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -240871,18 +265927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70811, "usage_id": 28 }, "3505.EG.009A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.113, Cafeteria - Lager", "arch_name": "00.113@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -240890,18 +265948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70823, "usage_id": 30 }, "3505.EG.010": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.128, AV", "arch_name": "00.128@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -240909,19 +265969,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70754, "usage_id": 120 }, "3505.EG.011": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.150a, kleiner Seminarraum U9-a", "arch_name": "00.150a@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -240929,19 +265991,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70812, "usage_id": 41 }, "3505.EG.011B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.150b, Seminarraum U9-b", "arch_name": "00.150b@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31874, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -240949,18 +266013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70824, "usage_id": 41 }, "3505.EG.012": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.850, Flur", "arch_name": "00.850@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -240968,18 +266034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70755, "usage_id": 222 }, "3505.EG.013": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.851, Flur", "arch_name": "00.851@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -240987,18 +266055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70813, "usage_id": 222 }, "3505.EG.014": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.152, Treppenhaus", "arch_name": "00.152@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -241006,19 +266076,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70814, "usage_id": 223 }, "3505.EG.015": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.153, Seminarraum U8", "arch_name": "00.153@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31872, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -241026,19 +266098,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70756, "usage_id": 41 }, "3505.EG.016": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.160, Seminarraum U10", "arch_name": "00.160@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31875, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -241046,19 +266120,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70757, "usage_id": 41 }, "3505.EG.017": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.520, H\u00f6rsaal U7-a", "arch_name": "00.520@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31876, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -241066,18 +266142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70815, "usage_id": 20 }, "3505.EG.018": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.525, Vorbereitung", "arch_name": "00.525@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241085,18 +266163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70758, "usage_id": 136 }, "3505.EG.019": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.530, Technik", "arch_name": "00.530@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -241104,18 +266184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70818, "usage_id": 120 }, "3505.EG.019A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.530A, Abstellnische Mobile Trennwand", "arch_name": "00.530A@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -241123,18 +266205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70759, "usage_id": 159 }, "3505.EG.020": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.515, Vorbereitung", "arch_name": "00.515@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241142,19 +266226,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70760, "usage_id": 136 }, "3505.EG.021": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.510, H\u00f6rsaal U7-b", "arch_name": "00.510@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31877, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -241162,18 +266248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70761, "usage_id": 20 }, "3505.EG.022": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.915, Flur", "arch_name": "00.915@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241181,19 +266269,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70762, "usage_id": 222 }, "3505.EG.023": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.410, Ausbildungslabor, chemisch", "arch_name": "00.410@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31878, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 31224, "seats": { @@ -241201,18 +266291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70763, "usage_id": 212 }, "3505.EG.024": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.425, Vorbereitung", "arch_name": "00.425@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 31224, "seats": { @@ -241220,19 +266312,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70764, "usage_id": 136 }, "3505.EG.025": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.430, Ausbildungslabor, chemisch-biologisch", "arch_name": "00.430@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31879, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 31224, "seats": { @@ -241240,18 +266334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70765, "usage_id": 212 }, "3505.EG.026": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.445, Vorbereitung", "arch_name": "00.445@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 31224, "seats": { @@ -241259,19 +266355,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70766, "usage_id": 136 }, "3505.EG.027": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.450, Ausbildungslabor, biologisch-pysikalisch", "arch_name": "00.450@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31880, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 31224, "seats": { @@ -241279,18 +266377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70819, "usage_id": 103 }, "3505.EG.028": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.465, Lager", "arch_name": "00.465@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241298,18 +266398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70820, "usage_id": 30 }, "3505.EG.029": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.470, Lager", "arch_name": "00.470@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241317,18 +266419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70821, "usage_id": 30 }, "3505.EG.030": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.475, Lager", "arch_name": "00.475@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241336,18 +266440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70767, "usage_id": 30 }, "3505.EG.031": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.955, Flur", "arch_name": "00.955@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241355,18 +266461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70768, "usage_id": 222 }, "3505.EG.032": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.476, Lager", "arch_name": "00.476@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241374,18 +266482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70769, "usage_id": 30 }, "3505.EG.033": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.480, B\u00fcro H\u00f6rsaaltechnik", "arch_name": "00.480@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241393,18 +266503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70770, "usage_id": 12 }, "3505.EG.034": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.481, B\u00fcro Versorgung - Haustechnik", "arch_name": "00.481@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241412,18 +266524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70771, "usage_id": 12 }, "3505.EG.035": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.482, B\u00fcro EDV", "arch_name": "00.482@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241431,18 +266545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70772, "usage_id": 207 }, "3505.EG.036": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.483, B\u00fcro EDV", "arch_name": "00.483@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241450,19 +266566,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70773, "usage_id": 207 }, "3505.EG.037": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.380, Besprechungsraum U6", "arch_name": "00.380@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31881, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241470,18 +266588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70774, "usage_id": 196 }, "3505.EG.038": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.970, Flur", "arch_name": "00.970@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241489,18 +266609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70775, "usage_id": 222 }, "3505.EG.039": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.360, Technik", "arch_name": "00.360@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -241508,18 +266630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70776, "usage_id": 120 }, "3505.EG.040": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.350, Spinde", "arch_name": "00.350@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241527,18 +266651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70777, "usage_id": 121 }, "3505.EG.041": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.346, USV", "arch_name": "00.346@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241546,18 +266672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70778, "usage_id": 120 }, "3505.EG.042": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.345, AV", "arch_name": "00.345@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241565,18 +266693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70779, "usage_id": 120 }, "3505.EG.043": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.340, Sanit\u00e4r", "arch_name": "00.340@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -241584,18 +266714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70780, "usage_id": 120 }, "3505.EG.044": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.335, Technik", "arch_name": "00.335@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -241603,18 +266735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70822, "usage_id": 120 }, "3505.EG.045": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.920, Flur", "arch_name": "00.920@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241622,18 +266756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70781, "usage_id": 222 }, "3505.EG.046": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.311, Reinigungsmittelraum", "arch_name": "00.311@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241641,18 +266777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70782, "usage_id": 205 }, "3505.EG.047": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.911, Personenaufzug", "arch_name": "00.911@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -241660,18 +266798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70784, "usage_id": 4 }, "3505.EG.047A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.312, Technik", "arch_name": "00.312@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -241679,18 +266819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70833, "usage_id": 120 }, "3505.EG.048": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.310, WC-Behinderte", "arch_name": "00.310@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -241698,18 +266840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70785, "usage_id": 117 }, "3505.EG.049": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.315, WC-Vorraum Herren", "arch_name": "00.315@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -241717,18 +266861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70786, "usage_id": 118 }, "3505.EG.050": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.316, WC-Herren", "arch_name": "00.316@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -241736,18 +266882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70825, "usage_id": 115 }, "3505.EG.051": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.320, WC-Vorraum Damen", "arch_name": "00.320@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -241755,18 +266903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70826, "usage_id": 118 }, "3505.EG.052": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.321, WC-Damen", "arch_name": "00.321@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -241774,18 +266924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70787, "usage_id": 116 }, "3505.EG.053": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.910, Flur", "arch_name": "00.910@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241793,18 +266945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70788, "usage_id": 222 }, "3505.EG.054": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.330, Treppe", "arch_name": "00.330@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -241812,18 +266966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70789, "usage_id": 223 }, "3505.EG.055": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.930, Flur", "arch_name": "00.930@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241831,18 +266987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70827, "usage_id": 222 }, "3505.EG.056": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.950, Flur", "arch_name": "00.950@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241850,18 +267008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70828, "usage_id": 222 }, "3505.EG.057": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.365, Treppe", "arch_name": "00.365@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -241869,18 +267029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70829, "usage_id": 223 }, "3505.EG.058": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.980, Flur", "arch_name": "00.980@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241888,18 +267050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70790, "usage_id": 222 }, "3505.EG.058A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.375, Reinigungsmittelraum", "arch_name": "00.375@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241907,18 +267071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70831, "usage_id": 205 }, "3505.EG.058B": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.370, AV", "arch_name": "00.370@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -241926,18 +267092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70797, "usage_id": 120 }, "3505.EG.058C": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.371, Technik", "arch_name": "00.371@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -241945,18 +267113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70832, "usage_id": 120 }, "3505.EG.059": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.971, Lastenaufzug", "arch_name": "00.971@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31224, "seats": { @@ -241964,19 +267134,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70791, "usage_id": 4 }, "3505.EG.060": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.280, PC-Pool U5", "arch_name": "00.280@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31913, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -241984,19 +267156,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70792, "usage_id": 213 }, "3505.EG.061": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.270, PC-Pool U4", "arch_name": "00.270@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31912, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -242004,19 +267178,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70793, "usage_id": 213 }, "3505.EG.062": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.250, Seminarraum U3", "arch_name": "00.250@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31883, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -242024,19 +267200,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70794, "usage_id": 41 }, "3505.EG.063": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.230, Seminarraum U2", "arch_name": "00.230@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31884, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -242044,19 +267222,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70830, "usage_id": 41 }, "3505.EG.064": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.220, H\u00f6rsaal U1", "arch_name": "00.220@3505", "area_id": 50, "building_id": 2649, "calendar_resource_nr": 31885, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 31224, "seats": { @@ -242064,18 +267244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70795, "usage_id": 20 }, "3505.EG.065": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.210, Vorbereitungsraum", "arch_name": "00.210@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -242083,18 +267265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70796, "usage_id": 136 }, "3505.EG.066": { "address": { - "floor": "EG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "00.225, Abstellraum", "arch_name": "00.225@3505", "area_id": 50, "building_id": 2649, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31224, "seats": { @@ -242102,18 +267286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70798, "usage_id": 159 }, "3505.U1.001": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "UG.310, Technik", "arch_name": "UG.310@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -242121,18 +267307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70749, "usage_id": 120 }, "3505.U1.002": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "UG.375, M\u00fcllsammelraum", "arch_name": "UG.375@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -242140,18 +267328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70750, "usage_id": 214 }, "3505.U1.005": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "UG.800, Flur", "arch_name": "UG.800@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -242159,18 +267349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70804, "usage_id": 222 }, "3505.U1.008": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Uferstra\u00dfe 53", "zip_code": 94315 }, + "alt_name": "UG.980, Flur", "arch_name": "UG.980@3505", "area_id": 50, "building_id": 2649, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 31224, "seats": { @@ -242178,18 +267370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70805, "usage_id": 222 }, "3508.01.001": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.001, Ordensraum", "arch_name": "01.001@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242197,18 +267391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70142, "usage_id": 129 }, "3508.01.002": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.002, Ordensraum", "arch_name": "01.002@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242216,18 +267412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70157, "usage_id": 129 }, "3508.01.003": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.003, Treppenhaus", "arch_name": "01.003@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242235,18 +267433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70158, "usage_id": 223 }, "3508.01.004": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.004, WC", "arch_name": "01.004@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242254,18 +267454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70159, "usage_id": 114 }, "3508.01.005": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.005, B\u00fcro", "arch_name": "01.005@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242273,18 +267475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70160, "usage_id": 12 }, "3508.01.006": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.006, B\u00fcro", "arch_name": "01.006@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242292,18 +267496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70233, "usage_id": 12 }, "3508.01.007": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.007, B\u00fcro", "arch_name": "01.007@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242311,18 +267517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70234, "usage_id": 12 }, "3508.01.008": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.008, B\u00fcro", "arch_name": "01.008@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242330,18 +267538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70235, "usage_id": 12 }, "3508.01.009": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.009, B\u00fcro", "arch_name": "01.009@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242349,18 +267559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70236, "usage_id": 12 }, "3508.01.010": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.010, B\u00fcro", "arch_name": "01.010@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242368,18 +267580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70167, "usage_id": 12 }, "3508.01.011": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.011, B\u00fcro", "arch_name": "01.011@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242387,18 +267601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70168, "usage_id": 12 }, "3508.01.012": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.012, K\u00fcche", "arch_name": "01.012@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242406,18 +267622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70169, "usage_id": 28 }, "3508.01.013": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.013, Seminarraum/B\u00fcro", "arch_name": "01.013@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242425,18 +267643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70237, "usage_id": 41 }, "3508.01.014": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.014, Sakralraum", "arch_name": "01.014@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242444,18 +267664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70238, "usage_id": 129 }, "3508.01.015": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.015, WC", "arch_name": "01.015@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242463,18 +267685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70239, "usage_id": 114 }, "3508.01.016": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.016, WC", "arch_name": "01.016@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242482,18 +267706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70170, "usage_id": 114 }, "3508.01.017": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.017, Lager", "arch_name": "01.017@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242501,18 +267727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70171, "usage_id": 30 }, "3508.01.018": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.018, Flur/Aufzug", "arch_name": "01.018@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242520,18 +267748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70143, "usage_id": 222 }, "3508.01.018A": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.018A, Treppenhaus", "arch_name": "01.018A@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242539,18 +267769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70450, "usage_id": 223 }, "3508.01.019": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.019, B\u00fcro", "arch_name": "01.019@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242558,18 +267790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70144, "usage_id": 12 }, "3508.01.020": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.020, Seminarraum", "arch_name": "01.020@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242577,18 +267811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70240, "usage_id": 41 }, "3508.01.021": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.021, Lager", "arch_name": "01.021@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242596,18 +267832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70241, "usage_id": 30 }, "3508.01.022": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.022, Seminarraum", "arch_name": "01.022@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242615,18 +267853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70145, "usage_id": 41 }, "3508.01.023": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.023, mobiler Seminarraum", "arch_name": "01.023@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242634,18 +267874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70146, "usage_id": 41 }, "3508.01.024": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.024, Flur gesamt", "arch_name": "01.024@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242653,18 +267895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70147, "usage_id": 222 }, "3508.01.025": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.025, Ordensraum", "arch_name": "01.025@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242672,18 +267916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70148, "usage_id": 129 }, "3508.01.026": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.026, Ordensraum", "arch_name": "01.026@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242691,18 +267937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70149, "usage_id": 129 }, "3508.01.027": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.027, Ordensraum", "arch_name": "01.027@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242710,18 +267958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70242, "usage_id": 129 }, "3508.01.028": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.028, Ordensraum", "arch_name": "01.028@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242729,18 +267979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70243, "usage_id": 129 }, "3508.01.029": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.029, Ordensraum", "arch_name": "01.029@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242748,18 +268000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70244, "usage_id": 129 }, "3508.01.030": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.030, Ordensraum", "arch_name": "01.030@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242767,18 +268021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70457, "usage_id": 129 }, "3508.01.031": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.031, Ordensraum", "arch_name": "01.031@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242786,18 +268042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70469, "usage_id": 129 }, "3508.01.032": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.032, Ordensraum", "arch_name": "01.032@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242805,18 +268063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70470, "usage_id": 129 }, "3508.01.033": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.033, Archiv", "arch_name": "01.033@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242824,18 +268084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70464, "usage_id": 2 }, "3508.01.034": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.034, Archiv", "arch_name": "01.034@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242843,18 +268105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70465, "usage_id": 2 }, "3508.01.035": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.035, Archiv", "arch_name": "01.035@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242862,18 +268126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70466, "usage_id": 2 }, "3508.01.036": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.036, Archiv", "arch_name": "01.036@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242881,18 +268147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70467, "usage_id": 2 }, "3508.01.037": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "01.027, B\u00fcro", "arch_name": "01.027@3508", "area_id": 50, "building_id": 2469, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242900,18 +268168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70449, "usage_id": 12 }, "3508.02.001": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.001, B\u00fcro", "arch_name": "02.001@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242919,18 +268189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70474, "usage_id": 12 }, "3508.02.002": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.002, B\u00fcro", "arch_name": "02.002@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242938,18 +268210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70172, "usage_id": 12 }, "3508.02.003": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.003, Treppenhaus", "arch_name": "02.003@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242957,18 +268231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70173, "usage_id": 223 }, "3508.02.004": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.004, WC", "arch_name": "02.004@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242976,18 +268252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70174, "usage_id": 114 }, "3508.02.005": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.005, WC", "arch_name": "02.005@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -242995,18 +268273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70175, "usage_id": 114 }, "3508.02.006": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.006, B\u00fcro", "arch_name": "02.006@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243014,18 +268294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70176, "usage_id": 12 }, "3508.02.007": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.007, Seminarraum/B\u00fcro", "arch_name": "02.007@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243033,18 +268315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70177, "usage_id": 41 }, "3508.02.008": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.008, Flur", "arch_name": "02.008@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243052,18 +268336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70245, "usage_id": 222 }, "3508.02.009": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.009, Flur", "arch_name": "02.009@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243071,18 +268357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70246, "usage_id": 222 }, "3508.02.010": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.010, Lager", "arch_name": "02.010@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243090,18 +268378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70247, "usage_id": 30 }, "3508.02.011": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.011, Lager", "arch_name": "02.011@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243109,18 +268399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70248, "usage_id": 30 }, "3508.02.012": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.012, Lager", "arch_name": "02.012@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243128,18 +268420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70161, "usage_id": 30 }, "3508.02.013": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.013, B\u00fcro", "arch_name": "02.013@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243147,18 +268441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70178, "usage_id": 30 }, "3508.02.014": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.014, B\u00fcro", "arch_name": "02.014@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243166,18 +268462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70179, "usage_id": 12 }, "3508.02.015": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.015, Seminarraum/B\u00fcro", "arch_name": "02.015@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243185,18 +268483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70150, "usage_id": 41 }, "3508.02.016": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.016, Seminarraum/B\u00fcro", "arch_name": "02.016@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243204,18 +268504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70451, "usage_id": 41 }, "3508.02.017": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.017, Seminarraum/B\u00fcro", "arch_name": "02.017@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243223,18 +268525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70452, "usage_id": 41 }, "3508.02.018": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.018, Seminarraum/B\u00fcro", "arch_name": "02.018@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243242,18 +268546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70180, "usage_id": 41 }, "3508.02.019": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.019, Flur", "arch_name": "02.019@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243261,18 +268567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70181, "usage_id": 222 }, "3508.02.020": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.020, B\u00fcro", "arch_name": "02.020@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243280,18 +268588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70182, "usage_id": 12 }, "3508.02.021": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.021, B\u00fcro", "arch_name": "02.021@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243299,18 +268609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70183, "usage_id": 12 }, "3508.02.022": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.022, B\u00fcro", "arch_name": "02.022@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243318,18 +268630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70184, "usage_id": 12 }, "3508.02.023": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.023, B\u00fcro", "arch_name": "02.023@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243337,18 +268651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70468, "usage_id": 12 }, "3508.02.024": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.024, Flur", "arch_name": "02.024@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243356,18 +268672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70185, "usage_id": 222 }, "3508.02.025": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.025, WC+Bad", "arch_name": "02.025@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243375,18 +268693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70249, "usage_id": 112 }, "3508.02.026": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.026, Flur/Treppe/Aufzug", "arch_name": "02.026@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243394,18 +268714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70250, "usage_id": 222 }, "3508.02.027": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.027, Lager", "arch_name": "02.027@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243413,18 +268735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70162, "usage_id": 30 }, "3508.02.028": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.028, B\u00fcro", "arch_name": "02.028@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243432,18 +268756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70163, "usage_id": 12 }, "3508.02.029": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.029, B\u00fcro", "arch_name": "02.029@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243451,18 +268777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70151, "usage_id": 12 }, "3508.02.030": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.030, B\u00fcro", "arch_name": "02.030@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243470,18 +268798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70152, "usage_id": 12 }, "3508.02.031": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.031, Lager", "arch_name": "02.031@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243489,18 +268819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70153, "usage_id": 30 }, "3508.02.032": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.032, Lager", "arch_name": "02.032@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243508,18 +268840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70251, "usage_id": 30 }, "3508.02.033": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.033, Lager", "arch_name": "02.033@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243527,18 +268861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70252, "usage_id": 30 }, "3508.02.034": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.034, Lager", "arch_name": "02.034@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243546,18 +268882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70253, "usage_id": 30 }, "3508.02.035": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.035, Archiv", "arch_name": "02.035@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243565,18 +268903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70254, "usage_id": 2 }, "3508.02.036": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.036, B\u00fcro", "arch_name": "02.036@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243584,18 +268924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70255, "usage_id": 12 }, "3508.02.037": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.037, B\u00fcro", "arch_name": "02.037@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243603,18 +268945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70186, "usage_id": 12 }, "3508.02.038": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.038, B\u00fcro", "arch_name": "02.038@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243622,18 +268966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70187, "usage_id": 12 }, "3508.02.039": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.039, B\u00fcro", "arch_name": "02.039@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243641,18 +268987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70188, "usage_id": 12 }, "3508.02.040": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.040, B\u00fcro", "arch_name": "02.040@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243660,18 +269008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70189, "usage_id": 12 }, "3508.02.041": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.041, B\u00fcro", "arch_name": "02.041@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243679,18 +269029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70190, "usage_id": 12 }, "3508.02.042": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.042, Seminarraum", "arch_name": "02.042@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243698,18 +269050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70191, "usage_id": 41 }, "3508.02.043": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.043, B\u00fcro", "arch_name": "02.043@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243717,18 +269071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70192, "usage_id": 12 }, "3508.02.044": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.044, B\u00fcro", "arch_name": "02.044@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243736,18 +269092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70193, "usage_id": 12 }, "3508.02.045": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.045, B\u00fcro", "arch_name": "02.045@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243755,18 +269113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70194, "usage_id": 12 }, "3508.02.046": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.046, B\u00fcro", "arch_name": "02.046@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243774,18 +269134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70195, "usage_id": 12 }, "3508.02.047": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.047, B\u00fcro", "arch_name": "02.047@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243793,18 +269155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70196, "usage_id": 12 }, "3508.02.048": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.048, B\u00fcro", "arch_name": "02.048@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243812,18 +269176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70453, "usage_id": 12 }, "3508.02.049": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "02.049, Flur", "arch_name": "02.049@3508", "area_id": 50, "building_id": 2469, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243831,18 +269197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70471, "usage_id": 222 }, "3508.EG.001": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.001, Ordensraum", "arch_name": "00.001@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243850,18 +269218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70256, "usage_id": 129 }, "3508.EG.002": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.002, Treppenhaus", "arch_name": "00.002@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243869,18 +269239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70257, "usage_id": 223 }, "3508.EG.003": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.003, WC", "arch_name": "00.003@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243888,18 +269260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70258, "usage_id": 114 }, "3508.EG.004": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.004, Kellertreppe", "arch_name": "00.004@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243907,18 +269281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70259, "usage_id": 223 }, "3508.EG.005": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.005, B\u00fcro", "arch_name": "00.005@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243926,18 +269302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70260, "usage_id": 12 }, "3508.EG.006": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.006, B\u00fcro", "arch_name": "00.006@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243945,18 +269323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70261, "usage_id": 12 }, "3508.EG.007": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.007, Seminarraum/B\u00fcro", "arch_name": "00.007@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243964,18 +269344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70154, "usage_id": 41 }, "3508.EG.008": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.008, K\u00fcche", "arch_name": "00.008@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -243983,18 +269365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70155, "usage_id": 28 }, "3508.EG.009": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.009, Seminarraum/B\u00fcro", "arch_name": "00.009@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244002,18 +269386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70156, "usage_id": 41 }, "3508.EG.010": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.010, Seminarraum", "arch_name": "00.010@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244021,18 +269407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70215, "usage_id": 41 }, "3508.EG.011": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.011, Flur", "arch_name": "00.011@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244040,18 +269428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70456, "usage_id": 222 }, "3508.EG.012": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.012, Treppenhaus/Aufzug", "arch_name": "00.012@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244059,18 +269449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70263, "usage_id": 223 }, "3508.EG.013": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.013, Putzraum", "arch_name": "00.013@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244078,18 +269470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70262, "usage_id": 205 }, "3508.EG.014": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.014, Sakristei", "arch_name": "00.014@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244097,18 +269491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70264, "usage_id": 129 }, "3508.EG.015": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.015, Seminarraum", "arch_name": "00.015@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244116,18 +269512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70265, "usage_id": 41 }, "3508.EG.016": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.016, Sakristei", "arch_name": "00.016@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244135,18 +269533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70216, "usage_id": 129 }, "3508.EG.016A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.016A, Treppe", "arch_name": "00.016A@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244154,18 +269554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70460, "usage_id": 223 }, "3508.EG.017": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.017, Lagerkammer", "arch_name": "00.017@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244173,18 +269575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70217, "usage_id": 30 }, "3508.EG.017A": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.017A, Flur", "arch_name": "00.017A@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244192,18 +269596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70459, "usage_id": 222 }, "3508.EG.018": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.018, Lager", "arch_name": "00.018@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244211,18 +269617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70218, "usage_id": 30 }, "3508.EG.019": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.019, Lager", "arch_name": "00.019@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244230,18 +269638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70219, "usage_id": 30 }, "3508.EG.020": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.020, Lager", "arch_name": "00.020@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244249,18 +269659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70220, "usage_id": 30 }, "3508.EG.021": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.021, Lager", "arch_name": "00.021@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244268,18 +269680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70221, "usage_id": 30 }, "3508.EG.022": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.022, Ordensraum", "arch_name": "00.022@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244287,18 +269701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70266, "usage_id": 129 }, "3508.EG.023": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.023, B\u00fcro", "arch_name": "00.023@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244306,18 +269722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70267, "usage_id": 12 }, "3508.EG.024": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.024, B\u00fcro", "arch_name": "00.024@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244325,18 +269743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70268, "usage_id": 12 }, "3508.EG.025": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.025, B\u00fcro", "arch_name": "00.025@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244344,18 +269764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70269, "usage_id": 12 }, "3508.EG.026": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.026, B\u00fcro", "arch_name": "00.026@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244363,18 +269785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70463, "usage_id": 12 }, "3508.EG.027": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.027, B\u00fcro", "arch_name": "00.027@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244382,18 +269806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70447, "usage_id": 12 }, "3508.EG.028": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.028, B\u00fcro", "arch_name": "00.028@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244401,18 +269827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70448, "usage_id": 12 }, "3508.EG.029": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.029, Eingang/Foyer", "arch_name": "00.029@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244420,18 +269848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70462, "usage_id": 222 }, "3508.EG.030": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.030, Flur Nord", "arch_name": "00.030@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244439,18 +269869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70458, "usage_id": 222 }, "3508.EG.031": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 28", "zip_code": 94315 }, + "alt_name": "00.031, Flur S\u00fcd/ost", "arch_name": "00.031@3508", "area_id": 50, "building_id": 2469, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244458,18 +269890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70461, "usage_id": 222 }, "3509.01.001": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.001, Treppenhaus", "arch_name": "1.001@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244477,18 +269911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70330, "usage_id": 223 }, "3509.01.002": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.002, Diele", "arch_name": "1.002@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244496,18 +269932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70331, "usage_id": 222 }, "3509.01.003": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.003, Teek\u00fcche", "arch_name": "1.003@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244515,18 +269953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70332, "usage_id": 198 }, "3509.01.004": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.004, B\u00fcro", "arch_name": "1.004@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244534,18 +269974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70333, "usage_id": 12 }, "3509.01.005": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.005, WC", "arch_name": "1.005@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244553,18 +269995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70334, "usage_id": 114 }, "3509.01.006": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.006, Flur", "arch_name": "1.006@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244572,18 +270016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70367, "usage_id": 222 }, "3509.01.007": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.007, Abstellf.", "arch_name": "1.007@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244591,18 +270037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70368, "usage_id": 159 }, "3509.01.008": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.008, B\u00fcro", "arch_name": "1.008@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244610,18 +270058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70369, "usage_id": 12 }, "3509.01.009": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.009, WC", "arch_name": "1.009@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244629,18 +270079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70370, "usage_id": 114 }, "3509.01.010": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.010, B\u00fcro", "arch_name": "1.010@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244648,18 +270100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70371, "usage_id": 12 }, "3509.01.011": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.011, Flur", "arch_name": "1.011@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244667,18 +270121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70372, "usage_id": 222 }, "3509.01.012": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.012, WC", "arch_name": "1.012@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244686,18 +270142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70373, "usage_id": 114 }, "3509.01.013": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.013, Abstellf.", "arch_name": "1.013@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244705,18 +270163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70374, "usage_id": 159 }, "3509.01.014": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.014, B\u00fcro", "arch_name": "1.014@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244724,18 +270184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70375, "usage_id": 12 }, "3509.01.015": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "1.015, Teek\u00fcche", "arch_name": "1.015@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244743,18 +270205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70376, "usage_id": 198 }, "3509.02.001": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.001, Treppenhaus", "arch_name": "2.001@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244762,18 +270226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70377, "usage_id": 223 }, "3509.02.002": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.002, Diele", "arch_name": "2.002@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244781,18 +270247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70378, "usage_id": 222 }, "3509.02.003": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.003, Teek\u00fcche", "arch_name": "2.003@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244800,18 +270268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70379, "usage_id": 198 }, "3509.02.004": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.004, B\u00fcro", "arch_name": "2.004@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244819,18 +270289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70417, "usage_id": 12 }, "3509.02.005": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.005, WC", "arch_name": "2.005@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244838,18 +270310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70418, "usage_id": 114 }, "3509.02.006": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.006, Flur", "arch_name": "2.006@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244857,18 +270331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70419, "usage_id": 222 }, "3509.02.007": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.007, Abstellf.", "arch_name": "2.007@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244876,18 +270352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70380, "usage_id": 159 }, "3509.02.008": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.008, B\u00fcro", "arch_name": "2.008@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244895,18 +270373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70381, "usage_id": 12 }, "3509.02.009": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.009, WC", "arch_name": "2.009@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244914,18 +270394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70382, "usage_id": 114 }, "3509.02.010": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.010, B\u00fcro", "arch_name": "2.010@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244933,18 +270415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70383, "usage_id": 12 }, "3509.02.011": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.011, Flur", "arch_name": "2.011@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244952,18 +270436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70384, "usage_id": 222 }, "3509.02.012": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.012, WC", "arch_name": "2.012@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244971,18 +270457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70385, "usage_id": 114 }, "3509.02.013": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.013, Abstellf.", "arch_name": "2.013@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -244990,18 +270478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70386, "usage_id": 159 }, "3509.02.014": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.014, B\u00fcro", "arch_name": "2.014@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245009,18 +270499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70387, "usage_id": 12 }, "3509.02.015": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "2.015, Teek\u00fcche", "arch_name": "2.015@3509", "area_id": 50, "building_id": 2489, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245028,18 +270520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70388, "usage_id": 198 }, "3509.DG.001": { "address": { - "floor": "DG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "DG.001, Treppenhaus", "arch_name": "DG.001@3509", "area_id": 50, "building_id": 2489, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245047,18 +270541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70339, "usage_id": 223 }, "3509.DG.002": { "address": { - "floor": "DG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "DG.002, Diele", "arch_name": "DG.002@3509", "area_id": 50, "building_id": 2489, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245066,18 +270562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70340, "usage_id": 222 }, "3509.DG.003": { "address": { - "floor": "DG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "DG.003, Teek\u00fcche", "arch_name": "DG.003@3509", "area_id": 50, "building_id": 2489, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245085,18 +270583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70341, "usage_id": 198 }, "3509.DG.004": { "address": { - "floor": "DG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "DG.004, B\u00fcro", "arch_name": "DG.004@3509", "area_id": 50, "building_id": 2489, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245104,18 +270604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70342, "usage_id": 12 }, "3509.DG.005": { "address": { - "floor": "DG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "DG.005, WC", "arch_name": "DG.005@3509", "area_id": 50, "building_id": 2489, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245123,18 +270625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70343, "usage_id": 114 }, "3509.DG.006": { "address": { - "floor": "DG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "DG.006, Abstellf.", "arch_name": "DG.006@3509", "area_id": 50, "building_id": 2489, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245142,18 +270646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70276, "usage_id": 159 }, "3509.DG.007": { "address": { - "floor": "DG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "DG.007, B\u00fcro", "arch_name": "DG.007@3509", "area_id": 50, "building_id": 2489, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245161,18 +270667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70277, "usage_id": 12 }, "3509.DG.008": { "address": { - "floor": "DG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "DG.008, B\u00fcro", "arch_name": "DG.008@3509", "area_id": 50, "building_id": 2489, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245180,18 +270688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70278, "usage_id": 12 }, "3509.DG.009": { "address": { - "floor": "DG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "DG.009, Speicher", "arch_name": "DG.009@3509", "area_id": 50, "building_id": 2489, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245199,18 +270709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70279, "usage_id": 159 }, "3509.EG.001": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.001, Treppenhaus", "arch_name": "00.001@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245218,18 +270730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70324, "usage_id": 223 }, "3509.EG.002": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.002, Flur", "arch_name": "00.002@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245237,18 +270751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70336, "usage_id": 222 }, "3509.EG.003": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.003, B\u00fcro", "arch_name": "00.003@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245256,18 +270772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70337, "usage_id": 12 }, "3509.EG.004": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.004, Teek\u00fcche", "arch_name": "00.004@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245275,18 +270793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70338, "usage_id": 198 }, "3509.EG.005": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.005, WC", "arch_name": "00.005@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245294,18 +270814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70325, "usage_id": 114 }, "3509.EG.006": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.006, B\u00fcro", "arch_name": "00.006@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245313,18 +270835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70326, "usage_id": 12 }, "3509.EG.007": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.007, Abstellfl.", "arch_name": "00.007@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245332,18 +270856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70282, "usage_id": 159 }, "3509.EG.008": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.008, Flur", "arch_name": "00.008@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245351,18 +270877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70283, "usage_id": 222 }, "3509.EG.009": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.009, WC", "arch_name": "00.009@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245370,18 +270898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70284, "usage_id": 114 }, "3509.EG.010": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.010, Abstellfl.", "arch_name": "00.010@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245389,18 +270919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70285, "usage_id": 159 }, "3509.EG.011": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.011, B\u00fcro", "arch_name": "00.011@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245408,18 +270940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70274, "usage_id": 12 }, "3509.EG.012": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.012, Teek\u00fcche", "arch_name": "00.012@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245427,18 +270961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70275, "usage_id": 198 }, "3509.EG.020": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.020, Hausgang", "arch_name": "00.020@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245446,18 +270982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70327, "usage_id": 222 }, "3509.EG.021": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.021, Abstellfl.", "arch_name": "00.021@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245465,18 +271003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70328, "usage_id": 159 }, "3509.EG.022": { "address": { - "floor": "EG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "00.022, Hof", "arch_name": "00.022@3509", "area_id": 50, "building_id": 2489, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245484,18 +271024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70329, "usage_id": 219 }, "3509.U1.001": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "KG.001, Kellerlager", "arch_name": "KG.001@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245503,18 +271045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70281, "usage_id": 159 }, "3509.U1.002": { "address": { - "floor": "1.UG", "place": "Straubing", "street": "Albrechtgasse 34", "zip_code": 94315 }, + "alt_name": "KG.002, Kellertreppe", "arch_name": "KG.002@3509", "area_id": 50, "building_id": 2489, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245522,18 +271066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70335, "usage_id": 223 }, "3510.01.001": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.001, B\u00fcro", "arch_name": "1.001@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245541,18 +271087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70202, "usage_id": 12 }, "3510.01.002": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.002, B\u00fcro", "arch_name": "1.002@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245560,18 +271108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70131, "usage_id": 12 }, "3510.01.003": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.003, B\u00fcro", "arch_name": "1.003@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245579,18 +271129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70132, "usage_id": 12 }, "3510.01.004": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.004, Flur", "arch_name": "1.004@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245598,18 +271150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70228, "usage_id": 222 }, "3510.01.005": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.005, Flur", "arch_name": "1.005@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245617,18 +271171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70229, "usage_id": 222 }, "3510.01.006": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.006, B\u00fcro", "arch_name": "1.006@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245636,18 +271192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70133, "usage_id": 12 }, "3510.01.007": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.007, B\u00fcro", "arch_name": "1.007@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245655,18 +271213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70134, "usage_id": 12 }, "3510.01.008": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.008, Gew\u00f6lbe-Flur", "arch_name": "1.008@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245674,18 +271234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70230, "usage_id": 222 }, "3510.01.009": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.009, Treppenhaus", "arch_name": "1.009@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245693,18 +271255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70231, "usage_id": 223 }, "3510.01.010": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.010, B\u00fcro", "arch_name": "1.010@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245712,18 +271276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70164, "usage_id": 12 }, "3510.01.011": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.011, B\u00fcro", "arch_name": "1.011@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245731,18 +271297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70165, "usage_id": 12 }, "3510.01.012": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.012, B\u00fcro", "arch_name": "1.012@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245750,18 +271318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70166, "usage_id": 12 }, "3510.01.013": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.013, Besprechung", "arch_name": "1.013@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245769,18 +271339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70135, "usage_id": 196 }, "3510.01.014": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.014, Server/Archiv/Anschluss", "arch_name": "1.014@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245788,18 +271360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70136, "usage_id": 207 }, "3510.01.015": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "1.010, Flur", "arch_name": "1.010@3510", "area_id": 50, "building_id": 2470, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245807,18 +271381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70137, "usage_id": 222 }, "3510.02.001": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.001, B\u00fcro", "arch_name": "2.001@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245826,18 +271402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70203, "usage_id": 12 }, "3510.02.002": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.002, B\u00fcro", "arch_name": "2.002@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245845,18 +271423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70204, "usage_id": 12 }, "3510.02.003": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.003, B\u00fcro", "arch_name": "2.003@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245864,18 +271444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70205, "usage_id": 12 }, "3510.02.004": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.004, Seminarraum", "arch_name": "2.004@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245883,18 +271465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70232, "usage_id": 41 }, "3510.02.005": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.005, Dusche", "arch_name": "2.005@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245902,18 +271486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70208, "usage_id": 113 }, "3510.02.006": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.006, Dusche", "arch_name": "2.006@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245921,18 +271507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70209, "usage_id": 113 }, "3510.02.007": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.007, WC", "arch_name": "2.007@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245940,18 +271528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70210, "usage_id": 114 }, "3510.02.008": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.008, WC", "arch_name": "2.008@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245959,18 +271549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70211, "usage_id": 114 }, "3510.02.009": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.009, B\u00fcro", "arch_name": "2.009@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245978,18 +271570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70206, "usage_id": 12 }, "3510.02.010": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.010, B\u00fcro", "arch_name": "2.010@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -245997,18 +271591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70207, "usage_id": 12 }, "3510.02.011": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.011, Flur", "arch_name": "2.011@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246016,18 +271612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70140, "usage_id": 222 }, "3510.02.012": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.012, Flur", "arch_name": "2.012@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246035,18 +271633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70139, "usage_id": 222 }, "3510.02.013": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.013, Flur", "arch_name": "2.013@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246054,18 +271654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70138, "usage_id": 222 }, "3510.02.014": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "2.014, Treppenhaus", "arch_name": "2.014@3510", "area_id": 50, "building_id": 2470, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246073,18 +271675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70141, "usage_id": 223 }, "3510.DG.001": { "address": { - "floor": "DG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "DG.001, Dachlager", "arch_name": "DG.001@3510", "area_id": 50, "building_id": 2470, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246092,18 +271696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70212, "usage_id": 159 }, "3510.DG.002": { "address": { - "floor": "DG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "DG.002, Dachflur", "arch_name": "DG.002@3510", "area_id": 50, "building_id": 2470, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246111,18 +271717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70214, "usage_id": 222 }, "3510.DG.003": { "address": { - "floor": "DG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "DG.003, Dachlager", "arch_name": "DG.003@3510", "area_id": 50, "building_id": 2470, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246130,18 +271738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70213, "usage_id": 159 }, "3510.EG.001": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.001, B\u00fcro", "arch_name": "00.001@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246149,18 +271759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70222, "usage_id": 12 }, "3510.EG.002": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.002, Seminarraum", "arch_name": "00.002@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246168,18 +271780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70223, "usage_id": 41 }, "3510.EG.003": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.003, Seminarraum", "arch_name": "00.003@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246187,18 +271801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70224, "usage_id": 41 }, "3510.EG.003A": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.003A, Stuhllager", "arch_name": "00.003A@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246206,18 +271822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70270, "usage_id": 30 }, "3510.EG.004": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.004, Treppenhaus", "arch_name": "00.004@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246225,18 +271843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70225, "usage_id": 223 }, "3510.EG.005": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.005, Flur/Treppe", "arch_name": "00.005@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246244,18 +271864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70197, "usage_id": 222 }, "3510.EG.006": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.006, Lager/Archiv/Server", "arch_name": "00.006@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246263,18 +271885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70271, "usage_id": 30 }, "3510.EG.007": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.007, B\u00fcro", "arch_name": "00.007@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246282,18 +271906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70226, "usage_id": 12 }, "3510.EG.008": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.008, WC-Herren", "arch_name": "00.008@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246301,18 +271927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70227, "usage_id": 115 }, "3510.EG.009": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.009, WC-Herren", "arch_name": "00.009@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246320,18 +271948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70272, "usage_id": 115 }, "3510.EG.010": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.010, WC-Damen", "arch_name": "00.010@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246339,18 +271969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70273, "usage_id": 116 }, "3510.EG.011": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.011, WC-Damen", "arch_name": "00.011@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246358,18 +271990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70198, "usage_id": 116 }, "3510.EG.012": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.012, WC-Damen", "arch_name": "00.012@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246377,18 +272011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70199, "usage_id": 116 }, "3510.EG.013": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.013, WC-Damen", "arch_name": "00.013@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246396,18 +272032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70200, "usage_id": 116 }, "3510.EG.014": { "address": { - "floor": "EG", "place": "Straubing", "street": "F\u00fcrstenstr. 11", "zip_code": 94315 }, + "alt_name": "00.014, Flur", "arch_name": "00.014@3510", "area_id": 50, "building_id": 2470, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26229, "seats": { @@ -246415,18 +272053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70201, "usage_id": 222 }, "3515.01.001": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.01, B\u00fcro (HSWT)", "arch_name": "01.01@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -246434,18 +272074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69848, "usage_id": 12 }, "3515.01.002": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.02, Sekretariat (HSWT)", "arch_name": "01.02@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -246453,18 +272095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69849, "usage_id": 12 }, "3515.01.003": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.03, B\u00fcro (HSWT)", "arch_name": "01.03@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -246472,18 +272116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69850, "usage_id": 12 }, "3515.01.004": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.04, B\u00fcro (HSWT)", "arch_name": "01.04@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -246491,18 +272137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69851, "usage_id": 12 }, "3515.01.005": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.05, B\u00fcro (HSWT)", "arch_name": "01.05@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -246510,18 +272158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69852, "usage_id": 12 }, "3515.01.006": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.06, Serverraum", "arch_name": "01.06@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246529,18 +272179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69853, "usage_id": 207 }, "3515.01.007": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.07, B\u00fcro", "arch_name": "01.07@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49138, "seats": { @@ -246548,18 +272200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69854, "usage_id": 12 }, "3515.01.008": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.08, B\u00fcro", "arch_name": "01.08@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49138, "seats": { @@ -246567,18 +272221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69855, "usage_id": 12 }, "3515.01.009": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.09, B\u00fcro", "arch_name": "01.09@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49138, "seats": { @@ -246586,18 +272242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69856, "usage_id": 12 }, "3515.01.010": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.10, B\u00fcro", "arch_name": "01.10@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49137, "seats": { @@ -246605,18 +272263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69857, "usage_id": 12 }, "3515.01.011": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.11, B\u00fcro", "arch_name": "01.11@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49137, "seats": { @@ -246624,18 +272284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69858, "usage_id": 12 }, "3515.01.012": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.12, B\u00fcro", "arch_name": "01.12@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49137, "seats": { @@ -246643,18 +272305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69859, "usage_id": 12 }, "3515.01.013": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.13, B\u00fcro", "arch_name": "01.13@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49137, "seats": { @@ -246662,18 +272326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69860, "usage_id": 12 }, "3515.01.014": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.14, B\u00fcro", "arch_name": "01.14@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49137, "seats": { @@ -246681,18 +272347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69861, "usage_id": 12 }, "3515.01.015": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.15, Sekretariat (gem. Nutzung 1210011000; 12100", "arch_name": "01.15@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246700,18 +272368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69862, "usage_id": 12 }, "3515.01.016": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.16, B\u00fcro", "arch_name": "01.16@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49138, "seats": { @@ -246719,18 +272389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69863, "usage_id": 12 }, "3515.01.017": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.17, B\u00fcro", "arch_name": "01.17@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49138, "seats": { @@ -246738,18 +272410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69864, "usage_id": 12 }, "3515.01.018": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.18, B\u00fcro", "arch_name": "01.18@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246757,18 +272431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69865, "usage_id": 12 }, "3515.01.019": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.19, Teek\u00fcche", "arch_name": "01.19@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246776,19 +272452,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69866, "usage_id": 44 }, "3515.01.020": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.20, Seminarraum (HSWT)", "arch_name": "01.20@3515", "area_id": 50, "building_id": 2389, "calendar_resource_nr": 30492, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246796,18 +272474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69867, "usage_id": 41 }, "3515.01.021": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.21, Drucker- Kopierraum", "arch_name": "01.21@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246815,18 +272495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69868, "usage_id": 110 }, "3515.01.022": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.22, Fluchtwegtreppe", "arch_name": "01.22@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -246834,18 +272516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69869, "usage_id": 223 }, "3515.01.023": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.23, Lager (gem. Nutzung 1210011000; 1210021000)", "arch_name": "01.23@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246853,18 +272537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69870, "usage_id": 30 }, "3515.01.024": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.24, Flur", "arch_name": "01.24@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246872,18 +272558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69871, "usage_id": 222 }, "3515.01.025": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.25, Treppenhaus (anteilig)", "arch_name": "01.25@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246891,18 +272579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69872, "usage_id": 223 }, "3515.01.026": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.26, Aufzug", "arch_name": "01.26@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246910,18 +272600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69873, "usage_id": 4 }, "3515.01.027": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.27, Reinigungsmittelraum", "arch_name": "01.27@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246929,18 +272621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69874, "usage_id": 205 }, "3515.01.028": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.28, Lager / Archiv", "arch_name": "01.28@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -246948,18 +272642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69875, "usage_id": 30 }, "3515.01.029": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.29, WC Damen", "arch_name": "01.29@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -246967,18 +272663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69876, "usage_id": 116 }, "3515.01.030": { "address": { - "floor": "1.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "01.30, WC Herren", "arch_name": "01.30@3515", "area_id": 50, "building_id": 2389, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -246986,18 +272684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69877, "usage_id": 115 }, "3515.02.201": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.01, B\u00fcro / Professor", "arch_name": "02.01@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247005,18 +272705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71032, "usage_id": 12 }, "3515.02.202": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.02, B\u00fcro / Sekretariat", "arch_name": "02.02@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247024,18 +272726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71068, "usage_id": 12 }, "3515.02.203": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.03, B\u00fcro", "arch_name": "02.03@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247043,18 +272747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71069, "usage_id": 12 }, "3515.02.204": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.04, B\u00fcro", "arch_name": "02.04@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247062,18 +272768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71070, "usage_id": 12 }, "3515.02.205": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.05, B\u00fcro / Professor", "arch_name": "02.05@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247081,18 +272789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71071, "usage_id": 12 }, "3515.02.206": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.06, B\u00fcro / Sekretariat", "arch_name": "02.06@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247100,18 +272810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71072, "usage_id": 12 }, "3515.02.207": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.07, B\u00fcro / Professor", "arch_name": "02.07@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247119,18 +272831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71033, "usage_id": 12 }, "3515.02.208": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.08, B\u00fcro / Kopierraum", "arch_name": "02.08@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247138,18 +272852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71034, "usage_id": 12 }, "3515.02.209": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.09, B\u00fcro", "arch_name": "02.09@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247157,18 +272873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71035, "usage_id": 12 }, "3515.02.210": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.10, B\u00fcro", "arch_name": "02.10@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247176,18 +272894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71036, "usage_id": 12 }, "3515.02.211": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.11, B\u00fcro / Professor", "arch_name": "02.11@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247195,18 +272915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71037, "usage_id": 12 }, "3515.02.212": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.12, B\u00fcro", "arch_name": "02.12@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247214,18 +272936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71038, "usage_id": 12 }, "3515.02.213": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.13, Lager", "arch_name": "02.13@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -247233,18 +272957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71039, "usage_id": 30 }, "3515.02.214": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.14, Flur", "arch_name": "02.14@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247252,18 +272978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71040, "usage_id": 222 }, "3515.02.214A": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.14a, Innentreppe", "arch_name": "02.14a@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -247271,18 +272999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71737, "usage_id": 223 }, "3515.02.215": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.15, WC Herren", "arch_name": "02.15@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -247290,18 +273020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71041, "usage_id": 115 }, "3515.02.216": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.16, WC Damen", "arch_name": "02.16@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -247309,19 +273041,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71042, "usage_id": 116 }, "3515.02.217": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.17, Seminarraum", "arch_name": "02.17@3515", "area_id": 50, "building_id": 2389, "calendar_resource_nr": 31889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247329,18 +273063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71056, "usage_id": 41 }, "3515.02.218": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.18, Serverraum", "arch_name": "02.18@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247348,18 +273084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71073, "usage_id": 207 }, "3515.02.219": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.19, B\u00fcro", "arch_name": "02.19@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247367,18 +273105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71074, "usage_id": 12 }, "3515.02.220": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.20, B\u00fcro", "arch_name": "02.20@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247386,18 +273126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71075, "usage_id": 12 }, "3515.02.221": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.21, B\u00fcro", "arch_name": "02.21@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247405,18 +273147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71076, "usage_id": 12 }, "3515.02.222": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.22, Aufenthalt/Teek\u00fcche", "arch_name": "02.22@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247424,18 +273168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71077, "usage_id": 44 }, "3515.02.223": { "address": { - "floor": "2.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "02.23, Flur", "arch_name": "02.23@3515", "area_id": 50, "building_id": 2389, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247443,18 +273189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71793, "usage_id": 222 }, "3515.03.301": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.01, B\u00fcro / Professor", "arch_name": "DG.01@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247462,18 +273210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71078, "usage_id": 12 }, "3515.03.302": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.02, B\u00fcro / Sekretariat", "arch_name": "DG.02@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247481,18 +273231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71079, "usage_id": 12 }, "3515.03.303": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.03, Loggia", "arch_name": "DG.03@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -247500,18 +273252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71057, "usage_id": 222 }, "3515.03.304": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.04, B\u00fcro / Sekretariat", "arch_name": "DG.04@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247519,18 +273273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71058, "usage_id": 12 }, "3515.03.305": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.05, B\u00fcro", "arch_name": "DG.05@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247538,18 +273294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71059, "usage_id": 12 }, "3515.03.306": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.06, B\u00fcro", "arch_name": "DG.06@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247557,18 +273315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71080, "usage_id": 12 }, "3515.03.307": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.07, Loggia", "arch_name": "DG.07@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -247576,18 +273336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71081, "usage_id": 222 }, "3515.03.308": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.08, B\u00fcro", "arch_name": "DG.08@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247595,18 +273357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71082, "usage_id": 12 }, "3515.03.309": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.09, B\u00fcro", "arch_name": "DG.09@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247614,18 +273378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71083, "usage_id": 12 }, "3515.03.310": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.10, Loggia", "arch_name": "DG.10@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -247633,18 +273399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71043, "usage_id": 222 }, "3515.03.311": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.11, B\u00fcro", "arch_name": "DG.11@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247652,18 +273420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71044, "usage_id": 12 }, "3515.03.312": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.12, B\u00fcro", "arch_name": "DG.12@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247671,18 +273441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71045, "usage_id": 12 }, "3515.03.313": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.13, Loggia", "arch_name": "DG.13@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -247690,18 +273462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71046, "usage_id": 222 }, "3515.03.314": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.14, B\u00fcro / Professor", "arch_name": "DG.14@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247709,18 +273483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71060, "usage_id": 12 }, "3515.03.315": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.15, B\u00fcro", "arch_name": "DG.15@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247728,18 +273504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71061, "usage_id": 12 }, "3515.03.316": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.16, Loggia", "arch_name": "DG.16@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -247747,18 +273525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71047, "usage_id": 222 }, "3515.03.317": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.17, B\u00fcro", "arch_name": "DG.17@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247766,18 +273546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71048, "usage_id": 12 }, "3515.03.318": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.18, B\u00fcro Professor", "arch_name": "DG.18@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247785,18 +273567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71050, "usage_id": 12 }, "3515.03.319": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.19, B\u00fcro", "arch_name": "DG.19@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247804,18 +273588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71051, "usage_id": 12 }, "3515.03.320": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.20, Treppenhaus", "arch_name": "DG.20@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 31224, "seats": { @@ -247823,18 +273609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71084, "usage_id": 223 }, "3515.03.321": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.21, Flur", "arch_name": "DG.21@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247842,18 +273630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71085, "usage_id": 222 }, "3515.03.322": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.22, Treppenhaus", "arch_name": "DG.22@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 31224, "seats": { @@ -247861,18 +273651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71086, "usage_id": 223 }, "3515.03.323": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.23, Teek\u00fcche", "arch_name": "DG.23@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -247880,18 +273672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71052, "usage_id": 44 }, "3515.03.324": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.24, Reinigungsmittelraum", "arch_name": "DG.24@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 31224, "seats": { @@ -247899,18 +273693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71053, "usage_id": 205 }, "3515.03.325": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.25, WC Damen", "arch_name": "DG.25@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -247918,18 +273714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71054, "usage_id": 116 }, "3515.03.326": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.26, WC Herren", "arch_name": "DG.26@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -247937,18 +273735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71055, "usage_id": 115 }, "3515.03.327": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.27, Empfang / Flur", "arch_name": "DG.27@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247956,18 +273756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71087, "usage_id": 222 }, "3515.03.328": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.28, WC div.", "arch_name": "DG.28@3515", "area_id": 50, "building_id": 2389, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 31224, "seats": { @@ -247975,19 +273777,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71088, "usage_id": 117 }, "3515.03.329": { "address": { - "floor": "3.OG", "place": "Straubing", "street": "Am Essigberg 3", "zip_code": 94315 }, + "alt_name": "DG.29, Seminarraum", "arch_name": "DG.29@3515", "area_id": 50, "building_id": 2389, "calendar_resource_nr": 31882, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31224, "seats": { @@ -247995,18 +273799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71089, "usage_id": 41 }, "3901.EG.001": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "Liegewiese", "arch_name": "@3901", "area_id": 48, "building_id": 645, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -248014,18 +273820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42530, "usage_id": 217 }, "3901.EG.002": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "Sportfl\u00e4che", "arch_name": "@3901", "area_id": 48, "building_id": 645, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -248033,18 +273841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42578, "usage_id": 217 }, "3901.EG.003": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "003, Kiosk", "arch_name": "003@3901", "area_id": 48, "building_id": 645, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26055, "seats": { @@ -248052,19 +273862,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66449, "usage_id": 164 }, "3902.EG.001": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0001, Unterricht 2", "arch_name": "0001@3902", "area_id": 48, "building_id": 646, "calendar_resource_nr": 32273, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19672, "seats": { @@ -248072,18 +273884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42696, "usage_id": 130 }, "3902.EG.001A": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0001A, Balkon", "arch_name": "0001A@3902", "area_id": 48, "building_id": 646, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39688, "seats": { @@ -248091,19 +273905,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42698, "usage_id": 219 }, "3902.U1.001": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "001, Unterricht 1", "arch_name": "001@3902", "area_id": 48, "building_id": 646, "calendar_resource_nr": 32274, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19672, "seats": { @@ -248111,19 +273927,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42579, "usage_id": 130 }, "3902.U1.002": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "002, B\u00fcro Unterricht", "arch_name": "002@3902", "area_id": 48, "building_id": 646, "calendar_resource_nr": 32275, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19672, "seats": { @@ -248131,18 +273949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42581, "usage_id": 12 }, "3902.U1.003": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "003, Flur 1", "arch_name": "003@3902", "area_id": 48, "building_id": 646, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19672, "seats": { @@ -248150,18 +273970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42583, "usage_id": 222 }, "3902.U1.004": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "004, B\u00fcro Yacht", "arch_name": "004@3902", "area_id": 48, "building_id": 646, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19672, "seats": { @@ -248169,18 +273991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42585, "usage_id": 12 }, "3902.U1.005": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "005, Teek\u00fcche", "arch_name": "005@3902", "area_id": 48, "building_id": 646, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19672, "seats": { @@ -248188,18 +274012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42586, "usage_id": 198 }, "3902.U1.006": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "006, Flur 2", "arch_name": "006@3902", "area_id": 48, "building_id": 646, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19672, "seats": { @@ -248207,18 +274033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42590, "usage_id": 222 }, "3902.U1.007": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "007, WC-Damen", "arch_name": "007@3902", "area_id": 48, "building_id": 646, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14195, "seats": { @@ -248226,18 +274054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42592, "usage_id": 116 }, "3902.U1.008": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "008, WC-Herren", "arch_name": "008@3902", "area_id": 48, "building_id": 646, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14195, "seats": { @@ -248245,18 +274075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42595, "usage_id": 115 }, "3902.U1.009": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "009, Lager Unterricht", "arch_name": "009@3902", "area_id": 48, "building_id": 646, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19672, "seats": { @@ -248264,18 +274096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42648, "usage_id": 30 }, "3902.U1.014": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "014, Treppenhaus", "arch_name": "014@3902", "area_id": 48, "building_id": 646, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19672, "seats": { @@ -248283,18 +274117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42694, "usage_id": 223 }, "3904.EG.001": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0001, Flur/Foyer", "arch_name": "0001@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19672, "seats": { @@ -248302,18 +274138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42763, "usage_id": 222 }, "3904.EG.002": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0002, Heizungsraum", "arch_name": "0002@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 37555, "seats": { @@ -248321,18 +274159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42764, "usage_id": 54 }, "3904.EG.003": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0003, WC-Herren", "arch_name": "0003@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -248340,18 +274180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42766, "usage_id": 115 }, "3904.EG.004": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0004, Dusche-Herren", "arch_name": "0004@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -248359,18 +274201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42812, "usage_id": 113 }, "3904.EG.005": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0005, Umkleide-Herren", "arch_name": "0005@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -248378,18 +274222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42814, "usage_id": 121 }, "3904.EG.006": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0006, Umkleide-Damen", "arch_name": "0006@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -248397,18 +274243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42816, "usage_id": 121 }, "3904.EG.007": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0007, Dusche-Damen", "arch_name": "0007@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -248416,18 +274264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42817, "usage_id": 113 }, "3904.EG.008": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0008, WC-Damen", "arch_name": "0008@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -248435,18 +274285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42819, "usage_id": 116 }, "3904.EG.009": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0009, Putzraum", "arch_name": "0009@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26081, "seats": { @@ -248454,18 +274306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41951, "usage_id": 205 }, "3904.EG.010": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0010, Beh.-WC", "arch_name": "0010@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14195, "seats": { @@ -248473,18 +274327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41954, "usage_id": 117 }, "3904.EG.011": { "address": { - "floor": "EG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "0011, Mehrzweckraum", "arch_name": "0011@3904", "area_id": 48, "building_id": 644, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19672, "seats": { @@ -248492,18 +274348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41956, "usage_id": 130 }, "3904.U1.001": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "-1001, Werkstatt", "arch_name": "-1001@3904", "area_id": 48, "building_id": 644, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19672, "seats": { @@ -248511,18 +274369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42760, "usage_id": 107 }, "3904.U1.002": { "address": { - "floor": "1.UG", "place": "Starnberg", "street": "Unterer Seeweg 5", "zip_code": 82319 }, + "alt_name": "-1002, Lager/Reparatur", "arch_name": "-1002@3904", "area_id": 48, "building_id": 644, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19672, "seats": { @@ -248530,18 +274390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42761, "usage_id": 30 }, "4001.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Oberer Schlangenweg", "zip_code": 85354 }, + "alt_name": "001, Kapellenruine", "arch_name": "001@4001", "area_id": 43, "building_id": 2049, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -248549,18 +274411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67423, "usage_id": 129 }, "4001.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Oberer Schlangenweg", "zip_code": 85354 }, + "alt_name": "002, Korbiniansquelle", "arch_name": "002@4001", "area_id": 43, "building_id": 2049, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -248568,18 +274432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67424, "usage_id": 129 }, "4101.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "101, Treppenraum", "arch_name": "101@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -248587,18 +274453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42410, "usage_id": 223 }, "4101.01.101A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "101A, Vorraum", "arch_name": "101A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -248606,18 +274474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66053, "usage_id": 50 }, "4101.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "102, Archiv", "arch_name": "102@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14442, "seats": { @@ -248625,18 +274495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42412, "usage_id": 2 }, "4101.01.102A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "102a, Serverraum", "arch_name": "102a@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -248644,18 +274516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66054, "usage_id": 207 }, "4101.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "103, B\u00fcro", "arch_name": "103@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14442, "seats": { @@ -248663,18 +274537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42415, "usage_id": 12 }, "4101.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14442, "seats": { @@ -248682,18 +274558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42466, "usage_id": 12 }, "4101.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "105, B\u00fcro", "arch_name": "105@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14442, "seats": { @@ -248701,18 +274579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42468, "usage_id": 12 }, "4101.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "106, B\u00fcro", "arch_name": "106@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14442, "seats": { @@ -248720,18 +274600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42472, "usage_id": 12 }, "4101.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "107, B\u00fcro", "arch_name": "107@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14442, "seats": { @@ -248739,18 +274621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42474, "usage_id": 12 }, "4101.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "108, B\u00fcro", "arch_name": "108@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14442, "seats": { @@ -248758,18 +274642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42477, "usage_id": 12 }, "4101.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "109, WC-Damen", "arch_name": "109@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -248777,18 +274663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66942, "usage_id": 116 }, "4101.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "110, Arbeitsraum", "arch_name": "110@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14442, "seats": { @@ -248796,18 +274684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42480, "usage_id": 12 }, "4101.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "111, Schalterraum", "arch_name": "111@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14442, "seats": { @@ -248815,18 +274705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42481, "usage_id": 164 }, "4101.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "112, Flur", "arch_name": "112@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -248834,18 +274726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42485, "usage_id": 222 }, "4101.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "113, Flur", "arch_name": "113@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -248853,18 +274747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42486, "usage_id": 222 }, "4101.01.113A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "113A, Reinigungsmittelraum", "arch_name": "113A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -248872,18 +274768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42535, "usage_id": 205 }, "4101.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "114, Treppenraum", "arch_name": "114@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -248891,18 +274789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42536, "usage_id": 223 }, "4101.01.114A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "114A, Treppe", "arch_name": "114A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -248910,18 +274810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42538, "usage_id": 223 }, "4101.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "115, B\u00fcro", "arch_name": "115@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26045, "seats": { @@ -248929,18 +274831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42541, "usage_id": 12 }, "4101.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "116, B\u00fcro u. Schalterraum", "arch_name": "116@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26036, "seats": { @@ -248948,18 +274852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42543, "usage_id": 12 }, "4101.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "117, Besprechungsraum", "arch_name": "117@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26036, "seats": { @@ -248967,18 +274873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42546, "usage_id": 196 }, "4101.01.118": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "118, Kopierer/K\u00fcche", "arch_name": "118@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26036, "seats": { @@ -248986,18 +274894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42548, "usage_id": 53 }, "4101.01.119": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "119, B\u00fcro", "arch_name": "119@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26036, "seats": { @@ -249005,18 +274915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42550, "usage_id": 12 }, "4101.01.121": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "121, B\u00fcro", "arch_name": "121@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26036, "seats": { @@ -249024,18 +274936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42556, "usage_id": 12 }, "4101.01.122": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "122, B\u00fcro", "arch_name": "122@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26036, "seats": { @@ -249043,18 +274957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42599, "usage_id": 12 }, "4101.01.123": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "123, B\u00fcro", "arch_name": "123@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26036, "seats": { @@ -249062,18 +274978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42600, "usage_id": 12 }, "4101.01.124": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "124, B\u00fcro", "arch_name": "124@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26036, "seats": { @@ -249081,18 +274999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42610, "usage_id": 12 }, "4101.01.125": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "125, WC-Herren", "arch_name": "125@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -249100,18 +275020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66042, "usage_id": 115 }, "4101.01.125A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "125A, WC-Herren Vorraum", "arch_name": "125A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -249119,18 +275041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66043, "usage_id": 118 }, "4101.01.125B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "126A, Reinigungsmittelraum", "arch_name": "126A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -249138,18 +275062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66946, "usage_id": 205 }, "4101.01.126": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "126, WC-Damen", "arch_name": "126@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -249157,18 +275083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66044, "usage_id": 116 }, "4101.01.127": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "127, Flur", "arch_name": "127@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -249176,18 +275104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66046, "usage_id": 222 }, "4101.01.128": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "128, Flur", "arch_name": "128@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -249195,19 +275125,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66047, "usage_id": 222 }, "4101.01.129": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "129, H\u00f6rsaal 6 (WZWH06)", "arch_name": "129@4101", "area_id": 43, "building_id": 715, "calendar_resource_nr": 12539, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -249215,18 +275147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9963, "usage_id": 20 }, "4101.01.130": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "130, Serverraum", "arch_name": "130@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39906, "seats": { @@ -249234,18 +275168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42613, "usage_id": 207 }, "4101.01.130A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "130a, Reinigungsmittelraum", "arch_name": "130a@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -249253,18 +275189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72453, "usage_id": 205 }, "4101.01.130B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "130b, Flur", "arch_name": "130b@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -249272,18 +275210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72442, "usage_id": 222 }, "4101.01.131": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "131, Treppenraum", "arch_name": "131@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249291,18 +275231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42614, "usage_id": 223 }, "4101.01.132": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "132, Flur", "arch_name": "132@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249310,18 +275252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42649, "usage_id": 222 }, "4101.01.133": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "133, Labor Chemie", "arch_name": "133@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249329,18 +275273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42650, "usage_id": 102 }, "4101.01.134": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "134, B\u00fcro", "arch_name": "134@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249348,18 +275294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42653, "usage_id": 12 }, "4101.01.135": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "135, Labor mit Hygieneanforderung", "arch_name": "135@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249367,18 +275315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42654, "usage_id": 102 }, "4101.01.135A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "135A, Flur", "arch_name": "135A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249386,18 +275336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42657, "usage_id": 222 }, "4101.01.136": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "136, Sterilisationsraum", "arch_name": "136@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249405,18 +275357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42659, "usage_id": 209 }, "4101.01.137": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "137, N\u00e4hrbodenk\u00fcche", "arch_name": "137@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249424,18 +275378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42661, "usage_id": 102 }, "4101.01.138": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "138/138a, Labor", "arch_name": "138/138a@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249443,18 +275399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42663, "usage_id": 102 }, "4101.01.139": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "139, Mikroskopierlabor", "arch_name": "139@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249462,18 +275420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42665, "usage_id": 102 }, "4101.01.140": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "140, B\u00fcro", "arch_name": "140@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249481,18 +275441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42667, "usage_id": 12 }, "4101.01.141": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "141, Arbeitsraum", "arch_name": "141@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249500,18 +275462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42668, "usage_id": 12 }, "4101.01.142": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "142, Labor Biochemie", "arch_name": "142@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249519,18 +275483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42708, "usage_id": 102 }, "4101.01.143": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "143, Arbeitsraum", "arch_name": "143@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249538,18 +275504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42710, "usage_id": 12 }, "4101.01.144": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "144, Arbeitsraum", "arch_name": "144@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249557,18 +275525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42712, "usage_id": 12 }, "4101.01.145": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "145, Treppenraum", "arch_name": "145@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249576,18 +275546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42713, "usage_id": 223 }, "4101.01.146": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "146, Flur", "arch_name": "146@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249595,18 +275567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22332, "usage_id": 222 }, "4101.01.147": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "147, WC-Damen", "arch_name": "147@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249614,18 +275588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42716, "usage_id": 116 }, "4101.01.148": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "148, Haltbarkeitsraum", "arch_name": "148@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249633,18 +275609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42719, "usage_id": 102 }, "4101.01.149": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "149, Garderobe", "arch_name": "149@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249652,18 +275630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42720, "usage_id": 121 }, "4101.01.150": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "150, Flur", "arch_name": "150@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249671,18 +275651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42721, "usage_id": 222 }, "4101.01.151": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "151, Flur", "arch_name": "151@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249690,18 +275672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42724, "usage_id": 222 }, "4101.01.167": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "167, Labor PCR", "arch_name": "167@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249709,18 +275693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42727, "usage_id": 102 }, "4101.01.168": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "168, Labor", "arch_name": "168@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249728,18 +275714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42728, "usage_id": 102 }, "4101.01.169": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "169, Bibliothek", "arch_name": "169@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249747,18 +275735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42771, "usage_id": 10 }, "4101.01.170": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "170, B\u00fcro", "arch_name": "170@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249766,18 +275756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42773, "usage_id": 12 }, "4101.01.171": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "171, WC", "arch_name": "171@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249785,18 +275777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42775, "usage_id": 114 }, "4101.01.172": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "172, Fotolabor", "arch_name": "172@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249804,18 +275798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42776, "usage_id": 104 }, "4101.01.173": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "173, Sozialraum", "arch_name": "173@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249823,18 +275819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42779, "usage_id": 44 }, "4101.01.174": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "174, Gefriertrockner", "arch_name": "174@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15681, "seats": { @@ -249842,18 +275840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42781, "usage_id": 199 }, "4101.01.175": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "175, Flur", "arch_name": "175@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249861,18 +275861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42782, "usage_id": 222 }, "4101.01.176": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "176, Treppenraum", "arch_name": "176@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249880,18 +275882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42786, "usage_id": 223 }, "4101.01.178": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "178, Flur", "arch_name": "178@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -249899,18 +275903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42787, "usage_id": 222 }, "4101.01.180": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "179/180, B\u00fcro", "arch_name": "179/180@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -249918,18 +275924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42790, "usage_id": 12 }, "4101.01.181": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "181, B\u00fcro", "arch_name": "181@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249937,18 +275945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42820, "usage_id": 12 }, "4101.01.182": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "182, B\u00fcro", "arch_name": "182@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249956,18 +275966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40128, "usage_id": 12 }, "4101.01.183": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "183, B\u00fcro", "arch_name": "183@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249975,18 +275987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40130, "usage_id": 12 }, "4101.01.184": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "184, Sozialraum / Kopierer", "arch_name": "184@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -249994,18 +276008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40192, "usage_id": 44 }, "4101.01.185": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "185, B\u00fcro", "arch_name": "185@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -250013,18 +276029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40194, "usage_id": 12 }, "4101.01.186": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "186, WC-Damen Vorraum", "arch_name": "186@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -250032,18 +276050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40195, "usage_id": 118 }, "4101.01.186A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "186A, Reinigungsmittelraum", "arch_name": "186A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -250051,18 +276071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66948, "usage_id": 205 }, "4101.01.186B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "186B, WC-Damen", "arch_name": "186B@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -250070,18 +276092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66949, "usage_id": 116 }, "4101.01.186C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "186C, WC-Damen", "arch_name": "186C@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -250089,18 +276113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66950, "usage_id": 116 }, "4101.02.201": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "201, Treppenraum", "arch_name": "201@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -250108,18 +276134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40196, "usage_id": 223 }, "4101.02.202": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "202, Flur mit Kopierer (abschlie\u00dfbar)", "arch_name": "202@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -250127,18 +276155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40197, "usage_id": 222 }, "4101.02.202A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "202A, Aktenlager", "arch_name": "202A@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48178, "seats": { @@ -250146,18 +276176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66048, "usage_id": 2 }, "4101.02.203": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "203, Arbeitsraum", "arch_name": "203@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26000, "seats": { @@ -250165,18 +276197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40198, "usage_id": 12 }, "4101.02.204": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "204, Arbeitsraum", "arch_name": "204@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48178, "seats": { @@ -250184,18 +276218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40199, "usage_id": 12 }, "4101.02.205": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "205, Aktenlager", "arch_name": "205@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48178, "seats": { @@ -250203,18 +276239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40200, "usage_id": 2 }, "4101.02.206": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "206, Arbeitsraum", "arch_name": "206@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48178, "seats": { @@ -250222,18 +276260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40201, "usage_id": 12 }, "4101.02.207": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "207, Besprechungsraum", "arch_name": "207@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48178, "seats": { @@ -250241,18 +276281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40208, "usage_id": 196 }, "4101.02.208": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "208, Arbeitsraum", "arch_name": "208@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48178, "seats": { @@ -250260,18 +276302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40272, "usage_id": 12 }, "4101.02.209": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "209, Arbeitsraum", "arch_name": "209@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48178, "seats": { @@ -250279,18 +276323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40273, "usage_id": 12 }, "4101.02.210": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "210, Arbeitsraum", "arch_name": "210@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48178, "seats": { @@ -250298,18 +276344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40275, "usage_id": 12 }, "4101.02.211": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "211, Arbeitsraum", "arch_name": "211@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48178, "seats": { @@ -250317,18 +276365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40276, "usage_id": 12 }, "4101.02.212": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "212, Arbeitsraum", "arch_name": "212@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48178, "seats": { @@ -250336,18 +276386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40281, "usage_id": 12 }, "4101.02.213": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "213, WC-Herren", "arch_name": "213@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -250355,18 +276407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40283, "usage_id": 115 }, "4101.02.214": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "214, Arbeitsraum", "arch_name": "214@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48178, "seats": { @@ -250374,18 +276428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40284, "usage_id": 12 }, "4101.02.215": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "215, Arbeitsraum", "arch_name": "215@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48178, "seats": { @@ -250393,18 +276449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40285, "usage_id": 12 }, "4101.02.216": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "216, Aktenlager", "arch_name": "216@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48178, "seats": { @@ -250412,18 +276470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40289, "usage_id": 2 }, "4101.02.217": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "217, Arbeitsraum", "arch_name": "217@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48178, "seats": { @@ -250431,18 +276491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40292, "usage_id": 12 }, "4101.02.218": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "218, Flur", "arch_name": "218@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -250450,18 +276512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40294, "usage_id": 222 }, "4101.02.219": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "219, Flur", "arch_name": "219@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -250469,18 +276533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40296, "usage_id": 222 }, "4101.02.220": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "220, Flur mit Kopierer (abschlie\u00dfbar)", "arch_name": "220@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -250488,18 +276554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40345, "usage_id": 222 }, "4101.02.220A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "220a, Teek\u00fcche", "arch_name": "220a@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48178, "seats": { @@ -250507,18 +276575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66051, "usage_id": 198 }, "4101.02.221": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "221, Arbeitsraum; Leitung Ref. 24", "arch_name": "221@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48178, "seats": { @@ -250526,18 +276596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40348, "usage_id": 12 }, "4101.02.222": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "222, Arbeitsraum", "arch_name": "222@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48178, "seats": { @@ -250545,18 +276617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40349, "usage_id": 12 }, "4101.02.223": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "223, B\u00fcro", "arch_name": "223@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48178, "seats": { @@ -250564,18 +276638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65153, "usage_id": 12 }, "4101.02.224": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "224, B\u00fcro Studentenwerk", "arch_name": "224@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -250583,18 +276659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66049, "usage_id": 12 }, "4101.02.225": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "225, Flur", "arch_name": "225@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -250602,18 +276680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40350, "usage_id": 222 }, "4101.02.225A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "225A, Treppe", "arch_name": "225A@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -250621,19 +276701,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40352, "usage_id": 223 }, "4101.02.226": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "226, Asamsaal Konferenzsaal", "arch_name": "226@4101", "area_id": 43, "building_id": 715, "calendar_resource_nr": 24053, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48178, "seats": { @@ -250641,18 +276723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40354, "usage_id": 196 }, "4101.02.227": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "227, Teek\u00fcche", "arch_name": "227@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48178, "seats": { @@ -250660,18 +276744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40355, "usage_id": 28 }, "4101.02.228": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "228, B\u00fcro", "arch_name": "228@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45971, "seats": { @@ -250679,18 +276765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40389, "usage_id": 196 }, "4101.02.229": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "229, B\u00fcro", "arch_name": "229@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -250698,18 +276786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40391, "usage_id": 12 }, "4101.02.230": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "230, Treppenraum", "arch_name": "230@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -250717,18 +276807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66050, "usage_id": 223 }, "4101.02.231": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "231, Reinigungsmittelraum", "arch_name": "231@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -250736,18 +276828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40393, "usage_id": 205 }, "4101.02.242": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "342, B\u00fcro", "arch_name": "342@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15681, "seats": { @@ -250755,18 +276849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61779, "usage_id": 12 }, "4101.02.243": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "343, B\u00fcro", "arch_name": "343@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15681, "seats": { @@ -250774,18 +276870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61781, "usage_id": 12 }, "4101.02.244": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "344, B\u00fcro", "arch_name": "344@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15681, "seats": { @@ -250793,18 +276891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61782, "usage_id": 12 }, "4101.02.245": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "345, B\u00fcro", "arch_name": "345@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15681, "seats": { @@ -250812,18 +276912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61783, "usage_id": 12 }, "4101.02.246": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "346, B\u00fcro", "arch_name": "346@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15681, "seats": { @@ -250831,18 +276933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61784, "usage_id": 12 }, "4101.02.248": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "348, WC-Herren", "arch_name": "348@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -250850,18 +276954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61786, "usage_id": 115 }, "4101.02.250": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "354, Flur", "arch_name": "354@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -250869,18 +276975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61787, "usage_id": 222 }, "4101.02.251": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "355, Treppenraum", "arch_name": "355@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -250888,18 +276996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61788, "usage_id": 223 }, "4101.02.252": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "352, Lager", "arch_name": "352@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -250907,18 +277017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61789, "usage_id": 30 }, "4101.02.253": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "353, Archiv", "arch_name": "353@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -250926,18 +277038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61790, "usage_id": 2 }, "4101.02.254": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "356, Flur", "arch_name": "356@4101", "area_id": 43, "building_id": 715, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -250945,18 +277059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61791, "usage_id": 222 }, "4101.03.301": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "301, Treppenraum", "arch_name": "301@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -250964,18 +277080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40395, "usage_id": 223 }, "4101.03.302": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "302, B\u00fcro", "arch_name": "302@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -250983,18 +277101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40397, "usage_id": 12 }, "4101.03.303": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "303, Aufenthaltsraum", "arch_name": "303@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -251002,18 +277122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40399, "usage_id": 44 }, "4101.03.305": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "305, B\u00fcro", "arch_name": "305@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -251021,18 +277143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40403, "usage_id": 12 }, "4101.03.306": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "306, B\u00fcro", "arch_name": "306@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -251040,18 +277164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40404, "usage_id": 12 }, "4101.03.307": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "307, Arbeitsraum", "arch_name": "307@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -251059,18 +277185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40405, "usage_id": 12 }, "4101.03.308": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "308, Arbeitsraum", "arch_name": "308@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -251078,18 +277206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40408, "usage_id": 12 }, "4101.03.309": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "309, Arbeitsraum", "arch_name": "309@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -251097,18 +277227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40444, "usage_id": 12 }, "4101.03.310": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "310, Arbeitsraum", "arch_name": "310@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -251116,18 +277248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40446, "usage_id": 12 }, "4101.03.311": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "311, Aktenlager", "arch_name": "311@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 52259, "seats": { @@ -251135,18 +277269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40449, "usage_id": 2 }, "4101.03.312": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "312, WC", "arch_name": "312@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -251154,18 +277290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40451, "usage_id": 114 }, "4101.03.313": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "313, Aufenthaltsraum mit K\u00fcche", "arch_name": "313@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -251173,18 +277311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40452, "usage_id": 44 }, "4101.03.314": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "314, Aktenlager", "arch_name": "314@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48178, "seats": { @@ -251192,18 +277332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40454, "usage_id": 2 }, "4101.03.315": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "315, Sicherheitswesen (WZW)", "arch_name": "315@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 19663, "seats": { @@ -251211,18 +277353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40456, "usage_id": 12 }, "4101.03.316": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "316, Reinigungsmittelraum", "arch_name": "316@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -251230,18 +277374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40457, "usage_id": 205 }, "4101.03.318": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "318, Flur", "arch_name": "318@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -251249,18 +277395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40459, "usage_id": 222 }, "4101.03.319": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "319, Archiv", "arch_name": "319@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 26036, "seats": { @@ -251268,18 +277416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40497, "usage_id": 2 }, "4101.03.320": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "320, Flur", "arch_name": "320@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -251287,18 +277437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40500, "usage_id": 222 }, "4101.03.321": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "321, Registratur, Archiv", "arch_name": "321@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 28978, "seats": { @@ -251306,18 +277458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40502, "usage_id": 2 }, "4101.03.323": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "323, Arbeitsraum", "arch_name": "323@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 28978, "seats": { @@ -251325,18 +277479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40503, "usage_id": 12 }, "4101.03.324": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "324, Arbeitsraum", "arch_name": "324@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 28978, "seats": { @@ -251344,18 +277500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40505, "usage_id": 12 }, "4101.03.325": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "325, Arbeitsraum", "arch_name": "325@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 28978, "seats": { @@ -251363,18 +277521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40508, "usage_id": 12 }, "4101.03.326": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "326, Arbeitsraum", "arch_name": "326@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 28978, "seats": { @@ -251382,18 +277542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40509, "usage_id": 12 }, "4101.03.327": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "327, Arbeitsraum", "arch_name": "327@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 28978, "seats": { @@ -251401,18 +277563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40510, "usage_id": 12 }, "4101.03.328": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "328, Treppenraum", "arch_name": "328@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -251420,18 +277584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40540, "usage_id": 223 }, "4101.03.329": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "329, Abstellraum", "arch_name": "329@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -251439,18 +277605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40541, "usage_id": 159 }, "4101.03.330": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "330, Flur", "arch_name": "330@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 31438, "seats": { @@ -251458,18 +277626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40542, "usage_id": 222 }, "4101.03.331": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "331, Arbeitsraum", "arch_name": "331@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 31438, "seats": { @@ -251477,18 +277647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40544, "usage_id": 12 }, "4101.03.332": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "332, Bad / WC", "arch_name": "332@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 31438, "seats": { @@ -251496,18 +277668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40545, "usage_id": 28 }, "4101.03.333": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "333, Personalrat-Sitzungsraum", "arch_name": "333@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 31438, "seats": { @@ -251515,18 +277689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40547, "usage_id": 196 }, "4101.03.334": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "334, Lager", "arch_name": "334@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 31438, "seats": { @@ -251534,18 +277710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40548, "usage_id": 30 }, "4101.03.335": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "335, Kopier-, Faxraum", "arch_name": "335@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 31438, "seats": { @@ -251553,18 +277731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40550, "usage_id": 110 }, "4101.03.335A": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "335a, Treppenraum", "arch_name": "335a@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -251572,18 +277752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66052, "usage_id": 223 }, "4101.03.336": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "336, Arbeitsraum", "arch_name": "336@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 31438, "seats": { @@ -251591,18 +277773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40552, "usage_id": 12 }, "4101.03.337": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "337, Lager", "arch_name": "337@4101", "area_id": 43, "building_id": 715, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 31438, "seats": { @@ -251610,18 +277794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40554, "usage_id": 30 }, "4101.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "011, Technik", "arch_name": "011@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -251629,18 +277815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42123, "usage_id": 120 }, "4101.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "002, Trafostation IX", "arch_name": "002@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -251648,18 +277836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42126, "usage_id": 160 }, "4101.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "001, Trafostation IX", "arch_name": "001@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -251667,18 +277857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42127, "usage_id": 160 }, "4101.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "024, Registratur", "arch_name": "024@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -251686,18 +277878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42130, "usage_id": 2 }, "4101.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "025, Treppenraum", "arch_name": "025@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -251705,18 +277899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42132, "usage_id": 223 }, "4101.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "027, Flur", "arch_name": "027@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -251724,18 +277920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42135, "usage_id": 222 }, "4101.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "028, Poststelle Verwaltungsstelle Weihenstephan", "arch_name": "028@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -251743,18 +277941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42136, "usage_id": 186 }, "4101.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "029, Lager Post", "arch_name": "029@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -251762,18 +277962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42141, "usage_id": 30 }, "4101.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "029A, B\u00fcro Post", "arch_name": "029A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -251781,18 +277983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42143, "usage_id": 12 }, "4101.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "033, Flur", "arch_name": "033@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -251800,18 +278004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42146, "usage_id": 222 }, "4101.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "032, WC-Damen", "arch_name": "032@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -251819,18 +278025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42148, "usage_id": 116 }, "4101.EG.032A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "032A, WC-Damen Vorraum", "arch_name": "032A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -251838,18 +278046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66944, "usage_id": 118 }, "4101.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "031, WC-Herren", "arch_name": "031@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -251857,18 +278067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42178, "usage_id": 115 }, "4101.EG.033A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "031A, WC-Herren Vorraum", "arch_name": "031A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -251876,18 +278088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42179, "usage_id": 118 }, "4101.EG.033B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "033B, Reinigungsmittelraum", "arch_name": "033B@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -251895,18 +278109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67290, "usage_id": 205 }, "4101.EG.033C": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "031B, WC-Barrierefrei/Wickeltisch", "arch_name": "031B@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -251914,18 +278130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75625, "usage_id": 117 }, "4101.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "034, StuCafe\u00b4- Imbissraum", "arch_name": "034@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39687, "seats": { @@ -251933,18 +278151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42182, "usage_id": 139 }, "4101.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "038, Treppenraum", "arch_name": "038@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -251952,18 +278172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42189, "usage_id": 223 }, "4101.EG.039": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "039, Flur", "arch_name": "039@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -251971,18 +278193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42191, "usage_id": 222 }, "4101.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "040, StuCafe\u00b4- Imbissraum", "arch_name": "040@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -251990,18 +278214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42192, "usage_id": 45 }, "4101.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "041, StuCafe\u00b4- Imbissraum Speisenausgabe", "arch_name": "041@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -252009,18 +278235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42193, "usage_id": 28 }, "4101.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "043, StuCafe\u00b4- Imbissraum Sp\u00fclk\u00fcche", "arch_name": "043@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -252028,18 +278256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42196, "usage_id": 28 }, "4101.EG.043A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "043a, StuCafe\u00b4- Imbissraum Lager", "arch_name": "043a@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -252047,18 +278277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62336, "usage_id": 30 }, "4101.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "042, StuCafe\u00b4- Imbissraum Vorbereitung", "arch_name": "042@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -252066,18 +278298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42197, "usage_id": 28 }, "4101.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "046, StuCafe\u00b4- Imbissraum B\u00fcro", "arch_name": "046@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -252085,18 +278319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42224, "usage_id": 12 }, "4101.EG.046A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "046a, StuCafe\u00b4- Imbissraum Umkleide", "arch_name": "046a@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -252104,18 +278340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62337, "usage_id": 121 }, "4101.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "048, StuCafe\u00b4- Imbissraum Entsorgungsraum", "arch_name": "048@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -252123,18 +278361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42225, "usage_id": 216 }, "4101.EG.048A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "048a, StuCafe\u00b4- Imbissraum Lagerraum", "arch_name": "048a@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -252142,18 +278382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62338, "usage_id": 30 }, "4101.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "049, StuCafe\u00b4- Flur", "arch_name": "049@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -252161,18 +278403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42227, "usage_id": 222 }, "4101.EG.049A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "049A, StuCafe\u00b4- Imbissraum WC-Personal", "arch_name": "049A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -252180,18 +278424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42228, "usage_id": 114 }, "4101.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "051, B\u00fcro Studentenwerk", "arch_name": "051@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -252199,18 +278445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42229, "usage_id": 12 }, "4101.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "052, B\u00fcro Studentenwerk", "arch_name": "052@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -252218,18 +278466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42231, "usage_id": 12 }, "4101.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "053, Labor", "arch_name": "053@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252237,18 +278487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42233, "usage_id": 102 }, "4101.EG.054": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "054, Labor", "arch_name": "054@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252256,18 +278508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42234, "usage_id": 102 }, "4101.EG.055": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "055, B\u00fcro", "arch_name": "055@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252275,18 +278529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42236, "usage_id": 12 }, "4101.EG.056": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "056, Labor", "arch_name": "056@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252294,18 +278550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42238, "usage_id": 102 }, "4101.EG.057": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "057, Labor", "arch_name": "057@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252313,18 +278571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42239, "usage_id": 102 }, "4101.EG.058": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "058, Arbeitsraum", "arch_name": "058@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252332,18 +278592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42242, "usage_id": 12 }, "4101.EG.059": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "059, Labor", "arch_name": "059@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252351,18 +278613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42244, "usage_id": 102 }, "4101.EG.060": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "060, Verkosterraum", "arch_name": "060@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252370,18 +278634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42245, "usage_id": 12 }, "4101.EG.061": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "061, Hefezentrum", "arch_name": "061@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252389,18 +278655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42248, "usage_id": 102 }, "4101.EG.062": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "062, Labor mit bes.Lufttechnischer Anforderung", "arch_name": "062@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252408,18 +278676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42249, "usage_id": 102 }, "4101.EG.063": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "063, Flur", "arch_name": "063@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252427,18 +278697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42287, "usage_id": 222 }, "4101.EG.064": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "064, Treppenraum", "arch_name": "064@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252446,18 +278718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42288, "usage_id": 223 }, "4101.EG.065": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "065, WC", "arch_name": "065@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252465,18 +278739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42290, "usage_id": 114 }, "4101.EG.066": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "066A, Aufenthaltsraum", "arch_name": "066A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252484,18 +278760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42293, "usage_id": 44 }, "4101.EG.067": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "067A, Lager", "arch_name": "067A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252503,18 +278781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42294, "usage_id": 30 }, "4101.EG.068": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "068A, W\u00e4scherei", "arch_name": "068A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252522,18 +278802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42295, "usage_id": 181 }, "4101.EG.069": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "069A, B\u00fcro", "arch_name": "069A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252541,18 +278823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42298, "usage_id": 12 }, "4101.EG.070": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "070A, Treppenraum", "arch_name": "070A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252560,18 +278844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42299, "usage_id": 223 }, "4101.EG.071": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "071A, Flur", "arch_name": "071A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252579,18 +278865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42303, "usage_id": 222 }, "4101.EG.072": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "072A, K\u00fchlraum f\u00fcr wissenschaftliche Zwecke", "arch_name": "072A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252598,18 +278886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42305, "usage_id": 199 }, "4101.EG.073": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "073A, WC-Herren", "arch_name": "073A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252617,18 +278907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42308, "usage_id": 115 }, "4101.EG.074": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "074A, Holz-/Kunststoffwerkstatt", "arch_name": "074A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252636,18 +278928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42340, "usage_id": 107 }, "4101.EG.075": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "075A, Gasversorgung", "arch_name": "075A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -252655,18 +278949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42342, "usage_id": 17 }, "4101.EG.080": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "068, Hopfenlabor", "arch_name": "068@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252674,18 +278970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42344, "usage_id": 102 }, "4101.EG.081": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "067, Messlabor", "arch_name": "067@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252693,18 +278991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42345, "usage_id": 102 }, "4101.EG.081A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "066, Sonderlabor", "arch_name": "066@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252712,18 +279012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42348, "usage_id": 102 }, "4101.EG.082": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "069, Chemisches Labor", "arch_name": "069@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252731,18 +279033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42350, "usage_id": 102 }, "4101.EG.083": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "070, Labor nass", "arch_name": "070@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252750,18 +279054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42353, "usage_id": 30 }, "4101.EG.084": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "071, Maisch-Labor", "arch_name": "071@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252769,18 +279075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42355, "usage_id": 102 }, "4101.EG.085": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "073/74, W\u00e4geraum", "arch_name": "073/74@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252788,18 +279096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42358, "usage_id": 103 }, "4101.EG.086": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "072, Flur", "arch_name": "072@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252807,18 +279117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42395, "usage_id": 222 }, "4101.EG.087": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "075, Labor", "arch_name": "075@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252826,18 +279138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42398, "usage_id": 102 }, "4101.EG.088": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "076, Postraum", "arch_name": "076@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252845,18 +279159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42400, "usage_id": 12 }, "4101.EG.089": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "077, Geschmackslabor", "arch_name": "077@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -252864,18 +279180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42402, "usage_id": 102 }, "4101.EG.090": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "078, Waschk\u00fcche", "arch_name": "078@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252883,18 +279201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42404, "usage_id": 28 }, "4101.EG.091": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "079, Abstellraum", "arch_name": "079@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252902,18 +279222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42406, "usage_id": 159 }, "4101.EG.091A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "079A, WC-Herren", "arch_name": "079A@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -252921,18 +279243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66943, "usage_id": 115 }, "4101.EG.091B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "079B, WC-Herren Vorraum", "arch_name": "079B@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -252940,18 +279264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66945, "usage_id": 118 }, "4101.EG.092": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "080, Treppenraum", "arch_name": "080@4101", "area_id": 43, "building_id": 715, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -252959,18 +279285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42407, "usage_id": 223 }, "4101.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-001A, Lager", "arch_name": "-001A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -252978,18 +279306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41958, "usage_id": 30 }, "4101.U1.001B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-001B, Lager", "arch_name": "-001B@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -252997,18 +279327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41960, "usage_id": 30 }, "4101.U1.001C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-001C, Trafostation IX", "arch_name": "-001C@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -253016,18 +279348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67673, "usage_id": 160 }, "4101.U1.001D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-001D, Trafostation IX", "arch_name": "-001D@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -253035,18 +279369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67674, "usage_id": 160 }, "4101.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-002, Heizungsraum", "arch_name": "-002@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -253054,18 +279390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41963, "usage_id": 201 }, "4101.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-003, Lager", "arch_name": "-003@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -253073,18 +279411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41965, "usage_id": 30 }, "4101.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-004, Lager", "arch_name": "-004@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -253092,18 +279432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41968, "usage_id": 30 }, "4101.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-005, Treppe", "arch_name": "-005@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253111,18 +279453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41969, "usage_id": 223 }, "4101.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-006, Abstellraum", "arch_name": "-006@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253130,18 +279474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41971, "usage_id": 159 }, "4101.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-007, Abluftraum/Technik", "arch_name": "-007@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -253149,18 +279495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41972, "usage_id": 32 }, "4101.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-008, Abstellraum", "arch_name": "-008@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -253168,18 +279516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 41975, "usage_id": 159 }, "4101.U1.008A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-008A, Archiv", "arch_name": "-008A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -253187,18 +279537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66040, "usage_id": 2 }, "4101.U1.008B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-008B, Treppe", "arch_name": "-008B@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253206,18 +279558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66041, "usage_id": 7 }, "4101.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-009, Lager", "arch_name": "-009@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -253225,18 +279579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42017, "usage_id": 30 }, "4101.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-010, Gushinglabor", "arch_name": "-010@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -253244,18 +279600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42019, "usage_id": 30 }, "4101.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-011, K\u00fchlraum", "arch_name": "-011@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -253263,18 +279621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42022, "usage_id": 120 }, "4101.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-012, Treppe", "arch_name": "-012@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253282,18 +279642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42024, "usage_id": 223 }, "4101.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-013, Heizungsraum", "arch_name": "-013@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -253301,18 +279663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42026, "usage_id": 201 }, "4101.U1.013A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-013A, Treppe", "arch_name": "-013A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253320,18 +279684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42028, "usage_id": 223 }, "4101.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-014, Technik", "arch_name": "-014@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -253339,18 +279705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42029, "usage_id": 120 }, "4101.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-015, Treppenraum", "arch_name": "-015@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -253358,18 +279726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42032, "usage_id": 223 }, "4101.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-016, Flur", "arch_name": "-016@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -253377,18 +279747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42072, "usage_id": 222 }, "4101.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-017, Chemikalienlager", "arch_name": "-017@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -253396,18 +279768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42073, "usage_id": 30 }, "4101.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-018, Garage", "arch_name": "-018@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -253415,18 +279789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42075, "usage_id": 100 }, "4101.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-019, Garage", "arch_name": "-019@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -253434,18 +279810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42079, "usage_id": 100 }, "4101.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-020, Labor", "arch_name": "-020@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -253453,18 +279831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42082, "usage_id": 102 }, "4101.U1.020A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-020A, Klimakammer", "arch_name": "-020A@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -253472,18 +279852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42084, "usage_id": 199 }, "4101.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-021, Lager", "arch_name": "-021@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -253491,18 +279873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42088, "usage_id": 30 }, "4101.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 1-3", "zip_code": 85354 }, + "alt_name": "-022, Durchgang", "arch_name": "-022@4101", "area_id": 43, "building_id": 715, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -253510,19 +279894,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42092, "usage_id": 222 }, "4102.01.038": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-38, Seminarraum 8 (WZWS08)", "arch_name": "1-38@4102", "area_id": 43, "building_id": 716, "calendar_resource_nr": 12621, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -253530,18 +279916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8790, "usage_id": 41 }, "4102.01.039": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-39, Flur", "arch_name": "1-39@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253549,19 +279937,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40659, "usage_id": 222 }, "4102.01.040": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-40, Seminarraum 9 (WZWS09)", "arch_name": "1-40@4102", "area_id": 43, "building_id": 716, "calendar_resource_nr": 15299, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -253569,18 +279959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8791, "usage_id": 41 }, "4102.01.042": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-33, Halle", "arch_name": "1-33@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253588,19 +279980,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40660, "usage_id": 222 }, "4102.01.043": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-43, Seminarraum 10 (WZWS10)", "arch_name": "1-43@4102", "area_id": 43, "building_id": 716, "calendar_resource_nr": 12640, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -253608,18 +280002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8793, "usage_id": 41 }, "4102.01.046": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-46, B\u00fcro", "arch_name": "1-46@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15453, "seats": { @@ -253627,18 +280023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8821, "usage_id": 12 }, "4102.01.048": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-47, B\u00fcro", "arch_name": "1-47@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15453, "seats": { @@ -253646,18 +280044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8822, "usage_id": 12 }, "4102.01.049": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-49, B\u00fcro", "arch_name": "1-49@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -253665,18 +280065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39967, "usage_id": 12 }, "4102.01.051": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-50, B\u00fcro", "arch_name": "1-50@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15453, "seats": { @@ -253684,18 +280086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8824, "usage_id": 12 }, "4102.01.053": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-53, B\u00fcro", "arch_name": "1-53@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -253703,18 +280107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39969, "usage_id": 12 }, "4102.01.055": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-52, WC-Damen/Wickeltisch", "arch_name": "1-52@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253722,18 +280128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39972, "usage_id": 116 }, "4102.01.056": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-51, WC-Herren", "arch_name": "1-51@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253741,18 +280149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39974, "usage_id": 115 }, "4102.01.070": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "1-70, Fluchttreppe/Podest", "arch_name": "1-70@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253760,18 +280170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67547, "usage_id": 7 }, "4102.02.056": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-56, Flur", "arch_name": "2-56@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -253779,18 +280191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40003, "usage_id": 222 }, "4102.02.056A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-56.1, Lagerraum Kopierer", "arch_name": "2-56.1@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15453, "seats": { @@ -253798,19 +280212,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63161, "usage_id": 30 }, "4102.02.057": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-57, Sitzungssaal 2", "arch_name": "2-57@4102", "area_id": 43, "building_id": 716, "calendar_resource_nr": 18141, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15453, "seats": { @@ -253818,18 +280234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8827, "usage_id": 42 }, "4102.02.057A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-57A, K\u00fcche", "arch_name": "2-57A@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15453, "seats": { @@ -253837,19 +280255,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40006, "usage_id": 28 }, "4102.02.058": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-58, Sitzungssaal 1", "arch_name": "2-58@4102", "area_id": 43, "building_id": 716, "calendar_resource_nr": 18140, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15453, "seats": { @@ -253857,18 +280277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8842, "usage_id": 42 }, "4102.02.059": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-59, B\u00fcro", "arch_name": "2-59@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15453, "seats": { @@ -253876,18 +280298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8843, "usage_id": 12 }, "4102.02.060": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-34, Halle", "arch_name": "2-34@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -253895,18 +280319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40037, "usage_id": 222 }, "4102.02.061": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-61, B\u00fcro", "arch_name": "2-61@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15453, "seats": { @@ -253914,19 +280340,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8845, "usage_id": 12 }, "4102.02.063": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-62, Besprechungsraum", "arch_name": "2-62@4102", "area_id": 43, "building_id": 716, "calendar_resource_nr": 18139, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15453, "seats": { @@ -253934,18 +280362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8846, "usage_id": 196 }, "4102.02.064": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-63, WC-Herren", "arch_name": "2-63@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -253953,18 +280383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40041, "usage_id": 115 }, "4102.02.064A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-63A, WC-Herren Vorraum", "arch_name": "2-63A@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -253972,18 +280404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67545, "usage_id": 118 }, "4102.02.065": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-65, B\u00fcro", "arch_name": "2-65@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15453, "seats": { @@ -253991,18 +280425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8857, "usage_id": 12 }, "4102.02.066": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-66, B\u00fcro", "arch_name": "2-66@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15453, "seats": { @@ -254010,18 +280446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20523, "usage_id": 12 }, "4102.02.067": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-67, B\u00fcro", "arch_name": "2-67@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15453, "seats": { @@ -254029,18 +280467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20524, "usage_id": 12 }, "4102.02.068": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-68, B\u00fcro", "arch_name": "2-68@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15453, "seats": { @@ -254048,18 +280488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20525, "usage_id": 12 }, "4102.02.071": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "2-71, Fluchttreppe/Podest", "arch_name": "2-71@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -254067,18 +280509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67548, "usage_id": 7 }, "4102.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-28, B\u00fcro", "arch_name": "E-28@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -254086,18 +280530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40615, "usage_id": 12 }, "4102.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-29, Treppe", "arch_name": "E-29@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -254105,18 +280551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40646, "usage_id": 223 }, "4102.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-30, B\u00fcro", "arch_name": "E-30@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15453, "seats": { @@ -254124,18 +280572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8758, "usage_id": 12 }, "4102.EG.030A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-31, B\u00fcro", "arch_name": "E-31@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15453, "seats": { @@ -254143,18 +280593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40648, "usage_id": 12 }, "4102.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-33, Halle", "arch_name": "E-33@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -254162,18 +280614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40649, "usage_id": 222 }, "4102.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-32, WC-Behinderte", "arch_name": "E-32@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -254181,18 +280635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40651, "usage_id": 117 }, "4102.EG.032A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-32A, WC/Reinigungsmittelraum", "arch_name": "E-32A@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -254200,18 +280656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40653, "usage_id": 114 }, "4102.EG.032C": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-32B, WC-Behinderte Vorraum", "arch_name": "E-32B@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -254219,18 +280677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67549, "usage_id": 118 }, "4102.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-36, Flur", "arch_name": "E-36@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -254238,19 +280698,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40654, "usage_id": 222 }, "4102.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-34, H\u00f6rsaal 1 (WZWH01)", "arch_name": "E-34@4102", "area_id": 43, "building_id": 716, "calendar_resource_nr": 12566, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -254258,19 +280720,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8761, "usage_id": 20 }, "4102.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-35, H\u00f6rsaal 2 (WZWH02)", "arch_name": "E-35@4102", "area_id": 43, "building_id": 716, "calendar_resource_nr": 12567, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -254278,18 +280742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8762, "usage_id": 20 }, "4102.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-37, Technik H\u00f6rsaal 1", "arch_name": "E-37@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -254297,18 +280763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40657, "usage_id": 136 }, "4102.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-38, Technik H\u00f6rsaal 2", "arch_name": "E-38@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -254316,18 +280784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40658, "usage_id": 136 }, "4102.EG.069": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "E-69, Fluchttreppe", "arch_name": "E-69@4102", "area_id": 43, "building_id": 716, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -254335,18 +280805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67546, "usage_id": 7 }, "4102.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-01, Technik/Heizung", "arch_name": "U-01@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254354,18 +280826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67634, "usage_id": 120 }, "4102.U1.001A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-01A, Flur", "arch_name": "U-01A@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -254373,18 +280847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67636, "usage_id": 222 }, "4102.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-04, Abstellraum", "arch_name": "U-04@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -254392,18 +280868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40604, "usage_id": 159 }, "4102.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-05, Technik", "arch_name": "U-05@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254411,18 +280889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67635, "usage_id": 120 }, "4102.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-06, Lager", "arch_name": "U-06@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15453, "seats": { @@ -254430,18 +280910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40605, "usage_id": 30 }, "4102.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-07, Abstellraum", "arch_name": "U-07@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -254449,18 +280931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67637, "usage_id": 159 }, "4102.U1.007A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-07A, Flur", "arch_name": "U-07A@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -254468,18 +280952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67638, "usage_id": 222 }, "4102.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-08, Lager", "arch_name": "U-08@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15453, "seats": { @@ -254487,18 +280973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40606, "usage_id": 30 }, "4102.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-09, Lager", "arch_name": "U-09@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15453, "seats": { @@ -254506,18 +280994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40607, "usage_id": 30 }, "4102.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-10, Buchmagazin", "arch_name": "U-10@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15453, "seats": { @@ -254525,18 +281015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40608, "usage_id": 2 }, "4102.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-11, Buchmagazin", "arch_name": "U-11@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15453, "seats": { @@ -254544,18 +281036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40609, "usage_id": 2 }, "4102.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-12, Flur", "arch_name": "U-12@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -254563,18 +281057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67639, "usage_id": 222 }, "4102.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-13, Archiv (gem. Nutzung 1302024000)", "arch_name": "U-13@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15453, "seats": { @@ -254582,18 +281078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40611, "usage_id": 2 }, "4102.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-19, Flur", "arch_name": "U-19@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -254601,18 +281099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67640, "usage_id": 222 }, "4102.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-20, Reinigungsmittel/Hygenie/Aufenthalt", "arch_name": "U-20@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254620,18 +281120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40612, "usage_id": 136 }, "4102.U1.020A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-20a, Vorraum H\u00f6rsaal 2", "arch_name": "U-20a@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254639,18 +281141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67641, "usage_id": 50 }, "4102.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-21, Vorraum H\u00f6rsaal 1", "arch_name": "U-21@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254658,18 +281162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67642, "usage_id": 50 }, "4102.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-22, Wertstoffe/M\u00fcll", "arch_name": "U-22@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -254677,18 +281183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40614, "usage_id": 136 }, "4102.U1.022A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-22a, Lagerraum H\u00f6rsaal 1", "arch_name": "U-22a@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254696,18 +281204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67643, "usage_id": 30 }, "4102.U1.022B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-22b, Serverraum", "arch_name": "U-22b@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254715,18 +281225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67644, "usage_id": 120 }, "4102.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-23, Lagerraum H\u00f6rsaal 1", "arch_name": "U-23@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254734,18 +281246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67645, "usage_id": 30 }, "4102.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U-24, Lagerraum H\u00f6rsaal 2", "arch_name": "U-24@4102", "area_id": 43, "building_id": 716, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254753,18 +281267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67646, "usage_id": 30 }, "4102.U2.001": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U2-01, Flur", "arch_name": "U2-01@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254772,18 +281288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67631, "usage_id": 222 }, "4102.U2.002": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U2-02, Heizung", "arch_name": "U2-02@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254791,18 +281309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67632, "usage_id": 120 }, "4102.U2.003": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U2-03, Lager", "arch_name": "U2-03@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254810,18 +281330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40602, "usage_id": 30 }, "4102.U2.004": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U2-04, Lager", "arch_name": "U2-04@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15453, "seats": { @@ -254829,18 +281351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40603, "usage_id": 30 }, "4102.U2.005": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 8", "zip_code": 85354 }, + "alt_name": "U2-02A, Technik", "arch_name": "U2-02A@4102", "area_id": 43, "building_id": 716, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -254848,18 +281372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67633, "usage_id": 120 }, "4103.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "O-02, Seminarraum 1 GZW", "arch_name": "O-02@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19642, "seats": { @@ -254867,18 +281393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40145, "usage_id": 41 }, "4103.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "O-04, Seminarraum 2 GZW", "arch_name": "O-04@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19642, "seats": { @@ -254886,18 +281414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40149, "usage_id": 41 }, "4103.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "O-05, Schreibst\u00fcberl", "arch_name": "O-05@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19642, "seats": { @@ -254905,18 +281435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40152, "usage_id": 12 }, "4103.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "O-06, Flur", "arch_name": "O-06@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -254924,18 +281456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40220, "usage_id": 222 }, "4103.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "O-07, Aufzug", "arch_name": "O-07@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -254943,18 +281477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66036, "usage_id": 4 }, "4103.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "O-08, Treppenhaus", "arch_name": "O-08@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -254962,18 +281498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66038, "usage_id": 223 }, "4103.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "E-01, Vorzimmer", "arch_name": "E-01@4103", "area_id": 43, "building_id": 717, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19642, "seats": { @@ -254981,18 +281519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40090, "usage_id": 12 }, "4103.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "E-02, B\u00fcro", "arch_name": "E-02@4103", "area_id": 43, "building_id": 717, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19642, "seats": { @@ -255000,18 +281540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40091, "usage_id": 12 }, "4103.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "E-03, B\u00fcro", "arch_name": "E-03@4103", "area_id": 43, "building_id": 717, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19642, "seats": { @@ -255019,18 +281561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40092, "usage_id": 12 }, "4103.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "E-04, Lounge", "arch_name": "E-04@4103", "area_id": 43, "building_id": 717, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19642, "seats": { @@ -255038,18 +281582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40093, "usage_id": 44 }, "4103.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "E-05, Gasometer", "arch_name": "E-05@4103", "area_id": 43, "building_id": 717, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -255057,18 +281603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40094, "usage_id": 17 }, "4103.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "E-06, Trafostation II", "arch_name": "E-06@4103", "area_id": 43, "building_id": 717, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -255076,18 +281624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40134, "usage_id": 160 }, "4103.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "E-07, Flur", "arch_name": "E-07@4103", "area_id": 43, "building_id": 717, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -255095,18 +281645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40142, "usage_id": 222 }, "4103.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "E-08, Aufzug", "arch_name": "E-08@4103", "area_id": 43, "building_id": 717, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -255114,18 +281666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66035, "usage_id": 4 }, "4103.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "E-09, Treppenhaus", "arch_name": "E-09@4103", "area_id": 43, "building_id": 717, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -255133,18 +281687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66037, "usage_id": 223 }, "4103.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "E-10, Durgang zum Geb\u00e4ude 4102", "arch_name": "E-10@4103", "area_id": 43, "building_id": 717, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -255152,18 +281708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67630, "usage_id": 16 }, "4103.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-01, Lager", "arch_name": "U-01@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19642, "seats": { @@ -255171,18 +281729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40045, "usage_id": 30 }, "4103.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-02, Serverraum", "arch_name": "U-02@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -255190,18 +281750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40046, "usage_id": 207 }, "4103.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-03, Lager", "arch_name": "U-03@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19642, "seats": { @@ -255209,18 +281771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40047, "usage_id": 30 }, "4103.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-04, Gasverteiler", "arch_name": "U-04@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -255228,18 +281792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40048, "usage_id": 120 }, "4103.U1.004A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-04A, WC-Damen", "arch_name": "U-04A@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -255247,18 +281813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40049, "usage_id": 116 }, "4103.U1.004B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-04B, WC-Dusche Vorraum", "arch_name": "U-04B@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -255266,18 +281834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40051, "usage_id": 118 }, "4103.U1.004C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-04C, WC-Herren", "arch_name": "U-04C@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -255285,18 +281855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59105, "usage_id": 115 }, "4103.U1.004D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-04D, Dusche", "arch_name": "U-04D@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -255304,18 +281876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59106, "usage_id": 113 }, "4103.U1.004E": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-04E, Trafostation II", "arch_name": "U-04E@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -255323,18 +281897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59107, "usage_id": 160 }, "4103.U1.005A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-05A, Flur", "arch_name": "U-05A@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -255342,18 +281918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40084, "usage_id": 222 }, "4103.U1.005B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-05B, Flur 2", "arch_name": "U-05B@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -255361,18 +281939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66087, "usage_id": 222 }, "4103.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-06, Lager", "arch_name": "U-06@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19642, "seats": { @@ -255380,18 +281960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40086, "usage_id": 30 }, "4103.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-07, Archiv/ Verkabelung der Trafostation II", "arch_name": "U-07@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19642, "seats": { @@ -255399,18 +281981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40087, "usage_id": 2 }, "4103.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-08, Aufzug", "arch_name": "U-08@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -255418,18 +282002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66034, "usage_id": 4 }, "4103.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 8a", "zip_code": 85354 }, + "alt_name": "U-09, Treppenhaus", "arch_name": "U-09@4103", "area_id": 43, "building_id": 717, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -255437,18 +282023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66039, "usage_id": 223 }, "4105.01.005C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 05C, Flur", "arch_name": "O 05C@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -255456,19 +282044,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61468, "usage_id": 222 }, "4105.01.061": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 01, Seminarraum 12 (WZWS12) (gem. Nutzung)", "arch_name": "O 01@4105", "area_id": 43, "building_id": 719, "calendar_resource_nr": 18975, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -255476,18 +282066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40571, "usage_id": 41 }, "4105.01.062": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 02, B\u00fcro", "arch_name": "O 02@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 50717, "seats": { @@ -255495,18 +282087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40572, "usage_id": 12 }, "4105.01.063": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 03, B\u00fcro", "arch_name": "O 03@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 50717, "seats": { @@ -255514,18 +282108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40574, "usage_id": 12 }, "4105.01.064": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 04, B\u00fcro", "arch_name": "O 04@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -255533,18 +282129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40575, "usage_id": 12 }, "4105.01.065": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 05B, B\u00fcro", "arch_name": "O 05B@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -255552,18 +282150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40577, "usage_id": 12 }, "4105.01.065A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 05A, B\u00fcro", "arch_name": "O 05A@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -255571,19 +282171,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40578, "usage_id": 12 }, "4105.01.065B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 05, B\u00fcro", "arch_name": "O 05@4105", "area_id": 43, "building_id": 719, "calendar_resource_nr": 24175, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26685, "seats": { @@ -255591,19 +282193,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40618, "usage_id": 12 }, "4105.01.066": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 06, B\u00fcro", "arch_name": "O 06@4105", "area_id": 43, "building_id": 719, "calendar_resource_nr": 24174, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -255611,19 +282215,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40621, "usage_id": 12 }, "4105.01.067": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 07, Sekretariat", "arch_name": "O 07@4105", "area_id": 43, "building_id": 719, "calendar_resource_nr": 31232, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -255631,18 +282237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40622, "usage_id": 12 }, "4105.01.068": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 08, Teek\u00fcche (gem. Nutzung)", "arch_name": "O 08@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -255650,18 +282258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40625, "usage_id": 44 }, "4105.01.069": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 09, B\u00fcro", "arch_name": "O 09@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50717, "seats": { @@ -255669,18 +282279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40627, "usage_id": 12 }, "4105.01.071": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 14, Flur", "arch_name": "O 14@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -255688,18 +282300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40632, "usage_id": 222 }, "4105.01.072": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 13, Treppenraum", "arch_name": "O 13@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -255707,18 +282321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40635, "usage_id": 223 }, "4105.01.073": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 11, WC-Herren Vorraum", "arch_name": "O 11@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -255726,18 +282342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40662, "usage_id": 118 }, "4105.01.074": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 11A, WC-Herren", "arch_name": "O 11A@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -255745,18 +282363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40664, "usage_id": 115 }, "4105.01.075": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 11B, WC-Herren", "arch_name": "O 11B@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -255764,18 +282384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40666, "usage_id": 115 }, "4105.01.076": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 12, WC-Damen Vorraum", "arch_name": "O 12@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -255783,18 +282405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40668, "usage_id": 118 }, "4105.01.077": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "O 12A, WC-Damen", "arch_name": "O 12A@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -255802,18 +282426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40671, "usage_id": 116 }, "4105.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 01B, B\u00fcro", "arch_name": "E 01B@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 55277, "seats": { @@ -255821,18 +282447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40513, "usage_id": 12 }, "4105.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 01A, Flur", "arch_name": "E 01A@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -255840,18 +282468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40515, "usage_id": 222 }, "4105.EG.001C": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 01C, B\u00fcro", "arch_name": "E 01C@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 55277, "seats": { @@ -255859,18 +282489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61464, "usage_id": 12 }, "4105.EG.001D": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 01E, B\u00fcro", "arch_name": "E 01E@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 55277, "seats": { @@ -255878,18 +282510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61465, "usage_id": 12 }, "4105.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 02, B\u00fcro", "arch_name": "E 02@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 46195, "seats": { @@ -255897,18 +282531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40517, "usage_id": 12 }, "4105.EG.003B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 03, B\u00fcro", "arch_name": "E 03@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -255916,18 +282552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40520, "usage_id": 12 }, "4105.EG.004A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 04, B\u00fcro (gem. Nutzung)", "arch_name": "E 04@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -255935,19 +282573,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40522, "usage_id": 12 }, "4105.EG.004B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 05B, Bibliothek/K\u00fcche (gem. Nutzung 1126301010)", "arch_name": "E 05B@4105", "area_id": 43, "building_id": 719, "calendar_resource_nr": 12620, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 46195, "seats": { @@ -255955,19 +282595,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20921, "usage_id": 10 }, "4105.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 05A, Seminar / Vorlesungs-Zimmer (gem. Nutzung 1", "arch_name": "E 05A@4105", "area_id": 43, "building_id": 719, "calendar_resource_nr": 26007, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 46195, "seats": { @@ -255975,18 +282617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40523, "usage_id": 41 }, "4105.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 06, B\u00fcro", "arch_name": "E 06@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 46195, "seats": { @@ -255994,18 +282638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8666, "usage_id": 12 }, "4105.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 07, Sekretariat", "arch_name": "E 07@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 46195, "seats": { @@ -256013,18 +282659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40524, "usage_id": 40 }, "4105.EG.008A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 08, B\u00fcro", "arch_name": "E 08@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 46195, "seats": { @@ -256032,18 +282680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40525, "usage_id": 12 }, "4105.EG.008B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 11, B\u00fcro (gem. Nutzung 1126301010)", "arch_name": "E 11@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14881, "seats": { @@ -256051,18 +282701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40526, "usage_id": 12 }, "4105.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 09, Treppenraum", "arch_name": "E 09@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -256070,18 +282722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40562, "usage_id": 223 }, "4105.EG.012A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 12, WC-Herren Vorraum", "arch_name": "E 12@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256089,18 +282743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40564, "usage_id": 118 }, "4105.EG.012B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 12, WC-Herren", "arch_name": "E 12@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256108,18 +282764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40565, "usage_id": 115 }, "4105.EG.012C": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 12, WC-Herren", "arch_name": "E 12@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256127,18 +282785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40567, "usage_id": 115 }, "4105.EG.013A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 13, WC-Damen Vorraum", "arch_name": "E 13@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256146,18 +282806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40568, "usage_id": 118 }, "4105.EG.013B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 13, WC-Damen", "arch_name": "E 13@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256165,18 +282827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40569, "usage_id": 116 }, "4105.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 14, Foyer", "arch_name": "E 14@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -256184,18 +282848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61466, "usage_id": 222 }, "4105.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "E 15, Flur", "arch_name": "E 15@4105", "area_id": 43, "building_id": 719, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -256203,18 +282869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61467, "usage_id": 222 }, "4105.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 01, Brandmeldeanlage", "arch_name": "S 01@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -256222,18 +282890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40363, "usage_id": 202 }, "4105.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 02, Absaugung", "arch_name": "S 02@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -256241,18 +282911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40412, "usage_id": 166 }, "4105.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 03, Mahlraum S1-Labor", "arch_name": "S 03@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -256260,18 +282932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40416, "usage_id": 166 }, "4105.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 04A, S1-Labor", "arch_name": "S 04A@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -256279,18 +282953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40419, "usage_id": 102 }, "4105.U1.004B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 04B, W\u00e4geraum S1-Labor", "arch_name": "S 04B@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -256298,18 +282974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61428, "usage_id": 103 }, "4105.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 05, S1-Labor", "arch_name": "S 05@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -256317,18 +282995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40420, "usage_id": 102 }, "4105.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 06, Massenspektrometer", "arch_name": "S 06@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26685, "seats": { @@ -256336,18 +283016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40422, "usage_id": 103 }, "4105.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 07B, EDV", "arch_name": "S 07B@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26685, "seats": { @@ -256355,18 +283037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40425, "usage_id": 207 }, "4105.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 09, B\u00fcro (gem. Nutzung 1110055000)", "arch_name": "S 09@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26685, "seats": { @@ -256374,18 +283058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40429, "usage_id": 12 }, "4105.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 10, Messen, S1-Labor", "arch_name": "S 10@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 50717, "seats": { @@ -256393,18 +283079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61450, "usage_id": 103 }, "4105.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 11, B\u00fcro", "arch_name": "S 11@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26685, "seats": { @@ -256412,18 +283100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61451, "usage_id": 12 }, "4105.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 12, B\u00fcro (gem. Nutzung 1110055000)", "arch_name": "S 12@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26685, "seats": { @@ -256431,18 +283121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61452, "usage_id": 12 }, "4105.U1.013A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 13A, WC-Vorraum", "arch_name": "S 13A@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -256450,18 +283142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61453, "usage_id": 50 }, "4105.U1.013B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 13B, Dusche-Damen", "arch_name": "S 13B@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256469,18 +283163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61454, "usage_id": 113 }, "4105.U1.013C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 13C, Dusche-Herren", "arch_name": "S 13C@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256488,18 +283184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61455, "usage_id": 113 }, "4105.U1.013D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 13D, WC-Damen", "arch_name": "S 13D@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256507,18 +283205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61456, "usage_id": 116 }, "4105.U1.013E": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 13E, WC-Herren Vorraum", "arch_name": "S 13E@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256526,18 +283226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61457, "usage_id": 118 }, "4105.U1.013F": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 13F, WC-Herren", "arch_name": "S 13F@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256545,18 +283247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61458, "usage_id": 115 }, "4105.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 14, Reinigungsmittelraum", "arch_name": "S 14@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -256564,18 +283268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61459, "usage_id": 205 }, "4105.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 15, EDV", "arch_name": "S 15@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 39906, "seats": { @@ -256583,18 +283289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61460, "usage_id": 207 }, "4105.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 16, Treppenraum", "arch_name": "S 16@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -256602,18 +283310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61462, "usage_id": 222 }, "4105.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 17, S1-Flur", "arch_name": "S 17@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -256621,18 +283331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61461, "usage_id": 222 }, "4105.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "S 18, S1-Trepppenraum", "arch_name": "S 18@4105", "area_id": 43, "building_id": 719, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -256640,18 +283352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61463, "usage_id": 223 }, "4105.U2.001A": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 01A, Wurzelwaschanlage", "arch_name": "K 01A@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 50717, "seats": { @@ -256659,18 +283373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40223, "usage_id": 103 }, "4105.U2.001B": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 01B, Abstellraum", "arch_name": "K 01B@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -256678,18 +283394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40226, "usage_id": 30 }, "4105.U2.002": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 02, Auswertung", "arch_name": "K 02@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -256697,18 +283415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40230, "usage_id": 102 }, "4105.U2.004": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 04, Kompressor", "arch_name": "K 04@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -256716,18 +283436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40233, "usage_id": 194 }, "4105.U2.005": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 05, Klimakammern, S1-Raum", "arch_name": "K 05@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -256735,18 +283457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40235, "usage_id": 166 }, "4105.U2.006": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 06, Respirationsanlage", "arch_name": "K 06@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -256754,18 +283478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40236, "usage_id": 102 }, "4105.U2.007": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 07, Werkstatt", "arch_name": "K 07@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -256773,18 +283499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40297, "usage_id": 51 }, "4105.U2.009": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 09, Werkstatt, S1-Labor", "arch_name": "K 09@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 50717, "seats": { @@ -256792,18 +283520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40299, "usage_id": 51 }, "4105.U2.010": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 10, Trockenschr\u00e4nke, S1-Labor", "arch_name": "K 10@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 50717, "seats": { @@ -256811,18 +283541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40302, "usage_id": 194 }, "4105.U2.011": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 11, Gefriertruhen, S1-Labor", "arch_name": "K 11@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 50717, "seats": { @@ -256830,18 +283562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40305, "usage_id": 30 }, "4105.U2.016": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 16, Technik", "arch_name": "K 16@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -256849,18 +283583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61426, "usage_id": 120 }, "4105.U2.017": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 17, Fernw\u00e4rme", "arch_name": "K 17@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -256868,18 +283604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61427, "usage_id": 201 }, "4105.U2.020": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 20, S1-Treppenraum", "arch_name": "K 20@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256887,18 +283625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40313, "usage_id": 223 }, "4105.U2.021": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K21, Lagerraum", "arch_name": "K21@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -256906,18 +283646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40315, "usage_id": 30 }, "4105.U2.022": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 19, S1-Flur", "arch_name": "K 19@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256925,18 +283667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40316, "usage_id": 222 }, "4105.U2.023": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 23, Elektroverteilung", "arch_name": "K 23@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -256944,18 +283688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40317, "usage_id": 160 }, "4105.U2.024": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 12", "zip_code": 85354 }, + "alt_name": "K 18, Treppenraum", "arch_name": "K 18@4105", "area_id": 43, "building_id": 719, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -256963,18 +283709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40359, "usage_id": 223 }, "4106.01.061": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 61, B\u00fcro", "arch_name": "O 61@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14815, "seats": { @@ -256982,18 +283730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8429, "usage_id": 12 }, "4106.01.062": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 64, B\u00fcro", "arch_name": "O 64@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -257001,18 +283751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40102, "usage_id": 12 }, "4106.01.063": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 13, Flur", "arch_name": "O 13@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -257020,18 +283772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 20747, "usage_id": 222 }, "4106.01.063A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 69 B, Flur", "arch_name": "O 69 B@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -257039,18 +283793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40108, "usage_id": 222 }, "4106.01.063B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 62, Flur", "arch_name": "O 62@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -257058,18 +283814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40319, "usage_id": 222 }, "4106.01.064": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 63, B\u00fcro", "arch_name": "O 63@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14815, "seats": { @@ -257077,18 +283835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8460, "usage_id": 12 }, "4106.01.065": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 65, B\u00fcro", "arch_name": "O 65@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -257096,19 +283856,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40323, "usage_id": 12 }, "4106.01.066": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 66, Seminarraum/Bibliothek/K\u00fcche", "arch_name": "O 66@4106", "area_id": 43, "building_id": 720, "calendar_resource_nr": 18136, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -257116,18 +283878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14844, "usage_id": 44 }, "4106.01.067": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 67, Professor", "arch_name": "O 67@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -257135,18 +283899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40329, "usage_id": 12 }, "4106.01.068": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 68, Vorzimmer", "arch_name": "O 68@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -257154,18 +283920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8482, "usage_id": 12 }, "4106.01.069": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 69, B\u00fcro", "arch_name": "O 69@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -257173,18 +283941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40331, "usage_id": 12 }, "4106.01.069A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 69 A, B\u00fcro", "arch_name": "O 69 A@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -257192,18 +283962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8485, "usage_id": 12 }, "4106.01.070": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 70, B\u00fcro", "arch_name": "O 70@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -257211,18 +283983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43632, "usage_id": 12 }, "4106.01.071": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 71, B\u00fcro", "arch_name": "O 71@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14881, "seats": { @@ -257230,18 +284004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43635, "usage_id": 12 }, "4106.01.072": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 72, B\u00fcro", "arch_name": "O 72@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -257249,18 +284025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43638, "usage_id": 12 }, "4106.01.073": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 73, B\u00fcro", "arch_name": "O 73@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14881, "seats": { @@ -257268,18 +284046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8489, "usage_id": 12 }, "4106.01.075": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 14, Treppenraum", "arch_name": "O 14@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -257287,18 +284067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43644, "usage_id": 223 }, "4106.01.076": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 16, WC-Herren Vorraum/Putzkammer", "arch_name": "O 16@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -257306,18 +284088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43646, "usage_id": 118 }, "4106.01.077": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 17, WC-Herren", "arch_name": "O 17@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -257325,18 +284109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43647, "usage_id": 115 }, "4106.01.078": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 18, WC-Herren", "arch_name": "O 18@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -257344,18 +284130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43649, "usage_id": 115 }, "4106.01.079": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 19, WC-Damen", "arch_name": "O 19@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -257363,18 +284151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43652, "usage_id": 116 }, "4106.01.080": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "O 20, WC-Damen Vorraum", "arch_name": "O 20@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -257382,18 +284172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43711, "usage_id": 118 }, "4106.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 40, B\u00fcro", "arch_name": "E 40@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14815, "seats": { @@ -257401,18 +284193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8441, "usage_id": 12 }, "4106.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 41, B\u00fcro", "arch_name": "E 41@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14815, "seats": { @@ -257420,18 +284214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8442, "usage_id": 12 }, "4106.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 42, B\u00fcro", "arch_name": "E 42@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14815, "seats": { @@ -257439,18 +284235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8444, "usage_id": 12 }, "4106.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 43, Professor", "arch_name": "E 43@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14815, "seats": { @@ -257458,18 +284256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8446, "usage_id": 12 }, "4106.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 14, Flur", "arch_name": "E 14@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -257477,18 +284277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40368, "usage_id": 222 }, "4106.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 45, Sekretariat", "arch_name": "E 45@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14815, "seats": { @@ -257496,18 +284298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31887, "usage_id": 12 }, "4106.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 13, Treppenraum", "arch_name": "E 13@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -257515,19 +284319,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40371, "usage_id": 223 }, "4106.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 46, Seminarraum", "arch_name": "E 46@4106", "area_id": 43, "building_id": 720, "calendar_resource_nr": 19298, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14815, "seats": { @@ -257535,18 +284341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40373, "usage_id": 41 }, "4106.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 47, Besprechungszimmer", "arch_name": "E 47@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14815, "seats": { @@ -257554,18 +284362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8452, "usage_id": 12 }, "4106.EG.048A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 48, K\u00fcche", "arch_name": "E 48@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14815, "seats": { @@ -257573,18 +284383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66790, "usage_id": 28 }, "4106.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 49, B\u00fcro", "arch_name": "E 49@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14815, "seats": { @@ -257592,18 +284404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8453, "usage_id": 12 }, "4106.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 50 A, B\u00fcro", "arch_name": "E 50 A@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14815, "seats": { @@ -257611,18 +284425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8416, "usage_id": 12 }, "4106.EG.050B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 50 B, Aktenlager", "arch_name": "E 50 B@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14815, "seats": { @@ -257630,18 +284446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66788, "usage_id": 2 }, "4106.EG.054": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 54 A, B\u00fcro", "arch_name": "E 54 A@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14815, "seats": { @@ -257649,18 +284467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8418, "usage_id": 12 }, "4106.EG.054B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 54 B, Aktenlager", "arch_name": "E 54 B@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14815, "seats": { @@ -257668,18 +284488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66789, "usage_id": 2 }, "4106.EG.055": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 11A, WC-Herren Vorraum/Putzkammer", "arch_name": "E 11A@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -257687,18 +284509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40245, "usage_id": 118 }, "4106.EG.056": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 11B, WC-Herren", "arch_name": "E 11B@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -257706,18 +284530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40248, "usage_id": 115 }, "4106.EG.057": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 11C, WC-Herren", "arch_name": "E 11C@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -257725,18 +284551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40249, "usage_id": 115 }, "4106.EG.058": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 12A, WC-Damen Vorraum", "arch_name": "E 12A@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -257744,18 +284572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40253, "usage_id": 118 }, "4106.EG.059": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "E 12B, WC-Damen", "arch_name": "E 12B@4106", "area_id": 43, "building_id": 720, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -257763,18 +284593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40257, "usage_id": 116 }, "4106.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 22, B\u00fcro", "arch_name": "S 22@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15569, "seats": { @@ -257782,18 +284614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39977, "usage_id": 12 }, "4106.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 23, B\u00fcro", "arch_name": "S 23@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14815, "seats": { @@ -257801,18 +284635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39982, "usage_id": 12 }, "4106.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 24, B\u00fcro", "arch_name": "S 24@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14815, "seats": { @@ -257820,18 +284656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39983, "usage_id": 12 }, "4106.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 25, B\u00fcro", "arch_name": "S 25@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14817, "seats": { @@ -257839,18 +284677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8833, "usage_id": 12 }, "4106.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 26, Sekretariat", "arch_name": "S 26@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14817, "seats": { @@ -257858,18 +284698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8834, "usage_id": 12 }, "4106.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 27, Professor", "arch_name": "S 27@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14817, "seats": { @@ -257877,18 +284719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8835, "usage_id": 12 }, "4106.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 28, Besprechungsraum", "arch_name": "S 28@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14817, "seats": { @@ -257896,18 +284740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8837, "usage_id": 196 }, "4106.U1.029": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 29, B\u00fcro", "arch_name": "S 29@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14817, "seats": { @@ -257915,18 +284761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8839, "usage_id": 12 }, "4106.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 30, B\u00fcro", "arch_name": "S 30@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14817, "seats": { @@ -257934,18 +284782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8847, "usage_id": 12 }, "4106.U1.031": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 31, B\u00fcro", "arch_name": "S 31@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14817, "seats": { @@ -257953,19 +284803,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8849, "usage_id": 12 }, "4106.U1.032": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 32, Seminarraum 11 (WZWS11)", "arch_name": "S 32@4106", "area_id": 43, "building_id": 720, "calendar_resource_nr": 17914, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14817, "seats": { @@ -257973,18 +284825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8851, "usage_id": 41 }, "4106.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 33, K\u00fcche", "arch_name": "S 33@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14817, "seats": { @@ -257992,18 +284846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8852, "usage_id": 198 }, "4106.U1.034": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 17, Flur", "arch_name": "S 17@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -258011,18 +284867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40055, "usage_id": 222 }, "4106.U1.035": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 16, Treppenraum", "arch_name": "S 16@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -258030,18 +284888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40059, "usage_id": 223 }, "4106.U1.036": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 13, WC-Herren Vorraum/Putzkammer", "arch_name": "S 13@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258049,18 +284909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40063, "usage_id": 118 }, "4106.U1.037": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 13B, WC-Herren", "arch_name": "S 13B@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258068,18 +284930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40066, "usage_id": 115 }, "4106.U1.038": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 13C, WC-Herren", "arch_name": "S 13C@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258087,18 +284951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40155, "usage_id": 115 }, "4106.U1.039": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 14A, WC-Damen Vorraum", "arch_name": "S 14A@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258106,18 +284972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40158, "usage_id": 118 }, "4106.U1.040": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 14B, WC-Damen", "arch_name": "S 14B@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258125,18 +284993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40161, "usage_id": 116 }, "4106.U1.041": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "S 15, Reinigungsmittelraum", "arch_name": "S 15@4106", "area_id": 43, "building_id": 720, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -258144,18 +285014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40165, "usage_id": 205 }, "4106.U2.001": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 01, Archiv", "arch_name": "K 01@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -258163,18 +285035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40673, "usage_id": 2 }, "4106.U2.002": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 02, Archiv", "arch_name": "K 02@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -258182,18 +285056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40676, "usage_id": 2 }, "4106.U2.003A": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 03, Lager", "arch_name": "K 03@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -258201,18 +285077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40698, "usage_id": 30 }, "4106.U2.004": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 04, Lager", "arch_name": "K 04@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258220,18 +285098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40703, "usage_id": 30 }, "4106.U2.005": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 05, Archiv", "arch_name": "K 05@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -258239,18 +285119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40704, "usage_id": 30 }, "4106.U2.006": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 06, Archiv", "arch_name": "K 06@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Linoleum", "main_operator_id": 14442, "seats": { @@ -258258,18 +285140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40708, "usage_id": 2 }, "4106.U2.007": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 07, Archiv", "arch_name": "K 07@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 14815, "seats": { @@ -258277,18 +285161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40710, "usage_id": 2 }, "4106.U2.008": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 08, Archiv", "arch_name": "K 08@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 14881, "seats": { @@ -258296,18 +285182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40712, "usage_id": 2 }, "4106.U2.009": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 09, Archiv", "arch_name": "K 09@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 14815, "seats": { @@ -258315,18 +285203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 40713, "usage_id": 2 }, "4106.U2.010": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 10, Archiv und Lagerraum", "arch_name": "K 10@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 14815, "seats": { @@ -258334,18 +285224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39931, "usage_id": 2 }, "4106.U2.011": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 11, Abstellraum", "arch_name": "K 11@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -258353,18 +285245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39934, "usage_id": 159 }, "4106.U2.012": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 12, Server", "arch_name": "K 12@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -258372,18 +285266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39936, "usage_id": 207 }, "4106.U2.013": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 13, Server", "arch_name": "K 13@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -258391,18 +285287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66766, "usage_id": 207 }, "4106.U2.022": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 16 A, Flur", "arch_name": "K 16 A@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258410,18 +285308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39940, "usage_id": 222 }, "4106.U2.023": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 18, Treppe", "arch_name": "K 18@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -258429,18 +285329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39941, "usage_id": 223 }, "4106.U2.024": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 17, Lager", "arch_name": "K 17@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -258448,18 +285350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39942, "usage_id": 30 }, "4106.U2.025": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 14", "zip_code": 85354 }, + "alt_name": "K 14, Heizung", "arch_name": "K 14@4106", "area_id": 43, "building_id": 720, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -258467,18 +285371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 39944, "usage_id": 201 }, "4107.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 01, B\u00fcro", "arch_name": "O 01@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44149, "seats": { @@ -258486,18 +285392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42867, "usage_id": 12 }, "4107.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 02, B\u00fcro", "arch_name": "O 02@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44149, "seats": { @@ -258505,18 +285413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42868, "usage_id": 12 }, "4107.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 03, B\u00fcro", "arch_name": "O 03@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44149, "seats": { @@ -258524,18 +285434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42872, "usage_id": 12 }, "4107.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 04, B\u00fcro", "arch_name": "O 04@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44149, "seats": { @@ -258543,18 +285455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42873, "usage_id": 12 }, "4107.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 05, Arbeitsraum", "arch_name": "O 05@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44149, "seats": { @@ -258562,18 +285476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42876, "usage_id": 207 }, "4107.01.105A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 05A, Sozialraum", "arch_name": "O 05A@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44149, "seats": { @@ -258581,19 +285497,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63104, "usage_id": 44 }, "4107.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 06, Seminarraum", "arch_name": "O 06@4107", "area_id": 43, "building_id": 721, "calendar_resource_nr": 22398, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44149, "seats": { @@ -258601,18 +285519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42878, "usage_id": 41 }, "4107.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 07, Sekretariat", "arch_name": "O 07@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44149, "seats": { @@ -258620,18 +285540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42881, "usage_id": 12 }, "4107.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 08, Professor", "arch_name": "O 08@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44149, "seats": { @@ -258639,18 +285561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42883, "usage_id": 12 }, "4107.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 09, B\u00fcro", "arch_name": "O 09@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44149, "seats": { @@ -258658,18 +285582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42885, "usage_id": 12 }, "4107.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 10, B\u00fcro", "arch_name": "O 10@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44149, "seats": { @@ -258677,18 +285603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63105, "usage_id": 12 }, "4107.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "D12, Aufzugsschacht", "arch_name": "D12@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -258696,18 +285624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42965, "usage_id": 195 }, "4107.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 13, Treppe", "arch_name": "O 13@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -258715,18 +285645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42966, "usage_id": 223 }, "4107.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 14, WC-Vorraum", "arch_name": "O 14@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258734,18 +285666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63106, "usage_id": 118 }, "4107.01.114A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 14a, Dusche", "arch_name": "O 14a@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258753,18 +285687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42970, "usage_id": 113 }, "4107.01.114B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 14b, WC-Damen Vorraum", "arch_name": "O 14b@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -258772,18 +285708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42972, "usage_id": 118 }, "4107.01.114D": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 14d, WC-Damen", "arch_name": "O 14d@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258791,18 +285729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66927, "usage_id": 116 }, "4107.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 15, WC-Herren Vorraum", "arch_name": "O 15@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258810,18 +285750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63107, "usage_id": 118 }, "4107.01.115A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 15a, WC-Herren", "arch_name": "O 15a@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -258829,18 +285771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42978, "usage_id": 115 }, "4107.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 16, Flur", "arch_name": "O 16@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -258848,18 +285792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43063, "usage_id": 222 }, "4107.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "O 11, Treppe (Dachausstieg)", "arch_name": "O 11@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -258867,18 +285813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43066, "usage_id": 223 }, "4107.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E01, B\u00fcro", "arch_name": "E01@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45971, "seats": { @@ -258886,18 +285834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44106, "usage_id": 12 }, "4107.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E02, B\u00fcro", "arch_name": "E02@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45971, "seats": { @@ -258905,18 +285855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44107, "usage_id": 12 }, "4107.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E03, B\u00fcro", "arch_name": "E03@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45971, "seats": { @@ -258924,18 +285876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44108, "usage_id": 12 }, "4107.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E04, B\u00fcro", "arch_name": "E04@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45971, "seats": { @@ -258943,18 +285897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44109, "usage_id": 12 }, "4107.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E05, B\u00fcro", "arch_name": "E05@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45971, "seats": { @@ -258962,18 +285918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44110, "usage_id": 12 }, "4107.EG.006A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E06A, B\u00fcro", "arch_name": "E06A@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45971, "seats": { @@ -258981,18 +285939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44111, "usage_id": 12 }, "4107.EG.006B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E06B, B\u00fcro", "arch_name": "E06B@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45971, "seats": { @@ -259000,18 +285960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44112, "usage_id": 12 }, "4107.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E07, B\u00fcro", "arch_name": "E07@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45971, "seats": { @@ -259019,18 +285981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44113, "usage_id": 12 }, "4107.EG.008A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E08A, B\u00fcro", "arch_name": "E08A@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45971, "seats": { @@ -259038,18 +286002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44114, "usage_id": 12 }, "4107.EG.008B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E08B, B\u00fcro", "arch_name": "E08B@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45971, "seats": { @@ -259057,18 +286023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44191, "usage_id": 12 }, "4107.EG.009A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E09A, B\u00fcro", "arch_name": "E09A@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45971, "seats": { @@ -259076,18 +286044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44197, "usage_id": 12 }, "4107.EG.009B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E09B, B\u00fcro", "arch_name": "E09B@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45971, "seats": { @@ -259095,18 +286065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44199, "usage_id": 12 }, "4107.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E16, Aufzugsschacht", "arch_name": "E16@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -259114,18 +286086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44200, "usage_id": 195 }, "4107.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E 11, Reinigungsmittelraum", "arch_name": "E 11@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -259133,18 +286107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66931, "usage_id": 205 }, "4107.EG.011A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E11A, WC-Herren Vorraum", "arch_name": "E11A@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259152,18 +286128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44203, "usage_id": 118 }, "4107.EG.011B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E11B, WC-Herren", "arch_name": "E11B@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259171,18 +286149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44204, "usage_id": 115 }, "4107.EG.011C": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E11C, WC-Herren", "arch_name": "E11C@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259190,18 +286170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44205, "usage_id": 115 }, "4107.EG.012A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E12A, WC-Damen Vorraum", "arch_name": "E12A@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259209,18 +286191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44208, "usage_id": 118 }, "4107.EG.012B": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E12B, WC-Damen", "arch_name": "E12B@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259228,18 +286212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44210, "usage_id": 116 }, "4107.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E13, Treppenraum", "arch_name": "E13@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -259247,18 +286233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42863, "usage_id": 223 }, "4107.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "E14, Flur", "arch_name": "E14@4107", "area_id": 43, "building_id": 721, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -259266,18 +286254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42864, "usage_id": 222 }, "4107.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 01, Flur", "arch_name": "S 01@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -259285,18 +286275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43907, "usage_id": 16 }, "4107.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 02, B\u00fcro", "arch_name": "S 02@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259304,18 +286296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43910, "usage_id": 12 }, "4107.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 03, Arbeitsraum", "arch_name": "S 03@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259323,18 +286317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43912, "usage_id": 12 }, "4107.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 04, B\u00fcro", "arch_name": "S 04@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259342,18 +286338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8578, "usage_id": 12 }, "4107.U1.004A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 04a, B\u00fcro", "arch_name": "S 04a@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259361,19 +286359,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8601, "usage_id": 12 }, "4107.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 05, B\u00fcro", "arch_name": "S 05@4107", "area_id": 43, "building_id": 721, "calendar_resource_nr": 22165, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259381,19 +286381,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43996, "usage_id": 12 }, "4107.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 06, B\u00fcro", "arch_name": "S 06@4107", "area_id": 43, "building_id": 721, "calendar_resource_nr": 12540, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259401,19 +286403,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8604, "usage_id": 12 }, "4107.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 07, Besprechungsraum", "arch_name": "S 07@4107", "area_id": 43, "building_id": 721, "calendar_resource_nr": 18011, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259421,18 +286425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8606, "usage_id": 196 }, "4107.U1.007A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 07a, Flur", "arch_name": "S 07a@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -259440,18 +286446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44089, "usage_id": 222 }, "4107.U1.007B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 07b, Teek\u00fcche", "arch_name": "S 07b@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259459,19 +286467,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44090, "usage_id": 44 }, "4107.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 08, B\u00fcro", "arch_name": "S 08@4107", "area_id": 43, "building_id": 721, "calendar_resource_nr": 22373, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259479,18 +286489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8611, "usage_id": 12 }, "4107.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 09, B\u00fcro", "arch_name": "S 09@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259498,18 +286510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44093, "usage_id": 12 }, "4107.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 10, B\u00fcro", "arch_name": "S 10@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259517,18 +286531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44094, "usage_id": 12 }, "4107.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 11, B\u00fcro", "arch_name": "S 11@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259536,18 +286552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8643, "usage_id": 12 }, "4107.U1.012A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 12, Flur", "arch_name": "S 12@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -259555,18 +286573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44095, "usage_id": 222 }, "4107.U1.012B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 12a, B\u00fcro", "arch_name": "S 12a@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259574,18 +286594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44096, "usage_id": 12 }, "4107.U1.012C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 12b, B\u00fcro", "arch_name": "S 12b@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259593,18 +286615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44097, "usage_id": 12 }, "4107.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 13, Aufzugsschacht", "arch_name": "S 13@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -259612,18 +286636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44098, "usage_id": 195 }, "4107.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 14, WC-Vorraum", "arch_name": "S 14@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259631,18 +286657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66930, "usage_id": 118 }, "4107.U1.014A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 14A, WC-Damen Vorraum", "arch_name": "S 14A@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259650,18 +286678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44099, "usage_id": 118 }, "4107.U1.014B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 14B, WC-Damen", "arch_name": "S 14B@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259669,18 +286699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44100, "usage_id": 116 }, "4107.U1.014C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 14C, WC-Damen", "arch_name": "S 14C@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259688,18 +286720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44101, "usage_id": 116 }, "4107.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 15, Reinigungsmittelraum", "arch_name": "S 15@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -259707,18 +286741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44102, "usage_id": 205 }, "4107.U1.015A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 15A, WC-Herren Vorraum", "arch_name": "S 15A@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259726,18 +286762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66924, "usage_id": 118 }, "4107.U1.015B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 15B, WC-Herren", "arch_name": "S 15B@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259745,18 +286783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66925, "usage_id": 115 }, "4107.U1.015C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 15C, WC-Herren", "arch_name": "S 15C@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -259764,18 +286804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66926, "usage_id": 115 }, "4107.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 16, Server", "arch_name": "S 16@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -259783,18 +286825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44103, "usage_id": 207 }, "4107.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 17, Treppenraum", "arch_name": "S 17@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -259802,18 +286846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44104, "usage_id": 223 }, "4107.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "S 18, Flur", "arch_name": "S 18@4107", "area_id": 43, "building_id": 721, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -259821,18 +286867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44105, "usage_id": 222 }, "4107.U2.001": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K01/ K02, Siebelabor und Lager", "arch_name": "K01/ K02@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 25281, "seats": { @@ -259840,18 +286888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43712, "usage_id": 102 }, "4107.U2.003": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K03, Archiv und Lagerraum", "arch_name": "K03@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 14816, "seats": { @@ -259859,18 +286909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43715, "usage_id": 2 }, "4107.U2.004": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K04, B\u00fcro", "arch_name": "K04@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 45971, "seats": { @@ -259878,18 +286930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43716, "usage_id": 12 }, "4107.U2.005": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K05A, Lager", "arch_name": "K05A@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 45971, "seats": { @@ -259897,18 +286951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43718, "usage_id": 30 }, "4107.U2.005A": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K05B, Serverraum", "arch_name": "K05B@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 45971, "seats": { @@ -259916,18 +286972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67833, "usage_id": 207 }, "4107.U2.006": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K06, B\u00fcro", "arch_name": "K06@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 45971, "seats": { @@ -259935,18 +286993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43720, "usage_id": 12 }, "4107.U2.007": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K07, B\u00fcro", "arch_name": "K07@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 45971, "seats": { @@ -259954,18 +287014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43722, "usage_id": 12 }, "4107.U2.008": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K08, B\u00fcro", "arch_name": "K08@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 45971, "seats": { @@ -259973,18 +287035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43724, "usage_id": 12 }, "4107.U2.009": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K09, Lager", "arch_name": "K09@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -259992,18 +287056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43727, "usage_id": 30 }, "4107.U2.010": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K10, Serverraum", "arch_name": "K10@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 44149, "seats": { @@ -260011,18 +287077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43730, "usage_id": 207 }, "4107.U2.011": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K11, Lagerraum", "arch_name": "K11@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 44149, "seats": { @@ -260030,18 +287098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43802, "usage_id": 30 }, "4107.U2.012": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K12, Lagerraum", "arch_name": "K12@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 44149, "seats": { @@ -260049,18 +287119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43804, "usage_id": 30 }, "4107.U2.013": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K13, Lagerraum", "arch_name": "K13@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 14816, "seats": { @@ -260068,18 +287140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43806, "usage_id": 30 }, "4107.U2.014": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K14, Lagerraum", "arch_name": "K14@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 14816, "seats": { @@ -260087,18 +287161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43810, "usage_id": 30 }, "4107.U2.015": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K15, Lagerraum", "arch_name": "K15@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 14816, "seats": { @@ -260106,18 +287182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43813, "usage_id": 30 }, "4107.U2.016": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K16, Lagerraum", "arch_name": "K16@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 14816, "seats": { @@ -260125,18 +287203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68045, "usage_id": 30 }, "4107.U2.017": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K17, Aufzugsschacht", "arch_name": "K17@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -260144,18 +287224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43814, "usage_id": 195 }, "4107.U2.018": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K18, Reinigungsmittelraum", "arch_name": "K18@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -260163,18 +287245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43816, "usage_id": 205 }, "4107.U2.019A": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K19A, WC-Vorraum", "arch_name": "K19A@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -260182,18 +287266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43896, "usage_id": 118 }, "4107.U2.019B": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K19B, WC", "arch_name": "K19B@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -260201,18 +287287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43899, "usage_id": 114 }, "4107.U2.020": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K20, Heizung", "arch_name": "K20@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -260220,18 +287308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43902, "usage_id": 201 }, "4107.U2.021": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K15, Treppenraum", "arch_name": "K15@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -260239,18 +287329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43903, "usage_id": 223 }, "4107.U2.022": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K22, Flur", "arch_name": "K22@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -260258,18 +287350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43906, "usage_id": 222 }, "4107.U2.023": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Alte Akademie 16", "zip_code": 85354 }, + "alt_name": "K21, HA-Raum", "arch_name": "K21@4107", "area_id": 43, "building_id": 721, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -260277,18 +287371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68200, "usage_id": 120 }, "4108.01.201": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "201, WC-Herren", "arch_name": "201@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -260296,18 +287392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44021, "usage_id": 115 }, "4108.01.201A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "201A, Treppenraum", "arch_name": "201A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -260315,18 +287413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44025, "usage_id": 223 }, "4108.01.202": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "202, Futtermittellabor", "arch_name": "202@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260334,18 +287434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44029, "usage_id": 102 }, "4108.01.203": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "203, W\u00e4geraum", "arch_name": "203@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260353,18 +287455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44117, "usage_id": 103 }, "4108.01.204": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "204, Fettlabor", "arch_name": "204@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -260372,18 +287476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44126, "usage_id": 102 }, "4108.01.204A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "204A, Flur", "arch_name": "204A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -260391,18 +287497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44128, "usage_id": 222 }, "4108.01.205": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "205, IA B\u00fcro", "arch_name": "205@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15681, "seats": { @@ -260410,18 +287518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44213, "usage_id": 12 }, "4108.01.207": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "207, Besprechung", "arch_name": "207@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15681, "seats": { @@ -260429,18 +287539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44219, "usage_id": 196 }, "4108.01.208": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "208, IA GC-Labor", "arch_name": "208@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -260448,18 +287560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44222, "usage_id": 103 }, "4108.01.209": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "209, WC", "arch_name": "209@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -260467,18 +287581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44225, "usage_id": 114 }, "4108.01.209A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "209A, Treppenraum", "arch_name": "209A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -260486,18 +287602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44231, "usage_id": 223 }, "4108.01.210A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "210A, W\u00e4geraum", "arch_name": "210A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260505,18 +287623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42889, "usage_id": 103 }, "4108.01.210B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "210B, Mineralstofflabor", "arch_name": "210B@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260524,18 +287644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42892, "usage_id": 102 }, "4108.01.210C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "210C, Mineralstofflabor", "arch_name": "210C@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260543,18 +287665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42894, "usage_id": 102 }, "4108.01.210D": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "210D, Sp\u00fclraum", "arch_name": "210D@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260562,18 +287686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42896, "usage_id": 209 }, "4108.01.211": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "211, Stickstofflabor", "arch_name": "211@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260581,18 +287707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42898, "usage_id": 102 }, "4108.01.211A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "211A, Flur", "arch_name": "211A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -260600,18 +287728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42901, "usage_id": 222 }, "4108.01.212": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "212, Vitaminlabor", "arch_name": "212@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260619,18 +287749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42904, "usage_id": 103 }, "4108.01.213": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "213, Labor", "arch_name": "213@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -260638,18 +287770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42907, "usage_id": 102 }, "4108.01.214": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "214, Labor", "arch_name": "214@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260657,18 +287791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42981, "usage_id": 103 }, "4108.01.214A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "214A, Flur", "arch_name": "214A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -260676,18 +287812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42983, "usage_id": 222 }, "4108.01.215": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "215, B\u00fcro", "arch_name": "215@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260695,18 +287833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42986, "usage_id": 12 }, "4108.01.216": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "216, B\u00fcro mit Archivfunktion", "arch_name": "216@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260714,18 +287854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42992, "usage_id": 12 }, "4108.01.217": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "217, B\u00fcro mit Archivfunktion", "arch_name": "217@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260733,18 +287875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42995, "usage_id": 12 }, "4108.01.217A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "217A, Flur", "arch_name": "217A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -260752,18 +287896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42999, "usage_id": 222 }, "4108.01.218": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "218, B\u00fcro mit Archivfunktion", "arch_name": "218@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260771,18 +287917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43003, "usage_id": 12 }, "4108.01.219": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "219, B\u00fcro", "arch_name": "219@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -260790,18 +287938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43005, "usage_id": 12 }, "4108.01.219A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "219A, Treppenraum", "arch_name": "219A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -260809,18 +287959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43076, "usage_id": 223 }, "4108.01.221": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "221, B\u00fcro", "arch_name": "221@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15681, "seats": { @@ -260828,18 +287980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43081, "usage_id": 12 }, "4108.01.222": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "222, B\u00fcro", "arch_name": "222@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26864, "seats": { @@ -260847,18 +288001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43084, "usage_id": 12 }, "4108.01.223": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "223, WC-Damen", "arch_name": "223@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -260866,18 +288022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43086, "usage_id": 116 }, "4108.01.224": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "224, Lastenaufzug", "arch_name": "224@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -260885,18 +288043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43090, "usage_id": 4 }, "4108.02.301": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "301, keine Nutzung", "arch_name": "301@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -260904,18 +288064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43095, "usage_id": 30 }, "4108.02.301A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "301A, Treppenraum", "arch_name": "301A@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -260923,18 +288085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43097, "usage_id": 223 }, "4108.02.302A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "302A, keine Nutzung (wird zur\u00fcckgebaut)", "arch_name": "302A@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -260942,18 +288106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43179, "usage_id": 102 }, "4108.02.302B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "302B, keine Nutzung (wird zur\u00fcckgebaut)", "arch_name": "302B@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -260961,18 +288127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43182, "usage_id": 102 }, "4108.02.302C": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "302C, keine Nutzung (wird zur\u00fcckgebaut)", "arch_name": "302C@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -260980,18 +288148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43185, "usage_id": 102 }, "4108.02.303": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "303, keine Nutzung", "arch_name": "303@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -260999,18 +288169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43189, "usage_id": 103 }, "4108.02.304": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "304, keine Nutzung", "arch_name": "304@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -261018,18 +288190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43193, "usage_id": 10 }, "4108.02.304A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "304A, Treppenraum", "arch_name": "304A@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -261037,18 +288211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43253, "usage_id": 223 }, "4108.02.305": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "305, keine Nutzung", "arch_name": "305@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261056,18 +288232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43258, "usage_id": 12 }, "4108.02.306": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "306, keine Nutzung", "arch_name": "306@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261075,18 +288253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43265, "usage_id": 136 }, "4108.02.307": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "307, keine Nutzung", "arch_name": "307@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261094,18 +288274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43266, "usage_id": 136 }, "4108.02.308": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "308, keine Nutzung", "arch_name": "308@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261113,18 +288295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43272, "usage_id": 102 }, "4108.02.308A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "308A, Flur", "arch_name": "308A@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261132,18 +288316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43342, "usage_id": 222 }, "4108.02.309": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "309, keine Nutzung", "arch_name": "309@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -261151,18 +288337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43347, "usage_id": 136 }, "4108.02.310": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "310, keine Nutzung", "arch_name": "310@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -261170,18 +288358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43351, "usage_id": 136 }, "4108.02.310A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "310A, Treppenraum", "arch_name": "310A@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -261189,18 +288379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43355, "usage_id": 223 }, "4108.02.311": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "311, keine Nutzung", "arch_name": "311@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -261208,18 +288400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43361, "usage_id": 2 }, "4108.02.311A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "311A, keine Nutzung (wird zur\u00fcckgebaut)", "arch_name": "311A@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261227,18 +288421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43429, "usage_id": 103 }, "4108.02.312": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "312, Be- und Entl\u00fcftung", "arch_name": "312@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -261246,18 +288442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43432, "usage_id": 32 }, "4108.02.313": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "313, keine Nutzung", "arch_name": "313@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261265,18 +288463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43436, "usage_id": 136 }, "4108.02.313A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "313A, Flur", "arch_name": "313A@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261284,18 +288484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43439, "usage_id": 222 }, "4108.02.314": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "314, keine Nutzung", "arch_name": "314@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -261303,18 +288505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43440, "usage_id": 44 }, "4108.02.315": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "315, keine Nutzung", "arch_name": "315@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -261322,18 +288526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43445, "usage_id": 207 }, "4108.02.316": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "316, keine Nutzung", "arch_name": "316@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -261341,18 +288547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43507, "usage_id": 121 }, "4108.02.317A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "317A, keine Nutzung", "arch_name": "317A@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -261360,18 +288568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43512, "usage_id": 2 }, "4108.02.317B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "317B, keine Nutzung", "arch_name": "317B@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261379,18 +288589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43518, "usage_id": 12 }, "4108.02.318A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "318A, keine Nutzung", "arch_name": "318A@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261398,18 +288610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43521, "usage_id": 12 }, "4108.02.318B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "318B, keine Nutzung", "arch_name": "318B@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -261417,18 +288631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43524, "usage_id": 12 }, "4108.02.319": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "319, keine Nutzung", "arch_name": "319@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -261436,18 +288652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43526, "usage_id": 44 }, "4108.02.319A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "319A, Treppenraum", "arch_name": "319A@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -261455,18 +288673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43593, "usage_id": 223 }, "4108.02.319B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "319B, Treppenraum", "arch_name": "319B@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -261474,18 +288694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43596, "usage_id": 223 }, "4108.02.320": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "320, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "320@4108", "area_id": 43, "building_id": 722, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -261493,18 +288715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43600, "usage_id": 5 }, "4108.EG.101": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "101, WC-Herren", "arch_name": "101@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -261512,18 +288736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43575, "usage_id": 115 }, "4108.EG.101A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "101A, Treppenraum", "arch_name": "101A@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -261531,18 +288757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43578, "usage_id": 223 }, "4108.EG.102": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "102, IA R\u00fcckstandslabor", "arch_name": "102@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261550,18 +288778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43581, "usage_id": 102 }, "4108.EG.103": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "103, IA Messraum", "arch_name": "103@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261569,18 +288799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43583, "usage_id": 103 }, "4108.EG.104": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "104, IA Filtration", "arch_name": "104@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261588,19 +288820,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43587, "usage_id": 136 }, "4108.EG.105": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "105, H\u00f6rsaal 9 (WZWH09)", "arch_name": "105@4108", "area_id": 43, "building_id": 722, "calendar_resource_nr": 12570, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -261608,19 +288842,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8529, "usage_id": 20 }, "4108.EG.106": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "106, H\u00f6rsaal 8 (WZWH08)", "arch_name": "106@4108", "area_id": 43, "building_id": 722, "calendar_resource_nr": 12569, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -261628,18 +288864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 8530, "usage_id": 20 }, "4108.EG.106A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "106A, Flur", "arch_name": "106A@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261647,18 +288885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43662, "usage_id": 222 }, "4108.EG.107": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "107, IA R\u00fcckstandslabor", "arch_name": "107@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -261666,18 +288906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43666, "usage_id": 102 }, "4108.EG.107A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "107A, Treppenraum", "arch_name": "107A@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -261685,18 +288927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43734, "usage_id": 223 }, "4108.EG.108": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "108, IA Chemielabor", "arch_name": "108@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261704,18 +288948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43737, "usage_id": 102 }, "4108.EG.109": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "109, IA W\u00e4geraum", "arch_name": "109@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261723,18 +288969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43739, "usage_id": 103 }, "4108.EG.109A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "109A, Flur", "arch_name": "109A@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261742,18 +288990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43743, "usage_id": 222 }, "4108.EG.110": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "110, Spurenelementlabor", "arch_name": "110@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261761,18 +289011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43745, "usage_id": 102 }, "4108.EG.111": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "111, LC-MS-Raum", "arch_name": "111@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -261780,18 +289032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43749, "usage_id": 103 }, "4108.EG.112": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "112, HPLC-Raum", "arch_name": "112@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -261799,18 +289053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43825, "usage_id": 103 }, "4108.EG.112A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "112A, Treppenraum", "arch_name": "112A@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -261818,18 +289074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43828, "usage_id": 223 }, "4108.EG.113": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "113, M\u00fchlenraum", "arch_name": "113@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -261837,18 +289095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43832, "usage_id": 103 }, "4108.EG.113A": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "113A, Flur", "arch_name": "113A@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261856,18 +289116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43837, "usage_id": 222 }, "4108.EG.114": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "114, Probenannahmeraum", "arch_name": "114@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -261875,18 +289137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43916, "usage_id": 186 }, "4108.EG.115": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "115, Chemikalienraum", "arch_name": "115@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261894,18 +289158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43922, "usage_id": 132 }, "4108.EG.116": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "116, Probenlager", "arch_name": "116@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -261913,18 +289179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43926, "usage_id": 30 }, "4108.EG.117": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "117, Zentrifugen", "arch_name": "117@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -261932,18 +289200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43929, "usage_id": 102 }, "4108.EG.118": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "118, AAS-Raum", "arch_name": "118@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26864, "seats": { @@ -261951,18 +289221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44008, "usage_id": 103 }, "4108.EG.119": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "119, WC-Damen", "arch_name": "119@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -261970,18 +289242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44012, "usage_id": 116 }, "4108.EG.120": { "address": { - "floor": "EG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "120, Lastenaufzug", "arch_name": "120@4108", "area_id": 43, "building_id": 722, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -261989,18 +289263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44016, "usage_id": 4 }, "4108.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "001, Wasseraufbereitung", "arch_name": "001@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -262008,18 +289284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43155, "usage_id": 182 }, "4108.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "002, IA Probenvorbereitung", "arch_name": "002@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -262027,18 +289305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43159, "usage_id": 136 }, "4108.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "003, IA Probenlager", "arch_name": "003@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -262046,18 +289326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43161, "usage_id": 30 }, "4108.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "004, Reinigungsmittelraum", "arch_name": "004@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -262065,18 +289347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43163, "usage_id": 205 }, "4108.U1.004A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "004A, WC-Herren Vorraum", "arch_name": "004A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -262084,18 +289368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43166, "usage_id": 118 }, "4108.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "005, WC-Herren", "arch_name": "005@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -262103,18 +289389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43168, "usage_id": 115 }, "4108.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "006, Abstellraum", "arch_name": "006@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26864, "seats": { @@ -262122,18 +289410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43171, "usage_id": 159 }, "4108.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "007, Elektroverteilung", "arch_name": "007@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -262141,18 +289431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43172, "usage_id": 120 }, "4108.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "008, Garage TU", "arch_name": "008@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -262160,18 +289452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43237, "usage_id": 100 }, "4108.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "009, Garage Bioanalytik", "arch_name": "009@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -262179,18 +289473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43239, "usage_id": 100 }, "4108.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "010, Werkstatt", "arch_name": "010@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -262198,18 +289494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43243, "usage_id": 51 }, "4108.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "011, Probenlager", "arch_name": "011@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26864, "seats": { @@ -262217,18 +289515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43245, "usage_id": 30 }, "4108.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "012, WC-Damen", "arch_name": "012@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -262236,18 +289536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43248, "usage_id": 116 }, "4108.U1.012A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "012A, Treppenraum", "arch_name": "012A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -262255,18 +289557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43250, "usage_id": 223 }, "4108.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "013, Hausanschluss", "arch_name": "013@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -262274,18 +289578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43327, "usage_id": 183 }, "4108.U1.013A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "013A, Gasversorgung", "arch_name": "013A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -262293,18 +289599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43329, "usage_id": 183 }, "4108.U1.013B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "013B, Gasflaschen", "arch_name": "013B@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -262312,18 +289620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66520, "usage_id": 183 }, "4108.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "014, GN Abstellraum", "arch_name": "014@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -262331,18 +289641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43332, "usage_id": 159 }, "4108.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "015, GN Chemikalienlager", "arch_name": "015@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -262350,18 +289662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43336, "usage_id": 132 }, "4108.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "016, IA Trockenraum", "arch_name": "016@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -262369,18 +289683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43338, "usage_id": 30 }, "4108.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "017, IA Probenlagerraum", "arch_name": "017@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -262388,18 +289704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43408, "usage_id": 30 }, "4108.U1.017A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "017A, Flur", "arch_name": "017A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -262407,18 +289725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43410, "usage_id": 222 }, "4108.U1.017B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "017B, Eingangshalle, Foyers", "arch_name": "017B@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -262426,18 +289746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43414, "usage_id": 222 }, "4108.U1.017C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "017C, Lastenaufzug", "arch_name": "017C@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15681, "seats": { @@ -262445,18 +289767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43417, "usage_id": 4 }, "4108.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "018, Rotationsverdampfer", "arch_name": "018@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -262464,18 +289788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43420, "usage_id": 136 }, "4108.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "019, Sedimentationsraum", "arch_name": "019@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26864, "seats": { @@ -262483,18 +289809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43423, "usage_id": 136 }, "4108.U1.019A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "019A, Flur", "arch_name": "019A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15681, "seats": { @@ -262502,18 +289830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43424, "usage_id": 222 }, "4108.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "020, L\u00f6sungsmittellager", "arch_name": "020@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15681, "seats": { @@ -262521,18 +289851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43489, "usage_id": 30 }, "4108.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "021, Heizungsverteilerraum", "arch_name": "021@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -262540,18 +289872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43491, "usage_id": 201 }, "4108.U1.021A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "021A, Glaswarenlager", "arch_name": "021A@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -262559,18 +289893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43495, "usage_id": 30 }, "4108.U1.021B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "021B, Flur", "arch_name": "021B@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -262578,18 +289914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43497, "usage_id": 222 }, "4108.U1.021C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "021C, Gasflaschenlager", "arch_name": "021C@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -262597,18 +289935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43501, "usage_id": 30 }, "4108.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "022, Futtermittelrestproben", "arch_name": "022@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -262616,18 +289956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43504, "usage_id": 30 }, "4108.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Alte Akademie 10", "zip_code": 85354 }, + "alt_name": "023, Abstellraum", "arch_name": "023@4108", "area_id": 43, "building_id": 722, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15681, "seats": { @@ -262635,18 +289977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43572, "usage_id": 159 }, "4109.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG01, Treppenraum", "arch_name": "1.OG01@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -262654,18 +289998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43952, "usage_id": 223 }, "4109.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG17, WC-Herren", "arch_name": "1.OG17@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -262673,18 +290019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43956, "usage_id": 115 }, "4109.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG18, WC-Damen", "arch_name": "1.OG18@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -262692,18 +290040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43960, "usage_id": 116 }, "4109.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG02, Flur", "arch_name": "1.OG02@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -262711,18 +290061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44032, "usage_id": 222 }, "4109.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG06, B\u00fcro", "arch_name": "1.OG06@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -262730,18 +290082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44036, "usage_id": 12 }, "4109.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG07, B\u00fcro (gem. Nutzung 50/50)", "arch_name": "1.OG07@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -262749,18 +290103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9676, "usage_id": 12 }, "4109.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG08, B\u00fcro", "arch_name": "1.OG08@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -262768,18 +290124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44043, "usage_id": 12 }, "4109.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG09, B\u00fcro", "arch_name": "1.OG09@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -262787,18 +290145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44046, "usage_id": 12 }, "4109.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG10, B\u00fcro", "arch_name": "1.OG10@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -262806,18 +290166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44059, "usage_id": 12 }, "4109.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG12, B\u00fcro", "arch_name": "1.OG12@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 37495, "seats": { @@ -262825,18 +290187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9707, "usage_id": 12 }, "4109.01.112A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG11, B\u00fcro", "arch_name": "1.OG11@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -262844,18 +290208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44061, "usage_id": 12 }, "4109.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG13, B\u00fcro", "arch_name": "1.OG13@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -262863,18 +290229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44062, "usage_id": 12 }, "4109.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG14, B\u00fcro", "arch_name": "1.OG14@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -262882,18 +290250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44063, "usage_id": 12 }, "4109.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG15, B\u00fcro", "arch_name": "1.OG15@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -262901,18 +290271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44131, "usage_id": 12 }, "4109.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG16, B\u00fcro", "arch_name": "1.OG16@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -262920,18 +290292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44134, "usage_id": 12 }, "4109.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG19, Flur", "arch_name": "1.OG19@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -262939,18 +290313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44136, "usage_id": 222 }, "4109.01.118": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG03, B\u00fcro", "arch_name": "1.OG03@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -262958,19 +290334,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44138, "usage_id": 12 }, "4109.01.119": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG04, B\u00fcro", "arch_name": "1.OG04@4109", "area_id": 43, "building_id": 723, "calendar_resource_nr": 17892, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -262978,18 +290356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9717, "usage_id": 12 }, "4109.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "1.OG05, B\u00fcro", "arch_name": "1.OG05@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -262997,19 +290377,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68841, "usage_id": 12 }, "4109.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG04, B\u00fcro", "arch_name": "2.OG04@4109", "area_id": 43, "building_id": 723, "calendar_resource_nr": 15302, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39071, "seats": { @@ -263017,18 +290399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9719, "usage_id": 12 }, "4109.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG05, Sensorikraum", "arch_name": "2.OG05@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39071, "seats": { @@ -263036,18 +290420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44143, "usage_id": 12 }, "4109.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG06, B\u00fcro", "arch_name": "2.OG06@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39071, "seats": { @@ -263055,18 +290441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44145, "usage_id": 12 }, "4109.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG17, WC-Damen", "arch_name": "2.OG17@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -263074,18 +290462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44148, "usage_id": 116 }, "4109.02.005": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG16, WC-Herren", "arch_name": "2.OG16@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -263093,18 +290483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44150, "usage_id": 115 }, "4109.02.007": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG07, B\u00fcro", "arch_name": "2.OG07@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39071, "seats": { @@ -263112,18 +290504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44154, "usage_id": 12 }, "4109.02.008": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG08, B\u00fcro", "arch_name": "2.OG08@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39071, "seats": { @@ -263131,18 +290525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44156, "usage_id": 12 }, "4109.02.009": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG09, B\u00fcro", "arch_name": "2.OG09@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39071, "seats": { @@ -263150,18 +290546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44158, "usage_id": 12 }, "4109.02.010": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG10, B\u00fcro", "arch_name": "2.OG10@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -263169,18 +290567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44161, "usage_id": 12 }, "4109.02.011": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG11, B\u00fcro", "arch_name": "2.OG11@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -263188,19 +290588,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44164, "usage_id": 12 }, "4109.02.012": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG12, Computerschulung", "arch_name": "2.OG12@4109", "area_id": 43, "building_id": 723, "calendar_resource_nr": 22047, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -263208,18 +290610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44166, "usage_id": 131 }, "4109.02.013": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG13, B\u00fcro", "arch_name": "2.OG13@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -263227,18 +290631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44236, "usage_id": 12 }, "4109.02.014": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG02, Flur", "arch_name": "2.OG02@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -263246,18 +290652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44237, "usage_id": 222 }, "4109.02.015": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG01, Treppenhaus", "arch_name": "2.OG01@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -263265,18 +290673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44241, "usage_id": 223 }, "4109.02.017": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG03, Lager/Speicheraufgang", "arch_name": "2.OG03@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -263284,18 +290694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44254, "usage_id": 30 }, "4109.02.018": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "2.OG14, B\u00fcro", "arch_name": "2.OG14@4109", "area_id": 43, "building_id": 723, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -263303,18 +290715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68879, "usage_id": 12 }, "4109.03.001": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "3.OG01, Dachspeicher", "arch_name": "3.OG01@4109", "area_id": 43, "building_id": 723, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 51258, "seats": { @@ -263322,18 +290736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70564, "usage_id": 159 }, "4109.03.002": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "3.OG02, Dachspeicher", "arch_name": "3.OG02@4109", "area_id": 43, "building_id": 723, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 51258, "seats": { @@ -263341,18 +290757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70565, "usage_id": 159 }, "4109.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG01a, Flur (Eingang)", "arch_name": "EG01a@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -263360,18 +290778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43948, "usage_id": 222 }, "4109.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG01b, Treppenraum", "arch_name": "EG01b@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -263379,18 +290799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43950, "usage_id": 223 }, "4109.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG15, Flur", "arch_name": "EG15@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -263398,18 +290820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68900, "usage_id": 222 }, "4109.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG03d, Besprechung", "arch_name": "EG03d@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263417,18 +290841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68852, "usage_id": 196 }, "4109.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG03c, B\u00fcro", "arch_name": "EG03c@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263436,18 +290862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68837, "usage_id": 12 }, "4109.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG03b, B\u00fcro", "arch_name": "EG03b@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263455,18 +290883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68838, "usage_id": 12 }, "4109.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG03a, Information", "arch_name": "EG03a@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263474,18 +290904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68839, "usage_id": 12 }, "4109.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG02a, B\u00fcro", "arch_name": "EG02a@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263493,18 +290925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68853, "usage_id": 12 }, "4109.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG02, B\u00fcro", "arch_name": "EG02@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263512,19 +290946,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68854, "usage_id": 12 }, "4109.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG04, Seminarraum", "arch_name": "EG04@4109", "area_id": 43, "building_id": 723, "calendar_resource_nr": 30532, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -263532,18 +290968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68855, "usage_id": 41 }, "4109.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG05, B\u00fcro", "arch_name": "EG05@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263551,18 +290989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68856, "usage_id": 12 }, "4109.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG06, B\u00fcro", "arch_name": "EG06@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263570,18 +291010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68857, "usage_id": 12 }, "4109.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG07, B\u00fcro", "arch_name": "EG07@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263589,18 +291031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68858, "usage_id": 12 }, "4109.EG.054": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG08, B\u00fcro", "arch_name": "EG08@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263608,18 +291052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68859, "usage_id": 12 }, "4109.EG.055": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG09, B\u00fcro", "arch_name": "EG09@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263627,18 +291073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68860, "usage_id": 12 }, "4109.EG.056": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG10, B\u00fcro", "arch_name": "EG10@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263646,18 +291094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68861, "usage_id": 12 }, "4109.EG.057": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG11, Besprechung", "arch_name": "EG11@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -263665,18 +291115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68862, "usage_id": 196 }, "4109.EG.058": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG12, Teek\u00fcche", "arch_name": "EG12@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -263684,18 +291136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68878, "usage_id": 44 }, "4109.EG.059": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "EG14, WC-Barrierefrei/Wickeltisch", "arch_name": "EG14@4109", "area_id": 43, "building_id": 723, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -263703,18 +291157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68840, "usage_id": 117 }, "4109.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "UG01, Treppenraum", "arch_name": "UG01@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -263722,18 +291178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68898, "usage_id": 223 }, "4109.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "UG02, Flur", "arch_name": "UG02@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -263741,18 +291199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68899, "usage_id": 222 }, "4109.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "UG03, Haustechnik", "arch_name": "UG03@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -263760,18 +291220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68851, "usage_id": 120 }, "4109.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "UG04, Lager (gem. Nutzung 50/50)", "arch_name": "UG04@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39071, "seats": { @@ -263779,18 +291241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68830, "usage_id": 30 }, "4109.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "UG05, Lager (gem. Nutzung 70/30)", "arch_name": "UG05@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -263798,18 +291262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68831, "usage_id": 30 }, "4109.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "UG05b, E-Technik", "arch_name": "UG05b@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -263817,18 +291283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68832, "usage_id": 160 }, "4109.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "UG06a, Flurzone", "arch_name": "UG06a@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -263836,18 +291304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68833, "usage_id": 222 }, "4109.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "UG06b, Lagerzone", "arch_name": "UG06b@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -263855,18 +291325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68834, "usage_id": 30 }, "4109.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "UG06c, Flurzone", "arch_name": "UG06c@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -263874,18 +291346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68835, "usage_id": 222 }, "4109.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 22", "zip_code": 85354 }, + "alt_name": "UG06d, Lagerzone", "arch_name": "UG06d@4109", "area_id": 43, "building_id": 723, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -263893,18 +291367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68836, "usage_id": 30 }, "4110.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "1. OG 01, Treppenhaus West", "arch_name": "1. OG 01@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -263912,18 +291388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43021, "usage_id": 223 }, "4110.01.001A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "1. OG 01A, Aufzug", "arch_name": "1. OG 01A@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -263931,18 +291409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66937, "usage_id": 4 }, "4110.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "1. OG 05, Flur", "arch_name": "1. OG 05@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -263950,18 +291430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43026, "usage_id": 222 }, "4110.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "1. OG 04, Treppenhaus Ost", "arch_name": "1. OG 04@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -263969,18 +291451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43029, "usage_id": 223 }, "4110.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "1. OG 03, B\u00fcro", "arch_name": "1. OG 03@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -263988,18 +291472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43123, "usage_id": 12 }, "4110.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "1. OG 02B, Praktikumsvorbereitung", "arch_name": "1. OG 02B@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -264007,19 +291493,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43126, "usage_id": 136 }, "4110.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "1. OG 02A, Praktikumsraum", "arch_name": "1. OG 02A@4110", "area_id": 43, "building_id": 724, "calendar_resource_nr": 26053, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -264027,18 +291515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43197, "usage_id": 102 }, "4110.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "2. OG 01, Treppenhaus West", "arch_name": "2. OG 01@4110", "area_id": 43, "building_id": 724, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -264046,18 +291536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43215, "usage_id": 223 }, "4110.02.001A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "2. OG 01A, Aufzug", "arch_name": "2. OG 01A@4110", "area_id": 43, "building_id": 724, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -264065,18 +291557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66938, "usage_id": 4 }, "4110.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "2. OG 04, Flur", "arch_name": "2. OG 04@4110", "area_id": 43, "building_id": 724, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -264084,18 +291578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43275, "usage_id": 222 }, "4110.02.025": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "2. OG 03, Treppenhaus Ost", "arch_name": "2. OG 03@4110", "area_id": 43, "building_id": 724, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -264103,19 +291599,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43280, "usage_id": 223 }, "4110.02.026": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "2. OG 02B, Praktikumsvorbereitungsraum", "arch_name": "2. OG 02B@4110", "area_id": 43, "building_id": 724, "calendar_resource_nr": 26064, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -264123,19 +291621,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43284, "usage_id": 136 }, "4110.02.027": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "2. OG 02A, Praktikumsraum", "arch_name": "2. OG 02A@4110", "area_id": 43, "building_id": 724, "calendar_resource_nr": 15303, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -264143,18 +291643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15158, "usage_id": 102 }, "4110.03.001": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "DG 01, Treppenhaus West", "arch_name": "DG 01@4110", "area_id": 43, "building_id": 724, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -264162,18 +291664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43292, "usage_id": 223 }, "4110.03.035": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "DG 02, Technik", "arch_name": "DG 02@4110", "area_id": 43, "building_id": 724, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -264181,18 +291685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43375, "usage_id": 120 }, "4110.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "EG 01, Treppenraum West", "arch_name": "EG 01@4110", "area_id": 43, "building_id": 724, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -264200,18 +291706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42921, "usage_id": 223 }, "4110.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "EG 01A, Eingangstreppe", "arch_name": "EG 01A@4110", "area_id": 43, "building_id": 724, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -264219,18 +291727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66936, "usage_id": 7 }, "4110.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "EG 04, Flur", "arch_name": "EG 04@4110", "area_id": 43, "building_id": 724, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -264238,18 +291748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42930, "usage_id": 222 }, "4110.EG.002A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "EG 01A, Aufzug", "arch_name": "EG 01A@4110", "area_id": 43, "building_id": 724, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -264257,19 +291769,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66863, "usage_id": 4 }, "4110.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "EG 03, Treppenraum Ost", "arch_name": "EG 03@4110", "area_id": 43, "building_id": 724, "calendar_resource_nr": 21343, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -264277,19 +291791,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43006, "usage_id": 223 }, "4110.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "EG 02B, Praktikumsvorbereitung", "arch_name": "EG 02B@4110", "area_id": 43, "building_id": 724, "calendar_resource_nr": 26051, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -264297,19 +291813,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43010, "usage_id": 136 }, "4110.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "EG 02A, Praktikumsraum", "arch_name": "EG 02A@4110", "area_id": 43, "building_id": 724, "calendar_resource_nr": 26052, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -264317,18 +291835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 43012, "usage_id": 102 }, "4110.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 09, E-Technik", "arch_name": "UG 09@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -264336,18 +291856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44256, "usage_id": 160 }, "4110.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 06A, WC-Herren Vorraum", "arch_name": "UG 06A@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264355,18 +291877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44258, "usage_id": 118 }, "4110.U1.002A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 06B, WC-Herren", "arch_name": "UG 06B@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264374,18 +291898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66856, "usage_id": 115 }, "4110.U1.002B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 07, WC-Barrierefrei", "arch_name": "UG 07@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264393,18 +291919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66857, "usage_id": 117 }, "4110.U1.002C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 08, Technik", "arch_name": "UG 08@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -264412,18 +291940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66858, "usage_id": 120 }, "4110.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 05A, WC-Damen Vorraum", "arch_name": "UG 05A@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264431,18 +291961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44261, "usage_id": 118 }, "4110.U1.003A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 05B, WC-Damen", "arch_name": "UG 05B@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264450,18 +291982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66859, "usage_id": 116 }, "4110.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 03, Fernw\u00e4rme und Technik", "arch_name": "UG 03@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -264469,18 +292003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44264, "usage_id": 201 }, "4110.U1.004A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 01A, Aufzug", "arch_name": "UG 01A@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -264488,18 +292024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66860, "usage_id": 4 }, "4110.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 02, Lager Reinigungsmittelraum", "arch_name": "UG 02@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -264507,18 +292045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44266, "usage_id": 205 }, "4110.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 04, Flur", "arch_name": "UG 04@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264526,18 +292066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42911, "usage_id": 222 }, "4110.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 10, Aufstellraum KS", "arch_name": "UG 10@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -264545,18 +292087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42912, "usage_id": 30 }, "4110.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 20", "zip_code": 85354 }, + "alt_name": "UG 01, Treppenhaus", "arch_name": "UG 01@4110", "area_id": 43, "building_id": 724, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -264564,18 +292108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 42917, "usage_id": 223 }, "4111.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.01, Treppenraum", "arch_name": "1.01@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -264583,18 +292129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67115, "usage_id": 223 }, "4111.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.02, Aufzug", "arch_name": "1.02@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264602,18 +292150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67116, "usage_id": 4 }, "4111.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.03, Treppenraum", "arch_name": "1.03@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -264621,18 +292171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67196, "usage_id": 223 }, "4111.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.04, Treppenraum", "arch_name": "1.04@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264640,18 +292192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67197, "usage_id": 223 }, "4111.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.11, Altes K\u00fchlschiff (ohne Zugang)", "arch_name": "1.11@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -264659,18 +292213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67198, "usage_id": 120 }, "4111.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.12, alte Schaltwarte", "arch_name": "1.12@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15682, "seats": { @@ -264678,18 +292234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67199, "usage_id": 12 }, "4111.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.13, Silos", "arch_name": "1.13@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -264697,18 +292255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67200, "usage_id": 30 }, "4111.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.14, altes Sudhaus", "arch_name": "1.14@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -264716,18 +292276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67201, "usage_id": 49 }, "4111.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.15, Flur", "arch_name": "1.15@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -264735,18 +292297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67202, "usage_id": 222 }, "4111.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.16, Schankanlagentechnikum", "arch_name": "1.16@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39071, "seats": { @@ -264754,18 +292318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67203, "usage_id": 49 }, "4111.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.17, Flur", "arch_name": "1.17@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -264773,18 +292339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67204, "usage_id": 222 }, "4111.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.18, B\u00fcro", "arch_name": "1.18@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39071, "seats": { @@ -264792,18 +292360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67205, "usage_id": 12 }, "4111.01.013": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.19, B\u00fcro", "arch_name": "1.19@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -264811,19 +292381,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67206, "usage_id": 12 }, "4111.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.20, Seminarraum", "arch_name": "1.20@4111", "area_id": 43, "building_id": 725, "calendar_resource_nr": 29232, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 39071, "seats": { @@ -264831,18 +292403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67207, "usage_id": 41 }, "4111.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.21, Serverraum/ ELT", "arch_name": "1.21@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -264850,18 +292424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67208, "usage_id": 160 }, "4111.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.22, Empfang mit Theke", "arch_name": "1.22@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 39071, "seats": { @@ -264869,18 +292445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67209, "usage_id": 44 }, "4111.01.017": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.23, K\u00fcche", "arch_name": "1.23@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -264888,19 +292466,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67210, "usage_id": 28 }, "4111.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.24, Besprechungsraum", "arch_name": "1.24@4111", "area_id": 43, "building_id": 725, "calendar_resource_nr": 28313, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -264908,18 +292488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67211, "usage_id": 196 }, "4111.01.019": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.25, WC-Herren Vorraum", "arch_name": "1.25@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264927,18 +292509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67212, "usage_id": 118 }, "4111.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.26, WC-Herren", "arch_name": "1.26@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264946,18 +292530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67213, "usage_id": 115 }, "4111.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "1.27, WC-Damen", "arch_name": "1.27@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -264965,18 +292551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67214, "usage_id": 116 }, "4111.02.101": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.01, Treppenraum", "arch_name": "2.01@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -264984,18 +292572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67215, "usage_id": 223 }, "4111.02.102": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.02, Aufzug", "arch_name": "2.02@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -265003,18 +292593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67216, "usage_id": 4 }, "4111.02.103": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.03, Treppenraum", "arch_name": "2.03@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -265022,18 +292614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67217, "usage_id": 223 }, "4111.02.104": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.04, Treppenraum", "arch_name": "2.04@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -265041,18 +292635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67218, "usage_id": 223 }, "4111.02.105": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.07, Treppenraum", "arch_name": "2.07@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -265060,18 +292656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67219, "usage_id": 223 }, "4111.02.106": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.11, Technik", "arch_name": "2.11@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -265079,18 +292677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67220, "usage_id": 120 }, "4111.02.107": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.12, Technik", "arch_name": "2.12@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -265098,18 +292698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67221, "usage_id": 120 }, "4111.02.108": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.13, Silos", "arch_name": "2.13@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -265117,18 +292719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67222, "usage_id": 30 }, "4111.02.109": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.14, Silo", "arch_name": "2.14@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -265136,18 +292740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67223, "usage_id": 30 }, "4111.02.110": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.15, Lager", "arch_name": "2.15@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -265155,18 +292761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67224, "usage_id": 30 }, "4111.02.112": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.17, Lager Sekretariat", "arch_name": "2.17@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -265174,18 +292782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67225, "usage_id": 30 }, "4111.02.113": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.18, B\u00fcro", "arch_name": "2.18@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265193,18 +292803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67226, "usage_id": 12 }, "4111.02.114": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.19, B\u00fcro", "arch_name": "2.19@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265212,18 +292824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67227, "usage_id": 12 }, "4111.02.115": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.20, Flur", "arch_name": "2.20@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -265231,18 +292845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67228, "usage_id": 222 }, "4111.02.116": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.21, B\u00fcro", "arch_name": "2.21@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -265250,18 +292866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67229, "usage_id": 12 }, "4111.02.117": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.22, B\u00fcro", "arch_name": "2.22@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 39071, "seats": { @@ -265269,18 +292887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67230, "usage_id": 194 }, "4111.02.118": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.23, ELT", "arch_name": "2.23@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -265288,18 +292908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67231, "usage_id": 160 }, "4111.02.119": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.24, Empfang", "arch_name": "2.24@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265307,18 +292929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67232, "usage_id": 44 }, "4111.02.120": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.25, Flur", "arch_name": "2.25@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -265326,18 +292950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67233, "usage_id": 222 }, "4111.02.121": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.26, Sekretariat", "arch_name": "2.26@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265345,18 +292971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67234, "usage_id": 12 }, "4111.02.122": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.27, B\u00fcro", "arch_name": "2.27@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265364,18 +292992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67235, "usage_id": 12 }, "4111.02.123": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.28, B\u00fcro", "arch_name": "2.28@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265383,18 +293013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67236, "usage_id": 12 }, "4111.02.124": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.29, B\u00fcro", "arch_name": "2.29@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265402,18 +293034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67237, "usage_id": 12 }, "4111.02.125": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.30, B\u00fcro", "arch_name": "2.30@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265421,18 +293055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67238, "usage_id": 12 }, "4111.02.126": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.31, WC-Herren Vorraum", "arch_name": "2.31@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -265440,18 +293076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67117, "usage_id": 118 }, "4111.02.127": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.32, WC-Herren", "arch_name": "2.32@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -265459,18 +293097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67118, "usage_id": 115 }, "4111.02.128": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "2.33, WC-Damen", "arch_name": "2.33@4111", "area_id": 43, "building_id": 725, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -265478,18 +293118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67119, "usage_id": 116 }, "4111.03.101": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.01, Treppenraum", "arch_name": "3.01@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -265497,18 +293139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67120, "usage_id": 223 }, "4111.03.102": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.02, Aufzug", "arch_name": "3.02@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -265516,18 +293160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67121, "usage_id": 4 }, "4111.03.103": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.04, Treppenraum", "arch_name": "3.04@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -265535,18 +293181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67122, "usage_id": 223 }, "4111.03.104": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.07, Treppenraum", "arch_name": "3.07@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -265554,18 +293202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67123, "usage_id": 223 }, "4111.03.105": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.11, Technik", "arch_name": "3.11@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -265573,18 +293223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67124, "usage_id": 120 }, "4111.03.106": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.12, Lager (Luftraum)", "arch_name": "3.12@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -265592,18 +293244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67125, "usage_id": 30 }, "4111.03.107": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.13, Silos", "arch_name": "3.13@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -265611,18 +293265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67126, "usage_id": 30 }, "4111.03.108": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.14, Silo", "arch_name": "3.14@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -265630,18 +293286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67127, "usage_id": 30 }, "4111.03.109": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.15, Lagerboden", "arch_name": "3.15@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -265649,18 +293307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67128, "usage_id": 30 }, "4111.03.110": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.16, Flur", "arch_name": "3.16@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -265668,18 +293328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67129, "usage_id": 222 }, "4111.03.111": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.17, Flur", "arch_name": "3.17@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -265687,18 +293349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67130, "usage_id": 222 }, "4111.03.112": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.18, B\u00fcro", "arch_name": "3.18@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265706,18 +293370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67131, "usage_id": 12 }, "4111.03.113": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.19, Lager", "arch_name": "3.19@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -265725,18 +293391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67132, "usage_id": 30 }, "4111.03.114": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.20, Lager", "arch_name": "3.20@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -265744,18 +293412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67133, "usage_id": 30 }, "4111.03.115": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.21, Lager", "arch_name": "3.21@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -265763,18 +293433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67134, "usage_id": 30 }, "4111.03.116": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.22, B\u00fcro", "arch_name": "3.22@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265782,18 +293454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67135, "usage_id": 12 }, "4111.03.117": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.23, B\u00fcro", "arch_name": "3.23@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -265801,18 +293475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67136, "usage_id": 12 }, "4111.03.118": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.24, Labor", "arch_name": "3.24@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -265820,18 +293496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67137, "usage_id": 194 }, "4111.03.119": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.25, Biophysiklabor", "arch_name": "3.25@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -265839,18 +293517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67138, "usage_id": 103 }, "4111.03.120": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.26, B\u00fcro", "arch_name": "3.26@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -265858,18 +293538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67139, "usage_id": 12 }, "4111.03.121": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "3.27, Mikrostrukturlabor", "arch_name": "3.27@4111", "area_id": 43, "building_id": 725, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -265877,18 +293559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67140, "usage_id": 102 }, "4111.04.101": { "address": { - "floor": "4.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "4.01, Treppenraum", "arch_name": "4.01@4111", "area_id": 43, "building_id": 725, + "floor_level": "4.OG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -265896,18 +293580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67141, "usage_id": 223 }, "4111.04.102": { "address": { - "floor": "4.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "4.02, Aufzug", "arch_name": "4.02@4111", "area_id": 43, "building_id": 725, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -265915,18 +293601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67142, "usage_id": 4 }, "4111.04.103": { "address": { - "floor": "4.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "4.11, Malzputzmaschinen, ehem.", "arch_name": "4.11@4111", "area_id": 43, "building_id": 725, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -265934,18 +293622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67143, "usage_id": 209 }, "4111.04.104": { "address": { - "floor": "4.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "4.12, K\u00fchlschiff, ehem.", "arch_name": "4.12@4111", "area_id": 43, "building_id": 725, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -265953,18 +293643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67144, "usage_id": 120 }, "4111.05.101": { "address": { - "floor": "5.OG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "5.01, Darrenboden, ehem.", "arch_name": "5.01@4111", "area_id": 43, "building_id": 725, + "floor_level": "5.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -265972,18 +293664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67145, "usage_id": 30 }, "4111.EG.101": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E01, Treppenraum", "arch_name": "E01@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -265991,18 +293685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67190, "usage_id": 223 }, "4111.EG.102": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E02, Aufzug", "arch_name": "E02@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266010,18 +293706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67191, "usage_id": 4 }, "4111.EG.103": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E03, Treppenraum", "arch_name": "E03@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266029,18 +293727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67192, "usage_id": 223 }, "4111.EG.104": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E04, Treppenraum", "arch_name": "E04@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266048,18 +293748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67193, "usage_id": 223 }, "4111.EG.104A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E04A, Flur", "arch_name": "E04A@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266067,18 +293769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67442, "usage_id": 222 }, "4111.EG.105": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E05, Aufzug", "arch_name": "E05@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266086,18 +293790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67194, "usage_id": 4 }, "4111.EG.105A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E06, Durchfahrt", "arch_name": "E06@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39071, "seats": { @@ -266105,18 +293811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67257, "usage_id": 13 }, "4111.EG.106": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E11, FOB Sudhaus", "arch_name": "E11@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -266124,18 +293832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67195, "usage_id": 49 }, "4111.EG.107": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E12, FOB Sudhaus (Schaltwarte)", "arch_name": "E12@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15682, "seats": { @@ -266143,18 +293853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67078, "usage_id": 49 }, "4111.EG.108": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E13, ELT", "arch_name": "E13@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -266162,18 +293874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67079, "usage_id": 160 }, "4111.EG.109": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E14, Darre", "arch_name": "E14@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -266181,18 +293895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67080, "usage_id": 49 }, "4111.EG.110": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E15, Versorgungsraum", "arch_name": "E15@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -266200,18 +293916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67081, "usage_id": 49 }, "4111.EG.111": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E16, Werkstatt", "arch_name": "E16@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -266219,18 +293937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67082, "usage_id": 51 }, "4111.EG.112": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E17, Lager/Brandmeldeanlage", "arch_name": "E17@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15682, "seats": { @@ -266238,18 +293958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67083, "usage_id": 30 }, "4111.EG.113": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E18, Silos", "arch_name": "E18@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -266257,18 +293979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67084, "usage_id": 30 }, "4111.EG.114": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E19, Lager (alte Wasserenth\u00e4rtung)", "arch_name": "E19@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15682, "seats": { @@ -266276,18 +294000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67085, "usage_id": 30 }, "4111.EG.115": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E20, Malzanlieferung", "arch_name": "E20@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15682, "seats": { @@ -266295,18 +294021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67086, "usage_id": 30 }, "4111.EG.116": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E21, Schalander", "arch_name": "E21@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39071, "seats": { @@ -266314,18 +294042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67087, "usage_id": 53 }, "4111.EG.117": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E22, Flur", "arch_name": "E22@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266333,18 +294063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67088, "usage_id": 222 }, "4111.EG.118": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E23, WC-Damen", "arch_name": "E23@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266352,18 +294084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67090, "usage_id": 116 }, "4111.EG.119": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E24, WC-Herren Vorraum", "arch_name": "E24@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266371,18 +294105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67093, "usage_id": 118 }, "4111.EG.120": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E25, WC-Herren", "arch_name": "E25@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266390,18 +294126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67095, "usage_id": 115 }, "4111.EG.121": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E26, Dusche-Herren", "arch_name": "E26@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266409,18 +294147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67097, "usage_id": 113 }, "4111.EG.122": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E27, Umkleide-Herren", "arch_name": "E27@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266428,18 +294168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67100, "usage_id": 121 }, "4111.EG.123": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E28, Nass-Technikum Vorbereitung", "arch_name": "E28@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39071, "seats": { @@ -266447,18 +294189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67104, "usage_id": 49 }, "4111.EG.123A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E28A, Nass-Technikum Lager", "arch_name": "E28A@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39071, "seats": { @@ -266466,18 +294210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70707, "usage_id": 49 }, "4111.EG.124": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E29, Nass-Technikum", "arch_name": "E29@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39071, "seats": { @@ -266485,18 +294231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67105, "usage_id": 49 }, "4111.EG.125": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E30, B\u00e4ckereitechnikum", "arch_name": "E30@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -266504,18 +294252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67106, "usage_id": 49 }, "4111.EG.126": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E30A, B\u00fcro/Analyse", "arch_name": "E30A@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -266523,18 +294273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67107, "usage_id": 49 }, "4111.EG.127": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E31, Probeneingang", "arch_name": "E31@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39071, "seats": { @@ -266542,18 +294294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67108, "usage_id": 30 }, "4111.EG.128": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E32, Verkostungsraum/Auswertung", "arch_name": "E32@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -266561,18 +294315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67109, "usage_id": 110 }, "4111.EG.129": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E33, Lager M\u00e4lzerei", "arch_name": "E33@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39071, "seats": { @@ -266580,18 +294336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67110, "usage_id": 30 }, "4111.EG.130": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E34, M\u00fchlentechnikum", "arch_name": "E34@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39071, "seats": { @@ -266599,18 +294357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67111, "usage_id": 49 }, "4111.EG.131": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E35, Kleinm\u00e4lzung", "arch_name": "E35@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39071, "seats": { @@ -266618,18 +294378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67112, "usage_id": 49 }, "4111.EG.132": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E36, Kleinm\u00e4lzung", "arch_name": "E36@4111", "area_id": 43, "building_id": 725, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39071, "seats": { @@ -266637,18 +294399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67113, "usage_id": 49 }, "4111.TP.104A": { "address": { - "floor": "TP", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K11/1, Lagerkeller 1/ Hochtanklager", "arch_name": "K11/1@4111", "area_id": 43, "building_id": 725, + "floor_level": "TP", "floor_type": "Gitterrost", "main_operator_id": 15682, "seats": { @@ -266656,18 +294420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68354, "usage_id": 30 }, "4111.TP.107A": { "address": { - "floor": "TP", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K14/1, Corneliuslager 2", "arch_name": "K14/1@4111", "area_id": 43, "building_id": 725, + "floor_level": "TP", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -266675,18 +294441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68359, "usage_id": 30 }, "4111.TP.107B": { "address": { - "floor": "TP", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K14A/1, ELT Betriebstechnik", "arch_name": "K14A/1@4111", "area_id": 43, "building_id": 725, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -266694,18 +294462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69037, "usage_id": 120 }, "4111.TP.107C": { "address": { - "floor": "TP", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K14B/1, ehem. Keimstra\u00dfe", "arch_name": "K14B/1@4111", "area_id": 43, "building_id": 725, + "floor_level": "TP", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266713,18 +294483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68355, "usage_id": 16 }, "4111.U1.101": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K01, Treppenraum", "arch_name": "K01@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 19691, "seats": { @@ -266732,18 +294504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67162, "usage_id": 223 }, "4111.U1.102": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K02, Aufzug", "arch_name": "K02@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266751,18 +294525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67163, "usage_id": 4 }, "4111.U1.103": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K05, Aufzug", "arch_name": "K05@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266770,18 +294546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67164, "usage_id": 4 }, "4111.U1.104": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K11, G\u00e4r- und Lagerkeller gro\u00df", "arch_name": "K11@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -266789,18 +294567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67165, "usage_id": 30 }, "4111.U1.105": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K12, G\u00e4r- und Lagerkeller klein", "arch_name": "K12@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -266808,18 +294588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67166, "usage_id": 30 }, "4111.U1.106": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K13, Aufzugsraum/ELT", "arch_name": "K13@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -266827,18 +294609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67167, "usage_id": 5 }, "4111.U1.107": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K14, Corneliuslager", "arch_name": "K14@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -266846,18 +294630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67168, "usage_id": 30 }, "4111.U1.107A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K14A, Trafostation III", "arch_name": "K14A@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -266865,18 +294651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67675, "usage_id": 160 }, "4111.U1.107B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K14B, Trafostation III", "arch_name": "K14B@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -266884,18 +294672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67676, "usage_id": 160 }, "4111.U1.107C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K14C, Trafostation III", "arch_name": "K14C@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -266903,18 +294693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67678, "usage_id": 160 }, "4111.U1.107D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K14D, Trafostation III", "arch_name": "K14D@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -266922,18 +294714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67679, "usage_id": 160 }, "4111.U1.108": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K15, Lager", "arch_name": "K15@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -266941,18 +294735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67169, "usage_id": 30 }, "4111.U1.109": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K16, Lager/Magazin", "arch_name": "K16@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39071, "seats": { @@ -266960,18 +294756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67170, "usage_id": 30 }, "4111.U1.110": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K17, Flur", "arch_name": "K17@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -266979,18 +294777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67171, "usage_id": 222 }, "4111.U1.111": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K18, Elektroraum", "arch_name": "K18@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -266998,18 +294798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67172, "usage_id": 160 }, "4111.U1.112": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K19, Kompressorraum/ Lager B\u00e4ckerei", "arch_name": "K19@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39071, "seats": { @@ -267017,18 +294819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67173, "usage_id": 30 }, "4111.U1.113": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K20, Flur", "arch_name": "K20@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267036,18 +294840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67174, "usage_id": 222 }, "4111.U1.114": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K21, K\u00fchlung/ Lager B\u00e4ckerei", "arch_name": "K21@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39071, "seats": { @@ -267055,18 +294861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67175, "usage_id": 30 }, "4111.U1.115": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K22, Flur", "arch_name": "K22@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267074,18 +294882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67176, "usage_id": 222 }, "4111.U1.116": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K23, Flur", "arch_name": "K23@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267093,18 +294903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67177, "usage_id": 222 }, "4111.U1.117": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K24, Lager", "arch_name": "K24@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -267112,18 +294924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67178, "usage_id": 30 }, "4111.U1.118": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K25, Versorgungstunnel", "arch_name": "K25@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15682, "seats": { @@ -267131,18 +294945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67179, "usage_id": 120 }, "4111.U1.119": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K26, \u00dcbergabe Fernw\u00e4rme", "arch_name": "K26@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -267150,18 +294966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67180, "usage_id": 120 }, "4111.U1.120": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K27, Wasser\u00fcbergabe", "arch_name": "K27@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -267169,18 +294987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67181, "usage_id": 120 }, "4111.U1.121": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "K28, K\u00fchlung/ Zolllager", "arch_name": "K28@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15682, "seats": { @@ -267188,18 +295008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67182, "usage_id": 30 }, "4111.Z1.106A": { "address": { - "floor": "1.ZG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E11/1, Archiv", "arch_name": "E11/1@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.ZG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -267207,18 +295029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68356, "usage_id": 2 }, "4111.Z1.128A": { "address": { - "floor": "1.ZG", "place": "Freising", "street": "Weihenstephaner Steig 18", "zip_code": 85354 }, + "alt_name": "E32/1, Verkostungskabinen", "arch_name": "E32/1@4111", "area_id": 43, "building_id": 725, + "floor_level": "1.ZG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -267226,18 +295050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68357, "usage_id": 12 }, "4113.01.101A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 1.1, Treppenraum 2", "arch_name": "O1 1.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267245,18 +295071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69483, "usage_id": 223 }, "4113.01.101B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 1.2, Flur 1", "arch_name": "O1 1.2@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267264,18 +295092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69504, "usage_id": 222 }, "4113.01.101C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 1.3, historischer Steg", "arch_name": "O1 1.3@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -267283,19 +295113,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69505, "usage_id": 206 }, "4113.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 2, Gruppenlernraum", "arch_name": "O1 2@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31259, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267303,19 +295135,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69482, "usage_id": 131 }, "4113.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 3, Gruppenlernraum", "arch_name": "O1 3@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31260, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267323,18 +295157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69506, "usage_id": 131 }, "4113.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 4, Treppenraum 1", "arch_name": "O1 4@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -267342,19 +295178,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69521, "usage_id": 223 }, "4113.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 5, H\u00f6rsaal 4 (WZWH04)", "arch_name": "O1 5@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31612, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -267362,18 +295200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69507, "usage_id": 20 }, "4113.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 6, Flur 2", "arch_name": "O1 6@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -267381,18 +295221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69485, "usage_id": 222 }, "4113.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 7, Abstellraum", "arch_name": "O1 7@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267400,18 +295242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69484, "usage_id": 159 }, "4113.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 8, WC-Vorraum", "arch_name": "O1 8@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267419,18 +295263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69522, "usage_id": 118 }, "4113.01.108A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 8.1, WC-Herren", "arch_name": "O1 8.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267438,18 +295284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69523, "usage_id": 115 }, "4113.01.108B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O1 8.2, WC-Damen", "arch_name": "O1 8.2@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267457,18 +295305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69486, "usage_id": 116 }, "4113.02.201A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 1.1, Treppenraum 2", "arch_name": "O2 1.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267476,18 +295326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69524, "usage_id": 223 }, "4113.02.201B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 1.2, Flur 2", "arch_name": "O2 1.2@4113", "area_id": 43, "building_id": 693, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -267495,19 +295347,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69487, "usage_id": 222 }, "4113.02.202": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 2, Gruppenarbeitsraum", "arch_name": "O2 2@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31261, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267515,19 +295369,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69488, "usage_id": 131 }, "4113.02.203": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 3, Gruppenarbeitsraum", "arch_name": "O2 3@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31262, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267535,19 +295391,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69508, "usage_id": 131 }, "4113.02.204": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 4, Eltern-Kind-Zimmer/Wickeltisch", "arch_name": "O2 4@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31263, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -267555,19 +295413,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69509, "usage_id": 44 }, "4113.02.205": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 5, Ruheraum", "arch_name": "O2 5@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31264, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267575,19 +295435,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69510, "usage_id": 44 }, "4113.02.206": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 6, B\u00fcro", "arch_name": "O2 6@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31265, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267595,18 +295457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69525, "usage_id": 12 }, "4113.02.207": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 7, Treppenraum 1", "arch_name": "O2 7@4113", "area_id": 43, "building_id": 693, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -267614,18 +295478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69526, "usage_id": 223 }, "4113.02.208": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 8, Abstellraum", "arch_name": "O2 8@4113", "area_id": 43, "building_id": 693, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267633,18 +295499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69490, "usage_id": 159 }, "4113.02.209": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 9, Flur 1", "arch_name": "O2 9@4113", "area_id": 43, "building_id": 693, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -267652,19 +295520,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69489, "usage_id": 222 }, "4113.02.210": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 10, Mehrzweckraum", "arch_name": "O2 10@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31266, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267672,18 +295542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69491, "usage_id": 130 }, "4113.02.211": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 11, Flur TK", "arch_name": "O2 11@4113", "area_id": 43, "building_id": 693, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -267691,18 +295563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69492, "usage_id": 222 }, "4113.02.212": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 12, WC-Vorraum", "arch_name": "O2 12@4113", "area_id": 43, "building_id": 693, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267710,18 +295584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69512, "usage_id": 118 }, "4113.02.212A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 12.1, WC-Damen", "arch_name": "O2 12.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267729,18 +295605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69513, "usage_id": 116 }, "4113.02.212B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 12.2, WC-Herren", "arch_name": "O2 12.2@4113", "area_id": 43, "building_id": 693, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -267748,18 +295626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69514, "usage_id": 115 }, "4113.02.213": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 13, Reinigungsmittelraum", "arch_name": "O2 13@4113", "area_id": 43, "building_id": 693, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -267767,19 +295647,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69511, "usage_id": 205 }, "4113.02.215": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "O2 15, Teek\u00fcche", "arch_name": "O2 15@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31267, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267787,18 +295669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69493, "usage_id": 44 }, "4113.03.301": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 1, Treppenraum", "arch_name": "D 1@4113", "area_id": 43, "building_id": 693, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -267806,19 +295690,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69515, "usage_id": 223 }, "4113.03.302": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 2, Teek\u00fcche", "arch_name": "D 2@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31268, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267826,19 +295712,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69494, "usage_id": 44 }, "4113.03.303": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 3, Kammer des Schreckens", "arch_name": "D 3@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31269, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267846,18 +295734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69516, "usage_id": 110 }, "4113.03.304": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 4, Zugang zum Speicher/Reinigung", "arch_name": "D 4@4113", "area_id": 43, "building_id": 693, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -267865,19 +295755,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69517, "usage_id": 222 }, "4113.03.305": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 5, Karaokeraum", "arch_name": "D 5@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31270, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267885,19 +295777,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69495, "usage_id": 208 }, "4113.03.306": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 6, Prokrastinationsraum", "arch_name": "D 6@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31271, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267905,19 +295799,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69496, "usage_id": 208 }, "4113.03.307": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 7, Inspirationsraum", "arch_name": "D 7@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31272, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -267925,18 +295821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69527, "usage_id": 208 }, "4113.03.308": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 8, Flur 1", "arch_name": "D 8@4113", "area_id": 43, "building_id": 693, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -267944,18 +295842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69528, "usage_id": 222 }, "4113.03.309": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 9, Flur 2", "arch_name": "D 9@4113", "area_id": 43, "building_id": 693, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -267963,18 +295863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69497, "usage_id": 222 }, "4113.03.310": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 10, Flur 3", "arch_name": "D 10@4113", "area_id": 43, "building_id": 693, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -267982,19 +295884,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69498, "usage_id": 222 }, "4113.03.311": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 11, Lernen", "arch_name": "D 11@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31273, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -268002,18 +295906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69518, "usage_id": 208 }, "4113.03.312": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 12, Abstellraum", "arch_name": "D 12@4113", "area_id": 43, "building_id": 693, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -268021,18 +295927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69499, "usage_id": 159 }, "4113.03.313": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 13, WC Vorraum", "arch_name": "D 13@4113", "area_id": 43, "building_id": 693, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268040,18 +295948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69500, "usage_id": 118 }, "4113.03.313A": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 13.1, WC-Herren", "arch_name": "D 13.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268059,18 +295969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69519, "usage_id": 115 }, "4113.03.313B": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "D 13.2, WC-Damen", "arch_name": "D 13.2@4113", "area_id": 43, "building_id": 693, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268078,18 +295990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69520, "usage_id": 116 }, "4113.04.401": { "address": { - "floor": "4.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "SP 01, Speicher", "arch_name": "SP 01@4113", "area_id": 43, "building_id": 693, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -268097,18 +296011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71731, "usage_id": 159 }, "4113.04.402": { "address": { - "floor": "4.OG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "SP 02, Technikraum", "arch_name": "SP 02@4113", "area_id": 43, "building_id": 693, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -268116,18 +296032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71732, "usage_id": 120 }, "4113.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 1, Windfang Treppenhaus NW", "arch_name": "EG 1@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268135,18 +296053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45866, "usage_id": 52 }, "4113.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 1.1, Treppenhaus NW", "arch_name": "EG 1.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268154,18 +296074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69540, "usage_id": 223 }, "4113.EG.001B": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 1.2, Flur Treppenraum NW", "arch_name": "EG 1.2@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268173,18 +296095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69534, "usage_id": 222 }, "4113.EG.001C": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 0.1, Flur Treppenraum SW", "arch_name": "EG 0.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268192,18 +296116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69535, "usage_id": 222 }, "4113.EG.001D": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 0, Treppenhaus SW", "arch_name": "EG 0@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268211,19 +296137,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69541, "usage_id": 223 }, "4113.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 2, AStA-B\u00fcro", "arch_name": "EG 2@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31252, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -268231,19 +296159,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46022, "usage_id": 12 }, "4113.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 3, Cafeteria", "arch_name": "EG 3@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31253, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -268251,19 +296181,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46043, "usage_id": 139 }, "4113.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 4, Gruppenraum & Automaten", "arch_name": "EG 4@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31254, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -268271,18 +296203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70130, "usage_id": 131 }, "4113.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 5, Treppenhaus Ost", "arch_name": "EG 5@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -268290,18 +296224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69542, "usage_id": 223 }, "4113.EG.005A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 5.1, Abstellraum", "arch_name": "EG 5.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 30361, "seats": { @@ -268309,18 +296245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69481, "usage_id": 159 }, "4113.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 6, Lager", "arch_name": "EG 6@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -268328,18 +296266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69543, "usage_id": 30 }, "4113.EG.006A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 6.1, Fernw\u00e4rme", "arch_name": "EG 6.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -268347,18 +296287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69501, "usage_id": 120 }, "4113.EG.006B": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 6.2, L\u00fcftungszentrale", "arch_name": "EG 6.2@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -268366,18 +296308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69502, "usage_id": 32 }, "4113.EG.006C": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 6.3, Treppe + Podest", "arch_name": "EG 6.3@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -268385,19 +296329,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69503, "usage_id": 223 }, "4113.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 7, Sitzungssaal", "arch_name": "EG 7@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31255, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -268405,18 +296351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69539, "usage_id": 42 }, "4113.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 8, WC-Vorraum", "arch_name": "EG 8@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268424,18 +296372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69536, "usage_id": 118 }, "4113.EG.008A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 8.1, WC-Damen", "arch_name": "EG 8.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268443,18 +296393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69537, "usage_id": 116 }, "4113.EG.008B": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 8.2, WC-Herren", "arch_name": "EG 8.2@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268462,18 +296414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69538, "usage_id": 115 }, "4113.EG.010A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "EG 10A, Aufzug", "arch_name": "EG 10A@4113", "area_id": 43, "building_id": 693, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -268481,18 +296435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70932, "usage_id": 4 }, "4113.U1.001A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 1.1, Treppenraum", "arch_name": "K 1.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -268500,18 +296456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44937, "usage_id": 223 }, "4113.U1.001C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 1.3, Maschinenraum Aufzug", "arch_name": "K 1.3@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -268519,19 +296477,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69533, "usage_id": 5 }, "4113.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 2, Musikraum", "arch_name": "K 2@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31256, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 30361, "seats": { @@ -268539,19 +296499,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44952, "usage_id": 188 }, "4113.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 3, Lounge", "arch_name": "K 3@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31257, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -268559,19 +296521,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45106, "usage_id": 44 }, "4113.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 4, Kickerraum", "arch_name": "K 4@4113", "area_id": 43, "building_id": 693, "calendar_resource_nr": 31258, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -268579,18 +296543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45125, "usage_id": 44 }, "4113.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 5, Flur", "arch_name": "K 5@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -268598,18 +296564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45288, "usage_id": 222 }, "4113.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 6, EDV-Raum", "arch_name": "K 6@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 30361, "seats": { @@ -268617,18 +296585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45320, "usage_id": 207 }, "4113.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 7, WC-Herren/Vorraum/Barrierefrei", "arch_name": "K 7@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268636,18 +296606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45470, "usage_id": 118 }, "4113.U1.007A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 7.1, WC-Herren/Barrierefrei", "arch_name": "K 7.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268655,18 +296627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45488, "usage_id": 117 }, "4113.U1.007B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 7.2, Dusche-Herren", "arch_name": "K 7.2@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268674,18 +296648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69529, "usage_id": 210 }, "4113.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 8, WC-Damen/Vorraum/Barrierefrei", "arch_name": "K 8@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268693,18 +296669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45501, "usage_id": 118 }, "4113.U1.008A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 8.1, WC-Damen/Barrierefrei", "arch_name": "K 8.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268712,18 +296690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45649, "usage_id": 117 }, "4113.U1.008B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 8.2, Dusche-Damen", "arch_name": "K 8.2@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268731,18 +296711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69530, "usage_id": 210 }, "4113.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 9, WC-Herren Vorraum", "arch_name": "K 9@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268750,18 +296732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45663, "usage_id": 118 }, "4113.U1.009A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 9.1, WC-Herren", "arch_name": "K 9.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268769,18 +296753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69531, "usage_id": 115 }, "4113.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 10, WC-Damen Vorraum", "arch_name": "K 10@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268788,18 +296774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45679, "usage_id": 118 }, "4113.U1.010A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 10.1, WC-Damen", "arch_name": "K 10.1@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268807,18 +296795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69532, "usage_id": 116 }, "4113.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 16", "zip_code": 85354 }, + "alt_name": "K 11, Hebeanlage", "arch_name": "K 11@4113", "area_id": 43, "building_id": 693, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -268826,18 +296816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45831, "usage_id": 4 }, "4114.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "001, Arbeitsraum", "arch_name": "001@4114", "area_id": 43, "building_id": 694, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39071, "seats": { @@ -268845,18 +296837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46986, "usage_id": 12 }, "4114.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "001A, Flur", "arch_name": "001A@4114", "area_id": 43, "building_id": 694, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -268864,18 +296858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46998, "usage_id": 222 }, "4114.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "002, Aufenthaltsraum", "arch_name": "002@4114", "area_id": 43, "building_id": 694, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39071, "seats": { @@ -268883,18 +296879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47007, "usage_id": 44 }, "4114.EG.002A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "002A, Gruppenumkleide allgemein", "arch_name": "002A@4114", "area_id": 43, "building_id": 694, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -268902,18 +296900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44291, "usage_id": 121 }, "4114.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "003, Grobmechanische Werkstatt", "arch_name": "003@4114", "area_id": 43, "building_id": 694, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -268921,18 +296921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44307, "usage_id": 51 }, "4114.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "004, Grobmechanische Werkstatt", "arch_name": "004@4114", "area_id": 43, "building_id": 694, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -268940,18 +296942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44324, "usage_id": 51 }, "4114.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "005, Abstellraum/Grossger\u00e4te", "arch_name": "005@4114", "area_id": 43, "building_id": 694, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -268959,18 +296963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44475, "usage_id": 159 }, "4114.EG.005A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "005A, Werkstatt", "arch_name": "005A@4114", "area_id": 43, "building_id": 694, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -268978,18 +296984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68188, "usage_id": 51 }, "4114.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "006, Waschhalle", "arch_name": "006@4114", "area_id": 43, "building_id": 694, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -268997,18 +297005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44492, "usage_id": 108 }, "4114.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "007, Metallwerkst\u00e4tten Grob", "arch_name": "007@4114", "area_id": 43, "building_id": 694, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -269016,18 +297026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44507, "usage_id": 51 }, "4114.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "008, Lager", "arch_name": "008@4114", "area_id": 43, "building_id": 694, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -269035,18 +297047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46816, "usage_id": 30 }, "4114.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 14", "zip_code": 85354 }, + "alt_name": "009, Lager", "arch_name": "009@4114", "area_id": 43, "building_id": 694, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -269054,18 +297068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46833, "usage_id": 30 }, "4115.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "001, Flur mit Treppe", "arch_name": "001@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 44107, "seats": { @@ -269073,18 +297089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73322, "usage_id": 222 }, "4115.01.001A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "001A, Flur", "arch_name": "001A@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269092,18 +297110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73329, "usage_id": 222 }, "4115.01.001B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "001B, Vorraum B\u00fcro/WC", "arch_name": "001B@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269111,18 +297131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73330, "usage_id": 50 }, "4115.01.001C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "001C, Aufgang Treppe DG", "arch_name": "001C@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 44107, "seats": { @@ -269130,18 +297152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73332, "usage_id": 223 }, "4115.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "002, WC", "arch_name": "002@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269149,18 +297173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73331, "usage_id": 114 }, "4115.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "003, Balkon", "arch_name": "003@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44107, "seats": { @@ -269168,18 +297194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73333, "usage_id": 219 }, "4115.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "004, B\u00fcro", "arch_name": "004@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269187,18 +297215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44838, "usage_id": 12 }, "4115.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "005, Mal- und Spielraum", "arch_name": "005@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269206,18 +297236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44855, "usage_id": 146 }, "4115.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "006, Ruheraum", "arch_name": "006@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269225,18 +297257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44866, "usage_id": 44 }, "4115.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "001, Speicher", "arch_name": "001@4115", "area_id": 43, "building_id": 653, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 44107, "seats": { @@ -269244,18 +297278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73324, "usage_id": 30 }, "4115.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "001, Vorraum K\u00fcche", "arch_name": "001@4115", "area_id": 43, "building_id": 653, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269263,18 +297299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44683, "usage_id": 28 }, "4115.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "001A, K\u00fcche", "arch_name": "001A@4115", "area_id": 43, "building_id": 653, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269282,18 +297320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73317, "usage_id": 28 }, "4115.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "002, Ess.- und Spielraum", "arch_name": "002@4115", "area_id": 43, "building_id": 653, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269301,18 +297341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44694, "usage_id": 44 }, "4115.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "003, WC", "arch_name": "003@4115", "area_id": 43, "building_id": 653, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269320,18 +297362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44698, "usage_id": 114 }, "4115.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "004, Flur mit Waschbecken", "arch_name": "004@4115", "area_id": 43, "building_id": 653, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269339,18 +297383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73326, "usage_id": 222 }, "4115.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "005, Treppenhaus/Eingangsbereich", "arch_name": "005@4115", "area_id": 43, "building_id": 653, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 44107, "seats": { @@ -269358,18 +297404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73327, "usage_id": 223 }, "4115.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "006, Windfang/Eingangsbereich", "arch_name": "006@4115", "area_id": 43, "building_id": 653, + "floor_level": "EG", "floor_type": "Gie\u00dfharz", "main_operator_id": 44107, "seats": { @@ -269377,18 +297425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73328, "usage_id": 52 }, "4115.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "008, Terrasse", "arch_name": "008@4115", "area_id": 43, "building_id": 653, + "floor_level": "EG", "floor_type": "Gie\u00dfharz", "main_operator_id": 44107, "seats": { @@ -269396,18 +297446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73321, "usage_id": 48 }, "4115.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "007, Lager/Heizungsraum", "arch_name": "007@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 44107, "seats": { @@ -269415,18 +297467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44657, "usage_id": 120 }, "4115.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "009, Spielzimmer", "arch_name": "009@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44107, "seats": { @@ -269434,18 +297488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73313, "usage_id": 146 }, "4115.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "009, Bastelraum", "arch_name": "009@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 44107, "seats": { @@ -269453,18 +297509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44672, "usage_id": 146 }, "4115.U1.009A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "009A, Treppe UG zum Garten", "arch_name": "009A@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44107, "seats": { @@ -269472,18 +297530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73314, "usage_id": 7 }, "4115.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "010, WC", "arch_name": "010@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44107, "seats": { @@ -269491,18 +297551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73315, "usage_id": 114 }, "4115.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "011, Flur", "arch_name": "011@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 44107, "seats": { @@ -269510,18 +297572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73316, "usage_id": 222 }, "4115.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 19", "zip_code": 85350 }, + "alt_name": "012, Treppe", "arch_name": "012@4115", "area_id": 43, "building_id": 653, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 44107, "seats": { @@ -269529,18 +297593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73312, "usage_id": 223 }, "4116.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "014, Terrasse", "arch_name": "014@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -269548,18 +297614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45557, "usage_id": 48 }, "4116.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "015, Flur", "arch_name": "015@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -269567,18 +297635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45568, "usage_id": 222 }, "4116.01.015A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "015A, Treppe 1.OG-2.OG", "arch_name": "015A@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39687, "seats": { @@ -269586,18 +297656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73320, "usage_id": 223 }, "4116.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "016, Flur", "arch_name": "016@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -269605,18 +297677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45588, "usage_id": 222 }, "4116.01.017": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "017, WC", "arch_name": "017@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -269624,18 +297698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45601, "usage_id": 114 }, "4116.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "018, Lager/Reinigungsmittel", "arch_name": "018@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -269643,18 +297719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52735, "usage_id": 30 }, "4116.01.019": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "019, Flur mit Sitzgruppe", "arch_name": "019@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -269662,18 +297740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52749, "usage_id": 222 }, "4116.01.019A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "019A, K\u00fcche", "arch_name": "019A@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -269681,18 +297761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52761, "usage_id": 28 }, "4116.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "020, B\u00fcro", "arch_name": "020@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -269700,18 +297782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52903, "usage_id": 12 }, "4116.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "021, Schlafraum Kinder / Besprechungsgruppe", "arch_name": "021@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -269719,18 +297803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52908, "usage_id": 44 }, "4116.02.023": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "023, B\u00fcro", "arch_name": "023@4116", "area_id": 43, "building_id": 695, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -269738,18 +297824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52933, "usage_id": 12 }, "4116.02.024": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "024, B\u00fcro", "arch_name": "024@4116", "area_id": 43, "building_id": 695, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -269757,18 +297845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52944, "usage_id": 12 }, "4116.02.025": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "025, B\u00fcro", "arch_name": "025@4116", "area_id": 43, "building_id": 695, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -269776,18 +297866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53082, "usage_id": 12 }, "4116.02.026": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "026, B\u00fcro", "arch_name": "026@4116", "area_id": 43, "building_id": 695, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -269795,18 +297887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53097, "usage_id": 12 }, "4116.02.027": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "027, WC", "arch_name": "027@4116", "area_id": 43, "building_id": 695, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -269814,18 +297908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53106, "usage_id": 114 }, "4116.02.028": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "028, Vorplatz", "arch_name": "028@4116", "area_id": 43, "building_id": 695, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -269833,18 +297929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53114, "usage_id": 222 }, "4116.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "005, Kinder-Gruppenraum", "arch_name": "005@4116", "area_id": 43, "building_id": 695, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -269852,18 +297950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45754, "usage_id": 146 }, "4116.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "006, K\u00fcche", "arch_name": "006@4116", "area_id": 43, "building_id": 695, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -269871,18 +297971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45760, "usage_id": 28 }, "4116.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "007, WC-Personal", "arch_name": "007@4116", "area_id": 43, "building_id": 695, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -269890,18 +297992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45775, "usage_id": 114 }, "4116.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "008, WC/Waschraum Kinder", "arch_name": "008@4116", "area_id": 43, "building_id": 695, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -269909,18 +298013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45376, "usage_id": 210 }, "4116.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "011, Flur", "arch_name": "011@4116", "area_id": 43, "building_id": 695, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -269928,18 +298034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45018, "usage_id": 222 }, "4116.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "012, Garderobe", "arch_name": "012@4116", "area_id": 43, "building_id": 695, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -269947,18 +298055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45032, "usage_id": 121 }, "4116.EG.012A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "012A, Treppe EG-1.OG", "arch_name": "012A@4116", "area_id": 43, "building_id": 695, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 39687, "seats": { @@ -269966,18 +298076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73319, "usage_id": 223 }, "4116.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "013, Windfang", "arch_name": "013@4116", "area_id": 43, "building_id": 695, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -269985,18 +298097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45046, "usage_id": 52 }, "4116.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "001, Lager/Waschmaschine/Trockner", "arch_name": "001@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -270004,18 +298118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45206, "usage_id": 30 }, "4116.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "002, Lager", "arch_name": "002@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -270023,18 +298139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45216, "usage_id": 30 }, "4116.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "003, Heizungskeller", "arch_name": "003@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -270042,18 +298160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45235, "usage_id": 201 }, "4116.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "004, Flur", "arch_name": "004@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -270061,18 +298181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45741, "usage_id": 222 }, "4116.U1.004A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "004A, Treppe UG-EG (13 Stufen)", "arch_name": "004A@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -270080,18 +298202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73318, "usage_id": 223 }, "4116.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "005, Abstellraum/Lager", "arch_name": "005@4116", "area_id": 43, "building_id": 695, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -270099,18 +298223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73339, "usage_id": 30 }, "4117.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "OG 12, Verbindungssteg", "arch_name": "OG 12@4117", "area_id": 43, "building_id": 1325, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -270118,18 +298244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62755, "usage_id": 222 }, "4117.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "OG 11, Flur", "arch_name": "OG 11@4117", "area_id": 43, "building_id": 1325, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -270137,18 +298265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62751, "usage_id": 222 }, "4117.01.002A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "OG 11A, Treppe", "arch_name": "OG 11A@4117", "area_id": 43, "building_id": 1325, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -270156,18 +298286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73335, "usage_id": 223 }, "4117.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "OG 8, Sozialraum", "arch_name": "OG 8@4117", "area_id": 43, "building_id": 1325, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -270175,18 +298307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62756, "usage_id": 44 }, "4117.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "OG 13, Dachterrasse", "arch_name": "OG 13@4117", "area_id": 43, "building_id": 1325, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -270194,18 +298328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62757, "usage_id": 218 }, "4117.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "OG 9, Abstellraum", "arch_name": "OG 9@4117", "area_id": 43, "building_id": 1325, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -270213,18 +298349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62758, "usage_id": 30 }, "4117.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "OG 10, Ruheraum", "arch_name": "OG 10@4117", "area_id": 43, "building_id": 1325, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -270232,18 +298370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62759, "usage_id": 44 }, "4117.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "EG 1, Treppenhaus / Eingang", "arch_name": "EG 1@4117", "area_id": 43, "building_id": 1325, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -270251,18 +298391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62746, "usage_id": 223 }, "4117.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "EG 6, Nebenraum", "arch_name": "EG 6@4117", "area_id": 43, "building_id": 1325, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -270270,18 +298412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62747, "usage_id": 30 }, "4117.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "EG 2, Garderobe / Flur", "arch_name": "EG 2@4117", "area_id": 43, "building_id": 1325, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -270289,18 +298433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62748, "usage_id": 121 }, "4117.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "EG 5, WC-Personal", "arch_name": "EG 5@4117", "area_id": 43, "building_id": 1325, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -270308,18 +298454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62749, "usage_id": 114 }, "4117.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "EG 4, Waschraum", "arch_name": "EG 4@4117", "area_id": 43, "building_id": 1325, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -270327,18 +298475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62750, "usage_id": 210 }, "4117.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "EG 3, K\u00fcche", "arch_name": "EG 3@4117", "area_id": 43, "building_id": 1325, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -270346,18 +298496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62752, "usage_id": 28 }, "4117.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Steig 17", "zip_code": 85354 }, + "alt_name": "EG 7, Kinder-Gruppenraum", "arch_name": "EG 7@4117", "area_id": 43, "building_id": 1325, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -270365,18 +298517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62754, "usage_id": 146 }, "4119.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "016, Treppe", "arch_name": "016@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -270384,18 +298538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51196, "usage_id": 223 }, "4119.01.017": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "017, Flur", "arch_name": "017@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -270403,18 +298559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51214, "usage_id": 222 }, "4119.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "018, WC", "arch_name": "018@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -270422,18 +298580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51225, "usage_id": 114 }, "4119.01.019": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "019, HO4, Materialraum", "arch_name": "019@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270441,18 +298601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51371, "usage_id": 30 }, "4119.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "020, HO3, Sekretariat", "arch_name": "020@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270460,18 +298622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51386, "usage_id": 40 }, "4119.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "021, HO2, Sekretariat", "arch_name": "021@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270479,18 +298643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51401, "usage_id": 40 }, "4119.01.022": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "022, HO1, Mitarbeiter", "arch_name": "022@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270498,18 +298664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51409, "usage_id": 12 }, "4119.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "023, HO9, Mitarbeiter", "arch_name": "023@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270517,18 +298685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51561, "usage_id": 12 }, "4119.02.024": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "024, Treppe", "arch_name": "024@4119", "area_id": 42, "building_id": 727, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -270536,18 +298706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51578, "usage_id": 223 }, "4119.02.025": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "025, HD1, Mitarbeiter", "arch_name": "025@4119", "area_id": 42, "building_id": 727, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270555,18 +298727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51592, "usage_id": 12 }, "4119.02.026": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "028, HD3, Mitarbeiter", "arch_name": "028@4119", "area_id": 42, "building_id": 727, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270574,18 +298748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51601, "usage_id": 12 }, "4119.02.027": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "027, HD2, Mitarbeiter", "arch_name": "027@4119", "area_id": 42, "building_id": 727, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270593,18 +298769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51750, "usage_id": 12 }, "4119.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "008, Treppenraum", "arch_name": "008@4119", "area_id": 42, "building_id": 727, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -270612,18 +298790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53599, "usage_id": 223 }, "4119.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "009, Flur", "arch_name": "009@4119", "area_id": 42, "building_id": 727, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -270631,18 +298811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53610, "usage_id": 222 }, "4119.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "010, WC", "arch_name": "010@4119", "area_id": 42, "building_id": 727, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -270650,18 +298832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53622, "usage_id": 114 }, "4119.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "011, HE4, Archiv", "arch_name": "011@4119", "area_id": 42, "building_id": 727, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270669,18 +298853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53632, "usage_id": 2 }, "4119.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "012, HE3, Mitarbeiter/MAK-BUA", "arch_name": "012@4119", "area_id": 42, "building_id": 727, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270688,18 +298874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53768, "usage_id": 12 }, "4119.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "013, HE2, B\u00fcro", "arch_name": "013@4119", "area_id": 42, "building_id": 727, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270707,18 +298895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53777, "usage_id": 12 }, "4119.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "014, HE1, Mitarbeiter", "arch_name": "014@4119", "area_id": 42, "building_id": 727, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270726,18 +298916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53800, "usage_id": 12 }, "4119.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "001, Treppenraum", "arch_name": "001@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -270745,18 +298937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53254, "usage_id": 223 }, "4119.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "002, Flur", "arch_name": "002@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -270764,18 +298958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53266, "usage_id": 222 }, "4119.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "003, HU3, Archiv", "arch_name": "003@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15747, "seats": { @@ -270783,18 +298979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53283, "usage_id": 2 }, "4119.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "004, HU2, Archiv", "arch_name": "004@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15747, "seats": { @@ -270802,18 +299000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53428, "usage_id": 2 }, "4119.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "005, HU1, Archiv", "arch_name": "005@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15747, "seats": { @@ -270821,18 +299021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53443, "usage_id": 2 }, "4119.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "006, HU4, Archiv", "arch_name": "006@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15747, "seats": { @@ -270840,18 +299042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53452, "usage_id": 2 }, "4119.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 17", "zip_code": 85354 }, + "alt_name": "HU 5, \u00d6ltank", "arch_name": "HU 5@4119", "area_id": 42, "building_id": 727, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15747, "seats": { @@ -270859,18 +299063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53464, "usage_id": 30 }, "4120.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "023, HO8, Mitarbeiter", "arch_name": "023@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15747, "seats": { @@ -270878,18 +299084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52280, "usage_id": 12 }, "4120.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "013, HO9, Archiv", "arch_name": "013@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -270897,18 +299105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52429, "usage_id": 12 }, "4120.01.013": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "016, Treppenraum", "arch_name": "016@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -270916,18 +299126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52438, "usage_id": 223 }, "4120.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "018, Reinigungsmittelraum", "arch_name": "018@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -270935,18 +299147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52451, "usage_id": 205 }, "4120.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "022, HO7, Mitarbeiter", "arch_name": "022@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15747, "seats": { @@ -270954,18 +299168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52462, "usage_id": 12 }, "4120.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "020, HO6 Sekretariat/Archiv", "arch_name": "020@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15747, "seats": { @@ -270973,18 +299189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52609, "usage_id": 40 }, "4120.02.017": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "024, Treppenraum", "arch_name": "024@4120", "area_id": 42, "building_id": 701, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -270992,18 +299210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52625, "usage_id": 223 }, "4120.02.018": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "025/028, HD4, Mitarbeiter", "arch_name": "025/028@4120", "area_id": 42, "building_id": 701, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15747, "seats": { @@ -271011,18 +299231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52778, "usage_id": 12 }, "4120.02.019": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "027, HD5, Archiv", "arch_name": "027@4120", "area_id": 42, "building_id": 701, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15747, "seats": { @@ -271030,18 +299252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70705, "usage_id": 2 }, "4120.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "015, HE7, K\u00fcche", "arch_name": "015@4120", "area_id": 42, "building_id": 701, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15747, "seats": { @@ -271049,18 +299273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52096, "usage_id": 44 }, "4120.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "010, HE9, WC", "arch_name": "010@4120", "area_id": 42, "building_id": 701, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -271068,18 +299294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52107, "usage_id": 114 }, "4120.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "008, Treppenraum", "arch_name": "008@4120", "area_id": 42, "building_id": 701, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -271087,18 +299315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52250, "usage_id": 223 }, "4120.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "013/014, HE6, Bibliothek / Besprechungsraum", "arch_name": "013/014@4120", "area_id": 42, "building_id": 701, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15747, "seats": { @@ -271106,18 +299336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52265, "usage_id": 10 }, "4120.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "001, Treppenraum", "arch_name": "001@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -271125,18 +299357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51760, "usage_id": 223 }, "4120.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "004, HU6, Archiv", "arch_name": "004@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15747, "seats": { @@ -271144,18 +299378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51772, "usage_id": 2 }, "4120.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "\u00d6llager", "arch_name": "@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -271163,18 +299399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51922, "usage_id": 30 }, "4120.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "006, HU9, Heizungsraum", "arch_name": "006@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -271182,18 +299420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51933, "usage_id": 201 }, "4120.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "003, HU10, Archiv", "arch_name": "003@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15747, "seats": { @@ -271201,18 +299441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51942, "usage_id": 2 }, "4120.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hohenbachernstr. 15", "zip_code": 85354 }, + "alt_name": "005, HU7, Archiv", "arch_name": "005@4120", "area_id": 42, "building_id": 701, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15747, "seats": { @@ -271220,19 +299462,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52081, "usage_id": 2 }, "4124.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.01, B\u00fcro", "arch_name": "01/1.01@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18260, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -271240,19 +299484,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10065, "usage_id": 12 }, "4124.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.03, Sekretariat", "arch_name": "01/1.03@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18261, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -271260,18 +299506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10067, "usage_id": 12 }, "4124.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.05, Wissenschaftliche Mitarbeiter", "arch_name": "01/1.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -271279,19 +299527,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10068, "usage_id": 12 }, "4124.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.06, Doktorand / Diplomand", "arch_name": "01/1.06@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 24515, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -271299,18 +299549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10070, "usage_id": 12 }, "4124.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.07, Gefrierzelle", "arch_name": "01/1.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -271318,18 +299570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52407, "usage_id": 199 }, "4124.01.107A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.07a, K\u00fchlraum", "arch_name": "01/1.07a@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -271337,18 +299591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50062, "usage_id": 199 }, "4124.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.08, K\u00fchlraum", "arch_name": "01/1.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -271356,18 +299612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50070, "usage_id": 199 }, "4124.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.09, WC-Herren", "arch_name": "01/1.09@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -271375,18 +299633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50082, "usage_id": 115 }, "4124.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.10, Technik", "arch_name": "01/1.10@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -271394,18 +299654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50090, "usage_id": 120 }, "4124.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.11, WC-Damen", "arch_name": "01/1.11@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -271413,18 +299675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50100, "usage_id": 116 }, "4124.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.12, Elektroverteilung", "arch_name": "01/1.12@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -271432,18 +299696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50229, "usage_id": 160 }, "4124.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.13, Labor", "arch_name": "01/1.13@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -271451,18 +299717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50239, "usage_id": 102 }, "4124.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.14, Labor", "arch_name": "01/1.14@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -271470,18 +299738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28869, "usage_id": 102 }, "4124.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.15, Labor", "arch_name": "01/1.15@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -271489,18 +299759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27321, "usage_id": 102 }, "4124.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.16, Molekularbiologie Labor", "arch_name": "01/1.16@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -271508,19 +299780,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50394, "usage_id": 102 }, "4124.01.117A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.17.1, Molekularbiologie Labor", "arch_name": "01/1.17.1@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18110, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -271528,18 +299802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15953, "usage_id": 102 }, "4124.01.117B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.17.2, Molekularbiologie Labor", "arch_name": "01/1.17.2@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -271547,18 +299823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50415, "usage_id": 102 }, "4124.01.117C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.17.3, Molekularbiologie Labor", "arch_name": "01/1.17.3@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -271566,18 +299844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50425, "usage_id": 102 }, "4124.01.118": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.18, Technik", "arch_name": "01/1.18@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -271585,18 +299865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50556, "usage_id": 120 }, "4124.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.20, Flur L1", "arch_name": "01/1.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -271604,18 +299886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50565, "usage_id": 222 }, "4124.01.130": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.30, Galerie", "arch_name": "01/1.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -271623,18 +299907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50574, "usage_id": 206 }, "4124.01.130A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.30.1, Podest 1", "arch_name": "01/1.30.1@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -271642,18 +299928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50582, "usage_id": 222 }, "4124.01.130B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.30.2, Podest 2", "arch_name": "01/1.30.2@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -271661,18 +299949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50591, "usage_id": 16 }, "4124.01.140": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.40, Galerie", "arch_name": "01/1.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -271680,18 +299970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50724, "usage_id": 206 }, "4124.01.150": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.50, Flur B1", "arch_name": "01/1.50@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -271699,18 +299991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50736, "usage_id": 222 }, "4124.01.160": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.60, Treppenhaus", "arch_name": "01/1.60@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -271718,18 +300012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50745, "usage_id": 223 }, "4124.01.170": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.70, Treppe", "arch_name": "01/1.70@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -271737,18 +300033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50755, "usage_id": 223 }, "4124.01.180": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/1.80, Treppenhaus 1", "arch_name": "01/1.80@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -271756,18 +300054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50763, "usage_id": 223 }, "4124.01.201": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.01, Doktoranden", "arch_name": "01/2.01@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -271775,19 +300075,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50906, "usage_id": 12 }, "4124.01.202": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.02, Wissenschaftliche Mitarbeiter", "arch_name": "01/2.02@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 22498, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -271795,18 +300097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50915, "usage_id": 12 }, "4124.01.203": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.03, Wissenschaftliche Mitarbeiter/ Leitung CF", "arch_name": "01/2.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -271814,18 +300118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50932, "usage_id": 12 }, "4124.01.204": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.04, Technik", "arch_name": "01/2.04@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -271833,18 +300139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51068, "usage_id": 120 }, "4124.01.205": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.05, Gefrierzelle", "arch_name": "01/2.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19699, "seats": { @@ -271852,18 +300160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51078, "usage_id": 199 }, "4124.01.206": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.06, K\u00fchlraum", "arch_name": "01/2.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19699, "seats": { @@ -271871,18 +300181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51090, "usage_id": 199 }, "4124.01.207": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.07, Sp\u00fclraum", "arch_name": "01/2.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19699, "seats": { @@ -271890,18 +300202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51101, "usage_id": 209 }, "4124.01.208": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.08, Lager", "arch_name": "01/2.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19699, "seats": { @@ -271909,18 +300223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48618, "usage_id": 30 }, "4124.01.209": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.09, Elektroverteilung", "arch_name": "01/2.09@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -271928,18 +300244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48628, "usage_id": 160 }, "4124.01.210": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.10, Labor - S 2", "arch_name": "01/2.10@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19699, "seats": { @@ -271947,19 +300265,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48638, "usage_id": 172 }, "4124.01.211": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.11, Labor - S 2 / DNA-extraction", "arch_name": "01/2.11@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18523, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19699, "seats": { @@ -271967,19 +300287,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48645, "usage_id": 172 }, "4124.01.212": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.12, Labor PCR", "arch_name": "01/2.12@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18634, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19699, "seats": { @@ -271987,19 +300309,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48775, "usage_id": 172 }, "4124.01.213": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.13, Labor Sequenzing", "arch_name": "01/2.13@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 19117, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19699, "seats": { @@ -272007,18 +300331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48786, "usage_id": 172 }, "4124.01.214": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.14, Technik", "arch_name": "01/2.14@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -272026,18 +300352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48798, "usage_id": 120 }, "4124.01.220": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.20, Flur L2", "arch_name": "01/2.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272045,18 +300373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48807, "usage_id": 222 }, "4124.01.230": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.30, Treppenhaus 2", "arch_name": "01/2.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272064,18 +300394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48818, "usage_id": 223 }, "4124.01.240": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.40, Treppe", "arch_name": "01/2.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272083,18 +300415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48956, "usage_id": 223 }, "4124.01.250": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.50, Treppenhaus 2", "arch_name": "01/2.50@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272102,18 +300436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48969, "usage_id": 223 }, "4124.01.260": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/2.60, Flur B2", "arch_name": "01/2.60@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272121,18 +300457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48980, "usage_id": 222 }, "4124.01.301A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.01.1, B\u00fcro", "arch_name": "01/3.01.1@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50817, "seats": { @@ -272140,18 +300478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49117, "usage_id": 12 }, "4124.01.301B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.01.2, B\u00fcro", "arch_name": "01/3.01.2@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50817, "seats": { @@ -272159,18 +300499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49128, "usage_id": 12 }, "4124.01.301C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.01.3, B\u00fcro", "arch_name": "01/3.01.3@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50817, "seats": { @@ -272178,18 +300520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49137, "usage_id": 12 }, "4124.01.302": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.02, B\u00fcro", "arch_name": "01/3.02@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50817, "seats": { @@ -272197,18 +300541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49144, "usage_id": 12 }, "4124.01.303": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.03, Sekretariat", "arch_name": "01/3.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50817, "seats": { @@ -272216,18 +300562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49146, "usage_id": 40 }, "4124.01.304": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.04, Elektroverteilung", "arch_name": "01/3.04@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -272235,18 +300583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49291, "usage_id": 160 }, "4124.01.305": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.05, WC-Damen", "arch_name": "01/3.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -272254,18 +300604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49299, "usage_id": 116 }, "4124.01.306": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.06, WC-Herren", "arch_name": "01/3.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -272273,18 +300625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49309, "usage_id": 115 }, "4124.01.307": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.07, K\u00fchlkammer", "arch_name": "01/3.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 50817, "seats": { @@ -272292,18 +300646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49321, "usage_id": 199 }, "4124.01.308": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.08, Reinigungsmittelraum", "arch_name": "01/3.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -272311,18 +300667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49463, "usage_id": 205 }, "4124.01.309": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.09, Fluoressenzmikroskopie (gem. Nutzung)", "arch_name": "01/3.09@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50817, "seats": { @@ -272330,18 +300688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49473, "usage_id": 102 }, "4124.01.310": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.10, Technik", "arch_name": "01/3.10@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -272349,18 +300709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49483, "usage_id": 120 }, "4124.01.311": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.11, Technik", "arch_name": "01/3.11@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -272368,18 +300730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49493, "usage_id": 120 }, "4124.01.312": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.12, S3** Gentechnik (gem. Nutzung)", "arch_name": "01/3.12@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 50817, "seats": { @@ -272387,18 +300751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49625, "usage_id": 194 }, "4124.01.313": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.13, Sp\u00fclraum (gem. Nutzung)", "arch_name": "01/3.13@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 50817, "seats": { @@ -272406,18 +300772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49636, "usage_id": 209 }, "4124.01.314": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.14, N\u00e4hrboden (gem. Nutzung)", "arch_name": "01/3.14@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50817, "seats": { @@ -272425,18 +300793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49643, "usage_id": 102 }, "4124.01.315": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.15, L2 / S2", "arch_name": "01/3.15@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -272444,18 +300814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49650, "usage_id": 102 }, "4124.01.316": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.16, S2 Gentechnik", "arch_name": "01/3.16@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50817, "seats": { @@ -272463,18 +300835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49657, "usage_id": 103 }, "4124.01.317": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.17, S2 Gentechnik", "arch_name": "01/3.17@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50817, "seats": { @@ -272482,18 +300856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49776, "usage_id": 103 }, "4124.01.318": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.18, S3** Gentechnik", "arch_name": "01/3.18@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50817, "seats": { @@ -272501,18 +300877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49789, "usage_id": 103 }, "4124.01.320": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.20, Galerie", "arch_name": "01/3.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272520,18 +300898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49800, "usage_id": 206 }, "4124.01.330": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.30, Galerie", "arch_name": "01/3.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272539,18 +300919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49808, "usage_id": 206 }, "4124.01.330A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.30.1, Podest 3", "arch_name": "01/3.30.1@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -272558,18 +300940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49938, "usage_id": 222 }, "4124.01.330B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.30.2, Podest 5", "arch_name": "01/3.30.2@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -272577,18 +300961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49951, "usage_id": 222 }, "4124.01.340": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.40, Flur L 3", "arch_name": "01/3.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272596,18 +300982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49958, "usage_id": 222 }, "4124.01.350": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "01/3.50, Flur B 3", "arch_name": "01/3.50@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272615,18 +301003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49966, "usage_id": 222 }, "4124.02.101": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.01, B\u00fcro", "arch_name": "02/1.01@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50817, "seats": { @@ -272634,19 +301024,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49974, "usage_id": 12 }, "4124.02.102": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.02, B\u00fcro", "arch_name": "02/1.02@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50817, "seats": { @@ -272654,18 +301046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50114, "usage_id": 12 }, "4124.02.103": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.03, Sekret\u00e4rin", "arch_name": "02/1.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -272673,18 +301067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50131, "usage_id": 40 }, "4124.02.104": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.04, Wissenschaftliche Mitarbeiter", "arch_name": "02/1.04@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -272692,18 +301088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50142, "usage_id": 12 }, "4124.02.105": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.05, Wissenschaftliche Mitarbeiter", "arch_name": "02/1.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15668, "seats": { @@ -272711,18 +301109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50268, "usage_id": 12 }, "4124.02.106": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.06, Wissenschaftliche Mitarbeiter", "arch_name": "02/1.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15668, "seats": { @@ -272730,18 +301130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50276, "usage_id": 12 }, "4124.02.107": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.07, Elektroverteilung", "arch_name": "02/1.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -272749,18 +301151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50286, "usage_id": 160 }, "4124.02.108": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.08, Technik", "arch_name": "02/1.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -272768,18 +301172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50303, "usage_id": 120 }, "4124.02.120": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.20, Flur B1", "arch_name": "02/1.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -272787,18 +301193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50439, "usage_id": 222 }, "4124.02.130": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.30, Galerie", "arch_name": "02/1.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272806,18 +301214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50448, "usage_id": 206 }, "4124.02.130A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/1.30.1, Podest 6", "arch_name": "02/1.30.1@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -272825,19 +301235,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50459, "usage_id": 222 }, "4124.02.201": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/2.01, Bibliothek (gem. Nutzung)", "arch_name": "02/2.01@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18463, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -272845,18 +301257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50471, "usage_id": 10 }, "4124.02.202": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/2.02, Sekretariat", "arch_name": "02/2.02@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15668, "seats": { @@ -272864,18 +301278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50613, "usage_id": 12 }, "4124.02.203": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/2.03, Professor", "arch_name": "02/2.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15668, "seats": { @@ -272883,18 +301299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50627, "usage_id": 12 }, "4124.02.205": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/2.05, Technik", "arch_name": "02/2.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -272902,18 +301320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50778, "usage_id": 120 }, "4124.02.206A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/2.06.1, Technik", "arch_name": "02/2.06.1@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -272921,18 +301341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50790, "usage_id": 120 }, "4124.02.206B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/2.06.2, Technik", "arch_name": "02/2.06.2@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -272940,18 +301362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50804, "usage_id": 120 }, "4124.02.220": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/2.20, Flur B 2", "arch_name": "02/2.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -272959,18 +301383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50953, "usage_id": 222 }, "4124.02.230": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/2.30, Treppenhaus 2", "arch_name": "02/2.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272978,18 +301404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50970, "usage_id": 223 }, "4124.02.240": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/2.40, Treppe", "arch_name": "02/2.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -272997,18 +301425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50985, "usage_id": 223 }, "4124.02.250": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/2.50, Treppenhaus 3", "arch_name": "02/2.50@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -273016,18 +301446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51117, "usage_id": 223 }, "4124.02.301": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.01, Wissenschaftliche Mitarbeiter", "arch_name": "02/3.01@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15668, "seats": { @@ -273035,19 +301467,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51133, "usage_id": 12 }, "4124.02.303": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.03, Wissenschaftliche Mitarbeiter", "arch_name": "02/3.03@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 22309, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15668, "seats": { @@ -273055,19 +301489,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48663, "usage_id": 12 }, "4124.02.304": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.04, Wissenschaftliche Mitarbeiter", "arch_name": "02/3.04@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 22402, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15668, "seats": { @@ -273075,19 +301511,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48676, "usage_id": 12 }, "4124.02.305": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.05, Wissenschaftliche Mitarbeiter", "arch_name": "02/3.05@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 24214, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15668, "seats": { @@ -273095,18 +301533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48685, "usage_id": 12 }, "4124.02.306": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.06, Wissenschaftliche Mitarbeiter", "arch_name": "02/3.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15668, "seats": { @@ -273114,18 +301554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48823, "usage_id": 12 }, "4124.02.307": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.07, Sozialraum", "arch_name": "02/3.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15668, "seats": { @@ -273133,18 +301575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48835, "usage_id": 44 }, "4124.02.308": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.08, Elektroverteilung", "arch_name": "02/3.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -273152,18 +301596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48845, "usage_id": 160 }, "4124.02.309": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.09, WC-Damen", "arch_name": "02/3.09@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -273171,18 +301617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48856, "usage_id": 116 }, "4124.02.310": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.10, WC-Herren", "arch_name": "02/3.10@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -273190,18 +301638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48996, "usage_id": 115 }, "4124.02.311": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.11, Lager", "arch_name": "02/3.11@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15668, "seats": { @@ -273209,18 +301659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49006, "usage_id": 30 }, "4124.02.312": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.12, Technik", "arch_name": "02/3.12@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -273228,18 +301680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49017, "usage_id": 120 }, "4124.02.313": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.13, Technik", "arch_name": "02/3.13@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -273247,18 +301701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49159, "usage_id": 120 }, "4124.02.314": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.14, Auswertraum", "arch_name": "02/3.14@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15668, "seats": { @@ -273266,18 +301722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49169, "usage_id": 103 }, "4124.02.315": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.15, Labor", "arch_name": "02/3.15@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15668, "seats": { @@ -273285,18 +301743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49180, "usage_id": 102 }, "4124.02.316": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.16, Autoklav", "arch_name": "02/3.16@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15668, "seats": { @@ -273304,18 +301764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49195, "usage_id": 104 }, "4124.02.317": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.17, Labor", "arch_name": "02/3.17@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15668, "seats": { @@ -273323,18 +301785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49204, "usage_id": 194 }, "4124.02.318": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.18, Gefrierschrank", "arch_name": "02/3.18@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15668, "seats": { @@ -273342,18 +301806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49339, "usage_id": 199 }, "4124.02.319": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.19, Labor wissenschaftlicher Mitarbeiter", "arch_name": "02/3.19@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15668, "seats": { @@ -273361,18 +301827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49350, "usage_id": 102 }, "4124.02.320A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.20.1, Zellkulturenlabor", "arch_name": "02/3.20.1@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15668, "seats": { @@ -273380,19 +301848,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49363, "usage_id": 102 }, "4124.02.320B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.20.2, Vorraum Zellkulturenlabor", "arch_name": "02/3.20.2@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 21765, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15668, "seats": { @@ -273400,18 +301870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49502, "usage_id": 102 }, "4124.02.321": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.21, Labor wissenschaftlicher Mitarbeiter", "arch_name": "02/3.21@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15668, "seats": { @@ -273419,19 +301891,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49512, "usage_id": 102 }, "4124.02.322": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.22, Labor wissenschaftlicher Mitarbeiter", "arch_name": "02/3.22@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18510, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15668, "seats": { @@ -273439,18 +301913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49523, "usage_id": 102 }, "4124.02.330": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.30, Flur L3", "arch_name": "02/3.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -273458,18 +301934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49529, "usage_id": 222 }, "4124.02.340": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.40, Flur B3", "arch_name": "02/3.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -273477,18 +301955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49665, "usage_id": 222 }, "4124.02.350": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.50, Galerie", "arch_name": "02/3.50@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -273496,18 +301976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49677, "usage_id": 206 }, "4124.02.360": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.60, Galerie", "arch_name": "02/3.60@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -273515,18 +301997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49684, "usage_id": 206 }, "4124.02.370": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "02/3.70, Podest 7", "arch_name": "02/3.70@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -273534,18 +302018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49693, "usage_id": 222 }, "4124.EG.101": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.01, Wissenschaftliche Mitarbeiter", "arch_name": "E/1.01@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273553,18 +302039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10242, "usage_id": 12 }, "4124.EG.102": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.02, Wissenschaftliche Mitarbeiter", "arch_name": "E/1.02@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273572,18 +302060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10302, "usage_id": 12 }, "4124.EG.103": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.03, Wissenschaftliche Mitarbeiter", "arch_name": "E/1.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273591,18 +302081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10315, "usage_id": 12 }, "4124.EG.104": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.04, Doktoranden", "arch_name": "E/1.04@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273610,18 +302102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10358, "usage_id": 12 }, "4124.EG.105": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.05, B\u00fcro", "arch_name": "E/1.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273629,18 +302123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10400, "usage_id": 12 }, "4124.EG.106": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.06, Labor f\u00fcr statio. Ger\u00e4te", "arch_name": "E/1.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273648,18 +302144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51280, "usage_id": 194 }, "4124.EG.106A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.06a, Dunkelkammer", "arch_name": "E/1.06a@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273667,18 +302165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51296, "usage_id": 104 }, "4124.EG.107": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.07, W\u00e4geraum", "arch_name": "E/1.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273686,18 +302186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51321, "usage_id": 103 }, "4124.EG.108": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.08, Reinigungsmittelraum", "arch_name": "E/1.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -273705,18 +302207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51474, "usage_id": 205 }, "4124.EG.109": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.09, WC-Herren", "arch_name": "E/1.09@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -273724,18 +302228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51505, "usage_id": 115 }, "4124.EG.110": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.10, Technik", "arch_name": "E/1.10@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -273743,18 +302249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51669, "usage_id": 120 }, "4124.EG.111": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.11, WC-Damen", "arch_name": "E/1.11@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -273762,18 +302270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51824, "usage_id": 116 }, "4124.EG.112": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.12, Elektroverteilung", "arch_name": "E/1.12@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -273781,19 +302291,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51847, "usage_id": 120 }, "4124.EG.113": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.13, Labor", "arch_name": "E/1.13@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18796, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273801,18 +302313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28136, "usage_id": 102 }, "4124.EG.114": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.14, Labor f\u00fcr station\u00e4re Ger\u00e4te", "arch_name": "E/1.14@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273820,19 +302334,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28222, "usage_id": 194 }, "4124.EG.116": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.16, Labor", "arch_name": "E/1.16@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18234, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273840,18 +302356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28231, "usage_id": 102 }, "4124.EG.117": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.17, Labor f\u00fcr station\u00e4re Ger\u00e4te", "arch_name": "E/1.17@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273859,18 +302377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52160, "usage_id": 194 }, "4124.EG.118": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.18, Ultraschallraum", "arch_name": "E/1.18@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273878,18 +302398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52172, "usage_id": 102 }, "4124.EG.119": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.19, Autoklavenraum", "arch_name": "E/1.19@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273897,18 +302419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52186, "usage_id": 194 }, "4124.EG.120": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.20, Sp\u00fclk\u00fcche", "arch_name": "E/1.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -273916,18 +302440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52336, "usage_id": 28 }, "4124.EG.121": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.21, Technik", "arch_name": "E/1.21@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -273935,18 +302461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52351, "usage_id": 120 }, "4124.EG.130": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.30, Flur L 1", "arch_name": "E/1.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -273954,18 +302482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52362, "usage_id": 222 }, "4124.EG.140": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.40, Flur B 1", "arch_name": "E/1.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -273973,18 +302503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52508, "usage_id": 16 }, "4124.EG.150": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.50, Galerie", "arch_name": "E/1.50@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -273992,18 +302524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52521, "usage_id": 206 }, "4124.EG.160": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.60, Galerie", "arch_name": "E/1.60@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -274011,18 +302545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52535, "usage_id": 206 }, "4124.EG.160A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.60a, Podest 1", "arch_name": "E/1.60a@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -274030,18 +302566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52549, "usage_id": 222 }, "4124.EG.160B": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.60b, Podest 2", "arch_name": "E/1.60b@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -274049,18 +302587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52691, "usage_id": 222 }, "4124.EG.170": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.70, Treppenhaus 1", "arch_name": "E/1.70@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -274068,18 +302608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52708, "usage_id": 223 }, "4124.EG.180": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.80, Treppe", "arch_name": "E/1.80@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -274087,18 +302629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52722, "usage_id": 223 }, "4124.EG.190": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/1.90, Treppenhaus 1", "arch_name": "E/1.90@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -274106,18 +302650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52869, "usage_id": 223 }, "4124.EG.201A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.01.1, Wissenschaftliche Mitarbeiter", "arch_name": "E/2.01.1@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -274125,18 +302671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52884, "usage_id": 12 }, "4124.EG.201B": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.01.2, Doktoranden", "arch_name": "E/2.01.2@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 53117, "seats": { @@ -274144,18 +302692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52898, "usage_id": 12 }, "4124.EG.202": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.02, Ruheraum", "arch_name": "E/2.02@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -274163,18 +302713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53041, "usage_id": 178 }, "4124.EG.203": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.03, Wissenschaftliche Mitarbeiter", "arch_name": "E/2.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 53117, "seats": { @@ -274182,18 +302734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53057, "usage_id": 12 }, "4124.EG.204": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.04, Technik", "arch_name": "E/2.04@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -274201,18 +302755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53070, "usage_id": 120 }, "4124.EG.205": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.05, HPLC", "arch_name": "E/2.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274220,18 +302776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53217, "usage_id": 103 }, "4124.EG.206": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.06, Reinigungsmittelraum", "arch_name": "E/2.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -274239,18 +302797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53228, "usage_id": 205 }, "4124.EG.207": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.07, Feuergef\u00e4hrliche L\u00f6sungen", "arch_name": "E/2.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -274258,18 +302818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53244, "usage_id": 30 }, "4124.EG.208": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.08, Zentrifugen", "arch_name": "E/2.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274277,18 +302839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53384, "usage_id": 103 }, "4124.EG.209": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.09, GC / LC / MS", "arch_name": "E/2.09@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274296,18 +302860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53395, "usage_id": 103 }, "4124.EG.210": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.10, Elektrophorese", "arch_name": "E/2.10@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274315,18 +302881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53410, "usage_id": 103 }, "4124.EG.211": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.11, Elektroverteilung", "arch_name": "E/2.11@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -274334,18 +302902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53425, "usage_id": 160 }, "4124.EG.212": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.12, Virologie I", "arch_name": "E/2.12@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 53117, "seats": { @@ -274353,18 +302923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53563, "usage_id": 102 }, "4124.EG.213": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.13, Virologie II", "arch_name": "E/2.13@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 53117, "seats": { @@ -274372,18 +302944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53580, "usage_id": 102 }, "4124.EG.214": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.14, PCR", "arch_name": "E/2.14@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 53117, "seats": { @@ -274391,18 +302965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53593, "usage_id": 103 }, "4124.EG.215": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.15, Zellkulturen 1", "arch_name": "E/2.15@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274410,18 +302986,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53738, + "usage_id": 103 + }, + "4124.EG.216": { + "address": { + "place": "Freising", + "street": "Weihenstephaner Berg 3", + "zip_code": 85354 + }, + "alt_name": "E/2.16, GC-Labor", + "arch_name": "E/2.16@4124", + "area_id": 43, + "building_id": 696, + "floor_level": "EG", + "floor_type": "PVC", + "main_operator_id": 26848, + "seats": { + "sitting": 2, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 53753, "usage_id": 103 }, "4124.EG.217": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.17, Analytik", "arch_name": "E/2.17@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274429,18 +303028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53899, "usage_id": 102 }, "4124.EG.218": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.18, Serologie", "arch_name": "E/2.18@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274448,18 +303049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53908, "usage_id": 102 }, "4124.EG.219": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.19, Technik", "arch_name": "E/2.19@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -274467,18 +303070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53925, "usage_id": 120 }, "4124.EG.220": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.20, Flur L2", "arch_name": "E/2.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -274486,18 +303091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51155, "usage_id": 222 }, "4124.EG.230": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.30, Treppenhaus 2", "arch_name": "E/2.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -274505,18 +303112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51170, "usage_id": 223 }, "4124.EG.240": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.40, Treppe", "arch_name": "E/2.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -274524,18 +303133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51183, "usage_id": 223 }, "4124.EG.250": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.50, Treppe", "arch_name": "E/2.50@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -274543,18 +303154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51327, "usage_id": 223 }, "4124.EG.260": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/2.60, Flur B 2", "arch_name": "E/2.60@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -274562,18 +303175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51345, "usage_id": 222 }, "4124.EG.301": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.01, B\u00fcro", "arch_name": "E/3.01@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -274581,18 +303196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51361, "usage_id": 12 }, "4124.EG.302": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.02, Wissenschaftliche Mitarbeiter", "arch_name": "E/3.02@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 50817, "seats": { @@ -274600,18 +303217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51508, "usage_id": 12 }, "4124.EG.303": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.03, B\u00fcro", "arch_name": "E/3.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 50817, "seats": { @@ -274619,18 +303238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51518, "usage_id": 12 }, "4124.EG.304": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.04, B\u00fcro", "arch_name": "E/3.04@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -274638,19 +303259,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51526, "usage_id": 12 }, "4124.EG.305": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.05, Sozialraum (gem. Nutzung)", "arch_name": "E/3.05@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 20781, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 50817, "seats": { @@ -274658,18 +303281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51536, "usage_id": 44 }, "4124.EG.306": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.06, Elektroverteilung", "arch_name": "E/3.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -274677,18 +303302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51543, "usage_id": 160 }, "4124.EG.307": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.07, WC-Herren", "arch_name": "E/3.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -274696,18 +303323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51554, "usage_id": 115 }, "4124.EG.308": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.08, Reinigungsmittelraum", "arch_name": "E/3.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -274715,18 +303344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51701, "usage_id": 205 }, "4124.EG.309": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.09, WC-Behinderte", "arch_name": "E/3.09@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -274734,18 +303365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51716, "usage_id": 117 }, "4124.EG.310": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.10, WC-Damen", "arch_name": "E/3.10@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -274753,18 +303386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51725, "usage_id": 116 }, "4124.EG.311": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.11, Ger\u00e4teraum S2/L2", "arch_name": "E/3.11@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274772,18 +303407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51735, "usage_id": 103 }, "4124.EG.312": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.12, Aktenlager", "arch_name": "E/3.12@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274791,18 +303428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52041, "usage_id": 2 }, "4124.EG.313": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.13, Technik", "arch_name": "E/3.13@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -274810,18 +303449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52053, "usage_id": 120 }, "4124.EG.314": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.14, Technik", "arch_name": "E/3.14@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -274829,18 +303470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52063, "usage_id": 120 }, "4124.EG.315": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.15, Kulturen / Labor L2/S2", "arch_name": "E/3.15@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274848,18 +303491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52074, "usage_id": 103 }, "4124.EG.316": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.16, Genlabor S3-Stern", "arch_name": "E/3.16@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274867,18 +303512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52564, "usage_id": 103 }, "4124.EG.317": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.17, Zellkultur L2/S2", "arch_name": "E/3.17@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274886,18 +303533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52578, "usage_id": 103 }, "4124.EG.318": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.18, S3** Gentechnik", "arch_name": "E/3.18@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274905,18 +303554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52593, "usage_id": 103 }, "4124.EG.319": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.19, L2/S1 Krankheitserreger", "arch_name": "E/3.19@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274924,18 +303575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52209, "usage_id": 102 }, "4124.EG.320": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.20, L1 Mikroorganismen", "arch_name": "E/3.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274943,18 +303596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52219, "usage_id": 103 }, "4124.EG.321": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.21, L1 Mikroorganismen", "arch_name": "E/3.21@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -274962,18 +303617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52231, "usage_id": 103 }, "4124.EG.330": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.30, Flur L3", "arch_name": "E/3.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -274981,18 +303638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52242, "usage_id": 222 }, "4124.EG.340": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.40, Flur B3", "arch_name": "E/3.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -275000,19 +303659,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51875, "usage_id": 222 }, "4124.EG.350": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "E/3.50, Foyer", "arch_name": "E/3.50@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18511, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -275020,19 +303681,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51888, "usage_id": 222 }, "4124.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.01 V, Praktikum (Vorderer Raumteil)", "arch_name": "P/1.01 V@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18372, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -275040,19 +303703,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61332, "usage_id": 212 }, "4124.U1.001A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.01 H, Praktikum (Hinterer Raumteil)", "arch_name": "P/1.01 H@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18432, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -275060,19 +303725,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61331, "usage_id": 212 }, "4124.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.02, Labor/Vorraum", "arch_name": "P/1.02@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 18795, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -275080,18 +303747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59928, "usage_id": 212 }, "4124.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/, Flur", "arch_name": "P/@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -275099,18 +303768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61327, "usage_id": 222 }, "4124.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.03, Postraum", "arch_name": "P/1.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -275118,18 +303789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59929, "usage_id": 180 }, "4124.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.05, Lager (gem. Nutzung)", "arch_name": "P/1.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275137,18 +303810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59930, "usage_id": 30 }, "4124.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.06, Garage", "arch_name": "P/1.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275156,18 +303831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61328, "usage_id": 100 }, "4124.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.04, Chemikalienraum", "arch_name": "P/1.04@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275175,18 +303852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59931, "usage_id": 132 }, "4124.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.07, Wertstoffe/M\u00fcll", "arch_name": "P/1.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -275194,18 +303873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61329, "usage_id": 214 }, "4124.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.08, Wertstoffe/M\u00fcll (Container)", "arch_name": "P/1.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -275213,18 +303894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61330, "usage_id": 215 }, "4124.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.09, Lager", "arch_name": "P/1.09@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275232,18 +303915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59932, "usage_id": 30 }, "4124.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.10, Lager", "arch_name": "P/1.10@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275251,18 +303936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59933, "usage_id": 30 }, "4124.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "P/1.05, Glasiglu / Gasflaschen", "arch_name": "P/1.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -275270,19 +303957,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59934, "usage_id": 30 }, "4124.U1.102": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.02, Student Makerspace", "arch_name": "U/1.02@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 32677, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275290,18 +303979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18067, "usage_id": 103 }, "4124.U1.103": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.03, Wissenschaftliche Mitarbeiter", "arch_name": "U/1.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275309,19 +304000,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10273, "usage_id": 12 }, "4124.U1.104": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.04, Seminarraum 23 /\u00dcbungsraum (WZWS23)", "arch_name": "U/1.04@4124", "area_id": 43, "building_id": 696, "calendar_resource_nr": 17959, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275329,18 +304022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10276, "usage_id": 41 }, "4124.U1.104A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.04a, Vorraum", "arch_name": "U/1.04a@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -275348,18 +304043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52987, "usage_id": 50 }, "4124.U1.105": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.05, Sozialraum", "arch_name": "U/1.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275367,18 +304064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53128, "usage_id": 44 }, "4124.U1.106": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.06, Messraum", "arch_name": "U/1.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275386,18 +304085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53136, "usage_id": 103 }, "4124.U1.107": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.07, W\u00e4geraum", "arch_name": "U/1.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275405,18 +304106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53147, "usage_id": 103 }, "4124.U1.108": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.08, Reinigungsmittelraum", "arch_name": "U/1.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275424,18 +304127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53159, "usage_id": 205 }, "4124.U1.109": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.09, WC-Herren", "arch_name": "U/1.09@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -275443,18 +304148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53307, "usage_id": 115 }, "4124.U1.110": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.10, Technik", "arch_name": "U/1.10@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -275462,18 +304169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53319, "usage_id": 160 }, "4124.U1.111": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.11, WC-Damen", "arch_name": "U/1.11@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -275481,18 +304190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53331, "usage_id": 116 }, "4124.U1.112": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.12, Elektrische Versorgung", "arch_name": "U/1.12@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -275500,18 +304211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53476, "usage_id": 160 }, "4124.U1.113": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.13, Labor Doktoranden", "arch_name": "U/1.13@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275519,18 +304232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18076, "usage_id": 102 }, "4124.U1.114": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.14, Labor", "arch_name": "U/1.14@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275538,18 +304253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18078, "usage_id": 102 }, "4124.U1.115": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.15, Labor", "arch_name": "U/1.15@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275557,18 +304274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18081, "usage_id": 102 }, "4124.U1.116": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.16, Massenspektrometrie", "arch_name": "U/1.16@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275576,18 +304295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22998, "usage_id": 102 }, "4124.U1.117": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.17, Technik", "arch_name": "U/1.17@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -275595,18 +304316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53661, "usage_id": 120 }, "4124.U1.118": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.18, Gasflaschenraum", "arch_name": "U/1.18@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -275614,18 +304337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53671, "usage_id": 17 }, "4124.U1.119": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.19, Gasflaschenraum", "arch_name": "U/1.19@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -275633,18 +304358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53810, "usage_id": 17 }, "4124.U1.120": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.20, Flur", "arch_name": "U/1.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -275652,18 +304379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53821, "usage_id": 222 }, "4124.U1.130": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.30, Foyer", "arch_name": "U/1.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -275671,18 +304400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53832, "usage_id": 222 }, "4124.U1.140": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.40, Garderobe", "arch_name": "U/1.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -275690,18 +304421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53842, "usage_id": 121 }, "4124.U1.150": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.50, Treppenraum", "arch_name": "U/1.50@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -275709,18 +304442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51245, "usage_id": 223 }, "4124.U1.160": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.60, Treppe", "arch_name": "U/1.60@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -275728,18 +304463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51256, "usage_id": 223 }, "4124.U1.170": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/1.70, Treppenraum", "arch_name": "U/1.70@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -275747,18 +304484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51274, "usage_id": 223 }, "4124.U1.201": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.01, Technik", "arch_name": "U/2.01@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -275766,18 +304505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51423, "usage_id": 120 }, "4124.U1.202": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.02, Technik", "arch_name": "U/2.02@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -275785,18 +304526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51438, "usage_id": 120 }, "4124.U1.203": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.03, Autoklavenraum (gem. Nutzung)", "arch_name": "U/2.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -275804,18 +304547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51449, "usage_id": 194 }, "4124.U1.204": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.04, K\u00fchllagerraum", "arch_name": "U/2.04@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275823,18 +304568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51610, "usage_id": 199 }, "4124.U1.205": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.05, Gefriertrocknung", "arch_name": "U/2.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -275842,18 +304589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51634, "usage_id": 199 }, "4124.U1.206": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.06, K\u00e4ltelabor", "arch_name": "U/2.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -275861,18 +304610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51779, "usage_id": 199 }, "4124.U1.207": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.07, Klimalabor", "arch_name": "U/2.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -275880,18 +304631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51792, "usage_id": 30 }, "4124.U1.208": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.08, Elektrische Versorgung", "arch_name": "U/2.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -275899,18 +304652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51804, "usage_id": 160 }, "4124.U1.209": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.09, Sp\u00fclraum (gem. Nutzung)", "arch_name": "U/2.09@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -275918,18 +304673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51817, "usage_id": 209 }, "4124.U1.210": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.10, Molekularanalytisches Labor 1", "arch_name": "U/2.10@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15668, "seats": { @@ -275937,18 +304694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51963, "usage_id": 102 }, "4124.U1.211": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.11, Molekularanalytisches Labor 2", "arch_name": "U/2.11@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15668, "seats": { @@ -275956,18 +304715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51976, "usage_id": 102 }, "4124.U1.212": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.12, Labor (FACS Core Facility)", "arch_name": "U/2.12@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15668, "seats": { @@ -275975,18 +304736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51987, "usage_id": 102 }, "4124.U1.213": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.13, Vakzine (FACS Core Facility)", "arch_name": "U/2.13@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15668, "seats": { @@ -275994,18 +304757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52124, "usage_id": 172 }, "4124.U1.214": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.14, Technik", "arch_name": "U/2.14@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -276013,18 +304778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52139, "usage_id": 120 }, "4124.U1.220": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.20, Flur", "arch_name": "U/2.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -276032,18 +304799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52158, "usage_id": 222 }, "4124.U1.230": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.30, Aufzug", "arch_name": "U/2.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -276051,18 +304820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52303, "usage_id": 4 }, "4124.U1.230A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.30a, Maschinenraum", "arch_name": "U/2.30a@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -276070,18 +304841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52319, "usage_id": 5 }, "4124.U1.240": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.40, Treppenraum", "arch_name": "U/2.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -276089,18 +304862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52463, "usage_id": 223 }, "4124.U1.250": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.50, Treppe", "arch_name": "U/2.50@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -276108,18 +304883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52478, "usage_id": 223 }, "4124.U1.260": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/2.60, Treppenraum", "arch_name": "U/2.60@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -276127,18 +304904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52498, "usage_id": 223 }, "4124.U1.301": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.01, Technik", "arch_name": "U/3.01@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -276146,18 +304925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52641, "usage_id": 160 }, "4124.U1.302": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.02, Technik", "arch_name": "U/3.02@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -276165,18 +304946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52655, "usage_id": 120 }, "4124.U1.303": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.03, Tierlabor", "arch_name": "U/3.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -276184,18 +304967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52664, "usage_id": 103 }, "4124.U1.303A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.03.1, Tierlabor", "arch_name": "U/3.03.1@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -276203,18 +304988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52677, "usage_id": 103 }, "4124.U1.304": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.04, Futterlager", "arch_name": "U/3.04@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -276222,18 +305009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52828, "usage_id": 30 }, "4124.U1.305": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.05, Lager / Abstellraum", "arch_name": "U/3.05@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -276241,18 +305030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52841, "usage_id": 30 }, "4124.U1.306": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.06, Klimazelle", "arch_name": "U/3.06@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -276260,18 +305051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52853, "usage_id": 30 }, "4124.U1.307": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.07, Tierhaltung", "arch_name": "U/3.07@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -276279,18 +305072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53004, "usage_id": 103 }, "4124.U1.308": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.08, Lager / Abstellraum", "arch_name": "U/3.08@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -276298,18 +305093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53017, "usage_id": 30 }, "4124.U1.320": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.20, Flur", "arch_name": "U/3.20@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -276317,18 +305114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53030, "usage_id": 222 }, "4124.U1.330": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.30, Unterfahrt", "arch_name": "U/3.30@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -276336,18 +305135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53173, "usage_id": 120 }, "4124.U1.340": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.40, Machinenraum", "arch_name": "U/3.40@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -276355,18 +305156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53190, "usage_id": 120 }, "4124.U1.350": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.50, Schacht Luftansaugung", "arch_name": "U/3.50@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -276374,18 +305177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53340, "usage_id": 32 }, "4124.U1.360": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "U/3.60, Ansaugschacht", "arch_name": "U/3.60@4124", "area_id": 43, "building_id": 696, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -276393,18 +305198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53356, "usage_id": 32 }, "4124.U2.201": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "IG/2.01, Installationsgang", "arch_name": "IG/2.01@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -276412,18 +305219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52790, "usage_id": 120 }, "4124.U2.202": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "IG/2.02, Neutraanlage", "arch_name": "IG/2.02@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -276431,18 +305240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52801, "usage_id": 182 }, "4124.U2.203": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Weihenstephaner Berg 3", "zip_code": 85354 }, + "alt_name": "IG/2.03, Installationsgang", "arch_name": "IG/2.03@4124", "area_id": 43, "building_id": 696, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -276450,18 +305261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52949, "usage_id": 120 }, "4126.01.601": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.01, Technik", "arch_name": "O.01@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -276469,18 +305282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49563, "usage_id": 120 }, "4126.01.601A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.05/1, Aufzug", "arch_name": "O.05/1@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -276488,18 +305303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49570, "usage_id": 4 }, "4126.01.602": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.02, Garderobe", "arch_name": "O.02@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -276507,18 +305324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49576, "usage_id": 121 }, "4126.01.603": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.03, WC-Damen", "arch_name": "O.03@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -276526,18 +305345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49580, "usage_id": 116 }, "4126.01.604": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.04, WC-Herren", "arch_name": "O.04@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -276545,18 +305366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49702, "usage_id": 115 }, "4126.01.605": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.05, Lager", "arch_name": "O.05@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -276564,18 +305387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49707, "usage_id": 18 }, "4126.01.606": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.06, Archiv I", "arch_name": "O.06@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276583,18 +305408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49712, "usage_id": 2 }, "4126.01.607": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.07, Archiv II", "arch_name": "O.07@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276602,18 +305429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49718, "usage_id": 2 }, "4126.01.608": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.08, B\u00fcro ZIEL-Verf\u00fcgungsraum", "arch_name": "O.08@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276621,19 +305450,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49723, "usage_id": 12 }, "4126.01.609B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.09 a/b, Seminarraum 14 (WZWS14)", "arch_name": "O.09 a/b@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 18452, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -276641,18 +305472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49728, "usage_id": 41 }, "4126.01.610": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.10, B\u00fcro ZIEL-Verf\u00fcgungsraum - enable 2.0", "arch_name": "O.10@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -276660,18 +305493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49733, "usage_id": 12 }, "4126.01.611": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.11, B\u00fcro ZIEL-Verf\u00fcgungsraum - enable 2.0", "arch_name": "O.11@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -276679,18 +305514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49852, "usage_id": 12 }, "4126.01.612": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.12, B\u00fcro", "arch_name": "O.12@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276698,18 +305535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49856, "usage_id": 12 }, "4126.01.613": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.13, K\u00fcche/Aufenthaltsraum", "arch_name": "O.13@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276717,18 +305556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49862, "usage_id": 44 }, "4126.01.614": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.14, EDV-Raum", "arch_name": "O.14@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276736,19 +305577,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49867, "usage_id": 12 }, "4126.01.615": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.15, Besprechungsraum", "arch_name": "O.15@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 18285, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276756,18 +305599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49871, "usage_id": 196 }, "4126.01.617": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.17, B\u00fcro ZIEL-Verf\u00fcgungsraum - AG PHN", "arch_name": "O.17@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26884, "seats": { @@ -276775,18 +305620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49881, "usage_id": 12 }, "4126.01.618": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.18, B\u00fcro ZIEL-Verf\u00fcgungsraum - AG PHN", "arch_name": "O.18@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26884, "seats": { @@ -276794,18 +305641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49885, "usage_id": 12 }, "4126.01.619": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.19, B\u00fcro", "arch_name": "O.19@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276813,18 +305662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49889, "usage_id": 12 }, "4126.01.620": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.20, B\u00fcro", "arch_name": "O.20@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276832,18 +305683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49894, "usage_id": 12 }, "4126.01.621": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.21, B\u00fcro", "arch_name": "O.21@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276851,18 +305704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50015, "usage_id": 12 }, "4126.01.622": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.22, B\u00fcro", "arch_name": "O.22@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19699, "seats": { @@ -276870,18 +305725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50022, "usage_id": 12 }, "4126.01.623A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.23/2, Flur", "arch_name": "O.23/2@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -276889,18 +305746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50026, "usage_id": 222 }, "4126.01.623B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.23/1, Flur", "arch_name": "O.23/1@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -276908,18 +305767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50031, "usage_id": 222 }, "4126.01.623C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "O.23/3, Flur", "arch_name": "O.23/3@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -276927,19 +305788,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50036, "usage_id": 222 }, "4126.EG.601": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E01, Kleines Technikum (gem. Nutzung 1124302030;11", "arch_name": "E01@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 18685, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 55317, "seats": { @@ -276947,19 +305810,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48712, "usage_id": 49 }, "4126.EG.602": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 02, Grosses Technikum", "arch_name": "E 02@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 18409, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 54117, "seats": { @@ -276967,18 +305832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48720, "usage_id": 49 }, "4126.EG.603": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 03, Garderobe", "arch_name": "E 03@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -276986,18 +305853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48729, "usage_id": 121 }, "4126.EG.603A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 03/1, Aufzug", "arch_name": "E 03/1@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -277005,18 +305874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48861, "usage_id": 4 }, "4126.EG.604": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 04, WC-Behinderte", "arch_name": "E 04@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -277024,18 +305895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48867, "usage_id": 117 }, "4126.EG.605": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 05, WC-Damen", "arch_name": "E 05@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -277043,18 +305916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48875, "usage_id": 116 }, "4126.EG.606": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 06, WC-Herren", "arch_name": "E 06@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -277062,18 +305937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48882, "usage_id": 115 }, "4126.EG.607": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 07, Sp\u00fclraum (gem. Nutzung 1124302030;1124302040", "arch_name": "E 07@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -277081,19 +305958,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48890, "usage_id": 209 }, "4126.EG.608": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E08, K\u00fchlraum", "arch_name": "E08@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 33912, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 55317, "seats": { @@ -277101,19 +305980,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67577, "usage_id": 199 }, "4126.EG.609": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 09, Labor-Praktikum", "arch_name": "E 09@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 33913, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 55317, "seats": { @@ -277121,19 +306002,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48897, "usage_id": 102 }, "4126.EG.610": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 10, Allgemeines Labor", "arch_name": "E 10@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 20336, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 55317, "seats": { @@ -277141,18 +306024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49030, "usage_id": 102 }, "4126.EG.611": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 11, Allgemeines Labor", "arch_name": "E 11@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 54117, "seats": { @@ -277160,19 +306045,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49037, "usage_id": 102 }, "4126.EG.612": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 12, Labor Mikrobiologie", "arch_name": "E 12@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 33914, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 55317, "seats": { @@ -277180,19 +306067,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49045, "usage_id": 102 }, "4126.EG.613": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 13, Allgemeines Labor", "arch_name": "E 13@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 33915, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 55317, "seats": { @@ -277200,18 +306089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49056, "usage_id": 102 }, "4126.EG.614": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 14, B\u00fcro", "arch_name": "E 14@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 54117, "seats": { @@ -277219,18 +306110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49066, "usage_id": 12 }, "4126.EG.615": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 15, B\u00fcro", "arch_name": "E 15@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 54117, "seats": { @@ -277238,19 +306131,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49206, "usage_id": 12 }, "4126.EG.616": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 16, B\u00fcro", "arch_name": "E 16@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 33916, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 55317, "seats": { @@ -277258,18 +306153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49214, "usage_id": 12 }, "4126.EG.617": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 17, Registratur (gem. Nutzung 1124302030;1124302", "arch_name": "E 17@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -277277,19 +306174,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49224, "usage_id": 2 }, "4126.EG.618": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 18, Sekretariat (gem. Nutzung 1124302030;1124302", "arch_name": "E 18@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 18528, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -277297,19 +306196,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49232, "usage_id": 40 }, "4126.EG.619": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 19, B\u00fcro", "arch_name": "E 19@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 12594, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 54117, "seats": { @@ -277317,19 +306218,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12486, "usage_id": 12 }, "4126.EG.620": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 20, B\u00fcro", "arch_name": "E 20@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 21202, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 55317, "seats": { @@ -277337,18 +306240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49248, "usage_id": 12 }, "4126.EG.621": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 21, B\u00fcro", "arch_name": "E 21@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 54117, "seats": { @@ -277356,19 +306261,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49380, "usage_id": 12 }, "4126.EG.622": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 22, B\u00fcro", "arch_name": "E 22@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 33917, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 55317, "seats": { @@ -277376,18 +306283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49387, "usage_id": 12 }, "4126.EG.623": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 23, B\u00fcro (gem. Nutzung 1124302030;1124302040)", "arch_name": "E 23@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -277395,19 +306304,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49393, "usage_id": 12 }, "4126.EG.624": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 24, B\u00fcro", "arch_name": "E 24@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 33918, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 55317, "seats": { @@ -277415,19 +306326,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49402, "usage_id": 12 }, "4126.EG.625": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 25, B\u00fcro", "arch_name": "E 25@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 33919, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 55317, "seats": { @@ -277435,18 +306348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49410, "usage_id": 12 }, "4126.EG.626A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 26/1, Eingangshalle", "arch_name": "E 26/1@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -277454,18 +306369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49544, "usage_id": 222 }, "4126.EG.626B": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 26/2, Flur", "arch_name": "E 26/2@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -277473,18 +306390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49550, "usage_id": 222 }, "4126.EG.626C": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 26/3, Flur", "arch_name": "E 26/3@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -277492,18 +306411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49557, "usage_id": 222 }, "4126.EG.626D": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E26/4, Flur", "arch_name": "E26/4@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -277511,18 +306432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67578, "usage_id": 222 }, "4126.EG.627": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "E 27, Installationsschacht", "arch_name": "E 27@4126", "area_id": 43, "building_id": 697, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -277530,19 +306453,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67581, "usage_id": 120 }, "4126.U1.601": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 01, Technikum (gem. Nutzung 1124302030;112430204", "arch_name": "U 01@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 18410, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 54117, "seats": { @@ -277550,18 +306475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49977, "usage_id": 49 }, "4126.U1.602": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 02, Schreinerei/Werkstatt", "arch_name": "U 02@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -277569,18 +306496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49989, "usage_id": 51 }, "4126.U1.603A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 03/1, Werkstatt", "arch_name": "U 03/1@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -277588,18 +306517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50003, "usage_id": 51 }, "4126.U1.603B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 03/2, Werkstatt", "arch_name": "U 03/2@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -277607,18 +306538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50013, "usage_id": 51 }, "4126.U1.604": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 04, Magazin", "arch_name": "U 04@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -277626,18 +306559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50156, "usage_id": 51 }, "4126.U1.605": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 05, Maschinenraum", "arch_name": "U 05@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -277645,18 +306580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15790, "usage_id": 5 }, "4126.U1.606": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 06, Magazin", "arch_name": "U 06@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -277664,18 +306601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50175, "usage_id": 30 }, "4126.U1.607": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 07, Dusche", "arch_name": "U 07@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -277683,18 +306622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50183, "usage_id": 113 }, "4126.U1.608A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 08/1, WC-Damen", "arch_name": "U 08/1@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -277702,18 +306643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50315, "usage_id": 116 }, "4126.U1.608B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 08/2, WC-Herren", "arch_name": "U 08/2@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -277721,18 +306664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50325, "usage_id": 115 }, "4126.U1.609": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 09, Lager", "arch_name": "U 09@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -277740,18 +306685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50331, "usage_id": 30 }, "4126.U1.610A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 10/1, Aufenthaltsraum (gem. Nutzung 1124302030;", "arch_name": "U 10/1@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -277759,19 +306706,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50339, "usage_id": 44 }, "4126.U1.610B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 10/2, Seminarraum (gem. Nutzung 1124302030;11243", "arch_name": "U 10/2@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 12592, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -277779,19 +306728,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13116, "usage_id": 41 }, "4126.U1.610C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 10/3, B\u00fcro", "arch_name": "U 10/3@4126", "area_id": 43, "building_id": 697, "calendar_resource_nr": 33920, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 55317, "seats": { @@ -277799,18 +306750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50482, "usage_id": 12 }, "4126.U1.611": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 11, B\u00fcro", "arch_name": "U 11@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 54117, "seats": { @@ -277818,18 +306771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50491, "usage_id": 12 }, "4126.U1.612": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 12, Messraum", "arch_name": "U 12@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 54117, "seats": { @@ -277837,18 +306792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50501, "usage_id": 103 }, "4126.U1.613": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 13, Labor", "arch_name": "U 13@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 54117, "seats": { @@ -277856,18 +306813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50511, "usage_id": 102 }, "4126.U1.614": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 14, Haustechnik", "arch_name": "U 14@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -277875,18 +306834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50646, "usage_id": 182 }, "4126.U1.615": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 15, Elektroverteilung", "arch_name": "U 15@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -277894,18 +306855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50656, "usage_id": 160 }, "4126.U1.616": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 16, K\u00fchlraum 1 (gem. Nutzung 1124302030;11243020", "arch_name": "U 16@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -277913,18 +306876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50669, "usage_id": 199 }, "4126.U1.616A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 16/1, K\u00fchlraum 2 (gem. Nutzung 1124302030;112430", "arch_name": "U 16/1@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -277932,18 +306897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67579, "usage_id": 199 }, "4126.U1.616B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 16/2, K\u00fchlraum 3 (gem. Nutzung 1124302030;112430", "arch_name": "U 16/2@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -277951,18 +306918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67580, "usage_id": 199 }, "4126.U1.617": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 17, Messraum (gem. Nutzung 1124302030;1124302040", "arch_name": "U 17@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -277970,18 +306939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50675, "usage_id": 103 }, "4126.U1.618": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 18, Ruheraum", "arch_name": "U 18@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -277989,18 +306960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50815, "usage_id": 178 }, "4126.U1.619": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 19, Lager (gem. Nutzung 1124302030;1124302040)", "arch_name": "U 19@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -278008,18 +306981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50824, "usage_id": 30 }, "4126.U1.620A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 20/1, Chemikalienraum", "arch_name": "U 20/1@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -278027,18 +307002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50833, "usage_id": 30 }, "4126.U1.620B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 20/2, Gas\u00fcbergabestation", "arch_name": "U 20/2@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -278046,18 +307023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50844, "usage_id": 54 }, "4126.U1.621": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 21, Aufzug", "arch_name": "U 21@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -278065,18 +307044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50990, "usage_id": 4 }, "4126.U1.621A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 21/1, Flur", "arch_name": "U 21/1@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -278084,18 +307065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50997, "usage_id": 222 }, "4126.U1.621B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 21/2, Flur", "arch_name": "U 21/2@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -278103,18 +307086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51005, "usage_id": 222 }, "4126.U1.621C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 21/3, Flur", "arch_name": "U 21/3@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -278122,18 +307107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51015, "usage_id": 222 }, "4126.U1.622": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U 27, Installationsschacht", "arch_name": "U 27@4126", "area_id": 43, "building_id": 697, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -278141,18 +307128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48704, "usage_id": 120 }, "4126.U2.601": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U2.01, Neutralisationsanlage", "arch_name": "U2.01@4126", "area_id": 43, "building_id": 697, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -278160,18 +307149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49818, "usage_id": 182 }, "4126.U2.602": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U2.02, VE-Wasser", "arch_name": "U2.02@4126", "area_id": 43, "building_id": 697, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -278179,18 +307170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49823, "usage_id": 182 }, "4126.U2.603": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U2.03, Dampferzeuger", "arch_name": "U2.03@4126", "area_id": 43, "building_id": 697, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -278198,18 +307191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49832, "usage_id": 201 }, "4126.U2.604": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Weihenstephaner Berg 1", "zip_code": 85354 }, + "alt_name": "U2.04, Verbindungsgang", "arch_name": "U2.04@4126", "area_id": 43, "building_id": 697, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -278217,18 +307212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49848, "usage_id": 222 }, "4128.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Hofgarten", "zip_code": 85354 }, + "alt_name": "001, Trafostation I", "arch_name": "001@4128", "area_id": 43, "building_id": 699, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -278236,18 +307233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50543, "usage_id": 160 }, "4128.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Hofgarten", "zip_code": 85354 }, + "alt_name": "002, Trafostation I", "arch_name": "002@4128", "area_id": 43, "building_id": 699, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -278255,18 +307254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50547, "usage_id": 160 }, "4128.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Hofgarten", "zip_code": 85354 }, + "alt_name": "003, Trafostation I", "arch_name": "003@4128", "area_id": 43, "building_id": 699, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -278274,18 +307275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50551, "usage_id": 160 }, "4128.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Hofgarten", "zip_code": 85354 }, + "alt_name": "004, Trafostation I", "arch_name": "004@4128", "area_id": 43, "building_id": 699, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -278293,18 +307296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50683, "usage_id": 160 }, "4129.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.01, B\u00fcro", "arch_name": "1.01@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -278312,18 +307317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63634, "usage_id": 12 }, "4129.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.02, Sekretariat / Vorzimmer", "arch_name": "1.02@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -278331,18 +307338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63635, "usage_id": 12 }, "4129.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.03, B\u00fcro Professor", "arch_name": "1.03@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -278350,18 +307359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63636, "usage_id": 12 }, "4129.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.04, B\u00fcro", "arch_name": "1.04@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -278369,18 +307380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63637, "usage_id": 12 }, "4129.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.05, Labor", "arch_name": "1.05@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -278388,18 +307401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63638, "usage_id": 102 }, "4129.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.06, Treppenraum", "arch_name": "1.06@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25281, "seats": { @@ -278407,18 +307422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63901, "usage_id": 223 }, "4129.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.07, Gang", "arch_name": "1.07@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25281, "seats": { @@ -278426,18 +307443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67556, "usage_id": 16 }, "4129.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.08, Abstellraum", "arch_name": "1.08@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -278445,18 +307464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67557, "usage_id": 159 }, "4129.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.09, WC", "arch_name": "1.09@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -278464,18 +307485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67558, "usage_id": 114 }, "4129.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C5a, Steg", "arch_name": "C5a@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25281, "seats": { @@ -278483,18 +307506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70703, "usage_id": 219 }, "4129.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C3a, Vorraum B\u00fcro", "arch_name": "C3a@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278502,18 +307527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70692, "usage_id": 215 }, "4129.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C3, B\u00fcro", "arch_name": "C3@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278521,18 +307548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70693, "usage_id": 215 }, "4129.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C4a, Vorraum B\u00fcro", "arch_name": "C4a@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278540,18 +307569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70694, "usage_id": 215 }, "4129.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C4, B\u00fcro", "arch_name": "C4@4129", "area_id": 138, "building_id": 1465, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278559,18 +307590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70695, "usage_id": 215 }, "4129.02.201": { "address": { - "floor": "2.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "2.01, Arbeitsraum", "arch_name": "2.01@4129", "area_id": 138, "building_id": 1465, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -278578,18 +307611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63676, "usage_id": 12 }, "4129.02.202": { "address": { - "floor": "2.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "2.02, B\u00fcro", "arch_name": "2.02@4129", "area_id": 138, "building_id": 1465, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -278597,18 +307632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63675, "usage_id": 12 }, "4129.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "0.01, Fischhaltung 1", "arch_name": "0.01@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -278616,18 +307653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63641, "usage_id": 197 }, "4129.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "0.02, Fischhaltung 2", "arch_name": "0.02@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -278635,18 +307674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63633, "usage_id": 197 }, "4129.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "0.03, Werkstatt", "arch_name": "0.03@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -278654,18 +307695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63807, "usage_id": 51 }, "4129.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "0.05, Treppenraum", "arch_name": "0.05@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25281, "seats": { @@ -278673,18 +307716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63808, "usage_id": 223 }, "4129.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "0.04, WC-Herren", "arch_name": "0.04@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -278692,18 +307737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63809, "usage_id": 115 }, "4129.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C1.a, Vorraum B\u00fcro", "arch_name": "C1.a@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278711,18 +307758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70698, "usage_id": 215 }, "4129.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C1, B\u00fcro", "arch_name": "C1@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278730,18 +307779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70687, "usage_id": 215 }, "4129.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C2.a, Vorraum B\u00fcro", "arch_name": "C2.a@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278749,18 +307800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70688, "usage_id": 215 }, "4129.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C2, B\u00fcro", "arch_name": "C2@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278768,18 +307821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70689, "usage_id": 215 }, "4129.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C5, Aussentreppe", "arch_name": "C5@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25281, "seats": { @@ -278787,18 +307842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70699, "usage_id": 7 }, "4129.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C6.a, Vorraum Besprechung", "arch_name": "C6.a@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278806,18 +307863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70700, "usage_id": 215 }, "4129.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C6, B\u00fcro/Besprechung", "arch_name": "C6@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278825,18 +307884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70690, "usage_id": 215 }, "4129.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C7, Werkstatt", "arch_name": "C7@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278844,18 +307905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70701, "usage_id": 215 }, "4129.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C8, Aquarien", "arch_name": "C8@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278863,18 +307926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70691, "usage_id": 215 }, "4129.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C9, Lager", "arch_name": "C9@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25281, "seats": { @@ -278882,18 +307947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70702, "usage_id": 218 }, "4129.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C10a, Ger\u00e4telager", "arch_name": "C10a@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -278901,18 +307968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70704, "usage_id": 218 }, "4129.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C10, Ger\u00e4telager", "arch_name": "C10@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -278920,18 +307989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70696, "usage_id": 218 }, "4129.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "C10b, Ger\u00e4telager", "arch_name": "C10b@4129", "area_id": 138, "building_id": 1465, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -278939,18 +308010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70697, "usage_id": 218 }, "4130.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "001, Trafostation IV", "arch_name": "001@4130", "area_id": 43, "building_id": 1225, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -278958,18 +308031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62017, "usage_id": 160 }, "4130.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "002, Trafostation IV", "arch_name": "002@4130", "area_id": 43, "building_id": 1225, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -278977,18 +308052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66077, "usage_id": 160 }, "4130.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "003, Trafostation IV", "arch_name": "003@4130", "area_id": 43, "building_id": 1225, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -278996,18 +308073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66078, "usage_id": 160 }, "4130.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "004, Trafostation IV", "arch_name": "004@4130", "area_id": 43, "building_id": 1225, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -279015,18 +308094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67662, "usage_id": 160 }, "4130.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "005, Trafostation IV", "arch_name": "005@4130", "area_id": 43, "building_id": 1225, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -279034,18 +308115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67663, "usage_id": 160 }, "4131.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.OG01, Lager", "arch_name": "1.OG01@4131", "area_id": 138, "building_id": 1466, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25281, "seats": { @@ -279053,18 +308136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67564, "usage_id": 30 }, "4131.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.OG02, Lager", "arch_name": "1.OG02@4131", "area_id": 138, "building_id": 1466, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25281, "seats": { @@ -279072,18 +308157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67565, "usage_id": 30 }, "4131.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.OG03, Lager", "arch_name": "1.OG03@4131", "area_id": 138, "building_id": 1466, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25281, "seats": { @@ -279091,18 +308178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67566, "usage_id": 30 }, "4131.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "1.OG04, Treppe", "arch_name": "1.OG04@4131", "area_id": 138, "building_id": 1466, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25281, "seats": { @@ -279110,18 +308199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67567, "usage_id": 223 }, "4131.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "2.OG01, Lager", "arch_name": "2.OG01@4131", "area_id": 138, "building_id": 1466, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -279129,18 +308220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67568, "usage_id": 30 }, "4131.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "2.OG02, Lager", "arch_name": "2.OG02@4131", "area_id": 138, "building_id": 1466, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -279148,18 +308241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67569, "usage_id": 30 }, "4131.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "2.OG03, Lager", "arch_name": "2.OG03@4131", "area_id": 138, "building_id": 1466, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -279167,18 +308262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67570, "usage_id": 30 }, "4131.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "2.OG04, Treppe", "arch_name": "2.OG04@4131", "area_id": 138, "building_id": 1466, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -279186,18 +308283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67571, "usage_id": 223 }, "4131.03.001": { "address": { - "floor": "3.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "3.OG01, Lager", "arch_name": "3.OG01@4131", "area_id": 138, "building_id": 1466, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -279205,18 +308304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67572, "usage_id": 30 }, "4131.03.002": { "address": { - "floor": "3.OG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "3.OG02, Lager", "arch_name": "3.OG02@4131", "area_id": 138, "building_id": 1466, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -279224,18 +308325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67573, "usage_id": 30 }, "4131.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "EG01, Lager", "arch_name": "EG01@4131", "area_id": 138, "building_id": 1466, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25281, "seats": { @@ -279243,18 +308346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67559, "usage_id": 30 }, "4131.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "EG02, Lager", "arch_name": "EG02@4131", "area_id": 138, "building_id": 1466, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25281, "seats": { @@ -279262,18 +308367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67560, "usage_id": 30 }, "4131.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "EG03, Lager", "arch_name": "EG03@4131", "area_id": 138, "building_id": 1466, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25281, "seats": { @@ -279281,18 +308388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67561, "usage_id": 30 }, "4131.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "EG04, Wehranlage mit Holzrad", "arch_name": "EG04@4131", "area_id": 138, "building_id": 1466, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26175, "seats": { @@ -279300,18 +308409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67562, "usage_id": 120 }, "4131.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 22", "zip_code": 85354 }, + "alt_name": "EG05, Treppe", "arch_name": "EG05@4131", "area_id": 138, "building_id": 1466, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25281, "seats": { @@ -279319,18 +308430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67563, "usage_id": 223 }, "4132.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "1.04, Treppenflur", "arch_name": "1.04@4132", "area_id": 138, "building_id": 1669, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25281, "seats": { @@ -279338,18 +308451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65357, "usage_id": 222 }, "4132.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "1.01, Sozialraum", "arch_name": "1.01@4132", "area_id": 138, "building_id": 1669, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25281, "seats": { @@ -279357,18 +308472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65358, "usage_id": 44 }, "4132.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "1.02, B\u00fcro", "arch_name": "1.02@4132", "area_id": 138, "building_id": 1669, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25281, "seats": { @@ -279376,18 +308493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65359, "usage_id": 12 }, "4132.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "1.03, B\u00fcro", "arch_name": "1.03@4132", "area_id": 138, "building_id": 1669, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25281, "seats": { @@ -279395,18 +308514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65317, "usage_id": 12 }, "4132.02.101": { "address": { - "floor": "2.OG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "2.01, Speicher-Flur", "arch_name": "2.01@4132", "area_id": 138, "building_id": 1669, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -279414,18 +308535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65360, "usage_id": 222 }, "4132.02.102": { "address": { - "floor": "2.OG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "2.02, Speicher 1", "arch_name": "2.02@4132", "area_id": 138, "building_id": 1669, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -279433,18 +308556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65361, "usage_id": 159 }, "4132.02.103": { "address": { - "floor": "2.OG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "2.03, Speicher 2", "arch_name": "2.03@4132", "area_id": 138, "building_id": 1669, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -279452,18 +308577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65362, "usage_id": 159 }, "4132.03.101": { "address": { - "floor": "3.OG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "3.01, Speicher", "arch_name": "3.01@4132", "area_id": 138, "building_id": 1669, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -279471,18 +308598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65363, "usage_id": 222 }, "4132.EG.101": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "EG 01, WC", "arch_name": "EG 01@4132", "area_id": 138, "building_id": 1669, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25281, "seats": { @@ -279490,18 +308619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65354, "usage_id": 112 }, "4132.EG.102": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "EG 02, Heizung", "arch_name": "EG 02@4132", "area_id": 138, "building_id": 1669, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -279509,18 +308640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65355, "usage_id": 201 }, "4132.EG.103": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "EG 03, Labor 2", "arch_name": "EG 03@4132", "area_id": 138, "building_id": 1669, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -279528,18 +308661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65356, "usage_id": 102 }, "4132.EG.104": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "EG 04, Labor 1", "arch_name": "EG 04@4132", "area_id": 138, "building_id": 1669, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -279547,18 +308682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65315, "usage_id": 102 }, "4132.EG.110": { "address": { - "floor": "EG", "place": "Freising", "street": "M\u00fchlenweg 18", "zip_code": 85354 }, + "alt_name": "EG 05, Eingang / Flur", "arch_name": "EG 05@4132", "area_id": 138, "building_id": 1669, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25281, "seats": { @@ -279566,18 +308703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65316, "usage_id": 222 }, "4153.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "2.03, Bevollm\u00e4chtigter des Pr\u00e4sidenten f\u00fcr Fundrai", "arch_name": "2.03@4153", "area_id": 43, "building_id": 700, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 13946, "seats": { @@ -279585,18 +308724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47649, "usage_id": 12 }, "4153.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "2.04, Vorzimmer Bevollm\u00e4chtigter d.Pr\u00e4sidenten f.F", "arch_name": "2.04@4153", "area_id": 43, "building_id": 700, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 13946, "seats": { @@ -279604,18 +308745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47710, "usage_id": 12 }, "4153.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "2.01.1, Treppenraum", "arch_name": "2.01.1@4153", "area_id": 43, "building_id": 700, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -279623,18 +308766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47718, "usage_id": 223 }, "4153.01.103A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "2.01.1a, Treppe", "arch_name": "2.01.1a@4153", "area_id": 43, "building_id": 700, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -279642,19 +308787,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47724, "usage_id": 223 }, "4153.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "2.01.2, Campus Fitnessnebenraum", "arch_name": "2.01.2@4153", "area_id": 43, "building_id": 700, "calendar_resource_nr": 31561, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19672, "seats": { @@ -279662,19 +308809,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47732, "usage_id": 18 }, "4153.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "2.02, Campus Fitnessraum", "arch_name": "2.02@4153", "area_id": 43, "building_id": 700, "calendar_resource_nr": 12597, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19672, "seats": { @@ -279682,19 +308831,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25577, "usage_id": 128 }, "4153.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.04, Seminarraum", "arch_name": "1.04@4153", "area_id": 43, "building_id": 700, "calendar_resource_nr": 18546, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26608, "seats": { @@ -279702,19 +308853,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47405, "usage_id": 41 }, "4153.EG.002A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.06, B\u00fcro", "arch_name": "1.06@4153", "area_id": 43, "building_id": 700, "calendar_resource_nr": 30915, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 26608, "seats": { @@ -279722,19 +308875,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64231, "usage_id": 12 }, "4153.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.07, Tanz - und Gymnastikraum", "arch_name": "1.07@4153", "area_id": 43, "building_id": 700, "calendar_resource_nr": 31560, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19672, "seats": { @@ -279742,18 +308897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47416, "usage_id": 128 }, "4153.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.10, Technik", "arch_name": "1.10@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -279761,18 +308918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47436, "usage_id": 120 }, "4153.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.01, Flur (Eingang)", "arch_name": "1.01@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -279780,18 +308939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47502, "usage_id": 222 }, "4153.EG.007A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.02.1, Flur (Sprachenlabor)", "arch_name": "1.02.1@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -279799,18 +308960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64232, "usage_id": 222 }, "4153.EG.007B": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.03.1, Flur (Tanzraum, Umkleiden)", "arch_name": "1.03.1@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -279818,18 +308981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64233, "usage_id": 222 }, "4153.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.12, Umkleide-Damen", "arch_name": "1.12@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19672, "seats": { @@ -279837,18 +309002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47509, "usage_id": 121 }, "4153.EG.008A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.13.1, Dusche-Damen", "arch_name": "1.13.1@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19672, "seats": { @@ -279856,18 +309023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47515, "usage_id": 113 }, "4153.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.14, Umkleide-Herren", "arch_name": "1.14@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19672, "seats": { @@ -279875,18 +309044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47522, "usage_id": 121 }, "4153.EG.009A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.13.2, Dusche-Herren", "arch_name": "1.13.2@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19672, "seats": { @@ -279894,18 +309065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64245, "usage_id": 113 }, "4153.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.22, Teek\u00fcche", "arch_name": "1.22@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -279913,18 +309086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47526, "usage_id": 198 }, "4153.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.17, WC-Damen", "arch_name": "1.17@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -279932,18 +309107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47533, "usage_id": 116 }, "4153.EG.011A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.15, WC-Damen Vorraum", "arch_name": "1.15@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -279951,18 +309128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64246, "usage_id": 118 }, "4153.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.20, WC-Herren", "arch_name": "1.20@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -279970,18 +309149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47540, "usage_id": 115 }, "4153.EG.012A": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.18, WC-Herren Vorraum", "arch_name": "1.18@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -279989,18 +309170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64234, "usage_id": 118 }, "4153.EG.012B": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.16, Dusche-Lehrer Damen", "arch_name": "1.16@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19672, "seats": { @@ -280008,18 +309191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64247, "usage_id": 113 }, "4153.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.19, Dusche-Lehrer Herren", "arch_name": "1.19@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19672, "seats": { @@ -280027,18 +309212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47605, "usage_id": 113 }, "4153.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.23, B\u00fcro Vorbereitung Sprachenlabor", "arch_name": "1.23@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -280046,18 +309233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47614, "usage_id": 12 }, "4153.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.21, Reinigungsmittelraum", "arch_name": "1.21@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -280065,18 +309254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47624, "usage_id": 205 }, "4153.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 13", "zip_code": 85354 }, + "alt_name": "1.02.2, Lager Hochschulsport", "arch_name": "1.02.2@4153", "area_id": 43, "building_id": 700, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19672, "seats": { @@ -280084,18 +309275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47628, "usage_id": 30 }, "4155.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg", "zip_code": 85354 }, + "alt_name": "001, Trafostation XXVII", "arch_name": "001@4155", "area_id": 43, "building_id": 2170, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -280103,18 +309296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68097, "usage_id": 160 }, "4155.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg", "zip_code": 85354 }, + "alt_name": "002, Trafostation XXVII", "arch_name": "002@4155", "area_id": 43, "building_id": 2170, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -280122,18 +309317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68098, "usage_id": 160 }, "4155.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg", "zip_code": 85354 }, + "alt_name": "003, Trafostation XXVII", "arch_name": "003@4155", "area_id": 43, "building_id": 2170, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -280141,18 +309338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68111, "usage_id": 160 }, "4155.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg", "zip_code": 85354 }, + "alt_name": "004, Trafostation XXVII", "arch_name": "004@4155", "area_id": 43, "building_id": 2170, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -280160,18 +309359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68112, "usage_id": 160 }, "4156.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 21", "zip_code": 85354 }, + "alt_name": "001, Trafostation X", "arch_name": "001@4156", "area_id": 43, "building_id": 2151, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -280179,18 +309380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68026, "usage_id": 160 }, "4156.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 21", "zip_code": 85354 }, + "alt_name": "001, Trafostation X", "arch_name": "001@4156", "area_id": 43, "building_id": 2151, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -280198,18 +309401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68027, "usage_id": 160 }, "4156.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 21", "zip_code": 85354 }, + "alt_name": "003, Trafostation X", "arch_name": "003@4156", "area_id": 43, "building_id": 2151, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -280217,18 +309422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68047, "usage_id": 160 }, "4156.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Weihenstephaner Berg 21", "zip_code": 85354 }, + "alt_name": "004, Trafostation X", "arch_name": "004@4156", "area_id": 43, "building_id": 2151, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -280236,18 +309443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68048, "usage_id": 160 }, "4180.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.03, Bad/WC", "arch_name": "1.03@4180", "area_id": 44, "building_id": 660, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -280255,18 +309464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48148, "usage_id": 112 }, "4180.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.06, Flur", "arch_name": "1.06@4180", "area_id": 44, "building_id": 660, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -280274,18 +309485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48169, "usage_id": 222 }, "4180.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.07, WC (Veitshof)", "arch_name": "1.07@4180", "area_id": 44, "building_id": 660, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48717, "seats": { @@ -280293,18 +309506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48180, "usage_id": 114 }, "4180.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.08, Treppenhaus 4Stufen/13Stufen (Veitshof)", "arch_name": "1.08@4180", "area_id": 44, "building_id": 660, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 48717, "seats": { @@ -280312,18 +309527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48218, "usage_id": 223 }, "4180.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.09, Flur (Veitshof)", "arch_name": "1.09@4180", "area_id": 44, "building_id": 660, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 48717, "seats": { @@ -280331,18 +309548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48232, "usage_id": 222 }, "4180.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.10, Dachlagerraum (Veitshof)", "arch_name": "1.10@4180", "area_id": 44, "building_id": 660, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -280350,18 +309569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48245, "usage_id": 30 }, "4180.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.11, Heuboden/Speicher/Lagerraum (Veitshof)", "arch_name": "1.11@4180", "area_id": 44, "building_id": 660, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -280369,18 +309590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48254, "usage_id": 159 }, "4180.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "2.01 (D01), K\u00fcche", "arch_name": "2.01 (D01)@4180", "area_id": 44, "building_id": 660, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 48717, "seats": { @@ -280388,18 +309611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48284, "usage_id": 53 }, "4180.02.001A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "2.01a (D01a), Bad", "arch_name": "2.01a (D01a)@4180", "area_id": 44, "building_id": 660, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -280407,18 +309632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74051, "usage_id": 112 }, "4180.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "2.02 (D02), Zimmer", "arch_name": "2.02 (D02)@4180", "area_id": 44, "building_id": 660, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 48717, "seats": { @@ -280426,18 +309653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74048, "usage_id": 53 }, "4180.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "2.03 (D03), Zimmer", "arch_name": "2.03 (D03)@4180", "area_id": 44, "building_id": 660, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 48717, "seats": { @@ -280445,18 +309674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74053, "usage_id": 53 }, "4180.02.005": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "2.05 (D05), Speicher (Veitshof)", "arch_name": "2.05 (D05)@4180", "area_id": 44, "building_id": 660, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -280464,18 +309695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74047, "usage_id": 159 }, "4180.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.01, B\u00fcro", "arch_name": "0.01@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48717, "seats": { @@ -280483,18 +309716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47824, "usage_id": 12 }, "4180.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.02, B\u00fcro", "arch_name": "0.02@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48717, "seats": { @@ -280502,18 +309737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47831, "usage_id": 12 }, "4180.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.03, Gang (Veitshof)", "arch_name": "0.03@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -280521,18 +309758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47835, "usage_id": 222 }, "4180.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.04, Aufenthaltsraum", "arch_name": "0.04@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48717, "seats": { @@ -280540,18 +309779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47843, "usage_id": 44 }, "4180.EG.005A": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.03a, Eingang West Windfang au\u00dfen", "arch_name": "0.03a@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48717, "seats": { @@ -280559,18 +309800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66073, "usage_id": 52 }, "4180.EG.005B": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.05, Eingang Ost Garderobe (Veitshof)", "arch_name": "0.05@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48717, "seats": { @@ -280578,18 +309821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66074, "usage_id": 121 }, "4180.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.06, Treppenhaus (Veitshof)", "arch_name": "0.06@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 48717, "seats": { @@ -280597,18 +309842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47916, "usage_id": 223 }, "4180.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.07, Abstellraum (Veitshof)", "arch_name": "0.07@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -280616,18 +309863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47922, "usage_id": 159 }, "4180.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.08, WC (Veitshof)", "arch_name": "0.08@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -280635,18 +309884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47929, "usage_id": 114 }, "4180.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.09, Abstellraum (Veitshof)", "arch_name": "0.09@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48717, "seats": { @@ -280654,18 +309905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47938, "usage_id": 159 }, "4180.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.10, Vorraum (Veitshof)", "arch_name": "0.10@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -280673,18 +309926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47949, "usage_id": 50 }, "4180.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.11, Dusche (Veitshof)", "arch_name": "0.11@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -280692,18 +309947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48016, "usage_id": 113 }, "4180.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.12, WC (Veitshof)", "arch_name": "0.12@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -280711,18 +309968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48026, "usage_id": 114 }, "4180.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.13, Abstellraum (Veitshof)", "arch_name": "0.13@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -280730,18 +309989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48036, "usage_id": 159 }, "4180.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.14, Heizungsraum (Veitshof)", "arch_name": "0.14@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -280749,18 +310010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48045, "usage_id": 201 }, "4180.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.15, Umkleide (Veitshof)", "arch_name": "0.15@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48717, "seats": { @@ -280768,18 +310031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48073, "usage_id": 121 }, "4180.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.16, Lager", "arch_name": "0.16@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -280787,18 +310052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48083, "usage_id": 30 }, "4180.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.17, Lager", "arch_name": "0.17@4180", "area_id": 44, "building_id": 660, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -280806,18 +310073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48095, "usage_id": 30 }, "4181.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "001, Maschinenhalle (Veitshof)", "arch_name": "001@4181", "area_id": 44, "building_id": 661, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -280825,18 +310094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48295, "usage_id": 100 }, "4182.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.05, Abstellraum", "arch_name": "1.05@4182", "area_id": 44, "building_id": 662, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -280844,18 +310115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48461, "usage_id": 159 }, "4182.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.06, Flur", "arch_name": "1.06@4182", "area_id": 44, "building_id": 662, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -280863,18 +310136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48536, "usage_id": 222 }, "4182.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.09, Abstellraum", "arch_name": "1.09@4182", "area_id": 44, "building_id": 662, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -280882,18 +310157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48551, "usage_id": 159 }, "4182.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.08, Bad", "arch_name": "1.08@4182", "area_id": 44, "building_id": 662, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -280901,18 +310178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48564, "usage_id": 112 }, "4182.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.07, WC", "arch_name": "1.07@4182", "area_id": 44, "building_id": 662, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -280920,18 +310199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47111, "usage_id": 114 }, "4182.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.10, Heuboden (Veitshof)", "arch_name": "1.10@4182", "area_id": 44, "building_id": 662, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 48717, "seats": { @@ -280939,18 +310220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47120, "usage_id": 168 }, "4182.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.01, Bullenstall (Veitshof)", "arch_name": "0.01@4182", "area_id": 44, "building_id": 662, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -280958,18 +310241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48304, "usage_id": 106 }, "4182.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.02, Intensivstall ( Veisthof)", "arch_name": "0.02@4182", "area_id": 44, "building_id": 662, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -280977,18 +310262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48315, "usage_id": 106 }, "4182.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.07, Vorbereitungsraum I (Veitshof)", "arch_name": "0.07@4182", "area_id": 44, "building_id": 662, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -280996,18 +310283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48320, "usage_id": 136 }, "4182.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.04, Treppenraum (Veitshof)", "arch_name": "0.04@4182", "area_id": 44, "building_id": 662, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281015,18 +310304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48355, "usage_id": 223 }, "4182.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.05, WC (Veitshof)", "arch_name": "0.05@4182", "area_id": 44, "building_id": 662, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281034,18 +310325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48365, "usage_id": 114 }, "4182.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.06, Tieroperationsraum (Veitshof)", "arch_name": "0.06@4182", "area_id": 44, "building_id": 662, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281053,18 +310346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48377, "usage_id": 177 }, "4182.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.03, Flur (Veitshof)", "arch_name": "0.03@4182", "area_id": 44, "building_id": 662, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281072,18 +310367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68966, "usage_id": 222 }, "4183.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.01, Gang (Veitshof)", "arch_name": "1.01@4183", "area_id": 44, "building_id": 663, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281091,18 +310388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47365, "usage_id": 222 }, "4183.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.02, Kochnische", "arch_name": "1.02@4183", "area_id": 44, "building_id": 663, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -281110,18 +310409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47377, "usage_id": 53 }, "4183.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.07, Bad/WC", "arch_name": "1.07@4183", "area_id": 44, "building_id": 663, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -281129,18 +310430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47664, "usage_id": 112 }, "4183.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.10, Bad/WC", "arch_name": "1.10@4183", "area_id": 44, "building_id": 663, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -281148,18 +310451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47961, "usage_id": 112 }, "4183.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.11, Flur", "arch_name": "1.11@4183", "area_id": 44, "building_id": 663, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -281167,18 +310472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47972, "usage_id": 222 }, "4183.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.18, Bad", "arch_name": "1.18@4183", "area_id": 44, "building_id": 663, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -281186,18 +310493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47577, "usage_id": 112 }, "4183.01.019": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.19, WC", "arch_name": "1.19@4183", "area_id": 44, "building_id": 663, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -281205,18 +310514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47847, "usage_id": 114 }, "4183.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "1.20, Abstellraum", "arch_name": "1.20@4183", "area_id": 44, "building_id": 663, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -281224,18 +310535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47861, "usage_id": 159 }, "4183.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.01, Durchfahrt (Veitshof)", "arch_name": "0.01@4183", "area_id": 44, "building_id": 663, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281243,18 +310556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47137, "usage_id": 204 }, "4183.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.02, Doppelgarage (Veitshof)", "arch_name": "0.02@4183", "area_id": 44, "building_id": 663, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281262,18 +310577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47153, "usage_id": 100 }, "4183.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.03, Garage (Veitshof)", "arch_name": "0.03@4183", "area_id": 44, "building_id": 663, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281281,18 +310598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47237, "usage_id": 100 }, "4183.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.04, Zugang (Veitshof)", "arch_name": "0.04@4183", "area_id": 44, "building_id": 663, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281300,18 +310619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47251, "usage_id": 222 }, "4183.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.05, Windfang (Veitshof)", "arch_name": "0.05@4183", "area_id": 44, "building_id": 663, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281319,18 +310640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47266, "usage_id": 52 }, "4183.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.06, Wasch- und Trockenraum (Veitshof)", "arch_name": "0.06@4183", "area_id": 44, "building_id": 663, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281338,18 +310661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47343, "usage_id": 210 }, "4183.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.07, Werkstatt (Veitshof)", "arch_name": "0.07@4183", "area_id": 44, "building_id": 663, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281357,18 +310682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47352, "usage_id": 51 }, "4184.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.01, Vorbereitungsraum II (Veitshof)", "arch_name": "0.01@4184", "area_id": 44, "building_id": 664, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281376,18 +310703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47890, "usage_id": 136 }, "4184.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.02, Heizungsraum (Veitshof)", "arch_name": "0.02@4184", "area_id": 44, "building_id": 664, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281395,18 +310724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45927, "usage_id": 201 }, "4184.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.07, Milchkammer (Veitshof)", "arch_name": "0.07@4184", "area_id": 44, "building_id": 664, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281414,18 +310745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45939, "usage_id": 197 }, "4184.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.03, Futterkammer (Veitshof)", "arch_name": "0.03@4184", "area_id": 44, "building_id": 664, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281433,18 +310766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45951, "usage_id": 168 }, "4184.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.08, Futtermittellager (Veitshof)", "arch_name": "0.08@4184", "area_id": 44, "building_id": 664, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281452,18 +310787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45963, "usage_id": 168 }, "4184.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.04, Stallhaltung (Veitshof)", "arch_name": "0.04@4184", "area_id": 44, "building_id": 664, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281471,18 +310808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46116, "usage_id": 106 }, "4184.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.05, Stallhaltung (Veitshof)", "arch_name": "0.05@4184", "area_id": 44, "building_id": 664, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281490,18 +310829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46134, "usage_id": 106 }, "4184.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.06, Flur (Veitshof)", "arch_name": "0.06@4184", "area_id": 44, "building_id": 664, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281509,18 +310850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46149, "usage_id": 222 }, "4185.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.01, Windfang (Veitshof)", "arch_name": "0.01@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281528,18 +310871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46298, "usage_id": 52 }, "4185.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.02, Umkleide (Veitshof)", "arch_name": "0.02@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281547,18 +310892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46309, "usage_id": 121 }, "4185.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.03, WC (Veitshof)", "arch_name": "0.03@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281566,18 +310913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46324, "usage_id": 114 }, "4185.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.04, Dusche ( Veitshof)", "arch_name": "0.04@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281585,18 +310934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46474, "usage_id": 113 }, "4185.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.05, Melkb\u00fcro", "arch_name": "0.05@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281604,18 +310955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46491, "usage_id": 12 }, "4185.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.08, Milchkammer (Veitshof)", "arch_name": "0.08@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281623,18 +310976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46504, "usage_id": 197 }, "4185.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.09, Ger\u00e4tetestraum (Veitshof)", "arch_name": "0.09@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281642,18 +310997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46657, "usage_id": 159 }, "4185.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.10, Heizung (Veitshof)", "arch_name": "0.10@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281661,18 +311018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46674, "usage_id": 201 }, "4185.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.11, Melkstand (Veitshof)", "arch_name": "0.11@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281680,18 +311039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46687, "usage_id": 197 }, "4185.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "Rinderhaltung (Veitshof)", "arch_name": "@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281699,18 +311060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46700, "usage_id": 106 }, "4185.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "Futtergang (Veitshof)", "arch_name": "@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -281718,18 +311081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46851, "usage_id": 168 }, "4185.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "Rinderhaltung (Veitshof)", "arch_name": "@4185", "area_id": 44, "building_id": 665, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281737,18 +311102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46863, "usage_id": 106 }, "4187.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "001, Dungsilo", "arch_name": "001@4187", "area_id": 44, "building_id": 708, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48717, "seats": { @@ -281756,18 +311123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47062, "usage_id": 30 }, "4187.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "002, Dungsilo", "arch_name": "002@4187", "area_id": 44, "building_id": 708, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48717, "seats": { @@ -281775,18 +311144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44339, "usage_id": 30 }, "4187.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "003, Dungsilo", "arch_name": "003@4187", "area_id": 44, "building_id": 708, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48717, "seats": { @@ -281794,18 +311165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44352, "usage_id": 30 }, "4188.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "001, Fahrsilo", "arch_name": "001@4188", "area_id": 44, "building_id": 709, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48717, "seats": { @@ -281813,18 +311186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44362, "usage_id": 30 }, "4189.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "001, Strohlagerhalle (Veitshof)", "arch_name": "001@4189", "area_id": 44, "building_id": 710, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281832,18 +311207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44380, "usage_id": 168 }, "4190.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.01, Futterlager (Veitshof)", "arch_name": "0.01@4190", "area_id": 44, "building_id": 711, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281851,18 +311228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44533, "usage_id": 168 }, "4190.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.02, Jungviehstall (Veitshof)", "arch_name": "0.02@4190", "area_id": 44, "building_id": 711, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281870,18 +311249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44544, "usage_id": 106 }, "4190.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.03, K\u00e4lberstall (Veitshof)", "arch_name": "0.03@4190", "area_id": 44, "building_id": 711, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281889,18 +311270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44562, "usage_id": 106 }, "4190.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.04, Futterk\u00fcche (Veitshof)", "arch_name": "0.04@4190", "area_id": 44, "building_id": 711, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281908,18 +311291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44709, "usage_id": 168 }, "4190.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "0.05, Heizung (Veitshof)", "arch_name": "0.05@4190", "area_id": 44, "building_id": 711, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48717, "seats": { @@ -281927,18 +311312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44727, "usage_id": 201 }, "4191.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "001, Fahrsilo", "arch_name": "001@4191", "area_id": 44, "building_id": 712, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48717, "seats": { @@ -281946,18 +311333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44745, "usage_id": 30 }, "4192.01.801": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R1, B\u00fcro", "arch_name": "R1@4192", "area_id": 44, "building_id": 1789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48717, "seats": { @@ -281965,18 +311354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66190, "usage_id": 12 }, "4192.01.802": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R2, B\u00fcro", "arch_name": "R2@4192", "area_id": 44, "building_id": 1789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48717, "seats": { @@ -281984,18 +311375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66191, "usage_id": 12 }, "4192.01.803": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R3, Flur (Veitshof)", "arch_name": "R3@4192", "area_id": 44, "building_id": 1789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48717, "seats": { @@ -282003,18 +311396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66192, "usage_id": 222 }, "4192.01.804": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R4, B\u00fcro", "arch_name": "R4@4192", "area_id": 44, "building_id": 1789, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48717, "seats": { @@ -282022,18 +311417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66193, "usage_id": 12 }, "4192.01.805": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R5, WC-Herren", "arch_name": "R5@4192", "area_id": 44, "building_id": 1789, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -282041,18 +311438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66194, "usage_id": 115 }, "4192.01.806": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R6, Apotheke", "arch_name": "R6@4192", "area_id": 44, "building_id": 1789, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48717, "seats": { @@ -282060,18 +311459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66195, "usage_id": 30 }, "4192.01.807": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R7, Treppenhaus", "arch_name": "R7@4192", "area_id": 44, "building_id": 1789, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -282079,18 +311480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67608, "usage_id": 223 }, "4192.02.801": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R1, Speicher", "arch_name": "R1@4192", "area_id": 44, "building_id": 1789, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48717, "seats": { @@ -282098,18 +311501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67609, "usage_id": 30 }, "4192.02.802": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R2, Treppenhaus", "arch_name": "R2@4192", "area_id": 44, "building_id": 1789, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -282117,18 +311522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67610, "usage_id": 223 }, "4192.EG.801": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R1, Analytisches Labor (Veitshof)", "arch_name": "R1@4192", "area_id": 44, "building_id": 1789, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48717, "seats": { @@ -282136,18 +311543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66182, "usage_id": 102 }, "4192.EG.802": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R2, Flur (Veitshof)", "arch_name": "R2@4192", "area_id": 44, "building_id": 1789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -282155,18 +311564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66183, "usage_id": 222 }, "4192.EG.802A": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R6a, Eingang Windfang", "arch_name": "R6a@4192", "area_id": 44, "building_id": 1789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -282174,18 +311585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66184, "usage_id": 52 }, "4192.EG.803": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R3, Mischraum Futtermittelzusatzstoffe", "arch_name": "R3@4192", "area_id": 44, "building_id": 1789, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48717, "seats": { @@ -282193,18 +311606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66185, "usage_id": 102 }, "4192.EG.804": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R4, Heizungsraum (Veitshof)", "arch_name": "R4@4192", "area_id": 44, "building_id": 1789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48717, "seats": { @@ -282212,18 +311627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66186, "usage_id": 201 }, "4192.EG.805": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R5, WC-Damen", "arch_name": "R5@4192", "area_id": 44, "building_id": 1789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -282231,18 +311648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66187, "usage_id": 116 }, "4192.EG.806": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R6, Seminarraum 71 (Veitshof) (WZWS71)", "arch_name": "R6@4192", "area_id": 44, "building_id": 1789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48717, "seats": { @@ -282250,18 +311669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66188, "usage_id": 41 }, "4192.EG.807": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R7, Turbinenraum (Veitshof)", "arch_name": "R7@4192", "area_id": 44, "building_id": 1789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48717, "seats": { @@ -282269,18 +311690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66189, "usage_id": 160 }, "4192.EG.808": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Veitshof", "zip_code": 85354 }, + "alt_name": "R2a, Treppenhaus", "arch_name": "R2a@4192", "area_id": 44, "building_id": 1789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48717, "seats": { @@ -282288,18 +311711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67607, "usage_id": 223 }, "4202.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str.", "zip_code": 85354 }, + "alt_name": "001, Trafostation V", "arch_name": "001@4202", "area_id": 42, "building_id": 2149, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -282307,18 +311732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68006, "usage_id": 160 }, "4202.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str.", "zip_code": 85354 }, + "alt_name": "002, Trafostation V", "arch_name": "002@4202", "area_id": 42, "building_id": 2149, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -282326,18 +311753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68007, "usage_id": 160 }, "4202.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str.", "zip_code": 85354 }, + "alt_name": "003, Trafostation V", "arch_name": "003@4202", "area_id": 42, "building_id": 2149, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -282345,18 +311774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68008, "usage_id": 160 }, "4202.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str.", "zip_code": 85354 }, + "alt_name": "004, Trafostation V", "arch_name": "004@4202", "area_id": 42, "building_id": 2149, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -282364,18 +311795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68009, "usage_id": 160 }, "4202.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str.", "zip_code": 85354 }, + "alt_name": "005, Trafostation V", "arch_name": "005@4202", "area_id": 42, "building_id": 2149, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -282383,18 +311816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68010, "usage_id": 160 }, "4205.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.01, Haustechnik", "arch_name": "A.01@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -282402,18 +311837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72874, "usage_id": 120 }, "4205.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.02, WC-Personal", "arch_name": "A.02@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -282421,18 +311858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72875, "usage_id": 114 }, "4205.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.03, Umkleide-Personal", "arch_name": "A.03@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -282440,18 +311879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72883, "usage_id": 121 }, "4205.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.04, K\u00fcche /Produktion", "arch_name": "A.04@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -282459,18 +311900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72876, "usage_id": 28 }, "4205.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.05, Verkauf", "arch_name": "A.05@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -282478,18 +311921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72877, "usage_id": 28 }, "4205.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.06, Gastraum", "arch_name": "A.06@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 39688, "seats": { @@ -282497,18 +311942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72878, "usage_id": 139 }, "4205.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.02, WC-Barrierefrei/Wickeltisch", "arch_name": "A.02@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 39688, "seats": { @@ -282516,18 +311963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72886, "usage_id": 117 }, "4205.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.08, Automatenraum", "arch_name": "A.08@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -282535,18 +311984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72879, "usage_id": 186 }, "4205.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.09, R\u00fcckraum", "arch_name": "A.09@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -282554,18 +312005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72884, "usage_id": 30 }, "4205.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.010, Terrasse", "arch_name": "A.010@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 39688, "seats": { @@ -282573,18 +312026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72880, "usage_id": 48 }, "4205.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Stra\u00dfe 1", "zip_code": 85354 }, + "alt_name": "A.011, M\u00fcllhaus", "arch_name": "A.011@4205", "area_id": 42, "building_id": 691, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -282592,19 +312047,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72885, "usage_id": 215 }, "4210.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "101, Seminar-/Besprechungsraum (gem.Nutzung1110014", "arch_name": "101@4210", "area_id": 42, "building_id": 726, "calendar_resource_nr": 18103, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -282612,18 +312069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10875, "usage_id": 196 }, "4210.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "102, Abstellraum", "arch_name": "102@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15563, "seats": { @@ -282631,18 +312090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45411, "usage_id": 159 }, "4210.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "103, Abstellraum", "arch_name": "103@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15563, "seats": { @@ -282650,18 +312111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45016, "usage_id": 159 }, "4210.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "104, Arbeitsraum", "arch_name": "104@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15563, "seats": { @@ -282669,18 +312132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45036, "usage_id": 12 }, "4210.01.105A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "105A, Abstellraum", "arch_name": "105A@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15563, "seats": { @@ -282688,18 +312153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72095, "usage_id": 159 }, "4210.01.105B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "105B, WC-Damen", "arch_name": "105B@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -282707,18 +312174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72096, "usage_id": 116 }, "4210.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "106, Arbeitsraum", "arch_name": "106@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15563, "seats": { @@ -282726,18 +312195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10110, "usage_id": 55 }, "4210.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "107, Arbeitsraum", "arch_name": "107@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15563, "seats": { @@ -282745,18 +312216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45563, "usage_id": 12 }, "4210.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "108, Arbeitsraum", "arch_name": "108@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15563, "seats": { @@ -282764,18 +312237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45578, "usage_id": 12 }, "4210.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "109, Arbeitsraum", "arch_name": "109@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15563, "seats": { @@ -282783,18 +312258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45595, "usage_id": 12 }, "4210.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "110, Sekretariat", "arch_name": "110@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15563, "seats": { @@ -282802,18 +312279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52733, "usage_id": 40 }, "4210.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "111, Arbeitsraum", "arch_name": "111@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15563, "seats": { @@ -282821,18 +312300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52748, "usage_id": 12 }, "4210.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "112, Arbeitsraum", "arch_name": "112@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15563, "seats": { @@ -282840,18 +312321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52768, "usage_id": 12 }, "4210.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "113, Konferenzen/B\u00fcroarbeit", "arch_name": "113@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15747, "seats": { @@ -282859,18 +312342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52916, "usage_id": 196 }, "4210.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "114, B\u00fcro", "arch_name": "114@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15747, "seats": { @@ -282878,18 +312363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52938, "usage_id": 12 }, "4210.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "115, B\u00fcro", "arch_name": "115@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15747, "seats": { @@ -282897,18 +312384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53076, "usage_id": 12 }, "4210.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "116, B\u00fcro", "arch_name": "116@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15747, "seats": { @@ -282916,18 +312405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53092, "usage_id": 12 }, "4210.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "117, B\u00fcro", "arch_name": "117@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15747, "seats": { @@ -282935,18 +312426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53111, "usage_id": 12 }, "4210.01.119": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "119, Flur mit Lager", "arch_name": "119@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15747, "seats": { @@ -282954,18 +312447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53265, "usage_id": 222 }, "4210.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "120, Diele", "arch_name": "120@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -282973,18 +312468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72098, "usage_id": 222 }, "4210.01.120A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "120A, Diele", "arch_name": "120A@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -282992,18 +312489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72099, "usage_id": 222 }, "4210.01.120B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "120B, Flur", "arch_name": "120B@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -283011,18 +312510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72108, "usage_id": 222 }, "4210.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "011, B\u00fcro", "arch_name": "011@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 55897, "seats": { @@ -283030,18 +312531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44491, "usage_id": 12 }, "4210.EG.011A": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "011A, Flur S\u00fcd (11-16)", "arch_name": "011A@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -283049,18 +312552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72117, "usage_id": 222 }, "4210.EG.011B": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "011B, Treppe S\u00fcd (EG-1.OG)", "arch_name": "011B@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -283068,18 +312573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72105, "usage_id": 223 }, "4210.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "012, B\u00fcro", "arch_name": "012@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 55897, "seats": { @@ -283087,18 +312594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44502, "usage_id": 12 }, "4210.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "013, B\u00fcro", "arch_name": "013@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 55897, "seats": { @@ -283106,18 +312615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44515, "usage_id": 12 }, "4210.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "014, B\u00fcro", "arch_name": "014@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 55897, "seats": { @@ -283125,18 +312636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44665, "usage_id": 12 }, "4210.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "015, Sekretariat", "arch_name": "015@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 55897, "seats": { @@ -283144,18 +312657,20 @@ "standing": null, "wheelchair": null }, - "usage_id": 12 + "tumonline_id": 44678, + "usage_id": 40 }, "4210.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "016, B\u00fcro", "arch_name": "016@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 55897, "seats": { @@ -283163,18 +312678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44693, "usage_id": 12 }, "4210.EG.016A": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "016A, WC-Herren", "arch_name": "016A@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -283182,37 +312699,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72115, "usage_id": 115 }, "4210.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "017, Versuchshalle (LfL)", "arch_name": "017@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Estrich (Beton)", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": 5, "standing": null, "wheelchair": null }, + "tumonline_id": 44835, "usage_id": 103 }, "4210.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "018, Arbeitsraum (FACIT-Team 1)", "arch_name": "018@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -283220,56 +312741,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44845, "usage_id": 12 }, "4210.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "019/026, Elektroniklabor (LfL)", "arch_name": "019/026@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "PVC", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 44857, "usage_id": 103 }, "4210.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "020/021, Elektrowerkstatt (LfL)", "arch_name": "020/021@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "PVC", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": 2, "standing": null, "wheelchair": null }, + "tumonline_id": 44868, "usage_id": 51 }, "4210.EG.020A": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "020A, Treppe Nord", "arch_name": "020A@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -283277,75 +312804,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72107, "usage_id": 223 }, "4210.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "020/021, Lager (LfL)", "arch_name": "020/021@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "PVC", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 45212, "usage_id": 30 }, "4210.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "022, B\u00fcro (LfL)", "arch_name": "022@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "PVC", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 45226, "usage_id": 12 }, "4210.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "023, B\u00fcro (LfL)", "arch_name": "023@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "PVC", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": 2, "standing": null, "wheelchair": null }, + "tumonline_id": 45743, "usage_id": 12 }, "4210.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "024, Arbeitsraum (FACIT-Team 2)", "arch_name": "024@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -283353,56 +312888,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45763, "usage_id": 12 }, "4210.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "025, Werkstatt/B\u00fcro (LfL)", "arch_name": "025@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "PVC", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 45780, "usage_id": 108 }, "4210.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "019/026, Arbeitsraum (LfL)", "arch_name": "019/026@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "PVC", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 45385, "usage_id": 12 }, "4210.EG.027A": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "027A, Treppe mit Podest (\u00dcbergang B\u00fcro/Werkst\u00e4tten", "arch_name": "027A@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -283410,18 +312951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72118, "usage_id": 223 }, "4210.EG.027B": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "027B, Treppe mit Lift (EG-KG)", "arch_name": "027B@4210", "area_id": 42, "building_id": 726, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -283429,18 +312972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72812, "usage_id": 223 }, "4210.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "001, Lager", "arch_name": "001@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -283448,18 +312993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44308, "usage_id": 30 }, "4210.U1.001A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "001A, Heizung", "arch_name": "001A@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -283467,18 +313014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72100, "usage_id": 201 }, "4210.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "002, Lager", "arch_name": "002@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -283486,18 +313035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44322, "usage_id": 30 }, "4210.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "003, Lager", "arch_name": "003@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -283505,56 +313056,62 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44476, "usage_id": 30 }, "4210.U1.003A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "003A, Lager (LfL)", "arch_name": "003A@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 72801, "usage_id": 30 }, "4210.U1.003B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "003B, Lager (LfL)", "arch_name": "003B@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 72800, "usage_id": 30 }, "4210.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "004, EDV", "arch_name": "004@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -283562,18 +313119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72080, "usage_id": 120 }, "4210.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Am Staudengarten 2", "zip_code": 85354 }, + "alt_name": "004, WC", "arch_name": "004@4210", "area_id": 42, "building_id": 726, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -283581,38 +313140,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72081, "usage_id": 114 }, "4211.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 36", "zip_code": 85354 }, + "alt_name": "PLA Praktikumsraum Landtechnik (LfL)", "arch_name": "PLA@4211", "area_id": 42, "building_id": 1140, "calendar_resource_nr": 18933, + "floor_level": "EG", "floor_type": "Spannteppich", - "main_operator_id": 15680, + "main_operator_id": 51258, "seats": { "sitting": 45, "standing": null, "wheelchair": null }, + "tumonline_id": 61707, "usage_id": 41 }, "4212.01.201": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "101, Vorraum", "arch_name": "101@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -283620,18 +313183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53188, "usage_id": 50 }, "4212.01.201A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "101A, WC-Damen", "arch_name": "101A@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -283639,18 +313204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53198, "usage_id": 116 }, "4212.01.201B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "101B, WC-Herren", "arch_name": "101B@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -283658,18 +313225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53205, "usage_id": 115 }, "4212.01.201C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "101C, Dusche", "arch_name": "101C@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -283677,19 +313246,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53352, "usage_id": 113 }, "4212.01.202": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@4212", "area_id": 42, "building_id": 679, "calendar_resource_nr": 15308, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -283697,18 +313268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10239, "usage_id": 12 }, "4212.01.203": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "103, Sekretariat", "arch_name": "103@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -283716,18 +313289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53374, "usage_id": 40 }, "4212.01.204": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "105, Lehrstuhlleitung", "arch_name": "105@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -283735,19 +313310,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53517, "usage_id": 12 }, "4212.01.206": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "106, Biochemisches Labor", "arch_name": "106@4212", "area_id": 42, "building_id": 679, "calendar_resource_nr": 18976, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283755,18 +313332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53530, "usage_id": 102 }, "4212.01.207": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "107, Biochemisches Labor", "arch_name": "107@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283774,18 +313353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74049, "usage_id": 102 }, "4212.01.208": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "108, Biochemisches Labor", "arch_name": "108@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283793,18 +313374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74050, "usage_id": 102 }, "4212.01.209": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "109, Biochemisches Labor", "arch_name": "109@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283812,18 +313395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74052, "usage_id": 102 }, "4212.01.210": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "110, Reinraum", "arch_name": "110@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283831,18 +313416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53544, "usage_id": 105 }, "4212.01.210A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "110A, Reinraum", "arch_name": "110A@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283850,18 +313437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53686, "usage_id": 102 }, "4212.01.211": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "111/112, Installation / Elektro-Verteiler", "arch_name": "111/112@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -283869,18 +313458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53698, "usage_id": 120 }, "4212.01.214": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "114, Installation / Elektro-Verteiler", "arch_name": "114@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -283888,18 +313479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53714, "usage_id": 120 }, "4212.01.215": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "115, Zentrifugen S1", "arch_name": "115@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283907,18 +313500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53855, "usage_id": 102 }, "4212.01.216": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "116, Chemielabor", "arch_name": "116@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283926,18 +313521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53863, "usage_id": 102 }, "4212.01.217": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "117, Chemielabor", "arch_name": "117@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283945,19 +313542,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53877, "usage_id": 102 }, "4212.01.218": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "118, Zellkultur S1", "arch_name": "118@4212", "area_id": 42, "building_id": 679, "calendar_resource_nr": 18567, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283965,19 +313564,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53890, "usage_id": 102 }, "4212.01.219": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "119, Zellkultur S2", "arch_name": "119@4212", "area_id": 42, "building_id": 679, "calendar_resource_nr": 20519, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -283985,18 +313586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51287, "usage_id": 102 }, "4212.01.220": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "120, Ehemaliger Kesselraum", "arch_name": "120@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -284004,18 +313607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51294, "usage_id": 217 }, "4212.01.221": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "121, Mikrobiologisches Labor", "arch_name": "121@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -284023,19 +313628,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51309, "usage_id": 102 }, "4212.01.222": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "122, Molekularbiologisches Labor", "arch_name": "122@4212", "area_id": 42, "building_id": 679, "calendar_resource_nr": 18613, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -284043,18 +313650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51460, "usage_id": 102 }, "4212.01.223": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "123, Sp\u00fclk\u00fcche S2/S1", "arch_name": "123@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -284062,18 +313671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51483, "usage_id": 102 }, "4212.01.224": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "124, Mikroskopie S1", "arch_name": "124@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -284081,18 +313692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51499, "usage_id": 102 }, "4212.01.225": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "125, Ger\u00e4telabor", "arch_name": "125@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -284100,18 +313713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51662, "usage_id": 102 }, "4212.01.226": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "126, Labor", "arch_name": "126@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -284119,18 +313734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51678, "usage_id": 102 }, "4212.01.227": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "127, WC-Herren", "arch_name": "127@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -284138,18 +313755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51689, "usage_id": 115 }, "4212.01.228": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "128, WC-Damen", "arch_name": "128@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -284157,18 +313776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51839, "usage_id": 116 }, "4212.01.229": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "129, Installation 3", "arch_name": "129@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -284176,18 +313797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51852, "usage_id": 120 }, "4212.01.230": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "130, K\u00fchlzelle", "arch_name": "130@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -284195,18 +313818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51997, "usage_id": 30 }, "4212.01.231": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "131, Reinigungsmittelraum", "arch_name": "131@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -284214,18 +313839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52016, "usage_id": 205 }, "4212.01.233": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "133, Aufenthaltsraum mit K\u00fcche", "arch_name": "133@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -284233,18 +313860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52029, "usage_id": 44 }, "4212.01.251": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "151, Installationsschacht 4", "arch_name": "151@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -284252,18 +313881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52171, "usage_id": 120 }, "4212.01.252": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "152, Sekretariat", "arch_name": "152@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -284271,18 +313902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52182, "usage_id": 40 }, "4212.01.252A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "152A, Archiv", "arch_name": "152A@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284290,18 +313923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52197, "usage_id": 2 }, "4212.01.253": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "153, B\u00fcro", "arch_name": "153@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -284309,18 +313944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52352, "usage_id": 12 }, "4212.01.254": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "154, Biochemisches Labor S1", "arch_name": "154@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284328,18 +313965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52363, "usage_id": 102 }, "4212.01.255": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "155, Biochemisches Labor S1", "arch_name": "155@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284347,18 +313986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52372, "usage_id": 102 }, "4212.01.256": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "156, Computerraum", "arch_name": "156@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -284366,18 +314007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52513, "usage_id": 207 }, "4212.01.257": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "157, Lesepl\u00e4tze", "arch_name": "157@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -284385,18 +314028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52527, "usage_id": 150 }, "4212.01.258": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "158, Biochemisches Labor S1", "arch_name": "158@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284404,18 +314049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52538, "usage_id": 102 }, "4212.01.259": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "159, B\u00fcro", "arch_name": "159@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -284423,18 +314070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52682, "usage_id": 12 }, "4212.01.260": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "160/160A, Sp\u00fcl- und Autoklavenraum S1", "arch_name": "160/160A@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284442,18 +314091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52697, "usage_id": 209 }, "4212.01.261": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "161, Biochemisches Labor S1", "arch_name": "161@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284461,18 +314112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52714, "usage_id": 102 }, "4212.01.262": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "162, Biochemisches Labor S1", "arch_name": "162@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284480,18 +314133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52860, "usage_id": 102 }, "4212.01.263": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "163, Biochemisches Labor S1", "arch_name": "163@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284499,18 +314154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52880, "usage_id": 102 }, "4212.01.264": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "164, Biochemisches Labor S1", "arch_name": "164@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284518,18 +314175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52900, "usage_id": 102 }, "4212.01.265": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "165, Biochemisches Labor S1", "arch_name": "165@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284537,18 +314196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53047, "usage_id": 102 }, "4212.01.267": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "167, K\u00fchlraum", "arch_name": "167@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -284556,18 +314217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53062, "usage_id": 199 }, "4212.01.268": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "168, WC-Herren", "arch_name": "168@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -284575,18 +314238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53212, "usage_id": 115 }, "4212.01.269": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "169, Reinigungsmittelraum", "arch_name": "169@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -284594,18 +314259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53223, "usage_id": 205 }, "4212.01.270": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "170, WC-Damen", "arch_name": "170@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -284613,18 +314280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53237, "usage_id": 116 }, "4212.01.272": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "171/172, Installation 6", "arch_name": "171/172@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -284632,18 +314301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53385, "usage_id": 120 }, "4212.01.273": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "173/174, Installation 5", "arch_name": "173/174@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -284651,18 +314322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53394, "usage_id": 120 }, "4212.01.275": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "174/175, Biochemisches Labor S1", "arch_name": "174/175@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284670,18 +314343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53411, "usage_id": 102 }, "4212.01.276": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "176, Dunkelkammer S1", "arch_name": "176@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284689,18 +314364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53426, "usage_id": 104 }, "4212.01.276A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "176A, Fluoreszenzscanner S1", "arch_name": "176A@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284708,18 +314385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53564, "usage_id": 103 }, "4212.01.277": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "177, Biochemisches Labor S1", "arch_name": "177@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284727,18 +314406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53583, "usage_id": 102 }, "4212.01.278": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "178, Biochemisches Labor S1", "arch_name": "178@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284746,18 +314427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53730, "usage_id": 102 }, "4212.01.279": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "179, Biochemisches Labor S1", "arch_name": "179@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284765,18 +314448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53751, "usage_id": 102 }, "4212.01.280": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "180, Spektroskopielabor S1", "arch_name": "180@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -284784,18 +314469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53762, "usage_id": 103 }, "4212.01.284": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "184, Flur", "arch_name": "184@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -284803,18 +314490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53909, "usage_id": 222 }, "4212.01.284A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "184A, Warteflur", "arch_name": "184A@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -284822,18 +314511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53919, "usage_id": 222 }, "4212.01.285": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "185, Treppenraum", "arch_name": "185@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -284841,18 +314532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53936, "usage_id": 223 }, "4212.01.286": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "186, Flur", "arch_name": "186@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -284860,18 +314553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51164, "usage_id": 222 }, "4212.01.287": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "187, Halle", "arch_name": "187@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -284879,18 +314574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51181, "usage_id": 222 }, "4212.01.287A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "187A, Warteflur", "arch_name": "187A@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -284898,18 +314595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51329, "usage_id": 222 }, "4212.01.287B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "187B, Windfang", "arch_name": "187B@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -284917,18 +314616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51343, "usage_id": 52 }, "4212.01.288": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "188, Treppenraum", "arch_name": "188@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -284936,18 +314637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51358, "usage_id": 223 }, "4212.01.290": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "190, Aufzug", "arch_name": "190@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -284955,18 +314658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51516, "usage_id": 4 }, "4212.01.291": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "191, Aufzug", "arch_name": "191@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -284974,18 +314679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51533, "usage_id": 4 }, "4212.01.293A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "193A, Flur", "arch_name": "193A@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -284993,18 +314700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51549, "usage_id": 222 }, "4212.01.294": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "194, Flur", "arch_name": "194@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -285012,18 +314721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51694, "usage_id": 222 }, "4212.01.295": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "195, Treppenraum Chemie", "arch_name": "195@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -285031,18 +314742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51712, "usage_id": 223 }, "4212.01.296": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "196, Flur", "arch_name": "196@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -285050,18 +314763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51730, "usage_id": 222 }, "4212.02.201": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "201, Technik", "arch_name": "201@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285069,18 +314784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52042, "usage_id": 120 }, "4212.02.201A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "201A, Installationsschacht 1", "arch_name": "201A@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285088,18 +314805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72854, "usage_id": 120 }, "4212.02.202": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "202, Installationsschacht 4-6", "arch_name": "202@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285107,18 +314826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52056, "usage_id": 120 }, "4212.02.203": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "203, L\u00fcftungskammer", "arch_name": "203@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285126,18 +314847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52555, "usage_id": 32 }, "4212.02.204": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "204, L\u00fcftungskammer", "arch_name": "204@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285145,18 +314868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52570, "usage_id": 32 }, "4212.02.205": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "205, Abluftschacht", "arch_name": "205@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285164,18 +314889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52582, "usage_id": 32 }, "4212.02.206": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "206, Technik", "arch_name": "206@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285183,18 +314910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52589, "usage_id": 120 }, "4212.02.206A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "206A, Installationsschacht 2", "arch_name": "206A@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285202,18 +314931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72855, "usage_id": 120 }, "4212.02.206B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "206B, Installationsschacht 3", "arch_name": "206B@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285221,18 +314952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72858, "usage_id": 120 }, "4212.02.207": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "207, Technik", "arch_name": "207@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285240,18 +314973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52207, "usage_id": 120 }, "4212.02.207A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "207A, Installationsschacht 6", "arch_name": "207A@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285259,18 +314994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72857, "usage_id": 120 }, "4212.02.208": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "208, L\u00fcftungskammer", "arch_name": "208@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285278,18 +315015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52227, "usage_id": 32 }, "4212.02.209": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "209, L\u00fcftungskammer", "arch_name": "209@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285297,18 +315036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52245, "usage_id": 32 }, "4212.02.210": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "210, Abluftschacht", "arch_name": "210@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285316,18 +315057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51878, "usage_id": 32 }, "4212.02.211": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "211, Technik", "arch_name": "211@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285335,18 +315078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51899, "usage_id": 120 }, "4212.02.211A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "211A, Installationsschacht 4", "arch_name": "211A@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285354,18 +315099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72859, "usage_id": 120 }, "4212.02.211B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "211B, Installationsschacht 5", "arch_name": "211B@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -285373,18 +315120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72856, "usage_id": 120 }, "4212.02.212": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "212, Treppenraum", "arch_name": "212@4212", "area_id": 42, "building_id": 679, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -285392,18 +315141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52380, "usage_id": 223 }, "4212.EG.084": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "084, Flur", "arch_name": "084@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -285411,18 +315162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51396, "usage_id": 222 }, "4212.EG.085": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "085, Treppenraum", "arch_name": "085@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -285430,18 +315183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51557, "usage_id": 223 }, "4212.EG.086": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "086, Gang", "arch_name": "086@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -285449,18 +315204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51573, "usage_id": 222 }, "4212.EG.086A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "086A, Archiv", "arch_name": "086A@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -285468,18 +315225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51586, "usage_id": 2 }, "4212.EG.087": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "087, Halle", "arch_name": "087@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -285487,18 +315246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51597, "usage_id": 222 }, "4212.EG.088": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "088, Treppenraum", "arch_name": "088@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -285506,18 +315267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51745, "usage_id": 223 }, "4212.EG.090": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "090, Aufzug", "arch_name": "090@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -285525,18 +315288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51756, "usage_id": 4 }, "4212.EG.091": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "091, Lastenaufzug", "arch_name": "091@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -285544,18 +315309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51769, "usage_id": 4 }, "4212.EG.092": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "092, Flur", "arch_name": "092@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -285563,18 +315330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51918, "usage_id": 222 }, "4212.EG.201": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "001, WC-Vorraum", "arch_name": "001@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -285582,18 +315351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51926, "usage_id": 118 }, "4212.EG.201A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "001A, WC-Herren", "arch_name": "001A@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -285601,18 +315372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51936, "usage_id": 115 }, "4212.EG.201B": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "001B, WC-Damen", "arch_name": "001B@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -285620,18 +315393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52079, "usage_id": 116 }, "4212.EG.201C": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "001C, Dusche", "arch_name": "001C@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -285639,18 +315414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52092, "usage_id": 113 }, "4212.EG.202": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "002, B\u00fcro", "arch_name": "002@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -285658,18 +315435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52102, "usage_id": 12 }, "4212.EG.202A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "002A, B\u00fcro", "arch_name": "002A@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -285677,18 +315456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72061, "usage_id": 12 }, "4212.EG.203": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "003, Gasflaschenlager Vorraum", "arch_name": "003@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15569, "seats": { @@ -285696,18 +315477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52115, "usage_id": 51 }, "4212.EG.203A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "003A, Gasflaschenlager", "arch_name": "003A@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15569, "seats": { @@ -285715,18 +315498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52259, "usage_id": 30 }, "4212.EG.204": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "004, Werkstatt", "arch_name": "004@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15569, "seats": { @@ -285734,18 +315519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52273, "usage_id": 51 }, "4212.EG.205": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "005, B\u00fcro", "arch_name": "005@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -285753,18 +315540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52283, "usage_id": 12 }, "4212.EG.205A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "005A, B\u00fcro", "arch_name": "005A@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -285772,18 +315561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52433, "usage_id": 12 }, "4212.EG.206": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "006, B\u00fcro", "arch_name": "006@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15569, "seats": { @@ -285791,18 +315582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52444, "usage_id": 12 }, "4212.EG.207": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "007, B\u00fcro", "arch_name": "007@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -285810,18 +315603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52453, "usage_id": 12 }, "4212.EG.208": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "008, Installation / Elektro-Verteiler", "arch_name": "008@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -285829,18 +315624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52599, "usage_id": 120 }, "4212.EG.210": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "011, Installation / Elektro-Verteiler", "arch_name": "011@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -285848,18 +315645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52615, "usage_id": 120 }, "4212.EG.212": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "012, Zellbiologielabor", "arch_name": "012@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15567, "seats": { @@ -285867,19 +315666,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52629, "usage_id": 102 }, "4212.EG.212A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "012A, Zellbiologielabor", "arch_name": "012A@4212", "area_id": 42, "building_id": 679, "calendar_resource_nr": 18253, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15567, "seats": { @@ -285887,18 +315688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52782, "usage_id": 102 }, "4212.EG.213": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "013, Sp\u00fclk\u00fcche", "arch_name": "013@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -285906,18 +315709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52797, "usage_id": 28 }, "4212.EG.214": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "014, Biochemisches Labor", "arch_name": "014@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -285925,18 +315730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52810, "usage_id": 102 }, "4212.EG.215": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "015, Transmissionselektronenmikroskop", "arch_name": "015@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -285944,18 +315751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52952, "usage_id": 103 }, "4212.EG.216": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "016, Biochemie-/Biophysik-Labor", "arch_name": "016@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -285963,18 +315772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52962, "usage_id": 103 }, "4212.EG.217": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "016A, Biochemie-/Biophysik-Labor", "arch_name": "016A@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -285982,18 +315793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52970, "usage_id": 103 }, "4212.EG.217A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "016B, Biochemie-/Biophysik-Labor", "arch_name": "016B@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -286001,18 +315814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52986, "usage_id": 103 }, "4212.EG.217B": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "017, W\u00e4geraum + Lager", "arch_name": "017@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -286020,19 +315835,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53162, "usage_id": 103 }, "4212.EG.218": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "018, Synthese-Labor", "arch_name": "018@4212", "area_id": 42, "building_id": 679, "calendar_resource_nr": 18459, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15567, "seats": { @@ -286040,19 +315857,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53309, "usage_id": 102 }, "4212.EG.219": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "019, Aufenthaltsraum", "arch_name": "019@4212", "area_id": 42, "building_id": 679, "calendar_resource_nr": 33772, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15567, "seats": { @@ -286060,19 +315879,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53326, "usage_id": 44 }, "4212.EG.220": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "020, Synthese-Labor", "arch_name": "020@4212", "area_id": 42, "building_id": 679, "calendar_resource_nr": 19652, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -286080,18 +315901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53338, "usage_id": 102 }, "4212.EG.221": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "021, B\u00fcro", "arch_name": "021@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -286099,18 +315922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53487, "usage_id": 12 }, "4212.EG.223": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "023, Sekretariat", "arch_name": "023@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -286118,18 +315943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53511, "usage_id": 12 }, "4212.EG.224": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "024, Fotolabor/Lager", "arch_name": "024@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15567, "seats": { @@ -286137,18 +315964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53660, "usage_id": 104 }, "4212.EG.224A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "024A, Flur", "arch_name": "024A@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -286156,18 +315985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53670, "usage_id": 222 }, "4212.EG.225": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "025, ?", "arch_name": "025@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15567, "seats": { @@ -286175,18 +316006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53682, "usage_id": 30 }, "4212.EG.226": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "026, Abstellraum", "arch_name": "026@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15567, "seats": { @@ -286194,18 +316027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53824, "usage_id": 159 }, "4212.EG.226A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "026A, Vorraum", "arch_name": "026A@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15567, "seats": { @@ -286213,18 +316048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72062, "usage_id": 50 }, "4212.EG.227": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "027, WC-Herren", "arch_name": "027@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -286232,18 +316069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53836, "usage_id": 115 }, "4212.EG.228": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "028, WC-Damen", "arch_name": "028@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -286251,18 +316090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51242, "usage_id": 116 }, "4212.EG.229": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "029, Installation 3", "arch_name": "029@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -286270,18 +316111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51253, "usage_id": 120 }, "4212.EG.230": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "030, Chemikalienraum", "arch_name": "030@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -286289,18 +316132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51264, "usage_id": 132 }, "4212.EG.231": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "031, Reinigungsmittelraum", "arch_name": "031@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -286308,18 +316153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51277, "usage_id": 205 }, "4212.EG.232": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "032, Massenspektroskopie", "arch_name": "032@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -286327,18 +316174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51433, "usage_id": 103 }, "4212.EG.232A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "032A, Massenspektroskopie", "arch_name": "032A@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15569, "seats": { @@ -286346,18 +316195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51446, "usage_id": 103 }, "4212.EG.251": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "051, Sozialraum", "arch_name": "051@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -286365,18 +316216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51604, "usage_id": 44 }, "4212.EG.251A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "051A, Teek\u00fcche", "arch_name": "051A@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -286384,18 +316237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72063, "usage_id": 44 }, "4212.EG.252": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "052, Installationsschacht", "arch_name": "052@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -286403,18 +316258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51621, "usage_id": 120 }, "4212.EG.253": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "053, K\u00e4lteschranklabor/Eismaschine S1", "arch_name": "053@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286422,18 +316279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51640, "usage_id": 102 }, "4212.EG.254": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "054, R\u00f6ntgenlabor", "arch_name": "054@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286441,18 +316300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51782, "usage_id": 103 }, "4212.EG.255": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "055, Steuercomputerraum", "arch_name": "055@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286460,18 +316321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51801, "usage_id": 207 }, "4212.EG.256": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "056, Proteinkristalllabor S1", "arch_name": "056@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286479,18 +316342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51808, "usage_id": 102 }, "4212.EG.257": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "057, Biochemisches Labor", "arch_name": "057@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286498,18 +316363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51821, "usage_id": 102 }, "4212.EG.258": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "058, B\u00fcro", "arch_name": "058@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -286517,19 +316384,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51957, "usage_id": 12 }, "4212.EG.259": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "059, Bibliothek", "arch_name": "059@4212", "area_id": 42, "building_id": 679, "calendar_resource_nr": 15326, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -286537,18 +316406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23634, "usage_id": 10 }, "4212.EG.260": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "060, B\u00fcro", "arch_name": "060@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -286556,18 +316427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51983, "usage_id": 12 }, "4212.EG.261": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "061, Biochemisches Labor S1", "arch_name": "061@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286575,18 +316448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52116, "usage_id": 102 }, "4212.EG.262": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "062, Lager", "arch_name": "062@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286594,18 +316469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52132, "usage_id": 30 }, "4212.EG.263": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "063, Biochemisches Labor S1", "arch_name": "063@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286613,18 +316490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52142, "usage_id": 103 }, "4212.EG.264": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "064, Biochemisches Labor S1", "arch_name": "064@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286632,18 +316511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52291, "usage_id": 102 }, "4212.EG.265": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "065, Biochemisches Labor S1", "arch_name": "065@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286651,18 +316532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52299, "usage_id": 102 }, "4212.EG.266": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "066, Biochemisches Labor S1", "arch_name": "066@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286670,18 +316553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52313, "usage_id": 102 }, "4212.EG.267": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "067, Massenspektroskopie/FACS S1", "arch_name": "067@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286689,18 +316574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52327, "usage_id": 103 }, "4212.EG.268": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "173, Technikraum und Kopierer", "arch_name": "173@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -286708,18 +316595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52468, "usage_id": 30 }, "4212.EG.269": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "069, Flur", "arch_name": "069@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -286727,18 +316616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52479, "usage_id": 222 }, "4212.EG.270": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "070, WC-Herren", "arch_name": "070@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -286746,18 +316637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52493, "usage_id": 115 }, "4212.EG.271": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "071, Reinigungsmittelraum", "arch_name": "071@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -286765,18 +316658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52504, "usage_id": 205 }, "4212.EG.272": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "072, WC-Damen", "arch_name": "072@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -286784,18 +316679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52647, "usage_id": 116 }, "4212.EG.273": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "073, Elektroverteilungsraum 6", "arch_name": "073@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -286803,18 +316700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52656, "usage_id": 120 }, "4212.EG.274": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "074, Elektroverteilung", "arch_name": "074@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -286822,18 +316721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72065, "usage_id": 120 }, "4212.EG.275": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "076, Elektroverteilungsraum 5", "arch_name": "076@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -286841,18 +316742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52667, "usage_id": 120 }, "4212.EG.276": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "075, Elektroverteilung", "arch_name": "075@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -286860,18 +316763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72064, "usage_id": 120 }, "4212.EG.277": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "077, Biochemisches Labor S1", "arch_name": "077@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286879,18 +316784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52814, "usage_id": 102 }, "4212.EG.278": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "078, Biochemisches Labor S1", "arch_name": "078@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286898,18 +316805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52829, "usage_id": 102 }, "4212.EG.279": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "079, Biochemisches Labor S1", "arch_name": "079@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286917,18 +316826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52840, "usage_id": 102 }, "4212.EG.280": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "080, Biochemisches Labor S1", "arch_name": "080@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286936,18 +316847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52848, "usage_id": 102 }, "4212.EG.281": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "081, Organische Chemie Labor", "arch_name": "081@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15556, "seats": { @@ -286955,18 +316868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52995, "usage_id": 102 }, "4212.EG.282": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "082, Lager", "arch_name": "082@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15556, "seats": { @@ -286974,18 +316889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53013, "usage_id": 30 }, "4212.EG.283": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "083, Gasflaschenlager", "arch_name": "083@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15556, "seats": { @@ -286993,18 +316910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53029, "usage_id": 30 }, "4212.EG.289": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "089, Flur", "arch_name": "089@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -287012,18 +316931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53169, "usage_id": 222 }, "4212.EG.293": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "093, Treppenraum", "arch_name": "093@4212", "area_id": 42, "building_id": 679, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -287031,18 +316952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53179, "usage_id": 223 }, "4212.U1.201": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U01, Z\u00e4hlerraum", "arch_name": "U01@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -287050,18 +316973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53275, "usage_id": 120 }, "4212.U1.202": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "Niederspannungshauptverteilung", "arch_name": "@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -287069,18 +316994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53286, "usage_id": 160 }, "4212.U1.203": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U03, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "U03@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -287088,18 +317015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53294, "usage_id": 5 }, "4212.U1.204": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U04, Aufzug", "arch_name": "U04@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -287107,18 +317036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53440, "usage_id": 4 }, "4212.U1.205": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U05, VE-Wasser", "arch_name": "U05@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -287126,18 +317057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53451, "usage_id": 182 }, "4212.U1.206": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U06, Druckluftanlage", "arch_name": "U06@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -287145,18 +317078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53463, "usage_id": 32 }, "4212.U1.207": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "HE-R\u00fcckverdichtung", "arch_name": "@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -287164,18 +317099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53472, "usage_id": 17 }, "4212.U1.208": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U08, Installationsgang", "arch_name": "U08@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -287183,18 +317120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53613, "usage_id": 120 }, "4212.U1.209": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U09, Neutralisationsanlage", "arch_name": "U09@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -287202,18 +317141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53625, "usage_id": 182 }, "4212.U1.210": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U10, Technik-Zentrale", "arch_name": "U10@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -287221,18 +317162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53636, "usage_id": 201 }, "4212.U1.211": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U11, Installationsgang", "arch_name": "U11@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -287240,18 +317183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53774, "usage_id": 120 }, "4212.U1.212": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U12, Flur", "arch_name": "U12@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -287259,18 +317204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53781, "usage_id": 222 }, "4212.U1.213": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "Einbringflur", "arch_name": "@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -287278,18 +317225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53790, "usage_id": 222 }, "4212.U1.220": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U12B, Garderobe Treppenturm", "arch_name": "U12B@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -287297,18 +317246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53795, "usage_id": 121 }, "4212.U1.221": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U08A, Installationsschacht 1", "arch_name": "U08A@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -287316,18 +317267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53807, "usage_id": 120 }, "4212.U1.222": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U08B, Installationsschacht 2", "arch_name": "U08B@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -287335,18 +317288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51203, "usage_id": 120 }, "4212.U1.223": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U08C, Installationsschacht 3", "arch_name": "U08C@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -287354,18 +317309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51212, "usage_id": 120 }, "4212.U1.225": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U11A, Installationsschacht 5", "arch_name": "U11A@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -287373,18 +317330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51230, "usage_id": 120 }, "4212.U1.226": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 5", "zip_code": 85354 }, + "alt_name": "U11B, Installationsschacht 6", "arch_name": "U11B@4212", "area_id": 42, "building_id": 679, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -287392,18 +317351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51385, "usage_id": 120 }, "4213.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O58, Flur Steg \u00dcbergang Labor- B\u00fcrogeb\u00e4ude", "arch_name": "O58@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 19691, "seats": { @@ -287411,18 +317372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63792, "usage_id": 222 }, "4213.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O57, Br\u00fccke Technikum - Geb\u00e4ude", "arch_name": "O57@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 19691, "seats": { @@ -287430,18 +317393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63793, "usage_id": 222 }, "4213.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O5a, Galerie Eingang Nord Flur O1-O5", "arch_name": "O5a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -287449,18 +317414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63791, "usage_id": 222 }, "4213.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O5b, Treppenhaus", "arch_name": "O5b@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -287468,18 +317435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63841, "usage_id": 223 }, "4213.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O6a, Flur O6-O10/O37-O43", "arch_name": "O6a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -287487,18 +317456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63794, "usage_id": 222 }, "4213.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O55, Fluchtbalkon O37-O54", "arch_name": "O55@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -287506,18 +317477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63842, "usage_id": 219 }, "4213.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O56, Fluchtbalkon O7-O16", "arch_name": "O56@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -287525,18 +317498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63843, "usage_id": 219 }, "4213.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O11a, Flur O11-O12/O44-O46", "arch_name": "O11a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -287544,18 +317519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63795, "usage_id": 222 }, "4213.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O47a, Flur O47-O49", "arch_name": "O47a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -287563,18 +317540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63796, "usage_id": 222 }, "4213.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O13a, Flur O13-O16", "arch_name": "O13a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -287582,18 +317561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63797, "usage_id": 222 }, "4213.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O17a, Flur O17-O18/O50-O54", "arch_name": "O17a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -287601,18 +317582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63798, "usage_id": 222 }, "4213.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O50a, Treppenhaus", "arch_name": "O50a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -287620,19 +317603,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63814, "usage_id": 223 }, "4213.01.301": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O1, Seminarraum 42 (gem. Nutzung)", "arch_name": "O1@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 25847, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -287640,18 +317625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28358, "usage_id": 41 }, "4213.01.302": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O2, B\u00fcro", "arch_name": "O2@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43299, "seats": { @@ -287659,18 +317646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52203, "usage_id": 12 }, "4213.01.303": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O3, B\u00fcro", "arch_name": "O3@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43299, "seats": { @@ -287678,18 +317667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10032, "usage_id": 12 }, "4213.01.304": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O4, B\u00fcro", "arch_name": "O4@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43299, "seats": { @@ -287697,18 +317688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12729, "usage_id": 12 }, "4213.01.305": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O5, B\u00fcro", "arch_name": "O5@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43299, "seats": { @@ -287716,18 +317709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49116, "usage_id": 12 }, "4213.01.305A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O5A, B\u00fcro", "arch_name": "O5A@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -287735,18 +317730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61336, "usage_id": 12 }, "4213.01.306": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O6, Sekretariat / Vorzimmer", "arch_name": "O6@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46717, "seats": { @@ -287754,19 +317751,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49139, "usage_id": 40 }, "4213.01.307": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O7, B\u00fcro", "arch_name": "O7@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18264, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46717, "seats": { @@ -287774,18 +317773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49152, "usage_id": 12 }, "4213.01.308": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O8, B\u00fcro", "arch_name": "O8@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46717, "seats": { @@ -287793,18 +317794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12859, "usage_id": 12 }, "4213.01.309": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O9, B\u00fcro", "arch_name": "O9@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46717, "seats": { @@ -287812,18 +317815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12865, "usage_id": 12 }, "4213.01.310": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O10, B\u00fcro", "arch_name": "O10@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46717, "seats": { @@ -287831,18 +317836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12872, "usage_id": 12 }, "4213.01.311": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O11, Sekretariat / Vorzimmer", "arch_name": "O11@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -287850,19 +317857,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28370, "usage_id": 40 }, "4213.01.312": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O12, B\u00fcro Prof. Minceva", "arch_name": "O12@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 15309, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -287870,19 +317879,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12920, "usage_id": 12 }, "4213.01.313": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O13, Labor", "arch_name": "O13@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18178, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -287890,19 +317901,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28473, "usage_id": 102 }, "4213.01.314": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O14, Labor", "arch_name": "O14@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18163, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -287910,19 +317923,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28481, "usage_id": 102 }, "4213.01.315": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O15, Labor (gem. Nutzung 1124302010;1110064600)", "arch_name": "O15@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18179, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -287930,19 +317945,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17241, "usage_id": 102 }, "4213.01.316": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O16, Labor (gem. Nutzung 1124302010;1110064600)", "arch_name": "O16@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18154, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -287950,18 +317967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28577, "usage_id": 102 }, "4213.01.317": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O17, Installation", "arch_name": "O17@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -287969,19 +317988,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49780, "usage_id": 120 }, "4213.01.318": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O18, BayWa Coworking Space", "arch_name": "O18@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 12617, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51917, "seats": { @@ -287989,18 +318010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13048, "usage_id": 12 }, "4213.01.318A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O18.1, Tagungsb\u00fcro, Meetingraum", "arch_name": "O18.1@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51917, "seats": { @@ -288008,18 +318031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75322, "usage_id": 196 }, "4213.01.318B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O18.2, Meetingraum", "arch_name": "O18.2@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51917, "seats": { @@ -288027,18 +318052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75323, "usage_id": 196 }, "4213.01.318C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O18.3, Startup GR", "arch_name": "O18.3@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51917, "seats": { @@ -288046,18 +318073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75324, "usage_id": 12 }, "4213.01.318D": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O18.4, Startup GR", "arch_name": "O18.4@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51917, "seats": { @@ -288065,18 +318094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75312, "usage_id": 12 }, "4213.01.319": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O19, WC-Herren", "arch_name": "O19@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -288084,18 +318115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49809, "usage_id": 115 }, "4213.01.320": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O20, Installation", "arch_name": "O20@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -288103,19 +318136,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49945, "usage_id": 120 }, "4213.01.321": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O21, L\u00f6sungsmittel- und Chemikalienlager", "arch_name": "O21@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18149, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288123,18 +318158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28696, "usage_id": 30 }, "4213.01.322": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O22, Lager", "arch_name": "O22@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 46717, "seats": { @@ -288142,18 +318179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27549, "usage_id": 30 }, "4213.01.323": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O23, Lager (gem. Nutzung 1124302010;1110064600)", "arch_name": "O23@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288161,18 +318200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27560, "usage_id": 30 }, "4213.01.324": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O24, Druckerraum (gem. Nutzung 1124302010;11100646", "arch_name": "O24@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288180,18 +318221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27568, "usage_id": 110 }, "4213.01.325": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O25, W\u00e4geraum (gem. Nutzung 1124302010)", "arch_name": "O25@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -288199,18 +318242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31848, "usage_id": 103 }, "4213.01.326": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O26, Installation", "arch_name": "O26@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288218,18 +318263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50904, "usage_id": 120 }, "4213.01.327": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O27, WC-Herren", "arch_name": "O27@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -288237,18 +318284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50923, "usage_id": 115 }, "4213.01.328": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O28, Technik 2", "arch_name": "O28@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -288256,18 +318305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50938, "usage_id": 120 }, "4213.01.329": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O29, K\u00fchlkammer f. Schanktechnik", "arch_name": "O29@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51917, "seats": { @@ -288275,18 +318326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16593, "usage_id": 199 }, "4213.01.330": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O30, Installation", "arch_name": "O30@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288294,18 +318347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51088, "usage_id": 120 }, "4213.01.331": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O31, WC-Damen", "arch_name": "O31@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -288313,18 +318368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51103, "usage_id": 116 }, "4213.01.332": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O32, Reinigungsmittelraum", "arch_name": "O32@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -288332,19 +318389,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48621, "usage_id": 205 }, "4213.01.333": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O33, W\u00e4gerraum", "arch_name": "O33@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18158, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288352,18 +318411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27880, "usage_id": 103 }, "4213.01.334": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O34, Installation", "arch_name": "O34@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288371,18 +318432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48653, "usage_id": 120 }, "4213.01.335": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O35, WC-Damen", "arch_name": "O35@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -288390,18 +318453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48789, "usage_id": 116 }, "4213.01.336": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O36, Dokumentenarchiv / Aktenlagerraum", "arch_name": "O36@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -288409,18 +318474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48803, "usage_id": 2 }, "4213.01.337": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O37, Ruheraum", "arch_name": "O37@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -288428,18 +318495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48817, "usage_id": 178 }, "4213.01.338": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O38, Installation", "arch_name": "O38@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288447,19 +318516,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48957, "usage_id": 120 }, "4213.01.339": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O39, Labor", "arch_name": "O39@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18165, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288467,19 +318538,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17115, "usage_id": 102 }, "4213.01.340": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O40, Labor", "arch_name": "O40@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18162, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288487,19 +318560,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15685, "usage_id": 102 }, "4213.01.341": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O41, Labor (gem. Nutzung 1124302010; 1110064600)", "arch_name": "O41@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18164, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288507,19 +318582,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28298, "usage_id": 102 }, "4213.01.342": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O42, Labor (gem. Nutzung 1124302010;1110064600)", "arch_name": "O42@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18153, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288527,18 +318604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28303, "usage_id": 102 }, "4213.01.343": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O43, B\u00fcro (CTA; gem. Nutzung 1110064600;1124302010", "arch_name": "O43@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288546,18 +318625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28385, "usage_id": 12 }, "4213.01.344": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O44, B\u00fcro", "arch_name": "O44@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46717, "seats": { @@ -288565,18 +318646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12903, "usage_id": 12 }, "4213.01.345": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O45, B\u00fcro", "arch_name": "O45@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288584,19 +318667,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12908, "usage_id": 12 }, "4213.01.346": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O46, B\u00fcro (Studentenraum; gem. Nutzung 1110064600;", "arch_name": "O46@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18176, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -288604,18 +318689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28407, "usage_id": 12 }, "4213.01.347": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O47, B\u00fcro", "arch_name": "O47@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53557, "seats": { @@ -288623,18 +318710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12963, "usage_id": 12 }, "4213.01.348": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O48, B\u00fcro", "arch_name": "O48@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53557, "seats": { @@ -288642,18 +318731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12969, "usage_id": 12 }, "4213.01.349": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O49, B\u00fcro", "arch_name": "O49@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53557, "seats": { @@ -288661,18 +318752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12974, "usage_id": 12 }, "4213.01.350": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O50, Installation", "arch_name": "O50@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288680,18 +318773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49999, "usage_id": 120 }, "4213.01.351": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O51, Sekretariat / Vorzimmer", "arch_name": "O51@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53557, "seats": { @@ -288699,18 +318794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13033, "usage_id": 12 }, "4213.01.352": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O52, B\u00fcro", "arch_name": "O52@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53557, "seats": { @@ -288718,18 +318815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13038, "usage_id": 12 }, "4213.01.353": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O53, K\u00fcche (gem. Nutzung 1110064600;1124302010)", "arch_name": "O53@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -288737,18 +318836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31832, "usage_id": 44 }, "4213.01.354": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "O54, Aufenthaltsraum (gem. Nutzung 1110064600;1124", "arch_name": "O54@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -288756,18 +318857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28714, "usage_id": 44 }, "4213.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "D1, Zu- Abluftzentrale", "arch_name": "D1@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288775,18 +318878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63763, "usage_id": 32 }, "4213.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "D2, Technik", "arch_name": "D2@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288794,18 +318899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63764, "usage_id": 120 }, "4213.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "D3, Installation", "arch_name": "D3@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288813,18 +318920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63765, "usage_id": 32 }, "4213.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "D4, Dampferzeugung", "arch_name": "D4@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288832,18 +318941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63766, "usage_id": 32 }, "4213.02.005": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "D5, Treppenhaus", "arch_name": "D5@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -288851,18 +318962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63830, "usage_id": 223 }, "4213.02.006": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Zu- Abluftzentrale", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288870,18 +318983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63767, "usage_id": 32 }, "4213.02.007": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Technik", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288889,18 +319004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63768, "usage_id": 32 }, "4213.02.008": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "D6, Flur", "arch_name": "D6@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -288908,18 +319025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63771, "usage_id": 222 }, "4213.02.009": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "D4, Treppenhaus", "arch_name": "D4@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -288927,18 +319046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63829, "usage_id": 223 }, "4213.02.010": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Technik", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288946,18 +319067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63769, "usage_id": 32 }, "4213.02.011": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Flur", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -288965,18 +319088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63772, "usage_id": 222 }, "4213.02.012": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installation", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -288984,19 +319109,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63770, "usage_id": 32 }, "4213.02.318": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "D18, Pitch Point/Lounge", "arch_name": "D18@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18146, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -289004,18 +319131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13104, "usage_id": 12 }, "4213.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H11a, Flur Steg H11-H16", "arch_name": "H11a@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 19691, "seats": { @@ -289023,18 +319152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48852, "usage_id": 222 }, "4213.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H17a, Flur Steg Arbeitsb\u00fchne Verpuffungsturm", "arch_name": "H17a@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 19691, "seats": { @@ -289042,18 +319173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48990, "usage_id": 222 }, "4213.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E31a, Flur Eingang Nord", "arch_name": "E31a@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -289061,18 +319194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49000, "usage_id": 222 }, "4213.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E31c, Windfang Eingang Nord", "arch_name": "E31c@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -289080,18 +319215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49014, "usage_id": 222 }, "4213.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E31b, Treppenhaus", "arch_name": "E31b@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -289099,18 +319236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49027, "usage_id": 223 }, "4213.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E1a, Flur E1-E4/E32-E37", "arch_name": "E1a@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -289118,18 +319257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49170, "usage_id": 222 }, "4213.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E5a, Flur E5-E8/E38-E43", "arch_name": "E5a@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -289137,18 +319278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49181, "usage_id": 222 }, "4213.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E9b, Flur Eingang S\u00fcd", "arch_name": "E9b@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -289156,18 +319299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49194, "usage_id": 222 }, "4213.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E9a, Windfang Eingang Nord", "arch_name": "E9a@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -289175,18 +319320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48844, "usage_id": 222 }, "4213.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E9c, Treppenhaus", "arch_name": "E9c@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -289194,18 +319341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63839, "usage_id": 223 }, "4213.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H11/12, B\u00fcro", "arch_name": "H11/12@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289213,18 +319362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63790, "usage_id": 12 }, "4213.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H13/14, B\u00fcro", "arch_name": "H13/14@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289232,18 +319383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63788, "usage_id": 12 }, "4213.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H15/16, Elektrowerkstatt", "arch_name": "H15/16@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289251,18 +319404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63835, "usage_id": 51 }, "4213.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Fluchtbalkon E34-E46", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -289270,18 +319425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63840, "usage_id": 219 }, "4213.EG.301": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E1, Aufenthaltsraum", "arch_name": "E1@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -289289,19 +319446,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48855, "usage_id": 44 }, "4213.EG.302": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E2, Seminarraum 40 (WZWS40) (gem. Nutzung)", "arch_name": "E2@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 12659, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289309,18 +319468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12625, "usage_id": 41 }, "4213.EG.303": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E3, B\u00fcro", "arch_name": "E3@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -289328,18 +319489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49007, "usage_id": 12 }, "4213.EG.304": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E4, Innovation Lab", "arch_name": "E4@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -289347,18 +319510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49021, "usage_id": 103 }, "4213.EG.305": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E5, Gaschromatographie-Labor / Aroma-Analytik", "arch_name": "E5@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -289366,18 +319531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49165, "usage_id": 103 }, "4213.EG.306": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E6, B\u00fcro", "arch_name": "E6@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51917, "seats": { @@ -289385,18 +319552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49185, "usage_id": 12 }, "4213.EG.307": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E7, Biotech Lab 1", "arch_name": "E7@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -289404,18 +319573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49197, "usage_id": 194 }, "4213.EG.308": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E8, Biotech Lab 2", "arch_name": "E8@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -289423,18 +319594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49333, "usage_id": 194 }, "4213.EG.309": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E9, Installation", "arch_name": "E9@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -289442,19 +319615,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49346, "usage_id": 120 }, "4213.EG.310": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E10, Lebensmittelchemisches Praktikum (Nasschemie)", "arch_name": "E10@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 15328, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289462,18 +319637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12779, "usage_id": 212 }, "4213.EG.311": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E11, WC-Herren", "arch_name": "E11@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -289481,18 +319658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49337, "usage_id": 115 }, "4213.EG.312": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E12, Installation", "arch_name": "E12@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -289500,18 +319679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49348, "usage_id": 120 }, "4213.EG.313": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E13, Materiallager", "arch_name": "E13@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -289519,18 +319700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49365, "usage_id": 30 }, "4213.EG.314": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E14, Autoklavenraum", "arch_name": "E14@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -289538,18 +319721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49495, "usage_id": 194 }, "4213.EG.314A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E14A, Lager Lebensmittel/Proben", "arch_name": "E14A@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289557,18 +319742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49517, "usage_id": 30 }, "4213.EG.315": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E15, Messraum / UV-VIS-Fotometrie (gem. Nutzung 11", "arch_name": "E15@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289576,18 +319763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49503, "usage_id": 103 }, "4213.EG.316": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E16, Installation", "arch_name": "E16@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -289595,18 +319784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49515, "usage_id": 120 }, "4213.EG.317": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E17, WC-Herren", "arch_name": "E17@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -289614,18 +319805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49968, "usage_id": 115 }, "4213.EG.318": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E18, Installation", "arch_name": "E18@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -289633,18 +319826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52236, "usage_id": 120 }, "4213.EG.319": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E19, Messraum / Polarimetrie / Fluorimetrie", "arch_name": "E19@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289652,18 +319847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52243, "usage_id": 103 }, "4213.EG.320": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E20, W\u00e4geraum", "arch_name": "E20@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289671,18 +319868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51882, "usage_id": 103 }, "4213.EG.321": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E21, Extraktionsraum", "arch_name": "E21@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289690,18 +319889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51900, "usage_id": 102 }, "4213.EG.322": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E22, Labor", "arch_name": "E22@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 53557, "seats": { @@ -289709,18 +319910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51911, "usage_id": 102 }, "4213.EG.323": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E23, Installation", "arch_name": "E23@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -289728,18 +319931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52390, "usage_id": 120 }, "4213.EG.324": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E24, WC-Damen", "arch_name": "E24@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -289747,18 +319952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52408, "usage_id": 116 }, "4213.EG.325": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E25, Serverraum", "arch_name": "E25@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -289766,18 +319973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50063, "usage_id": 120 }, "4213.EG.326": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E26, Dokumentation / Dunkelkammer", "arch_name": "E26@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289785,18 +319994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50079, "usage_id": 104 }, "4213.EG.327": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E27, Installation", "arch_name": "E27@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -289804,18 +320015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50097, "usage_id": 120 }, "4213.EG.328": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E28, WC-Damen", "arch_name": "E28@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -289823,18 +320036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50225, "usage_id": 116 }, "4213.EG.329": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E29, Gasflaschenlager", "arch_name": "E29@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -289842,18 +320057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50240, "usage_id": 30 }, "4213.EG.330": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E30, Gasflaschenlager", "arch_name": "E30@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -289861,18 +320078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50258, "usage_id": 30 }, "4213.EG.331": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E31, Wertstoffe/M\u00fcll", "arch_name": "E31@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -289880,18 +320099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50390, "usage_id": 214 }, "4213.EG.332": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E32, L\u00f6sungsmittel- und Chemikalienlager", "arch_name": "E32@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 53557, "seats": { @@ -289899,18 +320120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50409, "usage_id": 30 }, "4213.EG.333": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E33, Installation", "arch_name": "E33@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -289918,18 +320141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15959, "usage_id": 120 }, "4213.EG.334": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E34, Labor", "arch_name": "E34@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -289937,18 +320162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50561, "usage_id": 102 }, "4213.EG.335": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E35, Labor", "arch_name": "E35@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 53557, "seats": { @@ -289956,18 +320183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50573, "usage_id": 102 }, "4213.EG.336": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E36, Labor", "arch_name": "E36@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 53557, "seats": { @@ -289975,19 +320204,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28158, "usage_id": 102 }, "4213.EG.337": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E37, B\u00fcro", "arch_name": "E37@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18532, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -289995,18 +320226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51706, "usage_id": 12 }, "4213.EG.338": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E38, B\u00fcro", "arch_name": "E38@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -290014,18 +320247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51552, "usage_id": 12 }, "4213.EG.339": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E39, B\u00fcro", "arch_name": "E39@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15579, "seats": { @@ -290033,19 +320268,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51537, "usage_id": 12 }, "4213.EG.340": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E40, Labor", "arch_name": "E40@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 33712, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -290053,19 +320290,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51522, "usage_id": 102 }, "4213.EG.341": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E41, Labor", "arch_name": "E41@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 33713, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -290073,19 +320312,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51339, "usage_id": 102 }, "4213.EG.342": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E42, Labor", "arch_name": "E42@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 33714, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -290093,19 +320334,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51191, "usage_id": 102 }, "4213.EG.343": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E43, Labor/B\u00fcro", "arch_name": "E43@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 33717, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -290113,18 +320356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51353, "usage_id": 12 }, "4213.EG.344": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E44, Installation", "arch_name": "E44@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -290132,19 +320377,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51367, "usage_id": 120 }, "4213.EG.345": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E45, B\u00fcro", "arch_name": "E45@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 33716, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -290152,18 +320399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51734, "usage_id": 12 }, "4213.EG.346": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E46, Laborsp\u00fclraum (gem. Nutzung 1110064600)", "arch_name": "E46@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -290171,18 +320420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52040, "usage_id": 209 }, "4213.EG.347": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "E47, Labor (gem. Nutz. 1110000000)", "arch_name": "E47@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 53557, "seats": { @@ -290190,18 +320441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52054, "usage_id": 102 }, "4213.EG.501": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "TR-01, Technik (Trafostation XXVI)", "arch_name": "TR-01@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -290209,18 +320462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72896, "usage_id": 120 }, "4213.EG.502": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "TR-02, Lager TUM Shop (Trafo. XXVI)", "arch_name": "TR-02@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -290228,18 +320483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72897, "usage_id": 30 }, "4213.EG.508": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "TR-08, Flur (Trafost. XXVI)", "arch_name": "TR-08@4213", "area_id": 42, "building_id": 680, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -290247,18 +320504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72907, "usage_id": 222 }, "4213.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U1a, Flur U1 - U6", "arch_name": "U1a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -290266,18 +320525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63773, "usage_id": 222 }, "4213.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U7a, Flur U7 - U15", "arch_name": "U7a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -290285,18 +320546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63774, "usage_id": 222 }, "4213.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U16a, Flur U16 - U18", "arch_name": "U16a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -290304,18 +320567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63775, "usage_id": 222 }, "4213.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U19a, Flur U19 - U22/U64-U69", "arch_name": "U19a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -290323,18 +320588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63776, "usage_id": 222 }, "4213.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U41a, Treppenhaus", "arch_name": "U41a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -290342,18 +320609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63831, "usage_id": 223 }, "4213.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U70a, Flur U70 - U71", "arch_name": "U70a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -290361,18 +320630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63777, "usage_id": 222 }, "4213.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U23a, Flur U23 - U33", "arch_name": "U23a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -290380,18 +320651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63778, "usage_id": 222 }, "4213.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U72a, Flur U72 - U73", "arch_name": "U72a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -290399,18 +320672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63779, "usage_id": 222 }, "4213.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U51a, Treppenhaus", "arch_name": "U51a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -290418,18 +320693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63832, "usage_id": 223 }, "4213.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U34a, Flur U34 - U36/U74", "arch_name": "U34a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -290437,18 +320714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63780, "usage_id": 222 }, "4213.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U74a, Flur / Garderobe", "arch_name": "U74a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -290456,18 +320735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63781, "usage_id": 222 }, "4213.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U37a, Flur U37 - U40", "arch_name": "U37a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -290475,18 +320756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63782, "usage_id": 222 }, "4213.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U75a, Flur U75 - U76", "arch_name": "U75a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -290494,18 +320777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63783, "usage_id": 222 }, "4213.U1.201": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H1, Technikumshalle", "arch_name": "H1@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290513,18 +320798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63784, "usage_id": 49 }, "4213.U1.202": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H2, MakerSpace", "arch_name": "H2@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290532,18 +320819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63785, "usage_id": 49 }, "4213.U1.203": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H3, Lager", "arch_name": "H3@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290551,18 +320840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63786, "usage_id": 30 }, "4213.U1.204": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H4, Meisterb\u00fcro", "arch_name": "H4@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290570,18 +320861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63787, "usage_id": 12 }, "4213.U1.205": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H5, Mechanikwerkstatt", "arch_name": "H5@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290589,18 +320882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69470, "usage_id": 51 }, "4213.U1.206": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H6, Holz-/Kunststoffwerkstatt", "arch_name": "H6@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290608,18 +320903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69471, "usage_id": 107 }, "4213.U1.207": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H7, Labor", "arch_name": "H7@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290627,18 +320924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63789, "usage_id": 102 }, "4213.U1.208": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H8, Vorbereitung", "arch_name": "H8@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290646,18 +320945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63833, "usage_id": 136 }, "4213.U1.209": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H9, Aufenthaltsraum", "arch_name": "H9@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290665,18 +320966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63834, "usage_id": 44 }, "4213.U1.210": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H1a, Treppe", "arch_name": "H1a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -290684,18 +320987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63836, "usage_id": 223 }, "4213.U1.211": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H1b, Treppe", "arch_name": "H1b@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -290703,18 +321008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63837, "usage_id": 223 }, "4213.U1.212": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "H1c, Treppe", "arch_name": "H1c@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -290722,18 +321029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63838, "usage_id": 223 }, "4213.U1.301": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U1, Lager brennbare Fl\u00fcssigkeiten", "arch_name": "U1@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290741,18 +321050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52394, "usage_id": 30 }, "4213.U1.302": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U2, Food 1", "arch_name": "U2@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290760,18 +321071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52409, "usage_id": 155 }, "4213.U1.303": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U3, Food 2", "arch_name": "U3@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290779,18 +321092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52419, "usage_id": 155 }, "4213.U1.304": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U4, Food 3", "arch_name": "U4@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290798,18 +321113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50078, "usage_id": 155 }, "4213.U1.305": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U5, Food 4", "arch_name": "U5@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290817,18 +321134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50096, "usage_id": 155 }, "4213.U1.306": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U6, Druckluftanlage", "arch_name": "U6@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -290836,18 +321155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50228, "usage_id": 32 }, "4213.U1.307": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U7, Technik", "arch_name": "U7@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -290855,18 +321176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50243, "usage_id": 120 }, "4213.U1.308": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U8, K\u00fchllabor", "arch_name": "U8@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290874,18 +321197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50257, "usage_id": 199 }, "4213.U1.309": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U9, Tankraum", "arch_name": "U9@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290893,18 +321218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50391, "usage_id": 30 }, "4213.U1.310": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U10, K\u00fchlraum", "arch_name": "U10@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290912,18 +321239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50413, "usage_id": 199 }, "4213.U1.311": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U11, K\u00fchlraum", "arch_name": "U11@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -290931,18 +321260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50427, "usage_id": 199 }, "4213.U1.312": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U12, K\u00fchlraum", "arch_name": "U12@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -290950,18 +321281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50562, "usage_id": 199 }, "4213.U1.313": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U13, Agro 1", "arch_name": "U13@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -290969,19 +321302,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27448, "usage_id": 194 }, "4213.U1.314": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U14, Agro 2", "arch_name": "U14@4213", "area_id": 42, "building_id": 680, "calendar_resource_nr": 18491, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -290989,18 +321324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50581, "usage_id": 194 }, "4213.U1.315": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U15, Agro 3", "arch_name": "U15@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -291008,18 +321345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50722, "usage_id": 194 }, "4213.U1.316": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U16, Agro 4", "arch_name": "U16@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -291027,18 +321366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50734, "usage_id": 194 }, "4213.U1.317": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U17, Agro 5", "arch_name": "U17@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -291046,18 +321387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50750, "usage_id": 194 }, "4213.U1.318": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U18, Umkleide-Herren", "arch_name": "U18@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -291065,18 +321408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50896, "usage_id": 121 }, "4213.U1.319": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U19, Umkleide-Damen", "arch_name": "U19@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -291084,18 +321429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50913, "usage_id": 121 }, "4213.U1.320": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U20, Installation", "arch_name": "U20@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -291103,18 +321450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50928, "usage_id": 120 }, "4213.U1.321": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U21, Installation", "arch_name": "U21@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291122,18 +321471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50940, "usage_id": 120 }, "4213.U1.322": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U22a, Technik", "arch_name": "U22a@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291141,18 +321492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51074, "usage_id": 120 }, "4213.U1.322B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U22b, Technik", "arch_name": "U22b@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291160,18 +321513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68962, "usage_id": 120 }, "4213.U1.322C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U22c, Heizungsraum Haustechnik", "arch_name": "U22c@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291179,18 +321534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68963, "usage_id": 120 }, "4213.U1.323": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U23, Technik", "arch_name": "U23@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -291198,18 +321555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51089, "usage_id": 120 }, "4213.U1.324": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U24, Klimaraum", "arch_name": "U24@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291217,18 +321576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51100, "usage_id": 30 }, "4213.U1.325": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U25, Klimaraum", "arch_name": "U25@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291236,18 +321597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48622, "usage_id": 30 }, "4213.U1.326": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U26, Klimaraum", "arch_name": "U26@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291255,18 +321618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48635, "usage_id": 30 }, "4213.U1.327": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U27, Klimaraum", "arch_name": "U27@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291274,18 +321639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48649, "usage_id": 30 }, "4213.U1.328": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U28, Klimaraum", "arch_name": "U28@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291293,18 +321660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48780, "usage_id": 30 }, "4213.U1.329": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U29, Klimaraum", "arch_name": "U29@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291312,18 +321681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48804, "usage_id": 30 }, "4213.U1.330": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U30, Klimaraum", "arch_name": "U30@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291331,18 +321702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48813, "usage_id": 30 }, "4213.U1.331": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U31, Klimaraum", "arch_name": "U31@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291350,18 +321723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48954, "usage_id": 30 }, "4213.U1.332": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U32, Klimaraum", "arch_name": "U32@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291369,18 +321744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48965, "usage_id": 30 }, "4213.U1.333": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U33, Klimaraum", "arch_name": "U33@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291388,18 +321765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48977, "usage_id": 30 }, "4213.U1.334": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U34, Installationsschacht", "arch_name": "U34@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291407,18 +321786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49123, "usage_id": 120 }, "4213.U1.335": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U35, IGL Kitchen", "arch_name": "U35@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -291426,18 +321807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49133, "usage_id": 155 }, "4213.U1.336": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U36, Biologische Pr\u00fcfungen/Labor/Kurzzeitversuche", "arch_name": "U36@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 46717, "seats": { @@ -291445,18 +321828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49147, "usage_id": 102 }, "4213.U1.337": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U37, Lager", "arch_name": "U37@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -291464,18 +321849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49293, "usage_id": 30 }, "4213.U1.338": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U38, Lager", "arch_name": "U38@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -291483,18 +321870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49303, "usage_id": 30 }, "4213.U1.339": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U39, Lager", "arch_name": "U39@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -291502,18 +321891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49316, "usage_id": 30 }, "4213.U1.340": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U40, Lager", "arch_name": "U40@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -291521,18 +321912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49458, "usage_id": 30 }, "4213.U1.341": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U41, Material- und Ger\u00e4telager", "arch_name": "U41@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -291540,18 +321933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49475, "usage_id": 30 }, "4213.U1.342": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U42, WC-Herren", "arch_name": "U42@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -291559,18 +321954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49487, "usage_id": 115 }, "4213.U1.343": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U43, Technik", "arch_name": "U43@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291578,18 +321975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49627, "usage_id": 120 }, "4213.U1.344": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U44, Gefrierraum", "arch_name": "U44@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291597,18 +321996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49639, "usage_id": 199 }, "4213.U1.345": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U45, Gefrierraum", "arch_name": "U45@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291616,18 +322017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49651, "usage_id": 199 }, "4213.U1.346": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U46, Tiefgefrierraum", "arch_name": "U46@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291635,18 +322038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49781, "usage_id": 199 }, "4213.U1.347": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U47, Tiefgefrierraum", "arch_name": "U47@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291654,18 +322059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49797, "usage_id": 199 }, "4213.U1.348": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U48, Lager", "arch_name": "U48@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51917, "seats": { @@ -291673,18 +322080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49811, "usage_id": 30 }, "4213.U1.349": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U49, K\u00fchlraum", "arch_name": "U49@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291692,18 +322101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49947, "usage_id": 199 }, "4213.U1.350": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U50, Installation", "arch_name": "U50@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291711,18 +322122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49957, "usage_id": 120 }, "4213.U1.351": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U51, WC-Herren", "arch_name": "U51@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -291730,18 +322143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49969, "usage_id": 115 }, "4213.U1.352": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U52, Technik", "arch_name": "U52@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291749,18 +322164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50116, "usage_id": 120 }, "4213.U1.356": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U56, Gefahrstofflager", "arch_name": "U56@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -291768,18 +322185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50290, "usage_id": 132 }, "4213.U1.357": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U57, Installation", "arch_name": "U57@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291787,18 +322206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50299, "usage_id": 120 }, "4213.U1.358": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U58, WC-Damen", "arch_name": "U58@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -291806,18 +322227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50438, "usage_id": 116 }, "4213.U1.359": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U59, Installation", "arch_name": "U59@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291825,18 +322248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50451, "usage_id": 120 }, "4213.U1.360": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U60, WC-Damen", "arch_name": "U60@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -291844,18 +322269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50464, "usage_id": 116 }, "4213.U1.361": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U61, Lager", "arch_name": "U61@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -291863,18 +322290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50602, "usage_id": 30 }, "4213.U1.362": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U62, K\u00fchlschrankraum", "arch_name": "U62@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -291882,18 +322311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50618, "usage_id": 30 }, "4213.U1.363": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U63, Lager-Technikum", "arch_name": "U63@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51917, "seats": { @@ -291901,18 +322332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50629, "usage_id": 30 }, "4213.U1.364": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U64, Reinigungsmittelraum", "arch_name": "U64@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -291920,18 +322353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50768, "usage_id": 205 }, "4213.U1.365": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U65, Installation", "arch_name": "U65@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -291939,18 +322374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50782, "usage_id": 120 }, "4213.U1.366": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U66, Kopierraum", "arch_name": "U66@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -291958,18 +322395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50796, "usage_id": 110 }, "4213.U1.367": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U67, Labor", "arch_name": "U67@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -291977,18 +322416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50946, "usage_id": 102 }, "4213.U1.370": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U70, W\u00e4geraum", "arch_name": "U70@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -291996,18 +322437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50986, "usage_id": 102 }, "4213.U1.371": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U71, Auswertungen / PC-Rechnerraum", "arch_name": "U71@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -292015,18 +322458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27685, "usage_id": 207 }, "4213.U1.372": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U72, Massenspektrometrie", "arch_name": "U72@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -292034,18 +322479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51142, "usage_id": 102 }, "4213.U1.373": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U73, Labor", "arch_name": "U73@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -292053,18 +322500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48679, "usage_id": 102 }, "4213.U1.374": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U74, Installation.", "arch_name": "U74@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292072,18 +322521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48688, "usage_id": 120 }, "4213.U1.375": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U75, Labor", "arch_name": "U75@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -292091,18 +322542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48824, "usage_id": 102 }, "4213.U1.376": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "U76, Auswerterraum / PC-Rechnerraum", "arch_name": "U76@4213", "area_id": 42, "building_id": 680, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 43299, "seats": { @@ -292110,18 +322563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48837, "usage_id": 207 }, "4213.U2.001": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292129,18 +322584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63749, "usage_id": 120 }, "4213.U2.002": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292148,18 +322605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63750, "usage_id": 120 }, "4213.U2.003": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292167,18 +322626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63751, "usage_id": 120 }, "4213.U2.004": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292186,18 +322647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63752, "usage_id": 120 }, "4213.U2.005": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292205,18 +322668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63753, "usage_id": 120 }, "4213.U2.006": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292224,18 +322689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63754, "usage_id": 120 }, "4213.U2.007": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "2, Neutralisationsanlage", "arch_name": "2@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292243,18 +322710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63756, "usage_id": 120 }, "4213.U2.008": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "1, Treppenhaus", "arch_name": "1@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -292262,18 +322731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63827, "usage_id": 223 }, "4213.U2.009": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Aufzug", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292281,18 +322752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63828, "usage_id": 5 }, "4213.U2.010": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292300,18 +322773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63755, "usage_id": 120 }, "4213.U2.011": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Druckluft", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292319,18 +322794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63757, "usage_id": 32 }, "4213.U2.012": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292338,18 +322815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63758, "usage_id": 120 }, "4213.U2.013": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292357,18 +322836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63759, "usage_id": 120 }, "4213.U2.014": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292376,18 +322857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63760, "usage_id": 120 }, "4213.U2.015": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292395,18 +322878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63761, "usage_id": 120 }, "4213.U2.016": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 2", "zip_code": 85354 }, + "alt_name": "Installations Gang", "arch_name": "@4213", "area_id": 42, "building_id": 680, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292414,19 +322899,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63762, "usage_id": 120 }, "4214.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO01, Foyer (Steinboden)", "arch_name": "HO01@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 25888, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -292434,18 +322921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50335, "usage_id": 222 }, "4214.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO02, Windfang", "arch_name": "HO02@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -292453,19 +322942,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50346, "usage_id": 52 }, "4214.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO03, Foyer (Teppich)", "arch_name": "HO03@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 25887, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292473,18 +322964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50487, "usage_id": 222 }, "4214.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO04, Flur", "arch_name": "HO04@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292492,18 +322985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50499, "usage_id": 222 }, "4214.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO05, Flur", "arch_name": "HO05@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292511,18 +323006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50512, "usage_id": 222 }, "4214.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO06, Flur", "arch_name": "HO06@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292530,19 +323027,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50650, "usage_id": 222 }, "4214.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO10, H\u00f6rsaal 16 Carl-Kronacher-H\u00f6rsaal (WZWH16)", "arch_name": "HO10@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 12533, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292550,18 +323049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13266, "usage_id": 20 }, "4214.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO11, Projektionsraum", "arch_name": "HO11@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292569,18 +323070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50671, "usage_id": 23 }, "4214.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO12, Be- und Entl\u00fcftung", "arch_name": "HO12@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292588,19 +323091,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50813, "usage_id": 32 }, "4214.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO20, H\u00f6rsaal 15 Carl-Lindner-H\u00f6rsaal (WZWH15)", "arch_name": "HO20@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 12534, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292608,18 +323113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13276, "usage_id": 20 }, "4214.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO21, Projektionsraum", "arch_name": "HO21@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292627,18 +323134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50838, "usage_id": 23 }, "4214.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO22, Be- und Entl\u00fcftung", "arch_name": "HO22@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292646,19 +323155,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50992, "usage_id": 32 }, "4214.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO30, H\u00f6rsaal 14 Max-Sch\u00f6nleutner-H\u00f6rsaal (WZWH14)", "arch_name": "HO30@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 12526, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292666,19 +323177,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9505, "usage_id": 20 }, "4214.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO31, Projektionsraum", "arch_name": "HO31@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 20921, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292686,18 +323199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48489, "usage_id": 23 }, "4214.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO32, Be- und Entl\u00fcftung", "arch_name": "HO32@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -292705,19 +323220,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48492, "usage_id": 32 }, "4214.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO40, Seminarraum 2 (WZWS02)", "arch_name": "HO40@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 12638, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292725,19 +323242,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9507, "usage_id": 41 }, "4214.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO41, Seminarraum 1 (WZWS01)(Teek\u00fcche)", "arch_name": "HO41@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 15333, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -292745,19 +323264,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9508, "usage_id": 41 }, "4214.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO42, Teek\u00fcche (Seminarraum 1/WZWS01)", "arch_name": "HO42@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 31952, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -292765,18 +323286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48500, "usage_id": 198 }, "4214.EG.042A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO42a, WC-Barrierefrei/Wickeltisch", "arch_name": "HO42a@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -292784,18 +323307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72813, "usage_id": 117 }, "4214.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO43, Lager", "arch_name": "HO43@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -292803,18 +323328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48505, "usage_id": 30 }, "4214.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO44, WC-Damen Vorraum", "arch_name": "HO44@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -292822,18 +323349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48509, "usage_id": 118 }, "4214.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO45, WC-Damen", "arch_name": "HO45@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -292841,18 +323370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48513, "usage_id": 116 }, "4214.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "Ho46, WC-Herren Vorraum", "arch_name": "Ho46@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -292860,18 +323391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48517, "usage_id": 118 }, "4214.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO47, Reinigungsmittelraum", "arch_name": "HO47@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -292879,18 +323412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48521, "usage_id": 205 }, "4214.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO48, WC-Herren", "arch_name": "HO48@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -292898,18 +323433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48525, "usage_id": 115 }, "4214.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HO49, WC-Herren", "arch_name": "HO49@4214", "area_id": 42, "building_id": 681, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -292917,19 +323454,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48529, "usage_id": 115 }, "4214.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU01, Foyer (Untergeschoss)", "arch_name": "HU01@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 25889, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -292937,18 +323476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50327, "usage_id": 222 }, "4214.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU26, Garderobe", "arch_name": "HU26@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -292956,18 +323497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50340, "usage_id": 121 }, "4214.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU03, Flur", "arch_name": "HU03@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -292975,18 +323518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50480, "usage_id": 222 }, "4214.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU04, Flur", "arch_name": "HU04@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -292994,18 +323539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50494, "usage_id": 222 }, "4214.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU05, Flur", "arch_name": "HU05@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -293013,18 +323560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49680, "usage_id": 222 }, "4214.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU06, Flur", "arch_name": "HU06@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -293032,18 +323581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49691, "usage_id": 222 }, "4214.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU07, Flur", "arch_name": "HU07@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -293051,18 +323602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49697, "usage_id": 222 }, "4214.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU08, Verbindungsgang", "arch_name": "HU08@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -293070,18 +323623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49826, "usage_id": 222 }, "4214.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU10, Vorbereitungsraum", "arch_name": "HU10@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -293089,18 +323644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49839, "usage_id": 136 }, "4214.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU11, Installationsschacht", "arch_name": "HU11@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293108,18 +323665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49847, "usage_id": 120 }, "4214.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU12, Technik Abluft", "arch_name": "HU12@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293127,18 +323686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49975, "usage_id": 32 }, "4214.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU 13, Lager", "arch_name": "HU 13@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -293146,19 +323707,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49990, "usage_id": 30 }, "4214.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU 14, Aufenthaltsraum/Lager (Kellerloft)", "arch_name": "HU 14@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 21764, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -293166,18 +323729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49998, "usage_id": 30 }, "4214.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU15, Flur/Vitrinen", "arch_name": "HU15@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -293185,18 +323750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50007, "usage_id": 222 }, "4214.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU20, Installationsschacht", "arch_name": "HU20@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293204,18 +323771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50151, "usage_id": 120 }, "4214.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU21, Vorbereitungsraum", "arch_name": "HU21@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -293223,18 +323792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50161, "usage_id": 136 }, "4214.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU22, Be- und Entl\u00fcftung", "arch_name": "HU22@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293242,18 +323813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50172, "usage_id": 32 }, "4214.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU23, Schauraum", "arch_name": "HU23@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -293261,19 +323834,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50181, "usage_id": 148 }, "4214.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU24, Seminarraum Biologie", "arch_name": "HU24@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 15334, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -293281,38 +323856,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28717, "usage_id": 131 }, "4214.U1.024A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU24A, IT-Schulungsraum", "arch_name": "HU24A@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 18781, + "floor_level": "1.UG", "floor_type": "Stein", - "main_operator_id": 26175, + "main_operator_id": 29111, "seats": { "sitting": 10, "standing": null, "wheelchair": null }, + "tumonline_id": 59355, "usage_id": 213 }, "4214.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU30, Installationsschacht", "arch_name": "HU30@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293320,18 +323899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50321, "usage_id": 120 }, "4214.U1.031": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU31, Vorbereitungsraum", "arch_name": "HU31@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -293339,18 +323920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50506, "usage_id": 136 }, "4214.U1.032": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU32, Be- und Entl\u00fcftung", "arch_name": "HU32@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293358,18 +323941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50645, "usage_id": 32 }, "4214.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU33, Schauraum", "arch_name": "HU33@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -293377,19 +323962,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50657, "usage_id": 148 }, "4214.U1.034": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU34, Seminarraum 3 (WZWS03)", "arch_name": "HU34@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 12593, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -293397,38 +323984,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15855, "usage_id": 41 }, "4214.U1.035": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU34A, IT-Schulungsraum", "arch_name": "HU34A@4214", "area_id": 42, "building_id": 681, "calendar_resource_nr": 18610, + "floor_level": "1.UG", "floor_type": "Fliesen", - "main_operator_id": 39071, + "main_operator_id": 29111, "seats": { "sitting": 19, "standing": null, "wheelchair": null }, + "tumonline_id": 59031, "usage_id": 213 }, "4214.U1.040": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU40, Betriebsarzt", "arch_name": "HU40@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -293436,18 +324027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50676, "usage_id": 124 }, "4214.U1.041": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU41, Betriebsarzt", "arch_name": "HU41@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -293455,18 +324048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50814, "usage_id": 124 }, "4214.U1.042": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU42, Betriebspsychologischer Dienst / Schwebehind", "arch_name": "HU42@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -293474,18 +324069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50829, "usage_id": 12 }, "4214.U1.043A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU43A, B\u00fcro", "arch_name": "HU43A@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -293493,18 +324090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65904, "usage_id": 12 }, "4214.U1.043B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU 43B, Besprechung", "arch_name": "HU 43B@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -293512,18 +324111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65905, "usage_id": 196 }, "4214.U1.043C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU43C, B\u00fcro", "arch_name": "HU43C@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15100, "seats": { @@ -293531,18 +324132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65906, "usage_id": 12 }, "4214.U1.044": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU44, Arbeitsraum", "arch_name": "HU44@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -293550,18 +324153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13317, "usage_id": 12 }, "4214.U1.045": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU45, Vorbereitungsraum", "arch_name": "HU45@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -293569,18 +324174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51003, "usage_id": 136 }, "4214.U1.046": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU46, Vorbereitungsraum", "arch_name": "HU46@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -293588,18 +324195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51017, "usage_id": 136 }, "4214.U1.047": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU47, Sammlungsraum", "arch_name": "HU47@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -293607,18 +324216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48696, "usage_id": 187 }, "4214.U1.048": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU48, WC-Damen Vorraum", "arch_name": "HU48@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -293626,18 +324237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48708, "usage_id": 118 }, "4214.U1.049": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU49, WC-Damen", "arch_name": "HU49@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -293645,18 +324258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51009, "usage_id": 116 }, "4214.U1.050": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU50, WC-Herren", "arch_name": "HU50@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -293664,18 +324279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51021, "usage_id": 115 }, "4214.U1.051": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU51, WC-Herren Vorraum", "arch_name": "HU51@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -293683,18 +324300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48699, "usage_id": 118 }, "4214.U1.052": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU52, Rohrkeller", "arch_name": "HU52@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293702,18 +324321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48711, "usage_id": 120 }, "4214.U1.053": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU53, Stromversorgung", "arch_name": "HU53@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293721,18 +324342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48722, "usage_id": 160 }, "4214.U1.054": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 6", "zip_code": 85354 }, + "alt_name": "HU54, Rohrkeller", "arch_name": "HU54@4214", "area_id": 42, "building_id": 681, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293740,18 +324363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48731, "usage_id": 120 }, "4215.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.02, Treppenraum", "arch_name": "P1.02@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -293759,18 +324384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46841, "usage_id": 223 }, "4215.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.03, Treppenraum", "arch_name": "P1.03@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -293778,18 +324405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46860, "usage_id": 223 }, "4215.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.04, Installation", "arch_name": "P1.04@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293797,18 +324426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46879, "usage_id": 120 }, "4215.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.21, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "P1.21@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293816,18 +324447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47030, "usage_id": 5 }, "4215.01.021A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.21A, Verteilerraum", "arch_name": "P1.21A@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293835,18 +324468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47046, "usage_id": 120 }, "4215.01.024": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.24, Aufzug", "arch_name": "P1.24@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -293854,18 +324489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44344, "usage_id": 4 }, "4215.01.024A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.24A, Verteilerraum", "arch_name": "P1.24A@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293873,18 +324510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44360, "usage_id": 120 }, "4215.01.025": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.25, Be- und Entl\u00fcftung", "arch_name": "P1.25@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293892,18 +324531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44379, "usage_id": 32 }, "4215.01.052": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.52, Treppenraum", "arch_name": "P1.52@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -293911,18 +324552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44528, "usage_id": 223 }, "4215.01.053": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.53, Treppenraum", "arch_name": "P1.53@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -293930,18 +324573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44550, "usage_id": 223 }, "4215.01.054": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.54, Be- und Entl\u00fcftung", "arch_name": "P1.54@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293949,18 +324594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44559, "usage_id": 32 }, "4215.01.055": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.55, Be- und Entl\u00fcftung", "arch_name": "P1.55@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293968,18 +324615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44712, "usage_id": 32 }, "4215.01.055A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.55A, Be- und Entl\u00fcftung", "arch_name": "P1.55A@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -293987,18 +324636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44729, "usage_id": 32 }, "4215.01.055B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P1.55B, Be- und Entl\u00fcftung", "arch_name": "P1.55B@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -294006,18 +324657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44873, "usage_id": 32 }, "4215.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO01, Windfang", "arch_name": "PO01@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -294025,18 +324678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48317, "usage_id": 52 }, "4215.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO02, Halle", "arch_name": "PO02@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -294044,18 +324699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48359, "usage_id": 222 }, "4215.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO03, Treppenraum", "arch_name": "PO03@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -294063,18 +324720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48372, "usage_id": 223 }, "4215.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO04, Flur", "arch_name": "PO04@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294082,18 +324741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48390, "usage_id": 222 }, "4215.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO05, Installationsschacht", "arch_name": "PO05@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -294101,18 +324762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48429, "usage_id": 120 }, "4215.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO06, B\u00fcro", "arch_name": "PO06@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -294120,18 +324783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48445, "usage_id": 12 }, "4215.EG.006A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO06A, Lagerraum", "arch_name": "PO06A@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -294139,18 +324804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67151, "usage_id": 30 }, "4215.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO07, B\u00fcro", "arch_name": "PO07@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294158,18 +324825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48468, "usage_id": 12 }, "4215.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO08, WC-Damen Vorraum", "arch_name": "PO08@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294177,18 +324846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48545, "usage_id": 118 }, "4215.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO09, WC-Damen", "arch_name": "PO09@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294196,18 +324867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48548, "usage_id": 116 }, "4215.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO10, Reinigungsmittelraum", "arch_name": "PO10@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -294215,19 +324888,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48561, "usage_id": 205 }, "4215.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO11, Praktikumsraum 16 (WZWP16)", "arch_name": "PO11@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 18426, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294235,18 +324910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48573, "usage_id": 212 }, "4215.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO12, B\u00fcro/Assistent", "arch_name": "PO12@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -294254,18 +324931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47119, "usage_id": 12 }, "4215.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO13, Messraum", "arch_name": "PO13@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294273,18 +324952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47126, "usage_id": 103 }, "4215.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO14/15, K\u00fchlraum mit Vorraum", "arch_name": "PO14/15@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -294292,19 +324973,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47141, "usage_id": 199 }, "4215.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO16, Praktikumsraum 15 (WZWP15)", "arch_name": "PO16@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 15336, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294312,18 +324995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25070, "usage_id": 212 }, "4215.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO17, Vorbereitungsraum", "arch_name": "PO17@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294331,19 +325016,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47243, "usage_id": 136 }, "4215.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO18, Praktikumsraum 14 (WZWP14)", "arch_name": "PO18@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 18427, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294351,18 +325038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47265, "usage_id": 212 }, "4215.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO21, Aufzug", "arch_name": "PO21@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -294370,18 +325059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47338, "usage_id": 4 }, "4215.EG.021A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO21A, Verteilerraum", "arch_name": "PO21A@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -294389,18 +325080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47351, "usage_id": 120 }, "4215.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO22, HLS", "arch_name": "PO22@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -294408,18 +325101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47362, "usage_id": 120 }, "4215.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO23, HLS", "arch_name": "PO23@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -294427,18 +325122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47442, "usage_id": 120 }, "4215.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO24, Lastenaufzug", "arch_name": "PO24@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -294446,18 +325143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47456, "usage_id": 4 }, "4215.EG.024A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO24A, ELT", "arch_name": "PO24A@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -294465,18 +325164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47462, "usage_id": 160 }, "4215.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO25, Flur", "arch_name": "PO25@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294484,18 +325185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47480, "usage_id": 222 }, "4215.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO26, Vorbereitung/Lager (1110055000)", "arch_name": "PO26@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294503,19 +325206,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47653, "usage_id": 136 }, "4215.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO27, Praktikumsraum 13 (WZWP13)", "arch_name": "PO27@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 20520, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 50717, "seats": { @@ -294523,18 +325228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47666, "usage_id": 212 }, "4215.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO28, Vorbereitungsraum", "arch_name": "PO28@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294542,19 +325249,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47677, "usage_id": 196 }, "4215.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO29, Praktikumsraum 12 (WZWP12)", "arch_name": "PO29@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 23307, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -294562,18 +325271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47689, "usage_id": 212 }, "4215.EG.029A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO29A, Praktikumsraum 12a (WZWP12a)", "arch_name": "PO29A@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -294581,18 +325292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66080, "usage_id": 212 }, "4215.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO30A, Lagerraum", "arch_name": "PO30A@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -294600,18 +325313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47963, "usage_id": 30 }, "4215.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO31, Labornebenraum", "arch_name": "PO31@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294619,19 +325334,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47973, "usage_id": 103 }, "4215.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO32, Praktikumsraum 11 (WZWP11)", "arch_name": "PO32@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 20704, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -294639,18 +325356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47988, "usage_id": 212 }, "4215.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO33, Lagerraum mit Brandschutz", "arch_name": "PO33@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294658,18 +325377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47755, "usage_id": 30 }, "4215.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO34, Vorbereitungsraum", "arch_name": "PO34@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294677,18 +325398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47777, "usage_id": 136 }, "4215.EG.035": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO35, Lagerraum mit Brandschutz", "arch_name": "PO35@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294696,19 +325419,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47793, "usage_id": 30 }, "4215.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO36, Praktikumsraum 10 (WZWP10)", "arch_name": "PO36@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 20703, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -294716,18 +325441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47555, "usage_id": 212 }, "4215.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO37, Gefahrstoffraum", "arch_name": "PO37@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294735,18 +325462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47569, "usage_id": 132 }, "4215.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO38, Gefahrgutraum", "arch_name": "PO38@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15579, "seats": { @@ -294754,18 +325483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47581, "usage_id": 132 }, "4215.EG.038A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO38A, Gefahrgutraum", "arch_name": "PO38A@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294773,19 +325504,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67152, "usage_id": 132 }, "4215.EG.039": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO39, Praktikumsraum 7 (WZWP07)", "arch_name": "PO39@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 18367, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -294793,19 +325526,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47853, "usage_id": 102 }, "4215.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO40, Praktikumsraum 8 (WZWP08)", "arch_name": "PO40@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 20701, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -294813,19 +325548,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47863, "usage_id": 102 }, "4215.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO41, Praktikumsraum 9 (WZWP09)", "arch_name": "PO41@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 20702, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -294833,18 +325570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47880, "usage_id": 102 }, "4215.EG.041A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO41A, B\u00fcro", "arch_name": "PO41A@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -294852,18 +325591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67260, "usage_id": 12 }, "4215.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO42, WC-Herren Vorraum", "arch_name": "PO42@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294871,18 +325612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45924, "usage_id": 118 }, "4215.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO43, WC-Herren", "arch_name": "PO43@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294890,18 +325633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45940, "usage_id": 115 }, "4215.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO44, WC-Herren", "arch_name": "PO44@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294909,18 +325654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45956, "usage_id": 115 }, "4215.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO50, Besprechungsraum", "arch_name": "PO50@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294928,18 +325675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46113, "usage_id": 196 }, "4215.EG.050A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO50A, Lagerraum", "arch_name": "PO50A@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -294947,19 +325696,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67155, "usage_id": 30 }, "4215.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO51, B\u00fcro mit Archivfunktion (1102011100)", "arch_name": "PO51@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 32352, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -294967,18 +325718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46128, "usage_id": 12 }, "4215.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO52, Flur mit Wartepl\u00e4tzen", "arch_name": "PO52@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -294986,18 +325739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46146, "usage_id": 44 }, "4215.EG.052A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P052A, B\u00fcro", "arch_name": "P052A@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -295005,18 +325760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59937, "usage_id": 12 }, "4215.EG.052B": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "P052B/C, B\u00fcro", "arch_name": "P052B/C@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -295024,18 +325781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59938, "usage_id": 12 }, "4215.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO53, Treppenraum", "arch_name": "PO53@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -295043,18 +325802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46296, "usage_id": 223 }, "4215.EG.054": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO54, Flur", "arch_name": "PO54@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295062,18 +325823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46302, "usage_id": 222 }, "4215.EG.055": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO55, Installationsschacht", "arch_name": "PO55@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295081,18 +325844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46311, "usage_id": 120 }, "4215.EG.056": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO56, Lager", "arch_name": "PO56@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295100,19 +325865,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46323, "usage_id": 30 }, "4215.EG.057": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO57, Praktikumsraum 5 (WZWP05)", "arch_name": "PO57@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 15337, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295120,18 +325887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11357, "usage_id": 211 }, "4215.EG.058": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO58, Vorbereitungsraum", "arch_name": "PO58@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295139,18 +325908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46492, "usage_id": 136 }, "4215.EG.059": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO59, Arbeitsraum", "arch_name": "PO59@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295158,18 +325929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46512, "usage_id": 12 }, "4215.EG.060": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO60, Arbeitsraum", "arch_name": "PO60@4215", "area_id": 42, "building_id": 682, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295177,19 +325950,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46670, "usage_id": 12 }, "4215.EG.061": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PO61, Praktikumsraum 6 (WZWP06)", "arch_name": "PO61@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 18941, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295197,18 +325972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46688, "usage_id": 211 }, "4215.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU01, Flur, Verbinder zum H\u00f6rsaalgeb\u00e4ude", "arch_name": "PU01@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -295216,18 +325993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48533, "usage_id": 222 }, "4215.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU02, Flur, Halle", "arch_name": "PU02@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -295235,18 +326014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47182, "usage_id": 222 }, "4215.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU03, Treppenraum", "arch_name": "PU03@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -295254,18 +326035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47187, "usage_id": 223 }, "4215.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU04, Flur", "arch_name": "PU04@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295273,18 +326056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47194, "usage_id": 222 }, "4215.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU05, Verteilerraum", "arch_name": "PU05@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295292,18 +326077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47199, "usage_id": 120 }, "4215.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU06, Windfang", "arch_name": "PU06@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -295311,18 +326098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47204, "usage_id": 52 }, "4215.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU07, Trafostation XIII", "arch_name": "PU07@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295330,18 +326119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47211, "usage_id": 160 }, "4215.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU08, Trafostation XIII", "arch_name": "PU08@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295349,18 +326140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47217, "usage_id": 160 }, "4215.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU09, Trafostation XIII", "arch_name": "PU09@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295368,18 +326161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47222, "usage_id": 160 }, "4215.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU10, Trafostation XIII", "arch_name": "PU10@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295387,18 +326182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47291, "usage_id": 160 }, "4215.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU11, Trafostation XIII", "arch_name": "PU11@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295406,18 +326203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47298, "usage_id": 160 }, "4215.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU12, Trafostation XIII", "arch_name": "PU12@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295425,18 +326224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47305, "usage_id": 160 }, "4215.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU13, Trafostation XIII", "arch_name": "PU13@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295444,18 +326245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47310, "usage_id": 160 }, "4215.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU14, Trafostation XIII", "arch_name": "PU14@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295463,18 +326266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47320, "usage_id": 160 }, "4215.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU15, Technik", "arch_name": "PU15@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295482,18 +326287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47326, "usage_id": 120 }, "4215.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU16, Tankraum", "arch_name": "PU16@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295501,18 +326308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47335, "usage_id": 182 }, "4215.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU17, Neutralisation", "arch_name": "PU17@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295520,18 +326329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47402, "usage_id": 184 }, "4215.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU18, Wasserversorgung-, aufbereitung", "arch_name": "PU18@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -295539,18 +326350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47411, "usage_id": 182 }, "4215.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU19, Be- und Entl\u00fcftung", "arch_name": "PU19@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295558,18 +326371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47421, "usage_id": 32 }, "4215.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU20, Technische R\u00e4ume (FKTFLAECHE)", "arch_name": "PU20@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295577,18 +326392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47431, "usage_id": 201 }, "4215.U1.020A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU20A, Technische R\u00e4ume (FKTFLAECHE)", "arch_name": "PU20A@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295596,18 +326413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47440, "usage_id": 201 }, "4215.U1.020B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU20B, Lager", "arch_name": "PU20B@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -295615,18 +326434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47507, "usage_id": 30 }, "4215.U1.020C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU20C, Ruheraum", "arch_name": "PU20C@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -295634,18 +326455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47519, "usage_id": 178 }, "4215.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU21, Aufzug", "arch_name": "PU21@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -295653,18 +326476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47528, "usage_id": 4 }, "4215.U1.021A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU21A, E-Verteilung V5", "arch_name": "PU21A@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295672,18 +326497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47536, "usage_id": 160 }, "4215.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU22, Installationsschacht", "arch_name": "PU22@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295691,18 +326518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47542, "usage_id": 120 }, "4215.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU23, Installationsschacht", "arch_name": "PU23@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295710,18 +326539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47610, "usage_id": 120 }, "4215.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU24, Aufzug", "arch_name": "PU24@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -295729,18 +326560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47621, "usage_id": 4 }, "4215.U1.024A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU24A, E-Verteilung V6", "arch_name": "PU24A@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -295748,18 +326581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47632, "usage_id": 160 }, "4215.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU25, Flur", "arch_name": "PU25@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295767,19 +326602,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47640, "usage_id": 222 }, "4215.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU26, IT-Schulungsraum (WZWIT26)", "arch_name": "PU26@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 15338, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 29111, "seats": { @@ -295787,19 +326624,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25478, "usage_id": 213 }, "4215.U1.026A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU26A, CAD/GIS-Labor - Schulungsraum (WZWIT26A)", "arch_name": "PU26A@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 22518, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 29111, "seats": { @@ -295807,19 +326646,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63218, "usage_id": 213 }, "4215.U1.026B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU26B, Lager", "arch_name": "PU26B@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 26571, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 29111, "seats": { @@ -295827,18 +326668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63219, "usage_id": 30 }, "4215.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU27, Lager/Putzraum", "arch_name": "PU27@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295846,18 +326689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47712, "usage_id": 30 }, "4215.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU28, L\u00fcftung", "arch_name": "PU28@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -295865,18 +326710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47719, "usage_id": 120 }, "4215.U1.029": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU29, WC-Herren", "arch_name": "PU29@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295884,18 +326731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47730, "usage_id": 115 }, "4215.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU30, WC-Herren Vorraum", "arch_name": "PU30@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295903,18 +326752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47738, "usage_id": 118 }, "4215.U1.031": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU31, WC-Behinderte", "arch_name": "PU31@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295922,18 +326773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47804, "usage_id": 117 }, "4215.U1.032": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU32, WC-Damen", "arch_name": "PU32@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295941,18 +326794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47817, "usage_id": 116 }, "4215.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU33, WC-Damen Vorraum", "arch_name": "PU33@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295960,18 +326815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47830, "usage_id": 118 }, "4215.U1.034": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU34, Reinigungsmittelraum", "arch_name": "PU34@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -295979,18 +326836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47841, "usage_id": 205 }, "4215.U1.035": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU35, Personalumkleidekabine-Damen", "arch_name": "PU35@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -295998,18 +326857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47913, "usage_id": 121 }, "4215.U1.036": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU36, WC/Dusche-Damen", "arch_name": "PU36@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -296017,18 +326878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47926, "usage_id": 113 }, "4215.U1.037": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU37, WC/Dusche-Herren", "arch_name": "PU37@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -296036,18 +326899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47937, "usage_id": 113 }, "4215.U1.038": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU38, Personalumkleidekabine-Herren", "arch_name": "PU38@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -296055,19 +326920,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47947, "usage_id": 121 }, "4215.U1.039": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU39, Praktikumsraum 3 (WZWP03)", "arch_name": "PU39@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 15339, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15579, "seats": { @@ -296075,19 +326942,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9366, "usage_id": 212 }, "4215.U1.040": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU40, Praktikumsraum 4 (WZWP04)", "arch_name": "PU40@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 18444, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15579, "seats": { @@ -296095,18 +326964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48024, "usage_id": 212 }, "4215.U1.041": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU41, Medientechnik", "arch_name": "PU41@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -296114,18 +326985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48043, "usage_id": 120 }, "4215.U1.051": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU51, Windfang", "arch_name": "PU51@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -296133,18 +327006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48074, "usage_id": 52 }, "4215.U1.052": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU52, Flur", "arch_name": "PU52@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -296152,18 +327027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48087, "usage_id": 222 }, "4215.U1.053": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU53, Treppenraum", "arch_name": "PU53@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -296171,18 +327048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48099, "usage_id": 223 }, "4215.U1.054": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU54, Flur", "arch_name": "PU54@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -296190,18 +327069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48114, "usage_id": 222 }, "4215.U1.055": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU55, Installationsschacht", "arch_name": "PU55@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -296209,18 +327090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48150, "usage_id": 120 }, "4215.U1.056": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU56, Windfang", "arch_name": "PU56@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -296228,18 +327111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48159, "usage_id": 52 }, "4215.U1.057": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU57, Laborw\u00e4scherei", "arch_name": "PU57@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15579, "seats": { @@ -296247,19 +327132,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48172, "usage_id": 209 }, "4215.U1.058": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU58, Praktikumsraum 1 (WZWP01)", "arch_name": "PU58@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 15340, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -296267,18 +327154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9396, "usage_id": 212 }, "4215.U1.059": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU59, Vorbereitungsraum", "arch_name": "PU59@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -296286,18 +327175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48224, "usage_id": 136 }, "4215.U1.060": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU60, Vorbereitungsraum", "arch_name": "PU60@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15579, "seats": { @@ -296305,18 +327196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48238, "usage_id": 136 }, "4215.U1.061": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU61, Vorbereitungsraum", "arch_name": "PU61@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -296324,18 +327217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48250, "usage_id": 136 }, "4215.U1.062": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU62, Arbeitsraum", "arch_name": "PU62@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -296343,19 +327238,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48289, "usage_id": 12 }, "4215.U1.063": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU63, Praktikumsraum 2 (WZWP02)", "arch_name": "PU63@4215", "area_id": 42, "building_id": 682, "calendar_resource_nr": 15341, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 43299, "seats": { @@ -296363,18 +327260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10858, "usage_id": 212 }, "4215.U1.064": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU64, Flur", "arch_name": "PU64@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -296382,18 +327281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67146, "usage_id": 222 }, "4215.U1.065": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU26C, Serverraum", "arch_name": "PU26C@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -296401,18 +327302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67147, "usage_id": 120 }, "4215.U1.066": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU26D, Lager Reinigung", "arch_name": "PU26D@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -296420,18 +327323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67148, "usage_id": 30 }, "4215.U1.067": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 4", "zip_code": 85354 }, + "alt_name": "PU26F, Lager ITW", "arch_name": "PU26F@4215", "area_id": 42, "building_id": 682, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -296439,18 +327344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67149, "usage_id": 30 }, "4216.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "101, Treppenraum", "arch_name": "101@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -296458,18 +327365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46278, "usage_id": 223 }, "4216.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "102, Treppenraum", "arch_name": "102@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -296477,18 +327386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46428, "usage_id": 223 }, "4216.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "103, Treppenraum", "arch_name": "103@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -296496,18 +327407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46443, "usage_id": 223 }, "4216.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "104, Treppenraum (funktionslos)", "arch_name": "104@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -296515,18 +327428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46456, "usage_id": 223 }, "4216.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "105, Treppenhaus S\u00fcd", "arch_name": "105@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -296534,18 +327449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46607, "usage_id": 223 }, "4216.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "106, Treppenhaus Nord", "arch_name": "106@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -296553,18 +327470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46617, "usage_id": 223 }, "4216.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "107, Schacht Lastenaufzug", "arch_name": "107@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -296572,18 +327491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46634, "usage_id": 195 }, "4216.01.107A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "107a, Schacht Personenaufzug", "arch_name": "107a@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -296591,18 +327512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46651, "usage_id": 195 }, "4216.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "108, Schacht Personenaufzug", "arch_name": "108@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -296610,18 +327533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46808, "usage_id": 195 }, "4216.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "110, Installationsschacht", "arch_name": "110@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -296629,18 +327554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46823, "usage_id": 120 }, "4216.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "111, Installationsschacht", "arch_name": "111@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -296648,18 +327575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46834, "usage_id": 120 }, "4216.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "112, Installationsschacht", "arch_name": "112@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -296667,18 +327596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46992, "usage_id": 120 }, "4216.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "113, K\u00fchlraum", "arch_name": "113@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296686,18 +327617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47013, "usage_id": 199 }, "4216.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "114, B\u00fcro K\u00fcchenchef", "arch_name": "114@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296705,18 +327638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44298, "usage_id": 12 }, "4216.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "115, Speisenvorbereitungsraum", "arch_name": "115@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296724,18 +327659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44319, "usage_id": 28 }, "4216.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "116, ELT", "arch_name": "116@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -296743,18 +327680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44479, "usage_id": 120 }, "4216.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "117, ELT", "arch_name": "117@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -296762,18 +327701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44499, "usage_id": 120 }, "4216.01.118": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "118, Lager Beh\u00e4lter mit Hygieneanforderungen", "arch_name": "118@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -296781,18 +327722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44513, "usage_id": 30 }, "4216.01.119": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "119, K\u00fcchenvorbereitungsraum/Topfsp\u00fcle", "arch_name": "119@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296800,18 +327743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44674, "usage_id": 28 }, "4216.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "120, Personalspeiseraum Mensa", "arch_name": "120@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296819,18 +327764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44684, "usage_id": 45 }, "4216.01.121": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "121, WC-Damen Vorraum", "arch_name": "121@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296838,18 +327785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44833, "usage_id": 118 }, "4216.01.122": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "122, WC-Damen", "arch_name": "122@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296857,18 +327806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44852, "usage_id": 116 }, "4216.01.123": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "123, WC-Herren Vorraum", "arch_name": "123@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296876,18 +327827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44865, "usage_id": 118 }, "4216.01.124": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "124, WC-Herren", "arch_name": "124@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296895,18 +327848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45197, "usage_id": 115 }, "4216.01.125": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "125, Reinigungsmittelraum Mensa", "arch_name": "125@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296914,18 +327869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45209, "usage_id": 205 }, "4216.01.126": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "126, Flur (Personalspeiseraum)", "arch_name": "126@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296933,18 +327890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45225, "usage_id": 222 }, "4216.01.127": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "127, Speiseausgabe 3", "arch_name": "127@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296952,18 +327911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45744, "usage_id": 28 }, "4216.01.128": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "128, Sp\u00fclk\u00fcche 2", "arch_name": "128@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -296971,19 +327932,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45761, "usage_id": 28 }, "4216.01.129": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "129, Speisesaal 3 (Mensa 3, Seminarraum)", "arch_name": "129@4216", "area_id": 42, "building_id": 683, "calendar_resource_nr": 28792, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -296991,18 +327954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45773, "usage_id": 41 }, "4216.01.130": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "130, Gro\u00dfk\u00fcche", "arch_name": "130@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -297010,19 +327975,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45377, "usage_id": 28 }, "4216.01.131": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "131, Speisesaal 2 (Mensa 2, Seminarraum)", "arch_name": "131@4216", "area_id": 42, "building_id": 683, "calendar_resource_nr": 28793, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297030,18 +327997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45395, "usage_id": 41 }, "4216.01.132": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "132, Sp\u00fclk\u00fcche 1", "arch_name": "132@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -297049,18 +328018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45407, "usage_id": 28 }, "4216.01.133": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "133, B\u00fcro Fachschaften", "arch_name": "133@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297068,18 +328039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45014, "usage_id": 12 }, "4216.01.133A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "133A, B\u00fcro Fachschaften", "arch_name": "133A@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297087,18 +328060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45031, "usage_id": 40 }, "4216.01.133B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "133B, B\u00fcro Fachschaften", "arch_name": "133B@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297106,18 +328081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45047, "usage_id": 12 }, "4216.01.133C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "133C, Flur (Fachschaften)", "arch_name": "133C@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297125,18 +328102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45561, "usage_id": 222 }, "4216.01.134": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "134, B\u00fcro Fachschaften", "arch_name": "134@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297144,18 +328123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45574, "usage_id": 12 }, "4216.01.135": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "135, B\u00fcro Fachschaften", "arch_name": "135@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297163,18 +328144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45593, "usage_id": 12 }, "4216.01.136": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "136, B\u00fcro Fachschaften", "arch_name": "136@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297182,18 +328165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52730, "usage_id": 12 }, "4216.01.137": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "137, B\u00fcro Fachschaften", "arch_name": "137@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297201,18 +328186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52754, "usage_id": 12 }, "4216.01.138": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "138, B\u00fcro Fachschaften", "arch_name": "138@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297220,18 +328207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52901, "usage_id": 12 }, "4216.01.139": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "139, Besprechungsraum Fachschaften", "arch_name": "139@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297239,18 +328228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52915, "usage_id": 196 }, "4216.01.140": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "140, Archiv Fachschaften", "arch_name": "140@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297258,18 +328249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52929, "usage_id": 2 }, "4216.01.140A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "140A, Flur (Fachschaften)", "arch_name": "140A@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38802, "seats": { @@ -297277,18 +328270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52935, "usage_id": 222 }, "4216.01.141": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "141, Fluchtbalkon West", "arch_name": "141@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297296,18 +328291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53078, "usage_id": 219 }, "4216.01.141A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "141a, Fluchttreppe S\u00fcd", "arch_name": "141a@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297315,18 +328312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53091, "usage_id": 7 }, "4216.01.142": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "142, Fluchtbalkon Ost", "arch_name": "142@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297334,18 +328333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53104, "usage_id": 219 }, "4216.01.142A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "142a, Fluchttreppe Ost", "arch_name": "142a@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297353,18 +328354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53118, "usage_id": 7 }, "4216.01.143": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "143, Fluchtbalkon Nord", "arch_name": "143@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297372,18 +328375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53269, "usage_id": 219 }, "4216.01.143A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "143a, Fluchttreppe Nord", "arch_name": "143a@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297391,18 +328396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53292, "usage_id": 7 }, "4216.02.205": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "205, Treppenhaus S\u00fcd", "arch_name": "205@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297410,18 +328417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53432, "usage_id": 223 }, "4216.02.206": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "206, Treppenhaus Nord", "arch_name": "206@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297429,18 +328438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53441, "usage_id": 223 }, "4216.02.209": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "209, Be- und Entl\u00fcftung", "arch_name": "209@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -297448,18 +328459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53455, "usage_id": 32 }, "4216.02.210": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "210, Be- und Entl\u00fcftung", "arch_name": "210@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -297467,18 +328480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53469, "usage_id": 32 }, "4216.02.211": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "211, Be- und Entl\u00fcftung", "arch_name": "211@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -297486,18 +328501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53608, "usage_id": 32 }, "4216.02.212": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "212, Lager", "arch_name": "212@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -297505,18 +328522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53619, "usage_id": 30 }, "4216.02.213": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "213, Flur", "arch_name": "213@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297524,18 +328543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53630, "usage_id": 222 }, "4216.02.214": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "214, Waschk\u00fcche Kindertr\u00e4ume", "arch_name": "214@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -297543,18 +328564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53770, "usage_id": 181 }, "4216.02.215": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "215, Waschk\u00fcche Kindertr\u00e4ume", "arch_name": "215@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -297562,18 +328585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53786, "usage_id": 181 }, "4216.02.216": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "216, Abstellraum Kindertr\u00e4ume", "arch_name": "216@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -297581,18 +328606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53802, "usage_id": 30 }, "4216.02.217": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "217, Steuerung Speiseaufzug", "arch_name": "217@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297600,18 +328627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51202, "usage_id": 28 }, "4216.02.218": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "218, Flur", "arch_name": "218@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297619,18 +328648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51220, "usage_id": 222 }, "4216.02.229": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "229, Speiseraum 3 Galerie", "arch_name": "229@4216", "area_id": 42, "building_id": 683, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297638,18 +328669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51231, "usage_id": 45 }, "4216.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "001, Treppenraum Speisenausgabe", "arch_name": "001@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297657,18 +328690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44414, "usage_id": 223 }, "4216.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "002, Treppenraum Speisenausgabe", "arch_name": "002@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297676,18 +328711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44566, "usage_id": 223 }, "4216.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "Abstellraum", "arch_name": "@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297695,18 +328732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44575, "usage_id": 159 }, "4216.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "Abstellraum", "arch_name": "@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297714,18 +328753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44589, "usage_id": 159 }, "4216.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "005, Treppenhaus S\u00fcd", "arch_name": "005@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297733,18 +328774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44605, "usage_id": 223 }, "4216.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "006, Treppenhaus Nord", "arch_name": "006@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297752,18 +328795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44748, "usage_id": 223 }, "4216.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "007, Schacht Lastenaufzug", "arch_name": "007@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -297771,18 +328816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44759, "usage_id": 195 }, "4216.EG.007A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "007a, Schacht Personenaufzug", "arch_name": "007a@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -297790,18 +328837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44773, "usage_id": 195 }, "4216.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "008, Schacht Personenaufzug", "arch_name": "008@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -297809,18 +328858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44919, "usage_id": 195 }, "4216.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "010, Installationsschacht", "arch_name": "010@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -297828,18 +328879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44930, "usage_id": 120 }, "4216.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "011, Installationsschacht", "arch_name": "011@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -297847,18 +328900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44944, "usage_id": 120 }, "4216.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "012, Installationsschacht", "arch_name": "012@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -297866,18 +328921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44956, "usage_id": 120 }, "4216.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "013, Windfang", "arch_name": "013@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297885,18 +328942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45107, "usage_id": 52 }, "4216.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "014, Windfang", "arch_name": "014@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297904,18 +328963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45122, "usage_id": 52 }, "4216.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "015, Cafeteria", "arch_name": "015@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297923,18 +328984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45131, "usage_id": 139 }, "4216.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "016, Infopoint", "arch_name": "016@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297942,18 +329005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45143, "usage_id": 12 }, "4216.EG.016A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "016A, Geldautomat", "arch_name": "016A@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297961,18 +329026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45296, "usage_id": 186 }, "4216.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "017, Eingangshalle", "arch_name": "017@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297980,18 +329047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45319, "usage_id": 222 }, "4216.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "018, Windfang", "arch_name": "018@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -297999,18 +329068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45469, "usage_id": 52 }, "4216.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "019, Kindergarten", "arch_name": "019@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298018,18 +329089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45489, "usage_id": 146 }, "4216.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "020, WC-Damen Vorraum", "arch_name": "020@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298037,18 +329110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45503, "usage_id": 118 }, "4216.EG.020A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "020a, WC-Damen", "arch_name": "020a@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298056,18 +329131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45657, "usage_id": 116 }, "4216.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "021, WC-Herren Vorraum", "arch_name": "021@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298075,18 +329152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45677, "usage_id": 118 }, "4216.EG.021A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "021a, WC-Herren", "arch_name": "021a@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298094,18 +329173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45688, "usage_id": 115 }, "4216.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "023, StuCafe\u00b4", "arch_name": "023@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298113,18 +329194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45839, "usage_id": 139 }, "4216.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "024, K\u00fchlraum", "arch_name": "024@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298132,18 +329215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45853, "usage_id": 199 }, "4216.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "025, Speiseaufzug (au\u00dfer Betrieb)", "arch_name": "025@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -298151,18 +329236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45863, "usage_id": 4 }, "4216.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "026, Cafeteria Vorbereitungsraum", "arch_name": "026@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298170,18 +329257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45872, "usage_id": 28 }, "4216.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "027, Cafeteria Geschirrr\u00fccknahme (mit Arbeitsplatz", "arch_name": "027@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298189,18 +329278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46023, "usage_id": 28 }, "4216.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "028, WC-Herren", "arch_name": "028@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298208,18 +329299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46034, "usage_id": 115 }, "4216.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "029, WC-Herren/Barrierefrei/Wickeltisch", "arch_name": "029@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298227,18 +329320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46041, "usage_id": 115 }, "4216.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "030, WC-Herren Vorraum", "arch_name": "030@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298246,18 +329341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46054, "usage_id": 118 }, "4216.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "031, WC-Damen/Barrierefrei/Wickeltisch", "arch_name": "031@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298265,18 +329362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46206, "usage_id": 116 }, "4216.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "032, WC-Damen Vorraum", "arch_name": "032@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298284,18 +329383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46215, "usage_id": 118 }, "4216.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "033, Wertstoffe/M\u00fcll", "arch_name": "033@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -298303,18 +329404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46226, "usage_id": 214 }, "4216.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "034, Lager mit Hygieneanforderungen", "arch_name": "034@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -298322,18 +329425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46238, "usage_id": 30 }, "4216.EG.035": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "035, Tiefk\u00fchlraum", "arch_name": "035@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298341,18 +329446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46380, "usage_id": 199 }, "4216.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "036, Tiefk\u00fchlraum", "arch_name": "036@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298360,18 +329467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46397, "usage_id": 199 }, "4216.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "037, Lager mit Hygieneanforderungen", "arch_name": "037@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -298379,18 +329488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46406, "usage_id": 30 }, "4216.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "038, K\u00fchlraum", "arch_name": "038@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298398,18 +329509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46566, "usage_id": 199 }, "4216.EG.039": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "039, K\u00fchlraum", "arch_name": "039@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298417,18 +329530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46584, "usage_id": 199 }, "4216.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "040, K\u00fchlraum", "arch_name": "040@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298436,18 +329551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46600, "usage_id": 199 }, "4216.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "041, Annahmeraum (Allgemein)", "arch_name": "041@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -298455,18 +329572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46759, "usage_id": 186 }, "4216.EG.041A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "041A, Flur", "arch_name": "041A@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298474,18 +329593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46780, "usage_id": 222 }, "4216.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "042, B\u00fcro", "arch_name": "042@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -298493,18 +329614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46934, "usage_id": 12 }, "4216.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "043, Reinigungsmittelraum Mensa", "arch_name": "043@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -298512,18 +329635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46948, "usage_id": 205 }, "4216.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "044, ELT", "arch_name": "044@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -298531,18 +329656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46964, "usage_id": 120 }, "4216.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "045, W\u00e4schereinigung", "arch_name": "045@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298550,18 +329677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44433, "usage_id": 181 }, "4216.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "046, Durchgang (K\u00fcchenbereich / Eingangshalle)", "arch_name": "046@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298569,18 +329698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44449, "usage_id": 52 }, "4216.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "047, Werkstatt - Hausmeister", "arch_name": "047@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -298588,18 +329719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44464, "usage_id": 108 }, "4216.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "048, Lager", "arch_name": "048@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298607,18 +329740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44617, "usage_id": 18 }, "4216.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "049, Sanit\u00e4tsraum/Ruheraum Mensa", "arch_name": "049@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -298626,18 +329761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44634, "usage_id": 178 }, "4216.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "050, B\u00fcro", "arch_name": "050@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -298645,18 +329782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44653, "usage_id": 12 }, "4216.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "051, Flur (Apartement, Kindergarten)", "arch_name": "051@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298664,18 +329803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44794, "usage_id": 222 }, "4216.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "052, Appartement 4 Flur", "arch_name": "052@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -298683,18 +329824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44805, "usage_id": 222 }, "4216.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "053, Appartement 4 Bad", "arch_name": "053@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298702,18 +329845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44822, "usage_id": 112 }, "4216.EG.062": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "062, Kinder - WC (Kindertr\u00e4ume e.V.)", "arch_name": "062@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -298721,18 +329866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45527, "usage_id": 114 }, "4216.EG.063A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "063A, Terrasse (Kindertr\u00e4ume e.V.)", "arch_name": "063A@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 26175, "seats": { @@ -298740,18 +329887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75959, "usage_id": 48 }, "4216.EG.064": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "064, Eingang/Empfang/Garderobe (Kindertr\u00e4ume e.V.)", "arch_name": "064@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -298759,18 +329908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45695, "usage_id": 121 }, "4216.EG.064A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "064A, Flur (Kindertr\u00e4ume e.V.)", "arch_name": "064A@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -298778,18 +329929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75960, "usage_id": 222 }, "4216.EG.064B": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "064B, Vorratskammer (Kindertr\u00e4ume e.V.)", "arch_name": "064B@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -298797,18 +329950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75961, "usage_id": 30 }, "4216.EG.070": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "070, B\u00fcro (Kindertr\u00e4ume e.V.)", "arch_name": "070@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -298816,18 +329971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46061, "usage_id": 12 }, "4216.EG.071": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "071, WC (Kindertr\u00e4ume e.V.)", "arch_name": "071@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -298835,18 +329992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46080, "usage_id": 114 }, "4216.EG.073": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "073, Verbindungsflur (Eingangshalle - Wohnbereich)", "arch_name": "073@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298854,18 +330013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46102, "usage_id": 222 }, "4216.EG.074": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "074, Stuhllager", "arch_name": "074@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -298873,18 +330034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46252, "usage_id": 30 }, "4216.EG.075": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "075, Lager", "arch_name": "075@4216", "area_id": 42, "building_id": 683, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -298892,18 +330055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46265, "usage_id": 30 }, "4216.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 005, Treppenraum", "arch_name": "K 005@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -298911,18 +330076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44889, "usage_id": 223 }, "4216.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 007, Aufzug Lasten", "arch_name": "K 007@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298930,18 +330097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44906, "usage_id": 4 }, "4216.U1.007A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 007, Aufzug Personen", "arch_name": "K 007@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298949,18 +330118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45067, "usage_id": 4 }, "4216.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 008, Aufzug Personen", "arch_name": "K 008@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -298968,18 +330139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45086, "usage_id": 4 }, "4216.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 011, Installationsschacht", "arch_name": "K 011@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -298987,18 +330160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45241, "usage_id": 120 }, "4216.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 013, Flur Vorplatz", "arch_name": "K 013@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -299006,18 +330181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45257, "usage_id": 222 }, "4216.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 014, Schleuse (Trafo)", "arch_name": "K 014@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -299025,18 +330202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45273, "usage_id": 52 }, "4216.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 015, Einbringschacht Trafoanlage", "arch_name": "K 015@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -299044,18 +330223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45427, "usage_id": 195 }, "4216.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 016, Notausstieg", "arch_name": "K 016@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -299063,18 +330244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45450, "usage_id": 7 }, "4216.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 017, Schleuse zum Notausstieg", "arch_name": "K 017@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -299082,18 +330265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45460, "usage_id": 105 }, "4216.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 018, Trafostation XIV", "arch_name": "K 018@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -299101,18 +330286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45618, "usage_id": 160 }, "4216.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 019, Trafostation XIV", "arch_name": "K 019@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -299120,18 +330307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45632, "usage_id": 160 }, "4216.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 020, Trafostation XIV", "arch_name": "K 020@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -299139,18 +330328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45784, "usage_id": 160 }, "4216.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 021, Trafostation XIV", "arch_name": "K 021@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -299158,18 +330349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45799, "usage_id": 160 }, "4216.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 022, Trafostation XIV", "arch_name": "K 022@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -299177,18 +330370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45815, "usage_id": 160 }, "4216.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 023, Trafostation XIV", "arch_name": "K 023@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -299196,18 +330391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45966, "usage_id": 160 }, "4216.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 024, Heizung- und Brauchwassererw\u00e4rmung", "arch_name": "K 024@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -299215,18 +330412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45988, "usage_id": 201 }, "4216.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 025, Speisenaufzug (au\u00dfer Betrieb)", "arch_name": "K 025@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -299234,18 +330433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46007, "usage_id": 4 }, "4216.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 026, Aufzugsmaschinenraum", "arch_name": "K 026@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -299253,18 +330454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46165, "usage_id": 5 }, "4216.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 027, Dusche-Herren", "arch_name": "K 027@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -299272,18 +330475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46182, "usage_id": 113 }, "4216.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 028, Umkleide-Herren", "arch_name": "K 028@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -299291,18 +330496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46194, "usage_id": 121 }, "4216.U1.029": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 029, WC-Herren", "arch_name": "K 029@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -299310,18 +330517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46355, "usage_id": 115 }, "4216.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 030, Vorraum Sanit\u00e4ranlagen Herren", "arch_name": "K 030@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -299329,18 +330538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46377, "usage_id": 118 }, "4216.U1.031": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 031, Lager", "arch_name": "K 031@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -299348,18 +330559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46527, "usage_id": 30 }, "4216.U1.032": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 032, Dusche-Damen", "arch_name": "K 032@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -299367,18 +330580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46549, "usage_id": 113 }, "4216.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 033, Umkleide-Damen", "arch_name": "K 033@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -299386,18 +330601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46706, "usage_id": 121 }, "4216.U1.034": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 034, Vorraum Sanit\u00e4ranlagen Damen", "arch_name": "K 034@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -299405,18 +330622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46724, "usage_id": 118 }, "4216.U1.035": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 035, WC-Damen", "arch_name": "K 035@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -299424,18 +330643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46738, "usage_id": 116 }, "4216.U1.036": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 036, Flur", "arch_name": "K 036@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -299443,18 +330664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46890, "usage_id": 222 }, "4216.U1.037": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 037, Flur", "arch_name": "K 037@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -299462,18 +330685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46901, "usage_id": 222 }, "4216.U1.038": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 038, Aufzugsmaschinenraum", "arch_name": "K 038@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -299481,18 +330706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46917, "usage_id": 120 }, "4216.U1.039": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 039, Flur (Verbinder H\u00f6rsaalgeb\u00e4ude)", "arch_name": "K 039@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -299500,18 +330727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47068, "usage_id": 222 }, "4216.U1.040": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 040, Lager mit Hygieneanforderungen", "arch_name": "K 040@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -299519,18 +330748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47081, "usage_id": 30 }, "4216.U1.041": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 041, K\u00fchlraum", "arch_name": "K 041@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -299538,19 +330769,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47088, "usage_id": 199 }, "4216.U1.042": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 042, Musikwerkstatt", "arch_name": "K 042@4216", "area_id": 42, "building_id": 683, "calendar_resource_nr": 21603, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -299558,18 +330791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47103, "usage_id": 188 }, "4216.U1.043": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 043, Lager mit Hygieneanforderungen", "arch_name": "K 043@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -299577,18 +330812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44389, "usage_id": 30 }, "4216.U1.044": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 5", "zip_code": 85354 }, + "alt_name": "K 044, Vorraum Musikwerkstatt", "arch_name": "K 044@4216", "area_id": 42, "building_id": 683, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -299596,18 +330833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44404, "usage_id": 16 }, "4217.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "101, Elektrophorese /EtBr", "arch_name": "101@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299615,18 +330854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52188, "usage_id": 103 }, "4217.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "102, Mikroskopie (Fluoreszenz Konvokal Laser)", "arch_name": "102@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299634,18 +330875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52337, "usage_id": 102 }, "4217.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "103, B\u00fcro Doktoranden", "arch_name": "103@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299653,18 +330896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52349, "usage_id": 12 }, "4217.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "104, Labor, Digestorium", "arch_name": "104@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299672,18 +330917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52359, "usage_id": 103 }, "4217.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "105/106, Molekularbiologisches Labor (S1), Digesto", "arch_name": "105/106@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299691,18 +330938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52373, "usage_id": 102 }, "4217.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "107, Molekularbiologisches Labor (S1), 2 Digestor", "arch_name": "107@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299710,18 +330959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52511, "usage_id": 102 }, "4217.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "108/109, Molekularbiologisches Labor (S1), 2 Diges", "arch_name": "108/109@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299729,18 +330980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52533, "usage_id": 102 }, "4217.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "110, Molekularbiologisches Labor (S1), Digestorium", "arch_name": "110@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299748,18 +331001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52550, "usage_id": 102 }, "4217.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "111, PCR-RAUM", "arch_name": "111@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299767,18 +331022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52689, "usage_id": 103 }, "4217.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "112, B\u00fcro Doktoranden/ Postdoktoranden", "arch_name": "112@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299786,18 +331043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52702, "usage_id": 12 }, "4217.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "113, B\u00fcro", "arch_name": "113@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -299805,19 +331064,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52716, "usage_id": 12 }, "4217.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "114, Seminarraum 46 /Besprechungsraum", "arch_name": "114@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 15311, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -299825,18 +331086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10186, "usage_id": 196 }, "4217.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "115, B\u00fcro", "arch_name": "115@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15605, "seats": { @@ -299844,18 +331107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52885, "usage_id": 12 }, "4217.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "116, B\u00fcro", "arch_name": "116@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15605, "seats": { @@ -299863,18 +331128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10196, "usage_id": 12 }, "4217.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "117, B\u00fcro", "arch_name": "117@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15605, "seats": { @@ -299882,18 +331149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10256, "usage_id": 12 }, "4217.01.117A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "117A, B\u00fcro", "arch_name": "117A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -299901,18 +331170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53058, "usage_id": 12 }, "4217.01.118": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "118, W\u00e4geraum", "arch_name": "118@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -299920,18 +331191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53072, "usage_id": 103 }, "4217.01.119": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "119, Physikalischer Messraum", "arch_name": "119@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -299939,18 +331212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53220, "usage_id": 103 }, "4217.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "120, Sp\u00fclraum", "arch_name": "120@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15605, "seats": { @@ -299958,18 +331233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53231, "usage_id": 209 }, "4217.01.121": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "121, Chemielabor (KNSTL.B.,MV)", "arch_name": "121@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -299977,18 +331254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53381, "usage_id": 103 }, "4217.01.122": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "122, Chemielabor (KNSTL.B.,MV)", "arch_name": "122@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -299996,18 +331275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53400, "usage_id": 102 }, "4217.01.123": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "123, Chemielabor (KNSTL.B.,MV)", "arch_name": "123@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300015,18 +331296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53417, "usage_id": 102 }, "4217.01.124": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "124, Chemielabor (KNSTL.B.,MV)", "arch_name": "124@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300034,18 +331317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53557, "usage_id": 102 }, "4217.01.125": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "125, Chemielabor (KNSTL.B.,MV)", "arch_name": "125@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300053,18 +331338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53574, "usage_id": 102 }, "4217.01.126": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "126, B\u00fcro", "arch_name": "126@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300072,18 +331359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53590, "usage_id": 12 }, "4217.01.127": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "127, Sozialraum", "arch_name": "127@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300091,18 +331380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53728, "usage_id": 44 }, "4217.01.128": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "128, B\u00fcro", "arch_name": "128@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300110,18 +331401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53747, "usage_id": 12 }, "4217.01.129": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "129, B\u00fcro", "arch_name": "129@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300129,18 +331422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53764, "usage_id": 12 }, "4217.01.130": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "130, Zentrifugen", "arch_name": "130@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300148,18 +331443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53910, "usage_id": 103 }, "4217.01.131": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "131, Gaschromatographie mit Massenspektrometrie", "arch_name": "131@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300167,18 +331464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53918, "usage_id": 103 }, "4217.01.132": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "132, B\u00fcro", "arch_name": "132@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300186,18 +331485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53931, "usage_id": 12 }, "4217.01.133": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "133, R\u00f6ntgenspektrometrie", "arch_name": "133@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300205,18 +331506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51162, "usage_id": 103 }, "4217.01.134": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "134, ICP / Sefigraph", "arch_name": "134@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300224,18 +331527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51176, "usage_id": 103 }, "4217.01.135": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "135, B\u00fcro", "arch_name": "135@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300243,18 +331548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51188, "usage_id": 12 }, "4217.01.136": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "136, B\u00fcro", "arch_name": "136@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300262,18 +331569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51337, "usage_id": 12 }, "4217.01.137": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "137, Chemielabor (KNSTL.B.,MV)", "arch_name": "137@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300281,18 +331590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51354, "usage_id": 102 }, "4217.01.138": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "138, B\u00fcro", "arch_name": "138@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300300,18 +331611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51366, "usage_id": 12 }, "4217.01.139": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "139, B\u00fcro", "arch_name": "139@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300319,18 +331632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51514, "usage_id": 12 }, "4217.01.140": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "140, B\u00fcro", "arch_name": "140@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300338,18 +331653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51530, "usage_id": 12 }, "4217.01.141": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "141, WC-Herren", "arch_name": "141@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -300357,18 +331674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51544, "usage_id": 115 }, "4217.01.142": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "142, WC-Damen", "arch_name": "142@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -300376,18 +331695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51693, "usage_id": 116 }, "4217.01.143": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "143, Pflanzenzucht (gem. Nutzung TT Plant Genetics", "arch_name": "143@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15636, "seats": { @@ -300395,18 +331716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51707, "usage_id": 166 }, "4217.01.143A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "143A, Kopierraum", "arch_name": "143A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -300414,18 +331737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66928, "usage_id": 110 }, "4217.01.144": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "144, Lager/K\u00fchltruhen (TT Plant Genetics)", "arch_name": "144@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -300433,18 +331758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51717, "usage_id": 166 }, "4217.01.145": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "145, Treppenraum", "arch_name": "145@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -300452,18 +331779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51732, "usage_id": 223 }, "4217.01.146": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "146, Treppenraum", "arch_name": "146@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -300471,18 +331800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52038, "usage_id": 223 }, "4217.01.148": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "143, Pflanzenzucht (gem. Nutzung TT Plant Genetics", "arch_name": "143@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15636, "seats": { @@ -300490,18 +331821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52051, "usage_id": 166 }, "4217.01.149": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "144, Lager/K\u00fchltruhen (gem. Nutzung 1110010300)", "arch_name": "144@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15636, "seats": { @@ -300509,18 +331842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52064, "usage_id": 30 }, "4217.01.151": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "106A, Installationsschacht A1", "arch_name": "106A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -300528,18 +331863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52554, "usage_id": 120 }, "4217.01.152": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "107A, Installationsschacht A2", "arch_name": "107A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -300547,18 +331884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52566, "usage_id": 120 }, "4217.01.153": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "153, Aufzug West", "arch_name": "153@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -300566,18 +331905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52577, "usage_id": 4 }, "4217.01.153A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "153A, Aufzug Ost", "arch_name": "153A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -300585,18 +331926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52592, "usage_id": 4 }, "4217.01.154": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "123 A, Installationsschacht B1", "arch_name": "123 A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -300604,18 +331947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52206, "usage_id": 120 }, "4217.01.155": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "124 A, Installationsschacht B2", "arch_name": "124 A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -300623,18 +331968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52217, "usage_id": 120 }, "4217.01.156": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "141, WC-Herren Vorraum", "arch_name": "141@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -300642,18 +331989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52229, "usage_id": 118 }, "4217.01.157": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "142, WC-Damen Vorraum", "arch_name": "142@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -300661,18 +332010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51865, "usage_id": 118 }, "4217.01.158": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "134A, Installationsschacht C2", "arch_name": "134A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -300680,18 +332031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51877, "usage_id": 120 }, "4217.01.159": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "133A, Installationsschacht C1", "arch_name": "133A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -300699,18 +332052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51889, "usage_id": 120 }, "4217.01.160": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "160, Flur West 2 (R\u00e4ume 101-113)", "arch_name": "160@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -300718,18 +332073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51901, "usage_id": 222 }, "4217.01.161": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "161, Flur West (R\u00e4ume 141-140/A28)", "arch_name": "161@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -300737,18 +332094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52379, "usage_id": 222 }, "4217.01.162": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "162, Flur Mitte", "arch_name": "162@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -300756,18 +332115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52395, "usage_id": 222 }, "4217.01.163": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "163, Flur Ost", "arch_name": "163@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -300775,18 +332136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52406, "usage_id": 222 }, "4217.01.164": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "164, Fluchtbalkon", "arch_name": "164@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -300794,19 +332157,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52418, "usage_id": 219 }, "4217.02.201": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "201, Seminarraum 47 /Besprechungsraum", "arch_name": "201@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 18104, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -300814,19 +332179,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10092, "usage_id": 196 }, "4217.02.202": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "202, Arbeitsraum", "arch_name": "202@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 18368, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -300834,18 +332201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50081, "usage_id": 12 }, "4217.02.203": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "203, Arbeitsraum", "arch_name": "203@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -300853,19 +332222,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50095, "usage_id": 12 }, "4217.02.204": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "204, Arbeitsraum", "arch_name": "204@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 18375, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -300873,18 +332244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50102, "usage_id": 12 }, "4217.02.204A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "204A, Arbeitsraum", "arch_name": "204A@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -300892,18 +332265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50232, "usage_id": 12 }, "4217.02.205": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "205, Chemikalienraum", "arch_name": "205@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -300911,18 +332286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50242, "usage_id": 132 }, "4217.02.206": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "206, Lager", "arch_name": "206@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -300930,19 +332307,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50255, "usage_id": 30 }, "4217.02.207": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "207, Labor", "arch_name": "207@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 19032, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -300950,19 +332329,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50265, "usage_id": 194 }, "4217.02.208": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "208, Chemielabor (KNSTL.B.,MV)", "arch_name": "208@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 19033, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -300970,18 +332351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50402, "usage_id": 102 }, "4217.02.209": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "209, Optische Labors", "arch_name": "209@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -300989,18 +332372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50420, "usage_id": 103 }, "4217.02.210": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "210, Chemielabor (KNSTL.B.,MV)", "arch_name": "210@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301008,19 +332393,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50557, "usage_id": 102 }, "4217.02.211": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "211, Chemielabor (KNSTL.B.,MV)", "arch_name": "211@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 30692, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301028,19 +332415,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50569, "usage_id": 102 }, "4217.02.212": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "212, Chemielabor (KNSTL.B.,MV)", "arch_name": "212@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 26049, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301048,18 +332437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50575, "usage_id": 102 }, "4217.02.213": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "213, Chemielabor (KNSTL.B.,MV)", "arch_name": "213@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301067,18 +332458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50589, "usage_id": 102 }, "4217.02.214": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "214, Zentrifugen W\u00e4geraum", "arch_name": "214@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301086,18 +332479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50720, "usage_id": 103 }, "4217.02.215": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "215, B\u00fcro", "arch_name": "215@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301105,19 +332500,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50732, "usage_id": 12 }, "4217.02.216": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "216, Technologielabor", "arch_name": "216@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 30693, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301125,19 +332522,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50742, "usage_id": 194 }, "4217.02.217": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "217, Speise-, Essraum", "arch_name": "217@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 30694, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301145,18 +332544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50753, "usage_id": 45 }, "4217.02.218": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "218, B\u00fcro", "arch_name": "218@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301164,18 +332565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50898, "usage_id": 12 }, "4217.02.219": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "219, B\u00fcro", "arch_name": "219@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301183,18 +332586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50907, "usage_id": 12 }, "4217.02.220": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "220, B\u00fcro", "arch_name": "220@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301202,18 +332607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50921, "usage_id": 12 }, "4217.02.221": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "221, B\u00fcro", "arch_name": "221@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301221,18 +332628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50935, "usage_id": 12 }, "4217.02.222A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "222A, Arbeitsraum", "arch_name": "222A@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301240,18 +332649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51072, "usage_id": 12 }, "4217.02.222B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "222B, Chemielabor (KNSTL.B.,MV)", "arch_name": "222B@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -301259,18 +332670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51087, "usage_id": 102 }, "4217.02.223": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "223, B\u00fcro Doktoranden und G\u00e4ste", "arch_name": "223@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301278,18 +332691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51099, "usage_id": 12 }, "4217.02.224": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "224, B\u00fcro Doktoranden und G\u00e4ste", "arch_name": "224@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301297,18 +332712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51105, "usage_id": 12 }, "4217.02.225": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "225, B\u00fcro Doktoranden und G\u00e4ste", "arch_name": "225@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301316,18 +332733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48624, "usage_id": 12 }, "4217.02.226": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "226, Labor / B\u00fcro", "arch_name": "226@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -301335,18 +332754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48634, "usage_id": 102 }, "4217.02.227": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "227, Laborw\u00e4scherei", "arch_name": "227@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -301354,18 +332775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48644, "usage_id": 209 }, "4217.02.228": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "228, B\u00fcro", "arch_name": "228@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -301373,18 +332796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48776, "usage_id": 12 }, "4217.02.229": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "229, WC-Herren Vorraum", "arch_name": "229@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -301392,18 +332817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48787, "usage_id": 118 }, "4217.02.230": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "230, WC-Damen Vorraum", "arch_name": "230@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -301411,18 +332838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48797, "usage_id": 118 }, "4217.02.231": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "231, Treppenraum Ost", "arch_name": "231@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -301430,18 +332859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48810, "usage_id": 223 }, "4217.02.232": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "232, Treppenraum West", "arch_name": "232@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -301449,18 +332880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48948, "usage_id": 223 }, "4217.02.234": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "229, WC-Herren", "arch_name": "229@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -301468,18 +332901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48960, "usage_id": 115 }, "4217.02.235": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "230, WC-Damen", "arch_name": "230@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -301487,18 +332922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48972, "usage_id": 116 }, "4217.02.236": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "236, Aufzug West", "arch_name": "236@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -301506,18 +332943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48982, "usage_id": 4 }, "4217.02.237": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "237, Aufzug Ost", "arch_name": "237@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -301525,18 +332964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49122, "usage_id": 4 }, "4217.02.238": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "222A, Installationsschacht C1", "arch_name": "222A@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -301544,18 +332985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49129, "usage_id": 120 }, "4217.02.239": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "223A, Installationsschacht C2", "arch_name": "223A@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -301563,18 +333006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49143, "usage_id": 120 }, "4217.02.241": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "241, Technik Ost- Dachzentrale", "arch_name": "241@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -301582,18 +333027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49154, "usage_id": 120 }, "4217.02.242": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "211A, Installationsschacht B2", "arch_name": "211A@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -301601,18 +333048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49294, "usage_id": 120 }, "4217.02.243": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "212A, Installationsschacht B1", "arch_name": "212A@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -301620,18 +333069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49304, "usage_id": 120 }, "4217.02.244": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "244, Flur Mitte (R\u00e4ume 202-206)", "arch_name": "244@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -301639,18 +333090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49317, "usage_id": 222 }, "4217.02.245": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "245, Flur S\u00fcd (R\u00e4ume 207-217)", "arch_name": "245@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -301658,18 +333111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49326, "usage_id": 222 }, "4217.02.246": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "246, Flur West (R\u00e4ume 201/218-228)", "arch_name": "246@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -301677,18 +333132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49466, "usage_id": 222 }, "4217.02.247": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "247, Fluchtbalkon", "arch_name": "247@4217", "area_id": 42, "building_id": 684, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -301696,18 +333153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49478, "usage_id": 219 }, "4217.03.301": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "301, Treppenraum West", "arch_name": "301@4217", "area_id": 42, "building_id": 684, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -301715,18 +333174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49486, "usage_id": 223 }, "4217.03.302": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "302, Aufzug West", "arch_name": "302@4217", "area_id": 42, "building_id": 684, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -301734,18 +333195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49621, "usage_id": 4 }, "4217.03.303": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "303, Technik Nord-Dachzentrale", "arch_name": "303@4217", "area_id": 42, "building_id": 684, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -301753,18 +333216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49629, "usage_id": 120 }, "4217.03.304": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "304, Treppenraum Ost", "arch_name": "304@4217", "area_id": 42, "building_id": 684, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -301772,18 +333237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49637, "usage_id": 223 }, "4217.03.305": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "305, Aufzugs- und F\u00f6rdermaschinen Ost", "arch_name": "305@4217", "area_id": 42, "building_id": 684, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -301791,18 +333258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49648, "usage_id": 5 }, "4217.03.306": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "306, Technik S\u00fcd-Dachzentrale", "arch_name": "306@4217", "area_id": 42, "building_id": 684, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -301810,18 +333279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49658, "usage_id": 120 }, "4217.03.307": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "307, Fluchtbalkon", "arch_name": "307@4217", "area_id": 42, "building_id": 684, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -301829,18 +333300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49784, "usage_id": 219 }, "4217.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "001, Mehltauraum (Phytoschr\u00e4nke) mit Dunkelkammer", "arch_name": "001@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -301848,18 +333321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52959, "usage_id": 104 }, "4217.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "002, Messraum: GC und Photometrie, QPCR", "arch_name": "002@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -301867,18 +333342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52969, "usage_id": 103 }, "4217.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "003, W\u00e4geraum / Lager", "arch_name": "003@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -301886,18 +333363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52983, "usage_id": 103 }, "4217.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "004, Lager /-70\u00b0C K\u00fchltruhen", "arch_name": "004@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -301905,18 +333384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53126, "usage_id": 199 }, "4217.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "005, Laborw\u00e4scherei", "arch_name": "005@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15633, "seats": { @@ -301924,18 +333405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53134, "usage_id": 209 }, "4217.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "006, Autoklavenraum / Sterilb\u00e4nke", "arch_name": "006@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15633, "seats": { @@ -301943,18 +333426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53145, "usage_id": 194 }, "4217.EG.006A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "006A, Installationsschacht A1", "arch_name": "006A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -301962,18 +333447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53157, "usage_id": 120 }, "4217.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "007, Biochemisches Labor", "arch_name": "007@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -301981,18 +333468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53300, "usage_id": 102 }, "4217.EG.007A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "007A, Installationsschacht A2", "arch_name": "007A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -302000,19 +333489,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53313, "usage_id": 120 }, "4217.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "008, Biochemisches Labor", "arch_name": "008@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 19889, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -302020,19 +333511,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53329, "usage_id": 102 }, "4217.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "009, Molekularbiologisches Labor (S1)", "arch_name": "009@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 18620, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -302040,18 +333533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53339, "usage_id": 102 }, "4217.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "010, B\u00fcro Doktoranden", "arch_name": "010@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -302059,18 +333554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53486, "usage_id": 12 }, "4217.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "011, B\u00fcro Leitung", "arch_name": "011@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15633, "seats": { @@ -302078,18 +333575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53496, "usage_id": 12 }, "4217.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "012, Sekretariat", "arch_name": "012@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15633, "seats": { @@ -302097,18 +333596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53507, "usage_id": 40 }, "4217.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "013, B\u00fcro Assistenten", "arch_name": "013@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15633, "seats": { @@ -302116,18 +333617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53650, "usage_id": 12 }, "4217.EG.013A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "013A, Vorbereitung Pflanzenanzucht / Erdarbeiten", "arch_name": "013A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -302135,19 +333638,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53662, "usage_id": 166 }, "4217.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "014, Seminarraum 45 /Besprechungsraum", "arch_name": "014@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 12595, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15633, "seats": { @@ -302155,18 +333660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10468, "usage_id": 196 }, "4217.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "015, Sozialraum", "arch_name": "015@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -302174,18 +333681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53813, "usage_id": 44 }, "4217.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "016, Pflanzenklimakammern", "arch_name": "016@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -302193,18 +333702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53828, "usage_id": 166 }, "4217.EG.016A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "016A, Betriebstechnik", "arch_name": "016A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -302212,18 +333723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53846, "usage_id": 120 }, "4217.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "017, K\u00fchlraum", "arch_name": "017@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15605, "seats": { @@ -302231,18 +333744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51248, "usage_id": 30 }, "4217.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "018, Chemikalienlager", "arch_name": "018@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15605, "seats": { @@ -302250,18 +333765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51262, "usage_id": 132 }, "4217.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "019, NMR", "arch_name": "019@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -302269,18 +333786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51272, "usage_id": 103 }, "4217.EG.019A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "019A, Installationsschacht B2 / Pflanzenklimakamme", "arch_name": "019A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -302288,18 +333807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51424, "usage_id": 120 }, "4217.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "020, Hyperspektrallabor", "arch_name": "020@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -302307,18 +333828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51434, "usage_id": 103 }, "4217.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "021, Klimaraum", "arch_name": "021@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -302326,18 +333849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51453, "usage_id": 30 }, "4217.EG.022A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "022A, Klimaraum", "arch_name": "022A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -302345,18 +333870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51614, "usage_id": 30 }, "4217.EG.022B": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "022B, Klimaraum", "arch_name": "022B@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -302364,18 +333891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51635, "usage_id": 30 }, "4217.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "023B, K\u00fchlraum (15\u00b0C und 5 \u00b0C)", "arch_name": "023B@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -302383,18 +333912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51648, "usage_id": 199 }, "4217.EG.023A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "023A, K\u00fchlraum (15\u00b0C und 5 \u00b0C)", "arch_name": "023A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -302402,18 +333933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72011, "usage_id": 199 }, "4217.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "024, Technikraum f\u00fcr Phytokammer", "arch_name": "024@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -302421,18 +333954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51790, "usage_id": 199 }, "4217.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "025, Bodenaufbereitung", "arch_name": "025@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -302440,18 +333975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51806, "usage_id": 136 }, "4217.EG.025A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "025A, Installationsschacht B1", "arch_name": "025A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -302459,18 +333996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51950, "usage_id": 120 }, "4217.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "026, NMR", "arch_name": "026@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -302478,18 +334017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51974, "usage_id": 103 }, "4217.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "027, Bodenaufbereitung", "arch_name": "027@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15605, "seats": { @@ -302497,18 +334038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52118, "usage_id": 136 }, "4217.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "028, Chemielabor", "arch_name": "028@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -302516,18 +334059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52134, "usage_id": 102 }, "4217.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "029, B\u00fcro", "arch_name": "029@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -302535,18 +334080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52148, "usage_id": 12 }, "4217.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "030, B\u00fcro", "arch_name": "030@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -302554,18 +334101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52292, "usage_id": 12 }, "4217.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "031, Messraum Bodengrundkatalogisierung", "arch_name": "031@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15605, "seats": { @@ -302573,18 +334122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52301, "usage_id": 103 }, "4217.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "032, Sekretariat/Vorzimmer", "arch_name": "032@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302592,18 +334143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52316, "usage_id": 12 }, "4217.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "033, B\u00fcro", "arch_name": "033@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302611,18 +334164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10082, "usage_id": 12 }, "4217.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "034, DNA Labor", "arch_name": "034@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302630,18 +334185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52476, "usage_id": 102 }, "4217.EG.035": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "035, B\u00fcro Doktoranden/ Postdoktoranden", "arch_name": "035@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302649,18 +334206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52484, "usage_id": 12 }, "4217.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "036, Labor", "arch_name": "036@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302668,18 +334227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52499, "usage_id": 102 }, "4217.EG.036A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "036A, Autoklavenraum", "arch_name": "036A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302687,18 +334248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52650, "usage_id": 102 }, "4217.EG.036B": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "036B, Labor", "arch_name": "036B@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302706,18 +334269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52660, "usage_id": 102 }, "4217.EG.036C": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "036C, Mooslabor", "arch_name": "036C@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302725,18 +334290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52674, "usage_id": 187 }, "4217.EG.036D": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "036D, Installationsschacht C1", "arch_name": "036D@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -302744,18 +334311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52821, "usage_id": 120 }, "4217.EG.036E": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "036E, Installationsschacht C2", "arch_name": "036E@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -302763,18 +334332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52832, "usage_id": 120 }, "4217.EG.036F": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "036F, B\u00fcro", "arch_name": "036F@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302782,19 +334353,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72007, "usage_id": 12 }, "4217.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "037, Herbarium TUM", "arch_name": "037@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 18461, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302802,18 +334375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52843, "usage_id": 187 }, "4217.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "038, Best\u00e4ubungsbiologie-Labor", "arch_name": "038@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302821,18 +334396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52991, "usage_id": 102 }, "4217.EG.039": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "039, Ruheraum", "arch_name": "039@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -302840,19 +334417,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53002, "usage_id": 178 }, "4217.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "040, Genetik-Labor", "arch_name": "040@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 15343, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -302860,19 +334439,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10130, "usage_id": 102 }, "4217.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "041, H\u00f6rsaal 12 (WZWH12)", "arch_name": "041@4217", "area_id": 42, "building_id": 684, "calendar_resource_nr": 12562, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -302880,18 +334461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10168, "usage_id": 20 }, "4217.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "043, Lager Reinigungsmittelraum", "arch_name": "043@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -302899,18 +334482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53175, "usage_id": 205 }, "4217.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "045A, WC-Herren Vorraum", "arch_name": "045A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -302918,18 +334503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53186, "usage_id": 118 }, "4217.EG.045A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "045, WC-Herren", "arch_name": "045@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -302937,18 +334524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69131, "usage_id": 115 }, "4217.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "046A, WC-Damen Vorraum", "arch_name": "046A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -302956,18 +334545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53203, "usage_id": 118 }, "4217.EG.046A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "046, WC-Damen", "arch_name": "046@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -302975,18 +334566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69132, "usage_id": 116 }, "4217.EG.046B": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "046B, Reinigungsmittel", "arch_name": "046B@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -302994,18 +334587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74748, "usage_id": 205 }, "4217.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "047, Lager Glaswaren", "arch_name": "047@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15633, "seats": { @@ -303013,18 +334608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53349, "usage_id": 30 }, "4217.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "048, Lager Plastik und Verbrauchsmatrial", "arch_name": "048@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15633, "seats": { @@ -303032,18 +334629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53364, "usage_id": 30 }, "4217.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "049, Messraum: Chemilumineszenz, Fluoreszenz, HPLC", "arch_name": "049@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -303051,18 +334650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53514, "usage_id": 103 }, "4217.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "050, Kopierraum /Postf\u00e4cher / Fotografie", "arch_name": "050@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -303070,18 +334671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53532, "usage_id": 110 }, "4217.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "051A, WC-Herren Vorraum", "arch_name": "051A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -303089,18 +334692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53545, "usage_id": 118 }, "4217.EG.051A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "051, WC-Herren", "arch_name": "051@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -303108,18 +334713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69133, "usage_id": 115 }, "4217.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "052A, WC-Damen Vorraum", "arch_name": "052A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -303127,18 +334734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53687, "usage_id": 118 }, "4217.EG.052A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "052, WC-Damen", "arch_name": "052@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -303146,18 +334755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69134, "usage_id": 116 }, "4217.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "053, B\u00fcro Doktoranden", "arch_name": "053@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -303165,18 +334776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53701, "usage_id": 12 }, "4217.EG.054": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "054, B\u00fcro", "arch_name": "054@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15633, "seats": { @@ -303184,18 +334797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53718, "usage_id": 12 }, "4217.EG.054A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "054C, B\u00fcro", "arch_name": "054C@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -303203,18 +334818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53861, "usage_id": 12 }, "4217.EG.054B": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "054B, B\u00fcro", "arch_name": "054B@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -303222,18 +334839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53871, "usage_id": 12 }, "4217.EG.055": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "055, Lager Brennbare Fl\u00fcssigkeiten (gem. 111005050", "arch_name": "055@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15633, "seats": { @@ -303241,18 +334860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53883, "usage_id": 30 }, "4217.EG.056": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "056, Pflanzenklimakammern", "arch_name": "056@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -303260,18 +334881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51285, "usage_id": 166 }, "4217.EG.057": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "057, Foyer Pflanze 1", "arch_name": "057@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -303279,18 +334902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51295, "usage_id": 222 }, "4217.EG.057B": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "061, Sozialraum", "arch_name": "061@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 45310, "seats": { @@ -303298,18 +334923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66539, "usage_id": 44 }, "4217.EG.058": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "058, Treppenraum", "arch_name": "058@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -303317,18 +334944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51311, "usage_id": 223 }, "4217.EG.059": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "059, Treppenraum", "arch_name": "059@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -303336,18 +334965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51464, "usage_id": 223 }, "4217.EG.060": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "060, Aufzug", "arch_name": "060@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -303355,18 +334986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51476, "usage_id": 4 }, "4217.EG.061": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "059A, Flur Mitte (Raum 016)", "arch_name": "059A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -303374,18 +335007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51503, "usage_id": 222 }, "4217.EG.062": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "062, Flur S\u00fcd/West (R\u00e4ume 024-031)", "arch_name": "062@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -303393,18 +335028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51659, "usage_id": 222 }, "4217.EG.063": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "063, Flur S\u00fcd/Ost (R\u00e4ume 047-051)", "arch_name": "063@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -303412,18 +335049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51676, "usage_id": 222 }, "4217.EG.064": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "064, Flur Ost (R\u00e4ume 042-050)", "arch_name": "064@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -303431,18 +335070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51690, "usage_id": 222 }, "4217.EG.065": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "065, Aufzug", "arch_name": "065@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -303450,18 +335091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51836, "usage_id": 4 }, "4217.EG.066": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "066, Flur Nord (R\u00e4ume 032-039)", "arch_name": "066@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -303469,18 +335112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51851, "usage_id": 222 }, "4217.EG.067": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "041A, Flur H12", "arch_name": "041A@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -303488,18 +335133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51995, "usage_id": 222 }, "4217.EG.068": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "041B, Flur H12", "arch_name": "041B@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -303507,18 +335154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52018, "usage_id": 222 }, "4217.EG.069": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "069, Lager/Wertstoffe/M\u00fcll", "arch_name": "069@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -303526,18 +335175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52164, "usage_id": 30 }, "4217.EG.070": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "070, Fluchtbalkon", "arch_name": "070@4217", "area_id": 42, "building_id": 684, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -303545,18 +335196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52175, "usage_id": 219 }, "4217.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K01, Rohrkeller", "arch_name": "K01@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303564,18 +335217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51376, "usage_id": 120 }, "4217.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K03, Vorraum", "arch_name": "K03@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -303583,18 +335238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51405, "usage_id": 166 }, "4217.U1.003A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K03A, Anzuchtraum", "arch_name": "K03A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -303602,18 +335259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59354, "usage_id": 166 }, "4217.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K04, Pflanzenanzucht / Bakterienkultur", "arch_name": "K04@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15633, "seats": { @@ -303621,18 +335280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51566, "usage_id": 166 }, "4217.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K05, Probenlager (gem. Nutzung 1110050800;11100308", "arch_name": "K05@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -303640,18 +335301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51581, "usage_id": 30 }, "4217.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K06, Vorbereitungsraum", "arch_name": "K06@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15605, "seats": { @@ -303659,18 +335322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51594, "usage_id": 136 }, "4217.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K07, Technik", "arch_name": "K07@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303678,18 +335343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51738, "usage_id": 120 }, "4217.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K08, Rohrkeller", "arch_name": "K08@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303697,18 +335364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51751, "usage_id": 120 }, "4217.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K09, Flur (K03 - K10A)", "arch_name": "K09@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -303716,18 +335385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51762, "usage_id": 222 }, "4217.U1.009A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K09A, Fluchtweg H12", "arch_name": "K09A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -303735,18 +335406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66537, "usage_id": 222 }, "4217.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K10, Be- und Entl\u00fcftung", "arch_name": "K10@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303754,18 +335427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51774, "usage_id": 32 }, "4217.U1.010A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K10A, Batterieanlage f\u00fcr Sicherheitsbeleuchtung", "arch_name": "K10A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303773,18 +335448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66536, "usage_id": 120 }, "4217.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K11, Treppenraum", "arch_name": "K11@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -303792,18 +335469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51920, "usage_id": 223 }, "4217.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K12, Wasserversorgung", "arch_name": "K12@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303811,18 +335490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51935, "usage_id": 182 }, "4217.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K13, Niederspannungshauptverteilung", "arch_name": "K13@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303830,18 +335511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51945, "usage_id": 160 }, "4217.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K14, Pflanzenzucht", "arch_name": "K14@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15636, "seats": { @@ -303849,18 +335532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52085, "usage_id": 30 }, "4217.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K15, Abklinganlage", "arch_name": "K15@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303868,18 +335553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52098, "usage_id": 182 }, "4217.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K16, Neutralisierung", "arch_name": "K16@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303887,18 +335574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52111, "usage_id": 182 }, "4217.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K20, Lager", "arch_name": "K20@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303906,18 +335595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52276, "usage_id": 30 }, "4217.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K19, Treppenraum", "arch_name": "K19@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -303925,18 +335616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52424, "usage_id": 223 }, "4217.U1.020A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K20A, Einbringschacht/Montageschacht", "arch_name": "K20A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303944,18 +335637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66541, "usage_id": 120 }, "4217.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K07, Gasversorgung (Technische Zentrale)", "arch_name": "K07@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -303963,18 +335658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52436, "usage_id": 182 }, "4217.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K09B, Fluchtweg im Freien", "arch_name": "K09B@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -303982,18 +335679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52446, "usage_id": 219 }, "4217.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K24, Aufzug West", "arch_name": "K24@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -304001,18 +335700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52603, "usage_id": 4 }, "4217.U1.024A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K24A, Aufzug Ost", "arch_name": "K24A@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -304020,18 +335721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52614, "usage_id": 4 }, "4217.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K25, Bodentrocknungsraum", "arch_name": "K25@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -304039,18 +335742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52622, "usage_id": 166 }, "4217.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K26, Flur (K01/K08)", "arch_name": "K26@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -304058,18 +335763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52776, "usage_id": 222 }, "4217.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K27, Flur Mitte (K07)", "arch_name": "K27@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -304077,18 +335784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52794, "usage_id": 222 }, "4217.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 2", "zip_code": 85354 }, + "alt_name": "K28, Flur S\u00fcd (K15-K20)", "arch_name": "K28@4217", "area_id": 42, "building_id": 684, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -304096,18 +335805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52806, "usage_id": 222 }, "4218.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "101, Labor", "arch_name": "101@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -304115,19 +335826,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49513, "usage_id": 102 }, "4218.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "102, Labor", "arch_name": "102@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 18689, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -304135,19 +335848,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49527, "usage_id": 102 }, "4218.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "103, Labor", "arch_name": "103@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 18357, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 47397, "seats": { @@ -304155,18 +335870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49537, "usage_id": 102 }, "4218.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "104, Dunkelkammer", "arch_name": "104@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -304174,19 +335891,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49669, "usage_id": 104 }, "4218.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "105, B\u00fcro", "arch_name": "105@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 33272, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 47397, "seats": { @@ -304194,19 +335913,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49678, "usage_id": 12 }, "4218.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "106, B\u00fcro", "arch_name": "106@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 33273, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 47397, "seats": { @@ -304214,19 +335935,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49690, "usage_id": 12 }, "4218.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "107, B\u00fcro, Professorin", "arch_name": "107@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 33274, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47397, "seats": { @@ -304234,19 +335957,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28398, "usage_id": 12 }, "4218.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "108, B\u00fcro", "arch_name": "108@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 33275, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 47397, "seats": { @@ -304254,18 +335979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49827, "usage_id": 12 }, "4218.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "109, Sozialraum (gem. Nutzung 1110054900)", "arch_name": "109@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -304273,19 +336000,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49834, "usage_id": 44 }, "4218.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "110, B\u00fcro", "arch_name": "110@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 33276, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 47397, "seats": { @@ -304293,18 +336022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49843, "usage_id": 12 }, "4218.01.110A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "110a, B\u00fcro", "arch_name": "110a@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15558, "seats": { @@ -304312,19 +336043,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49980, "usage_id": 12 }, "4218.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "Besprechungsraum (gem. Nutzung 1110010400,11100555", "arch_name": "111@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 18313, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47397, "seats": { @@ -304332,18 +336065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49991, "usage_id": 196 }, "4218.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "112, Lehrstuhlinhaber", "arch_name": "112@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15558, "seats": { @@ -304351,18 +336086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50001, "usage_id": 12 }, "4218.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "113, Aufenthaltsraum", "arch_name": "113@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15636, "seats": { @@ -304370,18 +336107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50011, "usage_id": 44 }, "4218.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "114, Labor, Messraum (gem. Nutzung)", "arch_name": "114@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -304389,18 +336128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50150, "usage_id": 103 }, "4218.01.115A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "115A, Labor", "arch_name": "115A@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -304408,18 +336149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50162, "usage_id": 102 }, "4218.01.115B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "115B, Laborsp\u00fclraum (gem. Nutzung)", "arch_name": "115B@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -304427,18 +336170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50169, "usage_id": 209 }, "4218.01.115C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "115C, Chemielabor", "arch_name": "115C@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -304446,18 +336191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50178, "usage_id": 209 }, "4218.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "116, Sterilb\u00e4nke (gem. Nutzung)", "arch_name": "116@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -304465,18 +336212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50312, "usage_id": 102 }, "4218.01.116A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "116A, Zellkulturen (gem. Nutzung)", "arch_name": "116A@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -304484,18 +336233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50320, "usage_id": 30 }, "4218.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "117, Labor", "arch_name": "117@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15636, "seats": { @@ -304503,19 +336254,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50332, "usage_id": 102 }, "4218.01.118": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "118, Labor", "arch_name": "118@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 18500, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15636, "seats": { @@ -304523,18 +336276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50343, "usage_id": 102 }, "4218.01.119": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "119, B\u00fcro", "arch_name": "119@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15636, "seats": { @@ -304542,18 +336297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50486, "usage_id": 12 }, "4218.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "120, Doktorand", "arch_name": "120@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15636, "seats": { @@ -304561,18 +336318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50500, "usage_id": 12 }, "4218.01.121": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "121, Doktorand", "arch_name": "121@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15636, "seats": { @@ -304580,18 +336339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50509, "usage_id": 12 }, "4218.01.122": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "122, Messraum Mikroskopie, Imaging Unit CALM (gem.", "arch_name": "122@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -304599,18 +336360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50651, "usage_id": 103 }, "4218.01.123": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "123, Messraum (gem. Nutzung)", "arch_name": "123@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15636, "seats": { @@ -304618,18 +336381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50662, "usage_id": 103 }, "4218.01.124": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "124, K\u00fchlraum (gem. Nutzung TT Plant Genetics)", "arch_name": "124@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15636, "seats": { @@ -304637,18 +336402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50677, "usage_id": 199 }, "4218.01.125": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "125, Messraum Mikroskopie, Imaging Unit CALM", "arch_name": "125@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -304656,18 +336423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50816, "usage_id": 103 }, "4218.01.126": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "126, Gen-Arbeitsbeireich L1/S1", "arch_name": "126@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -304675,18 +336444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50828, "usage_id": 102 }, "4218.01.130": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "130, Flur", "arch_name": "130@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -304694,18 +336465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50840, "usage_id": 222 }, "4218.01.131": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "131, Elektrische Versorgung", "arch_name": "131@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -304713,18 +336486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50991, "usage_id": 160 }, "4218.01.132": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "132, Installationsraum", "arch_name": "132@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -304732,18 +336507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51000, "usage_id": 120 }, "4218.01.140": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "140, Treppenraum", "arch_name": "140@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -304751,18 +336528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51011, "usage_id": 223 }, "4218.01.141": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "141, WC-Herren", "arch_name": "141@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -304770,18 +336549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51023, "usage_id": 115 }, "4218.01.142": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "142, Reinigungsmittelraum", "arch_name": "142@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -304789,18 +336570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48703, "usage_id": 205 }, "4218.01.143": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "143, WC-Damen", "arch_name": "143@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -304808,18 +336591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48717, "usage_id": 116 }, "4218.01.150": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "150, Flur", "arch_name": "150@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -304827,18 +336612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48726, "usage_id": 222 }, "4218.01.151": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "151, Installationsraum", "arch_name": "151@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -304846,18 +336633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48735, "usage_id": 120 }, "4218.01.152": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "152, Diaschrank", "arch_name": "152@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -304865,19 +336654,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48869, "usage_id": 2 }, "4218.02.201": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "201, Labor", "arch_name": "201@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 19384, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 54438, "seats": { @@ -304885,18 +336676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48876, "usage_id": 102 }, "4218.02.202": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "202, Zentrifugen", "arch_name": "202@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 54438, "seats": { @@ -304904,18 +336697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48886, "usage_id": 103 }, "4218.02.203": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "203, Labor", "arch_name": "203@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 54438, "seats": { @@ -304923,18 +336718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48893, "usage_id": 102 }, "4218.02.204": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "204, Wissenschaftliche Mitarbeiter", "arch_name": "204@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 54438, "seats": { @@ -304942,18 +336739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48903, "usage_id": 12 }, "4218.02.205": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "205, B\u00fcro", "arch_name": "205@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 54438, "seats": { @@ -304961,18 +336760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49036, "usage_id": 12 }, "4218.02.206": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "206, Messraum", "arch_name": "206@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 54438, "seats": { @@ -304980,18 +336781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49044, "usage_id": 103 }, "4218.02.207": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "207, Graphik/Computer", "arch_name": "207@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 54438, "seats": { @@ -304999,18 +336802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49051, "usage_id": 12 }, "4218.02.208": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "208, Sozialraum (gem. Nutzung 1124301040)", "arch_name": "208@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -305018,19 +336823,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49059, "usage_id": 44 }, "4218.02.209": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "209, B\u00fcro (gem. Nutzung 1124301040)", "arch_name": "209@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 18505, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -305038,18 +336845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49070, "usage_id": 12 }, "4218.02.210": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "210, Sekretariat (gem. Nutzung 1124301040)", "arch_name": "210@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -305057,18 +336866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49209, "usage_id": 40 }, "4218.02.211": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "211, Lehrstuhlinhaber", "arch_name": "211@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 54438, "seats": { @@ -305076,19 +336887,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49216, "usage_id": 12 }, "4218.02.212": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "212, Seminarraum", "arch_name": "212@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 18195, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15636, "seats": { @@ -305096,18 +336909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12478, "usage_id": 41 }, "4218.02.214A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "214A, B\u00fcro", "arch_name": "214A@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15626, "seats": { @@ -305115,19 +336930,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61324, "usage_id": 12 }, "4218.02.214B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "214b, B\u00fcro", "arch_name": "214b@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 18690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15636, "seats": { @@ -305135,18 +336952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61325, "usage_id": 12 }, "4218.02.214C": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "214c, B\u00fcro wiss. Mitarbeiter (gem. Nutzung)", "arch_name": "214c@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -305154,18 +336973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61321, "usage_id": 12 }, "4218.02.214D": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "214D, Sekretariat (gem Nutzung)", "arch_name": "214D@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15636, "seats": { @@ -305173,18 +336994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61322, "usage_id": 40 }, "4218.02.215": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "215, Isotopenlabor", "arch_name": "215@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 54438, "seats": { @@ -305192,18 +337015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49245, "usage_id": 102 }, "4218.02.215A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "215A, Schleuse", "arch_name": "215A@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15626, "seats": { @@ -305211,18 +337036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49378, "usage_id": 105 }, "4218.02.215B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "215B, Dunkelkammer", "arch_name": "215B@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15626, "seats": { @@ -305230,18 +337057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49385, "usage_id": 104 }, "4218.02.216": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "216, Labor", "arch_name": "216@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15626, "seats": { @@ -305249,19 +337078,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49394, "usage_id": 102 }, "4218.02.217": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "217, Labor", "arch_name": "217@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 19383, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15626, "seats": { @@ -305269,18 +337100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49401, "usage_id": 102 }, "4218.02.218": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "218, B\u00fcro", "arch_name": "218@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15626, "seats": { @@ -305288,18 +337121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49409, "usage_id": 12 }, "4218.02.219": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "219, Wissenschaftliche Mitarbeiter", "arch_name": "219@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15626, "seats": { @@ -305307,18 +337142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49540, "usage_id": 12 }, "4218.02.220": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "220, Doktorand", "arch_name": "220@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15626, "seats": { @@ -305326,18 +337163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49549, "usage_id": 12 }, "4218.02.221": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "221, Messraum", "arch_name": "221@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15626, "seats": { @@ -305345,18 +337184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49554, "usage_id": 103 }, "4218.02.222": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "222, Materiallager (gem. Nutzung 1124301040)", "arch_name": "222@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -305364,18 +337205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49564, "usage_id": 30 }, "4218.02.223": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "223, K\u00fchlraum (gem. Nutzung 1124301040)", "arch_name": "223@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -305383,18 +337226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49569, "usage_id": 199 }, "4218.02.224": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "224, Nassraum (gem. Nutzung 1124301040)", "arch_name": "224@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -305402,18 +337247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49575, "usage_id": 30 }, "4218.02.225": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "225, Chemikalienraum", "arch_name": "225@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -305421,18 +337268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49698, "usage_id": 132 }, "4218.02.230": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "230, Flur", "arch_name": "230@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -305440,18 +337289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49566, "usage_id": 222 }, "4218.02.231": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "214E, Elektrische Versorgung", "arch_name": "214E@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -305459,18 +337310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49573, "usage_id": 160 }, "4218.02.232": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "232, Installationsraum", "arch_name": "232@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -305478,18 +337331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49579, "usage_id": 120 }, "4218.02.240": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "240, Treppenraum", "arch_name": "240@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -305497,18 +337352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49701, "usage_id": 223 }, "4218.02.241": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "241, WC-Herren", "arch_name": "241@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -305516,18 +337373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49704, "usage_id": 115 }, "4218.02.242": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "242, Dusche", "arch_name": "242@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -305535,18 +337394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49709, "usage_id": 113 }, "4218.02.243": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "243, WC-Damen", "arch_name": "243@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -305554,18 +337415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49715, "usage_id": 116 }, "4218.02.250": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "250, Flur", "arch_name": "250@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -305573,18 +337436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49706, "usage_id": 222 }, "4218.02.251": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "251, Installationsraum", "arch_name": "251@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -305592,18 +337457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49710, "usage_id": 120 }, "4218.02.252": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "252, Installationsraum", "arch_name": "252@4218", "area_id": 42, "building_id": 685, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -305611,18 +337478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49716, "usage_id": 120 }, "4218.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "001, Labor", "arch_name": "001@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15558, "seats": { @@ -305630,18 +337499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50301, "usage_id": 102 }, "4218.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "002, Labor", "arch_name": "002@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305649,18 +337520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50435, "usage_id": 102 }, "4218.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "003, Klimakammer", "arch_name": "003@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305668,18 +337541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50449, "usage_id": 102 }, "4218.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "004, Klimakammer", "arch_name": "004@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305687,18 +337562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50462, "usage_id": 102 }, "4218.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "005, Labor", "arch_name": "005@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305706,18 +337583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50470, "usage_id": 102 }, "4218.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "006, Labor", "arch_name": "006@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305725,18 +337604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50605, "usage_id": 102 }, "4218.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "007, K\u00fchlraum", "arch_name": "007@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15558, "seats": { @@ -305744,18 +337625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50619, "usage_id": 199 }, "4218.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "008, Vorbereitungslabor", "arch_name": "008@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305763,18 +337646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50626, "usage_id": 102 }, "4218.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "009, Dunkellabor", "arch_name": "009@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305782,18 +337667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50637, "usage_id": 102 }, "4218.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "010, Labor", "arch_name": "010@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305801,18 +337688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50771, "usage_id": 102 }, "4218.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "011, Dunkellabor", "arch_name": "011@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15558, "seats": { @@ -305820,18 +337709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50783, "usage_id": 102 }, "4218.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "012, Autoklaven", "arch_name": "012@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15558, "seats": { @@ -305839,18 +337730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50799, "usage_id": 194 }, "4218.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "013, Dunkellabor", "arch_name": "013@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305858,19 +337751,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50949, "usage_id": 194 }, "4218.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "014, Werkstatt", "arch_name": "014@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 33292, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305878,18 +337773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50964, "usage_id": 51 }, "4218.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "015, Labor", "arch_name": "015@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305897,18 +337794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50976, "usage_id": 102 }, "4218.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "016, Labor", "arch_name": "016@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305916,18 +337815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50980, "usage_id": 102 }, "4218.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "017, Labor", "arch_name": "017@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305935,19 +337836,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51115, "usage_id": 102 }, "4218.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "018, Anerobenlabor", "arch_name": "018@4218", "area_id": 42, "building_id": 685, "calendar_resource_nr": 32732, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -305955,18 +337858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51127, "usage_id": 102 }, "4218.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "019, Anerobelabor", "arch_name": "019@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15558, "seats": { @@ -305974,18 +337879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51138, "usage_id": 102 }, "4218.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "020, K\u00fchlraum", "arch_name": "020@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15558, "seats": { @@ -305993,18 +337900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48658, "usage_id": 199 }, "4218.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "021, B\u00fcro", "arch_name": "021@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15558, "seats": { @@ -306012,18 +337921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12512, "usage_id": 12 }, "4218.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "022, B\u00fcro", "arch_name": "022@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15558, "seats": { @@ -306031,18 +337942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12567, "usage_id": 12 }, "4218.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "023, B\u00fcro", "arch_name": "023@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -306050,18 +337963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12569, "usage_id": 12 }, "4218.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "024, B\u00fcro", "arch_name": "024@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -306069,18 +337984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48834, "usage_id": 12 }, "4218.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "025, B\u00fcro", "arch_name": "025@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -306088,18 +338005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12572, "usage_id": 12 }, "4218.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "026, B\u00fcro", "arch_name": "026@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -306107,18 +338026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12621, "usage_id": 12 }, "4218.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "027, Messraum", "arch_name": "027@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -306126,18 +338047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48997, "usage_id": 103 }, "4218.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "028, Elektrische Versorgung", "arch_name": "028@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -306145,18 +338068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49010, "usage_id": 160 }, "4218.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "029, Installationsraum", "arch_name": "029@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -306164,18 +338089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49022, "usage_id": 120 }, "4218.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "030, Flur", "arch_name": "030@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -306183,18 +338110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49161, "usage_id": 222 }, "4218.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "040, Treppenraum", "arch_name": "040@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -306202,18 +338131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49176, "usage_id": 223 }, "4218.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "041, WC-Herren", "arch_name": "041@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -306221,18 +338152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49190, "usage_id": 115 }, "4218.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "042, WC-Behinderte", "arch_name": "042@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -306240,18 +338173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49203, "usage_id": 117 }, "4218.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "043, WC-Damen", "arch_name": "043@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -306259,18 +338194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49338, "usage_id": 116 }, "4218.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "050, Flur", "arch_name": "050@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -306278,18 +338215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49356, "usage_id": 222 }, "4218.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "051, Installationsraum", "arch_name": "051@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -306297,18 +338236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49368, "usage_id": 120 }, "4218.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "052, Installationsraum", "arch_name": "052@4218", "area_id": 42, "building_id": 685, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -306316,18 +338257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49505, "usage_id": 120 }, "4218.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K01, Technik Elektro", "arch_name": "K01@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -306335,18 +338278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49792, "usage_id": 160 }, "4218.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K02, Technik Neutralisation", "arch_name": "K02@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -306354,18 +338299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49801, "usage_id": 182 }, "4218.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K03, Lager mit Brandschutz", "arch_name": "K03@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -306373,18 +338320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49810, "usage_id": 30 }, "4218.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K04, Klimakammer", "arch_name": "K04@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15626, "seats": { @@ -306392,18 +338341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49941, "usage_id": 199 }, "4218.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K05, K\u00fchlschr\u00e4nke(gem. Nutzung 1110014500,11100103", "arch_name": "K05@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15558, "seats": { @@ -306411,18 +338362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49954, "usage_id": 199 }, "4218.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K06, Lager", "arch_name": "K06@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15558, "seats": { @@ -306430,18 +338383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49962, "usage_id": 30 }, "4218.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K07, Lager (gem. Nutzung 1124301040)", "arch_name": "K07@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -306449,18 +338404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49970, "usage_id": 30 }, "4218.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K08, Lager (gem. Nutzung TT Plant Genetics, 112430", "arch_name": "K08@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15636, "seats": { @@ -306468,18 +338425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50109, "usage_id": 30 }, "4218.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K09, Werkstatt allgemein", "arch_name": "K09@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15626, "seats": { @@ -306487,18 +338446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50120, "usage_id": 51 }, "4218.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K10, Reinigungsmittelraum", "arch_name": "K10@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -306506,18 +338467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50126, "usage_id": 205 }, "4218.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K11, Lager mit Strahlenschutz", "arch_name": "K11@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -306525,18 +338488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50143, "usage_id": 30 }, "4218.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K30, Flur", "arch_name": "K30@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -306544,18 +338509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50270, "usage_id": 222 }, "4218.U1.031": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K31, Elektrische Versorgung", "arch_name": "K31@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -306563,18 +338530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50279, "usage_id": 160 }, "4218.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 4", "zip_code": 85354 }, + "alt_name": "K33, Wertstoffe/M\u00fcll", "arch_name": "K33@4218", "area_id": 42, "building_id": 685, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -306582,19 +338551,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50291, "usage_id": 214 }, "4219.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 1, B\u00fcro", "arch_name": "O 1@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 18929, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15219, "seats": { @@ -306602,18 +338573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48516, "usage_id": 12 }, "4219.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 2, Kartenraum", "arch_name": "O 2@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15219, "seats": { @@ -306621,18 +338594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48519, "usage_id": 161 }, "4219.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 3, B\u00fcro", "arch_name": "O 3@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15219, "seats": { @@ -306640,19 +338615,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48523, "usage_id": 12 }, "4219.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 4, B\u00fcro Assistenten u. Doktoranden", "arch_name": "O 4@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 26611, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15236, "seats": { @@ -306660,19 +338637,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48527, "usage_id": 12 }, "4219.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 5, Entwurfsstudio", "arch_name": "O 5@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 15312, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15219, "seats": { @@ -306680,19 +338659,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9531, "usage_id": 131 }, "4219.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 7, B\u00fcro", "arch_name": "O 7@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 33792, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15236, "seats": { @@ -306700,19 +338681,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47177, "usage_id": 12 }, "4219.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 8, B\u00fcro", "arch_name": "O 8@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 25281, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15236, "seats": { @@ -306720,18 +338703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47180, "usage_id": 12 }, "4219.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 9, Hilfsassistenten", "arch_name": "O 9@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15219, "seats": { @@ -306739,18 +338724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47186, "usage_id": 12 }, "4219.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 10, Vorzimmer", "arch_name": "O 10@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15219, "seats": { @@ -306758,18 +338745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47191, "usage_id": 12 }, "4219.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 11, B\u00fcro", "arch_name": "O 11@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15219, "seats": { @@ -306777,18 +338766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47196, "usage_id": 12 }, "4219.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 12, Wartungsbalkon", "arch_name": "O 12@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15219, "seats": { @@ -306796,18 +338787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47201, "usage_id": 219 }, "4219.01.013": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 13, Treppenraum West", "arch_name": "O 13@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -306815,18 +338808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47207, "usage_id": 223 }, "4219.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 14, Flur (O01-O11)", "arch_name": "O 14@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -306834,19 +338829,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47212, "usage_id": 222 }, "4219.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 15, B\u00fcro", "arch_name": "O 15@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 19688, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -306854,18 +338851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47216, "usage_id": 12 }, "4219.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 16, B\u00fcro", "arch_name": "O 16@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -306873,18 +338872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47221, "usage_id": 12 }, "4219.01.017": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 17, B\u00fcro", "arch_name": "O 17@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -306892,18 +338893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47290, "usage_id": 12 }, "4219.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 18, Treppenraum Ost", "arch_name": "O 18@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -306911,18 +338914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47295, "usage_id": 223 }, "4219.01.019": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 19, Flur Ost (O15-O20)", "arch_name": "O 19@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -306930,19 +338935,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47300, "usage_id": 222 }, "4219.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 20, Seminarraum 50 (WZWS50)", "arch_name": "O 20@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 15313, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -306950,18 +338957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9559, "usage_id": 41 }, "4219.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 21, B\u00fcro/Messraum", "arch_name": "O 21@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -306969,18 +338978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47311, "usage_id": 12 }, "4219.01.022": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 22, Labor", "arch_name": "O 22@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25281, "seats": { @@ -306988,18 +338999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47316, "usage_id": 102 }, "4219.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 23, Labor", "arch_name": "O 23@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25281, "seats": { @@ -307007,18 +339020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47324, "usage_id": 103 }, "4219.01.024": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 24, Installationraum", "arch_name": "O 24@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -307026,19 +339041,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47331, "usage_id": 120 }, "4219.01.026": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 26, B\u00fcro", "arch_name": "O 26@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 19868, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -307046,18 +339063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47403, "usage_id": 12 }, "4219.01.027": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 27, Sozialraum", "arch_name": "O 27@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -307065,18 +339084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47408, "usage_id": 44 }, "4219.01.028": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 28, Abstellraum mit K\u00fchl-/Klimaschrank", "arch_name": "O 28@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25281, "seats": { @@ -307084,18 +339105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47415, "usage_id": 159 }, "4219.01.029": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 29, K\u00fchlraum", "arch_name": "O 29@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25281, "seats": { @@ -307103,18 +339126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47420, "usage_id": 199 }, "4219.01.030": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 25, Flur (O 21- O 29)", "arch_name": "O 25@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307122,18 +339147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66679, "usage_id": 222 }, "4219.01.031": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 31, WC-Damen", "arch_name": "O 31@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307141,18 +339168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47426, "usage_id": 116 }, "4219.01.032": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 32, WC-Herren", "arch_name": "O 32@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307160,18 +339189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47432, "usage_id": 115 }, "4219.01.033": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 33, K\u00fcche", "arch_name": "O 33@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25281, "seats": { @@ -307179,18 +339210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47438, "usage_id": 198 }, "4219.01.034": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 34, Reinigungsmittelraum", "arch_name": "O 34@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -307198,18 +339231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47506, "usage_id": 205 }, "4219.01.035": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "O 35, Verbindungs-Galerie", "arch_name": "O 35@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307217,18 +339252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47513, "usage_id": 206 }, "4219.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "DG 1, Treppenraum", "arch_name": "DG 1@4219", "area_id": 42, "building_id": 686, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307236,19 +339273,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47518, "usage_id": 223 }, "4219.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 1, B\u00fcro", "arch_name": "E 1@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 18266, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307256,18 +339295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49888, "usage_id": 12 }, "4219.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 2, Vorzimmer", "arch_name": "E 2@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307275,18 +339316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49893, "usage_id": 30 }, "4219.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 3, B\u00fcro", "arch_name": "E 3@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307294,18 +339337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49897, "usage_id": 12 }, "4219.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 4, B\u00fcro", "arch_name": "E 4@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307313,18 +339358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50019, "usage_id": 12 }, "4219.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 5, B\u00fcro", "arch_name": "E 5@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307332,18 +339379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50024, "usage_id": 12 }, "4219.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 6, B\u00fcro", "arch_name": "E 6@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307351,18 +339400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50030, "usage_id": 12 }, "4219.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 7, B\u00fcro", "arch_name": "E 7@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307370,18 +339421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50035, "usage_id": 12 }, "4219.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 8, Flur (E7-E14)", "arch_name": "E 8@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307389,18 +339442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50040, "usage_id": 222 }, "4219.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 9, Treppenraum", "arch_name": "E 9@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307408,19 +339463,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50046, "usage_id": 223 }, "4219.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 10, B\u00fcro", "arch_name": "E 10@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 18256, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307428,18 +339485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50050, "usage_id": 12 }, "4219.EG.010A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 10A, Teek\u00fcche", "arch_name": "E 10A@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307447,18 +339506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68796, "usage_id": 44 }, "4219.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 11, B\u00fcro", "arch_name": "E 11@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307466,19 +339527,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50055, "usage_id": 12 }, "4219.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 12, B\u00fcro", "arch_name": "E 12@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 19041, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307486,18 +339549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51271, "usage_id": 12 }, "4219.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 13, EDV-Raum", "arch_name": "E 13@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15609, "seats": { @@ -307505,18 +339570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51422, "usage_id": 207 }, "4219.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 14, Installationsschacht", "arch_name": "E 14@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -307524,19 +339591,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51435, "usage_id": 120 }, "4219.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 15, Alle Mitarbeiter", "arch_name": "E 15@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 18928, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307544,18 +339613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51448, "usage_id": 44 }, "4219.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 16, Wissenschaftliche Mitarbeiter 1", "arch_name": "E 16@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307563,18 +339634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51612, "usage_id": 12 }, "4219.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 17, Wissenschaftliche Mitarbeiter 2", "arch_name": "E 17@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307582,18 +339655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51628, "usage_id": 12 }, "4219.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 18, Doktoranden 1", "arch_name": "E 18@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307601,18 +339676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51651, "usage_id": 12 }, "4219.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 19, Treppenraum", "arch_name": "E 19@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307620,18 +339697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51802, "usage_id": 223 }, "4219.EG.019A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 19a, Personenaufzug", "arch_name": "E 19a@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307639,18 +339718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73334, "usage_id": 4 }, "4219.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 20, Flur (E15-E21/E37)", "arch_name": "E 20@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -307658,18 +339739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51814, "usage_id": 222 }, "4219.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 21, Doktoranden 2", "arch_name": "E 21@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307677,18 +339760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51965, "usage_id": 12 }, "4219.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 22, Archiv", "arch_name": "E 22@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307696,18 +339781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51981, "usage_id": 12 }, "4219.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 23, Professor", "arch_name": "E 23@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307715,18 +339802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10736, "usage_id": 12 }, "4219.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 24, Sekretariat", "arch_name": "E 24@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307734,18 +339823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52136, "usage_id": 12 }, "4219.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 25, Labor", "arch_name": "E 25@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15608, "seats": { @@ -307753,18 +339844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52149, "usage_id": 102 }, "4219.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 26, Labor", "arch_name": "E 26@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15608, "seats": { @@ -307772,18 +339865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52293, "usage_id": 194 }, "4219.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 27, Installationsraum", "arch_name": "E 27@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -307791,18 +339886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52305, "usage_id": 120 }, "4219.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 28, Installationsraum", "arch_name": "E 28@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -307810,18 +339907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52322, "usage_id": 120 }, "4219.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 29, Wissenschaftliche Mitarbeiter 3", "arch_name": "E 29@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307829,18 +339928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52465, "usage_id": 12 }, "4219.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 30, Labor und technischer Mitarbeiter", "arch_name": "E 30@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307848,18 +339949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50195, "usage_id": 194 }, "4219.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 31, W\u00e4geraum", "arch_name": "E 31@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307867,18 +339970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50200, "usage_id": 103 }, "4219.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 32, Dusche", "arch_name": "E 32@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307886,18 +339991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53153, "usage_id": 113 }, "4219.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 33, Kopierraum", "arch_name": "E 33@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -307905,18 +340012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53301, "usage_id": 110 }, "4219.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 34, Flur (E24-E33)", "arch_name": "E 34@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -307924,18 +340033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53318, "usage_id": 222 }, "4219.EG.035": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 35, WC-Behinderte", "arch_name": "E 35@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307943,18 +340054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53328, "usage_id": 117 }, "4219.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 36, Reinigungsmittelraum", "arch_name": "E 36@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -307962,18 +340075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53475, "usage_id": 205 }, "4219.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 37, WC-Damen", "arch_name": "E 37@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -307981,18 +340096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53485, "usage_id": 116 }, "4219.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 38, WC-Herren", "arch_name": "E 38@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308000,18 +340117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53499, "usage_id": 115 }, "4219.EG.039": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 39, Eingangshalle", "arch_name": "E 39@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308019,19 +340138,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53510, "usage_id": 222 }, "4219.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 40A, Masterstudierende und Doktoranden LAI", "arch_name": "E 40A@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 20378, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308039,18 +340160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53653, "usage_id": 41 }, "4219.EG.040B": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 40B, B\u00fcro", "arch_name": "E 40B@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48257, "seats": { @@ -308058,18 +340181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67614, "usage_id": 12 }, "4219.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 41, Wissenschaftliche Mitarbeiter LAI", "arch_name": "E 41@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308077,19 +340202,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53665, "usage_id": 12 }, "4219.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 42, Gro\u00dfgruppenraum", "arch_name": "E 42@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 18736, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308097,18 +340224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53676, "usage_id": 131 }, "4219.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 44, Sekretariat LAI", "arch_name": "E 44@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308116,18 +340245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53829, "usage_id": 12 }, "4219.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 45, Professor LAI", "arch_name": "E 45@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308135,18 +340266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53841, "usage_id": 12 }, "4219.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 46, Konferenzraum LAI", "arch_name": "E 46@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308154,18 +340287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51239, "usage_id": 12 }, "4219.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 47, B\u00fcro Mitarbeiter LAI", "arch_name": "E 47@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308173,18 +340308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51258, "usage_id": 12 }, "4219.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 48, Doktoranden LAI", "arch_name": "E 48@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308192,18 +340329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12820, "usage_id": 12 }, "4219.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 49, Treppenraum West", "arch_name": "E 49@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308211,18 +340350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48497, "usage_id": 223 }, "4219.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 50, Flur West (E41-E48)/ K\u00fcchenzeile", "arch_name": "E 50@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308230,18 +340371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48499, "usage_id": 222 }, "4219.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 51, Energiehaus mit Arbeitsbereich", "arch_name": "E 51@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15220, "seats": { @@ -308249,18 +340392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48503, "usage_id": 166 }, "4219.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E52, Energiehaus Zone II", "arch_name": "E52@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15220, "seats": { @@ -308268,18 +340413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48507, "usage_id": 166 }, "4219.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "E 53, Windfang", "arch_name": "E 53@4219", "area_id": 42, "building_id": 686, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308287,19 +340434,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48511, "usage_id": 52 }, "4219.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 01, Seminarraum 49 (WZWS49)", "arch_name": "U 01@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 15345, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -308307,18 +340456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12658, "usage_id": 41 }, "4219.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 02, B\u00fcro Fachschaft Landschaft", "arch_name": "U 02@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15219, "seats": { @@ -308326,19 +340477,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49721, "usage_id": 12 }, "4219.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 03, Gro\u00dfgruppenraum", "arch_name": "U 03@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 15346, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308346,18 +340499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12657, "usage_id": 131 }, "4219.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 04, Treppenraum Nord", "arch_name": "U 04@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308365,18 +340520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49729, "usage_id": 223 }, "4219.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 05, Flur (U1 links)", "arch_name": "U 05@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308384,18 +340541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49730, "usage_id": 222 }, "4219.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 06, Flur (U1 rechts)", "arch_name": "U 06@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308403,18 +340562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49735, "usage_id": 222 }, "4219.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 07, Modelle (gem. Nutzung 1110040100)", "arch_name": "U 07@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15219, "seats": { @@ -308422,18 +340583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49734, "usage_id": 187 }, "4219.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 08, Modelle/Garderobe (gem. Nutzung 1110040100)", "arch_name": "U 08@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15219, "seats": { @@ -308441,18 +340604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49043, "usage_id": 121 }, "4219.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 09, Flur (U10)", "arch_name": "U 09@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308460,19 +340625,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49052, "usage_id": 222 }, "4219.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 10, Gro\u00dfgruppenraum/ Seminarraum", "arch_name": "U 10@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 18735, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15219, "seats": { @@ -308480,19 +340647,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49062, "usage_id": 10 }, "4219.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 11, Seminarraum", "arch_name": "U 11@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 22046, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15608, "seats": { @@ -308500,19 +340669,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49067, "usage_id": 41 }, "4219.U1.011A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 11A, B\u00fcro", "arch_name": "U 11A@4219", "area_id": 42, "building_id": 686, "calendar_resource_nr": 19168, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15608, "seats": { @@ -308520,18 +340691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49207, "usage_id": 12 }, "4219.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 12, Treppenraum Ost", "arch_name": "U 12@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308539,18 +340712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49215, "usage_id": 223 }, "4219.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 13, Flur (U11-U22)", "arch_name": "U 13@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -308558,18 +340733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49225, "usage_id": 222 }, "4219.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 14, Klimaraum", "arch_name": "U 14@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15608, "seats": { @@ -308577,18 +340754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49233, "usage_id": 30 }, "4219.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 15, Brennbare Fl\u00fcssigkeiten", "arch_name": "U 15@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25281, "seats": { @@ -308596,18 +340775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49240, "usage_id": 30 }, "4219.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 16, Klimakammer", "arch_name": "U 16@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25178, "seats": { @@ -308615,18 +340796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49373, "usage_id": 166 }, "4219.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 19, Technik", "arch_name": "U 19@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -308634,18 +340817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49388, "usage_id": 120 }, "4219.U1.019A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 19A, VEW", "arch_name": "U 19A@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -308653,18 +340838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49397, "usage_id": 182 }, "4219.U1.019B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 19B, Neutralisation", "arch_name": "U 19B@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -308672,18 +340859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49405, "usage_id": 184 }, "4219.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 20, Hauptverteilung", "arch_name": "U 20@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -308691,18 +340880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49411, "usage_id": 160 }, "4219.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 21, WC-Damen", "arch_name": "U 21@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308710,18 +340901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49545, "usage_id": 116 }, "4219.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 22, WC-Herren", "arch_name": "U 22@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308729,18 +340922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49553, "usage_id": 115 }, "4219.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 23, Installationsschacht", "arch_name": "U 23@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -308748,18 +340943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49560, "usage_id": 120 }, "4219.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 24, Halle mit Pflanzengruben", "arch_name": "U 24@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -308767,18 +340964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49855, "usage_id": 222 }, "4219.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 25, Werkstatt-Maschinenraum", "arch_name": "U 25@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308786,18 +340985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49860, "usage_id": 51 }, "4219.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 26, Modellwerkstatt Holz", "arch_name": "U 26@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308805,18 +341006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49866, "usage_id": 51 }, "4219.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 27, Modellwerkstatt Papier", "arch_name": "U 27@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308824,18 +341027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49873, "usage_id": 51 }, "4219.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 30, Video Werkstatt", "arch_name": "U 30@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308843,18 +341048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49891, "usage_id": 51 }, "4219.U1.032": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 32, Archiv", "arch_name": "U 32@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15219, "seats": { @@ -308862,18 +341069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50020, "usage_id": 2 }, "4219.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 33, Serverraum", "arch_name": "U 33@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15219, "seats": { @@ -308881,18 +341090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50028, "usage_id": 207 }, "4219.U1.034": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 34, Plotterraum", "arch_name": "U 34@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -308900,18 +341111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50033, "usage_id": 110 }, "4219.U1.035": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 35, Hausverwaltung-Reinigungsmittel", "arch_name": "U 35@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -308919,18 +341132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50038, "usage_id": 205 }, "4219.U1.036": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 36, Archiv", "arch_name": "U 36@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15609, "seats": { @@ -308938,18 +341153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50045, "usage_id": 2 }, "4219.U1.037": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 37, Archiv", "arch_name": "U 37@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15219, "seats": { @@ -308957,18 +341174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50052, "usage_id": 2 }, "4219.U1.038": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 38, Photostudio", "arch_name": "U 38@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15220, "seats": { @@ -308976,18 +341195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50059, "usage_id": 102 }, "4219.U1.039": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 39, Messraum", "arch_name": "U 39@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15220, "seats": { @@ -308995,18 +341216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50189, "usage_id": 102 }, "4219.U1.040": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 40, Trockenarbeitsraum", "arch_name": "U 40@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15220, "seats": { @@ -309014,18 +341237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50185, "usage_id": 102 }, "4219.U1.041": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 41, Wertstoffe/M\u00fcll", "arch_name": "U 41@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15220, "seats": { @@ -309033,18 +341258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50190, "usage_id": 214 }, "4219.U1.042": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 42, Dusche", "arch_name": "U 42@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -309052,18 +341279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49853, "usage_id": 113 }, "4219.U1.043": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 43, Garderobe", "arch_name": "U 43@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15220, "seats": { @@ -309071,18 +341300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49857, "usage_id": 121 }, "4219.U1.044": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 44, Materiallager", "arch_name": "U 44@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15220, "seats": { @@ -309090,18 +341321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49863, "usage_id": 30 }, "4219.U1.045": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 45, Schleuse Energiehaus", "arch_name": "U 45@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15220, "seats": { @@ -309109,18 +341342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49869, "usage_id": 105 }, "4219.U1.046": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 46, Treppenhaus West", "arch_name": "U 46@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -309128,18 +341363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49874, "usage_id": 223 }, "4219.U1.047": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 47, Flur West (U25-U44)", "arch_name": "U 47@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -309147,18 +341384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49879, "usage_id": 222 }, "4219.U1.048": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "U 48, Rohrkeller", "arch_name": "U 48@4219", "area_id": 42, "building_id": 686, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -309166,18 +341405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49882, "usage_id": 120 }, "4219.U2.001": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "K 01, Treppenraum", "arch_name": "K 01@4219", "area_id": 42, "building_id": 686, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -309185,18 +341426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49722, "usage_id": 223 }, "4219.U2.001A": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Emil-Ramann-Str. 6", "zip_code": 85354 }, + "alt_name": "K 01A, Wertstoffe/M\u00fcll", "arch_name": "K 01A@4219", "area_id": 42, "building_id": 686, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -309204,18 +341447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66644, "usage_id": 214 }, "4220.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 01, Einzelarbeitsraum", "arch_name": "OG R 01@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309223,18 +341468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47685, "usage_id": 208 }, "4220.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 02, Einzelarbeitsraum", "arch_name": "OG R 02@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309242,18 +341489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47690, "usage_id": 208 }, "4220.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 03, Einzelarbeitsraum", "arch_name": "OG R 03@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309261,18 +341510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47960, "usage_id": 208 }, "4220.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 04, Einzelarbeitsraum", "arch_name": "OG R 04@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309280,18 +341531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47977, "usage_id": 208 }, "4220.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 05, Einzelarbeitsraum", "arch_name": "OG R 05@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309299,18 +341552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47996, "usage_id": 208 }, "4220.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 06, Einzelarbeitsraum", "arch_name": "OG R 06@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309318,18 +341573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47761, "usage_id": 208 }, "4220.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 07, Einzelarbeitsraum", "arch_name": "OG R 07@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309337,18 +341594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47779, "usage_id": 208 }, "4220.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 08, Einzelarbeitsraum", "arch_name": "OG R 08@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309356,18 +341615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47789, "usage_id": 208 }, "4220.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 09, Einzelarbeitsraum", "arch_name": "OG R 09@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309375,18 +341636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47558, "usage_id": 208 }, "4220.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 10, Einzelarbeitsraum", "arch_name": "OG R 10@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309394,18 +341657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47580, "usage_id": 208 }, "4220.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 11, Einzelarbeitsraum", "arch_name": "OG R 11@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309413,18 +341678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47850, "usage_id": 208 }, "4220.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 12, Einzelarbeitsraum", "arch_name": "OG R 12@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309432,18 +341699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47869, "usage_id": 208 }, "4220.01.013": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 13, Einzelarbeitsraum", "arch_name": "OG R 13@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309451,18 +341720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47886, "usage_id": 208 }, "4220.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 14, Gruppenarbeitsraum", "arch_name": "OG R 14@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309470,18 +341741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45929, "usage_id": 131 }, "4220.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 15, Gruppenarbeitsraum", "arch_name": "OG R 15@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -309489,18 +341762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45950, "usage_id": 222 }, "4220.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 16, Lesesaal", "arch_name": "OG R 16@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309508,18 +341783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31548, "usage_id": 190 }, "4220.01.017": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 17, Gruppenarbeitsraum", "arch_name": "OG R 17@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309527,18 +341804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46126, "usage_id": 131 }, "4220.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 18, Technik", "arch_name": "OG R 18@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -309546,18 +341825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46139, "usage_id": 120 }, "4220.01.019": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 19, Gruppenarbeitsraum", "arch_name": "OG R 19@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309565,18 +341846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46290, "usage_id": 131 }, "4220.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 20, Gruppenarbeitsraum", "arch_name": "OG R 20@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309584,18 +341867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46315, "usage_id": 131 }, "4220.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 21, Lesesaal", "arch_name": "OG R 21@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309603,18 +341888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46332, "usage_id": 150 }, "4220.01.022": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 22, Leseterrasse", "arch_name": "OG R 22@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26738, "seats": { @@ -309622,18 +341909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46484, "usage_id": 218 }, "4220.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 23, Lesesaal", "arch_name": "OG R 23@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -309641,18 +341930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46501, "usage_id": 190 }, "4220.01.024": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 24, Technik", "arch_name": "OG R 24@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -309660,18 +341951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46659, "usage_id": 120 }, "4220.01.025": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG R 25, Flur", "arch_name": "OG R 25@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -309679,18 +341972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46676, "usage_id": 222 }, "4220.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 06, B\u00fcro", "arch_name": "OG L 06@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47997, "seats": { @@ -309698,18 +341993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44342, "usage_id": 12 }, "4220.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 07, B\u00fcro", "arch_name": "OG L 07@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47997, "seats": { @@ -309717,18 +342014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44366, "usage_id": 12 }, "4220.01.107A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 07A, B\u00fcro", "arch_name": "OG L 07A@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47997, "seats": { @@ -309736,18 +342035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68372, "usage_id": 12 }, "4220.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 08, B\u00fcro", "arch_name": "OG L 08@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47997, "seats": { @@ -309755,18 +342056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44524, "usage_id": 12 }, "4220.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 09, B\u00fcro", "arch_name": "OG L 09@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47997, "seats": { @@ -309774,18 +342077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44546, "usage_id": 12 }, "4220.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 10, B\u00fcro", "arch_name": "OG L 10@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47997, "seats": { @@ -309793,18 +342098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44563, "usage_id": 12 }, "4220.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 11, B\u00fcro", "arch_name": "OG L 11@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51517, "seats": { @@ -309812,18 +342119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44718, "usage_id": 12 }, "4220.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 12, Sekretariat", "arch_name": "OG L 12@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51517, "seats": { @@ -309831,18 +342140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44738, "usage_id": 12 }, "4220.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 13, B\u00fcro", "arch_name": "OG L 13@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51517, "seats": { @@ -309850,18 +342161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44884, "usage_id": 12 }, "4220.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 14, B\u00fcro", "arch_name": "OG L 14@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51517, "seats": { @@ -309869,18 +342182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44899, "usage_id": 12 }, "4220.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 15, WC-Vorraum", "arch_name": "OG L 15@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -309888,18 +342203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45057, "usage_id": 118 }, "4220.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 16, WC-Damen", "arch_name": "OG L 16@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -309907,18 +342224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45073, "usage_id": 116 }, "4220.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 17, WC-Herren", "arch_name": "OG L 17@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -309926,18 +342245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45084, "usage_id": 115 }, "4220.01.118": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 18, B\u00fcro", "arch_name": "OG L 18@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15563, "seats": { @@ -309945,19 +342266,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45099, "usage_id": 12 }, "4220.01.119": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 19, Seminarraum (gem. Nutzung 1110100100,1110", "arch_name": "OG L 19@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 18370, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -309965,19 +342288,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45253, "usage_id": 41 }, "4220.01.119A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 19A, Praktikumsraum(gem. Nutzung1110100100,11", "arch_name": "OG L 19A@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 29252, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -309985,18 +342310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68374, "usage_id": 131 }, "4220.01.119B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 19B, Vorraum", "arch_name": "OG L 19B@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -310004,18 +342331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68375, "usage_id": 50 }, "4220.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 20, B\u00fcro - SA (gem. Nutzung 1110100100;111001", "arch_name": "OG L 20@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15563, "seats": { @@ -310023,18 +342352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45267, "usage_id": 12 }, "4220.01.121": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 21, Lager (gem. Nutzung 1110100100)", "arch_name": "OG L 21@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48698, "seats": { @@ -310042,18 +342373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45279, "usage_id": 30 }, "4220.01.122": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 22, Technik", "arch_name": "OG L 22@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -310061,18 +342394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45434, "usage_id": 120 }, "4220.01.123": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 23, Waschraum (gem. Nutzung 1110100100)", "arch_name": "OG L 23@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48698, "seats": { @@ -310080,18 +342415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45444, "usage_id": 210 }, "4220.01.124": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 24, Teek\u00fcche (gem. Nutzung 1110100100,1110014", "arch_name": "OG L 24@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -310099,18 +342436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45461, "usage_id": 198 }, "4220.01.125": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 25, B\u00fcro", "arch_name": "OG L 25@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51517, "seats": { @@ -310118,18 +342457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45622, "usage_id": 12 }, "4220.01.126": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 26, B\u00fcro", "arch_name": "OG L 26@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48698, "seats": { @@ -310137,18 +342478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45636, "usage_id": 12 }, "4220.01.127": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 27, B\u00fcro", "arch_name": "OG L 27@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47997, "seats": { @@ -310156,18 +342499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45786, "usage_id": 12 }, "4220.01.128": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 28, WC-Herren Vorraum", "arch_name": "OG L 28@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310175,18 +342520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45802, "usage_id": 118 }, "4220.01.129": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 29, WC-Herren", "arch_name": "OG L 29@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310194,18 +342541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45818, "usage_id": 115 }, "4220.01.130": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 30, WC-Damen Vorraum", "arch_name": "OG L 30@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310213,18 +342562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45968, "usage_id": 118 }, "4220.01.131": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 31, WC-Damen", "arch_name": "OG L 31@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310232,18 +342583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45981, "usage_id": 116 }, "4220.01.132": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 32, Technik", "arch_name": "OG L 32@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -310251,18 +342604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45996, "usage_id": 120 }, "4220.01.133": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 33, Technik", "arch_name": "OG L 33@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -310270,19 +342625,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46152, "usage_id": 120 }, "4220.01.134": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 34, ITW-Materialraum", "arch_name": "OG L 34@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 33874, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 29111, "seats": { @@ -310290,18 +342647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46168, "usage_id": 30 }, "4220.01.135": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 35, Treppenraum", "arch_name": "OG L 35@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310309,18 +342668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46184, "usage_id": 223 }, "4220.01.136": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 36, Treppenraum", "arch_name": "OG L 36@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310328,18 +342689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46195, "usage_id": 223 }, "4220.01.137": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 37, Aufzug", "arch_name": "OG L 37@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310347,18 +342710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46344, "usage_id": 4 }, "4220.01.138": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 38, Flur", "arch_name": "OG L 38@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -310366,18 +342731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46363, "usage_id": 222 }, "4220.01.139": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 39, Flur", "arch_name": "OG L 39@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -310385,18 +342752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46374, "usage_id": 222 }, "4220.01.140": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 40, Flur", "arch_name": "OG L 40@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -310404,18 +342773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46523, "usage_id": 222 }, "4220.01.141": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "OG L 41, Flur", "arch_name": "OG L 41@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -310423,19 +342794,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46535, "usage_id": 222 }, "4220.02.101": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 01, IT-Schulungsraum", "arch_name": "DG L 01@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 15314, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 29111, "seats": { @@ -310443,18 +342816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11338, "usage_id": 213 }, "4220.02.102": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 02, WC-Damen", "arch_name": "DG L 02@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310462,18 +342837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46557, "usage_id": 116 }, "4220.02.103": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 03, WC-Herren", "arch_name": "DG L 03@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310481,18 +342858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46710, "usage_id": 115 }, "4220.02.104": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 04, Technik", "arch_name": "DG L 04@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -310500,19 +342879,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46721, "usage_id": 120 }, "4220.02.105": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 05, ITW Helpdesk", "arch_name": "DG L 05@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 29652, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 29111, "seats": { @@ -310520,19 +342901,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46736, "usage_id": 12 }, "4220.02.105A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 05a, ITW-Materialraum", "arch_name": "DG L 05a@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 33875, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 29111, "seats": { @@ -310540,19 +342923,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46741, "usage_id": 30 }, "4220.02.106": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 06, B\u00fcro", "arch_name": "DG L 06@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 33352, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 29111, "seats": { @@ -310560,19 +342945,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10812, "usage_id": 12 }, "4220.02.107": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 07, B\u00fcro", "arch_name": "DG L 07@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 12680, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 29111, "seats": { @@ -310580,19 +342967,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10813, "usage_id": 12 }, "4220.02.108": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 08, B\u00fcro", "arch_name": "DG L 08@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 28772, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 29111, "seats": { @@ -310600,18 +342989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46916, "usage_id": 12 }, "4220.02.109": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 09, Technik", "arch_name": "DG L 09@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -310619,18 +343010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46928, "usage_id": 120 }, "4220.02.110": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 10, K\u00fcche", "arch_name": "DG L 10@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44151, "seats": { @@ -310638,19 +343031,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47077, "usage_id": 44 }, "4220.02.111": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 11, IT-Schulungsraum", "arch_name": "DG L 11@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 15315, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 29111, "seats": { @@ -310658,18 +343053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10820, "usage_id": 213 }, "4220.02.112": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 12, Treppenraum", "arch_name": "DG L 12@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310677,18 +343074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47107, "usage_id": 223 }, "4220.02.113": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 13, Treppenraum", "arch_name": "DG L 13@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310696,18 +343095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44393, "usage_id": 223 }, "4220.02.114": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 14, Aufzug", "arch_name": "DG L 14@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310715,18 +343116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44408, "usage_id": 4 }, "4220.02.115": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 15, Flur", "arch_name": "DG L 15@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -310734,18 +343137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44426, "usage_id": 222 }, "4220.02.116": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 16, Flur", "arch_name": "DG L 16@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -310753,18 +343158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44576, "usage_id": 222 }, "4220.02.117": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "DG L 17, Flur", "arch_name": "DG L 17@4220", "area_id": 42, "building_id": 687, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -310772,18 +343179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44587, "usage_id": 222 }, "4220.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 01, Lesesaal", "arch_name": "EG R 01@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -310791,18 +343200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48042, "usage_id": 190 }, "4220.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 02, Lesesaal", "arch_name": "EG R 02@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -310810,18 +343221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48049, "usage_id": 190 }, "4220.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 03, Scannerraum", "arch_name": "EG R 03@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26738, "seats": { @@ -310829,18 +343242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48079, "usage_id": 110 }, "4220.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 04, Technik", "arch_name": "EG R 04@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -310848,18 +343263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48090, "usage_id": 120 }, "4220.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 05, B\u00fcro", "arch_name": "EG R 05@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -310867,18 +343284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9385, "usage_id": 12 }, "4220.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 06, B\u00fcro", "arch_name": "EG R 06@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -310886,18 +343305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48109, "usage_id": 12 }, "4220.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 07, B\u00fcro", "arch_name": "EG R 07@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -310905,18 +343326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48145, "usage_id": 12 }, "4220.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 08, Theke", "arch_name": "EG R 08@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26738, "seats": { @@ -310924,18 +343347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48154, "usage_id": 10 }, "4220.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 09, Foyer und Gaderobenzone", "arch_name": "EG R 09@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -310943,18 +343368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48162, "usage_id": 222 }, "4220.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 10, Technik", "arch_name": "EG R 10@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -310962,18 +343389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48170, "usage_id": 120 }, "4220.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 11, Flur", "arch_name": "EG R 11@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -310981,18 +343410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48183, "usage_id": 222 }, "4220.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG R 12, Aufzug", "arch_name": "EG R 12@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -311000,18 +343431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48217, "usage_id": 4 }, "4220.EG.101": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 01, Cafeteria (Uni-Bar)", "arch_name": "EG L 01@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -311019,18 +343452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48226, "usage_id": 139 }, "4220.EG.101A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 01A, Theke (Uni-Bar)", "arch_name": "EG L 01A@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -311038,18 +343473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75621, "usage_id": 28 }, "4220.EG.101B": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 01B, Vorbereitung (Uni-Bar)", "arch_name": "EG L 01B@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -311057,18 +343494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75624, "usage_id": 136 }, "4220.EG.101C": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 01C, Lager 1 (Uni-Bar)", "arch_name": "EG L 01C@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -311076,18 +343515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75622, "usage_id": 30 }, "4220.EG.105": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 05, B\u00fcro", "arch_name": "EG L 05@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311095,18 +343536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48240, "usage_id": 12 }, "4220.EG.106": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 06, B\u00fcro", "arch_name": "EG L 06@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311114,18 +343557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48248, "usage_id": 12 }, "4220.EG.107": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 07, B\u00fcro", "arch_name": "EG L 07@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311133,18 +343578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48282, "usage_id": 12 }, "4220.EG.108": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 08, B\u00fcro", "arch_name": "EG L 08@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311152,18 +343599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48296, "usage_id": 12 }, "4220.EG.108A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 08a, B\u00fcro", "arch_name": "EG L 08a@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311171,18 +343620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48308, "usage_id": 12 }, "4220.EG.109": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 09, Besprechungs- und Schulungsraum", "arch_name": "EG L 09@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311190,18 +343641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48324, "usage_id": 196 }, "4220.EG.110": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 10, B\u00fcro", "arch_name": "EG L 10@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311209,18 +343662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48363, "usage_id": 12 }, "4220.EG.110A": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 10a, WC-Damen", "arch_name": "EG L 10a@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311228,18 +343683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48374, "usage_id": 116 }, "4220.EG.110B": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 10b, WC-Herren", "arch_name": "EG L 10b@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311247,18 +343704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48387, "usage_id": 115 }, "4220.EG.111": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 11, WC-Vorraum", "arch_name": "EG L 11@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -311266,19 +343725,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48425, "usage_id": 118 }, "4220.EG.112": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 12, IT-Schulungsraum CIP-Raum", "arch_name": "EG L 12@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 18075, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 29111, "seats": { @@ -311286,19 +343747,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10908, "usage_id": 213 }, "4220.EG.113": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 13, Garderobe", "arch_name": "EG L 13@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 33872, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 29111, "seats": { @@ -311306,18 +343769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48456, "usage_id": 121 }, "4220.EG.114": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 14, Technik", "arch_name": "EG L 14@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -311325,18 +343790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48535, "usage_id": 120 }, "4220.EG.115": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 15, Reinigungsmittelraum", "arch_name": "EG L 15@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -311344,18 +343811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48553, "usage_id": 205 }, "4220.EG.116": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 16, Sozialraum", "arch_name": "EG L 16@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26738, "seats": { @@ -311363,18 +343832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48569, "usage_id": 44 }, "4220.EG.117": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 17, B\u00fcro", "arch_name": "EG L 17@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311382,18 +343853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47118, "usage_id": 12 }, "4220.EG.118": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 18, B\u00fcro", "arch_name": "EG L 18@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311401,18 +343874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47125, "usage_id": 12 }, "4220.EG.119": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 19, B\u00fcro", "arch_name": "EG L 19@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311420,18 +343895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47143, "usage_id": 12 }, "4220.EG.120": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 20, WC-Herren Vorraum", "arch_name": "EG L 20@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311439,18 +343916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47228, "usage_id": 118 }, "4220.EG.121": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 21, WC-Herren", "arch_name": "EG L 21@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311458,18 +343937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47248, "usage_id": 115 }, "4220.EG.122": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 22, WC-Damen Vorraum", "arch_name": "EG L 22@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311477,18 +343958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47254, "usage_id": 118 }, "4220.EG.123": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 23, WC-Damen", "arch_name": "EG L 23@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311496,18 +343979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47342, "usage_id": 116 }, "4220.EG.124": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 24, Technik", "arch_name": "EG L 24@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -311515,18 +344000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47367, "usage_id": 120 }, "4220.EG.125": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 25, Elektronik", "arch_name": "EG L 25@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -311534,18 +344021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47378, "usage_id": 120 }, "4220.EG.126": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 26, WC-Behinderte", "arch_name": "EG L 26@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311553,18 +344042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47451, "usage_id": 117 }, "4220.EG.127": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 27, Treppenraum", "arch_name": "EG L 27@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311572,18 +344063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47467, "usage_id": 223 }, "4220.EG.128": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 28, Treppenhaus", "arch_name": "EG L 28@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311591,18 +344084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47474, "usage_id": 223 }, "4220.EG.129": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 29, Aufzug", "arch_name": "EG L 29@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311610,18 +344105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47650, "usage_id": 4 }, "4220.EG.130": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 30, Flur", "arch_name": "EG L 30@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -311629,18 +344126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47663, "usage_id": 222 }, "4220.EG.131": { "address": { - "floor": "EG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "EG L 31, Flur", "arch_name": "EG L 31@4220", "area_id": 42, "building_id": 687, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -311648,18 +344147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47669, "usage_id": 222 }, "4220.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 01, Lesesaal", "arch_name": "UG R 01@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311667,18 +344168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47524, "usage_id": 190 }, "4220.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 03, B\u00fcro und Ruheraum", "arch_name": "UG R 03@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311686,18 +344189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47530, "usage_id": 110 }, "4220.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 04, Lager", "arch_name": "UG R 04@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26738, "seats": { @@ -311705,18 +344210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47537, "usage_id": 30 }, "4220.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 05, Technik", "arch_name": "UG R 05@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -311724,18 +344231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47602, "usage_id": 120 }, "4220.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 06, Reinigungsmittelraum", "arch_name": "UG R 06@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -311743,18 +344252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47607, "usage_id": 205 }, "4220.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 07, Technik", "arch_name": "UG R 07@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -311762,18 +344273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47615, "usage_id": 120 }, "4220.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 08, Technik", "arch_name": "UG R 08@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -311781,18 +344294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47619, "usage_id": 120 }, "4220.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 09, Flur", "arch_name": "UG R 09@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -311800,18 +344315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47627, "usage_id": 222 }, "4220.U1.009A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 09, Flur", "arch_name": "UG R 09@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -311819,18 +344336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47638, "usage_id": 222 }, "4220.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 10, Technik", "arch_name": "UG R 10@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -311838,18 +344357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47646, "usage_id": 120 }, "4220.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 11, Garderobe", "arch_name": "UG R 11@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26738, "seats": { @@ -311857,18 +344378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47705, "usage_id": 121 }, "4220.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 12, Reinigungsmittelraum", "arch_name": "UG R 12@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -311876,18 +344399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47716, "usage_id": 205 }, "4220.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 13, WC-Herren Vorraum", "arch_name": "UG R 13@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311895,18 +344420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47727, "usage_id": 118 }, "4220.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 14, WC-Damen Vorraum", "arch_name": "UG R 14@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311914,18 +344441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47736, "usage_id": 118 }, "4220.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 15, WC-Herren", "arch_name": "UG R 15@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311933,18 +344462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47743, "usage_id": 115 }, "4220.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG R 16, WC-Damen", "arch_name": "UG R 16@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -311952,18 +344483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47805, "usage_id": 116 }, "4220.U1.101": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 01, Technik", "arch_name": "UG L 01@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -311971,18 +344504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47812, "usage_id": 120 }, "4220.U1.102": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 02, Technik", "arch_name": "UG L 02@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -311990,19 +344525,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47822, "usage_id": 120 }, "4220.U1.103": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 03, ADV-Peripherieger\u00e4teraum", "arch_name": "UG L 03@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 18098, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -312010,19 +344547,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25686, "usage_id": 110 }, "4220.U1.104": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 04, Serverraum", "arch_name": "UG L 04@4220", "area_id": 42, "building_id": 687, "calendar_resource_nr": 33873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 29111, "seats": { @@ -312030,18 +344569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47836, "usage_id": 207 }, "4220.U1.105": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 05, Wertstoffe/M\u00fcll", "arch_name": "UG L 05@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -312049,18 +344590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47844, "usage_id": 214 }, "4220.U1.106": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 06, L\u00fcftungszentrale", "arch_name": "UG L 06@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -312068,18 +344611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47908, "usage_id": 32 }, "4220.U1.107": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 07, B\u00fcchermagazin", "arch_name": "UG L 07@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26738, "seats": { @@ -312087,18 +344632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47917, "usage_id": 2 }, "4220.U1.108": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 08, Serverraum", "arch_name": "UG L 08@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15563, "seats": { @@ -312106,18 +344653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47927, "usage_id": 207 }, "4220.U1.109": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 09, B\u00fcchermagazin", "arch_name": "UG L 09@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26738, "seats": { @@ -312125,18 +344674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47935, "usage_id": 2 }, "4220.U1.110": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 10, Treppenraum", "arch_name": "UG L 10@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -312144,18 +344695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47946, "usage_id": 223 }, "4220.U1.110A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 10A, Reinigungsmittel", "arch_name": "UG L 10A@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -312163,18 +344716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70706, "usage_id": 205 }, "4220.U1.110B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 10B, Lager 2 (Uni-Bar)", "arch_name": "UG L 10B@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -312182,18 +344737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75623, "usage_id": 30 }, "4220.U1.111": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 11, Treppenraum", "arch_name": "UG L 11@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -312201,18 +344758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48013, "usage_id": 223 }, "4220.U1.112": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 12, Aufzug", "arch_name": "UG L 12@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -312220,18 +344779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48022, "usage_id": 4 }, "4220.U1.113": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Maximus-von-Imhof-Forum 1+3", "zip_code": 85354 }, + "alt_name": "UG L 13, Flur", "arch_name": "UG L 13@4220", "area_id": 42, "building_id": 687, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -312239,18 +344800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48033, "usage_id": 222 }, "4221.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 7", "zip_code": 85354 }, + "alt_name": "001, Server", "arch_name": "001@4221", "area_id": 42, "building_id": 688, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -312258,18 +344821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44749, "usage_id": 207 }, "4221.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 7", "zip_code": 85354 }, + "alt_name": "002, Lager-Werkstatt", "arch_name": "002@4221", "area_id": 42, "building_id": 688, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -312277,18 +344842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44758, "usage_id": 30 }, "4221.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 7", "zip_code": 85354 }, + "alt_name": "003, B\u00fcro", "arch_name": "003@4221", "area_id": 42, "building_id": 688, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -312296,18 +344863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44769, "usage_id": 12 }, "4221.EG.004A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 7", "zip_code": 85354 }, + "alt_name": "004, Serverraum", "arch_name": "004@4221", "area_id": 42, "building_id": 688, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -312315,18 +344884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68910, "usage_id": 120 }, "4221.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 7", "zip_code": 85354 }, + "alt_name": "005, Verteilerraum", "arch_name": "005@4221", "area_id": 42, "building_id": 688, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -312334,18 +344905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44781, "usage_id": 202 }, "4221.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 7", "zip_code": 85354 }, + "alt_name": "08, Gleichrichterraum", "arch_name": "08@4221", "area_id": 42, "building_id": 688, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -312353,18 +344926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44923, "usage_id": 202 }, "4221.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 7", "zip_code": 85354 }, + "alt_name": "007, Hausanschlussraum", "arch_name": "007@4221", "area_id": 42, "building_id": 688, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -312372,18 +344947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44948, "usage_id": 120 }, "4221.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 7", "zip_code": 85354 }, + "alt_name": "008, WC-Herren", "arch_name": "008@4221", "area_id": 42, "building_id": 688, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -312391,18 +344968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44961, "usage_id": 115 }, "4221.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 7", "zip_code": 85354 }, + "alt_name": "009, WC-Damen", "arch_name": "009@4221", "area_id": 42, "building_id": 688, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -312410,18 +344989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45112, "usage_id": 116 }, "4221.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 7", "zip_code": 85354 }, + "alt_name": "010, Flur", "arch_name": "010@4221", "area_id": 42, "building_id": 688, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -312429,18 +345010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45120, "usage_id": 222 }, "4222.EG.101": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-01, Gastraum Nord", "arch_name": "EG-01@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 26175, "seats": { @@ -312448,18 +345031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72881, "usage_id": 45 }, "4222.EG.102": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-02, Erschlie\u00dfung", "arch_name": "EG-02@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 26175, "seats": { @@ -312467,18 +345052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72882, "usage_id": 223 }, "4222.EG.103": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-03, Gastraum", "arch_name": "EG-03@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 26175, "seats": { @@ -312486,18 +345073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72887, "usage_id": 45 }, "4222.EG.104": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-04, Bar", "arch_name": "EG-04@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312505,18 +345094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72894, "usage_id": 28 }, "4222.EG.105": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-05, Eingangsbereich", "arch_name": "EG-05@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 26175, "seats": { @@ -312524,18 +345115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72893, "usage_id": 15 }, "4222.EG.106": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-06, TUM-Shop", "arch_name": "EG-06@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 13946, "seats": { @@ -312543,18 +345136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72895, "usage_id": 164 }, "4222.EG.111": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-11, Balkon/Terrasse Ost", "arch_name": "EG-11@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 26175, "seats": { @@ -312562,18 +345157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73323, "usage_id": 48 }, "4222.EG.113": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-13, Balkon/Terrasse West", "arch_name": "EG-13@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 26175, "seats": { @@ -312581,18 +345178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73325, "usage_id": 48 }, "4222.EG.115": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-15, Erschlie\u00dfung/Abstellpl\u00e4tze", "arch_name": "EG-15@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -312600,18 +345199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73336, "usage_id": 100 }, "4222.EG.116": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-16, Ausschank", "arch_name": "EG-16@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -312619,18 +345220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73337, "usage_id": 186 }, "4222.EG.117": { "address": { - "floor": "EG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "EG-17, Aussentreppe (22 Stufen)", "arch_name": "EG-17@4222", "area_id": 42, "building_id": 2929, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 26175, "seats": { @@ -312638,18 +345241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73338, "usage_id": 7 }, "4222.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-01, WC-Damen", "arch_name": "UG-01@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312657,18 +345262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72904, "usage_id": 116 }, "4222.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-02, WC-Herren", "arch_name": "UG-02@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312676,18 +345283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72905, "usage_id": 115 }, "4222.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-03, Lager Leergut/Gastro M\u00f6bel", "arch_name": "UG-03@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312695,18 +345304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72936, "usage_id": 30 }, "4222.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-04, Umkleide-Herren", "arch_name": "UG-04@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312714,18 +345325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72899, "usage_id": 121 }, "4222.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-05, Umkleide-Damen", "arch_name": "UG-05@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312733,18 +345346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72900, "usage_id": 121 }, "4222.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-06, WC-Personal", "arch_name": "UG-06@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312752,18 +345367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72898, "usage_id": 114 }, "4222.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-07, WC-Barrierefrei/Wickeltisch", "arch_name": "UG-07@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312771,18 +345388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72901, "usage_id": 117 }, "4222.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-09, Treppe/Verteiler", "arch_name": "UG-09@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Terrazzo", "main_operator_id": 26175, "seats": { @@ -312790,18 +345409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72902, "usage_id": 223 }, "4222.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-10, Sp\u00fchlk\u00fcche", "arch_name": "UG-10@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312809,18 +345430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72934, "usage_id": 28 }, "4222.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-12, Speiseausgabe K\u00fcche", "arch_name": "UG-12@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312828,18 +345451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72906, "usage_id": 28 }, "4222.U1.012A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-12A, Vorbereitung K\u00fcche", "arch_name": "UG-12A@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312847,18 +345472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72903, "usage_id": 28 }, "4222.U1.012B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-12B, Kochen K\u00fcche", "arch_name": "UG-12B@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312866,18 +345493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72932, "usage_id": 28 }, "4222.U1.012C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-12C, K\u00fchlung K\u00fcche", "arch_name": "UG-12C@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312885,18 +345514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72939, "usage_id": 199 }, "4222.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-13, Backoffice", "arch_name": "UG-13@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312904,18 +345535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72927, "usage_id": 12 }, "4222.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-14/UG-15, Fass./Speisek\u00fchl.", "arch_name": "UG-14/UG-15@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 26175, "seats": { @@ -312923,18 +345556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72940, "usage_id": 199 }, "4222.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-16, TK", "arch_name": "UG-16@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 26175, "seats": { @@ -312942,18 +345577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72933, "usage_id": 199 }, "4222.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-17, Fleisch", "arch_name": "UG-17@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 26175, "seats": { @@ -312961,18 +345598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72938, "usage_id": 199 }, "4222.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-18, Obst und Gem\u00fcse", "arch_name": "UG-18@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 26175, "seats": { @@ -312980,18 +345619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72931, "usage_id": 199 }, "4222.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-19, Trockenlager", "arch_name": "UG-19@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -312999,18 +345640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72928, "usage_id": 30 }, "4222.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-20, Technik-Flur", "arch_name": "UG-20@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -313018,18 +345661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72929, "usage_id": 222 }, "4222.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-21, Trockenlager", "arch_name": "UG-21@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -313037,18 +345682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72937, "usage_id": 30 }, "4222.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-22, Haustechnik", "arch_name": "UG-22@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -313056,18 +345703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72930, "usage_id": 120 }, "4222.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-24, Rampe/Verteiler", "arch_name": "UG-24@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -313075,18 +345724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72926, "usage_id": 36 }, "4222.U1.024A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-24A, Putzkammer", "arch_name": "UG-24A@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -313094,18 +345745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72941, "usage_id": 209 }, "4222.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-25, Rev.-Kammer", "arch_name": "UG-25@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -313113,18 +345766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72935, "usage_id": 120 }, "4222.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-26, M\u00fcll gek\u00fchlt", "arch_name": "UG-26@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -313132,18 +345787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73166, "usage_id": 216 }, "4222.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-27, M\u00fcll gek\u00fchlt", "arch_name": "UG-27@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -313151,18 +345808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73167, "usage_id": 216 }, "4222.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-27, M\u00fcll 03", "arch_name": "UG-27@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -313170,18 +345829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73164, "usage_id": 216 }, "4222.U1.029": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-27, M\u00fcll 02", "arch_name": "UG-27@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -313189,18 +345850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73165, "usage_id": 216 }, "4222.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "V\u00f6ttinger Str. 40", "zip_code": 85354 }, + "alt_name": "UG-27, M\u00fcll 01", "arch_name": "UG-27@4222", "area_id": 42, "building_id": 2929, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -313208,18 +345871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73168, "usage_id": 216 }, "4223.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "101, Zelle 1", "arch_name": "101@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15626, "seats": { @@ -313227,18 +345892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46942, "usage_id": 166 }, "4223.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "102, Zelle 2", "arch_name": "102@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15626, "seats": { @@ -313246,18 +345913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46958, "usage_id": 166 }, "4223.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "103, Zelle 3", "arch_name": "103@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15626, "seats": { @@ -313265,18 +345934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46970, "usage_id": 166 }, "4223.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "104, Zelle 4", "arch_name": "104@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15626, "seats": { @@ -313284,18 +345955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44437, "usage_id": 166 }, "4223.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "105, Labor", "arch_name": "105@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15626, "seats": { @@ -313303,18 +345976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44446, "usage_id": 102 }, "4223.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "106, Pflanzenraum", "arch_name": "106@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15626, "seats": { @@ -313322,18 +345997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44462, "usage_id": 166 }, "4223.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "120, Flur", "arch_name": "120@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -313341,18 +346018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44610, "usage_id": 222 }, "4223.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E01, Aufenthaltsraum", "arch_name": "E01@4223", "area_id": 42, "building_id": 689, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313360,18 +346039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46211, "usage_id": 44 }, "4223.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E02, Technik / HLS", "arch_name": "E02@4223", "area_id": 42, "building_id": 689, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25178, "seats": { @@ -313379,18 +346060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46223, "usage_id": 194 }, "4223.EG.002A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E02a, Technik Elektro", "arch_name": "E02a@4223", "area_id": 42, "building_id": 689, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25178, "seats": { @@ -313398,19 +346081,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46234, "usage_id": 194 }, "4223.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E03, Labor", "arch_name": "E03@4223", "area_id": 42, "building_id": 689, "calendar_resource_nr": 18606, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313418,19 +346103,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46387, "usage_id": 102 }, "4223.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E04, Labor", "arch_name": "E04@4223", "area_id": 42, "building_id": 689, "calendar_resource_nr": 18607, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313438,18 +346125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46398, "usage_id": 102 }, "4223.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E05, Technischer Raum", "arch_name": "E05@4223", "area_id": 42, "building_id": 689, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313457,18 +346146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46414, "usage_id": 102 }, "4223.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E06, Ordinarius", "arch_name": "E06@4223", "area_id": 42, "building_id": 689, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25178, "seats": { @@ -313476,18 +346167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22972, "usage_id": 12 }, "4223.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E07, Sekret\u00e4rin", "arch_name": "E07@4223", "area_id": 42, "building_id": 689, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25178, "seats": { @@ -313495,19 +346188,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46572, "usage_id": 12 }, "4223.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E08, B\u00fcro", "arch_name": "E08@4223", "area_id": 42, "building_id": 689, "calendar_resource_nr": 18854, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313515,19 +346210,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46583, "usage_id": 12 }, "4223.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E09, B\u00fcro", "arch_name": "E09@4223", "area_id": 42, "building_id": 689, "calendar_resource_nr": 21944, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313535,18 +346232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46597, "usage_id": 12 }, "4223.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E10, B\u00fcro", "arch_name": "E10@4223", "area_id": 42, "building_id": 689, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313554,19 +346253,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46747, "usage_id": 12 }, "4223.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E11, B\u00fcro", "arch_name": "E11@4223", "area_id": 42, "building_id": 689, "calendar_resource_nr": 18798, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313574,18 +346275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46760, "usage_id": 12 }, "4223.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E12, Dunkelraum", "arch_name": "E12@4223", "area_id": 42, "building_id": 689, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313593,18 +346296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46774, "usage_id": 30 }, "4223.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E20, Flur", "arch_name": "E20@4223", "area_id": 42, "building_id": 689, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -313612,19 +346317,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46785, "usage_id": 222 }, "4223.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "E30, Eingangshalle", "arch_name": "E30@4223", "area_id": 42, "building_id": 689, "calendar_resource_nr": 18296, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -313632,18 +346339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46933, "usage_id": 222 }, "4223.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U01, Isotopenlabor", "arch_name": "U01@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313651,18 +346360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45465, "usage_id": 102 }, "4223.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U02, Technik HLS", "arch_name": "U02@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25178, "seats": { @@ -313670,18 +346381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45476, "usage_id": 194 }, "4223.U1.002A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U02a, Technik Elektro", "arch_name": "U02a@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25178, "seats": { @@ -313689,19 +346402,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45485, "usage_id": 194 }, "4223.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U03, HPLC-Naturabstellbar", "arch_name": "U03@4223", "area_id": 42, "building_id": 689, "calendar_resource_nr": 20256, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313709,19 +346424,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45499, "usage_id": 102 }, "4223.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U04, Labor", "arch_name": "U04@4223", "area_id": 42, "building_id": 689, "calendar_resource_nr": 18608, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313729,18 +346446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45656, "usage_id": 102 }, "4223.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U05, Technik Raum", "arch_name": "U05@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313748,18 +346467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45666, "usage_id": 102 }, "4223.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U06, Analyse", "arch_name": "U06@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313767,18 +346488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45682, "usage_id": 102 }, "4223.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U07, Gewebekultur", "arch_name": "U07@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313786,18 +346509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45832, "usage_id": 102 }, "4223.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U08, Sp\u00fclk\u00fcche", "arch_name": "U08@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25178, "seats": { @@ -313805,18 +346530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45844, "usage_id": 28 }, "4223.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U09, Mikroskopie", "arch_name": "U09@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313824,18 +346551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45858, "usage_id": 102 }, "4223.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U10, Dunkelraum", "arch_name": "U10@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313843,18 +346572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45868, "usage_id": 30 }, "4223.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U11, Technik", "arch_name": "U11@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25178, "seats": { @@ -313862,18 +346593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46015, "usage_id": 194 }, "4223.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U12, K\u00fchlraum", "arch_name": "U12@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25178, "seats": { @@ -313881,18 +346614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46025, "usage_id": 199 }, "4223.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U13, Lager", "arch_name": "U13@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313900,18 +346635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46036, "usage_id": 30 }, "4223.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U14, Bakterienzucht", "arch_name": "U14@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25178, "seats": { @@ -313919,18 +346656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46052, "usage_id": 102 }, "4223.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "U20, Flur", "arch_name": "U20@4223", "area_id": 42, "building_id": 689, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -313938,18 +346677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46200, "usage_id": 222 }, "4223.U2.002": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "K02, Elektroverteilung", "arch_name": "K02@4223", "area_id": 42, "building_id": 689, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -313957,18 +346698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45135, "usage_id": 160 }, "4223.U2.003": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "K03, Lager radioaktive Stoffe", "arch_name": "K03@4223", "area_id": 42, "building_id": 689, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25178, "seats": { @@ -313976,18 +346719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45141, "usage_id": 30 }, "4223.U2.004": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "K04, Lager", "arch_name": "K04@4223", "area_id": 42, "building_id": 689, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25178, "seats": { @@ -313995,18 +346740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45292, "usage_id": 30 }, "4223.U2.005": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "K05, Technik L\u00fcftung", "arch_name": "K05@4223", "area_id": 42, "building_id": 689, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314014,18 +346761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45305, "usage_id": 32 }, "4223.U2.020": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Emil-Ramann-Str. 8", "zip_code": 85354 }, + "alt_name": "K20, Flur", "arch_name": "K20@4223", "area_id": 42, "building_id": 689, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -314033,18 +346782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45315, "usage_id": 222 }, "4224.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.1, Ecklabor Studenten", "arch_name": "1.1@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314052,18 +346803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47683, "usage_id": 102 }, "4224.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.2, EMSA WB", "arch_name": "1.2@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314071,18 +346824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47952, "usage_id": 102 }, "4224.01.102A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.2a, Zellkultur", "arch_name": "1.2a@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314090,18 +346845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47968, "usage_id": 103 }, "4224.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.3, Pr\u00e4-PCR", "arch_name": "1.3@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314109,18 +346866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47981, "usage_id": 103 }, "4224.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.4, Sekretariat", "arch_name": "1.4@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314128,18 +346887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47751, "usage_id": 40 }, "4224.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.5, Fotolabor (gem. Nutzung)", "arch_name": "1.5@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314147,18 +346908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47763, "usage_id": 104 }, "4224.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.6, Installation", "arch_name": "1.6@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314166,18 +346929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47780, "usage_id": 120 }, "4224.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.7, Gas", "arch_name": "1.7@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314185,18 +346950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47546, "usage_id": 30 }, "4224.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.8, Elektrische Versorgung", "arch_name": "1.8@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314204,18 +346971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47561, "usage_id": 160 }, "4224.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.9, Flur", "arch_name": "1.9@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -314223,18 +346992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47579, "usage_id": 222 }, "4224.01.109A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.9a, Flur", "arch_name": "1.9a@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -314242,18 +347013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47849, "usage_id": 222 }, "4224.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.10, B\u00fcro", "arch_name": "1.10@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314261,18 +347034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47870, "usage_id": 12 }, "4224.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.11, B\u00fcro", "arch_name": "1.11@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314280,18 +347055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47885, "usage_id": 12 }, "4224.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.13, Technik", "arch_name": "1.13@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314299,18 +347076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45928, "usage_id": 120 }, "4224.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.14, Sequenzierlabor (gem. Nutzung)", "arch_name": "1.14@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 55318, "seats": { @@ -314318,18 +347097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45948, "usage_id": 103 }, "4224.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.15, Labor", "arch_name": "1.15@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 55318, "seats": { @@ -314337,18 +347118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46106, "usage_id": 102 }, "4224.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.16, Lager", "arch_name": "1.16@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314356,18 +347139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46127, "usage_id": 30 }, "4224.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.17/1.18, Chemikalienraum", "arch_name": "1.17/1.18@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314375,18 +347160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47150, "usage_id": 132 }, "4224.01.119": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.19, Cycler Raum", "arch_name": "1.19@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314394,18 +347181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47136, "usage_id": 103 }, "4224.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.20, Ultratiefk\u00fchlraum", "arch_name": "1.20@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314413,18 +347202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47122, "usage_id": 199 }, "4224.01.121": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.21, Ultratiefk\u00fchlraum", "arch_name": "1.21@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -314432,18 +347223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48572, "usage_id": 199 }, "4224.01.122": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.22, Lager", "arch_name": "1.22@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -314451,18 +347244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48555, "usage_id": 30 }, "4224.01.123A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.23a, K\u00fchlschleuse +4\u00b0C", "arch_name": "1.23a@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -314470,18 +347265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48439, "usage_id": 199 }, "4224.01.123B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.23b, Gefrieraum -20\u00b0C", "arch_name": "1.23b@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -314489,18 +347286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48424, "usage_id": 199 }, "4224.01.124": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.24/1.25, FPLC-Ultraschall (gem. Nutzung)", "arch_name": "1.24/1.25@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -314508,18 +347307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48457, "usage_id": 103 }, "4224.01.126": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.26, Technik", "arch_name": "1.26@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314527,18 +347328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48537, "usage_id": 160 }, "4224.01.127": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.27, WC-Herren", "arch_name": "1.27@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -314546,18 +347349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47235, "usage_id": 115 }, "4224.01.127A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.27a, Technik Elektro", "arch_name": "1.27a@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314565,18 +347370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47249, "usage_id": 160 }, "4224.01.129": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.29, Treppenraum", "arch_name": "1.29@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -314584,18 +347391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47268, "usage_id": 223 }, "4224.01.130": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.30, Reinigungsmittelraum", "arch_name": "1.30@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -314603,18 +347412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47345, "usage_id": 205 }, "4224.01.131": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.31, WC-Damen", "arch_name": "1.31@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -314622,18 +347433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47359, "usage_id": 116 }, "4224.01.132": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.32, Labor", "arch_name": "1.32@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 55318, "seats": { @@ -314641,18 +347454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47374, "usage_id": 102 }, "4224.01.133": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.33, B\u00fcro", "arch_name": "1.33@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 55318, "seats": { @@ -314660,18 +347475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47448, "usage_id": 12 }, "4224.01.134": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.34, B\u00fcro", "arch_name": "1.34@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 55318, "seats": { @@ -314679,18 +347496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47471, "usage_id": 12 }, "4224.01.135": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.35, Labor S1-Genlabor", "arch_name": "1.35@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -314698,18 +347517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47486, "usage_id": 136 }, "4224.01.136": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.36, Mikroskopie", "arch_name": "1.36@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -314717,18 +347538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44552, "usage_id": 103 }, "4224.01.136B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.36b, B\u00fcro", "arch_name": "1.36b@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -314736,18 +347559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44705, "usage_id": 12 }, "4224.01.138": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.38, Technik Elektro", "arch_name": "1.38@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314755,18 +347580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44724, "usage_id": 160 }, "4224.01.139": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.39, Technik Gas", "arch_name": "1.39@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314774,18 +347601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44744, "usage_id": 30 }, "4224.01.140": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.40, Technik", "arch_name": "1.40@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314793,18 +347622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44890, "usage_id": 120 }, "4224.01.142": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.42, Teek\u00fcche (gem. Nutzung)", "arch_name": "1.42@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -314812,18 +347643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44908, "usage_id": 198 }, "4224.01.143": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.43, B\u00fcro", "arch_name": "1.43@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -314831,18 +347664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45068, "usage_id": 12 }, "4224.01.144": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.44, EDV / B\u00fcro (gem. Nutzung)", "arch_name": "1.44@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -314850,18 +347685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45085, "usage_id": 12 }, "4224.01.146": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.46, Personalaufenthalt (gem. Nutzung)", "arch_name": "1.46@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -314869,18 +347706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45098, "usage_id": 44 }, "4224.01.147": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.47, B\u00fcro Tierpfleger", "arch_name": "1.47@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44444, "seats": { @@ -314888,19 +347727,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45249, "usage_id": 12 }, "4224.01.148": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.48, Seminarraum 51 (WZWS51)", "arch_name": "1.48@4224", "area_id": 42, "building_id": 690, "calendar_resource_nr": 18251, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -314908,18 +347749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45260, "usage_id": 41 }, "4224.01.152": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.52, Installation", "arch_name": "1.52@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314927,18 +347770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45275, "usage_id": 120 }, "4224.01.153": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.53, Gas", "arch_name": "1.53@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314946,18 +347791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45426, "usage_id": 30 }, "4224.01.154": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.54, Elektrische Versorgung", "arch_name": "1.54@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -314965,18 +347812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45440, "usage_id": 160 }, "4224.01.155": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.55, B\u00fcro", "arch_name": "1.55@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -314984,18 +347833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45454, "usage_id": 12 }, "4224.01.156": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.56, Mikroskopierraum S1-Genlabor", "arch_name": "1.56@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315003,18 +347854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45608, "usage_id": 103 }, "4224.01.157": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.57, Auswertungslabor", "arch_name": "1.57@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315022,18 +347875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45623, "usage_id": 103 }, "4224.01.158": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.58, Labor S1-Genlabor (gem. Nutzung)", "arch_name": "1.58@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315041,18 +347896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45638, "usage_id": 103 }, "4224.01.159": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.59, Zellkultur S1-Genlabor (gem. Nutzung)", "arch_name": "1.59@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315060,18 +347917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46142, "usage_id": 103 }, "4224.01.160": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.60, Labor S1-Genlabor", "arch_name": "1.60@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315079,18 +347938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46287, "usage_id": 103 }, "4224.01.161": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.61, Flur", "arch_name": "1.61@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -315098,18 +347959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46301, "usage_id": 222 }, "4224.01.161A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.61a, Flur", "arch_name": "1.61a@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -315117,18 +347980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46322, "usage_id": 222 }, "4224.01.162": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.62, WC-Herren", "arch_name": "1.62@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -315136,18 +348001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46478, "usage_id": 115 }, "4224.01.163": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.63, Technik allgemein", "arch_name": "1.63@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -315155,18 +348022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46494, "usage_id": 160 }, "4224.01.165": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.65, Technik elektrisch", "arch_name": "1.65@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -315174,18 +348043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46509, "usage_id": 160 }, "4224.01.166": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.66, Treppenraum", "arch_name": "1.66@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -315193,18 +348064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46662, "usage_id": 223 }, "4224.01.167": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.67, WC-Damen", "arch_name": "1.67@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -315212,18 +348085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46682, "usage_id": 116 }, "4224.01.168": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.68, Reinigungsmittelraum", "arch_name": "1.68@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -315231,18 +348106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46699, "usage_id": 205 }, "4224.01.169": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.69/1.70, Chemikalienraum", "arch_name": "1.69/1.70@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -315250,18 +348127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46854, "usage_id": 132 }, "4224.01.171": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.71, Lager", "arch_name": "1.71@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315269,18 +348148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46878, "usage_id": 30 }, "4224.01.172": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.72, S2 Gentechnik m. Autoklav u. Stickstofflager", "arch_name": "1.72@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -315288,18 +348169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47029, "usage_id": 194 }, "4224.01.173": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.73, Standort Gefrierschr\u00e4nke S1-Genlabor (-20\u00b0C", "arch_name": "1.73@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -315307,18 +348190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47047, "usage_id": 199 }, "4224.01.174": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.74, Lager", "arch_name": "1.74@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315326,18 +348211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44346, "usage_id": 30 }, "4224.01.175": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.75, Labor Dunkelraum", "arch_name": "1.75@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315345,18 +348232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44353, "usage_id": 102 }, "4224.01.176": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.76/1.77, Chemikalienraum", "arch_name": "1.76/1.77@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315364,18 +348253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44378, "usage_id": 132 }, "4224.01.178A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.78a, K\u00fchlraum (gem. Nutzung 1201074200)", "arch_name": "1.78a@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -315383,18 +348274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44535, "usage_id": 199 }, "4224.01.178B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.78b, Gefrierraum -20\u00b0C (gem. Nutzung mit 1201074", "arch_name": "1.78b@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -315402,18 +348295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51209, "usage_id": 199 }, "4224.01.179": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.79, Speziallabor S1-Genlabor/Lager+B\u00fcro", "arch_name": "1.79@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315421,18 +348316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51228, "usage_id": 103 }, "4224.01.180B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.80b, Speziallabor/B\u00fcro", "arch_name": "1.80b@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315440,18 +348337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51374, "usage_id": 103 }, "4224.01.181": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.81, Technik", "arch_name": "1.81@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -315459,18 +348358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51395, "usage_id": 120 }, "4224.01.182": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.82, B\u00fcro", "arch_name": "1.82@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315478,18 +348379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51373, "usage_id": 12 }, "4224.01.183": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.83, Histologielabor", "arch_name": "1.83@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315497,18 +348400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51393, "usage_id": 102 }, "4224.01.184": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.84, B\u00fcro", "arch_name": "1.84@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315516,18 +348421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51412, "usage_id": 12 }, "4224.01.185": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.85, Technik elektrisch", "arch_name": "1.85@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -315535,18 +348442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51413, "usage_id": 160 }, "4224.01.186": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.86, Technik Gas", "arch_name": "1.86@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -315554,18 +348463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51570, "usage_id": 30 }, "4224.01.187": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.87, Technik", "arch_name": "1.87@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -315573,18 +348484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51574, "usage_id": 120 }, "4224.01.189": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.89, B\u00fcro", "arch_name": "1.89@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315592,18 +348505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51590, "usage_id": 12 }, "4224.01.190": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.90, B\u00fcro/Sekretariat", "arch_name": "1.90@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315611,18 +348526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51600, "usage_id": 12 }, "4224.01.191": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.91, Labor", "arch_name": "1.91@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315630,18 +348547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51749, "usage_id": 102 }, "4224.01.192": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.92, Zellkultur S1", "arch_name": "1.92@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315649,18 +348568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51763, "usage_id": 102 }, "4224.01.193": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.93, Labor S1", "arch_name": "1.93@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15584, "seats": { @@ -315668,18 +348589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51737, "usage_id": 102 }, "4224.01.196": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.96, Flur", "arch_name": "1.96@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -315687,18 +348610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51748, "usage_id": 222 }, "4224.01.197": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.97, Flur", "arch_name": "1.97@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -315706,18 +348631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51764, "usage_id": 222 }, "4224.01.198": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "1.98, Steg", "arch_name": "1.98@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -315725,18 +348652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51913, "usage_id": 222 }, "4224.02.201": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.1, S1-Genlabor", "arch_name": "2.1@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -315744,18 +348673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52926, "usage_id": 102 }, "4224.02.202": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.2, S1-Genlabor", "arch_name": "2.2@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -315763,18 +348694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52942, "usage_id": 102 }, "4224.02.203": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.3, B\u00fcro", "arch_name": "2.3@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -315782,18 +348715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53090, "usage_id": 12 }, "4224.02.204": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.4, B\u00fcro", "arch_name": "2.4@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -315801,18 +348736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53102, "usage_id": 12 }, "4224.02.205": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.5, B\u00fcro", "arch_name": "2.5@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -315820,18 +348757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53116, "usage_id": 12 }, "4224.02.207": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.7, Technik allgemein", "arch_name": "2.7@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -315839,18 +348778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53260, "usage_id": 160 }, "4224.02.208": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.8, Gasflaschenlager", "arch_name": "2.8@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -315858,18 +348799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53273, "usage_id": 30 }, "4224.02.209": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.9, Technik elektrisch", "arch_name": "2.9@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -315877,18 +348820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53288, "usage_id": 160 }, "4224.02.210": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "210, Flur", "arch_name": "210@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -315896,18 +348841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53293, "usage_id": 222 }, "4224.02.210A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.10a, Flur", "arch_name": "2.10a@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -315915,18 +348862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53439, "usage_id": 222 }, "4224.02.211": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.11, S1-Genlabor", "arch_name": "2.11@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -315934,18 +348883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53456, "usage_id": 102 }, "4224.02.212B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.12b, Zellkultur, S2-Genlabor", "arch_name": "2.12b@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -315953,18 +348904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53603, "usage_id": 102 }, "4224.02.213": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.13, B\u00fcro", "arch_name": "2.13@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -315972,18 +348925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69915, "usage_id": 12 }, "4224.02.214": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.14, Technik", "arch_name": "2.14@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -315991,18 +348946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53627, "usage_id": 120 }, "4224.02.215": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.15, Agarose Gelelektrophorese", "arch_name": "2.15@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316010,18 +348967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53641, "usage_id": 102 }, "4224.02.216": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.16, C. elegans, S1-Genlabor", "arch_name": "2.16@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316029,18 +348988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53780, "usage_id": 102 }, "4224.02.217": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.17, C.elegans Mikroskopie, S1-Genlabor", "arch_name": "2.17@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316048,18 +349009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53798, "usage_id": 102 }, "4224.02.218": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.18/2.19, Labor, Lagerung", "arch_name": "2.18/2.19@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316067,18 +349030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51204, "usage_id": 102 }, "4224.02.220": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.20, S1-Genlabor", "arch_name": "2.20@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316086,18 +349051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51218, "usage_id": 102 }, "4224.02.221": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.21, Umkleide", "arch_name": "2.21@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316105,18 +349072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51930, "usage_id": 121 }, "4224.02.222": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.22, Ultratiefk\u00fchlraum/S1- Genlabor", "arch_name": "2.22@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316124,18 +349093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51943, "usage_id": 199 }, "4224.02.223": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.23, Archiv/Lager (gem. Nutzung)", "arch_name": "2.23@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316143,18 +349114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52080, "usage_id": 2 }, "4224.02.224A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.24a, K\u00fchlschleuse -4\u00b0C / S1-Genlabor", "arch_name": "2.24a@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316162,18 +349135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52093, "usage_id": 199 }, "4224.02.224B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.24b, Gefrierraum -20\u00b0C / S1-Genlabor", "arch_name": "2.24b@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316181,18 +349156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52104, "usage_id": 199 }, "4224.02.225": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.25/2.26, Lager Laborbedarf", "arch_name": "2.25/2.26@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316200,18 +349177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52247, "usage_id": 30 }, "4224.02.227": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.27, Technik", "arch_name": "2.27@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -316219,18 +349198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52263, "usage_id": 160 }, "4224.02.228": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.28, WC-Herren", "arch_name": "2.28@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -316238,18 +349219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52278, "usage_id": 115 }, "4224.02.229": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.29, Technik elektrisch", "arch_name": "2.29@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -316257,18 +349240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52427, "usage_id": 160 }, "4224.02.231": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.31, Treppenraum", "arch_name": "2.31@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -316276,18 +349261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52440, "usage_id": 223 }, "4224.02.232": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.32, Reinigungsmittelraum", "arch_name": "2.32@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -316295,18 +349282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52460, "usage_id": 205 }, "4224.02.233": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.33, WC-Damen", "arch_name": "2.33@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -316314,19 +349303,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52605, "usage_id": 116 }, "4224.02.234": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.34, Seminarraum 52 (WZWS52) (gem. Nutzung)", "arch_name": "2.34@4224", "area_id": 42, "building_id": 690, "calendar_resource_nr": 12642, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -316334,19 +349325,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10153, "usage_id": 41 }, "4224.02.235": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.36/2.35, B\u00fcro", "arch_name": "2.36/2.35@4224", "area_id": 42, "building_id": 690, "calendar_resource_nr": 18619, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316354,18 +349347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52634, "usage_id": 12 }, "4224.02.237": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.37, Sekretariat", "arch_name": "2.37@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316373,19 +349368,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52785, "usage_id": 40 }, "4224.02.238": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.38, B\u00fcro", "arch_name": "2.38@4224", "area_id": 42, "building_id": 690, "calendar_resource_nr": 20982, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -316393,18 +349390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52799, "usage_id": 12 }, "4224.02.240": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.40, Technik elektrisch", "arch_name": "2.40@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -316412,18 +349411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52951, "usage_id": 160 }, "4224.02.241": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.41, Technik Gas", "arch_name": "2.41@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -316431,18 +349432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52968, "usage_id": 30 }, "4224.02.242": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.42, Technik", "arch_name": "2.42@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -316450,19 +349453,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52977, "usage_id": 120 }, "4224.02.243": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.43, Hochschulleitung Besprechung (gem. Nutzung)", "arch_name": "2.43@4224", "area_id": 42, "building_id": 690, "calendar_resource_nr": 18250, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -316470,18 +349475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51778, "usage_id": 42 }, "4224.02.244": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.44, B\u00fcro (gem. Nutzung)", "arch_name": "2.44@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -316489,18 +349496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51927, "usage_id": 12 }, "4224.02.247": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.47, B\u00fcro", "arch_name": "2.47@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316508,18 +349517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51939, "usage_id": 12 }, "4224.02.248": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.48, EDV / B\u00fcro", "arch_name": "2.48@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316527,18 +349538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51948, "usage_id": 12 }, "4224.02.257": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.57, Technik", "arch_name": "2.57@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -316546,18 +349559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52091, "usage_id": 160 }, "4224.02.258": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.58, Technik Gas", "arch_name": "2.58@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -316565,18 +349580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52106, "usage_id": 30 }, "4224.02.259": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.59, Technik elektrisch", "arch_name": "2.59@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -316584,18 +349601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52249, "usage_id": 160 }, "4224.02.260": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.60, B\u00fcro", "arch_name": "2.60@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316603,18 +349622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52257, "usage_id": 12 }, "4224.02.261": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.61, Imaging / S1-Genlabor", "arch_name": "2.61@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316622,18 +349643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52272, "usage_id": 104 }, "4224.02.262": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.62, S1-Genlabor", "arch_name": "2.62@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316641,18 +349664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52426, "usage_id": 103 }, "4224.02.263": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.63, Zellkultur / S2-Genlabor", "arch_name": "2.63@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316660,18 +349685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52442, "usage_id": 166 }, "4224.02.264": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.64, Zellkultur/S2-Genlabor", "arch_name": "2.64@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316679,18 +349706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52455, "usage_id": 166 }, "4224.02.265": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.65, S1-Genlabor", "arch_name": "2.65@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316698,18 +349727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52604, "usage_id": 103 }, "4224.02.266": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.66, Flur", "arch_name": "2.66@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -316717,18 +349748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52619, "usage_id": 222 }, "4224.02.266A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.66a, Flur", "arch_name": "2.66a@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -316736,18 +349769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52772, "usage_id": 222 }, "4224.02.267": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.67, WC-Herren", "arch_name": "2.67@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -316755,18 +349790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52788, "usage_id": 115 }, "4224.02.268": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.68, Technik", "arch_name": "2.68@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -316774,18 +349811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52800, "usage_id": 160 }, "4224.02.270": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.70, Technik elektrisch", "arch_name": "2.70@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -316793,18 +349832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52910, "usage_id": 160 }, "4224.02.271": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.71, Treppenraum", "arch_name": "2.71@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -316812,18 +349853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46433, "usage_id": 223 }, "4224.02.272": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.72, WC-Damen", "arch_name": "2.72@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -316831,18 +349874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46448, "usage_id": 116 }, "4224.02.273": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.73, Reinigungsmittelraum", "arch_name": "2.73@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -316850,18 +349895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46469, "usage_id": 205 }, "4224.02.274": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.74/2.75, Chemikalienraum", "arch_name": "2.74/2.75@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316869,18 +349916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46616, "usage_id": 132 }, "4224.02.276": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.76, Ger\u00e4telager", "arch_name": "2.76@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316888,18 +349937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46632, "usage_id": 30 }, "4224.02.277": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.77, Lager 1", "arch_name": "2.77@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316907,18 +349958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46644, "usage_id": 30 }, "4224.02.278": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.78, Gefrier-Ultratiefk\u00fchlraum/S1-Genlabor", "arch_name": "2.78@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316926,18 +349979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46799, "usage_id": 199 }, "4224.02.279": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.79, Lager 2", "arch_name": "2.79@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316945,18 +350000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46812, "usage_id": 30 }, "4224.02.280": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.80, Lager, Zentrifugen", "arch_name": "2.80@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -316964,18 +350021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46826, "usage_id": 30 }, "4224.02.281": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.81/2.82, Chemikalienraum", "arch_name": "2.81/2.82@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -316983,18 +350042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46835, "usage_id": 132 }, "4224.02.283": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.83, Lager 3 (Vorhalt K\u00fchlraum)", "arch_name": "2.83@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -317002,18 +350063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46984, "usage_id": 199 }, "4224.02.284B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.84b, Labor S2", "arch_name": "2.84b@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -317021,18 +350084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46996, "usage_id": 103 }, "4224.02.285": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.85, S1-Genlabor, Light Cycler (gem. Nutzung)", "arch_name": "2.85@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -317040,18 +350105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47004, "usage_id": 103 }, "4224.02.286": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.86, Technik", "arch_name": "2.86@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -317059,18 +350126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47016, "usage_id": 160 }, "4224.02.288": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.88, B\u00fcro", "arch_name": "2.88@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -317078,18 +350147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44306, "usage_id": 12 }, "4224.02.289": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.89, B\u00fcro", "arch_name": "2.89@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -317097,18 +350168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44316, "usage_id": 12 }, "4224.02.290": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.90, Technik elektrisch", "arch_name": "2.90@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -317116,18 +350189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44329, "usage_id": 160 }, "4224.02.291": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.91, Technik Gas", "arch_name": "2.91@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -317135,18 +350210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45166, "usage_id": 30 }, "4224.02.292": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.92, Technik", "arch_name": "2.92@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -317154,18 +350231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45179, "usage_id": 160 }, "4224.02.294": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.94, Sekretariat", "arch_name": "2.94@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -317173,18 +350252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45337, "usage_id": 40 }, "4224.02.296": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.95/2.96, B\u00fcro", "arch_name": "2.95/2.96@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -317192,19 +350273,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45353, "usage_id": 12 }, "4224.02.298": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.98, Seminarraum 53 (WZWS53)", "arch_name": "2.98@4224", "area_id": 42, "building_id": 690, "calendar_resource_nr": 12541, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -317212,18 +350295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10999, "usage_id": 41 }, "4224.02.299A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.99a, Empore West", "arch_name": "2.99a@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -317231,18 +350316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45550, "usage_id": 222 }, "4224.02.299B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.99b, Empore Ost", "arch_name": "2.99b@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -317250,18 +350337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45703, "usage_id": 222 }, "4224.02.299C": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "2.99c, Steg", "arch_name": "2.99c@4224", "area_id": 42, "building_id": 690, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -317269,18 +350358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45724, "usage_id": 222 }, "4224.DG.401": { "address": { - "floor": "DG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "4.01, Technik West", "arch_name": "4.01@4224", "area_id": 42, "building_id": 690, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -317288,18 +350379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64302, "usage_id": 120 }, "4224.DG.402": { "address": { - "floor": "DG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "4.02, Technik Ost", "arch_name": "4.02@4224", "area_id": 42, "building_id": 690, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -317307,18 +350400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64303, "usage_id": 120 }, "4224.DG.403": { "address": { - "floor": "DG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "4.03, Treppenhaus West", "arch_name": "4.03@4224", "area_id": 42, "building_id": 690, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -317326,18 +350421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64304, "usage_id": 223 }, "4224.DG.404": { "address": { - "floor": "DG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "4.04, Treppenhaus Ost", "arch_name": "4.04@4224", "area_id": 42, "building_id": 690, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -317345,18 +350442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64305, "usage_id": 223 }, "4224.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.1, Studienraum", "arch_name": "0.1@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -317364,18 +350463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52939, "usage_id": 131 }, "4224.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.2, B\u00fcro", "arch_name": "0.2@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -317383,18 +350484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53080, "usage_id": 12 }, "4224.EG.002A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.2a, WC", "arch_name": "0.2a@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -317402,18 +350505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53094, "usage_id": 114 }, "4224.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.3, B\u00fcro/Probandenraum", "arch_name": "0.3@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19699, "seats": { @@ -317421,18 +350526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53103, "usage_id": 12 }, "4224.EG.003A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.3a, WC", "arch_name": "0.3a@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19699, "seats": { @@ -317440,18 +350547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53251, "usage_id": 114 }, "4224.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.4, B\u00fcro/Probandenraum", "arch_name": "0.4@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -317459,18 +350568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53270, "usage_id": 12 }, "4224.EG.004A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.4a, WC", "arch_name": "0.4a@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19699, "seats": { @@ -317478,18 +350589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53284, "usage_id": 114 }, "4224.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.5, B\u00fcro/Probandenraum", "arch_name": "0.5@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -317497,18 +350610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53433, "usage_id": 12 }, "4224.EG.005A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.5a, WC", "arch_name": "0.5a@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -317516,18 +350631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53458, "usage_id": 114 }, "4224.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.6, B\u00fcro Studienkoordinator", "arch_name": "0.6@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -317535,18 +350652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53605, "usage_id": 12 }, "4224.EG.006A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.6a, WC", "arch_name": "0.6a@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -317554,18 +350673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53616, "usage_id": 114 }, "4224.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.7, Technik", "arch_name": "0.7@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -317573,18 +350694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53639, "usage_id": 120 }, "4224.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.8, Technik Gas", "arch_name": "0.8@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -317592,18 +350715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53783, "usage_id": 30 }, "4224.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.9, Elektrische Versorgung", "arch_name": "0.9@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -317611,18 +350736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53799, "usage_id": 160 }, "4224.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.10, Flur", "arch_name": "0.10@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -317630,18 +350757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46902, "usage_id": 222 }, "4224.EG.010A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.10a, Flur", "arch_name": "0.10a@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -317649,18 +350778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46922, "usage_id": 222 }, "4224.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.11/0.12, Sp\u00fclraum (gem. Nutzung)", "arch_name": "0.11/0.12@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -317668,18 +350799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47075, "usage_id": 209 }, "4224.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.13, Autoklavenraum (gem. Nutzung)", "arch_name": "0.13@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -317687,18 +350820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47094, "usage_id": 194 }, "4224.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.15, Technik", "arch_name": "0.15@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -317706,18 +350841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44382, "usage_id": 120 }, "4224.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.16, Experimentierk\u00fcche", "arch_name": "0.16@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -317725,18 +350862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44400, "usage_id": 28 }, "4224.EG.016A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.16a, Lager", "arch_name": "0.16a@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -317744,18 +350883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44415, "usage_id": 30 }, "4224.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.17, Sanit\u00e4tsraum + R\u00f6ntgen (Probanden)", "arch_name": "0.17@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -317763,18 +350904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44570, "usage_id": 124 }, "4224.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.18, Ruheraum", "arch_name": "0.18@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -317782,18 +350925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44583, "usage_id": 178 }, "4224.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.19/0.21, Ultratiefk\u00fchlraum", "arch_name": "0.19/0.21@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -317801,18 +350946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44603, "usage_id": 199 }, "4224.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.20, Werkstatt / Lager (gem. Nutzung)", "arch_name": "0.20@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 51258, "seats": { @@ -317820,18 +350967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44752, "usage_id": 51 }, "4224.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.22, Lager Isotopenbereich (gem. Nutzung)", "arch_name": "0.22@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -317839,18 +350988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44784, "usage_id": 30 }, "4224.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.23, Technik", "arch_name": "0.23@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -317858,18 +351009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44929, "usage_id": 160 }, "4224.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.24, WC-Herren", "arch_name": "0.24@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -317877,18 +351030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44951, "usage_id": 115 }, "4224.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.25, Elektrische Versorgung", "arch_name": "0.25@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -317896,18 +351051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45104, "usage_id": 160 }, "4224.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.26, Aufzug", "arch_name": "0.26@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -317915,18 +351072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45115, "usage_id": 4 }, "4224.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.27, Treppenraum", "arch_name": "0.27@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -317934,18 +351093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45119, "usage_id": 223 }, "4224.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.28, Reinigungsmittelraum", "arch_name": "0.28@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -317953,18 +351114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45800, "usage_id": 205 }, "4224.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.29, WC-Damen", "arch_name": "0.29@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -317972,18 +351135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45808, "usage_id": 116 }, "4224.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.30, Werkstatt (E.Jochem; gem.Nutzung 1124301070)", "arch_name": "0.30@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -317991,18 +351156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45821, "usage_id": 51 }, "4224.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.31, Labor (ZIEL Nachwuchsgruppe)", "arch_name": "0.31@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19699, "seats": { @@ -318010,18 +351177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45969, "usage_id": 194 }, "4224.EG.032A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.32a, B\u00fcro (ZIEL Nachwuchsgruppe)", "arch_name": "0.32a@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19699, "seats": { @@ -318029,18 +351198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45983, "usage_id": 12 }, "4224.EG.032B": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.32b, Verbindungsflur zu 0.31 U. 0.34", "arch_name": "0.32b@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -318048,18 +351219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46000, "usage_id": 222 }, "4224.EG.032C": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "032c, Schleuse zu 0.34", "arch_name": "032c@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19699, "seats": { @@ -318067,18 +351240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46157, "usage_id": 105 }, "4224.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.33, Labor (ZIEL Nachwuchsgruppe)", "arch_name": "0.33@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19699, "seats": { @@ -318086,18 +351261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46170, "usage_id": 103 }, "4224.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.34, Isotopenlabor Radioaktiv", "arch_name": "0.34@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -318105,18 +351282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46190, "usage_id": 103 }, "4224.EG.035": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.35, Technik elektrisch", "arch_name": "0.35@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318124,18 +351303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46345, "usage_id": 160 }, "4224.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.36, Technik Gas", "arch_name": "0.36@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318143,18 +351324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46362, "usage_id": 30 }, "4224.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.37, Technik", "arch_name": "0.37@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318162,18 +351345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46371, "usage_id": 120 }, "4224.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.38, Studierende/B\u00fcro", "arch_name": "0.38@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -318181,18 +351366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46524, "usage_id": 12 }, "4224.EG.039": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.39, Technik", "arch_name": "0.39@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318200,18 +351387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46540, "usage_id": 160 }, "4224.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.40, Technik gas", "arch_name": "0.40@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318219,18 +351408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46559, "usage_id": 30 }, "4224.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.41, Technik elektrisch", "arch_name": "0.41@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318238,18 +351429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46714, "usage_id": 160 }, "4224.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.42, Auswertungslabor/B\u00fcro", "arch_name": "0.42@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15575, "seats": { @@ -318257,18 +351450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46732, "usage_id": 194 }, "4224.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.43, Mess- und Analyseraum (Scanner, Acrylamid-Ge", "arch_name": "0.43@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15575, "seats": { @@ -318276,18 +351471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46887, "usage_id": 103 }, "4224.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.45, Protein- und Proteomlabor", "arch_name": "0.45@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15575, "seats": { @@ -318295,18 +351492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46422, "usage_id": 102 }, "4224.EG.045A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.45a, Autoklavenraum", "arch_name": "0.45a@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15575, "seats": { @@ -318314,18 +351513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46576, "usage_id": 209 }, "4224.EG.045B": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.45b, Histologie-Labor", "arch_name": "0.45b@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15575, "seats": { @@ -318333,18 +351534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46591, "usage_id": 102 }, "4224.EG.045C": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.45c, Flur", "arch_name": "0.45c@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15575, "seats": { @@ -318352,18 +351555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46746, "usage_id": 222 }, "4224.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.46, Zellkultur-Labor, Molekularbiologie", "arch_name": "0.46@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15575, "seats": { @@ -318371,18 +351576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46765, "usage_id": 102 }, "4224.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.47, Flur", "arch_name": "0.47@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -318390,18 +351597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46789, "usage_id": 222 }, "4224.EG.047A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.47a, Flur", "arch_name": "0.47a@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -318409,18 +351618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46946, "usage_id": 222 }, "4224.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.48, WC-Herren", "arch_name": "0.48@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -318428,18 +351639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46961, "usage_id": 115 }, "4224.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.49, Technik", "arch_name": "0.49@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318447,18 +351660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44429, "usage_id": 160 }, "4224.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.50, Aufzug", "arch_name": "0.50@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -318466,18 +351681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44452, "usage_id": 4 }, "4224.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.51, Elektrische Versorgung", "arch_name": "0.51@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318485,18 +351702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44468, "usage_id": 160 }, "4224.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.52, Treppenraum", "arch_name": "0.52@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -318504,18 +351723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44624, "usage_id": 223 }, "4224.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.53, WC-Damen", "arch_name": "0.53@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -318523,18 +351744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44648, "usage_id": 116 }, "4224.EG.054": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.54, Fotolabor/Dunkelkammer", "arch_name": "0.54@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15575, "seats": { @@ -318542,18 +351765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44796, "usage_id": 104 }, "4224.EG.055": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.55/0.56, Chem.- und L\u00f6sungsmittel-Lager", "arch_name": "0.55/0.56@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318561,18 +351786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44814, "usage_id": 132 }, "4224.EG.057": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.57, Ger\u00e4teraum (HPLC; Laser-Mikrodissektion)", "arch_name": "0.57@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318580,18 +351807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44828, "usage_id": 102 }, "4224.EG.058": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.58, Ger\u00e4teraum (Durchflusszytometer)", "arch_name": "0.58@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318599,18 +351828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44987, "usage_id": 172 }, "4224.EG.059": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.59, Tiefk\u00fchlschr\u00e4nke (-80\u00b0C)", "arch_name": "0.59@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318618,18 +351849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45150, "usage_id": 199 }, "4224.EG.060": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.60, Dunkelraum / Mikroskopierraum (Fluoreszenzmi", "arch_name": "0.60@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318637,18 +351870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45137, "usage_id": 102 }, "4224.EG.062": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.62/0.63, Messraum (PCR)", "arch_name": "0.62/0.63@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318656,18 +351891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45287, "usage_id": 103 }, "4224.EG.064": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.64, Lager S1", "arch_name": "0.64@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318675,18 +351912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45306, "usage_id": 30 }, "4224.EG.065": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.65, B\u00fcro", "arch_name": "0.65@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318694,18 +351933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45324, "usage_id": 12 }, "4224.EG.066": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.66, S2-Labor", "arch_name": "0.66@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318713,18 +351954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45478, "usage_id": 194 }, "4224.EG.067": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.67, Technik", "arch_name": "0.67@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318732,18 +351975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45498, "usage_id": 160 }, "4224.EG.068": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.68, S2-Labor", "arch_name": "0.68@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318751,18 +351996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45652, "usage_id": 194 }, "4224.EG.069": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.69, S2-Labor", "arch_name": "0.69@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318770,18 +352017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45667, "usage_id": 194 }, "4224.EG.070": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.70, Zellkulturlabor S1", "arch_name": "0.70@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318789,18 +352038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45691, "usage_id": 194 }, "4224.EG.071": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.71, Technik elektrisch", "arch_name": "0.71@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318808,18 +352059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45851, "usage_id": 160 }, "4224.EG.072": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.72, Technik Gas", "arch_name": "0.72@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318827,18 +352080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45870, "usage_id": 30 }, "4224.EG.073": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.73, Technik", "arch_name": "0.73@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -318846,18 +352101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46026, "usage_id": 160 }, "4224.EG.074": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.75, Sekretariat", "arch_name": "0.75@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318865,19 +352122,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46046, "usage_id": 12 }, "4224.EG.076": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.76, Besprechungsraum", "arch_name": "0.76@4224", "area_id": 42, "building_id": 690, "calendar_resource_nr": 12542, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318885,18 +352144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11185, "usage_id": 196 }, "4224.EG.077": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.77, B\u00fcro", "arch_name": "0.77@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318904,18 +352165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46212, "usage_id": 12 }, "4224.EG.078": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.78, B\u00fcro", "arch_name": "0.78@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318923,18 +352186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64677, "usage_id": 12 }, "4224.EG.079": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.79, Molekularbiologie-Labor S1", "arch_name": "0.79@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -318942,18 +352207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46239, "usage_id": 102 }, "4224.EG.090": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.90, BWS Foyer", "arch_name": "0.90@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -318961,18 +352228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46390, "usage_id": 222 }, "4224.EG.091": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.91, Flur", "arch_name": "0.91@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -318980,18 +352249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46407, "usage_id": 222 }, "4224.EG.092": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "0.92, Flur", "arch_name": "0.92@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -318999,18 +352270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45787, "usage_id": 222 }, "4224.EG.093": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "093, Cafe", "arch_name": "093@4224", "area_id": 42, "building_id": 690, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19699, "seats": { @@ -319018,18 +352291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47667, "usage_id": 44 }, "4224.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 1, SPF-Tierhaltung", "arch_name": "UG 1@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44444, "seats": { @@ -319037,18 +352312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44622, "usage_id": 197 }, "4224.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 2, Schleuse Herren f\u00fcr SPF-Tierhaltung", "arch_name": "UG 2@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44444, "seats": { @@ -319056,18 +352333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44635, "usage_id": 105 }, "4224.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 3, Schleuse Damen f\u00fcr SPF-Tierhaltung", "arch_name": "UG 3@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44444, "seats": { @@ -319075,18 +352354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44642, "usage_id": 105 }, "4224.U1.004A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 4A, Technik / Fernmeldeverteiler", "arch_name": "UG 4A@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319094,18 +352375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44785, "usage_id": 160 }, "4224.U1.004B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 4B, Elektrische Versorgung", "arch_name": "UG 4B@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319113,18 +352396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44798, "usage_id": 160 }, "4224.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 5, Technik allgemein", "arch_name": "UG 5@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319132,18 +352417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44816, "usage_id": 160 }, "4224.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 6, Technik/Lager", "arch_name": "UG 6@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 50240, "seats": { @@ -319151,18 +352438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44963, "usage_id": 182 }, "4224.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 7, Lager", "arch_name": "UG 7@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15575, "seats": { @@ -319170,18 +352459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44977, "usage_id": 30 }, "4224.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 8, Neutraanlage", "arch_name": "UG 8@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319189,18 +352480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44992, "usage_id": 182 }, "4224.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 9, Druckluftanlage", "arch_name": "UG 9@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319208,18 +352501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45000, "usage_id": 160 }, "4224.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 10, Futtermittellager f\u00fcr SPF-Tierhaltung", "arch_name": "UG 10@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44444, "seats": { @@ -319227,18 +352522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45155, "usage_id": 168 }, "4224.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 11, Technik allgemein", "arch_name": "UG 11@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319246,18 +352543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45170, "usage_id": 160 }, "4224.U1.012A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 12A, Trafostation XXIV", "arch_name": "UG 12A@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319265,18 +352564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45186, "usage_id": 160 }, "4224.U1.012B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 12B, Elektrische Versorgung", "arch_name": "UG 12B@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319284,18 +352585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45331, "usage_id": 160 }, "4224.U1.013A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 13A, Trafostation XXIV", "arch_name": "UG 13A@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319303,18 +352606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45347, "usage_id": 160 }, "4224.U1.013B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 13B, Trafostation XXIV", "arch_name": "UG 13B@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319322,18 +352627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45363, "usage_id": 160 }, "4224.U1.013C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 13C, Trafostation XXIV", "arch_name": "UG 13C@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319341,18 +352648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45511, "usage_id": 160 }, "4224.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 14, Lager f\u00fcr SPF-Tierhaltung", "arch_name": "UG 14@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44444, "seats": { @@ -319360,18 +352669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45519, "usage_id": 30 }, "4224.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 15, Tierhaltung Fr\u00f6sche", "arch_name": "UG 15@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 50240, "seats": { @@ -319379,18 +352690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45534, "usage_id": 197 }, "4224.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 16, Tiefk\u00fchlschr\u00e4nke S1-Gen/Bio II- (-80\u00b0C)(gem", "arch_name": "UG 16@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 51258, "seats": { @@ -319398,18 +352711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45546, "usage_id": 199 }, "4224.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 17, Installation", "arch_name": "UG 17@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319417,18 +352732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45694, "usage_id": 120 }, "4224.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 18, L\u00fcftung", "arch_name": "UG 18@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319436,18 +352753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45707, "usage_id": 32 }, "4224.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 19, SPF-Tierhaltung, Keimfreie Tierhaltung", "arch_name": "UG 19@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 49757, "seats": { @@ -319455,18 +352774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45716, "usage_id": 197 }, "4224.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 20, SPF-Tierhaltung, Keimfreie Tierhaltung", "arch_name": "UG 20@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 49757, "seats": { @@ -319474,18 +352795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67716, "usage_id": 197 }, "4224.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 21, Lager f\u00fcr die keimfreie Tierhaltung", "arch_name": "UG 21@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 49757, "seats": { @@ -319493,18 +352816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45731, "usage_id": 30 }, "4224.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 22, Lager mit brennbaren Fl\u00fcssigkeiten (gem. Nu", "arch_name": "UG 22@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -319512,18 +352837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45880, "usage_id": 30 }, "4224.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 23, Sonderm\u00fcll/brennbare Fl\u00fcssigkeiten", "arch_name": "UG 23@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -319531,18 +352858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45890, "usage_id": 30 }, "4224.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 24, Installation", "arch_name": "UG 24@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319550,18 +352879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45903, "usage_id": 120 }, "4224.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 25, Elektrische Versorgung", "arch_name": "UG 25@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319569,18 +352900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46063, "usage_id": 160 }, "4224.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 26, Heizung und Brauchwassererw\u00e4rmung", "arch_name": "UG 26@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319588,18 +352921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46075, "usage_id": 201 }, "4224.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 27, Installation", "arch_name": "UG 27@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319607,18 +352942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46091, "usage_id": 120 }, "4224.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 28, Elektrische Versorgung", "arch_name": "UG 28@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319626,18 +352963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46104, "usage_id": 160 }, "4224.U1.029": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 29, L\u00fcftung Isotopen", "arch_name": "UG 29@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319645,18 +352984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46247, "usage_id": 182 }, "4224.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 30, Sp\u00fclk\u00fcche f\u00fcr SPF-Tierhaltung", "arch_name": "UG 30@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44444, "seats": { @@ -319664,18 +353005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46260, "usage_id": 28 }, "4224.U1.031": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 31, SPF-Tierhaltung", "arch_name": "UG 31@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15584, "seats": { @@ -319683,18 +353026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46273, "usage_id": 197 }, "4224.U1.032": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 32, Installation", "arch_name": "UG 32@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -319702,18 +353047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46429, "usage_id": 120 }, "4224.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 33, SPF-Tierhaltung, Metabolisches Labor (gem.", "arch_name": "UG 33@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15584, "seats": { @@ -319721,18 +353068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46441, "usage_id": 197 }, "4224.U1.034": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 34, Behandlungsraum f\u00fcr SPF-Tierhaus", "arch_name": "UG 34@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44444, "seats": { @@ -319740,18 +353089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46455, "usage_id": 124 }, "4224.U1.035": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG35, Materialschleuse f\u00fcr SPF-Tierhaus", "arch_name": "UG35@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44444, "seats": { @@ -319759,18 +353110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46608, "usage_id": 105 }, "4224.U1.036": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 36, Fernsprechverteiler", "arch_name": "UG 36@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -319778,18 +353131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46619, "usage_id": 202 }, "4224.U1.037": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 37, Installation", "arch_name": "UG 37@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -319797,18 +353152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46630, "usage_id": 120 }, "4224.U1.038": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 38, Elektrische Versorgung", "arch_name": "UG 38@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -319816,18 +353173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46646, "usage_id": 160 }, "4224.U1.039": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 39, WC-Behinderte", "arch_name": "UG 39@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -319835,18 +353194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46798, "usage_id": 117 }, "4224.U1.040": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 40, Archiv", "arch_name": "UG 40@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 50240, "seats": { @@ -319854,18 +353215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46813, "usage_id": 2 }, "4224.U1.041": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 41, Archiv", "arch_name": "UG 41@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -319873,18 +353236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46822, "usage_id": 2 }, "4224.U1.042": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 42, Technik", "arch_name": "UG 42@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319892,18 +353257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46977, "usage_id": 120 }, "4224.U1.043": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 43, Archiv/Lager", "arch_name": "UG 43@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15575, "seats": { @@ -319911,18 +353278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46990, "usage_id": 30 }, "4224.U1.044": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 44, W\u00e4scheraum/Waschmaschine f\u00fcr SPF-Tierhaus", "arch_name": "UG 44@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44444, "seats": { @@ -319930,18 +353299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47005, "usage_id": 210 }, "4224.U1.045": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 45, WC-Behinderte", "arch_name": "UG 45@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -319949,18 +353320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47019, "usage_id": 117 }, "4224.U1.046": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 46, Elektrische Versorgung", "arch_name": "UG 46@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319968,18 +353341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44305, "usage_id": 160 }, "4224.U1.047": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 47, Technik allgemein", "arch_name": "UG 47@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -319987,18 +353362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44314, "usage_id": 160 }, "4224.U1.048": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 48, Technik Fernsprech", "arch_name": "UG 48@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -320006,18 +353383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44331, "usage_id": 160 }, "4224.U1.049": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 49, Elektrische Versorgung", "arch_name": "UG 49@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -320025,18 +353404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44483, "usage_id": 160 }, "4224.U1.050": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 50, Technik EDV Verteiler", "arch_name": "UG 50@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -320044,18 +353425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44501, "usage_id": 160 }, "4224.U1.051": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 51, K\u00e4ltetechnik", "arch_name": "UG 51@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -320063,18 +353446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44511, "usage_id": 120 }, "4224.U1.052": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 52, Lager PEM Keller", "arch_name": "UG 52@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 27799, "seats": { @@ -320082,18 +353467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44663, "usage_id": 30 }, "4224.U1.053": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 53, Lager", "arch_name": "UG 53@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26867, "seats": { @@ -320101,18 +353488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44677, "usage_id": 30 }, "4224.U1.054": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 54, M\u00f6bellager (gem. Nutzung)", "arch_name": "UG 54@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -320120,18 +353509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44692, "usage_id": 30 }, "4224.U1.055": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 55, Treppenraum", "arch_name": "UG 55@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -320139,18 +353530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44701, "usage_id": 223 }, "4224.U1.055A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 55A, Treppenraum", "arch_name": "UG 55A@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -320158,18 +353551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44841, "usage_id": 223 }, "4224.U1.056": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 56, Aufzug", "arch_name": "UG 56@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -320177,18 +353572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44854, "usage_id": 4 }, "4224.U1.057": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 57, Umkleide-Herren", "arch_name": "UG 57@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -320196,18 +353593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44863, "usage_id": 121 }, "4224.U1.058A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 58A, Schleuse", "arch_name": "UG 58A@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320215,18 +353614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45193, "usage_id": 105 }, "4224.U1.058B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 58B, WC-Herren", "arch_name": "UG 58B@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320234,18 +353635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45211, "usage_id": 115 }, "4224.U1.058C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 58C, Waschraum-Herren", "arch_name": "UG 58C@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320253,18 +353656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45223, "usage_id": 210 }, "4224.U1.058D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 58D, Dusche-Herren", "arch_name": "UG 58D@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320272,18 +353677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45230, "usage_id": 113 }, "4224.U1.059A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 59A, Schleuse", "arch_name": "UG 59A@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320291,18 +353698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45751, "usage_id": 105 }, "4224.U1.059B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 59B, WC-Damen", "arch_name": "UG 59B@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320310,18 +353719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45768, "usage_id": 116 }, "4224.U1.059C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 59C, Waschraum Damen", "arch_name": "UG 59C@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320329,18 +353740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45373, "usage_id": 210 }, "4224.U1.060": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 60, Umkleide-Damen", "arch_name": "UG 60@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -320348,18 +353761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45404, "usage_id": 121 }, "4224.U1.061": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 61, Podest mit Treppenl\u00e4ufen", "arch_name": "UG 61@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -320367,18 +353782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45012, "usage_id": 223 }, "4224.U1.061A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 61A, Treppenraum", "arch_name": "UG 61A@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -320386,18 +353803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45029, "usage_id": 223 }, "4224.U1.062": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 62, Aufzug", "arch_name": "UG 62@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -320405,18 +353824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45053, "usage_id": 4 }, "4224.U1.063": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 63, SPF-Tierhaltung Quarant\u00e4ne", "arch_name": "UG 63@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44444, "seats": { @@ -320424,18 +353845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45573, "usage_id": 197 }, "4224.U1.064": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 64/65, Autoklavenraum f\u00fcr SPF-Tierhaltung", "arch_name": "UG 64/65@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44444, "seats": { @@ -320443,18 +353866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45590, "usage_id": 194 }, "4224.U1.066": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 66/67, Schleuse f\u00fcr SPF-Tierhaltung", "arch_name": "UG 66/67@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44444, "seats": { @@ -320462,18 +353887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52734, "usage_id": 105 }, "4224.U1.068": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 68, Autoklavenraum und Lagerung K\u00e4fige f. SPF-T", "arch_name": "UG 68@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44444, "seats": { @@ -320481,18 +353908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52751, "usage_id": 30 }, "4224.U1.069": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 69, Flur", "arch_name": "UG 69@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -320500,18 +353929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52769, "usage_id": 222 }, "4224.U1.070": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 2", "zip_code": 85354 }, + "alt_name": "UG 70, Flur", "arch_name": "UG 70@4224", "area_id": 42, "building_id": 690, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -320519,18 +353950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52921, "usage_id": 222 }, "4225.01.201": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.01, Treppenhaus 1 Ost", "arch_name": "O.01@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -320538,18 +353971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63880, "usage_id": 223 }, "4225.01.201A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.01.1, Aufzugsschacht", "arch_name": "O.01.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -320557,18 +353992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70479, "usage_id": 195 }, "4225.01.202": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.02, K\u00fcche (gem. Nutzung 1110021400;1603001100;11", "arch_name": "O.02@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 51258, "seats": { @@ -320576,18 +354013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63881, "usage_id": 44 }, "4225.01.203": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.03, Flur 1 (0.04-0.14)", "arch_name": "O.03@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -320595,18 +354034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63882, "usage_id": 222 }, "4225.01.204": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.04, B\u00fcro", "arch_name": "O.04@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -320614,18 +354055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63647, "usage_id": 12 }, "4225.01.205": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.05, B\u00fcro", "arch_name": "O.05@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15579, "seats": { @@ -320633,18 +354076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63648, "usage_id": 12 }, "4225.01.206": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.06, Archiv/ Lager", "arch_name": "O.06@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15579, "seats": { @@ -320652,18 +354097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63649, "usage_id": 12 }, "4225.01.207": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.07, B\u00fcro", "arch_name": "O.07@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -320671,18 +354118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63650, "usage_id": 12 }, "4225.01.208": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.08, B\u00fcro", "arch_name": "O.08@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -320690,18 +354139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63651, "usage_id": 12 }, "4225.01.209": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.09, B\u00fcro", "arch_name": "O.09@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -320709,18 +354160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63652, "usage_id": 12 }, "4225.01.211": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.11, Sekretariat (gem. Nutzung 1110021400)", "arch_name": "O.11@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 54717, "seats": { @@ -320728,18 +354181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63654, "usage_id": 40 }, "4225.01.212": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.12, B\u00fcro", "arch_name": "O.12@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15579, "seats": { @@ -320747,18 +354202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63655, "usage_id": 12 }, "4225.01.213A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.13.1, WC-Damen Vorraum", "arch_name": "O.13.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320766,18 +354223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63883, "usage_id": 118 }, "4225.01.213B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.13.2, WC-Damen", "arch_name": "O.13.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320785,18 +354244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63884, "usage_id": 116 }, "4225.01.214A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.14.1, WC-Herren Vorraum", "arch_name": "O.14.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320804,18 +354265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63885, "usage_id": 118 }, "4225.01.214B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.14.2, WC-Herren", "arch_name": "O.14.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -320823,18 +354286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63886, "usage_id": 115 }, "4225.01.215A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.15.1, Kopierer (gem. Nutzung 1124301050)", "arch_name": "O.15.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -320842,18 +354307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63887, "usage_id": 110 }, "4225.01.215B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.15.2, Elektroverteilung", "arch_name": "O.15.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -320861,18 +354328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63656, "usage_id": 160 }, "4225.01.216": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.16, B\u00fcro", "arch_name": "O.16@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 54717, "seats": { @@ -320880,18 +354349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63657, "usage_id": 12 }, "4225.01.217": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.17, B\u00fcro", "arch_name": "O.17@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 54717, "seats": { @@ -320899,18 +354370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63658, "usage_id": 12 }, "4225.01.218": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.18, B\u00fcro", "arch_name": "O.18@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -320918,18 +354391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63659, "usage_id": 12 }, "4225.01.219": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.19, B\u00fcro", "arch_name": "O.19@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -320937,18 +354412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63660, "usage_id": 12 }, "4225.01.220": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.20, B\u00fcro", "arch_name": "O.20@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -320956,18 +354433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63661, "usage_id": 12 }, "4225.01.224": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.23, Backlabor 2", "arch_name": "O.23@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -320975,18 +354454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63665, "usage_id": 194 }, "4225.01.226": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.25, HPLC (gem. Nutzung 1603001100)", "arch_name": "O.25@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15579, "seats": { @@ -320994,18 +354475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63667, "usage_id": 194 }, "4225.01.227": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.27, Flur 2 S\u00fcd (O.17-O.31)", "arch_name": "O.27@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -321013,18 +354496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63888, "usage_id": 222 }, "4225.01.228": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.28, B\u00fcro", "arch_name": "O.28@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15579, "seats": { @@ -321032,18 +354517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63668, "usage_id": 12 }, "4225.01.232": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.32, HLPC (gem. Nutzung 1110021400; 1124301050)", "arch_name": "O.32@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -321051,18 +354538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63672, "usage_id": 194 }, "4225.01.234": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.34, Labor (gem. Nutzung 1603001100; 1110021400)", "arch_name": "O.34@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 54717, "seats": { @@ -321070,18 +354559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63674, "usage_id": 194 }, "4225.01.235": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.35, Flur 3 West (O.31-O.42)", "arch_name": "O.35@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -321089,18 +354580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63889, "usage_id": 222 }, "4225.01.236": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.36, Treppenhaus 2 West", "arch_name": "O.36@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -321108,18 +354601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63890, "usage_id": 223 }, "4225.01.237": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.37, Chem. Labor", "arch_name": "O.37@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -321127,18 +354622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63891, "usage_id": 102 }, "4225.01.238": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.38, Messraum, S\u00fcd, Fenster", "arch_name": "O.38@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -321146,18 +354643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63677, "usage_id": 103 }, "4225.01.239": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.39, Messraum, S\u00fcd, DZ", "arch_name": "O.39@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -321165,18 +354664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63678, "usage_id": 103 }, "4225.01.240": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.40, Messraum, Nord, Fenster", "arch_name": "O.40@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -321184,18 +354685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63679, "usage_id": 103 }, "4225.01.241": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.41, Messraum, Nord, DZ", "arch_name": "O.41@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -321203,18 +354706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63680, "usage_id": 103 }, "4225.01.242": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.42, Chem. Labor", "arch_name": "O.42@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -321222,18 +354727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63805, "usage_id": 102 }, "4225.01.243A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.43.1, Elektroverteilung", "arch_name": "O.43.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -321241,18 +354748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63681, "usage_id": 160 }, "4225.01.243B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.43.2, LRZ-Knoten", "arch_name": "O.43.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39906, "seats": { @@ -321260,18 +354769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63682, "usage_id": 120 }, "4225.01.244A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.44.1, WC-Herren Vorraum", "arch_name": "O.44.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -321279,18 +354790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63892, "usage_id": 118 }, "4225.01.244B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.44.2, WC-Herren", "arch_name": "O.44.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -321298,18 +354811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63893, "usage_id": 115 }, "4225.01.245B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.45.2, WC-Damen", "arch_name": "O.45.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -321317,18 +354832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63895, "usage_id": 116 }, "4225.01.246": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.46, Flur 4 Nord (O.47-O.52)", "arch_name": "O.46@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -321336,18 +354853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63896, "usage_id": 222 }, "4225.01.246A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.46.1, Flur 5 Treppenhaus 1 Ost", "arch_name": "O.46.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -321355,18 +354874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63897, "usage_id": 222 }, "4225.01.247": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.47, Chem. Labor", "arch_name": "O.47@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -321374,18 +354895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63898, "usage_id": 102 }, "4225.01.247A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.47A, Ger\u00e4te 3", "arch_name": "O.47A@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -321393,18 +354916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70476, "usage_id": 120 }, "4225.01.248": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.48, Messraum, West, Fenster", "arch_name": "O.48@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -321412,18 +354937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63683, "usage_id": 194 }, "4225.01.249": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.49, Messraum", "arch_name": "O.49@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15579, "seats": { @@ -321431,18 +354958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63684, "usage_id": 194 }, "4225.01.250": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.50, B\u00fcro", "arch_name": "O.50@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -321450,18 +354979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63685, "usage_id": 12 }, "4225.01.251": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.51, Messraum, Ost, DZ", "arch_name": "O.51@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -321469,18 +355000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63686, "usage_id": 103 }, "4225.01.252": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.52, Chem. Labor", "arch_name": "O.52@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -321488,18 +355021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63899, "usage_id": 102 }, "4225.01.253": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.53, Sensorik (gem. Nutzung 1110021400;1603001100", "arch_name": "O.53@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -321507,18 +355042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63900, "usage_id": 102 }, "4225.01.254": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.54, K\u00fchlraum", "arch_name": "O.54@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 54717, "seats": { @@ -321526,18 +355063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63687, "usage_id": 199 }, "4225.01.254A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "O.45.1, WC-Damen Vorraum", "arch_name": "O.45.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -321545,18 +355084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63894, "usage_id": 118 }, "4225.EG.101A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.01.1, Aufzug", "arch_name": "E.01.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -321564,18 +355105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63858, "usage_id": 4 }, "4225.EG.101B": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.01.2, Treppenhaus 1", "arch_name": "E.01.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -321583,18 +355126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63857, "usage_id": 223 }, "4225.EG.102": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.02, K\u00fcche (gem. Nutzung 1110021400; 1124301050)", "arch_name": "E.02@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 16301, "seats": { @@ -321602,18 +355147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63859, "usage_id": 44 }, "4225.EG.103": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.03, Eingangshalle", "arch_name": "E.03@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -321621,18 +355168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63860, "usage_id": 222 }, "4225.EG.104": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.04, Windfang", "arch_name": "E.04@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -321640,18 +355189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63713, "usage_id": 52 }, "4225.EG.105": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.05, Flur 1 S\u00fcd-Ost (E.03-E.16)", "arch_name": "E.05@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -321659,18 +355210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63861, "usage_id": 222 }, "4225.EG.106": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.06, Verwaltung/Einkauf", "arch_name": "E.06@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -321678,18 +355231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63714, "usage_id": 12 }, "4225.EG.110": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.10, Sekretariat", "arch_name": "E.10@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -321697,18 +355252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63718, "usage_id": 40 }, "4225.EG.111": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.11, Verwaltungsleitung", "arch_name": "E.11@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -321716,18 +355273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63719, "usage_id": 12 }, "4225.EG.112A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.12.1, WC-Damen Vorraum", "arch_name": "E.12.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -321735,18 +355294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63862, "usage_id": 118 }, "4225.EG.112B": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.12.2, WC-Damen", "arch_name": "E.12.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -321754,18 +355315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63863, "usage_id": 116 }, "4225.EG.113A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.13.1, WC-Herren Vorraum", "arch_name": "E.13.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -321773,18 +355336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63864, "usage_id": 118 }, "4225.EG.113B": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.13.2, WC-Herren", "arch_name": "E.13.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -321792,18 +355357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63865, "usage_id": 115 }, "4225.EG.114A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.14.1, Kopierer (gem. Nutzung 1110021400; 1124301", "arch_name": "E.14.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -321811,18 +355378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63866, "usage_id": 110 }, "4225.EG.114B": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.14.2, Elektroverteilung", "arch_name": "E.14.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -321830,18 +355399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63720, "usage_id": 160 }, "4225.EG.115": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.15, Verwaltung/Personal", "arch_name": "E.15@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 16301, "seats": { @@ -321849,18 +355420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63721, "usage_id": 12 }, "4225.EG.116": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.16, Verwaltung/Drittmittel", "arch_name": "E.16@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -321868,18 +355441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63722, "usage_id": 12 }, "4225.EG.117": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.17, B\u00fcro", "arch_name": "E.17@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -321887,18 +355462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63723, "usage_id": 12 }, "4225.EG.119": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.19, B\u00fcro", "arch_name": "E.19@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -321906,18 +355483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63725, "usage_id": 12 }, "4225.EG.120": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.20, GC-MS", "arch_name": "E.20@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -321925,18 +355504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63726, "usage_id": 194 }, "4225.EG.121": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.21, GC-MS", "arch_name": "E.21@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -321944,18 +355525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63727, "usage_id": 194 }, "4225.EG.122": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.22, GC-MS", "arch_name": "E.22@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -321963,18 +355546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63728, "usage_id": 194 }, "4225.EG.123": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.23, Destillation", "arch_name": "E.23@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -321982,18 +355567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63729, "usage_id": 102 }, "4225.EG.124": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.24, Flur 2 S\u00fcd (E.16-E.28)", "arch_name": "E.24@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -322001,18 +355588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63867, "usage_id": 222 }, "4225.EG.125": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.25, \u00d6ffentlichkeitsarbeit", "arch_name": "E.25@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16301, "seats": { @@ -322020,18 +355609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63730, "usage_id": 12 }, "4225.EG.126": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.26, B\u00fcro (gem. Nutzung 1110021400)", "arch_name": "E.26@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 54717, "seats": { @@ -322039,18 +355630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63731, "usage_id": 12 }, "4225.EG.127": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.27, GC-MS", "arch_name": "E.27@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -322058,18 +355651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63732, "usage_id": 194 }, "4225.EG.128": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.28, GC-MS", "arch_name": "E.28@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -322077,18 +355672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63733, "usage_id": 194 }, "4225.EG.129": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.29, GC-O", "arch_name": "E.29@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -322096,18 +355693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63734, "usage_id": 194 }, "4225.EG.131": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.31, GC-O", "arch_name": "E.31@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16301, "seats": { @@ -322115,18 +355714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63736, "usage_id": 194 }, "4225.EG.132": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.32, Flur 3 West (E.29-E.39)", "arch_name": "E.32@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -322134,18 +355735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63868, "usage_id": 222 }, "4225.EG.133": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.33, Treppenhaus 2 West", "arch_name": "E.33@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -322153,18 +355756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63869, "usage_id": 223 }, "4225.EG.134": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.34, Labor", "arch_name": "E.34@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -322172,18 +355777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63870, "usage_id": 102 }, "4225.EG.135": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.35, Nebenraum", "arch_name": "E.35@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -322191,18 +355798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63737, "usage_id": 136 }, "4225.EG.136": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.36, K\u00fchlschr\u00e4nke", "arch_name": "E.36@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -322210,18 +355819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63738, "usage_id": 18 }, "4225.EG.140A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.40.1, Elektroverteilung", "arch_name": "E.40.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -322229,18 +355840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63741, "usage_id": 160 }, "4225.EG.141A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.41.1, WC-Herren Vorraum", "arch_name": "E.41.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -322248,18 +355861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63872, "usage_id": 118 }, "4225.EG.141B": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.41.2, WC-Herren", "arch_name": "E.41.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -322267,18 +355882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63873, "usage_id": 115 }, "4225.EG.142A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.42.1, WC-Damen Vorraum", "arch_name": "E.42.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -322286,18 +355903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63874, "usage_id": 118 }, "4225.EG.142B": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.42.2, WC-Damen", "arch_name": "E.42.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -322305,18 +355924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63875, "usage_id": 116 }, "4225.EG.143": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.43, Flur 4 Nord (E.44-E.49)", "arch_name": "E.43@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -322324,18 +355945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63876, "usage_id": 222 }, "4225.EG.147": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.47, Nebenraum", "arch_name": "E.47@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -322343,18 +355966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63644, "usage_id": 136 }, "4225.EG.148": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.48, PCR-Raum", "arch_name": "E.48@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -322362,18 +355987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63645, "usage_id": 194 }, "4225.EG.149": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.49, Labor", "arch_name": "E.49@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -322381,18 +356008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63878, "usage_id": 102 }, "4225.EG.150": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.50, Zellkultur", "arch_name": "E.50@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -322400,18 +356029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63879, "usage_id": 102 }, "4225.EG.151": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "E.51, K\u00fchlraum", "arch_name": "E.51@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16301, "seats": { @@ -322419,18 +356050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63646, "usage_id": 199 }, "4225.EG.156": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "05, Lager (gem. Nutzung 1110021400)", "arch_name": "05@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 54717, "seats": { @@ -322438,18 +356071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70482, "usage_id": 215 }, "4225.EG.156A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "05A, Abfallsammelstelle 1", "arch_name": "05A@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -322457,18 +356092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70477, "usage_id": 218 }, "4225.EG.157": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "06, Fahrradunterstand", "arch_name": "06@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -322476,18 +356113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70483, "usage_id": 218 }, "4225.EG.159": { "address": { - "floor": "EG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "08, Abfallsammelstelle 2", "arch_name": "08@4225", "area_id": 138, "building_id": 1467, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -322495,18 +356134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70478, "usage_id": 218 }, "4225.U1.001A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.01.1, Aufzugsschacht", "arch_name": "U.01.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -322514,18 +356155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63844, "usage_id": 195 }, "4225.U1.001B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.01.2, Treppenhaus 1 Ost", "arch_name": "U.01.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -322533,18 +356176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63845, "usage_id": 223 }, "4225.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.02, Flur 1 S\u00fcd-Ost (U.01-U.14)", "arch_name": "U.02@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -322552,18 +356197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63846, "usage_id": 222 }, "4225.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.03, Lager K\u00fchl-/Gefrierschr\u00e4nke", "arch_name": "U.03@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 16301, "seats": { @@ -322571,18 +356218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63688, "usage_id": 30 }, "4225.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.04, VE-Wasser", "arch_name": "U.04@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -322590,18 +356239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63689, "usage_id": 182 }, "4225.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.05, Hausanschlussraum", "arch_name": "U.05@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -322609,18 +356260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63690, "usage_id": 160 }, "4225.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.06, Elektrische Versorgung", "arch_name": "U.06@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -322628,18 +356281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63691, "usage_id": 160 }, "4225.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.07, Druckluftanlage", "arch_name": "U.07@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -322647,18 +356302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63692, "usage_id": 32 }, "4225.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.08, Heizungsraum", "arch_name": "U.08@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -322666,18 +356323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63693, "usage_id": 201 }, "4225.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.09, WC-Damen", "arch_name": "U.09@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -322685,18 +356344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69173, "usage_id": 116 }, "4225.U1.009A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.09.1, Umkleide-Damen", "arch_name": "U.09.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -322704,18 +356365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63847, "usage_id": 121 }, "4225.U1.009B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.09.2, Waschraum-Damen", "arch_name": "U.09.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -322723,18 +356386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63848, "usage_id": 210 }, "4225.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.10, WC-Herren", "arch_name": "U.10@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -322742,18 +356407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69150, "usage_id": 115 }, "4225.U1.010A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.10.1, Umkleide-Herren", "arch_name": "U.10.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -322761,18 +356428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63849, "usage_id": 121 }, "4225.U1.010B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.10.2, Waschraum-Herren", "arch_name": "U.10.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -322780,18 +356449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63850, "usage_id": 210 }, "4225.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.11, Gefriertrocknung (gem. Nutzung 1110021400;1", "arch_name": "U.11@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 16301, "seats": { @@ -322799,18 +356470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63694, "usage_id": 30 }, "4225.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.13.1, Lager (gem. Nutzung 1110021400;1124301050", "arch_name": "U.13.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 16301, "seats": { @@ -322818,18 +356491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63696, "usage_id": 30 }, "4225.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.14.1, Archiv (gem. Nutzung 1110021400)", "arch_name": "U.14.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 54717, "seats": { @@ -322837,18 +356512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63697, "usage_id": 2 }, "4225.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.16, Archiv", "arch_name": "U.16@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 16301, "seats": { @@ -322856,18 +356533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63699, "usage_id": 30 }, "4225.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.17, Flur 2 S\u00fcd-West (U.13.1-U.20)", "arch_name": "U.17@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -322875,18 +356554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63700, "usage_id": 222 }, "4225.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.18, Treppenhaus 2", "arch_name": "U.18@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -322894,18 +356575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63701, "usage_id": 223 }, "4225.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.20, Ger\u00e4te 2 / Neutralisationsanlage", "arch_name": "U.20@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -322913,18 +356596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63852, "usage_id": 184 }, "4225.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.23, Labor", "arch_name": "U.23@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 54717, "seats": { @@ -322932,18 +356617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63704, "usage_id": 194 }, "4225.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.24, B\u00fcro", "arch_name": "U.24@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 54717, "seats": { @@ -322951,18 +356638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63853, "usage_id": 12 }, "4225.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.25, Messraum", "arch_name": "U.25@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 54717, "seats": { @@ -322970,18 +356659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63854, "usage_id": 103 }, "4225.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.26, B\u00fcro", "arch_name": "U.26@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 54717, "seats": { @@ -322989,18 +356680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63705, "usage_id": 12 }, "4225.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.27, Messraum", "arch_name": "U.27@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 54717, "seats": { @@ -323008,18 +356701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63706, "usage_id": 103 }, "4225.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.28, Labor", "arch_name": "U.28@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 54717, "seats": { @@ -323027,18 +356722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63707, "usage_id": 194 }, "4225.U1.029": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.29.1, Flur 3 Nord (U.21-U.32)", "arch_name": "U.29.1@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -323046,18 +356743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63708, "usage_id": 222 }, "4225.U1.034": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.29.2, Maschinenraum", "arch_name": "U.29.2@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -323065,18 +356764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63711, "usage_id": 120 }, "4225.U1.036": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lise-Meitner-Str. 34", "zip_code": 85354 }, + "alt_name": "U.29.3, Reinigungsmittelraum", "arch_name": "U.29.3@4225", "area_id": 138, "building_id": 1467, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -323084,19 +356785,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69223, "usage_id": 205 }, "4226.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 01, Besprechungsraum", "arch_name": "1.OG 01@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 26446, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -323104,18 +356807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64358, "usage_id": 196 }, "4226.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 02, Sozialraum (gem. Nutzung; EIT-Food)", "arch_name": "1.OG 02@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38011, "seats": { @@ -323123,18 +356828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64357, "usage_id": 44 }, "4226.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 03, B\u00fcro (EIT-Food)", "arch_name": "1.OG 03@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38011, "seats": { @@ -323142,18 +356849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64356, "usage_id": 12 }, "4226.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 04, B\u00fcro (EIT-Food)", "arch_name": "1.OG 04@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38011, "seats": { @@ -323161,18 +356870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64359, "usage_id": 12 }, "4226.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 05, Sekretariat (EIT-Food)", "arch_name": "1.OG 05@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38011, "seats": { @@ -323180,18 +356891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64360, "usage_id": 12 }, "4226.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 06, Leitung (EIT-Food)", "arch_name": "1.OG 06@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38011, "seats": { @@ -323199,18 +356912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64361, "usage_id": 12 }, "4226.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 07, B\u00fcro (EIT-Food)", "arch_name": "1.OG 07@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38011, "seats": { @@ -323218,18 +356933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64362, "usage_id": 12 }, "4226.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 08, B\u00fcro (EIT-Food)", "arch_name": "1.OG 08@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38011, "seats": { @@ -323237,18 +356954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64363, "usage_id": 12 }, "4226.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 09, B\u00fcro / TT", "arch_name": "1.OG 09@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15558, "seats": { @@ -323256,18 +356975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64364, "usage_id": 12 }, "4226.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 10, Analytik", "arch_name": "1.OG 10@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -323275,18 +356996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64386, "usage_id": 102 }, "4226.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 11, Labornebenraum", "arch_name": "1.OG 11@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -323294,18 +357017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64384, "usage_id": 102 }, "4226.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG12, Labor (Lee-Lab)", "arch_name": "1.OG12@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15569, "seats": { @@ -323313,18 +357038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64387, "usage_id": 102 }, "4226.01.013": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 13, Labor", "arch_name": "1.OG 13@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -323332,18 +357059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64388, "usage_id": 102 }, "4226.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 14, Labor (gem. Nutzung Lee-Lab; 1110060600)", "arch_name": "1.OG 14@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15558, "seats": { @@ -323351,18 +357080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64389, "usage_id": 102 }, "4226.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 15, Technikschacht 2", "arch_name": "1.OG 15@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -323370,18 +357101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64378, "usage_id": 120 }, "4226.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 16, Labor", "arch_name": "1.OG 16@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -323389,18 +357122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64391, "usage_id": 102 }, "4226.01.017": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 17, Lager (gem. Nutzung)", "arch_name": "1.OG 17@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -323408,18 +357143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64392, "usage_id": 30 }, "4226.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 18, WC-Damen", "arch_name": "1.OG 18@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -323427,18 +357164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64374, "usage_id": 116 }, "4226.01.019": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 19, WC-Herren", "arch_name": "1.OG 19@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -323446,18 +357185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64375, "usage_id": 115 }, "4226.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 20, Flur", "arch_name": "1.OG 20@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -323465,18 +357206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64394, "usage_id": 222 }, "4226.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 21, Flur", "arch_name": "1.OG 21@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -323484,18 +357227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64762, "usage_id": 222 }, "4226.01.022": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 22, Flur", "arch_name": "1.OG 22@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -323503,18 +357248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64395, "usage_id": 222 }, "4226.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 23, Treppenhaus Ost", "arch_name": "1.OG 23@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -323522,18 +357269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64393, "usage_id": 222 }, "4226.01.024": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 24, Experimentelle Verf\u00fcgungsfl\u00e4che", "arch_name": "1.OG 24@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39071, "seats": { @@ -323541,18 +357290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64409, "usage_id": 102 }, "4226.01.025": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 25, Technikschacht 4", "arch_name": "1.OG 25@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -323560,18 +357311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64379, "usage_id": 120 }, "4226.01.026": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 26, Technikschacht 1", "arch_name": "1.OG 26@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -323579,18 +357332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64380, "usage_id": 120 }, "4226.01.027": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 27, Flur", "arch_name": "1.OG 27@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -323598,18 +357353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64396, "usage_id": 222 }, "4226.01.028": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 28, Technikschacht 3", "arch_name": "1.OG 28@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -323617,19 +357374,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64383, "usage_id": 120 }, "4226.01.029": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 29, Seminarraum", "arch_name": "1.OG 29@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 31972, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -323637,18 +357396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64397, "usage_id": 41 }, "4226.01.030": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 30, Technikschacht 6", "arch_name": "1.OG 30@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -323656,18 +357417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64381, "usage_id": 120 }, "4226.01.031": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 31, Treppenhaus West", "arch_name": "1.OG 31@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -323675,18 +357438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64398, "usage_id": 222 }, "4226.01.032": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 32, Sozialraum", "arch_name": "1.OG 32@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -323694,18 +357459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64365, "usage_id": 44 }, "4226.01.033": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 33, B\u00fcro", "arch_name": "1.OG 33@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -323713,18 +357480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64366, "usage_id": 12 }, "4226.01.034": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 34, B\u00fcro", "arch_name": "1.OG 34@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -323732,18 +357501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64367, "usage_id": 12 }, "4226.01.035": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 35, B\u00fcro", "arch_name": "1.OG 35@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -323751,18 +357522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64368, "usage_id": 12 }, "4226.01.036": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 36, B\u00fcro", "arch_name": "1.OG 36@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -323770,18 +357543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64369, "usage_id": 12 }, "4226.01.037": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 37, B\u00fcro", "arch_name": "1.OG 37@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -323789,18 +357564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64370, "usage_id": 12 }, "4226.01.038": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 38, B\u00fcro", "arch_name": "1.OG 38@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -323808,18 +357585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64371, "usage_id": 12 }, "4226.01.039": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 39, B\u00fcro", "arch_name": "1.OG 39@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -323827,18 +357606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64372, "usage_id": 12 }, "4226.01.040": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 40, B\u00fcro", "arch_name": "1.OG 40@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39071, "seats": { @@ -323846,18 +357627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64373, "usage_id": 12 }, "4226.01.041": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 41, Labor", "arch_name": "1.OG 41@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -323865,18 +357648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64399, "usage_id": 102 }, "4226.01.042": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 42, Labor", "arch_name": "1.OG 42@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -323884,18 +357669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64400, "usage_id": 102 }, "4226.01.043": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 43, Labor", "arch_name": "1.OG 43@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -323903,18 +357690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64401, "usage_id": 102 }, "4226.01.044": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 44, Labor", "arch_name": "1.OG 44@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -323922,18 +357711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64402, "usage_id": 102 }, "4226.01.045": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 45, Labor", "arch_name": "1.OG 45@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -323941,18 +357732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64403, "usage_id": 102 }, "4226.01.046": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 46, Labor", "arch_name": "1.OG 46@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -323960,18 +357753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64404, "usage_id": 102 }, "4226.01.047": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 47, Technikschacht 5", "arch_name": "1.OG 47@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -323979,18 +357774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64382, "usage_id": 120 }, "4226.01.048": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 48, Labor", "arch_name": "1.OG 48@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -323998,18 +357795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64405, "usage_id": 102 }, "4226.01.049": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 49, Lager", "arch_name": "1.OG 49@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39071, "seats": { @@ -324017,18 +357816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64406, "usage_id": 30 }, "4226.01.050": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 50, WC-Damen", "arch_name": "1.OG 50@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -324036,18 +357837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64377, "usage_id": 116 }, "4226.01.051": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 51, WC-Herren", "arch_name": "1.OG 51@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -324055,18 +357858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64376, "usage_id": 115 }, "4226.01.052": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 52, Flur", "arch_name": "1.OG 52@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -324074,18 +357879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64407, "usage_id": 222 }, "4226.01.053": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "1.OG 53, Flur", "arch_name": "1.OG 53@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -324093,19 +357900,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64408, "usage_id": 222 }, "4226.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 01, B\u00fcro", "arch_name": "2.OG 01@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 26447, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -324113,18 +357922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64410, "usage_id": 12 }, "4226.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 02, B\u00fcro", "arch_name": "2.OG 02@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -324132,18 +357943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64411, "usage_id": 12 }, "4226.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 03, B\u00fcro", "arch_name": "2.OG 03@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -324151,18 +357964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64412, "usage_id": 12 }, "4226.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 04, B\u00fcro", "arch_name": "2.OG 04@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47118, "seats": { @@ -324170,18 +357985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64413, "usage_id": 12 }, "4226.02.005": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 05, B\u00fcro", "arch_name": "2.OG 05@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47118, "seats": { @@ -324189,18 +358006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64414, "usage_id": 12 }, "4226.02.006": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 06, B\u00fcro", "arch_name": "2.OG 06@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47118, "seats": { @@ -324208,18 +358027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64415, "usage_id": 12 }, "4226.02.007": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 07, B\u00fcro", "arch_name": "2.OG 07@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47118, "seats": { @@ -324227,18 +358048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64416, "usage_id": 12 }, "4226.02.008": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 08, B\u00fcro", "arch_name": "2.OG 08@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47118, "seats": { @@ -324246,18 +358069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64417, "usage_id": 12 }, "4226.02.009": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 09, B\u00fcro", "arch_name": "2.OG 09@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 47118, "seats": { @@ -324265,18 +358090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64418, "usage_id": 12 }, "4226.02.010": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 10, Labor", "arch_name": "2.OG 10@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47118, "seats": { @@ -324284,18 +358111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64431, "usage_id": 102 }, "4226.02.011": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 11, Labor", "arch_name": "2.OG 11@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47118, "seats": { @@ -324303,18 +358132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64432, "usage_id": 102 }, "4226.02.012": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 12, Labor - MALDI - GC-MS - HPLC", "arch_name": "2.OG 12@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -324322,19 +358153,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64433, "usage_id": 102 }, "4226.02.013": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 13, Labor - Molekularbiologie", "arch_name": "2.OG 13@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 33492, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53957, "seats": { @@ -324342,18 +358175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64434, "usage_id": 102 }, "4226.02.014": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 14, K\u00fchlraum (gem. Nutzung 1124302020)", "arch_name": "2.OG 14@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -324361,19 +358196,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64445, "usage_id": 30 }, "4226.02.015": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 15, Labor - Zellkultur", "arch_name": "2.OG 15@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 33493, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53957, "seats": { @@ -324381,18 +358218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64446, "usage_id": 102 }, "4226.02.016": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 16, Technikschacht 2", "arch_name": "2.OG 16@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -324400,18 +358239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64452, "usage_id": 120 }, "4226.02.017": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 17, Sp\u00fclk\u00fcche", "arch_name": "2.OG 17@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47118, "seats": { @@ -324419,18 +358260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64447, "usage_id": 28 }, "4226.02.018": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 18, Lager", "arch_name": "2.OG 18@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47118, "seats": { @@ -324438,18 +358281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64444, "usage_id": 30 }, "4226.02.019": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 19, WC-Damen", "arch_name": "2.OG 19@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -324457,18 +358302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64427, "usage_id": 116 }, "4226.02.020": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 20, WC-Herren", "arch_name": "2.OG 20@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -324476,18 +358323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64428, "usage_id": 115 }, "4226.02.021": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 21, Flur", "arch_name": "2.OG 21@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -324495,18 +358344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64459, "usage_id": 222 }, "4226.02.022": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 22, Flur", "arch_name": "2.OG 22@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -324514,18 +358365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64460, "usage_id": 222 }, "4226.02.023": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 23, Flur", "arch_name": "2.OG 23@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -324533,18 +358386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64461, "usage_id": 222 }, "4226.02.024": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 24, Treppenhaus Ost", "arch_name": "2.OG 24@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -324552,18 +358407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64457, "usage_id": 222 }, "4226.02.025": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 25, Experimentelle Verf\u00fcgungsfl\u00e4che", "arch_name": "2.OG 25@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39071, "seats": { @@ -324571,18 +358428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67114, "usage_id": 102 }, "4226.02.025A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 25A, Experimentelle Verf\u00fcgungsfl\u00e4che (gem. Nu", "arch_name": "2.OG 25A@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -324590,19 +358449,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64451, "usage_id": 102 }, "4226.02.025B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 25B, Technikum - Hochdruck", "arch_name": "2.OG 25B@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 33494, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 53957, "seats": { @@ -324610,18 +358471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64450, "usage_id": 102 }, "4226.02.025C": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 25C, Technikum - Lebensmittel", "arch_name": "2.OG 25C@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -324629,18 +358492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64449, "usage_id": 102 }, "4226.02.025D": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 25D, Analytik - Elektrophorese", "arch_name": "2.OG 25D@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -324648,18 +358513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64448, "usage_id": 102 }, "4226.02.026": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 26, Technikschacht 4", "arch_name": "2.OG 26@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -324667,18 +358534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64494, "usage_id": 120 }, "4226.02.027": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 27, Technikschacht 1", "arch_name": "2.OG 27@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -324686,18 +358555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64453, "usage_id": 120 }, "4226.02.028": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 28, Flur", "arch_name": "2.OG 28@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -324705,18 +358576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64462, "usage_id": 222 }, "4226.02.029": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 29, Technikschacht 3", "arch_name": "2.OG 29@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -324724,18 +358597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64454, "usage_id": 120 }, "4226.02.030": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 30, Seminarraum (gem. Nutzung 1124302020)", "arch_name": "2.OG 30@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -324743,18 +358618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64435, "usage_id": 41 }, "4226.02.031": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 31, Technikschacht 6", "arch_name": "2.OG 31@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -324762,18 +358639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64456, "usage_id": 120 }, "4226.02.032": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 32, Treppenhaus West", "arch_name": "2.OG 32@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -324781,18 +358660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64458, "usage_id": 222 }, "4226.02.033": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 33, Sozialraum (gem. Nutzung 1124302020)", "arch_name": "2.OG 33@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -324800,18 +358681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64419, "usage_id": 44 }, "4226.02.034": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 34, B\u00fcro - DoktorandInnen", "arch_name": "2.OG 34@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -324819,18 +358702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64420, "usage_id": 12 }, "4226.02.035": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 35, B\u00fcro", "arch_name": "2.OG 35@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -324838,19 +358723,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64421, "usage_id": 12 }, "4226.02.036": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 36, B\u00fcro - DoktorandInnen", "arch_name": "2.OG 36@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 33497, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 53957, "seats": { @@ -324858,19 +358745,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64422, "usage_id": 12 }, "4226.02.037": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 37, B\u00fcro", "arch_name": "2.OG 37@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 33498, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 53957, "seats": { @@ -324878,19 +358767,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64423, "usage_id": 12 }, "4226.02.038": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 38, B\u00fcro - DoktorandInnen", "arch_name": "2.OG 38@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 33499, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 53957, "seats": { @@ -324898,19 +358789,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64424, "usage_id": 12 }, "4226.02.040": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 40, Sekretariat", "arch_name": "2.OG 40@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 33500, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 53957, "seats": { @@ -324918,19 +358811,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64425, "usage_id": 12 }, "4226.02.041": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 41, B\u00fcro - Leitung", "arch_name": "2.OG 41@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 33501, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 53957, "seats": { @@ -324938,18 +358833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64426, "usage_id": 12 }, "4226.02.042": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 42, Labor - Mikrobiologie - Schimmelpilze", "arch_name": "2.OG 42@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -324957,18 +358854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64439, "usage_id": 102 }, "4226.02.043": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 43, Labor - Biochemie", "arch_name": "2.OG 43@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -324976,19 +358875,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64438, "usage_id": 102 }, "4226.02.044": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 44, Labor - Mikrobiologie - Fermentation", "arch_name": "2.OG 44@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 33495, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53957, "seats": { @@ -324996,19 +358897,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64437, "usage_id": 102 }, "4226.02.045": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 45, Labor - Mikrobiologie - Anaerobier", "arch_name": "2.OG 45@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 33496, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53957, "seats": { @@ -325016,18 +358919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64436, "usage_id": 102 }, "4226.02.046": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 46, Zentrifugen - Brutschr\u00e4nke (gem. Nutzung", "arch_name": "2.OG 46@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -325035,18 +358940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64440, "usage_id": 102 }, "4226.02.047": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 47, Autoklaven - Sp\u00fclk\u00fcche", "arch_name": "2.OG 47@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -325054,18 +358961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64441, "usage_id": 102 }, "4226.02.048": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 48, Technikschacht 5", "arch_name": "2.OG 48@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -325073,18 +358982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64455, "usage_id": 120 }, "4226.02.049": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 49, Medienk\u00fcche (gem. Nutzung 1124302020)", "arch_name": "2.OG 49@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -325092,18 +359003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64442, "usage_id": 102 }, "4226.02.050": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 50, Lager (gem. Nutzung 1124302020)", "arch_name": "2.OG 50@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -325111,18 +359024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64443, "usage_id": 30 }, "4226.02.051": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 51, WC-Damen", "arch_name": "2.OG 51@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -325130,18 +359045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64429, "usage_id": 116 }, "4226.02.052": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 52, WC-Herren", "arch_name": "2.OG 52@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -325149,18 +359066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64430, "usage_id": 115 }, "4226.02.053": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 53, Flur", "arch_name": "2.OG 53@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -325168,18 +359087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64464, "usage_id": 222 }, "4226.02.054": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "2.OG 54, Flur", "arch_name": "2.OG 54@4226", "area_id": 42, "building_id": 1160, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -325187,19 +359108,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64463, "usage_id": 222 }, "4226.03.001": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "DG 01, Konferenzraum IGZW", "arch_name": "DG 01@4226", "area_id": 42, "building_id": 1160, "calendar_resource_nr": 25521, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -325207,18 +359130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64465, "usage_id": 142 }, "4226.03.001A": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "DG 01a, Konferenzraum Schankfl\u00e4che", "arch_name": "DG 01a@4226", "area_id": 42, "building_id": 1160, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -325226,18 +359151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64765, "usage_id": 202 }, "4226.03.002": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "DG 02, Treppenhaus Ost", "arch_name": "DG 02@4226", "area_id": 42, "building_id": 1160, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -325245,18 +359172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64466, "usage_id": 222 }, "4226.03.003": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "DG 03, Treppenhaus West", "arch_name": "DG 03@4226", "area_id": 42, "building_id": 1160, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -325264,18 +359193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64467, "usage_id": 222 }, "4226.03.004": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "DG 04, WC-Damen", "arch_name": "DG 04@4226", "area_id": 42, "building_id": 1160, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -325283,18 +359214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64468, "usage_id": 116 }, "4226.03.005": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "DG 05, WC-Herren", "arch_name": "DG 05@4226", "area_id": 42, "building_id": 1160, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -325302,18 +359235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64469, "usage_id": 115 }, "4226.03.005A": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "DG 05a, Reinigungsmittelraum", "arch_name": "DG 05a@4226", "area_id": 42, "building_id": 1160, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -325321,18 +359256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64471, "usage_id": 205 }, "4226.03.006": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "DG 06, Technikschachtzentrale West", "arch_name": "DG 06@4226", "area_id": 42, "building_id": 1160, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -325340,18 +359277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64472, "usage_id": 120 }, "4226.03.007": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "DG 07, Technikschachtzentrale Ost", "arch_name": "DG 07@4226", "area_id": 42, "building_id": 1160, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -325359,18 +359298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64473, "usage_id": 120 }, "4226.03.008": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "DG 08, Stuhllager", "arch_name": "DG 08@4226", "area_id": 42, "building_id": 1160, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -325378,18 +359319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64470, "usage_id": 30 }, "4226.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 01, B\u00fcro", "arch_name": "EG 01@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -325397,18 +359340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64306, "usage_id": 12 }, "4226.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 02, B\u00fcro", "arch_name": "EG 02@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -325416,18 +359361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64307, "usage_id": 12 }, "4226.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 03, B\u00fcro", "arch_name": "EG 03@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -325435,18 +359382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64308, "usage_id": 12 }, "4226.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 04, B\u00fcro", "arch_name": "EG 04@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -325454,18 +359403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64309, "usage_id": 12 }, "4226.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 05, B\u00fcro", "arch_name": "EG 05@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -325473,18 +359424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64310, "usage_id": 12 }, "4226.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 06, Sozialraum", "arch_name": "EG 06@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -325492,18 +359445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64318, "usage_id": 44 }, "4226.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 07, B\u00fcro", "arch_name": "EG 07@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -325511,18 +359466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64311, "usage_id": 12 }, "4226.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 08, B\u00fcro", "arch_name": "EG 08@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -325530,18 +359487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64312, "usage_id": 12 }, "4226.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 09, Labor", "arch_name": "EG 09@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -325549,18 +359508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64319, "usage_id": 102 }, "4226.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 10, Labor", "arch_name": "EG 10@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -325568,18 +359529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64320, "usage_id": 102 }, "4226.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 11, Labor", "arch_name": "EG 11@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -325587,18 +359550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64321, "usage_id": 102 }, "4226.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 12, Labor", "arch_name": "EG 12@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -325606,18 +359571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64322, "usage_id": 102 }, "4226.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 13, Labor", "arch_name": "EG 13@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -325625,18 +359592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64323, "usage_id": 102 }, "4226.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 14, Labor", "arch_name": "EG 14@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -325644,18 +359613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64324, "usage_id": 102 }, "4226.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 15, Technikschacht 2", "arch_name": "EG 15@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -325663,18 +359634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64325, "usage_id": 120 }, "4226.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG16, Lager", "arch_name": "EG16@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -325682,18 +359655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64326, "usage_id": 30 }, "4226.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 17, Lager", "arch_name": "EG 17@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -325701,18 +359676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64327, "usage_id": 30 }, "4226.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 18, WC-Damen", "arch_name": "EG 18@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -325720,18 +359697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64328, "usage_id": 116 }, "4226.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 19, WC-Herren", "arch_name": "EG 19@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -325739,18 +359718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64329, "usage_id": 115 }, "4226.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 20, Flur", "arch_name": "EG 20@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -325758,18 +359739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64330, "usage_id": 222 }, "4226.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 21, Flur", "arch_name": "EG 21@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -325777,18 +359760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64331, "usage_id": 222 }, "4226.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 22, Flur Treppenhaus Ost", "arch_name": "EG 22@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -325796,18 +359781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64332, "usage_id": 222 }, "4226.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 23, B\u00fcro/Studierendenraum", "arch_name": "EG 23@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -325815,18 +359802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64333, "usage_id": 12 }, "4226.EG.023A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 23A, Massenspektrometrie", "arch_name": "EG 23A@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47118, "seats": { @@ -325834,18 +359823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64334, "usage_id": 103 }, "4226.EG.023B": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 23B, CT", "arch_name": "EG 23B@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -325853,18 +359844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64335, "usage_id": 103 }, "4226.EG.023C": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 23C, B\u00fcro/Studierendenraum (Lee-Lab)", "arch_name": "EG 23C@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47118, "seats": { @@ -325872,18 +359865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64336, "usage_id": 12 }, "4226.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 24, Technikschacht 4", "arch_name": "EG 24@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -325891,18 +359886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64341, "usage_id": 120 }, "4226.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 25, Technikschacht 1", "arch_name": "EG 25@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -325910,18 +359907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64340, "usage_id": 120 }, "4226.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 26, Flur Eingang S\u00fcd", "arch_name": "EG 26@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -325929,18 +359928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64339, "usage_id": 222 }, "4226.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 27, Technikschacht 3", "arch_name": "EG 27@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -325948,18 +359949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64385, "usage_id": 120 }, "4226.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 28, Technikschacht 6", "arch_name": "EG 28@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -325967,18 +359970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64342, "usage_id": 120 }, "4226.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 29, Flur Treppenhaus West", "arch_name": "EG 29@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -325986,18 +359991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64343, "usage_id": 222 }, "4226.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 30, B\u00fcro", "arch_name": "EG 30@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -326005,18 +360012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64317, "usage_id": 12 }, "4226.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 31, B\u00fcro", "arch_name": "EG 31@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -326024,18 +360033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64316, "usage_id": 12 }, "4226.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 32, B\u00fcro", "arch_name": "EG 32@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -326043,18 +360054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64315, "usage_id": 12 }, "4226.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 33, B\u00fcro", "arch_name": "EG 33@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -326062,18 +360075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64314, "usage_id": 12 }, "4226.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 34, B\u00fcro", "arch_name": "EG 34@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15643, "seats": { @@ -326081,18 +360096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64313, "usage_id": 12 }, "4226.EG.035": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG35, Bibliothek", "arch_name": "EG35@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -326100,18 +360117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64344, "usage_id": 10 }, "4226.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 36, Lager", "arch_name": "EG 36@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -326119,18 +360138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64345, "usage_id": 110 }, "4226.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 37, WC-Damen", "arch_name": "EG 37@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -326138,18 +360159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64346, "usage_id": 116 }, "4226.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 38, WC-Herren", "arch_name": "EG 38@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -326157,18 +360180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64347, "usage_id": 115 }, "4226.EG.039": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 39, Flur", "arch_name": "EG 39@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -326176,18 +360201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64348, "usage_id": 222 }, "4226.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 40, Werkstatt-B\u00fcro", "arch_name": "EG 40@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15643, "seats": { @@ -326195,18 +360222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64349, "usage_id": 12 }, "4226.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 41, Schreinerei", "arch_name": "EG 41@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15643, "seats": { @@ -326214,18 +360243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64350, "usage_id": 107 }, "4226.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 42, Metallwerkstatt", "arch_name": "EG 42@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15643, "seats": { @@ -326233,18 +360264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64351, "usage_id": 107 }, "4226.EG.042A": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 42A, Schlosserei", "arch_name": "EG 42A@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15643, "seats": { @@ -326252,18 +360285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64678, "usage_id": 107 }, "4226.EG.042B": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 42B, Wertstoffe/M\u00fcll", "arch_name": "EG 42B@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326271,18 +360306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66524, "usage_id": 214 }, "4226.EG.042C": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 42C, Gasflaschenlager", "arch_name": "EG 42C@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326290,18 +360327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66525, "usage_id": 30 }, "4226.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 43, Lager", "arch_name": "EG 43@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15643, "seats": { @@ -326309,18 +360348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64352, "usage_id": 30 }, "4226.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 44, Technikschacht 5", "arch_name": "EG 44@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -326328,18 +360369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64353, "usage_id": 120 }, "4226.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 45, Lager", "arch_name": "EG 45@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15643, "seats": { @@ -326347,18 +360390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64354, "usage_id": 30 }, "4226.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "EG 46, Flur", "arch_name": "EG 46@4226", "area_id": 42, "building_id": 1160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -326366,18 +360411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64355, "usage_id": 222 }, "4226.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 01, Wertstoffe/M\u00fcll", "arch_name": "UG 01@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326385,18 +360432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64474, "usage_id": 214 }, "4226.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 02, Lager Hygieneartikel", "arch_name": "UG 02@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326404,18 +360453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64476, "usage_id": 30 }, "4226.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 03, Trafostation XXV", "arch_name": "UG 03@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326423,18 +360474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64477, "usage_id": 202 }, "4226.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 04, Trafostation XXV", "arch_name": "UG 04@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326442,18 +360495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64478, "usage_id": 160 }, "4226.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 05, Trafostation XXV", "arch_name": "UG 05@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326461,18 +360516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64479, "usage_id": 160 }, "4226.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 06, Einbringschacht", "arch_name": "UG 06@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326480,18 +360537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64480, "usage_id": 120 }, "4226.U1.006A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 06a, Trafostation XXV", "arch_name": "UG 06a@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326499,18 +360558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64481, "usage_id": 160 }, "4226.U1.006B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 06b, Trafostation XXV", "arch_name": "UG 06b@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326518,18 +360579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64727, "usage_id": 160 }, "4226.U1.006C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 06c, MSP", "arch_name": "UG 06c@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326537,18 +360600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64728, "usage_id": 120 }, "4226.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 07, Lager (EIT-Food)", "arch_name": "UG 07@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38011, "seats": { @@ -326556,18 +360621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64482, "usage_id": 30 }, "4226.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 08, WC-Damen", "arch_name": "UG 08@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -326575,18 +360642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64483, "usage_id": 116 }, "4226.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 09, WC-Herren", "arch_name": "UG 09@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -326594,18 +360663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64486, "usage_id": 115 }, "4226.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 45, WC-Behinderte", "arch_name": "UG 45@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -326613,18 +360684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64488, "usage_id": 117 }, "4226.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 11, Flur", "arch_name": "UG 11@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -326632,18 +360705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64501, "usage_id": 222 }, "4226.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 12, Neutralisation", "arch_name": "UG 12@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326651,18 +360726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64497, "usage_id": 120 }, "4226.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 13, Kompressor", "arch_name": "UG 13@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326670,18 +360747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64729, "usage_id": 120 }, "4226.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 15, Heizzentrale", "arch_name": "UG 15@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326689,18 +360768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64730, "usage_id": 120 }, "4226.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 18, Umkleide-Damen", "arch_name": "UG 18@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -326708,18 +360789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64484, "usage_id": 121 }, "4226.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 19, Technikschacht 2", "arch_name": "UG 19@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326727,18 +360810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64485, "usage_id": 120 }, "4226.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 20, Umkleide-Herren", "arch_name": "UG 20@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -326746,18 +360831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64487, "usage_id": 121 }, "4226.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 21, Flur", "arch_name": "UG 21@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -326765,18 +360852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64496, "usage_id": 222 }, "4226.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 22, Flur Treppenhaus Ost", "arch_name": "UG 22@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -326784,18 +360873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64498, "usage_id": 222 }, "4226.U1.022A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 22a, Aufzug Ost", "arch_name": "UG 22a@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -326803,18 +360894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64763, "usage_id": 222 }, "4226.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 23, L\u00fcftungszentrale", "arch_name": "UG 23@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326822,18 +360915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64495, "usage_id": 120 }, "4226.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 24, Technikschacht 4", "arch_name": "UG 24@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -326841,18 +360936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64493, "usage_id": 120 }, "4226.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 25, Technikschacht 1", "arch_name": "UG 25@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -326860,18 +360957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64489, "usage_id": 120 }, "4226.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 26, Technikschacht 3", "arch_name": "UG 26@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -326879,18 +360978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64490, "usage_id": 120 }, "4226.U1.026A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 26a, K\u00e4ltezentrale", "arch_name": "UG 26a@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326898,18 +360999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64520, "usage_id": 30 }, "4226.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 27, Technikschacht 6", "arch_name": "UG 27@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -326917,18 +361020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64491, "usage_id": 120 }, "4226.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 28, Flur Treppenhaus West", "arch_name": "UG 28@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -326936,18 +361041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64499, "usage_id": 222 }, "4226.U1.028A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 28a, Aufzug Ost", "arch_name": "UG 28a@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -326955,18 +361062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64764, "usage_id": 222 }, "4226.U1.029": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 29, Wertstoffe/M\u00fcll", "arch_name": "UG 29@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -326974,18 +361083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64475, "usage_id": 214 }, "4226.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 30, Lager Leergebinde M\u00fcllentsorgung", "arch_name": "UG 30@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -326993,18 +361104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64508, "usage_id": 30 }, "4226.U1.031": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 31, Entsorgungsraum", "arch_name": "UG 31@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -327012,18 +361125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64509, "usage_id": 216 }, "4226.U1.032": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 32, Lagerraum", "arch_name": "UG 32@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -327031,18 +361146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64510, "usage_id": 30 }, "4226.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 33, Nichtbrennbare Fl\u00fcssigkeiten", "arch_name": "UG 33@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -327050,18 +361167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64511, "usage_id": 132 }, "4226.U1.034": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 34, Lager", "arch_name": "UG 34@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 47118, "seats": { @@ -327069,18 +361188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64512, "usage_id": 30 }, "4226.U1.035": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 35, Lager", "arch_name": "UG 35@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -327088,18 +361209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64513, "usage_id": 30 }, "4226.U1.036": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 36, WC-Damen", "arch_name": "UG 36@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -327107,18 +361230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64503, "usage_id": 116 }, "4226.U1.037": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 37, WC-Herren", "arch_name": "UG 37@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -327126,18 +361251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64504, "usage_id": 115 }, "4226.U1.038": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 38, WC-Behinderte", "arch_name": "UG 38@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -327145,18 +361272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64505, "usage_id": 117 }, "4226.U1.039": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 39, Flur", "arch_name": "UG 39@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -327164,18 +361293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64502, "usage_id": 222 }, "4226.U1.040": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 40/41, K\u00fchllager (gem.Nutzung 1110021100/111002", "arch_name": "UG 40/41@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -327183,18 +361314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64514, "usage_id": 199 }, "4226.U1.042": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 42, Archiv", "arch_name": "UG 42@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -327202,18 +361335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64515, "usage_id": 2 }, "4226.U1.043": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 43, Lager", "arch_name": "UG 43@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -327221,18 +361356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64516, "usage_id": 2 }, "4226.U1.044": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 44, Archiv", "arch_name": "UG 44@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15643, "seats": { @@ -327240,18 +361377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64517, "usage_id": 2 }, "4226.U1.045": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 45, Lager", "arch_name": "UG 45@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39071, "seats": { @@ -327259,18 +361398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64518, "usage_id": 2 }, "4226.U1.046": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 46, Serverraum (BayBioMS)", "arch_name": "UG 46@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -327278,18 +361419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64519, "usage_id": 207 }, "4226.U1.047": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 47, Umkleide Damen", "arch_name": "UG 47@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -327297,18 +361440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64506, "usage_id": 121 }, "4226.U1.048": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 48, Technikschacht 5", "arch_name": "UG 48@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -327316,18 +361461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64492, "usage_id": 120 }, "4226.U1.049": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 49, Umkleide Herren", "arch_name": "UG 49@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -327335,18 +361482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64507, "usage_id": 121 }, "4226.U1.050": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 50, Flur", "arch_name": "UG 50@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -327354,18 +361503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64500, "usage_id": 222 }, "4226.U1.051": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Gregor-Mendel-Str. 4", "zip_code": 85354 }, + "alt_name": "UG 50/21, Flur", "arch_name": "UG 50/21@4226", "area_id": 42, "building_id": 1160, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -327373,18 +361524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64731, "usage_id": 222 }, "4230.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "001, Futterlager Osttor", "arch_name": "001@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -327392,18 +361545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46078, "usage_id": 168 }, "4230.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "002, \u00d6llager", "arch_name": "002@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -327411,18 +361566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46093, "usage_id": 30 }, "4230.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "003, Heizung", "arch_name": "003@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -327430,18 +361587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46245, "usage_id": 201 }, "4230.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "004, Stall", "arch_name": "004@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -327449,18 +361608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46259, "usage_id": 106 }, "4230.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "005, Behandlungsraum", "arch_name": "005@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -327468,18 +361629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46276, "usage_id": 167 }, "4230.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "006, Flur", "arch_name": "006@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -327487,18 +361650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45758, "usage_id": 222 }, "4230.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "007, Stall", "arch_name": "007@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -327506,18 +361671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45772, "usage_id": 106 }, "4230.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "008, Stall", "arch_name": "008@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -327525,18 +361692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45782, "usage_id": 106 }, "4230.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "009, Futtermittellager", "arch_name": "009@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -327544,18 +361713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45383, "usage_id": 168 }, "4230.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "010, Ger\u00e4tereinigungsraum", "arch_name": "010@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -327563,18 +361734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45396, "usage_id": 209 }, "4230.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "011, Analytisch-pr\u00e4parativchemisches Labor", "arch_name": "011@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -327582,18 +361755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45403, "usage_id": 102 }, "4230.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "012, WC", "arch_name": "012@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -327601,18 +361776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45418, "usage_id": 114 }, "4230.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "013, Umkleide", "arch_name": "013@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -327620,18 +361797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45019, "usage_id": 121 }, "4230.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 11", "zip_code": 85354 }, + "alt_name": "014, Dusche", "arch_name": "014@4230", "area_id": 39, "building_id": 903, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -327639,19 +361818,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45028, "usage_id": 113 }, "4231.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "001, Arbeitsraum", "arch_name": "001@4231", "area_id": 39, "building_id": 904, "calendar_resource_nr": 18767, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 50898, "seats": { @@ -327659,19 +361840,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44506, "usage_id": 12 }, "4231.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "002, Arbeitsraum", "arch_name": "002@4231", "area_id": 39, "building_id": 904, "calendar_resource_nr": 19030, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 50898, "seats": { @@ -327679,19 +361862,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44658, "usage_id": 12 }, "4231.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "003, Arbeitsraum", "arch_name": "003@4231", "area_id": 39, "building_id": 904, "calendar_resource_nr": 19443, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51338, "seats": { @@ -327699,18 +361884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44668, "usage_id": 12 }, "4231.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "004, Arbeitsraum (gem. Nutzung)", "arch_name": "004@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -327718,18 +361905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44682, "usage_id": 12 }, "4231.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "005, Arbeitsraum (gem. Nutzung)", "arch_name": "005@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -327737,18 +361926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44688, "usage_id": 12 }, "4231.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "006, W\u00e4geraum (gem. Nutzung)", "arch_name": "006@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -327756,18 +361947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44697, "usage_id": 103 }, "4231.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "007, Labor (gem. Nutzung)", "arch_name": "007@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -327775,18 +361968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44839, "usage_id": 102 }, "4231.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "010, Reinigungsmittelraum", "arch_name": "010@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -327794,18 +361989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44864, "usage_id": 205 }, "4231.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "011, Durchfahrt", "arch_name": "011@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -327813,18 +362010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45194, "usage_id": 204 }, "4231.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "012, Flur", "arch_name": "012@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -327832,18 +362031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45208, "usage_id": 222 }, "4231.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "013, Durchfahrt", "arch_name": "013@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -327851,18 +362052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45222, "usage_id": 204 }, "4231.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "014, Lager", "arch_name": "014@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -327870,18 +362073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45232, "usage_id": 30 }, "4231.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "015, Waschraum", "arch_name": "015@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -327889,18 +362094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45740, "usage_id": 210 }, "4231.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "016, Umkleide", "arch_name": "016@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -327908,18 +362115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45755, "usage_id": 121 }, "4231.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "017, WC-Damen Vorraum", "arch_name": "017@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -327927,18 +362136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53123, "usage_id": 118 }, "4231.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "018, WC-Damen", "arch_name": "018@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -327946,18 +362157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53137, "usage_id": 116 }, "4231.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "019, WC-Herren", "arch_name": "019@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -327965,18 +362178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53148, "usage_id": 115 }, "4231.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "020, WC-Herren Vorraum", "arch_name": "020@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -327984,18 +362199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53155, "usage_id": 118 }, "4231.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "021, Umkleide", "arch_name": "021@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -328003,18 +362220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53302, "usage_id": 121 }, "4231.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "022, Waschraum", "arch_name": "022@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -328022,18 +362241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53317, "usage_id": 210 }, "4231.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "023, Fotoraum", "arch_name": "023@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -328041,18 +362262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53330, "usage_id": 104 }, "4231.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "024, Lager", "arch_name": "024@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -328060,18 +362283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53474, "usage_id": 30 }, "4231.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "025, Durchfahrt", "arch_name": "025@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -328079,18 +362304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53489, "usage_id": 204 }, "4231.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "026, Unreine Flure", "arch_name": "026@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328098,18 +362325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53497, "usage_id": 222 }, "4231.EG.026A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "026A, Lager und Arbeitsfl\u00e4che", "arch_name": "026A@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328117,18 +362346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53508, "usage_id": 30 }, "4231.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "027, Lager", "arch_name": "027@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -328136,18 +362367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53646, "usage_id": 30 }, "4231.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "028, Labor", "arch_name": "028@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -328155,18 +362388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53659, "usage_id": 103 }, "4231.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "029, Arbeitsraum", "arch_name": "029@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -328174,18 +362409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53673, "usage_id": 30 }, "4231.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "030, Grobvermahlung (FCU)", "arch_name": "030@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 52257, "seats": { @@ -328193,18 +362430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53681, "usage_id": 103 }, "4231.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "031, Trockenraum (FCU)", "arch_name": "031@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 52257, "seats": { @@ -328212,18 +362451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53823, "usage_id": 194 }, "4231.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "032, Pflanzenaufbereitung (FCU)", "arch_name": "032@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 52257, "seats": { @@ -328231,18 +362472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53839, "usage_id": 168 }, "4231.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "033, Pflanzenaufbereitung (FCU)", "arch_name": "033@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 52257, "seats": { @@ -328250,18 +362493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53849, "usage_id": 168 }, "4231.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "034, Lager mit Gefrierzellen und K\u00fchlzellen (FCU)", "arch_name": "034@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -328269,18 +362514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51244, "usage_id": 30 }, "4231.EG.035A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "035A, Wasch-, Schlammraum", "arch_name": "035A@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -328288,18 +362535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51252, "usage_id": 209 }, "4231.EG.035B": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "035B, Wasch-, Schlammraum", "arch_name": "035B@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328307,18 +362556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51266, "usage_id": 209 }, "4231.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "036, Sp\u00fclr\u00e4ume", "arch_name": "036@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328326,18 +362577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51415, "usage_id": 209 }, "4231.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "037, Trafostation XX", "arch_name": "037@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -328345,18 +362598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51429, "usage_id": 160 }, "4231.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "038, Trafostation XX", "arch_name": "038@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -328364,18 +362619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51444, "usage_id": 160 }, "4231.EG.039A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "039A, Trafostation XX", "arch_name": "039A@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -328383,18 +362640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51605, "usage_id": 160 }, "4231.EG.039B": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "039B, Trafostation XX", "arch_name": "039B@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -328402,19 +362661,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51617, "usage_id": 160 }, "4231.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "040, Gew\u00e4chshaus (GHL)", "arch_name": "040@4231", "area_id": 39, "building_id": 904, "calendar_resource_nr": 27332, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -328422,19 +362683,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51630, "usage_id": 166 }, "4231.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "041, Wasserkulturhaus (GHL)", "arch_name": "041@4231", "area_id": 39, "building_id": 904, "calendar_resource_nr": 19891, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -328442,19 +362705,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51642, "usage_id": 166 }, "4231.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "042, Freifl\u00e4che vor Wasserkulturenhaus (GHL)", "arch_name": "042@4231", "area_id": 39, "building_id": 904, "calendar_resource_nr": 27333, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -328462,19 +362727,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51785, "usage_id": 157 }, "4231.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "043, Zylinderanlage (GHL)", "arch_name": "043@4231", "area_id": 39, "building_id": 904, "calendar_resource_nr": 27334, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -328482,19 +362749,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51797, "usage_id": 157 }, "4231.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "044, Vegetationshalle / Klimakammer (GHL)", "arch_name": "044@4231", "area_id": 39, "building_id": 904, "calendar_resource_nr": 27335, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -328502,18 +362771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51812, "usage_id": 166 }, "4231.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "046, D\u00fcngerlager", "arch_name": "046@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328521,18 +362792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51955, "usage_id": 30 }, "4231.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "047, D\u00fcngerlager", "arch_name": "047@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328540,18 +362813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51971, "usage_id": 30 }, "4231.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "048, Ger\u00e4telager", "arch_name": "048@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328559,18 +362834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51985, "usage_id": 18 }, "4231.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "049, Werkstatt", "arch_name": "049@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328578,18 +362855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51990, "usage_id": 51 }, "4231.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "050, Maschinen- und KfZ-Halle", "arch_name": "050@4231", "area_id": 39, "building_id": 904, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328597,18 +362876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52125, "usage_id": 100 }, "4231.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "001, Flur", "arch_name": "001@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -328616,18 +362897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45045, "usage_id": 222 }, "4231.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "002, Kaminkeller", "arch_name": "002@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -328635,18 +362918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45558, "usage_id": 201 }, "4231.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "003, Heizzentrale", "arch_name": "003@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -328654,18 +362939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45570, "usage_id": 201 }, "4231.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "004, Wasseraufbereitung", "arch_name": "004@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -328673,18 +362960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45583, "usage_id": 182 }, "4231.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "005, Ger\u00e4telager", "arch_name": "005@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328692,18 +362981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45596, "usage_id": 18 }, "4231.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "006, Vorraum mit Treppe", "arch_name": "006@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -328711,18 +363002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52727, "usage_id": 222 }, "4231.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "007, Einbringschacht", "arch_name": "007@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328730,18 +363023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52743, "usage_id": 219 }, "4231.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "008, Maschinenraum", "arch_name": "008@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328749,18 +363044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52758, "usage_id": 18 }, "4231.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "009, Neutralisationsanlage", "arch_name": "009@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -328768,18 +363065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52771, "usage_id": 182 }, "4231.U1.010A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "010A, Lysimeteranlage", "arch_name": "010A@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328787,18 +363086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44482, "usage_id": 218 }, "4231.U1.010B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 7", "zip_code": 85354 }, + "alt_name": "010B, Vorraum Lysimeteranlage", "arch_name": "010B@4231", "area_id": 39, "building_id": 904, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -328806,18 +363107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44494, "usage_id": 222 }, "4232.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "114, Vorbereitung (Betriebsgeb\u00e4ude)", "arch_name": "114@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -328825,18 +363128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72069, "usage_id": 30 }, "4232.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "115, Heulager (Betriebsgeb\u00e4ude)", "arch_name": "115@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -328844,18 +363149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72077, "usage_id": 30 }, "4232.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "101, Treppenhaus", "arch_name": "101@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -328863,18 +363170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67325, "usage_id": 223 }, "4232.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "102, Bilderarchiv (DIA)", "arch_name": "102@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -328882,18 +363191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67326, "usage_id": 2 }, "4232.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "103, L\u00fcftung", "arch_name": "103@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -328901,18 +363212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67334, "usage_id": 120 }, "4232.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "104, Lager", "arch_name": "104@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -328920,18 +363233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67335, "usage_id": 30 }, "4232.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "105, Abluftkammer", "arch_name": "105@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -328939,18 +363254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67336, "usage_id": 32 }, "4232.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "106, Lager", "arch_name": "106@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -328958,18 +363275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67337, "usage_id": 30 }, "4232.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "107, Abluftkammer", "arch_name": "107@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -328977,18 +363296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67338, "usage_id": 32 }, "4232.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "108, Probelager / Archiv", "arch_name": "108@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -328996,18 +363317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67339, "usage_id": 2 }, "4232.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "109, Ger\u00e4telager", "arch_name": "109@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -329015,18 +363338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67340, "usage_id": 18 }, "4232.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "110, Ablufttechnik", "arch_name": "110@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -329034,18 +363359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67341, "usage_id": 32 }, "4232.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "111, Abluft-S\u00e4urelager-R053/Eierschalenkartons", "arch_name": "111@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -329053,18 +363380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67342, "usage_id": 30 }, "4232.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "112, Abluft-Raum 054-055-056/ Lagerraum", "arch_name": "112@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -329072,18 +363401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67343, "usage_id": 30 }, "4232.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "113, Technik", "arch_name": "113@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -329091,18 +363422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67344, "usage_id": 120 }, "4232.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "114a, Probenlager", "arch_name": "114a@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -329110,18 +363443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69901, "usage_id": 30 }, "4232.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "001, Lager (Betriebsgeb\u00e4ude)", "arch_name": "001@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -329129,18 +363464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52300, "usage_id": 30 }, "4232.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "002, Lager (Betriebsgeb\u00e4ude)", "arch_name": "002@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -329148,18 +363485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52311, "usage_id": 30 }, "4232.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "003, Treppe (Betriebsgeb\u00e4ude)", "arch_name": "003@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -329167,18 +363506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52324, "usage_id": 223 }, "4232.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "004, Garage (Betriebsgeb\u00e4ude)", "arch_name": "004@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15646, "seats": { @@ -329186,18 +363527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52464, "usage_id": 100 }, "4232.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "005, Garage (Betriebsgeb\u00e4ude)", "arch_name": "005@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 50898, "seats": { @@ -329205,18 +363548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52475, "usage_id": 159 }, "4232.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "006, Werkstatt (Betriebsgeb\u00e4ude)", "arch_name": "006@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49777, "seats": { @@ -329224,18 +363569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52486, "usage_id": 100 }, "4232.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "007, Werkstatt (gem. Nutzung) (Betriebsgeb\u00e4ude)", "arch_name": "007@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49777, "seats": { @@ -329243,18 +363590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52500, "usage_id": 100 }, "4232.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "008, Gang", "arch_name": "008@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -329262,18 +363611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52639, "usage_id": 222 }, "4232.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "009, B\u00fcro", "arch_name": "009@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -329281,18 +363632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52649, "usage_id": 12 }, "4232.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "010, B\u00fcro", "arch_name": "010@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -329300,18 +363653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52658, "usage_id": 12 }, "4232.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "011, Sozialraum", "arch_name": "011@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -329319,18 +363674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52671, "usage_id": 44 }, "4232.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "012, WC-Herren", "arch_name": "012@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -329338,18 +363695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52820, "usage_id": 115 }, "4232.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "013, Garderobe-Herren", "arch_name": "013@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -329357,18 +363716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52831, "usage_id": 121 }, "4232.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "014, Umkleide-Herren", "arch_name": "014@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -329376,18 +363737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52842, "usage_id": 121 }, "4232.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "015, Waschraum-Herren", "arch_name": "015@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -329395,18 +363758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52992, "usage_id": 210 }, "4232.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "016, Waschraum-Damen", "arch_name": "016@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -329414,18 +363779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53005, "usage_id": 210 }, "4232.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "017, Umkleide-Damen", "arch_name": "017@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -329433,18 +363800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53018, "usage_id": 121 }, "4232.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "018, Garderobe-Damen", "arch_name": "018@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -329452,18 +363821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53027, "usage_id": 121 }, "4232.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "019, WC-Damen", "arch_name": "019@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -329471,18 +363842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53172, "usage_id": 116 }, "4232.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "020, Gang", "arch_name": "020@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -329490,18 +363863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53193, "usage_id": 222 }, "4232.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "021, Labor (gem. Nutzung)", "arch_name": "021@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49777, "seats": { @@ -329509,18 +363884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53344, "usage_id": 194 }, "4232.EG.021A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "021A, Lager/Elektroverteiler UV3", "arch_name": "021A@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -329528,18 +363905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53357, "usage_id": 30 }, "4232.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "022, Proben/Lager (gem. Nutzung)", "arch_name": "022@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49777, "seats": { @@ -329547,18 +363926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53371, "usage_id": 30 }, "4232.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "023, Elekrtoverteilung/UV1/Hauptverteiler", "arch_name": "023@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -329566,18 +363947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53518, "usage_id": 160 }, "4232.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "024, Treppe", "arch_name": "024@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -329585,18 +363968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53531, "usage_id": 223 }, "4232.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "025, Lager (gem. Nutzung)", "arch_name": "025@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49777, "seats": { @@ -329604,18 +363989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53540, "usage_id": 30 }, "4232.EG.025A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "025A, Archiv/ElektroverteilungUV4", "arch_name": "025A@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -329623,18 +364010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53553, "usage_id": 2 }, "4232.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "026, Lager (gem. Nutzung)", "arch_name": "026@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49777, "seats": { @@ -329642,18 +364031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53695, "usage_id": 30 }, "4232.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "027, K\u00fcche/Getr\u00e4nkelager", "arch_name": "027@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49777, "seats": { @@ -329661,18 +364052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53708, "usage_id": 44 }, "4232.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "028, K\u00fcche", "arch_name": "028@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49777, "seats": { @@ -329680,18 +364073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53722, "usage_id": 28 }, "4232.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "029, WC-Herren Vorraum", "arch_name": "029@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -329699,18 +364094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53864, "usage_id": 118 }, "4232.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "030, WC-Herren", "arch_name": "030@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -329718,18 +364115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53886, "usage_id": 115 }, "4232.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "031, WC-Damen", "arch_name": "031@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -329737,18 +364136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51283, "usage_id": 116 }, "4232.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "032, WC-Damen Vorraum", "arch_name": "032@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -329756,18 +364157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67323, "usage_id": 118 }, "4232.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "033, Garderobe-Vorraum", "arch_name": "033@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -329775,18 +364178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51303, "usage_id": 121 }, "4232.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "034, Umkleide (gem. Nutzung)", "arch_name": "034@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49777, "seats": { @@ -329794,18 +364199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51318, "usage_id": 121 }, "4232.EG.035": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "035, Drucker/Kopierer (gem. Nutzung)", "arch_name": "035@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49777, "seats": { @@ -329813,18 +364220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51462, "usage_id": 110 }, "4232.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "036, Lager(gem. Nutzung)", "arch_name": "036@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -329832,18 +364241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70732, "usage_id": 30 }, "4232.EG.036A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "036a, Lager(gem. Nutzung)", "arch_name": "036a@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -329851,18 +364262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51482, "usage_id": 30 }, "4232.EG.036D": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "036b, Elektroverteiler UV5", "arch_name": "036b@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -329870,18 +364283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70723, "usage_id": 120 }, "4232.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "038, Studentischer Arbeitsraum (gem.Nutzung)", "arch_name": "038@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -329889,18 +364304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51681, "usage_id": 208 }, "4232.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "040, Seminarraum (gem. Nutzung)", "arch_name": "040@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -329908,18 +364325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51838, "usage_id": 41 }, "4232.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "041, B\u00fcro (gem. Nutzung)", "arch_name": "041@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -329927,18 +364346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51850, "usage_id": 12 }, "4232.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "042, B\u00fcro (gem. Nutzung)", "arch_name": "042@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -329946,18 +364367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51996, "usage_id": 12 }, "4232.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "043, B\u00fcro", "arch_name": "043@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -329965,18 +364388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52014, "usage_id": 12 }, "4232.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "044, B\u00fcro", "arch_name": "044@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -329984,18 +364409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52027, "usage_id": 12 }, "4232.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "045, Sozialraum", "arch_name": "045@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -330003,18 +364430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52168, "usage_id": 44 }, "4232.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "046, Labor", "arch_name": "046@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -330022,18 +364451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52180, "usage_id": 102 }, "4232.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "047, Labor", "arch_name": "047@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -330041,18 +364472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52194, "usage_id": 103 }, "4232.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "048, B\u00fcro/Archiv", "arch_name": "048@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -330060,18 +364493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52345, "usage_id": 12 }, "4232.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "049, B\u00fcro/Sekretariat", "arch_name": "049@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -330079,18 +364514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52353, "usage_id": 40 }, "4232.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "050, B\u00fcro", "arch_name": "050@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -330098,18 +364535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52366, "usage_id": 12 }, "4232.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "051, Labor", "arch_name": "051@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49777, "seats": { @@ -330117,18 +364556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52374, "usage_id": 102 }, "4232.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "052, Sp\u00fclk\u00fcche/Rotationsverdampfer", "arch_name": "052@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -330136,18 +364577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52515, "usage_id": 28 }, "4232.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "053, Chemikalienraum", "arch_name": "053@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -330155,18 +364598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52532, "usage_id": 132 }, "4232.EG.054": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "054, Feldlabor 1", "arch_name": "054@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -330174,18 +364619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52539, "usage_id": 102 }, "4232.EG.055": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "055, Feldlabor 2", "arch_name": "055@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -330193,18 +364640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52548, "usage_id": 102 }, "4232.EG.056": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "056, B\u00fcro", "arch_name": "056@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -330212,18 +364661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52685, "usage_id": 12 }, "4232.EG.057": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "057, Verbinder Gew\u00e4chsh\u00e4user", "arch_name": "057@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -330231,18 +364682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52696, "usage_id": 16 }, "4232.EG.057A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "057A, Lagerabstellfl\u00e4che (12 Abteile a\u00b4 3m\u00b2)", "arch_name": "057A@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -330250,18 +364703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52713, "usage_id": 30 }, "4232.EG.074": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "074, Abteil 1 (Gew\u00e4chshaus 2)", "arch_name": "074@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -330269,18 +364724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53571, "usage_id": 166 }, "4232.EG.075": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "075, Abteil 2 (Gew\u00e4chshaus 2)", "arch_name": "075@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -330288,18 +364745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53585, "usage_id": 166 }, "4232.EG.078": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "078, Container", "arch_name": "078@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -330307,18 +364766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67291, "usage_id": 215 }, "4232.EG.079": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "1A, Schleuse (Gew\u00e4chshaus 2)", "arch_name": "1A@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -330326,18 +364787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72204, "usage_id": 105 }, "4232.EG.080": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "4, Schleuse (Gew\u00e4chshaus 1)", "arch_name": "4@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -330345,18 +364808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72205, "usage_id": 105 }, "4232.EG.080A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "5, Flur (Gew\u00e4chshaus 1)", "arch_name": "5@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -330364,18 +364829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72159, "usage_id": 222 }, "4232.EG.081": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "6, Koje 1 (Gew\u00e4chshaus 1)", "arch_name": "6@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -330383,18 +364850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72206, "usage_id": 166 }, "4232.EG.082": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "7, Koje 2 (Gew\u00e4chshaus 1)", "arch_name": "7@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -330402,18 +364871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72160, "usage_id": 166 }, "4232.EG.083": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "8, Koje 3 (Gew\u00e4chshaus 1)", "arch_name": "8@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -330421,18 +364892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72161, "usage_id": 166 }, "4232.EG.100": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "100, Versuchsfeld", "arch_name": "100@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15687, "seats": { @@ -330440,18 +364913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53755, "usage_id": 157 }, "4232.EG.110": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "Versuchsfeld", "arch_name": "@4232", "area_id": 39, "building_id": 905, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -330459,18 +364934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53900, "usage_id": 157 }, "4232.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "K01, Neutraanlage", "arch_name": "K01@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -330478,18 +364955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52147, "usage_id": 182 }, "4232.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 8", "zip_code": 85354 }, + "alt_name": "K02, Lager (gem. Nutzung) (Betriebsgeb\u00e4ude)", "arch_name": "K02@4232", "area_id": 39, "building_id": 905, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 49777, "seats": { @@ -330497,18 +364976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52157, "usage_id": 30 }, "4234.01.501": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.1, Treppenhaus", "arch_name": "1.1@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -330516,18 +364997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65994, "usage_id": 223 }, "4234.01.502": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.2, B\u00fcro", "arch_name": "1.2@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -330535,18 +365018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65995, "usage_id": 12 }, "4234.01.503": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.3, Drucker (gem. Nutzung)", "arch_name": "1.3@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -330554,18 +365039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65996, "usage_id": 110 }, "4234.01.504": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.4, WC-Herren", "arch_name": "1.4@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -330573,18 +365060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65997, "usage_id": 115 }, "4234.01.505": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.5, WC-Damen", "arch_name": "1.5@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -330592,18 +365081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65998, "usage_id": 116 }, "4234.01.507": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.7, B\u00fcro", "arch_name": "1.7@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26685, "seats": { @@ -330611,18 +365102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65999, "usage_id": 12 }, "4234.01.508": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.8, B\u00fcro", "arch_name": "1.8@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50898, "seats": { @@ -330630,18 +365123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66000, "usage_id": 12 }, "4234.01.509": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.9, B\u00fcro (gem. Nutzung)", "arch_name": "1.9@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 50898, "seats": { @@ -330649,18 +365144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66001, "usage_id": 12 }, "4234.01.510": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.10, B\u00fcro", "arch_name": "1.10@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50898, "seats": { @@ -330668,18 +365165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66002, "usage_id": 12 }, "4234.01.511": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.11, B\u00fcro", "arch_name": "1.11@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50898, "seats": { @@ -330687,18 +365186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66003, "usage_id": 12 }, "4234.01.512": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.12, B\u00fcro", "arch_name": "1.12@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50898, "seats": { @@ -330706,18 +365207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66004, "usage_id": 12 }, "4234.01.513": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.13, B\u00fcro", "arch_name": "1.13@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50898, "seats": { @@ -330725,18 +365228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66005, "usage_id": 12 }, "4234.01.514": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.14, Labor (S1)", "arch_name": "1.14@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50898, "seats": { @@ -330744,18 +365249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66006, "usage_id": 102 }, "4234.01.515": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.15, Sozialraum/K\u00fcche (gem. Nutzung)", "arch_name": "1.15@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50898, "seats": { @@ -330763,18 +365270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66007, "usage_id": 44 }, "4234.01.517": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.17, Technik", "arch_name": "1.17@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -330782,18 +365291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66008, "usage_id": 120 }, "4234.01.517A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.17A, Technik", "arch_name": "1.17A@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -330801,18 +365312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67345, "usage_id": 120 }, "4234.01.518": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.18, Treppenraum", "arch_name": "1.18@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -330820,18 +365333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66009, "usage_id": 223 }, "4234.01.519": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.19, Aufzug", "arch_name": "1.19@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -330839,18 +365354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66010, "usage_id": 4 }, "4234.01.520": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "1.23, Flur", "arch_name": "1.23@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -330858,18 +365375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66011, "usage_id": 222 }, "4234.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "Flur", "arch_name": "@4234", "area_id": 39, "building_id": 907, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -330877,18 +365396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47297, "usage_id": 222 }, "4234.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "WC", "arch_name": "@4234", "area_id": 39, "building_id": 907, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -330896,18 +365417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47314, "usage_id": 114 }, "4234.EG.502": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.2, Treppenraum", "arch_name": "0.2@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -330915,18 +365438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65961, "usage_id": 223 }, "4234.EG.503": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.3, Flur", "arch_name": "0.3@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -330934,18 +365459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65962, "usage_id": 222 }, "4234.EG.504": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.4, Garderobe-Damen", "arch_name": "0.4@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -330953,18 +365480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65963, "usage_id": 121 }, "4234.EG.505": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.5, Waschraum-Damen", "arch_name": "0.5@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -330972,18 +365501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65964, "usage_id": 210 }, "4234.EG.506": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.6, WC-Damen", "arch_name": "0.6@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -330991,18 +365522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65965, "usage_id": 116 }, "4234.EG.507": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.7, Dusche-Damen", "arch_name": "0.7@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331010,18 +365543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65966, "usage_id": 113 }, "4234.EG.508": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.8, WC-Behinderte", "arch_name": "0.8@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331029,18 +365564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65967, "usage_id": 117 }, "4234.EG.509": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.9, Dusche-Herren", "arch_name": "0.9@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331048,18 +365585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65968, "usage_id": 113 }, "4234.EG.510": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.10, WC-Herren", "arch_name": "0.10@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331067,18 +365606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65969, "usage_id": 115 }, "4234.EG.511": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.11, Waschraum-Herren", "arch_name": "0.11@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331086,18 +365627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65970, "usage_id": 210 }, "4234.EG.512": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.12, Garderobe-Herren", "arch_name": "0.12@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331105,18 +365648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65971, "usage_id": 121 }, "4234.EG.513": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.13, Aufenthaltsraum", "arch_name": "0.13@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331124,18 +365669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65972, "usage_id": 44 }, "4234.EG.514": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.14, B\u00fcro", "arch_name": "0.14@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331143,18 +365690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65973, "usage_id": 12 }, "4234.EG.515": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.15, W\u00e4geraum", "arch_name": "0.15@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331162,18 +365711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65974, "usage_id": 103 }, "4234.EG.516": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.16, B\u00fcro", "arch_name": "0.16@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331181,18 +365732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65975, "usage_id": 12 }, "4234.EG.517": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.17, Werkstatt", "arch_name": "0.17@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331200,18 +365753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66266, "usage_id": 51 }, "4234.EG.518": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.18, B\u00fcro", "arch_name": "0.18@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331219,18 +365774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65976, "usage_id": 12 }, "4234.EG.519": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.19, Betriebsmittel-Lager", "arch_name": "0.19@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331238,18 +365795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65977, "usage_id": 30 }, "4234.EG.520": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.20, Sp\u00fclraum/Autoklaven S1", "arch_name": "0.20@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331257,18 +365816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65978, "usage_id": 209 }, "4234.EG.521": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.21, Giftlager (gem. Nutzung GHL)", "arch_name": "0.21@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331276,18 +365837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65979, "usage_id": 30 }, "4234.EG.522": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.22, E-Verteilung", "arch_name": "0.22@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -331295,18 +365858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65980, "usage_id": 120 }, "4234.EG.522A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.22a, Technik", "arch_name": "0.22a@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -331314,18 +365879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72461, "usage_id": 120 }, "4234.EG.523": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.23, Aufzug", "arch_name": "0.23@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -331333,18 +365900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65981, "usage_id": 4 }, "4234.EG.523A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.23a, Flur (Aufzug)", "arch_name": "0.23a@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -331352,18 +365921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72459, "usage_id": 222 }, "4234.EG.524": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.24, Treppenraum", "arch_name": "0.24@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331371,18 +365942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65982, "usage_id": 223 }, "4234.EG.525": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.25, Gew\u00e4chshausverbinder", "arch_name": "0.25@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -331390,19 +365963,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65983, "usage_id": 222 }, "4234.EG.526": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "SGHL80, S GHL Seminarraum 80 D\u00fcrnast (WZWS80)", "arch_name": "SGHL80@4234", "area_id": 39, "building_id": 907, "calendar_resource_nr": 26913, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26685, "seats": { @@ -331410,18 +365985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65984, "usage_id": 41 }, "4234.EG.527": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "0.1, Eingangshalle", "arch_name": "0.1@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331429,18 +366006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65985, "usage_id": 222 }, "4234.EG.53": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 1", "arch_name": "1@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -331448,18 +366027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65986, "usage_id": 166 }, "4234.EG.532": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 2", "arch_name": "2@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -331467,18 +366048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65987, "usage_id": 166 }, "4234.EG.533": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 3", "arch_name": "3@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -331486,18 +366069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65988, "usage_id": 166 }, "4234.EG.534": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 4", "arch_name": "4@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -331505,18 +366090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65989, "usage_id": 166 }, "4234.EG.535": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 5", "arch_name": "5@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -331524,18 +366111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65990, "usage_id": 166 }, "4234.EG.536": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 6", "arch_name": "6@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -331543,18 +366132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65991, "usage_id": 166 }, "4234.EG.537": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "GHV01, Verbindungsgang", "arch_name": "GHV01@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331562,18 +366153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65992, "usage_id": 222 }, "4234.EG.540": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "VH01, Vegetationshalle", "arch_name": "VH01@4234", "area_id": 39, "building_id": 907, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -331581,18 +366174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65993, "usage_id": 218 }, "4234.U1.501": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.1, Treppenraum", "arch_name": "-1.1@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331600,18 +366195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65939, "usage_id": 223 }, "4234.U1.502": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.2, K\u00fchllager 1", "arch_name": "-1.2@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -331619,18 +366216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65940, "usage_id": 199 }, "4234.U1.503": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.3, K\u00fchllager 2", "arch_name": "-1.3@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -331638,18 +366237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65941, "usage_id": 199 }, "4234.U1.504": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.4, Pflanzenzuchtraum 1", "arch_name": "-1.4@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -331657,18 +366258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65942, "usage_id": 166 }, "4234.U1.505": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.5, Pflanzenzuchtraum 2", "arch_name": "-1.5@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -331676,18 +366279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65943, "usage_id": 166 }, "4234.U1.506": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.6, Pflanzenzuchtraum 3", "arch_name": "-1.6@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -331695,18 +366300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65944, "usage_id": 166 }, "4234.U1.508": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.8, Pflanzenzuchtraum 4", "arch_name": "-1.8@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -331714,18 +366321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65945, "usage_id": 166 }, "4234.U1.509": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.9, Klimaschr\u00e4nke", "arch_name": "-1.9@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331733,18 +366342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65946, "usage_id": 166 }, "4234.U1.510": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.10, Technik", "arch_name": "-1.10@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -331752,18 +366363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65947, "usage_id": 120 }, "4234.U1.511": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.11, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "-1.11@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -331771,18 +366384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65948, "usage_id": 5 }, "4234.U1.512": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.12, Treppenraum", "arch_name": "-1.12@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331790,18 +366405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65949, "usage_id": 223 }, "4234.U1.515": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.15, Lager", "arch_name": "-1.15@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331809,18 +366426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65950, "usage_id": 30 }, "4234.U1.516": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.17, Heizung", "arch_name": "-1.17@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -331828,18 +366447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65951, "usage_id": 32 }, "4234.U1.517": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.16, Haushaltsanschlussraum / Mitbenutzung von G", "arch_name": "-1.16@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -331847,18 +366468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65952, "usage_id": 201 }, "4234.U1.518": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.18, Installationsschacht", "arch_name": "-1.18@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -331866,18 +366489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65953, "usage_id": 120 }, "4234.U1.519": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.19, K\u00e4ltemaschine", "arch_name": "-1.19@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -331885,18 +366510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65954, "usage_id": 32 }, "4234.U1.520": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.20, Pr\u00fcfraum/Messtechnik", "arch_name": "-1.20@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -331904,18 +366531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65955, "usage_id": 103 }, "4234.U1.521": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.21, Reinwasseraufbereitung", "arch_name": "-1.21@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -331923,18 +366552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65956, "usage_id": 182 }, "4234.U1.522": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.22, Druckluftanlage", "arch_name": "-1.22@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -331942,18 +366573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65957, "usage_id": 32 }, "4234.U1.523": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.23, Aufzug", "arch_name": "-1.23@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331961,18 +366594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65958, "usage_id": 4 }, "4234.U1.524": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.24, Lager", "arch_name": "-1.24@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 50898, "seats": { @@ -331980,18 +366615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65959, "usage_id": 30 }, "4234.U1.530": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 9", "zip_code": 85354 }, + "alt_name": "-1.13, Kellerflur", "arch_name": "-1.13@4234", "area_id": 39, "building_id": 907, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -331999,18 +366636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65960, "usage_id": 222 }, "4235.01.601": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.1, Treppenraum", "arch_name": "2.1@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332018,18 +366657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65817, "usage_id": 223 }, "4235.01.602": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.2, B\u00fcro", "arch_name": "2.2@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15646, "seats": { @@ -332037,18 +366678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65818, "usage_id": 12 }, "4235.01.603": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.3, Garderobe", "arch_name": "2.3@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332056,18 +366699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65819, "usage_id": 121 }, "4235.01.604": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.4, WC-Herren", "arch_name": "2.4@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332075,18 +366720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65820, "usage_id": 115 }, "4235.01.605": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.5, WC-Damen", "arch_name": "2.5@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332094,18 +366741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65821, "usage_id": 116 }, "4235.01.607": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.7, Messlabor", "arch_name": "2.7@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15646, "seats": { @@ -332113,18 +366762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65822, "usage_id": 103 }, "4235.01.608": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.8, K\u00fcche", "arch_name": "2.8@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15646, "seats": { @@ -332132,18 +366783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65823, "usage_id": 44 }, "4235.01.609": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.9, B\u00fcro (gem. Nutzung)", "arch_name": "2.9@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15646, "seats": { @@ -332151,18 +366804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65824, "usage_id": 12 }, "4235.01.610": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.10, B\u00fcro", "arch_name": "2.10@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15646, "seats": { @@ -332170,18 +366825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65825, "usage_id": 12 }, "4235.01.611": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.11, B\u00fcro", "arch_name": "2.11@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15646, "seats": { @@ -332189,18 +366846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65826, "usage_id": 12 }, "4235.01.612": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.12, B\u00fcro (gem. Nutzung)", "arch_name": "2.12@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15646, "seats": { @@ -332208,18 +366867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65827, "usage_id": 12 }, "4235.01.613": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.13, B\u00fcro (gem. Nutzung)", "arch_name": "2.13@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15646, "seats": { @@ -332227,18 +366888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65828, "usage_id": 12 }, "4235.01.614": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.14, Drucker/Kopierer (gem. Nutzung)", "arch_name": "2.14@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15646, "seats": { @@ -332246,18 +366909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65829, "usage_id": 110 }, "4235.01.615": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.15, Chemielabor", "arch_name": "2.15@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -332265,18 +366930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65830, "usage_id": 102 }, "4235.01.616": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.16, Technik", "arch_name": "2.16@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -332284,18 +366951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65831, "usage_id": 120 }, "4235.01.617": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.17, Aufzug", "arch_name": "2.17@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -332303,18 +366972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65832, "usage_id": 4 }, "4235.01.618": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.18, Treppenraum", "arch_name": "2.18@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332322,18 +366993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65833, "usage_id": 223 }, "4235.01.619": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2.20, Flur", "arch_name": "2.20@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -332341,18 +367014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65834, "usage_id": 222 }, "4235.EG.601": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.1, Treppenraum", "arch_name": "1.1@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332360,18 +367035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65778, "usage_id": 223 }, "4235.EG.602": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.2, Flur", "arch_name": "1.2@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332379,18 +367056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65779, "usage_id": 222 }, "4235.EG.603": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.3, Garderobe Damen", "arch_name": "1.3@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332398,18 +367077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65780, "usage_id": 121 }, "4235.EG.604": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.4, Waschraum-Damen", "arch_name": "1.4@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332417,18 +367098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65781, "usage_id": 210 }, "4235.EG.605": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.5, WC-Damen", "arch_name": "1.5@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332436,18 +367119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65782, "usage_id": 116 }, "4235.EG.606": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.6, Dusche-Damen", "arch_name": "1.6@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332455,18 +367140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65783, "usage_id": 113 }, "4235.EG.607": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.7, WC-Behinderte", "arch_name": "1.7@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332474,18 +367161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65784, "usage_id": 117 }, "4235.EG.608": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.8, Waschraum-Herren", "arch_name": "1.8@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332493,18 +367182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65785, "usage_id": 210 }, "4235.EG.609": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.9, WC-Herren", "arch_name": "1.9@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332512,18 +367203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65786, "usage_id": 115 }, "4235.EG.610": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.10, Dusche-Herren", "arch_name": "1.10@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332531,18 +367224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65787, "usage_id": 113 }, "4235.EG.611": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.11, Garderobe Herren", "arch_name": "1.11@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332550,18 +367245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65788, "usage_id": 121 }, "4235.EG.614": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.14, Sozialraum / Seminar- und Besprechungsraum", "arch_name": "1.14@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -332569,18 +367266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65791, "usage_id": 44 }, "4235.EG.615": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.15, Samenlager", "arch_name": "1.15@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -332588,18 +367287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65792, "usage_id": 30 }, "4235.EG.616": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.16, Werkstatt", "arch_name": "1.16@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -332607,18 +367308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67239, "usage_id": 30 }, "4235.EG.617": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.17, Lager", "arch_name": "1.17@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -332626,19 +367329,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65793, "usage_id": 30 }, "4235.EG.618": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.18, Labor S1", "arch_name": "1.18@4235", "area_id": 39, "building_id": 908, "calendar_resource_nr": 27972, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -332646,18 +367351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65794, "usage_id": 103 }, "4235.EG.619": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.19, Labor S1", "arch_name": "1.19@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -332665,18 +367372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65795, "usage_id": 166 }, "4235.EG.620": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.20, E-Verteilung", "arch_name": "1.20@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -332684,18 +367393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65796, "usage_id": 120 }, "4235.EG.620A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.20a, Technik", "arch_name": "1.20a@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -332703,18 +367414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72460, "usage_id": 120 }, "4235.EG.621": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.21, Aufzug", "arch_name": "1.21@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -332722,18 +367435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65797, "usage_id": 4 }, "4235.EG.621A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.21a, Flur (Aufzug)", "arch_name": "1.21a@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -332741,18 +367456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72458, "usage_id": 222 }, "4235.EG.622": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.22, Treppenraum", "arch_name": "1.22@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332760,18 +367477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65798, "usage_id": 223 }, "4235.EG.623": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "1.23, Arbeitsverbinder", "arch_name": "1.23@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332779,18 +367498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65799, "usage_id": 222 }, "4235.EG.624": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "Vorraum", "arch_name": "@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -332798,18 +367519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65800, "usage_id": 222 }, "4235.EG.629": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "Versuchsfeld/D\u00fcrnast", "arch_name": "@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -332817,18 +367540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65803, "usage_id": 157 }, "4235.EG.631": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 1 (Rolltischhaus)", "arch_name": "1@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -332836,18 +367561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65804, "usage_id": 166 }, "4235.EG.632": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 2 (Rolltischhaus)", "arch_name": "2@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -332855,18 +367582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65805, "usage_id": 166 }, "4235.EG.633": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 3 (Erdhaus)", "arch_name": "3@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -332874,18 +367603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65806, "usage_id": 166 }, "4235.EG.634": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 4 (Erdhaus)", "arch_name": "4@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -332893,18 +367624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65807, "usage_id": 166 }, "4235.EG.635": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 5 (Erdhaus)", "arch_name": "5@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -332912,18 +367645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65808, "usage_id": 166 }, "4235.EG.636": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 6 (Erdhaus)", "arch_name": "6@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -332931,18 +367666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65809, "usage_id": 166 }, "4235.EG.637": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 7 (Erdhaus)", "arch_name": "7@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -332950,18 +367687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65810, "usage_id": 166 }, "4235.EG.638": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "Gew\u00e4chshaus 8 (Erdhaus)", "arch_name": "8@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -332969,18 +367708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65811, "usage_id": 166 }, "4235.EG.639": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "GHV 01, Verbindungsgang (10)", "arch_name": "GHV 01@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -332988,18 +367729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65812, "usage_id": 222 }, "4235.EG.640": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "VH01, Drahthaus / Freifl\u00e4che", "arch_name": "VH01@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333007,18 +367750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65813, "usage_id": 166 }, "4235.EG.641": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2a, Fr\u00fchbeete", "arch_name": "2a@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -333026,18 +367771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65814, "usage_id": 157 }, "4235.EG.642": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2b, Fr\u00fchbeete", "arch_name": "2b@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -333045,18 +367792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65815, "usage_id": 157 }, "4235.EG.643": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "2c, Fr\u00fchbeete", "arch_name": "2c@4235", "area_id": 39, "building_id": 908, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26685, "seats": { @@ -333064,18 +367813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65816, "usage_id": 157 }, "4235.U1.602": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.1, Treppenraum", "arch_name": "0.1@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -333083,18 +367834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66012, "usage_id": 223 }, "4235.U1.603": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.3, Garderobe", "arch_name": "0.3@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -333102,18 +367855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66013, "usage_id": 121 }, "4235.U1.604": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.4, WC-Herren", "arch_name": "0.4@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -333121,18 +367876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66014, "usage_id": 115 }, "4235.U1.605": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.5, WC-Behinderte", "arch_name": "0.5@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -333140,18 +367897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66015, "usage_id": 117 }, "4235.U1.605A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.8, Elektroverteilung", "arch_name": "0.8@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -333159,18 +367918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66016, "usage_id": 120 }, "4235.U1.606": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.6, WC-Damen", "arch_name": "0.6@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -333178,18 +367939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66017, "usage_id": 116 }, "4235.U1.607A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.7a, K\u00fchlraum 1 (S1)", "arch_name": "0.7a@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333197,18 +367960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66018, "usage_id": 199 }, "4235.U1.607B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.7b, K\u00fchlraum 2 (S1)", "arch_name": "0.7b@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333216,18 +367981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66019, "usage_id": 199 }, "4235.U1.607C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.7c, K\u00fchlraum 3 (S1)", "arch_name": "0.7c@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333235,18 +368002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66020, "usage_id": 199 }, "4235.U1.607D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.7d, K\u00fchlraum 4", "arch_name": "0.7d@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333254,18 +368023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66021, "usage_id": 199 }, "4235.U1.607E": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.7e, K\u00fchlraum 5", "arch_name": "0.7e@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333273,18 +368044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66022, "usage_id": 199 }, "4235.U1.607F": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.7f, K\u00fchlraum 6", "arch_name": "0.7f@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333292,18 +368065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66023, "usage_id": 199 }, "4235.U1.607G": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.7g, K\u00fchlraum 7", "arch_name": "0.7g@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333311,18 +368086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66024, "usage_id": 199 }, "4235.U1.607H": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.7h, K\u00fchlraum 8", "arch_name": "0.7h@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333330,18 +368107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66025, "usage_id": 199 }, "4235.U1.607I": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.7i, K\u00fchlraum 9", "arch_name": "0.7i@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333349,18 +368128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66026, "usage_id": 199 }, "4235.U1.608": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.8a, Installationsschacht", "arch_name": "0.8a@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -333368,18 +368149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66027, "usage_id": 120 }, "4235.U1.609": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.9, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "0.9@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -333387,18 +368170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66028, "usage_id": 5 }, "4235.U1.610": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.10, Treppenraum", "arch_name": "0.10@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -333406,18 +368191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66029, "usage_id": 223 }, "4235.U1.611": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.11, Flur", "arch_name": "0.11@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -333425,18 +368212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66030, "usage_id": 222 }, "4235.U1.612": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.12, Lager/Archiv", "arch_name": "0.12@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15646, "seats": { @@ -333444,18 +368233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65756, "usage_id": 30 }, "4235.U1.613": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.13, Lager Gewebelabor", "arch_name": "0.13@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -333463,18 +368254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65757, "usage_id": 30 }, "4235.U1.614": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.14, Technikraum K\u00e4lte", "arch_name": "0.14@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -333482,18 +368275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65758, "usage_id": 120 }, "4235.U1.615": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.15, Messraum", "arch_name": "0.15@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -333501,18 +368296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65759, "usage_id": 103 }, "4235.U1.616": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.16, Pflanzenzuchtraum 1", "arch_name": "0.16@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333520,18 +368317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65760, "usage_id": 166 }, "4235.U1.617": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.17, Pflanzenzuchtraum 2", "arch_name": "0.17@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333539,18 +368338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65761, "usage_id": 166 }, "4235.U1.618": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.18, Pflanzenzuchtraum 3", "arch_name": "0.18@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333558,18 +368359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65762, "usage_id": 166 }, "4235.U1.619": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.19, Pflanzenanzuchtraum 4", "arch_name": "0.19@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333577,18 +368380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65763, "usage_id": 166 }, "4235.U1.620": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.20, Maschinenraum", "arch_name": "0.20@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -333596,18 +368401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65764, "usage_id": 32 }, "4235.U1.621": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.21, S1- Autoklavenraum", "arch_name": "0.21@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -333615,18 +368422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65765, "usage_id": 194 }, "4235.U1.622": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.22, S1- Gewebelabor", "arch_name": "0.22@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26685, "seats": { @@ -333634,18 +368443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65766, "usage_id": 194 }, "4235.U1.623": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.22a, Verbindungsgang", "arch_name": "0.22a@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -333653,18 +368464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65767, "usage_id": 222 }, "4235.U1.624": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.23, Trafostation XXI", "arch_name": "0.23@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -333672,18 +368485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65768, "usage_id": 160 }, "4235.U1.625": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.24, Trafostation XXI", "arch_name": "0.24@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -333691,18 +368506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65769, "usage_id": 160 }, "4235.U1.626": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.25a, Trafostation XXI", "arch_name": "0.25a@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -333710,18 +368527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65770, "usage_id": 160 }, "4235.U1.627": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.25b, Trafostation XXI", "arch_name": "0.25b@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -333729,18 +368548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65771, "usage_id": 160 }, "4235.U1.628": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.26, Wertstoffe/M\u00fcll", "arch_name": "0.26@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333748,18 +368569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65772, "usage_id": 214 }, "4235.U1.629": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.27, Treibstofflager", "arch_name": "0.27@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333767,18 +368590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65773, "usage_id": 30 }, "4235.U1.630": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.28, Garage", "arch_name": "0.28@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333786,18 +368611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65774, "usage_id": 100 }, "4235.U1.631": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.29, Garage", "arch_name": "0.29@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333805,18 +368632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65775, "usage_id": 100 }, "4235.U1.632": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.30, Torf- und Topflager", "arch_name": "0.30@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26685, "seats": { @@ -333824,18 +368653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65776, "usage_id": 30 }, "4235.U1.633": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 10", "zip_code": 85354 }, + "alt_name": "0.31, Gasflaschenlager", "arch_name": "0.31@4235", "area_id": 39, "building_id": 908, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26685, "seats": { @@ -333843,18 +368674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65777, "usage_id": 30 }, "4236.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "01, Gang", "arch_name": "01@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -333862,18 +368695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65925, "usage_id": 222 }, "4236.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "02, Abstellraum", "arch_name": "02@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -333881,18 +368716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65926, "usage_id": 159 }, "4236.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "03, Schlafraum", "arch_name": "03@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -333900,18 +368737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65927, "usage_id": 53 }, "4236.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "04, Wohnraum", "arch_name": "04@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -333919,18 +368758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65928, "usage_id": 53 }, "4236.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "05, K\u00fcche", "arch_name": "05@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -333938,18 +368779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65929, "usage_id": 53 }, "4236.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "06, Kinderzimmer", "arch_name": "06@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -333957,18 +368800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65930, "usage_id": 53 }, "4236.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "07, Kinderzimmer", "arch_name": "07@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -333976,18 +368821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65931, "usage_id": 53 }, "4236.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "08, Bad", "arch_name": "08@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -333995,18 +368842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65932, "usage_id": 112 }, "4236.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "09, WC", "arch_name": "09@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334014,18 +368863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65933, "usage_id": 114 }, "4236.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "010, Flur", "arch_name": "010@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -334033,18 +368884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65934, "usage_id": 222 }, "4236.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "01, Flur", "arch_name": "01@4236", "area_id": 39, "building_id": 902, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -334052,18 +368905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65935, "usage_id": 222 }, "4236.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "02, Wohnraum", "arch_name": "02@4236", "area_id": 39, "building_id": 902, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -334071,18 +368926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65936, "usage_id": 53 }, "4236.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "03, Wohnraum", "arch_name": "03@4236", "area_id": 39, "building_id": 902, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -334090,18 +368947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65937, "usage_id": 53 }, "4236.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "04, WC", "arch_name": "04@4236", "area_id": 39, "building_id": 902, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -334109,18 +368968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65938, "usage_id": 114 }, "4236.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "01, Gang", "arch_name": "01@4236", "area_id": 39, "building_id": 902, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334128,18 +368989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65915, "usage_id": 222 }, "4236.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "02, Kammer", "arch_name": "02@4236", "area_id": 39, "building_id": 902, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334147,18 +369010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65916, "usage_id": 159 }, "4236.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "03, Wohnraum", "arch_name": "03@4236", "area_id": 39, "building_id": 902, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -334166,18 +369031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65917, "usage_id": 53 }, "4236.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "04, Wohnraum", "arch_name": "04@4236", "area_id": 39, "building_id": 902, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -334185,18 +369052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65918, "usage_id": 53 }, "4236.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "05, K\u00fcche", "arch_name": "05@4236", "area_id": 39, "building_id": 902, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -334204,18 +369073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65919, "usage_id": 53 }, "4236.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "06, Kinderzimmer", "arch_name": "06@4236", "area_id": 39, "building_id": 902, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -334223,18 +369094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65920, "usage_id": 53 }, "4236.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "07, Kinderzimmer", "arch_name": "07@4236", "area_id": 39, "building_id": 902, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -334242,18 +369115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65921, "usage_id": 53 }, "4236.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "08, Bad", "arch_name": "08@4236", "area_id": 39, "building_id": 902, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334261,18 +369136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65922, "usage_id": 112 }, "4236.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "09, WC", "arch_name": "09@4236", "area_id": 39, "building_id": 902, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334280,18 +369157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65923, "usage_id": 114 }, "4236.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "010, Flur", "arch_name": "010@4236", "area_id": 39, "building_id": 902, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -334299,18 +369178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65924, "usage_id": 222 }, "4236.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "01, Heizungsraum", "arch_name": "01@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -334318,18 +369199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65913, "usage_id": 201 }, "4236.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 6", "zip_code": 85354 }, + "alt_name": "02, Kellerflur", "arch_name": "02@4236", "area_id": 39, "building_id": 902, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -334337,18 +369220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65914, "usage_id": 222 }, "4237.01.701": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "1.701, Windfang", "arch_name": "1.701@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334356,18 +369241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44597, "usage_id": 52 }, "4237.01.702": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "1.702, Abstellraum", "arch_name": "1.702@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -334375,18 +369262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44607, "usage_id": 159 }, "4237.01.705A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "1.705A, Bad/WC", "arch_name": "1.705A@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334394,18 +369283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44917, "usage_id": 112 }, "4237.01.706A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "1.706A, Bad/WC", "arch_name": "1.706A@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334413,18 +369304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44931, "usage_id": 112 }, "4237.01.707A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "1.707A, Bad/WC", "arch_name": "1.707A@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334432,18 +369325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44957, "usage_id": 112 }, "4237.01.708": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "1.708, Abstellraum", "arch_name": "1.708@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -334451,18 +369346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45108, "usage_id": 159 }, "4237.01.709": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "1.709, Flur", "arch_name": "1.709@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -334470,18 +369367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45118, "usage_id": 222 }, "4237.EG.701": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "701, Windfang", "arch_name": "701@4237", "area_id": 39, "building_id": 887, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334489,18 +369388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47072, "usage_id": 52 }, "4237.EG.702": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "702, Flur", "arch_name": "702@4237", "area_id": 39, "building_id": 887, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334508,18 +369409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47086, "usage_id": 222 }, "4237.EG.709": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "709, Bad", "arch_name": "709@4237", "area_id": 39, "building_id": 887, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334527,18 +369430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44571, "usage_id": 112 }, "4237.EG.710": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "710, WC-Vorraum", "arch_name": "710@4237", "area_id": 39, "building_id": 887, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334546,18 +369451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44584, "usage_id": 118 }, "4237.U1.629": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "Treibstofflager", "arch_name": "@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -334565,18 +369472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46720, "usage_id": 30 }, "4237.U1.701": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "-1.701, Hausanschlussraum", "arch_name": "-1.701@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -334584,18 +369493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46730, "usage_id": 183 }, "4237.U1.702": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "-1.702, Waschmaschinenraum", "arch_name": "-1.702@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -334603,18 +369514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46744, "usage_id": 210 }, "4237.U1.703": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "-1.703, Wohnungskeller", "arch_name": "-1.703@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -334622,18 +369535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46897, "usage_id": 159 }, "4237.U1.704": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "-1.704, Kellerflur", "arch_name": "-1.704@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -334641,18 +369556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46907, "usage_id": 222 }, "4237.U1.705": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "-1.705, Keller / Wechselzimmer", "arch_name": "-1.705@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -334660,18 +369577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46915, "usage_id": 159 }, "4237.U1.706": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 3", "zip_code": 85354 }, + "alt_name": "-1.706, Fahrradkeller", "arch_name": "-1.706@4237", "area_id": 39, "building_id": 887, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -334679,18 +369598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46926, "usage_id": 159 }, "4238.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "O-01, Schulungsraum", "arch_name": "O-01@4238", "area_id": 42, "building_id": 714, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -334698,18 +369619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46017, "usage_id": 131 }, "4238.01.001A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "O, Flur", "arch_name": "O@4238", "area_id": 42, "building_id": 714, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -334717,18 +369640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46028, "usage_id": 222 }, "4238.01.001B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "O, Galerie", "arch_name": "O@4238", "area_id": 42, "building_id": 714, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -334736,18 +369661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46037, "usage_id": 206 }, "4238.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "O-02, Lehrmittel", "arch_name": "O-02@4238", "area_id": 42, "building_id": 714, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -334755,18 +369682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46050, "usage_id": 30 }, "4238.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "O-03, Serverraum", "arch_name": "O-03@4238", "area_id": 42, "building_id": 714, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -334774,18 +369703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46198, "usage_id": 120 }, "4238.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "O-04, B\u00fcro", "arch_name": "O-04@4238", "area_id": 42, "building_id": 714, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45070, "seats": { @@ -334793,18 +369724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46209, "usage_id": 12 }, "4238.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "O-05, B\u00fcro", "arch_name": "O-05@4238", "area_id": 42, "building_id": 714, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -334812,18 +369745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46225, "usage_id": 12 }, "4238.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "O-06, Kleiderkammer", "arch_name": "O-06@4238", "area_id": 42, "building_id": 714, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -334831,18 +369766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46231, "usage_id": 30 }, "4238.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "O-07, Ersatzteillager", "arch_name": "O-07@4238", "area_id": 42, "building_id": 714, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -334850,18 +369787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46386, "usage_id": 18 }, "4238.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-01, Atemschutz-Werkstatt", "arch_name": "E-01@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -334869,18 +369808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45130, "usage_id": 51 }, "4238.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-02, Umkleide/Dusche-Herren", "arch_name": "E-02@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 45070, "seats": { @@ -334888,18 +369829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45286, "usage_id": 121 }, "4238.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-03, Umkleide/Dusche-Damen", "arch_name": "E-03@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 45070, "seats": { @@ -334907,18 +369850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45299, "usage_id": 121 }, "4238.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-04, B\u00fcro", "arch_name": "E-04@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -334926,18 +369871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45311, "usage_id": 12 }, "4238.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-05, W\u00e4scheraum", "arch_name": "E-05@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -334945,18 +369892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45325, "usage_id": 181 }, "4238.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-06, WC-Herren", "arch_name": "E-06@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -334964,18 +369913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45472, "usage_id": 115 }, "4238.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-07, WC-Damen", "arch_name": "E-07@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -334983,18 +369934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45482, "usage_id": 116 }, "4238.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-08, Leitstelle/Funkraum", "arch_name": "E-08@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -335002,18 +369955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62859, "usage_id": 164 }, "4238.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-10, Aufenthaltsraum", "arch_name": "E-10@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -335021,18 +369976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45654, "usage_id": 44 }, "4238.EG.010A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "Flur Eingang Treppe", "arch_name": "E@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -335040,18 +369997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45664, "usage_id": 222 }, "4238.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-11, Lager", "arch_name": "E-11@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 45070, "seats": { @@ -335059,18 +370018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45676, "usage_id": 30 }, "4238.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-12, Technik/L\u00fcftung", "arch_name": "E-12@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -335078,18 +370039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45685, "usage_id": 32 }, "4238.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-13, Werkstatt", "arch_name": "E-13@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -335097,18 +370060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45835, "usage_id": 51 }, "4238.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-14, Treibstofflager", "arch_name": "E-14@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -335116,18 +370081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45843, "usage_id": 30 }, "4238.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-15, Feuerwehrfahrzeughalle", "arch_name": "E-15@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -335135,18 +370102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45857, "usage_id": 100 }, "4238.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-15, Wagenhalle/Wagengrube/Stellplatz", "arch_name": "E-15@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -335154,18 +370123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45867, "usage_id": 100 }, "4238.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 2", "zip_code": 85354 }, + "alt_name": "E-15a, Treppe", "arch_name": "E-15a@4238", "area_id": 42, "building_id": 714, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -335173,18 +370144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59032, "usage_id": 223 }, "4239.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "001, Kinderbetreuungsst\u00e4tte", "arch_name": "001@4239", "area_id": 42, "building_id": 667, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39687, "seats": { @@ -335192,18 +370165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46581, "usage_id": 146 }, "4239.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "002, Flur", "arch_name": "002@4239", "area_id": 42, "building_id": 667, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -335211,18 +370186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46601, "usage_id": 222 }, "4239.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "B\u00fcro", "arch_name": "@4239", "area_id": 42, "building_id": 667, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39687, "seats": { @@ -335230,18 +370207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46754, "usage_id": 12 }, "4239.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "Kinder-Ruheraum", "arch_name": "@4239", "area_id": 42, "building_id": 667, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -335249,18 +370228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46770, "usage_id": 146 }, "4239.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "K\u00fcche", "arch_name": "@4239", "area_id": 42, "building_id": 667, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -335268,18 +370249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46786, "usage_id": 28 }, "4239.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "Waschraum", "arch_name": "@4239", "area_id": 42, "building_id": 667, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -335287,18 +370270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46938, "usage_id": 210 }, "4239.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "WC", "arch_name": "@4239", "area_id": 42, "building_id": 667, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -335306,18 +370291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46950, "usage_id": 114 }, "4239.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "001, Flur", "arch_name": "001@4239", "area_id": 42, "building_id": 667, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -335325,18 +370312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46399, "usage_id": 222 }, "4239.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "002, Lager", "arch_name": "002@4239", "area_id": 42, "building_id": 667, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -335344,18 +370333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46412, "usage_id": 30 }, "4239.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "003, Maschinenraum", "arch_name": "003@4239", "area_id": 42, "building_id": 667, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -335363,18 +370354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46419, "usage_id": 120 }, "4239.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 4", "zip_code": 85354 }, + "alt_name": "004, Heizung", "arch_name": "004@4239", "area_id": 42, "building_id": 667, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -335382,18 +370375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46564, "usage_id": 201 }, "4254.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "2.01, Flur", "arch_name": "2.01@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -335401,18 +370396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58976, "usage_id": 222 }, "4254.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "2.02, WC", "arch_name": "2.02@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -335420,18 +370417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58977, "usage_id": 114 }, "4254.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "2.03, Wachdienstb\u00fcro", "arch_name": "2.03@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -335439,18 +370438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58978, "usage_id": 12 }, "4254.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "2.04, B\u00fcro Reinigungsfirma", "arch_name": "2.04@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -335458,18 +370459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58979, "usage_id": 12 }, "4254.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "2.05, Teek\u00fcche", "arch_name": "2.05@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -335477,18 +370480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58980, "usage_id": 44 }, "4254.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "2.10, Treppe 1.OG-2.OG", "arch_name": "2.10@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -335496,18 +370501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59029, "usage_id": 223 }, "4254.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "2.06, Garderobe", "arch_name": "2.06@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -335515,18 +370522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58981, "usage_id": 121 }, "4254.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "2.07, Speicher", "arch_name": "2.07@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 39688, "seats": { @@ -335534,18 +370543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58982, "usage_id": 159 }, "4254.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "2.09, B\u00fcro Brandschutz", "arch_name": "2.09@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -335553,18 +370564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64532, "usage_id": 12 }, "4254.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "001, Flur", "arch_name": "001@4254", "area_id": 42, "building_id": 971, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -335572,18 +370585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58983, "usage_id": 222 }, "4254.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "3.03, WC", "arch_name": "3.03@4254", "area_id": 42, "building_id": 971, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -335591,18 +370606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58984, "usage_id": 114 }, "4254.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "3.04, B\u00fcro", "arch_name": "3.04@4254", "area_id": 42, "building_id": 971, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 39688, "seats": { @@ -335610,18 +370627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58985, "usage_id": 12 }, "4254.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "3.05, B\u00fcro", "arch_name": "3.05@4254", "area_id": 42, "building_id": 971, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 39688, "seats": { @@ -335629,18 +370648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58986, "usage_id": 12 }, "4254.02.005": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "3.06, Speicher", "arch_name": "3.06@4254", "area_id": 42, "building_id": 971, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 39688, "seats": { @@ -335648,18 +370669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58987, "usage_id": 159 }, "4254.02.006": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "3.02, Abstellraum", "arch_name": "3.02@4254", "area_id": 42, "building_id": 971, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 39688, "seats": { @@ -335667,18 +370690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59028, "usage_id": 30 }, "4254.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.01, Flur Eingang West", "arch_name": "1.01@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -335686,18 +370711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58954, "usage_id": 222 }, "4254.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.02, WC", "arch_name": "1.02@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -335705,18 +370732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58955, "usage_id": 114 }, "4254.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.03, Eltern/Kind-Zimmer", "arch_name": "1.03@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44107, "seats": { @@ -335724,18 +370753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58956, "usage_id": 44 }, "4254.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.04, IAESTE", "arch_name": "1.04@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15453, "seats": { @@ -335743,18 +370774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58957, "usage_id": 12 }, "4254.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.05, IAESTE", "arch_name": "1.05@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15453, "seats": { @@ -335762,18 +370795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58958, "usage_id": 12 }, "4254.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.06, Probenlager", "arch_name": "1.06@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15622, "seats": { @@ -335781,18 +370816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58959, "usage_id": 30 }, "4254.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.07, Probenlager", "arch_name": "1.07@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15622, "seats": { @@ -335800,18 +370837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58960, "usage_id": 30 }, "4254.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.08, Lagerraum", "arch_name": "1.08@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -335819,18 +370858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58961, "usage_id": 30 }, "4254.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.09, Lagerraum Reinigungschemie", "arch_name": "1.09@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -335838,18 +370879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58962, "usage_id": 30 }, "4254.EG.009A": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.09a, Lagerraum MSR", "arch_name": "1.09a@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -335857,18 +370900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64531, "usage_id": 30 }, "4254.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.10, WC", "arch_name": "1.10@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -335876,18 +370921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58963, "usage_id": 114 }, "4254.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.12, Flur Eingang Ost", "arch_name": "1.12@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -335895,18 +370942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58964, "usage_id": 222 }, "4254.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.11, Treppe", "arch_name": "1.11@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -335914,18 +370963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58965, "usage_id": 223 }, "4254.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.13, Lager MSR", "arch_name": "1.13@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -335933,18 +370984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58966, "usage_id": 30 }, "4254.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.14, Lager Reinigungsmaschinen", "arch_name": "1.14@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -335952,18 +371005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58967, "usage_id": 30 }, "4254.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.15, Lager", "arch_name": "1.15@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -335971,18 +371026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58968, "usage_id": 30 }, "4254.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.16, Lager M\u00f6bel", "arch_name": "1.16@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -335990,18 +371047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58969, "usage_id": 30 }, "4254.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.17, Probenlager", "arch_name": "1.17@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -336009,18 +371068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58970, "usage_id": 30 }, "4254.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.18, Treppe", "arch_name": "1.18@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -336028,18 +371089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58971, "usage_id": 223 }, "4254.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.18, WC", "arch_name": "1.18@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -336047,18 +371110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58972, "usage_id": 116 }, "4254.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "1.20, Flur Lager", "arch_name": "1.20@4254", "area_id": 42, "building_id": 971, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -336066,18 +371131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58975, "usage_id": 222 }, "4254.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "-1.01, Kellertreppe", "arch_name": "-1.01@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -336085,18 +371152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59458, "usage_id": 7 }, "4254.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "-1.04, Heizungsraum", "arch_name": "-1.04@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 26175, "seats": { @@ -336104,18 +371173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58950, "usage_id": 201 }, "4254.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "-1.03, Keller", "arch_name": "-1.03@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 26175, "seats": { @@ -336123,18 +371194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58951, "usage_id": 159 }, "4254.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "-1.02, Keller", "arch_name": "-1.02@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 26175, "seats": { @@ -336142,18 +371215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58952, "usage_id": 159 }, "4254.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "-1.05, Heiz\u00f6llager", "arch_name": "-1.05@4254", "area_id": 42, "building_id": 971, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 26175, "seats": { @@ -336161,18 +371236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58953, "usage_id": 30 }, "4259.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "001, Lager", "arch_name": "001@4259", "area_id": 42, "building_id": 2109, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -336180,18 +371257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67618, "usage_id": 30 }, "4259.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "002, Lager", "arch_name": "002@4259", "area_id": 42, "building_id": 2109, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -336199,18 +371278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67619, "usage_id": 30 }, "4264.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "2.02, Aufenthaltsraum 2 (gem. Nutzung)", "arch_name": "2.02@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 38802, "seats": { @@ -336218,18 +371299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58889, "usage_id": 44 }, "4264.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "2.03, B\u00fcro 3 (Ern\u00e4hrungswissenschaft)", "arch_name": "2.03@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 38802, "seats": { @@ -336237,18 +371320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58890, "usage_id": 12 }, "4264.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "2.06, B\u00fcro 4 (Bio)", "arch_name": "2.06@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38802, "seats": { @@ -336256,18 +371341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58891, "usage_id": 12 }, "4264.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "2.07, B\u00fcro 5 (Forst & Landschaft)", "arch_name": "2.07@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38802, "seats": { @@ -336275,18 +371362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59030, "usage_id": 12 }, "4264.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "2.05, Flur", "arch_name": "2.05@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38802, "seats": { @@ -336294,18 +371383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58940, "usage_id": 222 }, "4264.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "2.05a, Treppe", "arch_name": "2.05a@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 38802, "seats": { @@ -336313,18 +371404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58941, "usage_id": 223 }, "4264.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "2.04, Flur/Garderobe", "arch_name": "2.04@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 38802, "seats": { @@ -336332,18 +371425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58942, "usage_id": 222 }, "4264.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "2.01, Flur", "arch_name": "2.01@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 38802, "seats": { @@ -336351,18 +371446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58943, "usage_id": 222 }, "4264.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "2.01a, Treppe", "arch_name": "2.01a@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 38802, "seats": { @@ -336370,18 +371467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58944, "usage_id": 223 }, "4264.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "3.03, Speicher", "arch_name": "3.03@4264", "area_id": 42, "building_id": 993, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -336389,18 +371488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61089, "usage_id": 159 }, "4264.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "3.02, Speicher", "arch_name": "3.02@4264", "area_id": 42, "building_id": 993, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -336408,18 +371509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61090, "usage_id": 159 }, "4264.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "3.01, Lager", "arch_name": "3.01@4264", "area_id": 42, "building_id": 993, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38802, "seats": { @@ -336427,18 +371530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61578, "usage_id": 159 }, "4264.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "3.04, Speicher", "arch_name": "3.04@4264", "area_id": 42, "building_id": 993, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -336446,18 +371551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58945, "usage_id": 159 }, "4264.02.005": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "3.05, Flur", "arch_name": "3.05@4264", "area_id": 42, "building_id": 993, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336465,18 +371572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58946, "usage_id": 222 }, "4264.02.006": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "3.05a, Treppe", "arch_name": "3.05a@4264", "area_id": 42, "building_id": 993, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 38802, "seats": { @@ -336484,18 +371593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58947, "usage_id": 223 }, "4264.02.007": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "3.06a, Treppe", "arch_name": "3.06a@4264", "area_id": 42, "building_id": 993, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 38802, "seats": { @@ -336503,18 +371614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58948, "usage_id": 223 }, "4264.02.008": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "3.06, Flur", "arch_name": "3.06@4264", "area_id": 42, "building_id": 993, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336522,18 +371635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58949, "usage_id": 222 }, "4264.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "1.02, Aufenthaltsraum 1 (gem. Nutzung)", "arch_name": "1.02@4264", "area_id": 42, "building_id": 993, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38802, "seats": { @@ -336541,18 +371656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58869, "usage_id": 44 }, "4264.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "1.03, B\u00fcro 1 (Lemibrau)", "arch_name": "1.03@4264", "area_id": 42, "building_id": 993, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38802, "seats": { @@ -336560,18 +371677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58880, "usage_id": 12 }, "4264.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "1.06, B\u00fcro 2 (Agrar)", "arch_name": "1.06@4264", "area_id": 42, "building_id": 993, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38802, "seats": { @@ -336579,18 +371698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58881, "usage_id": 12 }, "4264.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "1.07, Meetingraum 1 (gem. Nutzung)", "arch_name": "1.07@4264", "area_id": 42, "building_id": 993, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38802, "seats": { @@ -336598,18 +371719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58882, "usage_id": 196 }, "4264.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "1.05, Flur", "arch_name": "1.05@4264", "area_id": 42, "building_id": 993, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38802, "seats": { @@ -336617,18 +371740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58883, "usage_id": 222 }, "4264.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "1.05a, Treppe", "arch_name": "1.05a@4264", "area_id": 42, "building_id": 993, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 38802, "seats": { @@ -336636,18 +371761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58884, "usage_id": 223 }, "4264.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "1.08, WC", "arch_name": "1.08@4264", "area_id": 42, "building_id": 993, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38802, "seats": { @@ -336655,18 +371782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58885, "usage_id": 114 }, "4264.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "1.04, WC", "arch_name": "1.04@4264", "area_id": 42, "building_id": 993, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38802, "seats": { @@ -336674,18 +371803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58886, "usage_id": 114 }, "4264.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "1.01, Flur", "arch_name": "1.01@4264", "area_id": 42, "building_id": 993, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 38802, "seats": { @@ -336693,18 +371824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58887, "usage_id": 222 }, "4264.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "1.01a, Treppe", "arch_name": "1.01a@4264", "area_id": 42, "building_id": 993, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 38802, "seats": { @@ -336712,18 +371845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58888, "usage_id": 223 }, "4264.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.02, Lager 1 (gem. Nutzung)", "arch_name": "-1.02@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336731,18 +371866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61088, "usage_id": 159 }, "4264.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.03, Server", "arch_name": "-1.03@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -336750,18 +371887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58868, "usage_id": 202 }, "4264.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.04, Technik", "arch_name": "-1.04@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -336769,18 +371908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58870, "usage_id": 120 }, "4264.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.08, Lager 2 (gem. Nutzung)", "arch_name": "-1.08@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336788,18 +371929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58871, "usage_id": 159 }, "4264.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.09, Lager 3/4/5 (gem. Nutzung)", "arch_name": "-1.09@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336807,18 +371950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58872, "usage_id": 159 }, "4264.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.10, Reinigungsmittel", "arch_name": "-1.10@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -336826,18 +371971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58873, "usage_id": 205 }, "4264.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.06, Flur", "arch_name": "-1.06@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336845,18 +371992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58874, "usage_id": 222 }, "4264.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.07, Keller (gem. Nutzung)", "arch_name": "-1.07@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336864,18 +372013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58875, "usage_id": 159 }, "4264.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.05, Keller (gem. Nutzung)", "arch_name": "-1.05@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336883,18 +372034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58876, "usage_id": 159 }, "4264.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.01, Flur", "arch_name": "-1.01@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336902,18 +372055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58877, "usage_id": 222 }, "4264.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.01a, Treppe", "arch_name": "-1.01a@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336921,18 +372076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58878, "usage_id": 223 }, "4264.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 8", "zip_code": 85354 }, + "alt_name": "-1.06a, Treppe", "arch_name": "-1.06a@4264", "area_id": 42, "building_id": 993, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38802, "seats": { @@ -336940,18 +372097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58879, "usage_id": 223 }, "4267.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "001, Feuerwehrfahrzeughalle und Lager", "arch_name": "001@4267", "area_id": 42, "building_id": 2089, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 45070, "seats": { @@ -336959,18 +372118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67613, "usage_id": 100 }, "4267.EG.001B": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "001b, Lager", "arch_name": "001b@4267", "area_id": 42, "building_id": 2089, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15607, "seats": { @@ -336978,18 +372139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68038, "usage_id": 30 }, "4267.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "002, L\u00fcftung/Heizung", "arch_name": "002@4267", "area_id": 42, "building_id": 2089, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -336997,18 +372160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67615, "usage_id": 120 }, "4267.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "003, Lager", "arch_name": "003@4267", "area_id": 42, "building_id": 2089, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15607, "seats": { @@ -337016,18 +372181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67616, "usage_id": 30 }, "4267.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Emil-Erlenmeyer-Forum 6", "zip_code": 85354 }, + "alt_name": "004, Flur", "arch_name": "004@4267", "area_id": 42, "building_id": 2089, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -337035,18 +372202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67617, "usage_id": 222 }, "4275.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-01, Treppe", "arch_name": "1-01@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52257, "seats": { @@ -337054,18 +372223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66689, "usage_id": 223 }, "4275.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-02, Flur 1", "arch_name": "1-02@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 52257, "seats": { @@ -337073,18 +372244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66690, "usage_id": 222 }, "4275.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-03, Dusche-Damen/Herren", "arch_name": "1-03@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52257, "seats": { @@ -337092,18 +372265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66691, "usage_id": 113 }, "4275.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-04, Aufenthaltsraum", "arch_name": "1-04@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 52257, "seats": { @@ -337111,18 +372286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66696, "usage_id": 44 }, "4275.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-05, Umkleide-Herren", "arch_name": "1-05@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52257, "seats": { @@ -337130,18 +372307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66694, "usage_id": 121 }, "4275.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-06, WC-Herren", "arch_name": "1-06@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52257, "seats": { @@ -337149,18 +372328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66695, "usage_id": 115 }, "4275.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-07, WC-Damen", "arch_name": "1-07@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52257, "seats": { @@ -337168,18 +372349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66692, "usage_id": 116 }, "4275.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-08, Umkleide-Damen", "arch_name": "1-08@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 52257, "seats": { @@ -337187,18 +372370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66693, "usage_id": 121 }, "4275.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-09, Flur Technik", "arch_name": "1-09@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 52257, "seats": { @@ -337206,18 +372391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66704, "usage_id": 222 }, "4275.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-10, Technik Entrauchung (Fa. regineering)", "arch_name": "1-10@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 52257, "seats": { @@ -337225,18 +372412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66697, "usage_id": 120 }, "4275.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-11, Technik Druckluft (Fa. regineering)", "arch_name": "1-11@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52257, "seats": { @@ -337244,18 +372433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66698, "usage_id": 120 }, "4275.01.112A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-12a+b, Datenraum (Fa. regineering)", "arch_name": "1-12a+b@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52257, "seats": { @@ -337263,18 +372454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66699, "usage_id": 207 }, "4275.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-14, Technik K\u00e4lte (Fa. regineering)", "arch_name": "1-14@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52257, "seats": { @@ -337282,18 +372475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66701, "usage_id": 120 }, "4275.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-15, Technik RLT1 (Fa. regineering)", "arch_name": "1-15@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 52257, "seats": { @@ -337301,18 +372496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66702, "usage_id": 32 }, "4275.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-16, Technik Pumpen K\u00e4lte (Fa. regineering)", "arch_name": "1-16@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 52257, "seats": { @@ -337320,18 +372517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66703, "usage_id": 120 }, "4275.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "1-17, Technik RLT2 (Fa. regineering)", "arch_name": "1-17@4275", "area_id": 138, "building_id": 1909, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 52257, "seats": { @@ -337339,18 +372538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66700, "usage_id": 32 }, "4275.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "0-01, Windfang / Treppe", "arch_name": "0-01@4275", "area_id": 138, "building_id": 1909, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 52257, "seats": { @@ -337358,18 +372559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66680, "usage_id": 222 }, "4275.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "0-02, Halle Klimakammern", "arch_name": "0-02@4275", "area_id": 138, "building_id": 1909, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 52257, "seats": { @@ -337377,18 +372580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66681, "usage_id": 166 }, "4275.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "0-03, Vorbereitung", "arch_name": "0-03@4275", "area_id": 138, "building_id": 1909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 52257, "seats": { @@ -337396,18 +372601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66682, "usage_id": 166 }, "4275.EG.003A": { "address": { - "floor": "EG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "0-03a, Treppe im Freien", "arch_name": "0-03a@4275", "area_id": 138, "building_id": 1909, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -337415,18 +372622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66688, "usage_id": 7 }, "4275.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "0-04, Lager", "arch_name": "0-04@4275", "area_id": 138, "building_id": 1909, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 52257, "seats": { @@ -337434,18 +372643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66683, "usage_id": 30 }, "4275.EG.005A": { "address": { - "floor": "EG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "0-05a, Elektroverteilung (Fa. regineering)", "arch_name": "0-05a@4275", "area_id": 138, "building_id": 1909, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -337453,18 +372664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66684, "usage_id": 120 }, "4275.EG.005B": { "address": { - "floor": "EG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "0-05b, Elektroverteilung (Fa. regineering)", "arch_name": "0-05b@4275", "area_id": 138, "building_id": 1909, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -337472,18 +372685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66685, "usage_id": 120 }, "4275.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "0-06, Batterieraum", "arch_name": "0-06@4275", "area_id": 138, "building_id": 1909, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -337491,18 +372706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66686, "usage_id": 160 }, "4275.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "An der M\u00fchle 20", "zip_code": 85354 }, + "alt_name": "0-07, Technik Heizung (Fa. regineering)", "arch_name": "0-07@4275", "area_id": 138, "building_id": 1909, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 52257, "seats": { @@ -337510,18 +372727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66687, "usage_id": 201 }, "4277.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.1, Sammlungsraum", "arch_name": "1.3.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -337529,19 +372748,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53560, "usage_id": 187 }, "4277.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.3, Sozialraum (gem. Nutzung)", "arch_name": "1.3.1.3@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18649, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -337549,18 +372770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53575, "usage_id": 44 }, "4277.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.5, B\u00fcro", "arch_name": "1.3.1.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -337568,18 +372791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10417, "usage_id": 12 }, "4277.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.7, Zeichen / Konstruktion", "arch_name": "1.3.1.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -337587,18 +372812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10421, "usage_id": 55 }, "4277.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.7.1, Treppe", "arch_name": "1.3.1.7.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -337606,18 +372833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53742, "usage_id": 223 }, "4277.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.9, B\u00fcro", "arch_name": "1.3.1.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -337625,18 +372854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10461, "usage_id": 12 }, "4277.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.11, B\u00fcro", "arch_name": "1.3.1.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -337644,18 +372875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10462, "usage_id": 12 }, "4277.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.13, B\u00fcro", "arch_name": "1.3.1.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -337663,18 +372896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10465, "usage_id": 12 }, "4277.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.15, B\u00fcro", "arch_name": "1.3.1.15@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -337682,18 +372917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53928, "usage_id": 12 }, "4277.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.17, B\u00fcro", "arch_name": "1.3.1.17@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -337701,18 +372938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10502, "usage_id": 12 }, "4277.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.19, B\u00fcro", "arch_name": "1.3.1.19@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -337720,18 +372959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10555, "usage_id": 12 }, "4277.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.21, B\u00fcro", "arch_name": "1.3.1.21@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -337739,18 +372980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10557, "usage_id": 12 }, "4277.01.013": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.23, B\u00fcro", "arch_name": "1.3.1.23@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -337758,18 +373001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10558, "usage_id": 12 }, "4277.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.23.1, Flur", "arch_name": "1.3.1.23.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -337777,18 +373022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51350, "usage_id": 222 }, "4277.01.014A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.23.2, Treppe", "arch_name": "1.3.1.23.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -337796,18 +373043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70503, "usage_id": 7 }, "4277.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.24, B\u00fcro", "arch_name": "1.3.1.24@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15612, "seats": { @@ -337815,18 +373064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51363, "usage_id": 12 }, "4277.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.22, B\u00fcro", "arch_name": "1.3.1.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15612, "seats": { @@ -337834,18 +373085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51512, "usage_id": 12 }, "4277.01.017": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.20, B\u00fcro", "arch_name": "1.3.1.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15612, "seats": { @@ -337853,18 +373106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51525, "usage_id": 12 }, "4277.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.18, B\u00fcro", "arch_name": "1.3.1.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50737, "seats": { @@ -337872,18 +373127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10645, "usage_id": 12 }, "4277.01.019": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.16, B\u00fcro", "arch_name": "1.3.1.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50737, "seats": { @@ -337891,18 +373148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51556, "usage_id": 12 }, "4277.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.14, B\u00fcro", "arch_name": "1.3.1.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50737, "seats": { @@ -337910,18 +373169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10656, "usage_id": 12 }, "4277.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.12, Archiv/Druckraum (gem. Nutzung)", "arch_name": "1.3.1.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 50737, "seats": { @@ -337929,18 +373190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10662, "usage_id": 2 }, "4277.01.022": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.10, B\u00fcro", "arch_name": "1.3.1.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -337948,18 +373211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51728, "usage_id": 12 }, "4277.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.8, B\u00fcro", "arch_name": "1.3.1.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -337967,18 +373232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52035, "usage_id": 12 }, "4277.01.024": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.6, Zuwachsmessung", "arch_name": "1.3.1.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -337986,18 +373253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52047, "usage_id": 110 }, "4277.01.025": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.4, Druckerraum", "arch_name": "1.3.1.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -338005,18 +373274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52059, "usage_id": 110 }, "4277.01.026": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.1.2, Kartographie", "arch_name": "1.3.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -338024,18 +373295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52071, "usage_id": 12 }, "4277.01.027": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.22, Reinigungsmittelraum", "arch_name": "2.3.1.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -338043,18 +373316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52561, "usage_id": 205 }, "4277.01.029": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.20, WC-Damen", "arch_name": "2.3.1.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -338062,18 +373337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52569, "usage_id": 116 }, "4277.01.030": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.18, WC-Behinderte", "arch_name": "2.3.1.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -338081,18 +373358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52583, "usage_id": 117 }, "4277.01.032": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.16, WC-Herren", "arch_name": "2.3.1.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -338100,18 +373379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52202, "usage_id": 115 }, "4277.01.033": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.23, Halle Finger 3", "arch_name": "2.3.1.23@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -338119,18 +373400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52215, "usage_id": 222 }, "4277.01.033A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.23.1, Treppe", "arch_name": "2.3.1.23.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -338138,18 +373421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52223, "usage_id": 223 }, "4277.01.033B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.23.2, Flur", "arch_name": "2.3.1.23.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -338157,18 +373442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52239, "usage_id": 222 }, "4277.01.034": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.23.3, Aufzug Finger 3", "arch_name": "2.3.1.23.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -338176,18 +373463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51871, "usage_id": 4 }, "4277.01.035": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.14, Installation", "arch_name": "2.3.1.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -338195,18 +373484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51879, "usage_id": 120 }, "4277.01.036": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.12, Installation", "arch_name": "2.3.1.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -338214,18 +373505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51897, "usage_id": 120 }, "4277.01.037": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.10, Labor", "arch_name": "2.3.1.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15607, "seats": { @@ -338233,19 +373526,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51908, "usage_id": 102 }, "4277.01.038": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.8, Labor", "arch_name": "2.3.1.8@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18734, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15607, "seats": { @@ -338253,18 +373548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52387, "usage_id": 102 }, "4277.01.039": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.6, Labor", "arch_name": "2.3.1.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15607, "seats": { @@ -338272,18 +373569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52403, "usage_id": 102 }, "4277.01.040": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.4, Labor", "arch_name": "2.3.1.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15607, "seats": { @@ -338291,18 +373590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52416, "usage_id": 102 }, "4277.01.041": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.2, K\u00fchlraum f\u00fcr wissenschaftlich-technische", "arch_name": "2.3.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -338310,18 +373611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50069, "usage_id": 199 }, "4277.01.042": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.17, Installation", "arch_name": "2.3.1.17@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -338329,18 +373632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50080, "usage_id": 120 }, "4277.01.043": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.15, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.3.1.15@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50241, "seats": { @@ -338348,18 +373653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50092, "usage_id": 102 }, "4277.01.044": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.13, Physikalische Messr\u00e4ume einfach", "arch_name": "2.3.1.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50241, "seats": { @@ -338367,18 +373674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50106, "usage_id": 103 }, "4277.01.045": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.11, Labor", "arch_name": "2.3.1.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50737, "seats": { @@ -338386,18 +373695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50231, "usage_id": 102 }, "4277.01.046": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.9, Labor (gem. Nutzung)", "arch_name": "2.3.1.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50241, "seats": { @@ -338405,18 +373716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50244, "usage_id": 102 }, "4277.01.047": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.7, Lager (gem. Nutzung)", "arch_name": "2.3.1.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50241, "seats": { @@ -338424,18 +373737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50256, "usage_id": 30 }, "4277.01.048": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.5, Sp\u00fclraum, Ausgussraum (gem. Nutzung)", "arch_name": "2.3.1.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50241, "seats": { @@ -338443,18 +373758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50393, "usage_id": 209 }, "4277.01.049": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.3, Lager (gem. Nutzung)", "arch_name": "2.3.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 50241, "seats": { @@ -338462,18 +373779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50405, "usage_id": 30 }, "4277.01.050": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.1, Seminarraum", "arch_name": "2.3.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -338481,18 +373800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50418, "usage_id": 41 }, "4277.01.051": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.1.23.4, Flur", "arch_name": "2.3.1.23.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -338500,18 +373821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50430, "usage_id": 222 }, "4277.01.052": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.28.2, Flur", "arch_name": "2.2.1.28.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -338519,18 +373842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50579, "usage_id": 222 }, "4277.01.052A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.28.4, Br\u00fccke II West (4277/4278)", "arch_name": "2.2.1.28.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -338538,18 +373863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70544, "usage_id": 16 }, "4277.01.053": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.28, Halle Finger 2", "arch_name": "2.2.1.28@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -338557,18 +373884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50587, "usage_id": 222 }, "4277.01.053A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.28.1, Treppe", "arch_name": "2.2.1.28.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -338576,19 +373905,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50721, "usage_id": 223 }, "4277.01.054": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.1, Besprechungs-/Sozialraum", "arch_name": "1.2.1.1@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 15316, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50377, "seats": { @@ -338596,19 +373927,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16278, "usage_id": 196 }, "4277.01.055": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.3, B\u00fcro", "arch_name": "1.2.1.3@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 30372, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50377, "seats": { @@ -338616,18 +373949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50744, "usage_id": 12 }, "4277.01.056": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.5, B\u00fcro", "arch_name": "1.2.1.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -338635,18 +373970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50761, "usage_id": 12 }, "4277.01.057": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.7, B\u00fcro", "arch_name": "1.2.1.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -338654,18 +373991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50902, "usage_id": 12 }, "4277.01.058": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.9, B\u00fcro", "arch_name": "1.2.1.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -338673,18 +374012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50919, "usage_id": 12 }, "4277.01.059": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.11, B\u00fcro", "arch_name": "1.2.1.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -338692,18 +374033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50929, "usage_id": 12 }, "4277.01.060": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.27.1, Treppe", "arch_name": "1.2.1.27.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -338711,18 +374054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51066, "usage_id": 223 }, "4277.01.061": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.13, B\u00fcro", "arch_name": "1.2.1.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338730,19 +374075,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51080, "usage_id": 12 }, "4277.01.062": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.15, B\u00fcro", "arch_name": "1.2.1.15@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 24075, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338750,18 +374097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51092, "usage_id": 12 }, "4277.01.063": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.17, Vervielf\u00e4ltigungsraum", "arch_name": "1.2.1.17@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338769,18 +374118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51107, "usage_id": 110 }, "4277.01.064": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.19, B\u00fcro", "arch_name": "1.2.1.19@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338788,18 +374139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48627, "usage_id": 12 }, "4277.01.065": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.21, B\u00fcro", "arch_name": "1.2.1.21@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338807,18 +374160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48636, "usage_id": 12 }, "4277.01.066": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.23, B\u00fcro", "arch_name": "1.2.1.23@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338826,18 +374181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48648, "usage_id": 12 }, "4277.01.067": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.25, B\u00fcro", "arch_name": "1.2.1.25@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338845,18 +374202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48782, "usage_id": 12 }, "4277.01.068": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.27, Flur", "arch_name": "1.2.1.27@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -338864,18 +374223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48793, "usage_id": 222 }, "4277.01.068A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.27.2, Treppe", "arch_name": "1.2.1.27.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -338883,18 +374244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70509, "usage_id": 7 }, "4277.01.069": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.26, B\u00fcro/ Besprechungsraum", "arch_name": "1.2.1.26@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338902,18 +374265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48806, "usage_id": 12 }, "4277.01.070": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.24, B\u00fcro", "arch_name": "1.2.1.24@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338921,18 +374286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48946, "usage_id": 12 }, "4277.01.071": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.22, B\u00fcro", "arch_name": "1.2.1.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338940,18 +374307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48958, "usage_id": 12 }, "4277.01.072": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.20, B\u00fcro", "arch_name": "1.2.1.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338959,18 +374328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48974, "usage_id": 12 }, "4277.01.073": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.18, B\u00fcro", "arch_name": "1.2.1.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 14881, "seats": { @@ -338978,18 +374349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49120, "usage_id": 12 }, "4277.01.074": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.16, B\u00fcro / Seminarraum", "arch_name": "1.2.1.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -338997,18 +374370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49130, "usage_id": 12 }, "4277.01.075": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.14, B\u00fcro", "arch_name": "1.2.1.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -339016,18 +374391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49142, "usage_id": 12 }, "4277.01.076": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.12, B\u00fcro", "arch_name": "1.2.1.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -339035,19 +374412,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49157, "usage_id": 12 }, "4277.01.077": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.10, B\u00fcro", "arch_name": "1.2.1.10@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 21444, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15644, "seats": { @@ -339055,18 +374434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49298, "usage_id": 12 }, "4277.01.077A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.10.1, B\u00fcro", "arch_name": "1.2.1.10.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15644, "seats": { @@ -339074,19 +374455,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63103, "usage_id": 12 }, "4277.01.078": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.8, B\u00fcro", "arch_name": "1.2.1.8@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 30373, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50377, "seats": { @@ -339094,19 +374477,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49311, "usage_id": 12 }, "4277.01.080": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.4, B\u00fcro", "arch_name": "1.2.1.4@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 30374, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50377, "seats": { @@ -339114,19 +374499,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49457, "usage_id": 12 }, "4277.01.081": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.1.2, B\u00fcro", "arch_name": "1.2.1.2@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 24555, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50377, "seats": { @@ -339134,18 +374521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49469, "usage_id": 12 }, "4277.01.082": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.26, Reinigungsmittelraum", "arch_name": "2.2.1.26@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -339153,18 +374542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49479, "usage_id": 205 }, "4277.01.084": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.24, WC-Damen", "arch_name": "2.2.1.24@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -339172,18 +374563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49492, "usage_id": 116 }, "4277.01.085": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.22, WC-Behinderte", "arch_name": "2.2.1.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -339191,18 +374584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49628, "usage_id": 117 }, "4277.01.087": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.20, WC-Herren", "arch_name": "2.2.1.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -339210,18 +374605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49646, "usage_id": 115 }, "4277.01.088": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.28.3, Aufzug Finger 2", "arch_name": "2.2.1.28.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -339229,18 +374626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49775, "usage_id": 4 }, "4277.01.089": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.16, Installation", "arch_name": "2.2.1.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -339248,18 +374647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49790, "usage_id": 120 }, "4277.01.090": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.14, Installation", "arch_name": "2.2.1.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -339267,18 +374668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49805, "usage_id": 120 }, "4277.01.091": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.12, Lager mit Brandschutz", "arch_name": "2.2.1.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339286,18 +374689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49948, "usage_id": 30 }, "4277.01.092": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.10, Chemikalienraum", "arch_name": "2.2.1.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339305,18 +374710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49961, "usage_id": 132 }, "4277.01.093": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.8, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.2.1.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339324,18 +374731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49973, "usage_id": 102 }, "4277.01.094": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.6, K\u00fchlraum f\u00fcr wissenschaftlich-technische", "arch_name": "2.2.1.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339343,18 +374752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50113, "usage_id": 12 }, "4277.01.095": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.4, Technologielabor", "arch_name": "2.2.1.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339362,18 +374773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50130, "usage_id": 194 }, "4277.01.096": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.2, Lager bel\u00fcftet", "arch_name": "2.2.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339381,18 +374794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50271, "usage_id": 30 }, "4277.01.097": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.17, Installation", "arch_name": "2.2.1.17@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -339400,18 +374815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50287, "usage_id": 120 }, "4277.01.098": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.15, Labor", "arch_name": "2.2.1.15@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -339419,18 +374836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50300, "usage_id": 102 }, "4277.01.099": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.13, Labor", "arch_name": "2.2.1.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -339438,18 +374857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50436, "usage_id": 102 }, "4277.01.100": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.11, B\u00fcro", "arch_name": "2.2.1.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339457,18 +374878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50445, "usage_id": 12 }, "4277.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.9, B\u00fcro", "arch_name": "2.2.1.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339476,18 +374899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50461, "usage_id": 12 }, "4277.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.7, B\u00fcro", "arch_name": "2.2.1.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339495,18 +374920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50599, "usage_id": 12 }, "4277.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.5, Lager", "arch_name": "2.2.1.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339514,18 +374941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50612, "usage_id": 30 }, "4277.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.3, Lager", "arch_name": "2.2.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339533,18 +374962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50633, "usage_id": 30 }, "4277.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.1, Sozialraum", "arch_name": "2.2.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -339552,18 +374983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50772, "usage_id": 44 }, "4277.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.1.28.5, Flur", "arch_name": "2.2.1.28.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -339571,18 +375004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50789, "usage_id": 222 }, "4277.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.29, Halle Finger 1", "arch_name": "2.1.1.29@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -339590,18 +375025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50945, "usage_id": 222 }, "4277.01.107A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.29.1, Treppe", "arch_name": "2.1.1.29.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -339609,18 +375046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50960, "usage_id": 223 }, "4277.01.107B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.29.2, Flur", "arch_name": "2.1.1.29.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -339628,18 +375067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50975, "usage_id": 222 }, "4277.01.107C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.29.4, Br\u00fccke I Ost (4277/4278)", "arch_name": "2.1.1.29.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -339647,19 +375088,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70545, "usage_id": 16 }, "4277.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.1, Besprechungsraum (gem.Nutzung 111003440)", "arch_name": "1.1.1.1@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18192, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -339667,18 +375110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12445, "usage_id": 196 }, "4277.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.3, Wissenschaftliche Mitarbeiter", "arch_name": "1.1.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15616, "seats": { @@ -339686,18 +375131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51124, "usage_id": 12 }, "4277.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.5, Wissenschaftliche Mitarbeiter", "arch_name": "1.1.1.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15616, "seats": { @@ -339705,18 +375152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51143, "usage_id": 12 }, "4277.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.7, Wissenschaftliche Mitarbeiter", "arch_name": "1.1.1.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -339724,18 +375173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48659, "usage_id": 12 }, "4277.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.9, Schreibkraft", "arch_name": "1.1.1.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15622, "seats": { @@ -339743,18 +375194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48674, "usage_id": 12 }, "4277.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.11, B\u00fcro", "arch_name": "1.1.1.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15622, "seats": { @@ -339762,18 +375215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48691, "usage_id": 12 }, "4277.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.13, Sammlungsraum", "arch_name": "1.1.1.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -339781,18 +375236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48826, "usage_id": 187 }, "4277.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.25.1, Treppe", "arch_name": "1.1.1.25.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -339800,19 +375257,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48843, "usage_id": 223 }, "4277.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.15, B\u00fcro", "arch_name": "1.1.1.15@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18673, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15622, "seats": { @@ -339820,18 +375279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48857, "usage_id": 12 }, "4277.01.116A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.15.1, Vorzimmer", "arch_name": "1.1.1.15.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15622, "seats": { @@ -339839,18 +375300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48998, "usage_id": 12 }, "4277.01.116B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.15.2, Kopierer/Drucker", "arch_name": "1.1.1.15.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15619, "seats": { @@ -339858,18 +375321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61719, "usage_id": 110 }, "4277.01.117": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.17, B\u00fcro", "arch_name": "1.1.1.17@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -339877,18 +375342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49012, "usage_id": 12 }, "4277.01.118": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.19, B\u00fcro", "arch_name": "1.1.1.19@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -339896,18 +375363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49029, "usage_id": 12 }, "4277.01.119": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.21, B\u00fcro", "arch_name": "1.1.1.21@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -339915,18 +375384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49173, "usage_id": 12 }, "4277.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.25, Flur", "arch_name": "1.1.1.25@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -339934,18 +375405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49189, "usage_id": 222 }, "4277.01.120A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.25.1, Treppe", "arch_name": "1.1.1.25.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -339953,18 +375426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70510, "usage_id": 7 }, "4277.01.121": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.24, B\u00fcro", "arch_name": "1.1.1.24@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -339972,18 +375447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49330, "usage_id": 12 }, "4277.01.122": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.22, B\u00fcro", "arch_name": "1.1.1.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -339991,18 +375468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49345, "usage_id": 12 }, "4277.01.123": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.20, B\u00fcro", "arch_name": "1.1.1.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -340010,18 +375489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12777, "usage_id": 12 }, "4277.01.124": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.18, B\u00fcro", "arch_name": "1.1.1.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -340029,18 +375510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49362, "usage_id": 12 }, "4277.01.125": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.16, B\u00fcro", "arch_name": "1.1.1.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -340048,18 +375531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49500, "usage_id": 12 }, "4277.01.126": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.14, B\u00fcro", "arch_name": "1.1.1.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -340067,18 +375552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49511, "usage_id": 12 }, "4277.01.127": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.12, B\u00fcro", "arch_name": "1.1.1.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15622, "seats": { @@ -340086,18 +375573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49522, "usage_id": 12 }, "4277.01.128": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.10, B\u00fcro", "arch_name": "1.1.1.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15622, "seats": { @@ -340105,18 +375594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49535, "usage_id": 12 }, "4277.01.129": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.8, B\u00fcro", "arch_name": "1.1.1.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15616, "seats": { @@ -340124,18 +375615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49668, "usage_id": 12 }, "4277.01.130": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.6, Wissenschaftliche Mitarbeiter", "arch_name": "1.1.1.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15616, "seats": { @@ -340143,18 +375636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49675, "usage_id": 12 }, "4277.01.131": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.4, Sekretariat (gem.Nutzung 111003440)", "arch_name": "1.1.1.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -340162,18 +375657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49686, "usage_id": 40 }, "4277.01.132": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.1.2, Wissenschaftliche Mitarbeiter", "arch_name": "1.1.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -340181,18 +375678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49817, "usage_id": 12 }, "4277.01.133": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.28, Reinigungsmittelraum", "arch_name": "2.1.1.28@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -340200,18 +375699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49825, "usage_id": 205 }, "4277.01.135": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.26, WC-Damen", "arch_name": "2.1.1.26@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -340219,18 +375720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49837, "usage_id": 116 }, "4277.01.136": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.24, WC-Behinderte", "arch_name": "2.1.1.24@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -340238,18 +375741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49849, "usage_id": 117 }, "4277.01.138": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.22, WC-Herren", "arch_name": "2.1.1.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -340257,18 +375762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49984, "usage_id": 115 }, "4277.01.139": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.29.3, Aufzug Finger 1", "arch_name": "2.1.1.29.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -340276,18 +375783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49997, "usage_id": 4 }, "4277.01.140": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.20, Installation", "arch_name": "2.1.1.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -340295,18 +375804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50010, "usage_id": 120 }, "4277.01.141": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.18, Installation", "arch_name": "2.1.1.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -340314,18 +375825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50155, "usage_id": 120 }, "4277.01.142": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.15, Installation", "arch_name": "2.1.1.15@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -340333,18 +375846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50164, "usage_id": 120 }, "4277.01.143": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.13, Physikalische Messr\u00e4ume einfach", "arch_name": "2.1.1.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -340352,18 +375867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50174, "usage_id": 103 }, "4277.01.144": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.16, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.1.1.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -340371,18 +375888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50311, "usage_id": 102 }, "4277.01.145": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.14, Sp\u00fclraum einfach", "arch_name": "2.1.1.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -340390,18 +375909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50319, "usage_id": 209 }, "4277.01.146": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.12, B\u00fcro", "arch_name": "2.1.1.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -340409,18 +375930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50336, "usage_id": 12 }, "4277.01.147": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.10, 73%LWF - Physikalischer Messraum", "arch_name": "2.1.1.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340428,18 +375951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50477, "usage_id": 103 }, "4277.01.148": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.8, 40% LWF - Morpholgisches Labor", "arch_name": "2.1.1.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340447,18 +375972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50490, "usage_id": 102 }, "4277.01.149": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.6, 40% LWF - Sp\u00fclraum einfach", "arch_name": "2.1.1.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340466,18 +375993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50503, "usage_id": 209 }, "4277.01.150": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.4, Labor", "arch_name": "2.1.1.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340485,18 +376014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50515, "usage_id": 102 }, "4277.01.151": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.2, W\u00e4geraum 1", "arch_name": "2.1.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340504,18 +376035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50653, "usage_id": 103 }, "4277.01.152": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.29.5, Treppe", "arch_name": "2.1.1.29.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -340523,18 +376056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50665, "usage_id": 223 }, "4277.01.153": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.22, Installation", "arch_name": "2.0.1.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -340542,18 +376077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50679, "usage_id": 120 }, "4277.01.154": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.20, Chemikalienraum", "arch_name": "2.0.1.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340561,18 +376098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50822, "usage_id": 132 }, "4277.01.155": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.18, Labor", "arch_name": "2.0.1.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340580,18 +376119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50836, "usage_id": 102 }, "4277.01.156": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.16, 40% LWF - B\u00fcrotechnikraum allgemein", "arch_name": "2.0.1.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -340599,18 +376140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50848, "usage_id": 133 }, "4277.01.157": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.14, B\u00fcro, Pr\u00e4paration", "arch_name": "2.0.1.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15622, "seats": { @@ -340618,18 +376161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50999, "usage_id": 12 }, "4277.01.158": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.12, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.0.1.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15616, "seats": { @@ -340637,18 +376182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51014, "usage_id": 102 }, "4277.01.159": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.10, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.0.1.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15616, "seats": { @@ -340656,18 +376203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48700, "usage_id": 102 }, "4277.01.160": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.8, Physiklabor", "arch_name": "2.0.1.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15616, "seats": { @@ -340675,18 +376224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48714, "usage_id": 103 }, "4277.01.161": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.6, B\u00fcro", "arch_name": "2.0.1.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15616, "seats": { @@ -340694,18 +376245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48725, "usage_id": 12 }, "4277.01.162": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.4, Physikalischer Messraum", "arch_name": "2.0.1.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15616, "seats": { @@ -340713,18 +376266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48862, "usage_id": 103 }, "4277.01.163": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.2, Sozialraum", "arch_name": "2.0.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340732,18 +376287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48873, "usage_id": 44 }, "4277.01.164": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.1.1, Flur", "arch_name": "2.0.1.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -340751,18 +376308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48885, "usage_id": 222 }, "4277.01.165": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.1.2, Aufzug Labor Ost", "arch_name": "2.0.1.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -340770,18 +376329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48896, "usage_id": 4 }, "4277.01.166": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.1.3, Treppe", "arch_name": "2.0.1.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -340789,18 +376350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49032, "usage_id": 223 }, "4277.01.167": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.1, B\u00fcro", "arch_name": "2.0.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15616, "seats": { @@ -340808,18 +376371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49046, "usage_id": 12 }, "4277.01.168": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.3, B\u00fcro", "arch_name": "2.0.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340827,18 +376392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49058, "usage_id": 12 }, "4277.01.169": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.5, B\u00fcro", "arch_name": "2.0.1.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340846,18 +376413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49072, "usage_id": 12 }, "4277.01.170": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.7, Physikalische Messr\u00e4ume einfach", "arch_name": "2.0.1.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340865,18 +376434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49211, "usage_id": 103 }, "4277.01.171": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.9, W\u00e4geraum 2", "arch_name": "2.0.1.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15622, "seats": { @@ -340884,18 +376455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49220, "usage_id": 103 }, "4277.01.172": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.11, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.0.1.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15622, "seats": { @@ -340903,18 +376476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49230, "usage_id": 102 }, "4277.01.173": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.13, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.0.1.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15622, "seats": { @@ -340922,18 +376497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49242, "usage_id": 102 }, "4277.01.174": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.15, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.0.1.15@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15622, "seats": { @@ -340941,18 +376518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49375, "usage_id": 102 }, "4277.01.175": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.1.17, Installation", "arch_name": "2.0.1.17@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -340960,18 +376539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49384, "usage_id": 120 }, "4277.01.176": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.1, 73%LWF - Physikalische Messr\u00e4ume einfach", "arch_name": "2.1.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340979,19 +376560,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49391, "usage_id": 103 }, "4277.01.177": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.3, 73%LWF - Nasspr\u00e4parativer \u00dcbungsraum", "arch_name": "2.1.1.3@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 23308, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -340999,18 +376582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49403, "usage_id": 212 }, "4277.01.178": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.5, 40%LWF - Chemisch-technisches Labor", "arch_name": "2.1.1.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -341018,18 +376603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49539, "usage_id": 102 }, "4277.01.179": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.7, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.1.1.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -341037,18 +376624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49548, "usage_id": 102 }, "4277.01.180": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.9, Physikalische Messr\u00e4ume einfach", "arch_name": "2.1.1.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -341056,18 +376645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49555, "usage_id": 103 }, "4277.01.181": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.11, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.1.1.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -341075,18 +376666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49565, "usage_id": 102 }, "4277.01.182": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.1.29.5, Flur", "arch_name": "2.1.1.29.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -341094,18 +376687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49571, "usage_id": 222 }, "4277.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.1, B\u00fcro", "arch_name": "1.3.2.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341113,18 +376708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49577, "usage_id": 12 }, "4277.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.2, B\u00fcro", "arch_name": "1.3.2.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341132,18 +376729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49699, "usage_id": 12 }, "4277.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.3, B\u00fcro", "arch_name": "1.3.2.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341151,18 +376750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49705, "usage_id": 12 }, "4277.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.4, B\u00fcro", "arch_name": "1.3.2.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341170,18 +376771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49711, "usage_id": 12 }, "4277.02.005": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.5, B\u00fcro", "arch_name": "1.3.2.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341189,18 +376792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49719, "usage_id": 12 }, "4277.02.006": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.6, B\u00fcro", "arch_name": "1.3.2.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341208,18 +376813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49724, "usage_id": 12 }, "4277.02.007": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.7, B\u00fcro", "arch_name": "1.3.2.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341227,18 +376834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49726, "usage_id": 12 }, "4277.02.008": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.0, Treppe", "arch_name": "1.3.2.0@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -341246,18 +376855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49732, "usage_id": 223 }, "4277.02.009": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.8, B\u00fcro", "arch_name": "1.3.2.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341265,18 +376876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49737, "usage_id": 12 }, "4277.02.010": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.9, B\u00fcro", "arch_name": "1.3.2.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341284,18 +376897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49859, "usage_id": 12 }, "4277.02.011": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.10, B\u00fcro", "arch_name": "1.3.2.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341303,18 +376918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49865, "usage_id": 12 }, "4277.02.012": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.11, B\u00fcro", "arch_name": "1.3.2.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341322,18 +376939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49870, "usage_id": 12 }, "4277.02.013": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.12, B\u00fcro", "arch_name": "1.3.2.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341341,18 +376960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49877, "usage_id": 12 }, "4277.02.014": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.13, B\u00fcro", "arch_name": "1.3.2.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341360,18 +376981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49884, "usage_id": 12 }, "4277.02.015": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.14, B\u00fcro", "arch_name": "1.3.2.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -341379,18 +377002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49890, "usage_id": 12 }, "4277.02.016": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.16, Flur", "arch_name": "1.3.2.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -341398,18 +377023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49896, "usage_id": 222 }, "4277.02.016A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.2.16.1, Treppe", "arch_name": "1.3.2.16.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -341417,18 +377044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70529, "usage_id": 7 }, "4277.02.017": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.28, Flur", "arch_name": "2.3.2.28@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -341436,18 +377065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50018, "usage_id": 222 }, "4277.02.017A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.28.1, Treppe", "arch_name": "2.3.2.28.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -341455,18 +377086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50027, "usage_id": 223 }, "4277.02.017B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.28.2, Flur", "arch_name": "2.3.2.28.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -341474,18 +377107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50032, "usage_id": 222 }, "4277.02.018": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.26, Reinigungsmittelraum", "arch_name": "2.3.2.26@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -341493,18 +377128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50037, "usage_id": 205 }, "4277.02.020": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.24, WC-Damen", "arch_name": "2.3.2.24@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -341512,18 +377149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50043, "usage_id": 116 }, "4277.02.021": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.22, Lager", "arch_name": "2.3.2.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -341531,18 +377170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50051, "usage_id": 30 }, "4277.02.023": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.20, WC-Herren", "arch_name": "2.3.2.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -341550,18 +377191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50056, "usage_id": 115 }, "4277.02.024": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.28.3, Aufzug Finger 3", "arch_name": "2.3.2.28.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -341569,18 +377212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50187, "usage_id": 4 }, "4277.02.025": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.18, Installation", "arch_name": "2.3.2.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -341588,18 +377233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50193, "usage_id": 120 }, "4277.02.026": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.16, Installation", "arch_name": "2.3.2.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -341607,18 +377254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50198, "usage_id": 120 }, "4277.02.027": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.14, Labor - Insektenzucht (AG Entomologie)", "arch_name": "2.3.2.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -341626,18 +377275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50203, "usage_id": 102 }, "4277.02.028": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.12, Labor - Insekten Verhalten (AG Entomolog", "arch_name": "2.3.2.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -341645,18 +377296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50206, "usage_id": 166 }, "4277.02.029": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.10, 40%LWF - Sortierraum (AG Entomologie)", "arch_name": "2.3.2.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -341664,18 +377317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50209, "usage_id": 102 }, "4277.02.030": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.8, S1 Labor Sortierraum", "arch_name": "2.3.2.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 46778, "seats": { @@ -341683,18 +377338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50211, "usage_id": 102 }, "4277.02.031": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.6, S1 Labor (gem. Nutzung)", "arch_name": "2.3.2.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 46778, "seats": { @@ -341702,18 +377359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50215, "usage_id": 209 }, "4277.02.032": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.4, S1 Labor", "arch_name": "2.3.2.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 46778, "seats": { @@ -341721,18 +377380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50219, "usage_id": 102 }, "4277.02.033": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.2, S1 K\u00fchlraum (gem.Nutz.1110064800,11100704", "arch_name": "2.3.2.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 46778, "seats": { @@ -341740,18 +377401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50347, "usage_id": 199 }, "4277.02.034": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.15, Installation", "arch_name": "2.3.2.15@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -341759,18 +377422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50352, "usage_id": 120 }, "4277.02.035": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.13, Analytisches Labor", "arch_name": "2.3.2.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15674, "seats": { @@ -341778,18 +377443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50356, "usage_id": 136 }, "4277.02.036": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.11, Morphologisches Labor (AG Entomologie)", "arch_name": "2.3.2.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -341797,18 +377464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50361, "usage_id": 102 }, "4277.02.037": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.9, S1 Labor", "arch_name": "2.3.2.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 46778, "seats": { @@ -341816,18 +377485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50365, "usage_id": 102 }, "4277.02.038": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.7, S1 Labor", "arch_name": "2.3.2.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 46778, "seats": { @@ -341835,18 +377506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50369, "usage_id": 102 }, "4277.02.039": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.5, S1 Labor", "arch_name": "2.3.2.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 46778, "seats": { @@ -341854,18 +377527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50375, "usage_id": 102 }, "4277.02.040": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.3, S1 Labor", "arch_name": "2.3.2.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 46778, "seats": { @@ -341873,18 +377548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50380, "usage_id": 103 }, "4277.02.041": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.1, S1 Labor", "arch_name": "2.3.2.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 46778, "seats": { @@ -341892,18 +377569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50385, "usage_id": 102 }, "4277.02.042": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.2.18.1, Flur Labor 3", "arch_name": "2.3.2.18.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -341911,18 +377590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50520, "usage_id": 222 }, "4277.02.043": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.28, Halle / Flur Finger 2", "arch_name": "2.2.2.28@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -341930,18 +377611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50524, "usage_id": 222 }, "4277.02.043A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.28.1, Treppe", "arch_name": "2.2.2.28.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -341949,18 +377632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50529, "usage_id": 223 }, "4277.02.043B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.28.2, Flur", "arch_name": "2.2.2.28.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -341968,18 +377653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50533, "usage_id": 222 }, "4277.02.044": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.1, B\u00fcro", "arch_name": "1.2.2.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -341987,18 +377674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50538, "usage_id": 12 }, "4277.02.045": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.2, B\u00fcro", "arch_name": "1.2.2.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -342006,18 +377695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50542, "usage_id": 12 }, "4277.02.046": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.3, B\u00fcro", "arch_name": "1.2.2.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342025,18 +377716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50546, "usage_id": 12 }, "4277.02.047": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.4, B\u00fcro", "arch_name": "1.2.2.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342044,18 +377737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50550, "usage_id": 12 }, "4277.02.048": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.5, B\u00fcro", "arch_name": "1.2.2.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342063,19 +377758,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50684, "usage_id": 12 }, "4277.02.049": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.6, B\u00fcro", "arch_name": "1.2.2.6@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 19258, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342083,18 +377780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50688, "usage_id": 12 }, "4277.02.050": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.12.1, Treppe", "arch_name": "1.2.2.12.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -342102,18 +377801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50544, "usage_id": 223 }, "4277.02.051": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.7, B\u00fcro", "arch_name": "1.2.2.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15611, "seats": { @@ -342121,18 +377822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50381, "usage_id": 12 }, "4277.02.052": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.8, B\u00fcro", "arch_name": "1.2.2.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15611, "seats": { @@ -342140,18 +377843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50388, "usage_id": 12 }, "4277.02.053": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.9, B\u00fcro", "arch_name": "1.2.2.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15611, "seats": { @@ -342159,19 +377864,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50522, "usage_id": 12 }, "4277.02.054": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.10, B\u00fcro", "arch_name": "1.2.2.10@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18193, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15611, "seats": { @@ -342179,19 +377886,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12933, "usage_id": 12 }, "4277.02.055": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.11, Unterrichtsraum 56", "arch_name": "1.2.2.11@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18675, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -342199,18 +377908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50532, "usage_id": 130 }, "4277.02.056": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.12, Flur", "arch_name": "1.2.2.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -342218,18 +377929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50537, "usage_id": 222 }, "4277.02.056A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.2.12.2, Treppe", "arch_name": "1.2.2.12.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -342237,18 +377950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70530, "usage_id": 7 }, "4277.02.057": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.26, Reinigungsmittelraum", "arch_name": "2.2.2.26@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -342256,18 +377971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47301, "usage_id": 205 }, "4277.02.059": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.24, WC-Damen", "arch_name": "2.2.2.24@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -342275,18 +377992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47306, "usage_id": 116 }, "4277.02.060": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.22, Lager", "arch_name": "2.2.2.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -342294,18 +378013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47312, "usage_id": 30 }, "4277.02.062": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.20, WC-Herren", "arch_name": "2.2.2.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -342313,18 +378034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47318, "usage_id": 115 }, "4277.02.063": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.28.3, Aufzug Finger 2", "arch_name": "2.2.2.28.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -342332,18 +378055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47322, "usage_id": 4 }, "4277.02.064": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.18, Installation", "arch_name": "2.2.2.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -342351,18 +378076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47329, "usage_id": 120 }, "4277.02.065": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.16, Installation", "arch_name": "2.2.2.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -342370,18 +378097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47334, "usage_id": 120 }, "4277.02.066": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.14, Physiklabor einfach/Verf\u00fcgung", "arch_name": "2.2.2.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -342389,18 +378118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47399, "usage_id": 103 }, "4277.02.067": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.12, Mikroskopierraum", "arch_name": "2.2.2.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -342408,18 +378139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47407, "usage_id": 102 }, "4277.02.068": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.10, B\u00fcro", "arch_name": "2.2.2.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -342427,18 +378160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47412, "usage_id": 12 }, "4277.02.069": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.8, B\u00fcro", "arch_name": "2.2.2.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -342446,18 +378181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47418, "usage_id": 12 }, "4277.02.070": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.6, Brutraum", "arch_name": "2.2.2.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 47077, "seats": { @@ -342465,18 +378202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47424, "usage_id": 102 }, "4277.02.071": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.4, Brutraum", "arch_name": "2.2.2.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 47077, "seats": { @@ -342484,18 +378223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47428, "usage_id": 102 }, "4277.02.072": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.2, K\u00fchlraum f\u00fcr technisch-wissenschaftliche", "arch_name": "2.2.2.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -342503,18 +378244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47435, "usage_id": 199 }, "4277.02.073": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.1, B\u00fcro", "arch_name": "2.2.2.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -342522,18 +378265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47501, "usage_id": 12 }, "4277.02.074": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.3, B\u00fcro", "arch_name": "2.2.2.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -342541,18 +378286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47505, "usage_id": 12 }, "4277.02.075": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.5, Reprografie", "arch_name": "2.2.2.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -342560,18 +378307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47512, "usage_id": 110 }, "4277.02.076": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.7, Chemikalienraum (AG Entomologie)", "arch_name": "2.2.2.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -342579,18 +378328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47517, "usage_id": 132 }, "4277.02.077": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.9, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.2.2.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -342598,18 +378349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47523, "usage_id": 102 }, "4277.02.078": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.11, Labor mit Hygieneanforderung", "arch_name": "2.2.2.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -342617,18 +378370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47529, "usage_id": 102 }, "4277.02.079": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.13, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.2.2.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 44042, "seats": { @@ -342636,18 +378391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47535, "usage_id": 102 }, "4277.02.080": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.15, Labor", "arch_name": "2.2.2.15@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15607, "seats": { @@ -342655,18 +378412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47541, "usage_id": 102 }, "4277.02.081": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.17, Tierhaltung (K\u00e4fig) (AG Entomologie,AG M", "arch_name": "2.2.2.17@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -342674,18 +378433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47604, "usage_id": 197 }, "4277.02.082": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.19, K\u00fchlraum f\u00fcr Wiss.Zwecke (AG Entomologie", "arch_name": "2.2.2.19@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 46778, "seats": { @@ -342693,18 +378454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47611, "usage_id": 199 }, "4277.02.083": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.21, Installation", "arch_name": "2.2.2.21@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -342712,18 +378475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47620, "usage_id": 120 }, "4277.02.084": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.2.28.4, Flur", "arch_name": "2.2.2.28.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -342731,18 +378496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47630, "usage_id": 222 }, "4277.02.085": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.23, Halle / Flur Finger 1", "arch_name": "2.1.2.23@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -342750,18 +378517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47639, "usage_id": 222 }, "4277.02.085A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.23.1, Finger 1 Knoten Treppe", "arch_name": "2.1.2.23.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -342769,18 +378538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47645, "usage_id": 223 }, "4277.02.085B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.23.2, Flur", "arch_name": "2.1.2.23.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -342788,19 +378559,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47708, "usage_id": 222 }, "4277.02.086": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.1, Seminare und Aufenthaltsraum f\u00fcr Mitarbei", "arch_name": "1.1.2.1@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 15317, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342808,18 +378581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9618, "usage_id": 41 }, "4277.02.087": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.2, B\u00fcro", "arch_name": "1.1.2.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342827,18 +378602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47723, "usage_id": 12 }, "4277.02.088": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.3, B\u00fcro", "arch_name": "1.1.2.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342846,18 +378623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47733, "usage_id": 12 }, "4277.02.089": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.4, B\u00fcro", "arch_name": "1.1.2.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342865,18 +378644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47741, "usage_id": 12 }, "4277.02.090": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.5, B\u00fcro", "arch_name": "1.1.2.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342884,18 +378665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47747, "usage_id": 12 }, "4277.02.091": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.12.1, Treppe", "arch_name": "1.1.2.12.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -342903,18 +378686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47810, "usage_id": 223 }, "4277.02.092": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.6, B\u00fcro", "arch_name": "1.1.2.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342922,18 +378707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47819, "usage_id": 12 }, "4277.02.093": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.7, B\u00fcro", "arch_name": "1.1.2.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342941,18 +378728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47828, "usage_id": 12 }, "4277.02.094": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.8, B\u00fcro", "arch_name": "1.1.2.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342960,18 +378749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47834, "usage_id": 12 }, "4277.02.095": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.9, B\u00fcro", "arch_name": "1.1.2.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342979,18 +378770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47842, "usage_id": 12 }, "4277.02.096": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.10, Sekretariat", "arch_name": "1.1.2.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -342998,18 +378791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47910, "usage_id": 40 }, "4277.02.097": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.11, B\u00fcro", "arch_name": "1.1.2.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15607, "seats": { @@ -343017,18 +378812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47919, "usage_id": 12 }, "4277.02.098": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.12, Flur", "arch_name": "1.1.2.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -343036,18 +378833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47931, "usage_id": 222 }, "4277.02.098A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.2.12.2, Treppe", "arch_name": "1.1.2.12.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -343055,18 +378854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70531, "usage_id": 7 }, "4277.02.099": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.22, Reinigungsmittelraum", "arch_name": "2.1.2.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -343074,18 +378875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47940, "usage_id": 205 }, "4277.02.101": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.20, WC-Damen", "arch_name": "2.1.2.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -343093,18 +378896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47948, "usage_id": 116 }, "4277.02.102": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.18, Lager", "arch_name": "2.1.2.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -343112,18 +378917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48018, "usage_id": 30 }, "4277.02.104": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.16, WC-Herren", "arch_name": "2.1.2.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -343131,18 +378938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48028, "usage_id": 115 }, "4277.02.105": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.23.3, Aufzug Finger 1", "arch_name": "2.1.2.23.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -343150,18 +378959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48038, "usage_id": 4 }, "4277.02.106": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.14, Installation", "arch_name": "2.1.2.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -343169,18 +378980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48051, "usage_id": 120 }, "4277.02.107": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.12, Installation", "arch_name": "2.1.2.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -343188,18 +379001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48082, "usage_id": 120 }, "4277.02.108": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.23, Installation", "arch_name": "2.1.2.23@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -343207,19 +379022,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48093, "usage_id": 120 }, "4277.02.109": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.21, Labor mit Hygieneanforderung", "arch_name": "2.1.2.21@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 27273, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 50377, "seats": { @@ -343227,19 +379044,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48107, "usage_id": 102 }, "4277.02.110": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.10, Klimakammer (gem. Nutzung 1110035100)", "arch_name": "2.1.2.10@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18865, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -343247,18 +379066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48117, "usage_id": 166 }, "4277.02.111": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.8, Chemisch-technisches Labor", "arch_name": "2.1.2.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 47077, "seats": { @@ -343266,18 +379087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48146, "usage_id": 102 }, "4277.02.112": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.6, Messger\u00e4te", "arch_name": "2.1.2.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 47077, "seats": { @@ -343285,18 +379108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24484, "usage_id": 103 }, "4277.02.113": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.4, Labor", "arch_name": "2.1.2.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 47077, "seats": { @@ -343304,18 +379129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48166, "usage_id": 102 }, "4277.02.114": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.2, W\u00e4geraum (gem. Nutzung 1110036000)", "arch_name": "2.1.2.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -343323,18 +379150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48179, "usage_id": 102 }, "4277.02.115": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.22, Treppe", "arch_name": "2.0.2.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -343342,18 +379171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48215, "usage_id": 223 }, "4277.02.116": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.8, Installation", "arch_name": "2.0.2.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -343361,18 +379192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48231, "usage_id": 120 }, "4277.02.117": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.6, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "2.0.2.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 47077, "seats": { @@ -343380,19 +379213,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48242, "usage_id": 102 }, "4277.02.118": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.4, Nasspr\u00e4parativer \u00dcbungsraum", "arch_name": "2.0.2.4@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18624, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15619, "seats": { @@ -343400,18 +379235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48259, "usage_id": 212 }, "4277.02.119": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.2, Windkanal", "arch_name": "2.0.2.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15619, "seats": { @@ -343419,18 +379256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48287, "usage_id": 49 }, "4277.02.120": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.22.2, Flur", "arch_name": "2.0.2.22.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -343438,18 +379277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48303, "usage_id": 222 }, "4277.02.121": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.22.3, Aufzug Labor Ost", "arch_name": "2.0.2.22.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -343457,18 +379298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48319, "usage_id": 4 }, "4277.02.122": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.22.4, Treppe", "arch_name": "2.0.2.22.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -343476,18 +379319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48362, "usage_id": 223 }, "4277.02.123": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.1, Chemielabor", "arch_name": "2.0.2.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15619, "seats": { @@ -343495,18 +379340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48375, "usage_id": 102 }, "4277.02.124": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.3, Labor", "arch_name": "2.0.2.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15619, "seats": { @@ -343514,18 +379361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48389, "usage_id": 102 }, "4277.02.125": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.5, Technologielabor", "arch_name": "2.0.2.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15619, "seats": { @@ -343533,18 +379382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48397, "usage_id": 194 }, "4277.02.126": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.7, Elektroniklabor", "arch_name": "2.0.2.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15619, "seats": { @@ -343552,18 +379403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48434, "usage_id": 103 }, "4277.02.127": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.9, Physiklabor", "arch_name": "2.0.2.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15619, "seats": { @@ -343571,18 +379424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48451, "usage_id": 103 }, "4277.02.128": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.11, Labor", "arch_name": "2.0.2.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15619, "seats": { @@ -343590,18 +379445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48460, "usage_id": 102 }, "4277.02.129": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.13, K\u00fchlraum f\u00fcr wissenschaftliche Zwecke", "arch_name": "2.0.2.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15619, "seats": { @@ -343609,18 +379466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48542, "usage_id": 199 }, "4277.02.130": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.15, Brandlabor", "arch_name": "2.0.2.15@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15619, "seats": { @@ -343628,19 +379487,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48556, "usage_id": 102 }, "4277.02.131": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.17, Physikalischer Messraum, Analytik", "arch_name": "2.0.2.17@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 33675, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 53958, "seats": { @@ -343648,18 +379509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48577, "usage_id": 103 }, "4277.02.132": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.19, Lager (gem. Nutzung 1110036000)", "arch_name": "2.0.2.19@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -343667,18 +379530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47129, "usage_id": 30 }, "4277.02.133": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.21, Installation", "arch_name": "2.0.2.21@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -343686,19 +379551,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47147, "usage_id": 120 }, "4277.02.134": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.1, Physikalischer Messraum, Analytik", "arch_name": "2.1.2.1@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 33676, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 53958, "seats": { @@ -343706,19 +379573,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47232, "usage_id": 103 }, "4277.02.135": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.3, Physikalische Messr\u00e4ume einfach", "arch_name": "2.1.2.3@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 33677, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 53958, "seats": { @@ -343726,18 +379595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47250, "usage_id": 103 }, "4277.02.136": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.5, Sp\u00fclraum einfach (gem. Nutzung 1110036000", "arch_name": "2.1.2.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -343745,19 +379616,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47263, "usage_id": 209 }, "4277.02.137": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.7, Wissenschaftliche Mitarbeiter", "arch_name": "2.1.2.7@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 27274, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -343765,19 +379638,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47339, "usage_id": 12 }, "4277.02.138": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.9, Labor mit Hygieneanforderung", "arch_name": "2.1.2.9@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 27275, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 50377, "seats": { @@ -343785,18 +379660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47357, "usage_id": 102 }, "4277.02.139": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.11, B\u00fcro", "arch_name": "2.1.2.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 50377, "seats": { @@ -343804,19 +379681,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47372, "usage_id": 12 }, "4277.02.140": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.13, Labor", "arch_name": "2.1.2.13@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 27276, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 50377, "seats": { @@ -343824,19 +379703,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47452, "usage_id": 102 }, "4277.02.141": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.15, Labor (gem Nutzung 1110035100)", "arch_name": "2.1.2.15@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 27277, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -343844,19 +379725,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47468, "usage_id": 102 }, "4277.02.142": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.17, Mikroskopie", "arch_name": "2.1.2.17@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 19322, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 50377, "seats": { @@ -343864,19 +379747,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47481, "usage_id": 102 }, "4277.02.143": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.2.19, Labor", "arch_name": "2.1.2.19@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 19035, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 50377, "seats": { @@ -343884,18 +379769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47659, "usage_id": 102 }, "4277.02.144": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.2.22.1, Flur", "arch_name": "2.0.2.22.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -343903,18 +379790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47676, "usage_id": 222 }, "4277.03.001": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.3.2, Raumlufttechnische Anlage", "arch_name": "2.3.3.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -343922,18 +379811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47693, "usage_id": 32 }, "4277.03.002": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.3.3, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "2.3.3.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -343941,18 +379832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47959, "usage_id": 5 }, "4277.03.003": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.3.5, Lager / Blindraum", "arch_name": "2.3.3.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -343960,18 +379853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47970, "usage_id": 30 }, "4277.03.004": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.3.1, Raumlufttechnische Anlage", "arch_name": "2.3.3.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -343979,18 +379874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47982, "usage_id": 32 }, "4277.03.005": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.3.4, Raumlufttechnische Anlage", "arch_name": "2.3.3.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -343998,18 +379895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47749, "usage_id": 32 }, "4277.03.006": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.3.2, Raumlufttechnische Anlage", "arch_name": "2.2.3.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344017,18 +379916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47762, "usage_id": 32 }, "4277.03.007": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.3.3, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "2.2.3.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344036,18 +379937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47778, "usage_id": 5 }, "4277.03.008": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.3.5, Lager / Blindraum (1/3 1110030700)", "arch_name": "2.2.3.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -344055,18 +379958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47790, "usage_id": 30 }, "4277.03.009": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.3.1, Raumlufttechnische Anlage", "arch_name": "2.2.3.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344074,18 +379979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47556, "usage_id": 32 }, "4277.03.010": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.3.2, Raumlufttechnische Anlage", "arch_name": "2.1.3.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344093,18 +380000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47567, "usage_id": 32 }, "4277.03.011": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.3.3, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "2.1.3.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344112,18 +380021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47584, "usage_id": 5 }, "4277.03.012": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.3.5, Lager / Blindraum", "arch_name": "2.1.3.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -344131,18 +380042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47856, "usage_id": 30 }, "4277.03.013": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.3.1, Raumlufttechnische Anlage", "arch_name": "2.1.3.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344150,18 +380063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47874, "usage_id": 32 }, "4277.03.014": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.3.4, Raumlufttechnische Anlage", "arch_name": "2.1.3.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344169,18 +380084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45919, "usage_id": 32 }, "4277.03.015": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.3, Treppenraum", "arch_name": "2.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -344188,18 +380105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45931, "usage_id": 223 }, "4277.03.016": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.3.1, Raumlufttechnische Anlage", "arch_name": "2.0.3.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344207,18 +380126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45949, "usage_id": 32 }, "4277.03.016A": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.3.1, Raumlufttechnische Anlage", "arch_name": "2.1.3.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344226,18 +380147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46108, "usage_id": 32 }, "4277.03.017": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.3, Treppenraum", "arch_name": "2.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -344245,18 +380168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46123, "usage_id": 223 }, "4277.03.018": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.3.1, Flur", "arch_name": "2.1.3.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -344264,18 +380189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46141, "usage_id": 219 }, "4277.03.019": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.3.2, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "2.1.3.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344283,18 +380210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46295, "usage_id": 5 }, "4277.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG1, Sammlungsraum", "arch_name": "1.3.EG1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -344302,18 +380231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53851, "usage_id": 187 }, "4277.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG3, B\u00fcro", "arch_name": "1.3.EG3@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 46778, "seats": { @@ -344321,18 +380252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10515, "usage_id": 12 }, "4277.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG5, B\u00fcro", "arch_name": "1.3.EG5@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 46778, "seats": { @@ -344340,18 +380273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10520, "usage_id": 12 }, "4277.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG7, B\u00fcro", "arch_name": "1.3.EG7@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 46778, "seats": { @@ -344359,18 +380294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51419, "usage_id": 12 }, "4277.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG9, B\u00fcro", "arch_name": "1.3.EG9@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 46778, "seats": { @@ -344378,18 +380315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10563, "usage_id": 12 }, "4277.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG.1, Treppe", "arch_name": "1.3.EG.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -344397,18 +380336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51441, "usage_id": 223 }, "4277.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG11, B\u00fcro Mitarbeiter", "arch_name": "1.3.EG11@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15674, "seats": { @@ -344416,18 +380357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51452, "usage_id": 12 }, "4277.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG13, B\u00fcro Mitarbeiter", "arch_name": "1.3.EG13@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15674, "seats": { @@ -344435,18 +380378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51609, "usage_id": 12 }, "4277.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG15, B\u00fcro Sekretariat", "arch_name": "1.3.EG15@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15674, "seats": { @@ -344454,18 +380399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51623, "usage_id": 12 }, "4277.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG17, B\u00fcro Leitung", "arch_name": "1.3.EG17@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15674, "seats": { @@ -344473,18 +380420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51637, "usage_id": 12 }, "4277.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG19, B\u00fcro Mitarbeiter", "arch_name": "1.3.EG19@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15674, "seats": { @@ -344492,18 +380441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51780, "usage_id": 12 }, "4277.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG21, B\u00fcro/Besprechungs- & \u00dcbungsraum", "arch_name": "1.3.EG21@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15674, "seats": { @@ -344511,18 +380462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51795, "usage_id": 12 }, "4277.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG, Flur", "arch_name": "1.3.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -344530,18 +380483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51815, "usage_id": 222 }, "4277.EG.013A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG.1.2, Treppe", "arch_name": "1.3.EG.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -344549,18 +380504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70507, "usage_id": 7 }, "4277.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG22, B\u00fcro (gem. Nutzung)", "arch_name": "1.3.EG22@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -344568,18 +380525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51956, "usage_id": 12 }, "4277.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG20, B\u00fcro (AG Molekulare Zoologie)", "arch_name": "1.3.EG20@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15671, "seats": { @@ -344587,18 +380546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51967, "usage_id": 12 }, "4277.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG18, B\u00fcro (AG Molekulare Zoologie)", "arch_name": "1.3.EG18@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15671, "seats": { @@ -344606,18 +380567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51978, "usage_id": 12 }, "4277.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG16, B\u00fcro (AG Entomologie)", "arch_name": "1.3.EG16@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15671, "seats": { @@ -344625,18 +380588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51989, "usage_id": 12 }, "4277.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG14, B\u00fcro (AG Entomologie)", "arch_name": "1.3.EG14@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15671, "seats": { @@ -344644,18 +380609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52140, "usage_id": 12 }, "4277.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG12, B\u00fcro (AG Entomologie)", "arch_name": "1.3.EG12@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15671, "seats": { @@ -344663,18 +380630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52152, "usage_id": 12 }, "4277.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG10, B\u00fcro (AG Entomologie)", "arch_name": "1.3.EG10@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15671, "seats": { @@ -344682,18 +380651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52296, "usage_id": 12 }, "4277.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG8, B\u00fcro (AG Benz)", "arch_name": "1.3.EG8@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 46778, "seats": { @@ -344701,18 +380672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52308, "usage_id": 12 }, "4277.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG6, B\u00fcro (AG Benz)", "arch_name": "1.3.EG6@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 46778, "seats": { @@ -344720,18 +380693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52318, "usage_id": 12 }, "4277.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG4, B\u00fcro (AG Benz)", "arch_name": "1.3.EG4@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 46778, "seats": { @@ -344739,19 +380714,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52331, "usage_id": 12 }, "4277.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.EG2, Besprechungsraum (gem. Nutzung 1110064800", "arch_name": "1.3.EG2@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18245, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15671, "seats": { @@ -344759,18 +380736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52470, "usage_id": 196 }, "4277.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG16, Reinigungsmittelraum", "arch_name": "2.3.EG16@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -344778,18 +380757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52482, "usage_id": 205 }, "4277.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG14, WC-Damen", "arch_name": "2.3.EG14@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -344797,18 +380778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52492, "usage_id": 116 }, "4277.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG12, Lager", "arch_name": "2.3.EG12@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -344816,18 +380799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52643, "usage_id": 30 }, "4277.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG10, WC-Herren", "arch_name": "2.3.EG10@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -344835,18 +380820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52653, "usage_id": 115 }, "4277.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG, Flur", "arch_name": "2.3.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -344854,18 +380841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52663, "usage_id": 222 }, "4277.EG.031A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG.1, Treppe", "arch_name": "2.3.EG.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -344873,18 +380862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52812, "usage_id": 223 }, "4277.EG.031B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG.2, Flur", "arch_name": "2.3.EG.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -344892,18 +380883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52823, "usage_id": 222 }, "4277.EG.031C": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG.4, Flur", "arch_name": "2.3.EG.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -344911,18 +380904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70504, "usage_id": 222 }, "4277.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG, Aufzug Finger 3", "arch_name": "2.3.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -344930,18 +380925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52838, "usage_id": 4 }, "4277.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG8, Installation", "arch_name": "2.3.EG8@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344949,18 +380946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52847, "usage_id": 120 }, "4277.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG6, Installation", "arch_name": "2.3.EG6@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -344968,18 +380967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52996, "usage_id": 120 }, "4277.EG.035": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG4, 40%LWF - Cafeteria", "arch_name": "2.3.EG4@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -344987,18 +380988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53008, "usage_id": 139 }, "4277.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG2, Kopierer", "arch_name": "2.3.EG2@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -345006,18 +381009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53020, "usage_id": 110 }, "4277.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.EG.3, Windfang Westeingang", "arch_name": "2.3.EG.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -345025,18 +381030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53171, "usage_id": 52 }, "4277.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG/2.3.EG, Flur", "arch_name": "2.2.EG/2.3.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -345044,18 +381051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53182, "usage_id": 222 }, "4277.EG.039": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG, Flur", "arch_name": "2.2.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -345063,18 +381072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53194, "usage_id": 222 }, "4277.EG.039A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG.1, Treppe", "arch_name": "2.2.EG.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -345082,18 +381093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53341, "usage_id": 223 }, "4277.EG.039B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG.2, Flur", "arch_name": "2.2.EG.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -345101,19 +381114,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53355, "usage_id": 222 }, "4277.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG1, Seminarraum 55 /Schauaustellungsraum (WZW", "arch_name": "1.2.EG1@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18473, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 53958, "seats": { @@ -345121,18 +381136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53367, "usage_id": 148 }, "4277.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG3, Wissenschaftliche Mitarbeiter", "arch_name": "1.2.EG3@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -345140,19 +381157,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53378, "usage_id": 12 }, "4277.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG5, Wissenschaftliche Mitarbeiter", "arch_name": "1.2.EG5@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 33672, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 53958, "seats": { @@ -345160,18 +381179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53523, "usage_id": 12 }, "4277.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG7, B\u00fcro", "arch_name": "1.2.EG7@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50377, "seats": { @@ -345179,18 +381200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53533, "usage_id": 12 }, "4277.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG1.1, Treppe", "arch_name": "1.2.EG1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -345198,18 +381221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53547, "usage_id": 223 }, "4277.EG.044A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG.1.2, Treppe", "arch_name": "1.2.EG.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -345217,18 +381242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70513, "usage_id": 7 }, "4277.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG9, B\u00fcro", "arch_name": "1.2.EG9@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15644, "seats": { @@ -345236,18 +381263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53692, "usage_id": 12 }, "4277.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG11, B\u00fcro", "arch_name": "1.2.EG11@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15644, "seats": { @@ -345255,18 +381284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53704, "usage_id": 12 }, "4277.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG13, B\u00fcro", "arch_name": "1.2.EG13@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15612, "seats": { @@ -345274,18 +381305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53725, "usage_id": 12 }, "4277.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG15, B\u00fcro", "arch_name": "1.2.EG15@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15612, "seats": { @@ -345293,18 +381326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53870, "usage_id": 12 }, "4277.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG17, B\u00fcro", "arch_name": "1.2.EG17@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15612, "seats": { @@ -345312,19 +381347,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53885, "usage_id": 12 }, "4277.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG19, B\u00fcro", "arch_name": "1.2.EG19@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18632, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15612, "seats": { @@ -345332,18 +381369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51281, "usage_id": 12 }, "4277.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG21, B\u00fcro", "arch_name": "1.2.EG21@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15612, "seats": { @@ -345351,18 +381390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51299, "usage_id": 12 }, "4277.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG, Flur", "arch_name": "1.2.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -345370,18 +381411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51316, "usage_id": 222 }, "4277.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG22, B\u00fcro", "arch_name": "1.2.EG22@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44042, "seats": { @@ -345389,18 +381432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51467, "usage_id": 12 }, "4277.EG.054": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG20, B\u00fcro", "arch_name": "1.2.EG20@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44042, "seats": { @@ -345408,18 +381453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51478, "usage_id": 40 }, "4277.EG.055": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG18, B\u00fcro", "arch_name": "1.2.EG18@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44042, "seats": { @@ -345427,18 +381474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51502, "usage_id": 12 }, "4277.EG.056": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG16, B\u00fcro", "arch_name": "1.2.EG16@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44042, "seats": { @@ -345446,18 +381495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51663, "usage_id": 12 }, "4277.EG.057": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG14, B\u00fcro", "arch_name": "1.2.EG14@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44042, "seats": { @@ -345465,18 +381516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51677, "usage_id": 12 }, "4277.EG.058": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG12, B\u00fcro", "arch_name": "1.2.EG12@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44042, "seats": { @@ -345484,18 +381537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51822, "usage_id": 12 }, "4277.EG.059": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG10, Archiv allgemein", "arch_name": "1.2.EG10@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15612, "seats": { @@ -345503,19 +381558,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51835, "usage_id": 2 }, "4277.EG.060": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG8, Wissenschaftliche Mitarbeiter", "arch_name": "1.2.EG8@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 33673, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 53958, "seats": { @@ -345523,19 +381580,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51848, "usage_id": 12 }, "4277.EG.061": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG6, Wissenschaftliche Mitarbeiter", "arch_name": "1.2.EG6@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 33674, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 53958, "seats": { @@ -345543,19 +381602,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51858, "usage_id": 12 }, "4277.EG.062": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG4, Wissenschaftliche Mitarbeiter", "arch_name": "1.2.EG4@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 27272, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 53958, "seats": { @@ -345563,18 +381624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51994, "usage_id": 12 }, "4277.EG.063": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.EG2, Sammlungsraum", "arch_name": "1.2.EG2@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -345582,18 +381645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52008, "usage_id": 187 }, "4277.EG.064": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG16, Reinigungsmittelraum", "arch_name": "2.2.EG16@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -345601,18 +381666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51286, "usage_id": 205 }, "4277.EG.066": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG14, WC-Damen", "arch_name": "2.2.EG14@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -345620,18 +381687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51304, "usage_id": 116 }, "4277.EG.067": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG12, Lager", "arch_name": "2.2.EG12@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -345639,18 +381708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51313, "usage_id": 30 }, "4277.EG.069": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG10, WC-Herren", "arch_name": "2.2.EG10@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -345658,18 +381729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51465, "usage_id": 115 }, "4277.EG.070": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG.3, Aufzug Finger 2", "arch_name": "2.2.EG.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -345677,18 +381750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51480, "usage_id": 4 }, "4277.EG.071": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG8, Installation", "arch_name": "2.2.EG8@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -345696,18 +381771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51493, "usage_id": 120 }, "4277.EG.072": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG6, Installation", "arch_name": "2.2.EG6@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -345715,19 +381792,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51653, "usage_id": 120 }, "4277.EG.073A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG4, Seminarraum 7b (WZWS07b)", "arch_name": "2.2.EG4@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 12527, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -345735,19 +381814,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10496, "usage_id": 41 }, "4277.EG.073B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG4, Seminarraum 7a (WZWS07a)", "arch_name": "2.2.EG4@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 12536, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -345755,18 +381836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10541, "usage_id": 41 }, "4277.EG.074": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.EG2, Bibliothekar", "arch_name": "2.2.EG2@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -345774,18 +381857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51826, "usage_id": 12 }, "4277.EG.075": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG, Flur", "arch_name": "2.1.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -345793,18 +381878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51842, "usage_id": 222 }, "4277.EG.075A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG1, Treppe", "arch_name": "2.1.EG1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -345812,18 +381899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51855, "usage_id": 223 }, "4277.EG.075B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG2, Flur", "arch_name": "2.1.EG2@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -345831,18 +381920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51991, "usage_id": 222 }, "4277.EG.075D": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG1.1, Zeitschriftensammlung", "arch_name": "1.1.EG1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -345850,18 +381941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65099, "usage_id": 2 }, "4277.EG.075E": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG2.1, Flur", "arch_name": "2.1.EG2.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -345869,18 +381962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70505, "usage_id": 222 }, "4277.EG.076": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG1, B\u00fcro", "arch_name": "1.1.EG1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -345888,18 +381983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52009, "usage_id": 12 }, "4277.EG.076A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG1.2, B\u00fcro", "arch_name": "1.1.EG1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -345907,18 +382004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52022, "usage_id": 12 }, "4277.EG.076B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG1.3, B\u00fcro", "arch_name": "1.1.EG1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -345926,18 +382025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52028, "usage_id": 12 }, "4277.EG.076C": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG1.4, B\u00fcro", "arch_name": "1.1.EG1.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -345945,18 +382046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52167, "usage_id": 12 }, "4277.EG.077": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG3, B\u00fcro", "arch_name": "1.1.EG3@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -345964,18 +382067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52854, "usage_id": 12 }, "4277.EG.077A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG3.1, B\u00fcro", "arch_name": "1.1.EG3.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -345983,18 +382088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53001, "usage_id": 12 }, "4277.EG.078": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG1.1, Treppe", "arch_name": "1.1.EG1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -346002,18 +382109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53016, "usage_id": 223 }, "4277.EG.079": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG5, B\u00fcro", "arch_name": "1.1.EG5@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47077, "seats": { @@ -346021,18 +382130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53031, "usage_id": 12 }, "4277.EG.080": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG7, Drucker/Archiv (gem. Nutzung 1110035200;1", "arch_name": "1.1.EG7@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -346040,18 +382151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53174, "usage_id": 110 }, "4277.EG.081": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG9, Sozialraum (gem. Nutzung 1110035200;11100", "arch_name": "1.1.EG9@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -346059,18 +382172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53187, "usage_id": 44 }, "4277.EG.082": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG11, B\u00fcro", "arch_name": "1.1.EG11@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47077, "seats": { @@ -346078,19 +382193,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53200, "usage_id": 12 }, "4277.EG.083": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG13, Besprechungsraum (gem. Nutzung 111003520", "arch_name": "1.1.EG13@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18248, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -346098,18 +382215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53346, "usage_id": 196 }, "4277.EG.084": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG15, B\u00fcro", "arch_name": "1.1.EG15@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47077, "seats": { @@ -346117,18 +382236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53363, "usage_id": 12 }, "4277.EG.086": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG, Flur", "arch_name": "1.1.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -346136,18 +382257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53525, "usage_id": 222 }, "4277.EG.086A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG.1.2, Treppe", "arch_name": "1.1.EG.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -346155,18 +382278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70508, "usage_id": 7 }, "4277.EG.087": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG22, B\u00fcro", "arch_name": "1.1.EG22@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47077, "seats": { @@ -346174,18 +382299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53534, "usage_id": 12 }, "4277.EG.088": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG20, B\u00fcro (gem. Nutzung 1110035200;1110036000", "arch_name": "1.1.EG20@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -346193,18 +382320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53552, "usage_id": 12 }, "4277.EG.089": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG18, Registratur (gem. Nutzung 1110035200;111", "arch_name": "1.1.EG18@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -346212,18 +382341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53697, "usage_id": 2 }, "4277.EG.092": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG12, B\u00fcro", "arch_name": "1.1.EG12@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -346231,18 +382362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53869, "usage_id": 12 }, "4277.EG.093": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG10, B\u00fcro", "arch_name": "1.1.EG10@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47077, "seats": { @@ -346250,18 +382383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53879, "usage_id": 12 }, "4277.EG.094": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG8, B\u00fcro", "arch_name": "1.1.EG8@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47077, "seats": { @@ -346269,18 +382404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52185, "usage_id": 12 }, "4277.EG.095": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG6, B\u00fcro", "arch_name": "1.1.EG6@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47077, "seats": { @@ -346288,18 +382425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52340, "usage_id": 12 }, "4277.EG.096": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG4, Studentenvertretung", "arch_name": "1.1.EG4@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 38802, "seats": { @@ -346307,18 +382446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52354, "usage_id": 12 }, "4277.EG.097A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG2A, B\u00fcro", "arch_name": "1.1.EG2A@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47077, "seats": { @@ -346326,18 +382467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52371, "usage_id": 12 }, "4277.EG.097B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.EG2B, Wissenschaftliche Mitarbeiter", "arch_name": "1.1.EG2B@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47077, "seats": { @@ -346345,18 +382488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52510, "usage_id": 12 }, "4277.EG.098": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG18, Reinigungsmittelraum", "arch_name": "2.1.EG18@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -346364,18 +382509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52526, "usage_id": 205 }, "4277.EG.100": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG16, WC-Damen", "arch_name": "2.1.EG16@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -346383,18 +382530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52544, "usage_id": 116 }, "4277.EG.101": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG14, Lager", "arch_name": "2.1.EG14@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -346402,18 +382551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52683, "usage_id": 30 }, "4277.EG.103": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG8, WC-Herren", "arch_name": "2.1.EG8@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -346421,18 +382572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52701, "usage_id": 115 }, "4277.EG.104": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG, Aufzug Finger 1", "arch_name": "2.1.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -346440,18 +382593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52720, "usage_id": 4 }, "4277.EG.105": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG10, Installation", "arch_name": "2.1.EG10@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -346459,18 +382614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52872, "usage_id": 120 }, "4277.EG.106": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG8, Installation", "arch_name": "2.1.EG8@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -346478,19 +382635,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52889, "usage_id": 120 }, "4277.EG.107": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG06, IT-Schulungsraum", "arch_name": "2.1.EG06@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18142, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 29111, "seats": { @@ -346498,19 +382657,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10253, "usage_id": 213 }, "4277.EG.108": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG4, Seminarraum 5 (WZWS05)", "arch_name": "2.1.EG4@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 12538, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -346518,19 +382679,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10261, "usage_id": 41 }, "4277.EG.109": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG2, Seminarraum 4 (WZWS04)", "arch_name": "2.1.EG2@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 12535, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -346538,18 +382701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10266, "usage_id": 41 }, "4277.EG.110": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG, Treppe", "arch_name": "2.1.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -346557,18 +382722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53215, "usage_id": 223 }, "4277.EG.111": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG, Haupteingang Windfang", "arch_name": "2.1.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -346576,18 +382743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53229, "usage_id": 52 }, "4277.EG.112": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.EG1, Pf\u00f6rtnerraum", "arch_name": "2.1.EG1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -346595,18 +382764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53243, "usage_id": 34 }, "4277.EG.113": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1EG1.1, Ruheraum", "arch_name": "2.1EG1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -346614,18 +382785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52162, "usage_id": 178 }, "4277.EG.114": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG, Flur", "arch_name": "2.0.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -346633,18 +382806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52176, "usage_id": 222 }, "4277.EG.115": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG, Flur", "arch_name": "2.0.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -346652,18 +382827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52191, "usage_id": 222 }, "4277.EG.116": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG1, B\u00fcro", "arch_name": "2.0.EG1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -346671,18 +382848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52342, "usage_id": 12 }, "4277.EG.117": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG1.1, WC-Herren", "arch_name": "2.0.EG1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -346690,18 +382869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52364, "usage_id": 115 }, "4277.EG.118": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG, Reinigungsmittelraum", "arch_name": "2.0.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -346709,18 +382890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52507, "usage_id": 205 }, "4277.EG.119": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG1.3, WC-Damen", "arch_name": "2.0.EG1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -346728,19 +382911,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52522, "usage_id": 116 }, "4277.EG.120": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG3, B\u00fcro", "arch_name": "2.0.EG3@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 34012, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 55898, "seats": { @@ -346748,19 +382933,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52541, "usage_id": 12 }, "4277.EG.121": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG5, B\u00fcro", "arch_name": "2.0.EG5@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 34013, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 55898, "seats": { @@ -346768,18 +382955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52684, "usage_id": 12 }, "4277.EG.122": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG7, B\u00fcro", "arch_name": "2.0.EG7@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -346787,19 +382976,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52704, "usage_id": 12 }, "4277.EG.124": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG11, B\u00fcro", "arch_name": "2.0.EG11@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 34014, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 55898, "seats": { @@ -346807,19 +382998,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52873, "usage_id": 12 }, "4277.EG.125": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG13, B\u00fcro", "arch_name": "2.0.EG13@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 34015, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 55898, "seats": { @@ -346827,19 +383020,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52887, "usage_id": 12 }, "4277.EG.126": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG15, Seminarraum (gem. Nutzung)", "arch_name": "2.0.EG15@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 18674, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 55898, "seats": { @@ -346847,19 +383042,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53036, "usage_id": 41 }, "4277.EG.127": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG 8, H\u00f6rsaal 24 (WZWH24)", "arch_name": "2.0.EG 8@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 12523, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -346867,19 +383064,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10259, "usage_id": 20 }, "4277.EG.128": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG 6 H23, H\u00f6rsaal 23 (WZWH23)", "arch_name": "2.0.EG 6 H23@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 12524, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -346887,19 +383086,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10264, "usage_id": 20 }, "4277.EG.129": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG 4, H\u00f6rsaal 22 (WZWH22)", "arch_name": "2.0.EG 4@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 12525, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -346907,19 +383108,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10320, "usage_id": 20 }, "4277.EG.130": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG 2, H\u00f6rsaal 21 (WZWH21)", "arch_name": "2.0.EG 2@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 12522, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -346927,18 +383130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10322, "usage_id": 20 }, "4277.EG.131": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG, Flur Ost", "arch_name": "2.0.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -346946,18 +383151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53390, "usage_id": 222 }, "4277.EG.132": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG, Treppenraum", "arch_name": "2.0.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -346965,18 +383172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53403, "usage_id": 223 }, "4277.EG.133": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.EG, Aufzug Ost", "arch_name": "2.0.EG@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -346984,18 +383193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53419, "usage_id": 4 }, "4277.EG.134": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "EG01, Lager (bel\u00fcfteter Container)", "arch_name": "EG01@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15611, "seats": { @@ -347003,18 +383214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67333, "usage_id": 215 }, "4277.EG.135": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "GWH001, Gew\u00e4chshaus", "arch_name": "GWH001@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -347022,18 +383235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67430, "usage_id": 166 }, "4277.EG.136": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "GWH002, Gew\u00e4chshaus Vorraum", "arch_name": "GWH002@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -347041,18 +383256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67431, "usage_id": 166 }, "4277.EG.137": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "EG02, Lager (gelber Finger)", "arch_name": "EG02@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -347060,18 +383277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67432, "usage_id": 215 }, "4277.EG.138": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "EG03, Lager (gelber Finger)", "arch_name": "EG03@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51258, "seats": { @@ -347079,18 +383298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67433, "usage_id": 215 }, "4277.EG.139": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "EG04, Lager (gr\u00fcner Finger)", "arch_name": "EG04@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15622, "seats": { @@ -347098,18 +383319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67434, "usage_id": 215 }, "4277.EG.140": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "EG05, Lager (gr\u00fcner Finger)", "arch_name": "EG05@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26175, "seats": { @@ -347117,18 +383340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67435, "usage_id": 215 }, "4277.EG.141": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "EG06, Lager (schwarzer Finger)", "arch_name": "EG06@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15671, "seats": { @@ -347136,18 +383361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67436, "usage_id": 215 }, "4277.EG.142": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "EG07, Lager (schwarzer Finger)", "arch_name": "EG07@4277", "area_id": 42, "building_id": 668, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15671, "seats": { @@ -347155,18 +383382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67437, "usage_id": 215 }, "4277.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.1, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "1.3.0.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15612, "seats": { @@ -347174,18 +383403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46962, "usage_id": 102 }, "4277.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.3, Lager", "arch_name": "1.3.0.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 50241, "seats": { @@ -347193,19 +383424,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46972, "usage_id": 30 }, "4277.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.5, B\u00fcro", "arch_name": "1.3.0.5@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 24217, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -347213,18 +383446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44436, "usage_id": 12 }, "4277.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.7A, B\u00fcro", "arch_name": "1.3.0.7A@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -347232,18 +383467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44447, "usage_id": 12 }, "4277.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.7B, B\u00fcro", "arch_name": "1.3.0.7B@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -347251,18 +383488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44466, "usage_id": 12 }, "4277.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.9, B\u00fcro", "arch_name": "1.3.0.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14881, "seats": { @@ -347270,18 +383509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44612, "usage_id": 12 }, "4277.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.20.1, Treppe", "arch_name": "1.3.0.20.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -347289,18 +383530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44638, "usage_id": 223 }, "4277.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.13, 40%LWF - K\u00fchlraum f\u00fcr wissentschaftlich", "arch_name": "1.3.0.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15674, "seats": { @@ -347308,18 +383551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44650, "usage_id": 199 }, "4277.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.15, DNA-Labor (gem. Nutzung 1110074700)", "arch_name": "1.3.0.15@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15671, "seats": { @@ -347327,18 +383572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44792, "usage_id": 102 }, "4277.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.17, Archiv", "arch_name": "1.3.0.17@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15611, "seats": { @@ -347346,18 +383593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23499, "usage_id": 2 }, "4277.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.19, Labor", "arch_name": "1.3.0.19@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15611, "seats": { @@ -347365,18 +383614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44817, "usage_id": 103 }, "4277.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0, Flur", "arch_name": "1.3.0@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -347384,18 +383635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44830, "usage_id": 222 }, "4277.U1.013A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.20, Treppe", "arch_name": "1.3.0.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -347403,18 +383656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70506, "usage_id": 7 }, "4277.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.16, Labor", "arch_name": "1.3.0.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15611, "seats": { @@ -347422,18 +383677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44971, "usage_id": 103 }, "4277.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.14, PCR Labor (gem. Nutzung 1110074700)", "arch_name": "1.3.0.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15671, "seats": { @@ -347441,18 +383698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44979, "usage_id": 102 }, "4277.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.12, 40%LWF - Zwirch", "arch_name": "1.3.0.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15674, "seats": { @@ -347460,18 +383719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44994, "usage_id": 102 }, "4277.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.10, Sequenzier und Genotypisierlabor (gem. N", "arch_name": "1.3.0.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15671, "seats": { @@ -347479,18 +383740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45145, "usage_id": 102 }, "4277.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.8, Genexpressionsanalytik (gem. Nutzung 1110", "arch_name": "1.3.0.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15671, "seats": { @@ -347498,18 +383761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45156, "usage_id": 102 }, "4277.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.6, Hauptlabor 2, Gen.Analy.&Elektrophorese(g", "arch_name": "1.3.0.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15671, "seats": { @@ -347517,18 +383782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45172, "usage_id": 102 }, "4277.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.4, Hauptlabor 1, Gen.Analy.&Zellkulatur(gem.", "arch_name": "1.3.0.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15671, "seats": { @@ -347536,18 +383803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45185, "usage_id": 102 }, "4277.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.3.0.2, Analytisch pr\u00e4parativchemisches Labor", "arch_name": "1.3.0.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -347555,18 +383824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45329, "usage_id": 102 }, "4277.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.10, WC-Damen", "arch_name": "2.3.0.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -347574,18 +383845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45341, "usage_id": 116 }, "4277.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.8, WC-Herren", "arch_name": "2.3.0.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -347593,18 +383866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45360, "usage_id": 115 }, "4277.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.1.1, Flure", "arch_name": "2.3.0.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -347612,18 +383887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45368, "usage_id": 222 }, "4277.U1.024A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.1.2, Treppe", "arch_name": "2.3.0.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -347631,18 +383908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45515, "usage_id": 223 }, "4277.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.3, Reinigungsmittelraum", "arch_name": "2.3.0.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -347650,18 +383929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45524, "usage_id": 205 }, "4277.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.1, Reinigungsmittelraum", "arch_name": "2.3.0.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -347669,18 +383950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45540, "usage_id": 205 }, "4277.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.1.2, Flur", "arch_name": "2.3.0.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -347688,18 +383971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45555, "usage_id": 222 }, "4277.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.1.3, Aufzug Finger 3", "arch_name": "2.3.0.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -347707,18 +383992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45719, "usage_id": 4 }, "4277.U1.029": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.6, Elektrische Versorgung", "arch_name": "2.3.0.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -347726,18 +384013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45730, "usage_id": 160 }, "4277.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.4, Installation", "arch_name": "2.3.0.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -347745,18 +384034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45881, "usage_id": 120 }, "4277.U1.031A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.2.16, B\u00fcro", "arch_name": "2.3.0.2.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -347764,18 +384055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45892, "usage_id": 12 }, "4277.U1.031B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.2.14, B\u00fcro", "arch_name": "2.3.0.2.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -347783,18 +384076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45904, "usage_id": 12 }, "4277.U1.031C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.2.12, B\u00fcro", "arch_name": "2.3.0.2.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -347802,18 +384097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46060, "usage_id": 12 }, "4277.U1.031D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.2.10, B\u00fcro", "arch_name": "2.3.0.2.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -347821,18 +384118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46074, "usage_id": 12 }, "4277.U1.031E": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.2.8, B\u00fcro", "arch_name": "2.3.0.2.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -347840,18 +384139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46082, "usage_id": 12 }, "4277.U1.031F": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.2.6, B\u00fcro", "arch_name": "2.3.0.2.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -347859,18 +384160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46092, "usage_id": 12 }, "4277.U1.031G": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.2.4, B\u00fcro", "arch_name": "2.3.0.2.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -347878,18 +384181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46105, "usage_id": 12 }, "4277.U1.031H": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0.2.2, Kopierer Drucker", "arch_name": "2.3.0.2.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -347897,18 +384202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46256, "usage_id": 110 }, "4277.U1.031I": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.3.0, Flur", "arch_name": "2.3.0@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -347916,18 +384223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46268, "usage_id": 222 }, "4277.U1.032": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.1, Elektrische Versorgung", "arch_name": "2.2.0.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -347935,18 +384244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46280, "usage_id": 160 }, "4277.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.3, Reinigungsmittelraum", "arch_name": "2.2.0.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -347954,18 +384265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46435, "usage_id": 205 }, "4277.U1.034": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.1, Fotogrammetrieraum", "arch_name": "1.2.0.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15612, "seats": { @@ -347973,18 +384286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46449, "usage_id": 194 }, "4277.U1.035": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.3, B\u00fcro", "arch_name": "1.2.0.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -347992,18 +384307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46466, "usage_id": 12 }, "4277.U1.036": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.5, B\u00fcro", "arch_name": "1.2.0.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348011,18 +384328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46627, "usage_id": 12 }, "4277.U1.036A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.5.1, B\u00fcro", "arch_name": "1.2.0.5.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348030,18 +384349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63422, "usage_id": 12 }, "4277.U1.036B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.5.2, B\u00fcro", "arch_name": "1.2.0.5.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348049,18 +384370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63423, "usage_id": 12 }, "4277.U1.037": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.7, B\u00fcro", "arch_name": "1.2.0.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -348068,18 +384391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46641, "usage_id": 12 }, "4277.U1.038": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.7.1, Treppe", "arch_name": "1.2.0.7.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -348087,18 +384412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46800, "usage_id": 223 }, "4277.U1.039": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.9, B\u00fcro", "arch_name": "1.2.0.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -348106,18 +384433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46818, "usage_id": 12 }, "4277.U1.040": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.11, B\u00fcro", "arch_name": "1.2.0.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -348125,18 +384454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46830, "usage_id": 12 }, "4277.U1.041": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.13, B\u00fcro", "arch_name": "1.2.0.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -348144,18 +384475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46981, "usage_id": 12 }, "4277.U1.042": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.7.2, Flur", "arch_name": "1.2.0.7.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -348163,18 +384496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47000, "usage_id": 222 }, "4277.U1.042A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.7.3, Treppe", "arch_name": "1.2.0.7.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -348182,18 +384517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70511, "usage_id": 7 }, "4277.U1.043": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.12, Holz", "arch_name": "1.2.0.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -348201,18 +384538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47014, "usage_id": 51 }, "4277.U1.044": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.10, Ger\u00e4telager (gem. Nutzung 1110036000)", "arch_name": "1.2.0.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -348220,18 +384559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44295, "usage_id": 18 }, "4277.U1.045": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.8, Giftlager", "arch_name": "1.2.0.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -348239,18 +384580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44309, "usage_id": 30 }, "4277.U1.046": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.6, Glaslager", "arch_name": "1.2.0.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -348258,18 +384601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44325, "usage_id": 30 }, "4277.U1.047": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.4, Chemikalienraum", "arch_name": "1.2.0.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -348277,19 +384622,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44486, "usage_id": 132 }, "4277.U1.048": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.2.0.2, Praktikumsraum (gem. Nutzung)", "arch_name": "1.2.0.2@4277", "area_id": 42, "building_id": 668, "calendar_resource_nr": 15352, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -348297,18 +384644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11319, "usage_id": 212 }, "4277.U1.049": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.8.10, WC-Damen", "arch_name": "2.2.8.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -348316,18 +384665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44517, "usage_id": 116 }, "4277.U1.050": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.8, WC-Herren", "arch_name": "2.2.0.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -348335,18 +384686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44669, "usage_id": 115 }, "4277.U1.051": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.1.1, Flur", "arch_name": "2.2.0.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -348354,18 +384707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44689, "usage_id": 222 }, "4277.U1.051A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0, Treppe", "arch_name": "2.2.0@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -348373,18 +384728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44831, "usage_id": 223 }, "4277.U1.052": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.1.2, Flur", "arch_name": "2.2.0.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -348392,18 +384749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44851, "usage_id": 222 }, "4277.U1.053": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.1.3, Aufzug Finger 2", "arch_name": "2.2.0.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -348411,18 +384770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44869, "usage_id": 4 }, "4277.U1.054": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.6, Elektrische Versorgung", "arch_name": "2.2.0.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -348430,18 +384791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45199, "usage_id": 160 }, "4277.U1.055": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.4, Installation", "arch_name": "2.2.0.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -348449,18 +384812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45217, "usage_id": 120 }, "4277.U1.056A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.2.14, Sozialraum der LWF", "arch_name": "2.2.0.2.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348468,18 +384833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45237, "usage_id": 44 }, "4277.U1.056B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.2.12, B\u00fcro", "arch_name": "2.2.0.2.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348487,18 +384854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45748, "usage_id": 12 }, "4277.U1.056C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.2.10, B\u00fcro", "arch_name": "2.2.0.2.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348506,18 +384875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45759, "usage_id": 12 }, "4277.U1.056D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.2.8, B\u00fcro", "arch_name": "2.2.0.2.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348525,18 +384896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45778, "usage_id": 12 }, "4277.U1.056E": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.2.6, B\u00fcro", "arch_name": "2.2.0.2.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348544,18 +384917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45381, "usage_id": 12 }, "4277.U1.056F": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.2.4, B\u00fcro", "arch_name": "2.2.0.2.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348563,18 +384938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45399, "usage_id": 12 }, "4277.U1.056G": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.2.2, Druckerraum", "arch_name": "2.2.0.2.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348582,18 +384959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45405, "usage_id": 110 }, "4277.U1.056H": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.2.0.2, Flur", "arch_name": "2.2.0.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -348601,18 +384980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45419, "usage_id": 222 }, "4277.U1.057": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.3, Elektrische Versorgung", "arch_name": "2.1.0.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -348620,18 +385001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45030, "usage_id": 160 }, "4277.U1.058": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.5, Reinigungsmittelraum", "arch_name": "2.1.0.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -348639,18 +385022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45052, "usage_id": 205 }, "4277.U1.059": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.1, Archiv", "arch_name": "1.1.0.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -348658,18 +385043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45581, "usage_id": 10 }, "4277.U1.059A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.1.1, Probenvorbereitung", "arch_name": "1.1.0.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15616, "seats": { @@ -348677,18 +385064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45598, "usage_id": 103 }, "4277.U1.059B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.1.2, Probenbearbeitung", "arch_name": "1.1.0.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15616, "seats": { @@ -348696,18 +385085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52740, "usage_id": 103 }, "4277.U1.059C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.1.3, Lager", "arch_name": "1.1.0.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -348715,18 +385106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52759, "usage_id": 30 }, "4277.U1.061": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.3.1, Treppe", "arch_name": "1.1.0.3.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -348734,18 +385127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52925, "usage_id": 223 }, "4277.U1.064": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0, Flur", "arch_name": "1.1.0@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -348753,18 +385148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53105, "usage_id": 222 }, "4277.U1.064A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.1.4, Treppe", "arch_name": "1.1.0.1.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -348772,18 +385169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70512, "usage_id": 7 }, "4277.U1.065": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.18, Labor NanoSIMS", "arch_name": "1.1.0.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15605, "seats": { @@ -348791,18 +385190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53252, "usage_id": 103 }, "4277.U1.065A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.18a, Kompressor K\u00fchlung", "arch_name": "1.1.0.18a@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15605, "seats": { @@ -348810,18 +385211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59909, "usage_id": 194 }, "4277.U1.066": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.16, Vorraum NanoSIMS", "arch_name": "1.1.0.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15605, "seats": { @@ -348829,18 +385232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53271, "usage_id": 103 }, "4277.U1.069": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.10, Druckluftanlage", "arch_name": "1.1.0.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -348848,18 +385253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53449, "usage_id": 120 }, "4277.U1.070": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.8, Klimakammer", "arch_name": "1.1.0.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -348867,18 +385274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53468, "usage_id": 30 }, "4277.U1.071": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.6, K\u00fchlraum", "arch_name": "1.1.0.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -348886,18 +385295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53614, "usage_id": 199 }, "4277.U1.072": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.4, Pflanzenzuchtvorbereitung", "arch_name": "1.1.0.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -348905,18 +385316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53628, "usage_id": 166 }, "4277.U1.073": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "1.1.0.2, Pflanzenzuchtvorbereitung", "arch_name": "1.1.0.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -348924,18 +385337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53784, "usage_id": 166 }, "4277.U1.074": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.10, WC-Damen", "arch_name": "2.1.0.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -348943,18 +385358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53806, "usage_id": 116 }, "4277.U1.075": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.8, WC-Herren", "arch_name": "2.1.0.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -348962,18 +385379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51211, "usage_id": 115 }, "4277.U1.076": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.1, Flur", "arch_name": "2.1.0.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -348981,18 +385400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51232, "usage_id": 222 }, "4277.U1.076A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.2, Treppe", "arch_name": "2.1.0.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -349000,18 +385421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51379, "usage_id": 223 }, "4277.U1.077": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.2.1, Flur", "arch_name": "2.1.0.2.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -349019,18 +385442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51397, "usage_id": 222 }, "4277.U1.078": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.2.2, Aufzug Finger 1", "arch_name": "2.1.0.2.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -349038,18 +385463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51408, "usage_id": 4 }, "4277.U1.079": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.6, Elektrische Versorgung", "arch_name": "2.1.0.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349057,18 +385484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51567, "usage_id": 160 }, "4277.U1.080": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.4, Installation", "arch_name": "2.1.0.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349076,18 +385505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51584, "usage_id": 120 }, "4277.U1.081": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.2.10, B\u00fcchermagazin", "arch_name": "2.1.0.2.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26738, "seats": { @@ -349095,18 +385526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51598, "usage_id": 2 }, "4277.U1.081A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.2, Flur", "arch_name": "2.1.0.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -349114,18 +385547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51743, "usage_id": 222 }, "4277.U1.081B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.2.1, Flur", "arch_name": "2.1.0.2.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -349133,18 +385568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51757, "usage_id": 222 }, "4277.U1.082": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.1, Wasserversorgung", "arch_name": "2.1.0.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349152,18 +385589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51775, "usage_id": 182 }, "4277.U1.083": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.2.4, Elektrische Versorgung", "arch_name": "2.0.0.2.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349171,18 +385610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51919, "usage_id": 160 }, "4277.U1.084": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.1.0.2.1, Treppe", "arch_name": "2.1.0.2.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -349190,18 +385631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51937, "usage_id": 223 }, "4277.U1.085": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.1.1, Flur", "arch_name": "2.0.0.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -349209,18 +385652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52078, "usage_id": 222 }, "4277.U1.086": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.1, Werkstatt", "arch_name": "2.0.0.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -349228,18 +385673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52095, "usage_id": 51 }, "4277.U1.087": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.1.1, Umkleide", "arch_name": "2.0.0.1.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -349247,18 +385694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52112, "usage_id": 121 }, "4277.U1.088": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.1.2, Umkleide", "arch_name": "2.0.0.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -349266,18 +385715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52253, "usage_id": 121 }, "4277.U1.089": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.3, B\u00fcro, Pr\u00e4paration u. geophysik. Auswertun", "arch_name": "2.0.0.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15622, "seats": { @@ -349285,18 +385736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52267, "usage_id": 44 }, "4277.U1.090": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.5, Lager", "arch_name": "2.0.0.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15622, "seats": { @@ -349304,18 +385757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52287, "usage_id": 30 }, "4277.U1.091": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.7, 40%LWF - Elektrowerkstatt", "arch_name": "2.0.0.7@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -349323,18 +385778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52434, "usage_id": 51 }, "4277.U1.092": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.9, 40%LWF - Metallwerkstatt grob", "arch_name": "2.0.0.9@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -349342,18 +385799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52447, "usage_id": 51 }, "4277.U1.093": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.2, 40%LWF - Lager", "arch_name": "2.0.0.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 15619, "seats": { @@ -349361,18 +385820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52457, "usage_id": 30 }, "4277.U1.094": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.4, 40%LWF - Lager", "arch_name": "2.0.0.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15619, "seats": { @@ -349380,18 +385841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52611, "usage_id": 30 }, "4277.U1.095": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.6, Labor", "arch_name": "2.0.0.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15622, "seats": { @@ -349399,18 +385862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52633, "usage_id": 102 }, "4277.U1.096": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.8, Lager / LWF", "arch_name": "2.0.0.8@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44042, "seats": { @@ -349418,18 +385883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52783, "usage_id": 30 }, "4277.U1.097": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.10, Lager", "arch_name": "2.0.0.10@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15619, "seats": { @@ -349437,18 +385904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52792, "usage_id": 30 }, "4277.U1.098": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.12, Lager /LWF", "arch_name": "2.0.0.12@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44042, "seats": { @@ -349456,18 +385925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52948, "usage_id": 30 }, "4277.U1.099": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.20, Installation", "arch_name": "2.0.0.20@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349475,18 +385946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52963, "usage_id": 120 }, "4277.U1.099A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.22, Druckluftanlage", "arch_name": "2.0.0.22@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349494,18 +385967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52979, "usage_id": 120 }, "4277.U1.099B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "20.0.20.1, Elektrische Versorgung", "arch_name": "20.0.20.1@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349513,18 +385988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53124, "usage_id": 160 }, "4277.U1.100": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.1.2, Flur", "arch_name": "2.0.0.1.2@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -349532,18 +386009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53133, "usage_id": 222 }, "4277.U1.101": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.14, Physik Messr\u00e4ume", "arch_name": "2.0.0.14@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15611, "seats": { @@ -349551,18 +386030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53144, "usage_id": 103 }, "4277.U1.102": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.16, Trafostation XVII", "arch_name": "2.0.0.16@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349570,18 +386051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53158, "usage_id": 160 }, "4277.U1.103": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.18, Trafostation XVII", "arch_name": "2.0.0.18@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349589,18 +386072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53306, "usage_id": 160 }, "4277.U1.104": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.1.4, Flur", "arch_name": "2.0.0.1.4@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -349608,18 +386093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53323, "usage_id": 222 }, "4277.U1.105": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.19, Serverraum", "arch_name": "2.0.0.19@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349627,18 +386114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53336, "usage_id": 207 }, "4277.U1.106": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.1.3, Flur", "arch_name": "2.0.0.1.3@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -349646,18 +386135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53483, "usage_id": 222 }, "4277.U1.107": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.11, Trafostation XVII", "arch_name": "2.0.0.11@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349665,18 +386156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53498, "usage_id": 160 }, "4277.U1.108": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.13, Trafostation XVII", "arch_name": "2.0.0.13@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349684,18 +386177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53643, "usage_id": 160 }, "4277.U1.109": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.15, Trafostation XVII", "arch_name": "2.0.0.15@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349703,18 +386198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53656, "usage_id": 160 }, "4277.U1.110": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.17, Trafostation XVII", "arch_name": "2.0.0.17@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -349722,18 +386219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53674, "usage_id": 202 }, "4277.U1.111": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.1.5, Treppe", "arch_name": "2.0.0.1.5@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -349741,18 +386240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53818, "usage_id": 223 }, "4277.U1.112": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 2", "zip_code": 85354 }, + "alt_name": "2.0.0.1.6, Aufzug Ost", "arch_name": "2.0.0.1.6@4277", "area_id": 42, "building_id": 668, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -349760,18 +386261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53838, "usage_id": 4 }, "4278.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.1.68, Labor", "arch_name": "3.3.1.68@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -349779,18 +386282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45358, "usage_id": 194 }, "4278.01.001A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.1, Flur", "arch_name": "3.3.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -349798,18 +386303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45369, "usage_id": 222 }, "4278.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.1.66, Labor", "arch_name": "3.3.1.66@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -349817,18 +386324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45522, "usage_id": 102 }, "4278.01.002A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.1.66, Schaltanlage", "arch_name": "3.3.1.66@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -349836,18 +386345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45538, "usage_id": 120 }, "4278.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.62, Labor", "arch_name": "3.2.1.62@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -349855,18 +386366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45698, "usage_id": 102 }, "4278.01.003A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1, Flur", "arch_name": "3.2.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -349874,18 +386387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45710, "usage_id": 222 }, "4278.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.57, Labor", "arch_name": "3.2.1.57@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -349893,18 +386408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45726, "usage_id": 102 }, "4278.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.55, Labor", "arch_name": "3.2.1.55@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -349912,18 +386429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45876, "usage_id": 102 }, "4278.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.53, Labor", "arch_name": "3.2.1.53@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -349931,18 +386450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45894, "usage_id": 102 }, "4278.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.51, Chemisch-technisches Labor", "arch_name": "3.2.1.51@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -349950,18 +386471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45912, "usage_id": 102 }, "4278.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.49, Chemisch-technisches Labor", "arch_name": "3.2.1.49@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -349969,18 +386492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46070, "usage_id": 102 }, "4278.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.47, Chemisch-technisches Labor", "arch_name": "3.2.1.47@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -349988,18 +386513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46084, "usage_id": 102 }, "4278.01.010A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.45, Leitungsschacht", "arch_name": "3.2.1.45@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 26175, "seats": { @@ -350007,18 +386534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46097, "usage_id": 120 }, "4278.01.010B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.45, Knoten 2", "arch_name": "3.2.1.45@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350026,18 +386555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46250, "usage_id": 222 }, "4278.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.43, Chemisch-technisches Labor", "arch_name": "3.1.1.43@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -350045,18 +386576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46266, "usage_id": 102 }, "4278.01.011A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1, Flur", "arch_name": "3.1.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350064,18 +386597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46281, "usage_id": 222 }, "4278.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.41, Chemisch-technisches Labor", "arch_name": "3.1.1.41@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350083,18 +386618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46434, "usage_id": 102 }, "4278.01.013": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.39, B\u00fcro", "arch_name": "3.1.1.39@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350102,18 +386639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46444, "usage_id": 12 }, "4278.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.37, Chemisch-technisches Labor", "arch_name": "3.1.1.37@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350121,18 +386660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46459, "usage_id": 102 }, "4278.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.33, Chemisch-technisches Labor", "arch_name": "3.1.1.33@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350140,18 +386681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46628, "usage_id": 102 }, "4278.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.31, Chemisches Labor", "arch_name": "3.1.1.31@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 44042, "seats": { @@ -350159,18 +386702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46639, "usage_id": 102 }, "4278.01.016A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.29, Leitungsschacht", "arch_name": "3.1.1.29@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -350178,18 +386723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46801, "usage_id": 120 }, "4278.01.016B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.29, Flur", "arch_name": "3.1.1.29@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 44042, "seats": { @@ -350197,18 +386744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46811, "usage_id": 222 }, "4278.01.017": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.27, Aufenthaltsraum", "arch_name": "3.0.1.27@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350216,18 +386765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46827, "usage_id": 44 }, "4278.01.017A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.27, Flur", "arch_name": "3.0.1.27@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350235,18 +386786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46985, "usage_id": 222 }, "4278.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.25, B\u00fcro", "arch_name": "3.0.1.25@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350254,18 +386807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46999, "usage_id": 12 }, "4278.01.019": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.23, DV-Technikraum", "arch_name": "3.0.1.23@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350273,18 +386828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47017, "usage_id": 207 }, "4278.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.21, B\u00fcro", "arch_name": "3.0.1.21@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350292,18 +386849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44304, "usage_id": 12 }, "4278.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.19, B\u00fcro", "arch_name": "3.0.1.19@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350311,18 +386870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44318, "usage_id": 12 }, "4278.01.022": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.17, Serverraum", "arch_name": "3.0.1.17@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350330,18 +386891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44332, "usage_id": 12 }, "4278.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.15, Druckerraum", "arch_name": "3.0.1.15@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350349,18 +386912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44488, "usage_id": 110 }, "4278.01.024": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.13, B\u00fcro", "arch_name": "3.0.1.13@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350368,18 +386933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44503, "usage_id": 12 }, "4278.01.025": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.11, B\u00fcro", "arch_name": "3.0.1.11@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350387,18 +386954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44519, "usage_id": 12 }, "4278.01.025A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.08, Flur", "arch_name": "3.0.1.08@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350406,18 +386975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44673, "usage_id": 222 }, "4278.01.026": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.05, B\u00fcro", "arch_name": "3.0.1.05@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350425,18 +386996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44691, "usage_id": 12 }, "4278.01.026A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1, Flur", "arch_name": "3.0.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -350444,18 +387017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44836, "usage_id": 222 }, "4278.01.027": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.03, B\u00fcro", "arch_name": "3.0.1.03@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350463,18 +387038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44853, "usage_id": 12 }, "4278.01.028": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.01, B\u00fcro", "arch_name": "3.0.1.01@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350482,18 +387059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45192, "usage_id": 12 }, "4278.01.029": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.02, B\u00fcro", "arch_name": "3.0.1.02@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350501,18 +387080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45210, "usage_id": 12 }, "4278.01.030": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.04, B\u00fcro", "arch_name": "3.0.1.04@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350520,18 +387101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45227, "usage_id": 12 }, "4278.01.031": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.06, B\u00fcro", "arch_name": "3.0.1.06@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350539,18 +387122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45746, "usage_id": 12 }, "4278.01.032A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.07, B\u00fcro", "arch_name": "3.0.1.07@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350558,18 +387143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45765, "usage_id": 12 }, "4278.01.032B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.08, B\u00fcro", "arch_name": "3.0.1.08@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350577,18 +387164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45375, "usage_id": 12 }, "4278.01.033": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.12, B\u00fcro", "arch_name": "3.0.1.12@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350596,18 +387185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45393, "usage_id": 12 }, "4278.01.033A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.09, WC-Damen Vorraum", "arch_name": "3.0.1.09@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -350615,18 +387206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45415, "usage_id": 118 }, "4278.01.033B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.09, WC-Damen", "arch_name": "3.0.1.09@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -350634,18 +387227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45023, "usage_id": 116 }, "4278.01.033C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.10, WC-Herren Vorraum", "arch_name": "3.0.1.10@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -350653,18 +387248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45038, "usage_id": 118 }, "4278.01.033D": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.10, WC-Herren", "arch_name": "3.0.1.10@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -350672,18 +387269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45054, "usage_id": 115 }, "4278.01.034": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.14, B\u00fcro", "arch_name": "3.0.1.14@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350691,18 +387290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45569, "usage_id": 12 }, "4278.01.035": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.16, B\u00fcro", "arch_name": "3.0.1.16@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350710,18 +387311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45582, "usage_id": 12 }, "4278.01.035A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.16, Schaltraum", "arch_name": "3.0.1.16@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -350729,18 +387332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45599, "usage_id": 120 }, "4278.01.036": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.18, B\u00fcro", "arch_name": "3.0.1.18@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350748,18 +387353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52741, "usage_id": 12 }, "4278.01.037": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.20, B\u00fcro", "arch_name": "3.0.1.20@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350767,18 +387374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52760, "usage_id": 12 }, "4278.01.038": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.22, B\u00fcro", "arch_name": "3.0.1.22@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350786,18 +387395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52912, "usage_id": 12 }, "4278.01.039": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.24, B\u00fcro", "arch_name": "3.0.1.24@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350805,18 +387416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52927, "usage_id": 12 }, "4278.01.040": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.1.26, B\u00fcro", "arch_name": "3.0.1.26@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350824,18 +387437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52947, "usage_id": 12 }, "4278.01.041": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.28, B\u00fcro", "arch_name": "3.1.1.28@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350843,18 +387458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53089, "usage_id": 12 }, "4278.01.042": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.30, B\u00fcro", "arch_name": "3.1.1.30@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350862,18 +387479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53108, "usage_id": 12 }, "4278.01.042A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.30, Schaltanlage", "arch_name": "3.1.1.30@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -350881,18 +387500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53255, "usage_id": 120 }, "4278.01.043": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.32, B\u00fcro", "arch_name": "3.1.1.32@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350900,18 +387521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53264, "usage_id": 12 }, "4278.01.044": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.34, B\u00fcro", "arch_name": "3.1.1.34@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350919,18 +387542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53274, "usage_id": 12 }, "4278.01.045": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.35, B\u00fcro", "arch_name": "3.1.1.35@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350938,18 +387563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53287, "usage_id": 12 }, "4278.01.046": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.36, B\u00fcro", "arch_name": "3.1.1.36@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350957,18 +387584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53437, "usage_id": 12 }, "4278.01.047": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.38, B\u00fcro", "arch_name": "3.1.1.38@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350976,18 +387605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53447, "usage_id": 12 }, "4278.01.048": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.40, B\u00fcro", "arch_name": "3.1.1.40@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -350995,18 +387626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53460, "usage_id": 12 }, "4278.01.049": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.1.42, B\u00fcro", "arch_name": "3.1.1.42@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351014,18 +387647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53471, "usage_id": 12 }, "4278.01.050": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.44, B\u00fcro", "arch_name": "3.2.1.44@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351033,18 +387668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53611, "usage_id": 12 }, "4278.01.051": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.46, B\u00fcro", "arch_name": "3.2.1.46@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351052,18 +387689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53624, "usage_id": 12 }, "4278.01.052": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.48, B\u00fcro", "arch_name": "3.2.1.48@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351071,18 +387710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53638, "usage_id": 12 }, "4278.01.053": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.50, B\u00fcro", "arch_name": "3.2.1.50@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351090,18 +387731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53771, "usage_id": 12 }, "4278.01.053A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.50, Schaltanlage", "arch_name": "3.2.1.50@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -351109,18 +387752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53776, "usage_id": 120 }, "4278.01.054": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.52, B\u00fcro", "arch_name": "3.2.1.52@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351128,18 +387773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53788, "usage_id": 12 }, "4278.01.055": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.54, Kopier-, Faxraum", "arch_name": "3.2.1.54@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351147,18 +387794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53794, "usage_id": 110 }, "4278.01.055A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.56, Umkleide", "arch_name": "3.2.1.56@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351166,18 +387815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53805, "usage_id": 121 }, "4278.01.055B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.58, Umkleide", "arch_name": "3.2.1.58@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351185,18 +387836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51201, "usage_id": 121 }, "4278.01.055C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.59, WC-Behinderte", "arch_name": "3.2.1.59@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351204,18 +387857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51215, "usage_id": 117 }, "4278.01.055D": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.60, WC-Herren", "arch_name": "3.2.1.60@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351223,18 +387878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51229, "usage_id": 115 }, "4278.01.055E": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.60, WC-Herren Vorraum", "arch_name": "3.2.1.60@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351242,18 +387899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51234, "usage_id": 118 }, "4278.01.055F": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.61, WC-Damen", "arch_name": "3.2.1.61@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351261,18 +387920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51381, "usage_id": 116 }, "4278.01.055G": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.1.61, WC-Damen Vorraum", "arch_name": "3.2.1.61@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351280,18 +387941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51392, "usage_id": 118 }, "4278.01.056": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.1.63, B\u00fcro", "arch_name": "3.3.1.63@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -351299,18 +387962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51406, "usage_id": 12 }, "4278.01.057": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.1.65, B\u00fcro", "arch_name": "3.3.1.65@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -351318,18 +387983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51565, "usage_id": 12 }, "4278.01.058": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.1.67, B\u00fcro", "arch_name": "3.3.1.67@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -351337,18 +388004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51579, "usage_id": 12 }, "4278.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.5, Wohnzimmer", "arch_name": "3.3.2.5@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351356,18 +388025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61740, "usage_id": 53 }, "4278.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.6, K\u00fcche", "arch_name": "3.3.2.6@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351375,18 +388046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61741, "usage_id": 53 }, "4278.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.7, Abstellraum", "arch_name": "3.3.2.7@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351394,18 +388067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61742, "usage_id": 159 }, "4278.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.8, WC", "arch_name": "3.3.2.8@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351413,18 +388088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61743, "usage_id": 114 }, "4278.02.005": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.11, Treppenraum", "arch_name": "3.3.2.11@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -351432,18 +388109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61744, "usage_id": 223 }, "4278.02.006": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.1, Speicher", "arch_name": "3.3.2.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -351451,18 +388130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61745, "usage_id": 159 }, "4278.02.007": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.2, Zimmer", "arch_name": "3.3.2.2@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351470,18 +388151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62771, "usage_id": 53 }, "4278.02.008": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.3, Schlafzimmer", "arch_name": "3.3.2.3@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351489,18 +388172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61762, "usage_id": 53 }, "4278.02.009": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.4, Zimmer", "arch_name": "3.3.2.4@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351508,18 +388193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62772, "usage_id": 53 }, "4278.02.010": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.9, Diele", "arch_name": "3.3.2.9@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351527,18 +388214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61763, "usage_id": 53 }, "4278.02.011": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.6, Bad", "arch_name": "3.3.2.6@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351546,18 +388235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61764, "usage_id": 112 }, "4278.02.012": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.2.12, \u00dcbergang Technikgescho\u00df", "arch_name": "3.3.2.12@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 26175, "seats": { @@ -351565,18 +388256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61765, "usage_id": 105 }, "4278.02.013": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.2.1, Technik", "arch_name": "3.2.2.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 26175, "seats": { @@ -351584,18 +388277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61766, "usage_id": 120 }, "4278.02.014": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.2.2, Schleuse", "arch_name": "3.1.2.2@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 26175, "seats": { @@ -351603,18 +388298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61767, "usage_id": 105 }, "4278.02.016": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.2.1, Technik", "arch_name": "3.1.2.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 26175, "seats": { @@ -351622,18 +388319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61768, "usage_id": 120 }, "4278.02.017": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.2.3, Abluftzentrale", "arch_name": "3.1.2.3@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 26175, "seats": { @@ -351641,18 +388340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61769, "usage_id": 120 }, "4278.02.018": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.2.4, Schleuse", "arch_name": "3.0.2.4@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 26175, "seats": { @@ -351660,18 +388361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61770, "usage_id": 105 }, "4278.02.020": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.2.3, Technik", "arch_name": "3.0.2.3@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 26175, "seats": { @@ -351679,18 +388382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61771, "usage_id": 120 }, "4278.02.021": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.2.2, Schleuse", "arch_name": "3.0.2.2@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 26175, "seats": { @@ -351698,18 +388403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61772, "usage_id": 105 }, "4278.02.023": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.2.1, Technik", "arch_name": "3.0.2.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 26175, "seats": { @@ -351717,18 +388424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61773, "usage_id": 120 }, "4278.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.EG 58, Chemisch-technisches Labor", "arch_name": "3.3.EG 58@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351736,18 +388445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45456, "usage_id": 102 }, "4278.EG.001B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.EG, Flur", "arch_name": "3.3.EG@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -351755,18 +388466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45607, "usage_id": 222 }, "4278.EG.001C": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.EG 58, Schaltanlage", "arch_name": "3.3.EG 58@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -351774,18 +388487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45617, "usage_id": 120 }, "4278.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 52, Chemisch-technisches Labor", "arch_name": "3.2.EG 52@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351793,18 +388508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45626, "usage_id": 102 }, "4278.EG.002A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 52, Knoten 3", "arch_name": "3.2.EG 52@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351812,18 +388529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45641, "usage_id": 120 }, "4278.EG.002B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 52, Treppe", "arch_name": "3.2.EG 52@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -351831,18 +388550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45789, "usage_id": 223 }, "4278.EG.002C": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 52, Treppe", "arch_name": "3.2.EG 52@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351850,18 +388571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45801, "usage_id": 223 }, "4278.EG.002D": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 52, Treppe", "arch_name": "3.2.EG 52@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351869,18 +388592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45809, "usage_id": 223 }, "4278.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 50, B\u00fcro", "arch_name": "3.2.EG 50@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44042, "seats": { @@ -351888,18 +388613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45822, "usage_id": 12 }, "4278.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 48, B\u00fcro", "arch_name": "3.2.EG 48@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351907,18 +388634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45970, "usage_id": 12 }, "4278.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 44, B\u00fcro", "arch_name": "3.2.EG 44@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351926,18 +388655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45984, "usage_id": 12 }, "4278.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 42, B\u00fcro", "arch_name": "3.2.EG 42@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351945,18 +388676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45994, "usage_id": 12 }, "4278.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 40, Labor", "arch_name": "3.2.EG 40@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -351964,18 +388697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46008, "usage_id": 194 }, "4278.EG.007A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 38, Leitungsschacht", "arch_name": "3.2.EG 38@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -351983,18 +388718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46160, "usage_id": 120 }, "4278.EG.007B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG, Flur", "arch_name": "3.2.EG@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -352002,18 +388739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46174, "usage_id": 222 }, "4278.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 36, B\u00fcro", "arch_name": "3.1.EG 36@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352021,18 +388760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46188, "usage_id": 12 }, "4278.EG.008A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 36, Knoten 2", "arch_name": "3.1.EG 36@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352040,18 +388781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46338, "usage_id": 120 }, "4278.EG.008B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 36, Treppe", "arch_name": "3.1.EG 36@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352059,18 +388802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46351, "usage_id": 223 }, "4278.EG.008C": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 36, Treppe", "arch_name": "3.1.EG 36@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352078,18 +388823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46366, "usage_id": 223 }, "4278.EG.008D": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 36, Treppe", "arch_name": "3.1.EG 36@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352097,18 +388844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46379, "usage_id": 223 }, "4278.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 34, B\u00fcro", "arch_name": "3.1.EG 34@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352116,18 +388865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46531, "usage_id": 12 }, "4278.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 32, B\u00fcro", "arch_name": "3.1.EG 32@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352135,18 +388886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46541, "usage_id": 12 }, "4278.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 30, B\u00fcro", "arch_name": "3.1.EG 30@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352154,18 +388907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46546, "usage_id": 12 }, "4278.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 28, B\u00fcro", "arch_name": "3.1.EG 28@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352173,18 +388928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46702, "usage_id": 12 }, "4278.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 26, B\u00fcro", "arch_name": "3.1.EG 26@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352192,18 +388949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46717, "usage_id": 12 }, "4278.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 24, B\u00fcro", "arch_name": "3.1.EG 24@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352211,18 +388970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46728, "usage_id": 12 }, "4278.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 22, B\u00fcro", "arch_name": "3.1.EG 22@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352230,18 +388991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46743, "usage_id": 12 }, "4278.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 20, B\u00fcro", "arch_name": "3.1.EG 20@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352249,18 +389012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46893, "usage_id": 12 }, "4278.EG.016A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG, Flur", "arch_name": "3.1.EG@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352268,18 +389033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46905, "usage_id": 222 }, "4278.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 18, B\u00fcro", "arch_name": "3.0.EG 18@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352287,18 +389054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46918, "usage_id": 12 }, "4278.EG.017A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 18, Knoten 1", "arch_name": "3.0.EG 18@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352306,18 +389075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47071, "usage_id": 120 }, "4278.EG.017B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 18, Treppe", "arch_name": "3.0.EG 18@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352325,18 +389096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47085, "usage_id": 223 }, "4278.EG.017C": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 18, Treppe", "arch_name": "3.0.EG 18@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352344,18 +389117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47096, "usage_id": 223 }, "4278.EG.017D": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 18, Treppe", "arch_name": "3.0.EG 18@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352363,18 +389138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44383, "usage_id": 223 }, "4278.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 16, B\u00fcro", "arch_name": "3.0.EG 16@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352382,18 +389159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44399, "usage_id": 12 }, "4278.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 14, B\u00fcro", "arch_name": "3.0.EG 14@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352401,18 +389180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44420, "usage_id": 12 }, "4278.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 12, B\u00fcro", "arch_name": "3.0.EG 12@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352420,18 +389201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44578, "usage_id": 12 }, "4278.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 10, B\u00fcro", "arch_name": "3.0.EG 10@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352439,18 +389222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44592, "usage_id": 12 }, "4278.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 08, B\u00fcro", "arch_name": "3.0.EG 08@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352458,18 +389243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44746, "usage_id": 12 }, "4278.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 06, Poststelle Verwaltung", "arch_name": "3.0.EG 06@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352477,18 +389264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44766, "usage_id": 12 }, "4278.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 05, Pfortenraum (Lager)", "arch_name": "3.0.EG 05@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352496,18 +389285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44779, "usage_id": 30 }, "4278.EG.024A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 05, Flur", "arch_name": "3.0.EG 05@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352515,18 +389306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44926, "usage_id": 222 }, "4278.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 01, Vortragssaal", "arch_name": "3.0.EG 01@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352534,18 +389327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44942, "usage_id": 130 }, "4278.EG.025A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 01, Schaltanlage", "arch_name": "3.0.EG 01@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -352553,18 +389348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45103, "usage_id": 120 }, "4278.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 02, Sitzungszimmer", "arch_name": "3.0.EG 02@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352572,18 +389369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45117, "usage_id": 196 }, "4278.EG.026A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 02, Foyer", "arch_name": "3.0.EG 02@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352591,18 +389390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45139, "usage_id": 222 }, "4278.EG.026B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 02, Treppe", "arch_name": "3.0.EG 02@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352610,18 +389411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45295, "usage_id": 223 }, "4278.EG.026C": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 03, WC-Damen Vorraum", "arch_name": "3.0.EG 03@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352629,18 +389432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45309, "usage_id": 118 }, "4278.EG.026D": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 03, WC-Damen", "arch_name": "3.0.EG 03@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352648,18 +389453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45323, "usage_id": 116 }, "4278.EG.026E": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 04, WC-Herren Vorraum", "arch_name": "3.0.EG 04@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352667,18 +389474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45475, "usage_id": 118 }, "4278.EG.026F": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 04, WC-Herren", "arch_name": "3.0.EG 04@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -352686,18 +389495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45495, "usage_id": 115 }, "4278.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 07, B\u00fcro", "arch_name": "3.0.EG 07@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352705,18 +389516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45651, "usage_id": 12 }, "4278.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 09, B\u00fcro", "arch_name": "3.0.EG 09@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352724,18 +389537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45671, "usage_id": 12 }, "4278.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 11, B\u00fcro", "arch_name": "3.0.EG 11@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352743,18 +389558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45830, "usage_id": 12 }, "4278.EG.029A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 11, Schaltanlage", "arch_name": "3.0.EG 11@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -352762,18 +389579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45849, "usage_id": 120 }, "4278.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 13, B\u00fcro", "arch_name": "3.0.EG 13@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352781,18 +389600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46012, "usage_id": 12 }, "4278.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 15, B\u00fcro", "arch_name": "3.0.EG 15@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352800,18 +389621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46032, "usage_id": 12 }, "4278.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.EG 17, B\u00fcro", "arch_name": "3.0.EG 17@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352819,18 +389642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46049, "usage_id": 12 }, "4278.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 19, B\u00fcro", "arch_name": "3.1.EG 19@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352838,18 +389663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46205, "usage_id": 12 }, "4278.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 21, B\u00fcro", "arch_name": "3.1.EG 21@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352857,18 +389684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46217, "usage_id": 12 }, "4278.EG.034A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 21.1, Schaltanlage", "arch_name": "3.1.EG 21.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -352876,18 +389705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46227, "usage_id": 120 }, "4278.EG.035": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 23, B\u00fcro", "arch_name": "3.1.EG 23@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352895,18 +389726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46384, "usage_id": 12 }, "4278.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 25, B\u00fcro", "arch_name": "3.1.EG 25@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352914,18 +389747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46403, "usage_id": 12 }, "4278.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 27, B\u00fcro", "arch_name": "3.1.EG 27@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352933,18 +389768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46416, "usage_id": 12 }, "4278.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 29, B\u00fcro", "arch_name": "3.1.EG 29@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352952,18 +389789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46574, "usage_id": 12 }, "4278.EG.039": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 31, B\u00fcro", "arch_name": "3.1.EG 31@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352971,18 +389810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46592, "usage_id": 12 }, "4278.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 33, B\u00fcro", "arch_name": "3.1.EG 33@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -352990,18 +389831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46750, "usage_id": 12 }, "4278.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.EG 35, B\u00fcro", "arch_name": "3.1.EG 35@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 44042, "seats": { @@ -353009,18 +389852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46762, "usage_id": 12 }, "4278.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 37, B\u00fcro", "arch_name": "3.2.EG 37@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -353028,18 +389873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46782, "usage_id": 12 }, "4278.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 41, Speiseraum", "arch_name": "3.2.EG 41@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -353047,18 +389894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46936, "usage_id": 45 }, "4278.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 43, B\u00fcro", "arch_name": "3.2.EG 43@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -353066,18 +389915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46955, "usage_id": 12 }, "4278.EG.044A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 43, Schaltanlage", "arch_name": "3.2.EG 43@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353085,18 +389936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44431, "usage_id": 120 }, "4278.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 45, B\u00fcro", "arch_name": "3.2.EG 45@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -353104,18 +389957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44453, "usage_id": 12 }, "4278.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 46, B\u00fcro", "arch_name": "3.2.EG 46@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -353123,18 +389978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44474, "usage_id": 12 }, "4278.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 47, B\u00fcro", "arch_name": "3.2.EG 47@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -353142,18 +389999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44628, "usage_id": 12 }, "4278.EG.047A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 49, Ruheraum", "arch_name": "3.2.EG 49@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -353161,18 +390020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44649, "usage_id": 178 }, "4278.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 51, B\u00fcro", "arch_name": "3.2.EG 51@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -353180,18 +390041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44802, "usage_id": 12 }, "4278.EG.048A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 53, WC-Behinderte", "arch_name": "3.2.EG 53@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353199,18 +390062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44821, "usage_id": 117 }, "4278.EG.048B": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 54, WC-Herren", "arch_name": "3.2.EG 54@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353218,18 +390083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44972, "usage_id": 115 }, "4278.EG.048C": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 52, WC-Herren", "arch_name": "3.2.EG 52@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353237,18 +390104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44988, "usage_id": 115 }, "4278.EG.048D": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 55, WC-Damen Vorraum", "arch_name": "3.2.EG 55@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353256,18 +390125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45004, "usage_id": 118 }, "4278.EG.048E": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.EG 55, WC-Damen", "arch_name": "3.2.EG 55@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353275,18 +390146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45162, "usage_id": 116 }, "4278.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.EG 57, Chemisch-technisches Labor", "arch_name": "3.3.EG 57@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353294,18 +390167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45184, "usage_id": 102 }, "4278.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.EG 59, Chemisch-technisches Labor", "arch_name": "3.3.EG 59@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353313,18 +390188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45340, "usage_id": 102 }, "4278.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "EG01, Lager (Geb\u00e4ude 4277a)", "arch_name": "EG01@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353332,18 +390209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67327, "usage_id": 30 }, "4278.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "EG02, Lager (Geb\u00e4ude 4277a)", "arch_name": "EG02@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353351,18 +390230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67328, "usage_id": 30 }, "4278.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "EG03, Gasflaschenlager (Geb\u00e4ude 4277a)", "arch_name": "EG03@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353370,18 +390251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67329, "usage_id": 30 }, "4278.EG.054": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "EG04, Lagerraum (Geb\u00e4ude 4277a)", "arch_name": "EG04@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353389,18 +390272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67330, "usage_id": 30 }, "4278.EG.055": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "EG05, K\u00fchlkammer (Geb\u00e4ude 4277a)", "arch_name": "EG05@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353408,18 +390293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67331, "usage_id": 199 }, "4278.EG.056": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "EG06, K\u00fchlkammer (Geb\u00e4ude 4277a)", "arch_name": "EG06@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353427,18 +390314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67332, "usage_id": 199 }, "4278.EG.057": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "01, Carport", "arch_name": "01@4278", "area_id": 42, "building_id": 728, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353446,18 +390335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67443, "usage_id": 100 }, "4278.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.8, Chemisch-technisches Labor", "arch_name": "3.3.0.8@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353465,18 +390356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46310, "usage_id": 102 }, "4278.U1.001A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0, Flur", "arch_name": "3.3.0@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353484,18 +390377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46326, "usage_id": 222 }, "4278.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.6, Chemisch-technisches Labor", "arch_name": "3.3.0.6@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353503,18 +390398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46477, "usage_id": 102 }, "4278.U1.002A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.2B, Schaltanlage", "arch_name": "3.3.0.2B@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353522,18 +390419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46495, "usage_id": 120 }, "4278.U1.002B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.2C, Aufzug Abschnitt 2", "arch_name": "3.3.0.2C@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 44042, "seats": { @@ -353541,18 +390440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46513, "usage_id": 4 }, "4278.U1.002D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.30.2, Flur Abschnitt 3", "arch_name": "3.3.0.30.2@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353560,18 +390461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46667, "usage_id": 222 }, "4278.U1.002E": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.30.3, Treppenhaus", "arch_name": "3.3.0.30.3@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353579,18 +390482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46683, "usage_id": 223 }, "4278.U1.002F": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.30.4, Treppe", "arch_name": "3.3.0.30.4@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353598,18 +390503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46698, "usage_id": 223 }, "4278.U1.002G": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.2, Aufzugtriebwerk", "arch_name": "3.3.0.2@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353617,18 +390524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62544, "usage_id": 5 }, "4278.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.16, Archiv allgemein", "arch_name": "3.2.0.16@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 44042, "seats": { @@ -353636,18 +390545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46847, "usage_id": 2 }, "4278.U1.003A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0, Flur", "arch_name": "3.2.0@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353655,18 +390566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46862, "usage_id": 222 }, "4278.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.14, Chemikalienlager", "arch_name": "3.2.0.14@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353674,18 +390587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46877, "usage_id": 132 }, "4278.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.12, Lager Waldbau und Forst", "arch_name": "3.2.0.12@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353693,18 +390608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47025, "usage_id": 30 }, "4278.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.10, Lager Waldbau/Planung (III)", "arch_name": "3.2.0.10@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353712,18 +390629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47028, "usage_id": 30 }, "4278.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.8, Chemisch-technisches Labor", "arch_name": "3.2.0.8@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353731,18 +390650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47042, "usage_id": 102 }, "4278.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.6, Werkstatt Zoologie (VI)", "arch_name": "3.2.0.6@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353750,18 +390671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47054, "usage_id": 51 }, "4278.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.4, Chemikalienraum", "arch_name": "3.2.0.4@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -353769,18 +390692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47057, "usage_id": 132 }, "4278.U1.009A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.2, Installationsraum", "arch_name": "3.2.0.2@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353788,18 +390713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44336, "usage_id": 120 }, "4278.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.4, Schutzraum 2 Notk\u00fcche", "arch_name": "3.1.0.4@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353807,18 +390734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62545, "usage_id": 30 }, "4278.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.6, Schutzraum 2 Lagerraum", "arch_name": "3.1.0.6@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353826,18 +390755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62546, "usage_id": 30 }, "4278.U1.012A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.3, Schutzraum 2 Schleuse", "arch_name": "3.1.0.3@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353845,18 +390776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44356, "usage_id": 105 }, "4278.U1.012B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.3B, Treppe", "arch_name": "3.1.0.3B@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353864,18 +390797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44371, "usage_id": 223 }, "4278.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.2, Schutzraum 2", "arch_name": "3.1.0.2@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353883,18 +390818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62547, "usage_id": 30 }, "4278.U1.013A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.1, Schutzraum 2 Raumfilter", "arch_name": "3.1.0.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353902,18 +390839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62762, "usage_id": 32 }, "4278.U1.013B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.1, Schutzraum 2 Sandvorfilter", "arch_name": "3.1.0.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353921,18 +390860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62763, "usage_id": 32 }, "4278.U1.013C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.1, Schutzraum 2 Staubfilter", "arch_name": "3.1.0.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353940,18 +390881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62764, "usage_id": 32 }, "4278.U1.013D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.1, Schutzraum 2 Zuluft Vorraum", "arch_name": "3.1.0.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353959,18 +390902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62765, "usage_id": 32 }, "4278.U1.013E": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.2, Schutzraum 2 Notausstieg", "arch_name": "3.1.0.2@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -353978,18 +390923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62886, "usage_id": 219 }, "4278.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.10, Schutzraum 1 Notk\u00fcche", "arch_name": "3.0.0.10@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -353997,18 +390944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62548, "usage_id": 30 }, "4278.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.12, Schutzraum 1 Lagerraum", "arch_name": "3.0.0.12@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -354016,18 +390965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62549, "usage_id": 30 }, "4278.U1.016A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.8, Schutzraum 1-2 Schleuse", "arch_name": "3.0.0.8@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -354035,18 +390986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44536, "usage_id": 105 }, "4278.U1.016B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.8, Treppe", "arch_name": "3.0.0.8@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -354054,18 +391007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44543, "usage_id": 223 }, "4278.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.8, Schutzraum 1", "arch_name": "3.0.0.8@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -354073,18 +391028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62550, "usage_id": 30 }, "4278.U1.017A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.06, Werkstatt", "arch_name": "3.0.0.06@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 44042, "seats": { @@ -354092,18 +391049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44707, "usage_id": 51 }, "4278.U1.017B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.7, Schutzraum 1 Raumfilter", "arch_name": "3.0.0.7@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -354111,18 +391070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62766, "usage_id": 32 }, "4278.U1.017C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.7, Schutzraum 1 Sandvorfilter", "arch_name": "3.0.0.7@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -354130,18 +391091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62767, "usage_id": 32 }, "4278.U1.017D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.7, Schutzraum 1 Staubfilter", "arch_name": "3.0.0.7@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -354149,18 +391112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62768, "usage_id": 32 }, "4278.U1.017E": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.1.0.1, Schutzraum 1 Zuluft Vorraum", "arch_name": "3.1.0.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -354168,18 +391133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62769, "usage_id": 32 }, "4278.U1.017F": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.7, Schutzraum 2 Notausstieg", "arch_name": "3.0.0.7@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -354187,18 +391154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62887, "usage_id": 219 }, "4278.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.2, Archiv / Lager", "arch_name": "3.0.0.2@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 44042, "seats": { @@ -354206,18 +391175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44716, "usage_id": 2 }, "4278.U1.018A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.6, Schaltanlage", "arch_name": "3.0.0.6@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -354225,18 +391196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44733, "usage_id": 120 }, "4278.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.1, Rollregistratur", "arch_name": "3.0.0.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354244,18 +391217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44743, "usage_id": 2 }, "4278.U1.019B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.01, Treppe", "arch_name": "3.0.0.01@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -354263,18 +391238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44892, "usage_id": 223 }, "4278.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0.3, Lager / B\u00fccher", "arch_name": "3.0.0.3@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354282,18 +391259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44903, "usage_id": 30 }, "4278.U1.020A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.0.0, Flur", "arch_name": "3.0.0@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 44042, "seats": { @@ -354301,18 +391280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45060, "usage_id": 222 }, "4278.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.1, Materiallager", "arch_name": "3.2.0.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354320,18 +391301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62551, "usage_id": 30 }, "4278.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.3, Technik (WKS) (II)", "arch_name": "3.2.0.3@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354339,18 +391322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45074, "usage_id": 30 }, "4278.U1.022A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.18, Schaltanlage", "arch_name": "3.2.0.18@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -354358,18 +391343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45088, "usage_id": 120 }, "4278.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.5, Lager WKS (II)", "arch_name": "3.2.0.5@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354377,18 +391364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45244, "usage_id": 30 }, "4278.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.7, Lager WKS (II)", "arch_name": "3.2.0.7@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354396,18 +391385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45258, "usage_id": 30 }, "4278.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.2.0.9, Technik (WKS) (II)", "arch_name": "3.2.0.9@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 44042, "seats": { @@ -354415,18 +391406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45270, "usage_id": 30 }, "4278.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.1, Werkstatt (Schleifarbeiten)", "arch_name": "3.3.0.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354434,18 +391427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45424, "usage_id": 51 }, "4278.U1.026A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.28, Lager / Heizung / L\u00fcftung", "arch_name": "3.3.0.28@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354453,18 +391448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45435, "usage_id": 30 }, "4278.U1.026B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz-Platz 1", "zip_code": 85354 }, + "alt_name": "3.3.0.28.1, Abstellraum", "arch_name": "3.3.0.28.1@4278", "area_id": 42, "building_id": 728, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354472,18 +391469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45443, "usage_id": 159 }, "4279.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.15, GIS Raum", "arch_name": "3.4.1.15@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354491,18 +391490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70547, "usage_id": 12 }, "4279.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.16, Plotterraum", "arch_name": "3.4.1.16@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354510,18 +391511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70548, "usage_id": 110 }, "4279.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.01, Besprechungsraum", "arch_name": "3.4.1.01@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354529,18 +391532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70549, "usage_id": 196 }, "4279.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.02, Teek\u00fcche", "arch_name": "3.4.1.02@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354548,18 +391553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70550, "usage_id": 44 }, "4279.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.03, B\u00fcro", "arch_name": "3.4.1.03@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354567,18 +391574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70551, "usage_id": 12 }, "4279.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.04, B\u00fcro", "arch_name": "3.4.1.04@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354586,18 +391595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70552, "usage_id": 12 }, "4279.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.05, B\u00fcro", "arch_name": "3.4.1.05@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354605,18 +391616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70553, "usage_id": 12 }, "4279.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.06, B\u00fcro", "arch_name": "3.4.1.06@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354624,18 +391637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70554, "usage_id": 12 }, "4279.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.07, Gro\u00dfraumb\u00fcro", "arch_name": "3.4.1.07@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354643,18 +391658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70555, "usage_id": 12 }, "4279.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.08, B\u00fcro", "arch_name": "3.4.1.08@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354662,18 +391679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70556, "usage_id": 12 }, "4279.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.09, B\u00fcro", "arch_name": "3.4.1.09@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354681,18 +391700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70557, "usage_id": 12 }, "4279.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.10, B\u00fcro", "arch_name": "3.4.1.10@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354700,18 +391721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70558, "usage_id": 12 }, "4279.01.013": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.11, B\u00fcro", "arch_name": "3.4.1.11@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354719,18 +391742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70574, "usage_id": 12 }, "4279.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.12, B\u00fcro", "arch_name": "3.4.1.12@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354738,18 +391763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70559, "usage_id": 12 }, "4279.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.13, WC-Herren Vorraum", "arch_name": "3.4.1.13@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -354757,18 +391784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70560, "usage_id": 118 }, "4279.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.13, WC-Herren", "arch_name": "3.4.1.13@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -354776,18 +391805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70561, "usage_id": 115 }, "4279.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.14, WC-Damen", "arch_name": "3.4.1.14@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -354795,18 +391826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70562, "usage_id": 116 }, "4279.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.14, WC-Damen Vorraum", "arch_name": "3.4.1.14@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44042, "seats": { @@ -354814,18 +391847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70563, "usage_id": 118 }, "4279.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.17, Flur B\u00fcros (3.4.1.02 - 3.4.1.12)", "arch_name": "3.4.1.17@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354833,18 +391868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70566, "usage_id": 222 }, "4279.01.022": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.18, Flur Treppenhaus (WCs - Besprechungsraum", "arch_name": "3.4.1.18@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354852,18 +391889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70567, "usage_id": 222 }, "4279.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.19, Garderobe (\u00dcbergang zu 4278)", "arch_name": "3.4.1.19@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354871,18 +391910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70568, "usage_id": 121 }, "4279.01.040": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.20, Br\u00fccke (\u00dcbergang 4278 - 4279)", "arch_name": "3.4.1.20@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354890,18 +391931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70569, "usage_id": 16 }, "4279.01.041": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.1.21, Balkon", "arch_name": "3.4.1.21@4279", "area_id": 282, "building_id": 2549, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 44042, "seats": { @@ -354909,18 +391952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70570, "usage_id": 219 }, "4279.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.EG25, Technik K\u00fchlger\u00e4t", "arch_name": "3.4.EG25@4279", "area_id": 282, "building_id": 2549, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354928,18 +391973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70546, "usage_id": 120 }, "4279.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.EG26, Technik", "arch_name": "3.4.EG26@4279", "area_id": 282, "building_id": 2549, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 44042, "seats": { @@ -354947,18 +391994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70571, "usage_id": 120 }, "4279.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.EG27, Eingang", "arch_name": "3.4.EG27@4279", "area_id": 282, "building_id": 2549, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354966,18 +392015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70572, "usage_id": 222 }, "4279.EG.027A": { "address": { - "floor": "EG", "place": "Freising", "street": "Hans-Carl-von-Carlowitz Platz 4", "zip_code": 85354 }, + "alt_name": "3.4.EG27a, Treppenhaus", "arch_name": "3.4.EG27a@4279", "area_id": 282, "building_id": 2549, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44042, "seats": { @@ -354985,18 +392036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70573, "usage_id": 223 }, "4281.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 1", "zip_code": 85354 }, + "alt_name": "001, Trafostation XI", "arch_name": "001@4281", "area_id": 42, "building_id": 2152, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -355004,18 +392057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68049, "usage_id": 160 }, "4281.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 1", "zip_code": 85354 }, + "alt_name": "002, Trafostation XI", "arch_name": "002@4281", "area_id": 42, "building_id": 2152, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -355023,18 +392078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68050, "usage_id": 160 }, "4281.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 1", "zip_code": 85354 }, + "alt_name": "003, Trafostation XI", "arch_name": "003@4281", "area_id": 42, "building_id": 2152, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -355042,18 +392099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68028, "usage_id": 160 }, "4281.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten 1", "zip_code": 85354 }, + "alt_name": "004, Trafostation XI", "arch_name": "004@4281", "area_id": 42, "building_id": 2152, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -355061,18 +392120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68029, "usage_id": 160 }, "4299.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Hohenbachernstra\u00dfe 9", "zip_code": 85354 }, + "alt_name": "HSG, Seminarraum Hochschulgemeinde", "arch_name": "HSG@4299", "area_id": 42, "building_id": 1809, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -355080,18 +392141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66231, "usage_id": 41 }, "4304.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 01, Treppenraum", "arch_name": "1.OG 01@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355099,18 +392162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69151, "usage_id": 223 }, "4304.01.024": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 02, Flur", "arch_name": "1.OG 02@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355118,18 +392183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69143, "usage_id": 222 }, "4304.01.025": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 03, Reinigungsmittelraum", "arch_name": "1.OG 03@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -355137,18 +392204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69157, "usage_id": 205 }, "4304.01.026": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 04, WC-Damen", "arch_name": "1.OG 04@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -355156,18 +392225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69158, "usage_id": 116 }, "4304.01.027": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 05, WC-Herren", "arch_name": "1.OG 05@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -355175,18 +392246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69152, "usage_id": 115 }, "4304.01.028": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 06, Besprechungsraum", "arch_name": "1.OG 06@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355194,18 +392267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69144, "usage_id": 196 }, "4304.01.029": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 07, B\u00fcro", "arch_name": "1.OG 07@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355213,18 +392288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69145, "usage_id": 12 }, "4304.01.030": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 08, B\u00fcro", "arch_name": "1.OG 08@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355232,18 +392309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69146, "usage_id": 12 }, "4304.01.031": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 09, B\u00fcro", "arch_name": "1.OG 09@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355251,18 +392330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69159, "usage_id": 12 }, "4304.01.032": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 10, Treppenraum", "arch_name": "1.OG 10@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -355270,18 +392351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69153, "usage_id": 223 }, "4304.01.033": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 11, Reinigungsmittelraum", "arch_name": "1.OG 11@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26175, "seats": { @@ -355289,18 +392372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69160, "usage_id": 205 }, "4304.01.034": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 11.1, Treppe", "arch_name": "1.OG 11.1@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -355308,18 +392393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69161, "usage_id": 223 }, "4304.01.035": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 12, Flur", "arch_name": "1.OG 12@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -355327,18 +392414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69147, "usage_id": 222 }, "4304.01.036": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 13, B\u00fcro", "arch_name": "1.OG 13@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26233, "seats": { @@ -355346,18 +392435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69148, "usage_id": 12 }, "4304.01.037": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 14, B\u00fcro", "arch_name": "1.OG 14@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26233, "seats": { @@ -355365,18 +392456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69162, "usage_id": 12 }, "4304.01.038": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 15, B\u00fcro", "arch_name": "1.OG 15@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26233, "seats": { @@ -355384,18 +392477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69163, "usage_id": 12 }, "4304.01.039": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 16, B\u00fcro", "arch_name": "1.OG 16@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26233, "seats": { @@ -355403,18 +392498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69164, "usage_id": 12 }, "4304.01.040": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 17, Speicher (ohne Nutzung)", "arch_name": "1.OG 17@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -355422,18 +392519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69154, "usage_id": 159 }, "4304.01.041": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 17.1, Treppe (ohne Nutzung)", "arch_name": "1.OG 17.1@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -355441,18 +392540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69155, "usage_id": 223 }, "4304.01.042": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "1.OG 17.2, Treppe (ohne Nutzung)", "arch_name": "1.OG 17.2@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -355460,18 +392561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69165, "usage_id": 223 }, "4304.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "2.OG 01, Dachabstellraum (ohne Nutzung)", "arch_name": "2.OG 01@4304", "area_id": 41, "building_id": 670, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -355479,18 +392582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69156, "usage_id": 159 }, "4304.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "2.OG 02, Dachabstellraum (ohne Nutzung)", "arch_name": "2.OG 02@4304", "area_id": 41, "building_id": 670, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -355498,18 +392603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69166, "usage_id": 159 }, "4304.02.005": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "2.OG 02.1, Treppe (ohne Nutzung)", "arch_name": "2.OG 02.1@4304", "area_id": 41, "building_id": 670, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -355517,18 +392624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69167, "usage_id": 223 }, "4304.02.006": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "2.OG 03, Dachabstellraum (ohne Nutzung)", "arch_name": "2.OG 03@4304", "area_id": 41, "building_id": 670, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -355536,18 +392645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69168, "usage_id": 159 }, "4304.02.007": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "2.OG 04, Dachabstellraum (ohne Nutzung)", "arch_name": "2.OG 04@4304", "area_id": 41, "building_id": 670, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -355555,18 +392666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69169, "usage_id": 159 }, "4304.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 01, Eingang/Treppenraum", "arch_name": "EG 01@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355574,18 +392687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69106, "usage_id": 223 }, "4304.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 01.1, Au\u00dfentreppe", "arch_name": "EG 01.1@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -355593,18 +392708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69141, "usage_id": 7 }, "4304.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 01.2, Treppe", "arch_name": "EG 01.2@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -355612,18 +392729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69125, "usage_id": 223 }, "4304.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 02, Flur", "arch_name": "EG 02@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26175, "seats": { @@ -355631,18 +392750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69107, "usage_id": 222 }, "4304.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 03, WC", "arch_name": "EG 03@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -355650,18 +392771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69142, "usage_id": 114 }, "4304.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 04, Reinigungsmittelraum", "arch_name": "EG 04@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -355669,18 +392792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69108, "usage_id": 205 }, "4304.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 05, B\u00fcro", "arch_name": "EG 05@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355688,18 +392813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69109, "usage_id": 12 }, "4304.EG.033": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 06, B\u00fcro", "arch_name": "EG 06@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 45971, "seats": { @@ -355707,18 +392834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69135, "usage_id": 12 }, "4304.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 07, B\u00fcro", "arch_name": "EG 07@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355726,18 +392855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69110, "usage_id": 12 }, "4304.EG.035": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 08, Besprechungsraum", "arch_name": "EG 08@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355745,18 +392876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69111, "usage_id": 196 }, "4304.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 09, B\u00fcro", "arch_name": "EG 09@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355764,18 +392897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69112, "usage_id": 12 }, "4304.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 10, B\u00fcro", "arch_name": "EG 10@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355783,18 +392918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69113, "usage_id": 12 }, "4304.EG.038": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 11, B\u00fcro", "arch_name": "EG 11@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 45971, "seats": { @@ -355802,18 +392939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69114, "usage_id": 12 }, "4304.EG.039": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 12, B\u00fcro", "arch_name": "EG 12@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355821,18 +392960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69126, "usage_id": 12 }, "4304.EG.040": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 13, Aufenthaltsraum", "arch_name": "EG 13@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355840,18 +392981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69127, "usage_id": 44 }, "4304.EG.041": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 14, Teek\u00fcche", "arch_name": "EG 14@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -355859,18 +393002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69115, "usage_id": 44 }, "4304.EG.042": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 14.1, Terrasse", "arch_name": "EG 14.1@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -355878,18 +393023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69116, "usage_id": 48 }, "4304.EG.043": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 15, Eingang/Treppenraum Bauhof", "arch_name": "EG 15@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -355897,18 +393044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69136, "usage_id": 223 }, "4304.EG.045": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 15.2, Treppe", "arch_name": "EG 15.2@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -355916,18 +393065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69138, "usage_id": 223 }, "4304.EG.046": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 16, Flur", "arch_name": "EG 16@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -355935,18 +393086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69121, "usage_id": 222 }, "4304.EG.047": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 17, WC-Herren Vorraum", "arch_name": "EG 17@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -355954,18 +393107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69122, "usage_id": 118 }, "4304.EG.048": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 17a, WC-Herren", "arch_name": "EG 17a@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -355973,18 +393128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69128, "usage_id": 115 }, "4304.EG.049": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 17b, WC-Herren", "arch_name": "EG 17b@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -355992,18 +393149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69129, "usage_id": 115 }, "4304.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 18, Umkleide", "arch_name": "EG 18@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -356011,18 +393170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69139, "usage_id": 121 }, "4304.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 19, Dusche", "arch_name": "EG 19@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -356030,18 +393191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69117, "usage_id": 113 }, "4304.EG.052": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 20, Aufenthaltsraum mit K\u00fcche", "arch_name": "EG 20@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -356049,18 +393212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69123, "usage_id": 44 }, "4304.EG.053": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 21, Werkstatt", "arch_name": "EG 21@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356068,18 +393233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69124, "usage_id": 51 }, "4304.EG.054": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 22, Regallager", "arch_name": "EG 22@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356087,18 +393254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69130, "usage_id": 30 }, "4304.EG.055": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 23, Lager", "arch_name": "EG 23@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356106,18 +393275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69118, "usage_id": 30 }, "4304.EG.056": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 24, Halle 1", "arch_name": "EG 24@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356125,18 +393296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69119, "usage_id": 100 }, "4304.EG.057": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 25, Halle 2", "arch_name": "EG 25@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356144,18 +393317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69120, "usage_id": 100 }, "4304.EG.058": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "EG 26, Lager", "arch_name": "EG 26@4304", "area_id": 41, "building_id": 670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356163,18 +393338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69140, "usage_id": 30 }, "4304.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 01, Treppenraum", "arch_name": "KG 01@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -356182,18 +393359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69096, "usage_id": 223 }, "4304.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 01.1, Treppe", "arch_name": "KG 01.1@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -356201,18 +393380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69097, "usage_id": 223 }, "4304.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 02, Flur", "arch_name": "KG 02@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356220,18 +393401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69085, "usage_id": 222 }, "4304.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 03, Flur", "arch_name": "KG 03@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356239,18 +393422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69086, "usage_id": 222 }, "4304.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 07, Lager", "arch_name": "KG 07@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -356258,18 +393443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69101, "usage_id": 30 }, "4304.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 08, Lager", "arch_name": "KG 08@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -356277,18 +393464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69098, "usage_id": 30 }, "4304.U1.029": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 09, Lager", "arch_name": "KG 09@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -356296,18 +393485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69091, "usage_id": 30 }, "4304.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 10, Lager", "arch_name": "KG 10@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -356315,18 +393506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69092, "usage_id": 30 }, "4304.U1.031": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 11, Heizung", "arch_name": "KG 11@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356334,18 +393527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69102, "usage_id": 201 }, "4304.U1.032": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 11.1, Aussentreppe", "arch_name": "KG 11.1@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356353,18 +393548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69103, "usage_id": 7 }, "4304.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 12, Lager", "arch_name": "KG 12@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -356372,18 +393569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69093, "usage_id": 30 }, "4304.U1.034": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 13, Treppenraum", "arch_name": "KG 13@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -356391,18 +393590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69099, "usage_id": 223 }, "4304.U1.035": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 13.1, Treppe", "arch_name": "KG 13.1@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -356410,18 +393611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69100, "usage_id": 223 }, "4304.U1.037": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 14, Flur", "arch_name": "KG 14@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356429,18 +393632,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69094, "usage_id": 222 }, + "4304.U1.037A": { + "address": { + "place": "Freising", + "street": "Lange Point 51", + "zip_code": 85354 + }, + "alt_name": "KG 14.1, Vorraum", + "arch_name": "KG 14.1@4304", + "area_id": 41, + "building_id": 670, + "floor_level": "1.UG", + "floor_type": "Industrieanstrich", + "main_operator_id": 26175, + "seats": { + "sitting": null, + "standing": null, + "wheelchair": null + }, + "tumonline_id": 75974, + "usage_id": 50 + }, "4304.U1.038": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 15, Flur", "arch_name": "KG 15@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356448,18 +393674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69095, "usage_id": 222 }, "4304.U1.039": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 16, Lager", "arch_name": "KG 16@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356467,18 +393695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69104, "usage_id": 30 }, "4304.U1.041": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 17, Lager", "arch_name": "KG 17@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356486,18 +393716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69105, "usage_id": 30 }, "4304.U1.045": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 19, Lager", "arch_name": "KG 19@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356505,18 +393737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69087, "usage_id": 30 }, "4304.U1.047": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 20, Lager", "arch_name": "KG 20@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356524,18 +393758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69088, "usage_id": 30 }, "4304.U1.049": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "KG 21, Lager", "arch_name": "KG 21@4304", "area_id": 41, "building_id": 670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -356543,19 +393779,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69089, "usage_id": 30 }, "4307.EG.601": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 01, Sicherheitsdienst", "arch_name": "EG 01@4307", "area_id": 41, "building_id": 673, "calendar_resource_nr": 18758, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -356563,18 +393801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49872, "usage_id": 12 }, "4307.EG.602": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 02, B\u00fcro", "arch_name": "EG 02@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -356582,18 +393822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49875, "usage_id": 12 }, "4307.EG.603": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 03, Besprechungsraum", "arch_name": "EG 03@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -356601,18 +393843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49880, "usage_id": 196 }, "4307.EG.604": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 04, B\u00fcro", "arch_name": "EG 04@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -356620,18 +393864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49883, "usage_id": 12 }, "4307.EG.605": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 05, Plotterraum", "arch_name": "EG 05@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -356639,18 +393885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49887, "usage_id": 110 }, "4307.EG.606A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 11A, K\u00fcche", "arch_name": "EG 11A@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -356658,18 +393906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69747, "usage_id": 44 }, "4307.EG.607": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 07, WC", "arch_name": "EG 07@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -356677,18 +393927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49895, "usage_id": 114 }, "4307.EG.608": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 08, Archiv", "arch_name": "EG 08@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -356696,18 +393948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50016, "usage_id": 2 }, "4307.EG.609A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 09, Kopierer", "arch_name": "EG 09@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -356715,18 +393969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69748, "usage_id": 110 }, "4307.EG.611": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 11, Flur", "arch_name": "EG 11@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -356734,18 +393990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50029, "usage_id": 222 }, "4307.EG.612": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 10, WC-Damen", "arch_name": "EG 10@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -356753,18 +394011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50034, "usage_id": 116 }, "4307.EG.613": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 12, Eingang", "arch_name": "EG 12@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -356772,18 +394032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66912, "usage_id": 15 }, "4307.EG.614": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "EG 12A, Eingang Au\u00dfenbereich", "arch_name": "EG 12A@4307", "area_id": 41, "building_id": 673, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -356791,18 +394053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66913, "usage_id": 7 }, "4307.U1.601": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 01, B\u00fcro", "arch_name": "UG 01@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -356810,18 +394074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49713, "usage_id": 12 }, "4307.U1.602": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 02, Aufenthaltsraum", "arch_name": "UG 02@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -356829,18 +394095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49717, "usage_id": 44 }, "4307.U1.603": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 03, B\u00fcro", "arch_name": "UG 03@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -356848,18 +394116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49720, "usage_id": 12 }, "4307.U1.604": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 04, K\u00fcche", "arch_name": "UG 04@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -356867,18 +394137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49725, "usage_id": 44 }, "4307.U1.606": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 06, Abstellraum", "arch_name": "UG 06@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -356886,18 +394158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49731, "usage_id": 30 }, "4307.U1.607": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 07, WC-Damen", "arch_name": "UG 07@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -356905,18 +394179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49736, "usage_id": 116 }, "4307.U1.608": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 08, Reinigungsmittelraum", "arch_name": "UG 08@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -356924,18 +394200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49854, "usage_id": 205 }, "4307.U1.609": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 09, WC-Herren/Heizung", "arch_name": "UG 09@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -356943,18 +394221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49858, "usage_id": 115 }, "4307.U1.610": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 10, Flur", "arch_name": "UG 10@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -356962,18 +394242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49864, "usage_id": 222 }, "4307.U1.610A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 10A, Lager", "arch_name": "UG 10A@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -356981,18 +394263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69749, "usage_id": 30 }, "4307.U1.611": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 11, Treppenraum", "arch_name": "UG 11@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -357000,18 +394284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49868, "usage_id": 223 }, "4307.U1.612": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 6", "zip_code": 85354 }, + "alt_name": "UG 12, Treppe", "arch_name": "UG 12@4307", "area_id": 41, "building_id": 673, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -357019,18 +394305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66914, "usage_id": 223 }, "4308.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.1a, Flur", "arch_name": "2.1a@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -357038,18 +394326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48311, "usage_id": 222 }, "4308.01.021A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K22, Installationsschacht", "arch_name": "K22@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -357057,18 +394347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48326, "usage_id": 120 }, "4308.01.021B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K23, Installationsschacht", "arch_name": "K23@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -357076,18 +394368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48366, "usage_id": 120 }, "4308.01.021C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K25, Installationsschacht", "arch_name": "K25@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -357095,18 +394389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48380, "usage_id": 120 }, "4308.01.021D": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.0, Aufzugsschacht", "arch_name": "1.0@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -357114,18 +394410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48394, "usage_id": 195 }, "4308.01.021E": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K24, Installationsschacht", "arch_name": "K24@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -357133,18 +394431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48430, "usage_id": 120 }, "4308.01.021F": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.1b, Treppenraum 1.OG-DG (12 Stufen)", "arch_name": "2.1b@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -357152,18 +394452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73748, "usage_id": 223 }, "4308.01.022": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.2, WC-Herren", "arch_name": "2.2@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -357171,18 +394473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48444, "usage_id": 115 }, "4308.01.022A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.2a, WC-Herren Vorraum", "arch_name": "2.2a@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -357190,18 +394494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73745, "usage_id": 118 }, "4308.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.3, WC-Damen", "arch_name": "2.3@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -357209,18 +394515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48463, "usage_id": 116 }, "4308.01.023A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.3a, WC-Damen Vorraum", "arch_name": "2.3a@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -357228,18 +394536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73746, "usage_id": 118 }, "4308.01.023B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.3b, Putzkammer", "arch_name": "2.3b@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -357247,18 +394557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74028, "usage_id": 205 }, "4308.01.024": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.4, Sp\u00fclraum", "arch_name": "2.4@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357266,18 +394578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48546, "usage_id": 209 }, "4308.01.025": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.5, Verteilerraum", "arch_name": "2.5@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -357285,18 +394599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48558, "usage_id": 120 }, "4308.01.026": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.6, Flur", "arch_name": "2.6@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -357304,18 +394620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48571, "usage_id": 222 }, "4308.01.027": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.7, Flur", "arch_name": "2.7@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -357323,18 +394641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47115, "usage_id": 222 }, "4308.01.028": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.8, Flur", "arch_name": "2.8@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -357342,18 +394662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47130, "usage_id": 222 }, "4308.01.029": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.9, B\u00fcro", "arch_name": "2.9@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15671, "seats": { @@ -357361,18 +394683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47142, "usage_id": 12 }, "4308.01.210": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.10, B\u00fcro", "arch_name": "2.10@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15671, "seats": { @@ -357380,19 +394704,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47154, "usage_id": 12 }, "4308.01.211": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.11, Seminarraum (gem.Nutzung 1110074900)", "arch_name": "2.11@4308", "area_id": 41, "building_id": 674, "calendar_resource_nr": 18696, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15671, "seats": { @@ -357400,18 +394726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47234, "usage_id": 41 }, "4308.01.212": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.12, B\u00fcro", "arch_name": "2.12@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357419,18 +394747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47252, "usage_id": 12 }, "4308.01.213": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.13, B\u00fcro", "arch_name": "2.13@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357438,18 +394768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47267, "usage_id": 12 }, "4308.01.214": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.14, B\u00fcro", "arch_name": "2.14@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -357457,18 +394789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47344, "usage_id": 12 }, "4308.01.215": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.15, B\u00fcro", "arch_name": "2.15@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -357476,19 +394810,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47353, "usage_id": 12 }, "4308.01.216": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.16, Mikroskopie", "arch_name": "2.16@4308", "area_id": 41, "building_id": 674, "calendar_resource_nr": 25035, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357496,18 +394832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47368, "usage_id": 102 }, "4308.01.216A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.16a, Vorraum Mikroskopie", "arch_name": "2.16a@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357515,19 +394853,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73852, "usage_id": 50 }, "4308.01.217": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.17a, CIP (gem. Nutzung 1110074900)", "arch_name": "2.17a@4308", "area_id": 41, "building_id": 674, "calendar_resource_nr": 18699, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357535,18 +394875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47380, "usage_id": 213 }, "4308.01.217A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.17b, Seminarraum 62 (WZWS62) (gem. Nutzung 11100", "arch_name": "2.17b@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357554,18 +394896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67612, "usage_id": 41 }, "4308.01.218": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.18, B\u00fcro", "arch_name": "2.18@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357573,18 +394917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47454, "usage_id": 12 }, "4308.01.219": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.19, Labor", "arch_name": "2.19@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357592,18 +394938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47463, "usage_id": 102 }, "4308.01.220": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.20, B\u00fcro", "arch_name": "2.20@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357611,18 +394959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47478, "usage_id": 12 }, "4308.01.221": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.21, Chemielabor", "arch_name": "2.21@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357630,18 +394980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47656, "usage_id": 102 }, "4308.01.222": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.22, Elektronikwerkstatt (gem.Nutzung 1110074900)", "arch_name": "2.22@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357649,19 +395001,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47665, "usage_id": 51 }, "4308.01.223": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.23, Physikalisch-Physiologisches Labor", "arch_name": "2.23@4308", "area_id": 41, "building_id": 674, "calendar_resource_nr": 18965, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357669,18 +395023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47682, "usage_id": 102 }, "4308.01.224": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.24, Physikalisch-Physiologisches Labor", "arch_name": "2.24@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357688,18 +395044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47955, "usage_id": 103 }, "4308.01.225": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.25, B\u00fcro", "arch_name": "2.25@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357707,18 +395065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47969, "usage_id": 12 }, "4308.01.226": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.26, Chemielabor", "arch_name": "2.26@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357726,18 +395086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47983, "usage_id": 102 }, "4308.01.227": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.27, Elektrophysiologie", "arch_name": "2.27@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357745,18 +395107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47990, "usage_id": 103 }, "4308.01.228": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.28, Elektrophysiologie", "arch_name": "2.28@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357764,18 +395128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47754, "usage_id": 103 }, "4308.01.229": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "2.29, B\u00fcro", "arch_name": "2.29@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357783,18 +395149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47768, "usage_id": 12 }, "4308.02.301": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "D.1b, Treppenraum", "arch_name": "D.1b@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -357802,18 +395170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47792, "usage_id": 223 }, "4308.02.301A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "D.1a, Flur", "arch_name": "D.1a@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -357821,18 +395191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74029, "usage_id": 222 }, "4308.02.302": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "D.2, K\u00fchlschacht", "arch_name": "D.2@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -357840,18 +395212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47557, "usage_id": 120 }, "4308.02.303": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "D.3, K\u00fcche (gem. Nutzung 1110070400/1110074900)", "arch_name": "D.3@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -357859,18 +395233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47570, "usage_id": 28 }, "4308.02.304": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "D.4, Buchlager", "arch_name": "D.4@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -357878,18 +395254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47586, "usage_id": 30 }, "4308.02.305": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "D.5, Aufzugs- und F\u00f6rdermaschinen", "arch_name": "D.5@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -357897,18 +395275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47854, "usage_id": 5 }, "4308.02.306": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "D.6, Technik", "arch_name": "D.6@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -357916,18 +395296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47868, "usage_id": 120 }, "4308.02.306A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K22a, Installationsschacht", "arch_name": "K22a@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -357935,18 +395317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73713, "usage_id": 120 }, "4308.02.306B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K22b, Installationsschacht", "arch_name": "K22b@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -357954,18 +395338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73714, "usage_id": 120 }, "4308.02.306C": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K23, Installationsschacht", "arch_name": "K23@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -357973,18 +395359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73715, "usage_id": 120 }, "4308.02.306D": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K24, Installationsschacht", "arch_name": "K24@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -357992,18 +395380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73716, "usage_id": 120 }, "4308.02.306E": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K25, Installationsschacht", "arch_name": "K25@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -358011,18 +395401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73717, "usage_id": 120 }, "4308.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K22, Installationsschacht", "arch_name": "K22@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -358030,18 +395422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47622, "usage_id": 120 }, "4308.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K23, Installationsschacht", "arch_name": "K23@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -358049,18 +395443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47631, "usage_id": 120 }, "4308.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K25, Installationsschacht", "arch_name": "K25@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -358068,18 +395464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47637, "usage_id": 120 }, "4308.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K24, Installationsschacht", "arch_name": "K24@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -358087,18 +395485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47647, "usage_id": 120 }, "4308.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.0, Aufzug", "arch_name": "1.0@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -358106,18 +395506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47706, "usage_id": 4 }, "4308.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.1a, Treppenhaus", "arch_name": "1.1a@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -358125,18 +395527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47713, "usage_id": 223 }, "4308.EG.011A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.1b, Treppe EG-1.OG (22 Stufen)", "arch_name": "1.1b@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -358144,18 +395548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73703, "usage_id": 223 }, "4308.EG.011B": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.1c, Reinigungsmittelraum", "arch_name": "1.1c@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -358163,18 +395569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73712, "usage_id": 205 }, "4308.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.2, WC-Herren", "arch_name": "1.2@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -358182,18 +395590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47720, "usage_id": 115 }, "4308.EG.012A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.2a, WC-Herren Vorraum", "arch_name": "1.2a@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -358201,18 +395611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73747, "usage_id": 118 }, "4308.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.3, WC-Damen", "arch_name": "1.3@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -358220,18 +395632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47728, "usage_id": 116 }, "4308.EG.013A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.3a, WC-Damen Vorraum", "arch_name": "1.3a@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -358239,18 +395653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73749, "usage_id": 118 }, "4308.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.4, Abstellraum", "arch_name": "1.4@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -358258,18 +395674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47735, "usage_id": 159 }, "4308.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.5, Verteilerraum", "arch_name": "1.5@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -358277,18 +395695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47744, "usage_id": 120 }, "4308.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.31, Flur", "arch_name": "1.31@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -358296,18 +395716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47806, "usage_id": 222 }, "4308.EG.106": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.06, B\u00fcro", "arch_name": "1.06@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 54317, "seats": { @@ -358315,18 +395737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47816, "usage_id": 12 }, "4308.EG.107": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.07, B\u00fcro", "arch_name": "1.07@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 54317, "seats": { @@ -358334,18 +395758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25683, "usage_id": 12 }, "4308.EG.108": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.08, B\u00fcro", "arch_name": "1.08@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 54317, "seats": { @@ -358353,18 +395779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25691, "usage_id": 12 }, "4308.EG.109": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.09, B\u00fcro", "arch_name": "1.09@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 54317, "seats": { @@ -358372,18 +395800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25695, "usage_id": 12 }, "4308.EG.110": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.10, Eingangshalle", "arch_name": "1.10@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -358391,18 +395821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47909, "usage_id": 222 }, "4308.EG.110B": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.10b, Flur", "arch_name": "1.10b@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -358410,18 +395842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47930, "usage_id": 222 }, "4308.EG.110C": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.10a, Windfang", "arch_name": "1.10a@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -358429,18 +395863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73702, "usage_id": 52 }, "4308.EG.111": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.11, B\u00fcro", "arch_name": "1.11@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358448,19 +395884,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47941, "usage_id": 12 }, "4308.EG.112": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.12, Seminar-/Praktikumsraum (WZWS60/61)", "arch_name": "1.12@4308", "area_id": 41, "building_id": 674, "calendar_resource_nr": 18694, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -358468,18 +395906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48012, "usage_id": 41 }, "4308.EG.115": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.15, W\u00e4geraum", "arch_name": "1.15@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358487,18 +395927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48039, "usage_id": 103 }, "4308.EG.116": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.16, K\u00fchlraum", "arch_name": "1.16@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 54317, "seats": { @@ -358506,18 +395948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48050, "usage_id": 199 }, "4308.EG.117": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.17, Technische Assistenten", "arch_name": "1.17@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358525,18 +395969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48078, "usage_id": 12 }, "4308.EG.118": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.18c, Labor", "arch_name": "1.18c@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358544,18 +395990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48088, "usage_id": 194 }, "4308.EG.118A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.18a, Labor", "arch_name": "1.18a@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358563,18 +396011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48094, "usage_id": 194 }, "4308.EG.118B": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.18b, Labor", "arch_name": "1.18b@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358582,18 +396032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67611, "usage_id": 194 }, "4308.EG.119": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.19, Labor", "arch_name": "1.19@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358601,18 +396053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48105, "usage_id": 194 }, "4308.EG.120": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.20, Labor", "arch_name": "1.20@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358620,18 +396074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48115, "usage_id": 102 }, "4308.EG.121": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.21, Labor", "arch_name": "1.21@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358639,18 +396095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48142, "usage_id": 102 }, "4308.EG.122": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.22, Sp\u00fclraum", "arch_name": "1.22@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358658,18 +396116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48157, "usage_id": 209 }, "4308.EG.123": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.23, Labor", "arch_name": "1.23@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358677,18 +396137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24549, "usage_id": 102 }, "4308.EG.124": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.24, Labor", "arch_name": "1.24@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358696,18 +396158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48177, "usage_id": 102 }, "4308.EG.125": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.25, Labor", "arch_name": "1.25@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358715,18 +396179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48214, "usage_id": 194 }, "4308.EG.126": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.26, K\u00fcche (gem. Nutzung 1124303020)", "arch_name": "1.26@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -358734,18 +396200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48229, "usage_id": 44 }, "4308.EG.127": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.27, B\u00fcro", "arch_name": "1.27@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -358753,18 +396221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9413, "usage_id": 12 }, "4308.EG.128": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.28, B\u00fcro", "arch_name": "1.28@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 54317, "seats": { @@ -358772,18 +396242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48257, "usage_id": 12 }, "4308.EG.129": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.29, B\u00fcro", "arch_name": "1.29@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 54317, "seats": { @@ -358791,18 +396263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48290, "usage_id": 12 }, "4308.EG.130": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.30, Flur", "arch_name": "1.30@4308", "area_id": 41, "building_id": 674, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -358810,18 +396284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48300, "usage_id": 222 }, "4308.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.1a, Flur", "arch_name": "0.1a@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -358829,18 +396305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50528, "usage_id": 222 }, "4308.U1.001A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K22, Installationsschacht", "arch_name": "K22@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -358848,18 +396326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50530, "usage_id": 120 }, "4308.U1.001B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K23, Installationsschacht", "arch_name": "K23@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -358867,18 +396347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50534, "usage_id": 120 }, "4308.U1.001C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.1b, Treppenraum UG-EG (22 Stufen)", "arch_name": "0.1b@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -358886,18 +396368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73718, "usage_id": 222 }, "4308.U1.001D": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.1c, Reinigungsmittelraum", "arch_name": "0.1c@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -358905,18 +396389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73720, "usage_id": 205 }, "4308.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.2, WC-Herren", "arch_name": "0.2@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -358924,18 +396410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50539, "usage_id": 115 }, "4308.U1.002A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.2a, WC-Herren Vorraum", "arch_name": "0.2a@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -358943,18 +396431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73719, "usage_id": 118 }, "4308.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.3, WC-Damen", "arch_name": "0.3@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -358962,18 +396452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50541, "usage_id": 116 }, "4308.U1.003A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.3a, WC-Damen Vorraum", "arch_name": "0.3a@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -358981,18 +396473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73706, "usage_id": 118 }, "4308.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.4, Lager (gem.Nutzung 1110074900)", "arch_name": "0.4@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -359000,18 +396494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50545, "usage_id": 30 }, "4308.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.5, Verteilerraum", "arch_name": "0.5@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -359019,18 +396515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50549, "usage_id": 120 }, "4308.U1.005A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K25, Installationsschacht", "arch_name": "K25@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -359038,18 +396536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50552, "usage_id": 120 }, "4308.U1.005B": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.0, Aufzugsschacht", "arch_name": "1.0@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -359057,18 +396557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50553, "usage_id": 195 }, "4308.U1.005C": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K24, Installationsschacht", "arch_name": "K24@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -359076,18 +396578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50685, "usage_id": 120 }, "4308.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.6, Flur", "arch_name": "0.6@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -359095,18 +396599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50689, "usage_id": 222 }, "4308.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.7, Flur", "arch_name": "0.7@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -359114,18 +396620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50690, "usage_id": 222 }, "4308.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.8, Flur", "arch_name": "0.8@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -359133,18 +396641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50691, "usage_id": 222 }, "4308.U1.009A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.9a, WC", "arch_name": "0.9a@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -359152,18 +396662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50697, "usage_id": 114 }, "4308.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.10, Reinigungsmittelraum", "arch_name": "0.10@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -359171,18 +396683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50699, "usage_id": 205 }, "4308.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.11, Labor(gem. Nutzung 1110074900;1110070100;111", "arch_name": "0.11@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -359190,18 +396704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50693, "usage_id": 103 }, "4308.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.12, Elektrophysiologie / Schallkammer", "arch_name": "0.12@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -359209,18 +396725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50696, "usage_id": 103 }, "4308.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.13, Elektrophysiologie / Schallkammer", "arch_name": "0.13@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -359228,18 +396746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50698, "usage_id": 103 }, "4308.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.14, Seminarraum (gem. Nutzung 1110074900/1110070", "arch_name": "0.14@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -359247,18 +396767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59064, "usage_id": 41 }, "4308.U1.018": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.18, K\u00fchlraum/Wertstoffe/M\u00fcll(gem. Nutzung 111007", "arch_name": "0.18@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -359266,18 +396788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50705, "usage_id": 199 }, "4308.U1.018A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.17, Tiefk\u00fchlraum (gem. Nutzung 1110074900/111002", "arch_name": "0.17@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -359285,18 +396809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74054, "usage_id": 199 }, "4308.U1.019": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.19, Werkstatt (gem. Nutzung 1110074900/111007040", "arch_name": "0.19@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -359304,18 +396830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50706, "usage_id": 51 }, "4308.U1.020": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.20, Werkstatt (gem. Nutzung 1110074900/111007040", "arch_name": "0.20@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -359323,18 +396851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50708, "usage_id": 51 }, "4308.U1.020A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.20a, Werkstatt (gem. Nutzung 1110074900/11100704", "arch_name": "0.20a@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "Holzpflaster", "main_operator_id": 51258, "seats": { @@ -359342,18 +396872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73721, "usage_id": 51 }, "4308.U1.021": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.21, B\u00fcro", "arch_name": "0.21@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -359361,18 +396893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27179, "usage_id": 12 }, "4308.U1.022": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.22, Labor", "arch_name": "0.22@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -359380,18 +396914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50554, "usage_id": 103 }, "4308.U1.023": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.23, Labor, S1", "arch_name": "0.23@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -359399,18 +396935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47434, "usage_id": 194 }, "4308.U1.024": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.24, Labor", "arch_name": "0.24@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 54317, "seats": { @@ -359418,18 +396956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47441, "usage_id": 194 }, "4308.U1.025": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.25, B\u00fcro", "arch_name": "0.25@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -359437,18 +396977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47508, "usage_id": 12 }, "4308.U1.026": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.26, Labor, S1 (gem. Nutzung 1110070400)", "arch_name": "0.26@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -359456,18 +396998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47514, "usage_id": 194 }, "4308.U1.027": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.27, Labor/ Sondergase/ Laser, S1", "arch_name": "0.27@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -359475,18 +397019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47520, "usage_id": 102 }, "4308.U1.028": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.28, Labor/Sondergase, S1", "arch_name": "0.28@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -359494,18 +397040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9595, "usage_id": 194 }, "4308.U1.029": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.29, Physikalisch-Physiologisches Labor", "arch_name": "0.29@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -359513,18 +397061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47531, "usage_id": 103 }, "4308.U1.030": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.30, Physikalisch-Physiologisches Labor", "arch_name": "0.30@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -359532,18 +397082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47538, "usage_id": 103 }, "4308.U1.031": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.31, Physikalisch-Physiologisches Labor", "arch_name": "0.31@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -359551,18 +397103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47543, "usage_id": 103 }, "4308.U1.032": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.32, Physikalisch-Physiologisches Labor", "arch_name": "0.32@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -359570,18 +397124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47608, "usage_id": 103 }, "4308.U1.033": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "0.33, B\u00fcro", "arch_name": "0.33@4308", "area_id": 41, "building_id": 674, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15671, "seats": { @@ -359589,18 +397145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47616, "usage_id": 12 }, "4308.U2.001": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.1a, Flur", "arch_name": "K.1a@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -359608,18 +397166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50039, "usage_id": 222 }, "4308.U2.001B": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.1b, Treppenraum KG-UG (22 Stufen)", "arch_name": "K.1b@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -359627,18 +397187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73704, "usage_id": 223 }, "4308.U2.001C": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.1c, Reinigungsmittelraum", "arch_name": "K.1c@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -359646,18 +397208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73707, "usage_id": 205 }, "4308.U2.002": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.2, Dusche", "arch_name": "K.2@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -359665,18 +397229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50042, "usage_id": 113 }, "4308.U2.003": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.3, Dusche", "arch_name": "K.3@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -359684,18 +397250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50048, "usage_id": 113 }, "4308.U2.004": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.4, Wertstoffe/M\u00fcll", "arch_name": "K.4@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -359703,18 +397271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50053, "usage_id": 214 }, "4308.U2.005": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.5, Verteilerraum", "arch_name": "K.5@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -359722,18 +397292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50057, "usage_id": 120 }, "4308.U2.006": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.6, Flur", "arch_name": "K.6@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -359741,18 +397313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50061, "usage_id": 222 }, "4308.U2.007": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.7, Flur", "arch_name": "K.7@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -359760,18 +397334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50188, "usage_id": 222 }, "4308.U2.008": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.8a, Flur", "arch_name": "K.8a@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -359779,18 +397355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50192, "usage_id": 222 }, "4308.U2.008B": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.8b, Treppe 6 Stufen", "arch_name": "K.8b@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -359798,18 +397376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73710, "usage_id": 223 }, "4308.U2.008C": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.8c, Treppe 6 Stufen", "arch_name": "K.8c@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -359817,18 +397397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73711, "usage_id": 223 }, "4308.U2.009": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.9, Z\u00e4hlerraum", "arch_name": "K.9@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -359836,18 +397418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50196, "usage_id": 120 }, "4308.U2.010": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.10, Heizungsraum", "arch_name": "K.10@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -359855,18 +397439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50199, "usage_id": 201 }, "4308.U2.011": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.11, Lagerraum", "arch_name": "K.11@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -359874,18 +397460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50202, "usage_id": 30 }, "4308.U2.012": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.12, Schreinerei (gem.Nutzung 1110074900/11100704", "arch_name": "K.12@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -359893,18 +397481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50205, "usage_id": 107 }, "4308.U2.013": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.13, Lager", "arch_name": "K.13@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -359912,18 +397502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50208, "usage_id": 30 }, "4308.U2.013A": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.13a, Montageschacht", "arch_name": "K.13a@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -359931,18 +397523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73705, "usage_id": 195 }, "4308.U2.014": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.14, Stromversorgung", "arch_name": "K.14@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -359950,18 +397544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50210, "usage_id": 160 }, "4308.U2.015": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.15, Be- und Entl\u00fcftung", "arch_name": "K.15@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -359969,18 +397565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50213, "usage_id": 32 }, "4308.U2.016": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.16, Tierhaltung", "arch_name": "K.16@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -359988,18 +397586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50216, "usage_id": 167 }, "4308.U2.017": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.17, Tierhaltung", "arch_name": "K.17@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -360007,18 +397607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50218, "usage_id": 167 }, "4308.U2.018": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.18a, Tierhaltung", "arch_name": "K.18a@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -360026,18 +397628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50221, "usage_id": 167 }, "4308.U2.018B": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.18b, Tierhaltung", "arch_name": "K.18b@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -360045,18 +397649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73708, "usage_id": 167 }, "4308.U2.018C": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.18c, Tierhaltung", "arch_name": "K.18c@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -360064,18 +397670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73709, "usage_id": 167 }, "4308.U2.019": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.19a, Lager (gem. Nutzung 1110021300/1110074900)", "arch_name": "K.19a@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -360083,18 +397691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50348, "usage_id": 30 }, "4308.U2.019A": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.19b, Lager (gem. Nutzung 1110021300)", "arch_name": "K.19b@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15671, "seats": { @@ -360102,18 +397712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50351, "usage_id": 30 }, "4308.U2.019B": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.19c, Tierhaltung", "arch_name": "K.19c@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15671, "seats": { @@ -360121,18 +397733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50354, "usage_id": 167 }, "4308.U2.020A": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.20, Tierhaltung (gem.Nutzung 1110070400)", "arch_name": "K.20@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -360140,18 +397754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50359, "usage_id": 106 }, "4308.U2.020B": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.20a, Tierhaltung", "arch_name": "K.20a@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51258, "seats": { @@ -360159,18 +397775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50363, "usage_id": 106 }, "4308.U2.020C": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.20b/c/d, Tierhaltung", "arch_name": "K.20b/c/d@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -360178,18 +397796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50368, "usage_id": 106 }, "4308.U2.021": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.21, Serverraum", "arch_name": "K.21@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -360197,18 +397817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50373, "usage_id": 32 }, "4308.U2.022": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.22, Sonderm\u00fcll/Inst.Schacht (gem.Nutzung 1110074", "arch_name": "K.22@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15671, "seats": { @@ -360216,18 +397838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50378, "usage_id": 120 }, "4308.U2.023": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.23, Sonderm\u00fcll/Inst.Schacht (gem.Nutzung 1110074", "arch_name": "K.23@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 15671, "seats": { @@ -360235,18 +397859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50382, "usage_id": 120 }, "4308.U2.024": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.24, Installationsschacht", "arch_name": "K.24@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -360254,18 +397880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50386, "usage_id": 120 }, "4308.U2.025": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.25, Installationsschacht", "arch_name": "K.25@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -360273,18 +397901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50518, "usage_id": 120 }, "4308.U2.026": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "1.0, Aufzugsschacht", "arch_name": "1.0@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -360292,18 +397922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50521, "usage_id": 195 }, "4308.U2.027": { "address": { - "floor": "2.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 4", "zip_code": 85354 }, + "alt_name": "K.27, Tierhaltung (gem.Nutzung 1110070400)", "arch_name": "K.27@4308", "area_id": 41, "building_id": 674, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -360311,18 +397943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50525, "usage_id": 106 }, "4309.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Arbeitsraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360330,18 +397964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47887, "usage_id": 12 }, "4309.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Arbeitsraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360349,18 +397985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45930, "usage_id": 10 }, "4309.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Arbeitsraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360368,18 +398006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45947, "usage_id": 12 }, "4309.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Arbeitsraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360387,18 +398027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46107, "usage_id": 12 }, "4309.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "005, Arbeitsraum", "arch_name": "005@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360406,18 +398048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46122, "usage_id": 12 }, "4309.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Arbeitsraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360425,18 +398069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46136, "usage_id": 12 }, "4309.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Arbeitsraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360444,18 +398090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46151, "usage_id": 12 }, "4309.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "008, EDV-Raum", "arch_name": "008@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360463,18 +398111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46299, "usage_id": 207 }, "4309.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Arbeitsraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360482,18 +398132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46313, "usage_id": 12 }, "4309.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Arbeitsraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360501,18 +398153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46333, "usage_id": 12 }, "4309.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "011, WC-Vorraum", "arch_name": "011@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -360520,18 +398174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46482, "usage_id": 118 }, "4309.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "012, WC", "arch_name": "012@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -360539,18 +398195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46496, "usage_id": 114 }, "4309.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "013, WC", "arch_name": "013@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -360558,18 +398216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46511, "usage_id": 114 }, "4309.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Arbeitsraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360577,18 +398237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46665, "usage_id": 12 }, "4309.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "015, Arbeitsraum", "arch_name": "015@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360596,18 +398258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46679, "usage_id": 12 }, "4309.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "B\u00fcro", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360615,18 +398279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46694, "usage_id": 12 }, "4309.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Serverraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360634,18 +398300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46849, "usage_id": 207 }, "4309.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Arbeitsraum", "arch_name": "@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -360653,18 +398321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46870, "usage_id": 12 }, "4309.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "019, Flur", "arch_name": "019@4309", "area_id": 41, "building_id": 675, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -360672,18 +398342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47023, "usage_id": 222 }, "4310.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "009, Lager", "arch_name": "009@4310", "area_id": 41, "building_id": 676, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -360691,18 +398363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47031, "usage_id": 30 }, "4310.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "010, Fahrradkeller", "arch_name": "010@4310", "area_id": 41, "building_id": 676, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -360710,18 +398384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47041, "usage_id": 159 }, "4310.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "011, Grobmechanische Werkstatt", "arch_name": "011@4310", "area_id": 41, "building_id": 676, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -360729,18 +398405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47053, "usage_id": 51 }, "4310.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "Lager", "arch_name": "@4310", "area_id": 41, "building_id": 676, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -360748,18 +398426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47064, "usage_id": 30 }, "4310.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "KFZ-Abstellr\u00e4ume", "arch_name": "@4310", "area_id": 41, "building_id": 676, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -360767,18 +398447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44334, "usage_id": 100 }, "4311.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "001, Flur", "arch_name": "001@4311", "area_id": 41, "building_id": 677, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -360786,19 +398468,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44348, "usage_id": 222 }, "4311.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "002, Seminarraum", "arch_name": "002@4311", "area_id": 41, "building_id": 677, "calendar_resource_nr": 20458, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -360806,19 +398490,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44368, "usage_id": 41 }, "4311.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "003, B\u00fcro", "arch_name": "003@4311", "area_id": 41, "building_id": 677, "calendar_resource_nr": 20459, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51258, "seats": { @@ -360826,19 +398512,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44526, "usage_id": 12 }, "4311.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "004, B\u00fcro", "arch_name": "004@4311", "area_id": 41, "building_id": 677, "calendar_resource_nr": 20460, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -360846,18 +398534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44549, "usage_id": 12 }, "4311.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "005, K\u00fcchen allgemein", "arch_name": "005@4311", "area_id": 41, "building_id": 677, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -360865,19 +398555,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44565, "usage_id": 28 }, "4311.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "006, B\u00fcro", "arch_name": "006@4311", "area_id": 41, "building_id": 677, "calendar_resource_nr": 20463, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -360885,19 +398577,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44719, "usage_id": 12 }, "4311.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "007, B\u00fcro", "arch_name": "007@4311", "area_id": 41, "building_id": 677, "calendar_resource_nr": 20462, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -360905,18 +398599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44735, "usage_id": 12 }, "4311.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "008, B\u00fcro", "arch_name": "008@4311", "area_id": 41, "building_id": 677, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -360924,18 +398620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44883, "usage_id": 12 }, "4311.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "009, B\u00fcro", "arch_name": "009@4311", "area_id": 41, "building_id": 677, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -360943,18 +398641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44896, "usage_id": 12 }, "4311.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "010, Gang", "arch_name": "010@4311", "area_id": 41, "building_id": 677, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -360962,18 +398662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44910, "usage_id": 12 }, "4311.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "011, WC", "arch_name": "011@4311", "area_id": 41, "building_id": 677, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -360981,18 +398683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45065, "usage_id": 114 }, "4311.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Blumenstr. 16", "zip_code": 85354 }, + "alt_name": "012, WC", "arch_name": "012@4311", "area_id": 41, "building_id": 677, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -361000,18 +398704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45079, "usage_id": 114 }, "4314.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten", "zip_code": 85354 }, + "alt_name": "001, Trafostation VII", "arch_name": "001@4314", "area_id": 41, "building_id": 886, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -361019,18 +398725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46909, "usage_id": 160 }, "4314.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten", "zip_code": 85354 }, + "alt_name": "002, Trafostation VII", "arch_name": "002@4314", "area_id": 41, "building_id": 886, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -361038,18 +398746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46920, "usage_id": 160 }, "4314.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten", "zip_code": 85354 }, + "alt_name": "003, Trafostation VII", "arch_name": "003@4314", "area_id": 41, "building_id": 886, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -361057,18 +398767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47067, "usage_id": 160 }, "4314.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten", "zip_code": 85354 }, + "alt_name": "004, Trafostation VII", "arch_name": "004@4314", "area_id": 41, "building_id": 886, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -361076,18 +398788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47078, "usage_id": 160 }, "4314.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Staudengarten", "zip_code": 85354 }, + "alt_name": "005, Trafostation VII", "arch_name": "005@4314", "area_id": 41, "building_id": 886, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -361095,18 +398809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47090, "usage_id": 160 }, "4315.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "Halle 1, Lager", "arch_name": "Halle 1@4315", "area_id": 41, "building_id": 658, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -361114,18 +398830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47105, "usage_id": 30 }, "4316.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 51", "zip_code": 85354 }, + "alt_name": "Halle 2, Lager", "arch_name": "Halle 2@4316", "area_id": 41, "building_id": 2512, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -361133,18 +398851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70454, "usage_id": 30 }, "4317.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.1, B\u00fcro", "arch_name": "1.1@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361152,18 +398872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45845, "usage_id": 12 }, "4317.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.2, B\u00fcro", "arch_name": "1.2@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361171,18 +398893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45862, "usage_id": 12 }, "4317.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.3, B\u00fcro", "arch_name": "1.3@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361190,18 +398914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45874, "usage_id": 12 }, "4317.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.4, B\u00fcro", "arch_name": "1.4@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361209,18 +398935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46020, "usage_id": 12 }, "4317.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.5, B\u00fcro", "arch_name": "1.5@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361228,18 +398956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46033, "usage_id": 12 }, "4317.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.6, B\u00fcro", "arch_name": "1.6@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361247,18 +398977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46038, "usage_id": 12 }, "4317.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.7, B\u00fcro", "arch_name": "1.7@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361266,18 +398998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46051, "usage_id": 12 }, "4317.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.8, B\u00fcro", "arch_name": "1.8@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361285,19 +399019,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46199, "usage_id": 12 }, "4317.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.9, Seminarraum 65", "arch_name": "1.9@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 18650, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361305,18 +399041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46210, "usage_id": 196 }, "4317.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.11, Aufenthaltsraum", "arch_name": "1.11@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361324,18 +399062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46222, "usage_id": 44 }, "4317.01.113": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.13, Umkleide", "arch_name": "1.13@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -361343,18 +399083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46232, "usage_id": 121 }, "4317.01.114": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.14, B\u00fcro", "arch_name": "1.14@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361362,18 +399104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46381, "usage_id": 12 }, "4317.01.115": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.15, B\u00fcro", "arch_name": "1.15@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361381,18 +399125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46395, "usage_id": 12 }, "4317.01.116": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.16, W\u00e4geraum", "arch_name": "1.16@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -361400,18 +399146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46415, "usage_id": 103 }, "4317.01.118": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.18, Werkraum", "arch_name": "1.18@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -361419,18 +399167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46565, "usage_id": 51 }, "4317.01.119": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.19, Werkstatt allgemein", "arch_name": "1.19@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -361438,18 +399188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46577, "usage_id": 51 }, "4317.01.120": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.20, Werkstatt allgemein", "arch_name": "1.20@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -361457,18 +399209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46588, "usage_id": 51 }, "4317.01.121": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.21, Mikroskopierraum", "arch_name": "1.21@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -361476,18 +399230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46605, "usage_id": 103 }, "4317.01.122": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.22, Kryokonservierung Embryologie (gem. Nutzung", "arch_name": "1.22@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361495,18 +399251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46755, "usage_id": 49 }, "4317.01.123": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.23, Stickstofflager (gem.Nutzung 1110075000/1124", "arch_name": "1.23@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361514,18 +399272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46768, "usage_id": 199 }, "4317.01.124": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.24, Versorgungsschacht", "arch_name": "1.24@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -361533,18 +399293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46778, "usage_id": 120 }, "4317.01.125": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.25, Labor", "arch_name": "1.25@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361552,18 +399314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46930, "usage_id": 102 }, "4317.01.126": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.26, Schleuse", "arch_name": "1.26@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -361571,18 +399335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46943, "usage_id": 105 }, "4317.01.127": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.27, Duka", "arch_name": "1.27@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361590,18 +399356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46957, "usage_id": 104 }, "4317.01.129": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.29, Sp\u00fclk\u00fcche/Autoklavenraum", "arch_name": "1.29@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361609,18 +399377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44432, "usage_id": 194 }, "4317.01.130": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.30, 80\u00b0C Freezer", "arch_name": "1.30@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -361628,18 +399398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44454, "usage_id": 199 }, "4317.01.131": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.31, Chemikalienraum", "arch_name": "1.31@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361647,18 +399419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44469, "usage_id": 102 }, "4317.01.132": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.32, K\u00fchlraum", "arch_name": "1.32@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361666,18 +399440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44616, "usage_id": 199 }, "4317.01.133": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.33, Tiefk\u00fchlraum", "arch_name": "1.33@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361685,18 +399461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44631, "usage_id": 199 }, "4317.01.134": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.34, Elektroraum", "arch_name": "1.34@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -361704,18 +399482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44651, "usage_id": 120 }, "4317.01.136": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.36, WC-Damen", "arch_name": "1.36@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -361723,18 +399503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44791, "usage_id": 116 }, "4317.01.136A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.36a, WC-Damen Vorraum", "arch_name": "1.36a@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -361742,18 +399524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44812, "usage_id": 118 }, "4317.01.137": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.37, WC-Herren", "arch_name": "1.37@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -361761,18 +399545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44826, "usage_id": 115 }, "4317.01.137A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.37a, WC-Herren Vorraum", "arch_name": "1.37a@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -361780,18 +399566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44978, "usage_id": 118 }, "4317.01.138": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.38, Reinigungsmittelraum", "arch_name": "1.38@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -361799,18 +399587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44998, "usage_id": 205 }, "4317.01.139": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.39, Labor", "arch_name": "1.39@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361818,19 +399608,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45147, "usage_id": 102 }, "4317.01.141": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.41, Labor", "arch_name": "1.41@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 18531, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361838,18 +399630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45158, "usage_id": 102 }, "4317.01.142": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.42, Labor", "arch_name": "1.42@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361857,18 +399651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45182, "usage_id": 102 }, "4317.01.143": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.43, Labor", "arch_name": "1.43@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361876,18 +399672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45327, "usage_id": 102 }, "4317.01.144": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.44, Labor", "arch_name": "1.44@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361895,18 +399693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45343, "usage_id": 102 }, "4317.01.145": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.45, Zellkultur", "arch_name": "1.45@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361914,18 +399714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45354, "usage_id": 102 }, "4317.01.146": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.46, Versorgungsschacht", "arch_name": "1.46@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -361933,18 +399735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45367, "usage_id": 120 }, "4317.01.147": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.47, Labor", "arch_name": "1.47@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361952,18 +399756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45510, "usage_id": 102 }, "4317.01.148": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.48, Labor", "arch_name": "1.48@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361971,18 +399777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45531, "usage_id": 102 }, "4317.01.149": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.49, Labor", "arch_name": "1.49@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -361990,18 +399798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45549, "usage_id": 102 }, "4317.01.151": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.51, FACS/SPRT/qPCR (gem.Nutzung 1110075000/11243", "arch_name": "1.51@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -362009,18 +399819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45696, "usage_id": 102 }, "4317.01.152": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.52, Versorgungsschacht", "arch_name": "1.52@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -362028,18 +399840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45708, "usage_id": 120 }, "4317.01.153": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.53, Labor / Nager", "arch_name": "1.53@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -362047,18 +399861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45727, "usage_id": 197 }, "4317.01.154": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.54, Server", "arch_name": "1.54@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -362066,18 +399882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45734, "usage_id": 207 }, "4317.01.155": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.55, Lager (gem. Nutzung 1110054700)", "arch_name": "1.55@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -362085,18 +399903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45884, "usage_id": 30 }, "4317.01.156": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.56, Lager (gem. Nutzung 1110054700)", "arch_name": "1.56@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -362104,18 +399924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45897, "usage_id": 30 }, "4317.01.157": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.57, Pflanzraum", "arch_name": "1.57@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362123,18 +399945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45913, "usage_id": 166 }, "4317.01.158": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.58, Lagerraum (gem. Nutzung alle)", "arch_name": "1.58@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -362142,18 +399966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46072, "usage_id": 30 }, "4317.01.159": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.59, Flur", "arch_name": "1.59@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -362161,18 +399987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46090, "usage_id": 222 }, "4317.01.160": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.60, Flur", "arch_name": "1.60@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -362180,18 +400008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46244, "usage_id": 222 }, "4317.01.161": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.61, Flur", "arch_name": "1.61@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -362199,18 +400029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46263, "usage_id": 222 }, "4317.01.162": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.62, Treppenraum", "arch_name": "1.62@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -362218,18 +400050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46279, "usage_id": 223 }, "4317.01.163": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.63, Treppenraum", "arch_name": "1.63@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -362237,18 +400071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46432, "usage_id": 223 }, "4317.01.164": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.64, Flur", "arch_name": "1.64@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -362256,18 +400092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46452, "usage_id": 222 }, "4317.01.165": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "1.65, Treppe", "arch_name": "1.65@4317", "area_id": 41, "building_id": 657, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -362275,18 +400113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46470, "usage_id": 223 }, "4317.02.201": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.1, B\u00fcro", "arch_name": "2.1@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362294,18 +400134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46626, "usage_id": 12 }, "4317.02.202": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.2, Sekretariat", "arch_name": "2.2@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362313,19 +400155,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46638, "usage_id": 40 }, "4317.02.203": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.3, Besprechungsraum", "arch_name": "2.3@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 20681, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362333,18 +400177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46652, "usage_id": 196 }, "4317.02.204": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.4, B\u00fcro", "arch_name": "2.4@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362352,19 +400198,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46803, "usage_id": 12 }, "4317.02.205": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.5, B\u00fcro", "arch_name": "2.5@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 20922, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362372,18 +400220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46810, "usage_id": 12 }, "4317.02.206": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.6, B\u00fcro", "arch_name": "2.6@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362391,18 +400241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46820, "usage_id": 12 }, "4317.02.207": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.7, B\u00fcro", "arch_name": "2.7@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362410,18 +400262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46832, "usage_id": 12 }, "4317.02.208A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.8, B\u00fcro", "arch_name": "2.8@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362429,18 +400283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59945, "usage_id": 12 }, "4317.02.208B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.8A, B\u00fcro", "arch_name": "2.8A@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362448,19 +400304,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59946, "usage_id": 12 }, "4317.02.209": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.9, Aufenthaltsraum (gem. Nutzung 1110054700)", "arch_name": "2.9@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 18377, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362468,18 +400326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46987, "usage_id": 44 }, "4317.02.211": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.11, Umkleide (gem. Nutzung 1110054700)", "arch_name": "2.11@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44624, "seats": { @@ -362487,18 +400347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47002, "usage_id": 121 }, "4317.02.212": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.12, B\u00fcro", "arch_name": "2.12@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -362506,19 +400368,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32343, "usage_id": 12 }, "4317.02.213": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.13, B\u00fcro / gemeinsame Nutzung mit 1110024800", "arch_name": "2.13@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 18294, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -362526,18 +400390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17543, "usage_id": 12 }, "4317.02.214": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.14, B\u00fcro (gem. Nutzung 1110054710)", "arch_name": "2.14@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -362545,18 +400411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23451, "usage_id": 12 }, "4317.02.215": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.15, B\u00fcro (gem. Nutzung 1110054710)", "arch_name": "2.15@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -362564,18 +400432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44313, "usage_id": 12 }, "4317.02.216": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.16, B\u00fcro", "arch_name": "2.16@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -362583,18 +400453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44328, "usage_id": 12 }, "4317.02.217": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.17, B\u00fcro", "arch_name": "2.17@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -362602,18 +400474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44478, "usage_id": 12 }, "4317.02.218": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.18, B\u00fcro/Wachstumsregulation der Pflanzen (gem.", "arch_name": "2.18@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -362621,18 +400495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44489, "usage_id": 12 }, "4317.02.219": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.19, Sekretariat", "arch_name": "2.19@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -362640,19 +400516,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44495, "usage_id": 12 }, "4317.02.220": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.20, B\u00fcro", "arch_name": "2.20@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 27872, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -362660,18 +400538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44510, "usage_id": 12 }, "4317.02.221": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.21, Installationsschacht", "arch_name": "2.21@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -362679,18 +400559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44516, "usage_id": 120 }, "4317.02.222": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.22, Isotopenlabor (gem.Nutzung 1110054700)", "arch_name": "2.22@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362698,18 +400580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44664, "usage_id": 102 }, "4317.02.223": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.23, Isotopenlabor (gem.Nutzung 1110054700)", "arch_name": "2.23@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362717,18 +400601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44676, "usage_id": 102 }, "4317.02.224": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.24, Chemikalienraum (gem. Nutzung 1110054700)", "arch_name": "2.24@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15593, "seats": { @@ -362736,18 +400622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44687, "usage_id": 132 }, "4317.02.225": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.25, Gefriertruhe (-80\u00b0 C)", "arch_name": "2.25@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362755,18 +400643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44700, "usage_id": 199 }, "4317.02.226": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.26, Sp\u00fclk\u00fcche (gem. Nutzung 1110054700)", "arch_name": "2.26@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362774,18 +400664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44840, "usage_id": 28 }, "4317.02.227": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.27, Autoklavenraum (gem. Nutzung 1110054700)", "arch_name": "2.27@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362793,18 +400685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44849, "usage_id": 194 }, "4317.02.228": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.28, K\u00fchlraum (gem. Nutzung 1110054700)", "arch_name": "2.28@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362812,18 +400706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44862, "usage_id": 199 }, "4317.02.229": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.29, Tiefk\u00fchlraum (gem. Nutzung 1110054700)", "arch_name": "2.29@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362831,18 +400727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45196, "usage_id": 199 }, "4317.02.230": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.30, Elektroraum", "arch_name": "2.30@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -362850,18 +400748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45201, "usage_id": 120 }, "4317.02.231": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.31, WC-Damen", "arch_name": "2.31@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -362869,18 +400769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45215, "usage_id": 116 }, "4317.02.231A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.31a, WC-Damen Vorraum", "arch_name": "2.31a@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -362888,18 +400790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45228, "usage_id": 118 }, "4317.02.232": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.32, WC-Herren", "arch_name": "2.32@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -362907,18 +400811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45738, "usage_id": 115 }, "4317.02.232A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.32a, WC-Herren Vorraum", "arch_name": "2.32a@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -362926,18 +400832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45753, "usage_id": 118 }, "4317.02.233": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.33, Reinigungsmittelraum", "arch_name": "2.33@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -362945,18 +400853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45766, "usage_id": 205 }, "4317.02.235": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.35, Labor / Molekularbiologie", "arch_name": "2.35@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362964,18 +400874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23989, "usage_id": 103 }, "4317.02.236": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.36, Labor / Gelelektrophorese", "arch_name": "2.36@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -362983,18 +400895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18392, "usage_id": 103 }, "4317.02.237": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.37, Labor", "arch_name": "2.37@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -363002,18 +400916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45387, "usage_id": 102 }, "4317.02.238": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.38, Labor / Gentechnik", "arch_name": "2.38@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -363021,18 +400937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45402, "usage_id": 103 }, "4317.02.239": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.39, Labor / RNA-Isolierung", "arch_name": "2.39@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -363040,18 +400958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45414, "usage_id": 103 }, "4317.02.240": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.40, Zellkultur", "arch_name": "2.40@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -363059,18 +400979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24172, "usage_id": 102 }, "4317.02.241": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.41, Versorgungsschacht", "arch_name": "2.41@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -363078,19 +401000,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45035, "usage_id": 120 }, "4317.02.242": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.42, Analytisches Labor / Praktikum", "arch_name": "2.42@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 23850, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -363098,18 +401022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45044, "usage_id": 102 }, "4317.02.243": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.43, Analytisches Labor / HPLC", "arch_name": "2.43@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -363117,19 +401043,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45556, "usage_id": 102 }, "4317.02.244": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.44, Labor", "arch_name": "2.44@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 25986, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -363137,19 +401065,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45565, "usage_id": 102 }, "4317.02.245": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.45, Labor", "arch_name": "2.45@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 28352, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -363157,18 +401087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45580, "usage_id": 102 }, "4317.02.246": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.46, Versorgungsschacht", "arch_name": "2.46@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -363176,19 +401108,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45592, "usage_id": 120 }, "4317.02.247": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.47, Labor", "arch_name": "2.47@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 28353, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -363196,19 +401130,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52728, "usage_id": 102 }, "4317.02.248": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.48, Labor (gem. Nutzung 1110054710)", "arch_name": "2.48@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 28354, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -363216,19 +401152,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52744, "usage_id": 102 }, "4317.02.249": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.49, Labor (gem. Nutzung 1110054710)", "arch_name": "2.49@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 28355, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -363236,19 +401174,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52755, "usage_id": 102 }, "4317.02.250": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.50, Labor", "arch_name": "2.50@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 28356, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -363256,18 +401196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52764, "usage_id": 102 }, "4317.02.251": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.51, Flur", "arch_name": "2.51@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -363275,18 +401217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52905, "usage_id": 222 }, "4317.02.251A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.51A, Flur", "arch_name": "2.51A@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -363294,18 +401238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52917, "usage_id": 222 }, "4317.02.251B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.51B, Flur", "arch_name": "2.51B@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -363313,18 +401259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52924, "usage_id": 222 }, "4317.02.252": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.52, Flur", "arch_name": "2.52@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -363332,18 +401280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52940, "usage_id": 222 }, "4317.02.253": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.53, Eingang Nord", "arch_name": "2.53@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -363351,18 +401301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53077, "usage_id": 222 }, "4317.02.254": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.54, Flur", "arch_name": "2.54@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -363370,18 +401322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53087, "usage_id": 222 }, "4317.02.255": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.55, Treppenraum", "arch_name": "2.55@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -363389,18 +401343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53100, "usage_id": 223 }, "4317.02.256": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.56, Treppenraum", "arch_name": "2.56@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -363408,18 +401364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53119, "usage_id": 223 }, "4317.02.257": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "2.57, Treppe", "arch_name": "2.57@4317", "area_id": 41, "building_id": 657, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -363427,18 +401385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53263, "usage_id": 223 }, "4317.03.300": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.0, Terrasse", "arch_name": "3.0@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -363446,19 +401406,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53276, "usage_id": 218 }, "4317.03.301": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.1, B\u00fcro", "arch_name": "3.1@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 18844, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -363466,18 +401428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53289, "usage_id": 12 }, "4317.03.302": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.2, Vorzimmer / Druckraum (gem.Nutzung 1110075000", "arch_name": "3.2@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363485,18 +401449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53427, "usage_id": 12 }, "4317.03.303": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.3, Sekretariat/ARC (gem.Nutzung 1110075000/11243", "arch_name": "3.3@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363504,18 +401470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53438, "usage_id": 12 }, "4317.03.304": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.4, B\u00fcro", "arch_name": "3.4@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -363523,19 +401491,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53450, "usage_id": 12 }, "4317.03.305": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.5, Seminarraum 66 (WZWS66)(gem.Nutzung 111007500", "arch_name": "3.5@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 18530, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363543,18 +401513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53462, "usage_id": 41 }, "4317.03.306": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.6, Sozialraum (gem.Nutzung 1110075000/1124301030", "arch_name": "3.6@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363562,18 +401534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53600, "usage_id": 44 }, "4317.03.308": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.8, Umkleide (gem.Nutzung 1110075000/1124301030)", "arch_name": "3.8@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -363581,18 +401555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53612, "usage_id": 121 }, "4317.03.309": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.9, B\u00fcro", "arch_name": "3.9@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -363600,18 +401576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53623, "usage_id": 12 }, "4317.03.310": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.10, B\u00fcro", "arch_name": "3.10@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -363619,18 +401597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53635, "usage_id": 12 }, "4317.03.311": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.11, B\u00fcro", "arch_name": "3.11@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -363638,18 +401618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53767, "usage_id": 12 }, "4317.03.312": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.12, B\u00fcro", "arch_name": "3.12@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -363657,18 +401639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18643, "usage_id": 12 }, "4317.03.313": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.13, Gesch\u00e4ftsf\u00fchrung ARC", "arch_name": "3.13@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -363676,18 +401660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23358, "usage_id": 12 }, "4317.03.314": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.14, B\u00fcro", "arch_name": "3.14@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 54318, "seats": { @@ -363695,18 +401681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51194, "usage_id": 12 }, "4317.03.315": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.15, B\u00fcro", "arch_name": "3.15@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 54318, "seats": { @@ -363714,18 +401702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51198, "usage_id": 12 }, "4317.03.316": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.16, B\u00fcro", "arch_name": "3.16@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 54318, "seats": { @@ -363733,19 +401723,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23377, "usage_id": 12 }, "4317.03.317": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.17, B\u00fcro", "arch_name": "3.17@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 20055, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 54318, "seats": { @@ -363753,18 +401745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23468, "usage_id": 12 }, "4317.03.318": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.18, Versorgungsschacht", "arch_name": "3.18@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -363772,18 +401766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51372, "usage_id": 120 }, "4317.03.319": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.19, Lager (gem.Nutzung 1110075000/1124301030)", "arch_name": "3.19@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363791,18 +401787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51384, "usage_id": 2 }, "4317.03.320": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.20, Mikroskopie (gem.Nutzung 1110075000/11243010", "arch_name": "3.20@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363810,18 +401808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51387, "usage_id": 102 }, "4317.03.321": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.21, Sp\u00fclk\u00fcche (gem.Nutzung 1110075000/1124301030", "arch_name": "3.21@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363829,18 +401829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51399, "usage_id": 28 }, "4317.03.322": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.22, Autoklavenraum (gem.Nutzung 1110075000/11243", "arch_name": "3.22@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363848,18 +401850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51414, "usage_id": 194 }, "4317.03.323": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.23, PCR/K\u00fchltruhe (gem.Nutzung 1110075000/112430", "arch_name": "3.23@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363867,18 +401871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51568, "usage_id": 199 }, "4317.03.324": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.24, 4\u00b0 Raum (gem.Nutzung 1110075000/1124301030)", "arch_name": "3.24@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363886,18 +401892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17726, "usage_id": 199 }, "4317.03.325": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.25, Tiefk\u00fchlraum (gem.Nutzung 1110075000/1124301", "arch_name": "3.25@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363905,18 +401913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23684, "usage_id": 199 }, "4317.03.326": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.26, Elektroraum", "arch_name": "3.26@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -363924,18 +401934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23693, "usage_id": 120 }, "4317.03.328": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.28, WC-Damen", "arch_name": "3.28@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -363943,18 +401955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23703, "usage_id": 116 }, "4317.03.329": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.29, WC-Herren", "arch_name": "3.29@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -363962,18 +401976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23789, "usage_id": 115 }, "4317.03.331": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.31, K\u00fchltruhe/Apotheke (gem.Nutzung 1110075000/1", "arch_name": "3.31@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -363981,18 +401997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51773, "usage_id": 207 }, "4317.03.333": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.33, Labor", "arch_name": "3.33@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -364000,18 +402018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51921, "usage_id": 102 }, "4317.03.334": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.34, Labor", "arch_name": "3.34@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -364019,18 +402039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23811, "usage_id": 102 }, "4317.03.335": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.35, Labor", "arch_name": "3.35@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -364038,18 +402060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23904, "usage_id": 102 }, "4317.03.336": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.36, Labor", "arch_name": "3.36@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -364057,18 +402081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52084, "usage_id": 102 }, "4317.03.337": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.37, Labor", "arch_name": "3.37@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 47597, "seats": { @@ -364076,18 +402102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23920, "usage_id": 102 }, "4317.03.338": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.38, Zellkultur", "arch_name": "3.38@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 54318, "seats": { @@ -364095,18 +402123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24001, "usage_id": 102 }, "4317.03.339": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.39, Versorgungsschacht", "arch_name": "3.39@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -364114,18 +402144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18396, "usage_id": 120 }, "4317.03.340": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.40, Chemik./Bakteriologie/Histo/ELISA/Lumineszen", "arch_name": "3.40@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364133,18 +402165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52264, "usage_id": 102 }, "4317.03.341": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.41, Gele+Geldokumentation (gem.Nutzung 111007500", "arch_name": "3.41@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364152,18 +402186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52277, "usage_id": 102 }, "4317.03.342": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.42, Labor", "arch_name": "3.42@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 54318, "seats": { @@ -364171,18 +402207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52288, "usage_id": 102 }, "4317.03.343": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.43, Labor", "arch_name": "3.43@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 54318, "seats": { @@ -364190,18 +402228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52431, "usage_id": 102 }, "4317.03.344": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.44, Versorgungsschacht", "arch_name": "3.44@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -364209,18 +402249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52439, "usage_id": 120 }, "4317.03.345": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.45, Zellkultur (gem.Nutzung 1110075000/112430103", "arch_name": "3.45@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364228,18 +402270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52454, "usage_id": 102 }, "4317.03.346": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.46, Zellkultur (gem.Nutzung 1110075000/112430103", "arch_name": "3.46@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364247,18 +402291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52600, "usage_id": 102 }, "4317.03.347": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.47, Zellkultur (gem.Nutzung 1110075000/112430103", "arch_name": "3.47@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364266,18 +402312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52612, "usage_id": 102 }, "4317.03.348": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.48, Zellkultur (gem.Nutzung 1110075000/112430103", "arch_name": "3.48@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364285,18 +402333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52626, "usage_id": 102 }, "4317.03.349": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.49, Zellkultur (gem.Nutzung 1110075000/112430103", "arch_name": "3.49@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364304,18 +402354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52774, "usage_id": 102 }, "4317.03.350": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.50, Labor", "arch_name": "3.50@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -364323,18 +402375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52786, "usage_id": 102 }, "4317.03.351": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.51, Labor", "arch_name": "3.51@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -364342,18 +402396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52796, "usage_id": 102 }, "4317.03.352": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "352, Labor", "arch_name": "352@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -364361,18 +402417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52804, "usage_id": 102 }, "4317.03.353": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.53, Flur", "arch_name": "3.53@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -364380,18 +402438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52954, "usage_id": 222 }, "4317.03.353A": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.53A, Flur", "arch_name": "3.53A@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -364399,18 +402459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52972, "usage_id": 222 }, "4317.03.353B": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.53B, Flur", "arch_name": "3.53B@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -364418,18 +402480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52980, "usage_id": 222 }, "4317.03.354": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.54, Flur", "arch_name": "3.54@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -364437,18 +402501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53122, "usage_id": 222 }, "4317.03.355": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.55, Flur", "arch_name": "3.55@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -364456,18 +402522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53132, "usage_id": 222 }, "4317.03.356": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.56, Flur", "arch_name": "3.56@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -364475,18 +402543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53143, "usage_id": 222 }, "4317.03.357": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.57, Treppenraum", "arch_name": "3.57@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -364494,18 +402564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53152, "usage_id": 223 }, "4317.03.358": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.58, Treppenraum", "arch_name": "3.58@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -364513,18 +402585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53164, "usage_id": 223 }, "4317.03.359": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "3.59, Treppe", "arch_name": "3.59@4317", "area_id": 41, "building_id": 657, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -364532,19 +402606,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53308, "usage_id": 223 }, "4317.DG.401": { "address": { - "floor": "DG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "4.1, Sozialraum/Besprechungsraum", "arch_name": "4.1@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 33632, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -364552,18 +402628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53321, "usage_id": 196 }, "4317.DG.402": { "address": { - "floor": "DG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "4.2, Treppenraum", "arch_name": "4.2@4317", "area_id": 41, "building_id": 657, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -364571,18 +402649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53334, "usage_id": 223 }, "4317.DG.403": { "address": { - "floor": "DG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "4.3, Flur", "arch_name": "4.3@4317", "area_id": 41, "building_id": 657, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -364590,18 +402670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53480, "usage_id": 222 }, "4317.DG.404": { "address": { - "floor": "DG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "4.4, Abluftzentrale", "arch_name": "4.4@4317", "area_id": 41, "building_id": 657, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364609,18 +402691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53493, "usage_id": 222 }, "4317.DG.406": { "address": { - "floor": "DG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "4.6, Versorgungsschacht", "arch_name": "4.6@4317", "area_id": 41, "building_id": 657, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -364628,18 +402712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53506, "usage_id": 120 }, "4317.DG.407": { "address": { - "floor": "DG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "4.7, Versorgungsschacht", "arch_name": "4.7@4317", "area_id": 41, "building_id": 657, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -364647,18 +402733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53512, "usage_id": 120 }, "4317.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.1, Foyer HS 17", "arch_name": "0.1@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364666,18 +402754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44388, "usage_id": 222 }, "4317.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.1a, Flur", "arch_name": "0.1a@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364685,18 +402775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44403, "usage_id": 222 }, "4317.EG.001B": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.1b, Flur", "arch_name": "0.1b@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364704,18 +402796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44416, "usage_id": 222 }, "4317.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.2, Treppe", "arch_name": "0.2@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364723,19 +402817,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44567, "usage_id": 223 }, "4317.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.3, H\u00f6rsaal 17 (WZWH17)", "arch_name": "0.3@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 12573, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364743,19 +402839,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24932, "usage_id": 20 }, "4317.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.4, Mikrobiologisches Praktikum", "arch_name": "0.4@4317", "area_id": 41, "building_id": 657, "calendar_resource_nr": 18847, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364763,18 +402861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44595, "usage_id": 102 }, "4317.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.5, Garderobe", "arch_name": "0.5@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -364782,18 +402882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44609, "usage_id": 121 }, "4317.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.6, WC-Behinderte", "arch_name": "0.6@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364801,18 +402903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44757, "usage_id": 117 }, "4317.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.7, WC-Damen", "arch_name": "0.7@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364820,18 +402924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44771, "usage_id": 116 }, "4317.EG.007A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.7a, WC-Damen Vorraum", "arch_name": "0.7a@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364839,18 +402945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44918, "usage_id": 118 }, "4317.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.8, Ruheraum", "arch_name": "0.8@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364858,18 +402966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44934, "usage_id": 178 }, "4317.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.9, Bereitschaftsdienst", "arch_name": "0.9@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364877,18 +402987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44946, "usage_id": 44 }, "4317.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.11, Lager / Bereitschaft", "arch_name": "0.11@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -364896,18 +403008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44960, "usage_id": 30 }, "4317.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.12, Flur", "arch_name": "0.12@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364915,18 +403029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45110, "usage_id": 222 }, "4317.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.13, Dusche", "arch_name": "0.13@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364934,18 +403050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45116, "usage_id": 113 }, "4317.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.14, Treppenraum", "arch_name": "0.14@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -364953,18 +403071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45129, "usage_id": 223 }, "4317.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.15, Massenspektrometer", "arch_name": "0.15@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -364972,18 +403092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45140, "usage_id": 103 }, "4317.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.16, Massenspektrometer / Gewebekulturen", "arch_name": "0.16@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15593, "seats": { @@ -364991,18 +403113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45289, "usage_id": 103 }, "4317.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.17, Versorgungsschacht", "arch_name": "0.17@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -365010,18 +403134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45298, "usage_id": 120 }, "4317.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.18, WC-Herren", "arch_name": "0.18@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -365029,18 +403155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45312, "usage_id": 115 }, "4317.EG.018A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.18a, WC-Herren Vorraum", "arch_name": "0.18a@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -365048,18 +403176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45316, "usage_id": 118 }, "4317.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.19, Abstellraum", "arch_name": "0.19@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -365067,18 +403197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45326, "usage_id": 159 }, "4317.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.20, Maschinenraum", "arch_name": "0.20@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -365086,18 +403218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45473, "usage_id": 120 }, "4317.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.21, Aufzug", "arch_name": "0.21@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -365105,18 +403239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45486, "usage_id": 4 }, "4317.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.22, Abwassermessstrecke", "arch_name": "0.22@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -365124,18 +403260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45505, "usage_id": 182 }, "4317.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.23, Chemikalienlager (gem.Nutzung 1110075000/112", "arch_name": "0.23@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -365143,18 +403281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45655, "usage_id": 30 }, "4317.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.24, Reinigungsmittelraum", "arch_name": "0.24@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -365162,18 +403302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45661, "usage_id": 205 }, "4317.EG.024A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.24A, Pflanzenzucht", "arch_name": "0.24A@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44624, "seats": { @@ -365181,18 +403323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66643, "usage_id": 166 }, "4317.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.25, Technik", "arch_name": "0.25@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -365200,18 +403344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45672, "usage_id": 120 }, "4317.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.26, Wasseraufbereitung", "arch_name": "0.26@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -365219,18 +403365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45687, "usage_id": 182 }, "4317.EG.027": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 1", "zip_code": 85354 }, + "alt_name": "0.27, Abluft / Heizung", "arch_name": "0.27@4317", "area_id": 41, "building_id": 657, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -365238,18 +403386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45836, "usage_id": 201 }, "4318.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-1, B\u00fcro", "arch_name": "1-1@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39675, "seats": { @@ -365257,18 +403407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64897, "usage_id": 12 }, "4318.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-2, B\u00fcro", "arch_name": "1-2@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39675, "seats": { @@ -365276,18 +403428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64898, "usage_id": 12 }, "4318.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-3, B\u00fcro", "arch_name": "1-3@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51338, "seats": { @@ -365295,18 +403449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64900, "usage_id": 12 }, "4318.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-5, B\u00fcro", "arch_name": "1-5@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51338, "seats": { @@ -365314,18 +403470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64901, "usage_id": 12 }, "4318.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-6, B\u00fcro", "arch_name": "1-6@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39675, "seats": { @@ -365333,18 +403491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64902, "usage_id": 12 }, "4318.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-7, B\u00fcro", "arch_name": "1-7@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51338, "seats": { @@ -365352,18 +403512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64903, "usage_id": 12 }, "4318.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-8, B\u00fcro", "arch_name": "1-8@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39675, "seats": { @@ -365371,18 +403533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64904, "usage_id": 12 }, "4318.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-9, B\u00fcro", "arch_name": "1-9@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51338, "seats": { @@ -365390,18 +403554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64905, "usage_id": 12 }, "4318.01.009A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-9.1, B\u00fcro", "arch_name": "1-9.1@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51338, "seats": { @@ -365409,18 +403575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64906, "usage_id": 12 }, "4318.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-10, B\u00fcro", "arch_name": "1-10@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365428,18 +403596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64907, "usage_id": 12 }, "4318.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-11, B\u00fcro", "arch_name": "1-11@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365447,18 +403617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64908, "usage_id": 12 }, "4318.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-12, B\u00fcro", "arch_name": "1-12@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365466,18 +403638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64909, "usage_id": 12 }, "4318.01.013": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-13, B\u00fcro", "arch_name": "1-13@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365485,18 +403659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64910, "usage_id": 12 }, "4318.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-14, B\u00fcro", "arch_name": "1-14@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365504,18 +403680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64911, "usage_id": 12 }, "4318.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-20, B\u00fcro", "arch_name": "1-20@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365523,18 +403701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64912, "usage_id": 12 }, "4318.01.020A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-20a, Foyer Treppe West", "arch_name": "1-20a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -365542,18 +403722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64918, "usage_id": 222 }, "4318.01.020B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-20b, Flur West-1", "arch_name": "1-20b@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -365561,18 +403743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64921, "usage_id": 222 }, "4318.01.020C": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-20c, Flur West-2", "arch_name": "1-20c@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -365580,18 +403764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64922, "usage_id": 222 }, "4318.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-21, Medienraum", "arch_name": "1-21@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365599,18 +403785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64913, "usage_id": 30 }, "4318.01.022": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-22, Archiv", "arch_name": "1-22@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365618,18 +403806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64914, "usage_id": 2 }, "4318.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-23, Teek\u00fcche", "arch_name": "1-23@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365637,18 +403827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64915, "usage_id": 198 }, "4318.01.024": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-24, WC-Damen", "arch_name": "1-24@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -365656,18 +403848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64916, "usage_id": 116 }, "4318.01.024A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-24a, Foyer Treppe Mitte", "arch_name": "1-24a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -365675,18 +403869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64933, "usage_id": 222 }, "4318.01.024B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-24b, Eingang Nord Windfang", "arch_name": "1-24b@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -365694,18 +403890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64934, "usage_id": 52 }, "4318.01.025": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-25, Medienraum (gem. Nutzung 1110060700)", "arch_name": "1-25@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39675, "seats": { @@ -365713,18 +403911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64927, "usage_id": 30 }, "4318.01.026": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-26, Archiv (gem. Nutzung 1110060700)", "arch_name": "1-26@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39675, "seats": { @@ -365732,18 +403932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64926, "usage_id": 2 }, "4318.01.027": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-27, Reinigungsmittelraum", "arch_name": "1-27@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -365751,18 +403953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64925, "usage_id": 205 }, "4318.01.028": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-28, Teek\u00fcche (gem. Nutzung 1110060700)", "arch_name": "1-28@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39675, "seats": { @@ -365770,18 +403974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64924, "usage_id": 198 }, "4318.01.028A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-28a, Foyer Treppe Ost", "arch_name": "1-28a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -365789,18 +403995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64937, "usage_id": 222 }, "4318.01.029": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-29, Konferenzraum (gem. Nutzung 1110060700)", "arch_name": "1-29@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39675, "seats": { @@ -365808,18 +404016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64923, "usage_id": 142 }, "4318.01.030": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-30, Elektrische Versorgung", "arch_name": "1-30@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -365827,18 +404037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64929, "usage_id": 160 }, "4318.01.031": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-31, Wertstoffe/M\u00fcll", "arch_name": "1-31@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365846,18 +404058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64931, "usage_id": 214 }, "4318.01.032": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-32, Chemikalien", "arch_name": "1-32@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365865,18 +404079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64932, "usage_id": 132 }, "4318.01.033": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-33, Zentrifugen Sch\u00fcttler", "arch_name": "1-33@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365884,18 +404100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64930, "usage_id": 102 }, "4318.01.034": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-34, Sp\u00fclk\u00fcche", "arch_name": "1-34@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -365903,18 +404121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64928, "usage_id": 28 }, "4318.01.034A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-34a, Flur Ost-1", "arch_name": "1-34a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -365922,18 +404142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64935, "usage_id": 222 }, "4318.01.034B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-34b, Flur Ost-2", "arch_name": "1-34b@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -365941,18 +404163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64936, "usage_id": 222 }, "4318.01.035": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-35, WC-Herren", "arch_name": "1-35@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -365960,18 +404184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64919, "usage_id": 115 }, "4318.01.036": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-36, Elektrische Versorgung", "arch_name": "1-36@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -365979,18 +404205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64920, "usage_id": 160 }, "4318.01.037": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-37, K\u00fchl-/ Gefrierraum", "arch_name": "1-37@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15630, "seats": { @@ -365998,18 +404226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64917, "usage_id": 199 }, "4318.01.040": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-40, B\u00fcro", "arch_name": "1-40@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366017,18 +404247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64938, "usage_id": 12 }, "4318.01.041": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-41, B\u00fcro", "arch_name": "1-41@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366036,18 +404268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64939, "usage_id": 12 }, "4318.01.042": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-42, B\u00fcro", "arch_name": "1-42@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366055,18 +404289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64940, "usage_id": 12 }, "4318.01.043": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-43, Labor", "arch_name": "1-43@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366074,18 +404310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64941, "usage_id": 102 }, "4318.01.044": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-44, Technikschacht", "arch_name": "1-44@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -366093,18 +404331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64942, "usage_id": 120 }, "4318.01.045": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-45, Labor", "arch_name": "1-45@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366112,18 +404352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64943, "usage_id": 102 }, "4318.01.046": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-46, B\u00fcro", "arch_name": "1-46@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366131,18 +404373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64944, "usage_id": 12 }, "4318.01.047": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-47, B\u00fcro", "arch_name": "1-47@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366150,18 +404394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64945, "usage_id": 12 }, "4318.01.048": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-48, Labor", "arch_name": "1-48@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366169,18 +404415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64946, "usage_id": 102 }, "4318.01.050": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-50, Technikschacht", "arch_name": "1-50@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -366188,18 +404436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64947, "usage_id": 120 }, "4318.01.051": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-51, Labor", "arch_name": "1-51@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366207,18 +404457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64948, "usage_id": 102 }, "4318.01.053": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-53, Labor", "arch_name": "1-53@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366226,18 +404478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64950, "usage_id": 102 }, "4318.01.100": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "1-100, Fluchtbalkon S\u00fcd", "arch_name": "1-100@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -366245,18 +404499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64843, "usage_id": 219 }, "4318.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-1, B\u00fcro", "arch_name": "2-1@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366264,18 +404520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64953, "usage_id": 12 }, "4318.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-2, B\u00fcro", "arch_name": "2-2@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366283,18 +404541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64954, "usage_id": 12 }, "4318.02.003": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-3, B\u00fcro", "arch_name": "2-3@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366302,18 +404562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64955, "usage_id": 12 }, "4318.02.004": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-4, B\u00fcro", "arch_name": "2-4@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366321,18 +404583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64956, "usage_id": 12 }, "4318.02.005": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-5, B\u00fcro", "arch_name": "2-5@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366340,18 +404604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64957, "usage_id": 12 }, "4318.02.006": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-6, B\u00fcro", "arch_name": "2-6@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366359,18 +404625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64958, "usage_id": 12 }, "4318.02.007": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-7, B\u00fcro", "arch_name": "2-7@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366378,18 +404646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64959, "usage_id": 12 }, "4318.02.008": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-8, B\u00fcro", "arch_name": "2-8@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366397,18 +404667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64960, "usage_id": 12 }, "4318.02.009": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-9, B\u00fcro", "arch_name": "2-9@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 20817, "seats": { @@ -366416,18 +404688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64972, "usage_id": 12 }, "4318.02.010": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-10, B\u00fcro", "arch_name": "2-10@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366435,18 +404709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64961, "usage_id": 12 }, "4318.02.012": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-12, B\u00fcro", "arch_name": "2-12@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366454,18 +404730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64963, "usage_id": 12 }, "4318.02.013": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-13, B\u00fcro", "arch_name": "2-13@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -366473,19 +404751,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64964, "usage_id": 12 }, "4318.02.014": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-14, Besprechung (gem. Nutzung 1124301020;1110055", "arch_name": "2-14@4318", "area_id": 41, "building_id": 1161, "calendar_resource_nr": 26046, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -366493,18 +404773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64965, "usage_id": 196 }, "4318.02.015": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-15, B\u00fcro", "arch_name": "2-15@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -366512,18 +404794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64966, "usage_id": 12 }, "4318.02.016": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-16, B\u00fcro", "arch_name": "2-16@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -366531,18 +404815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64967, "usage_id": 12 }, "4318.02.017": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-17, B\u00fcro", "arch_name": "2-17@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -366550,18 +404836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64968, "usage_id": 12 }, "4318.02.018": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-18, B\u00fcro", "arch_name": "2-18@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -366569,18 +404857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64969, "usage_id": 12 }, "4318.02.019": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-19, B\u00fcro", "arch_name": "2-19@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -366588,18 +404878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64962, "usage_id": 12 }, "4318.02.020": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-20, B\u00fcro", "arch_name": "2-20@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -366607,18 +404899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64970, "usage_id": 12 }, "4318.02.020A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-20a, Foyer Treppe West", "arch_name": "2-20a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -366626,18 +404920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64774, "usage_id": 222 }, "4318.02.020B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-20b, Flur West-1", "arch_name": "2-20b@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -366645,18 +404941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64775, "usage_id": 222 }, "4318.02.020C": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-20c, Flur West-2", "arch_name": "2-20c@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -366664,18 +404962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64776, "usage_id": 222 }, "4318.02.021": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-21, Medienraum (gem. Nutzung 1124301020;11100550", "arch_name": "2-21@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -366683,18 +404983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64971, "usage_id": 30 }, "4318.02.022": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-22, Archiv (gem. Nutzung 1124301020;1110055000)", "arch_name": "2-22@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -366702,18 +405004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64973, "usage_id": 2 }, "4318.02.023": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-23, Teek\u00fcche (gem. Nutzung 1124301020;1110055000", "arch_name": "2-23@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -366721,18 +405025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64974, "usage_id": 198 }, "4318.02.024": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-24, WC-Damen", "arch_name": "2-24@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -366740,18 +405046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64975, "usage_id": 116 }, "4318.02.024A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-24a, Foyer Treppe Mitte", "arch_name": "2-24a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -366759,18 +405067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64777, "usage_id": 222 }, "4318.02.025": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-25, Zentrifugenraum (gem. Nutzung 1124301020;111", "arch_name": "2-25@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -366778,18 +405088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64984, "usage_id": 209 }, "4318.02.026": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-26, Archiv (gem.Nutzung 1101011230)", "arch_name": "2-26@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366797,18 +405109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64983, "usage_id": 2 }, "4318.02.027": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-27, Wertstoffe/M\u00fcll", "arch_name": "2-27@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -366816,18 +405130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64982, "usage_id": 214 }, "4318.02.027A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-27a, Teek\u00fcche (gem.Nutzung 1101011230)", "arch_name": "2-27a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366835,19 +405151,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64981, "usage_id": 198 }, "4318.02.028": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-28, Seminarraum (gem.Nutzung 1101011230)", "arch_name": "2-28@4318", "area_id": 41, "building_id": 1161, "calendar_resource_nr": 26388, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -366855,18 +405173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64980, "usage_id": 41 }, "4318.02.028A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-28a, Flur Ost-1", "arch_name": "2-28a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -366874,18 +405194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64778, "usage_id": 222 }, "4318.02.028B": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-28b, Flur Ost-2", "arch_name": "2-28b@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -366893,18 +405215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64825, "usage_id": 222 }, "4318.02.028C": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-28c, Foyer Treppe Ost", "arch_name": "2-28c@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -366912,18 +405236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64826, "usage_id": 222 }, "4318.02.029": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-29, Elektrische Versorgung", "arch_name": "2-29@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -366931,18 +405257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64991, "usage_id": 160 }, "4318.02.030": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-30, Glaswarenlager", "arch_name": "2-30@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -366950,18 +405278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64989, "usage_id": 132 }, "4318.02.031": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-31, Chemikalienlager m. Brand.", "arch_name": "2-31@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -366969,18 +405299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64990, "usage_id": 132 }, "4318.02.032": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-32, Muffelofenraum", "arch_name": "2-32@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -366988,18 +405320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64988, "usage_id": 102 }, "4318.02.032A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-32.1, M\u00fchlenraum (gem. Nutzung 1124301020;111005", "arch_name": "2-32.1@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -367007,18 +405341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64985, "usage_id": 103 }, "4318.02.033": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-33, K\u00fchllager", "arch_name": "2-33@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 53358, "seats": { @@ -367026,18 +405362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64987, "usage_id": 199 }, "4318.02.033A": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-33a, Gefrierlager", "arch_name": "2-33a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 53358, "seats": { @@ -367045,18 +405383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64986, "usage_id": 199 }, "4318.02.034": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-34, WC-Herren", "arch_name": "2-34@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -367064,18 +405404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64976, "usage_id": 115 }, "4318.02.035": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-35, Elektrische Versorgung", "arch_name": "2-35@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -367083,18 +405425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64977, "usage_id": 160 }, "4318.02.036": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-36, Sp\u00fclk\u00fcche (gem. Nutzung 1124301020;111005500", "arch_name": "2-36@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -367102,18 +405446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64978, "usage_id": 28 }, "4318.02.037": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-37, Autoklav", "arch_name": "2-37@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 53358, "seats": { @@ -367121,18 +405467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64979, "usage_id": 209 }, "4318.02.040": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-40, PCR-Labor", "arch_name": "2-40@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -367140,18 +405488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64992, "usage_id": 102 }, "4318.02.041": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-41, Extraktions-und Qualit\u00e4tskontrolle", "arch_name": "2-41@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -367159,18 +405509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64993, "usage_id": 102 }, "4318.02.042": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-42, Proteinlabor", "arch_name": "2-42@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -367178,18 +405530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64994, "usage_id": 102 }, "4318.02.043": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-43, Aminos\u00e4urenlabor", "arch_name": "2-43@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -367197,18 +405551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64995, "usage_id": 102 }, "4318.02.044": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-44, Technikschacht", "arch_name": "2-44@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -367216,18 +405572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64773, "usage_id": 120 }, "4318.02.045": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-45, Weender-Labor", "arch_name": "2-45@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -367235,18 +405593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64996, "usage_id": 102 }, "4318.02.046": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-46, Weender-Labor", "arch_name": "2-46@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -367254,18 +405614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64997, "usage_id": 102 }, "4318.02.047": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-47, Energielabor", "arch_name": "2-47@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 53358, "seats": { @@ -367273,18 +405635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64998, "usage_id": 102 }, "4318.02.049": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-49, Elementanalytik", "arch_name": "2-49@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -367292,18 +405656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65065, "usage_id": 102 }, "4318.02.050": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-50, Elementanalytik", "arch_name": "2-50@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -367311,18 +405677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65000, "usage_id": 102 }, "4318.02.051": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-51, Fotometerraum", "arch_name": "2-51@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -367330,18 +405698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65001, "usage_id": 102 }, "4318.02.052": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-52, S\u00e4urelabor (gem. Nutzung 1124301020;11100550", "arch_name": "2-52@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -367349,18 +405719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65002, "usage_id": 102 }, "4318.02.053": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-53, Technikschacht", "arch_name": "2-53@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -367368,18 +405740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64772, "usage_id": 120 }, "4318.02.054": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-54, Chromatographie", "arch_name": "2-54@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -367387,18 +405761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65003, "usage_id": 102 }, "4318.02.055": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-55, Chromatographie", "arch_name": "2-55@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50717, "seats": { @@ -367406,18 +405782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64769, "usage_id": 102 }, "4318.02.056": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-56, Labor", "arch_name": "2-56@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -367425,18 +405803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64770, "usage_id": 102 }, "4318.02.057": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-57, Labor", "arch_name": "2-57@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45270, "seats": { @@ -367444,18 +405824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64771, "usage_id": 102 }, "4318.02.100": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-100, Fluchtbalkon S\u00fcd", "arch_name": "2-100@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -367463,18 +405845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64844, "usage_id": 219 }, "4318.02.101": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-101, Fluchtbalkon Nord", "arch_name": "2-101@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -367482,18 +405866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64846, "usage_id": 219 }, "4318.02.102": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-102, Fluchtbalkon Ost", "arch_name": "2-102@4318", "area_id": 41, "building_id": 1161, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -367501,18 +405887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64847, "usage_id": 219 }, "4318.03.001": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-1, B\u00fcro - Prof. C:C Sch\u00f6n", "arch_name": "3-1@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367520,18 +405908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64779, "usage_id": 12 }, "4318.03.002": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-2, B\u00fcro - Prof. C:C Sch\u00f6n", "arch_name": "3-2@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367539,18 +405929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64780, "usage_id": 12 }, "4318.03.003": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-3, B\u00fcro Sekretariat", "arch_name": "3-3@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367558,18 +405950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64781, "usage_id": 12 }, "4318.03.004": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-4, B\u00fcro", "arch_name": "3-4@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367577,18 +405971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64782, "usage_id": 12 }, "4318.03.005": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-5, B\u00fcro", "arch_name": "3-5@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367596,18 +405992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64783, "usage_id": 12 }, "4318.03.006": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-6, B\u00fcro", "arch_name": "3-6@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367615,18 +406013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64784, "usage_id": 12 }, "4318.03.007": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-7, B\u00fcro", "arch_name": "3-7@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367634,18 +406034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64785, "usage_id": 12 }, "4318.03.008": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-8, B\u00fcro", "arch_name": "3-8@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367653,18 +406055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64786, "usage_id": 12 }, "4318.03.010": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-10, B\u00fcro", "arch_name": "3-10@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367672,18 +406076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64787, "usage_id": 12 }, "4318.03.011": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-11, B\u00fcro", "arch_name": "3-11@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367691,18 +406097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64788, "usage_id": 12 }, "4318.03.012": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-12, B\u00fcro", "arch_name": "3-12@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367710,18 +406118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64789, "usage_id": 12 }, "4318.03.013": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-13, B\u00fcro", "arch_name": "3-13@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367729,18 +406139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64790, "usage_id": 12 }, "4318.03.014": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-14, B\u00fcro", "arch_name": "3-14@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367748,18 +406160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64791, "usage_id": 12 }, "4318.03.015": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-15, Besprechung/Seminar", "arch_name": "3-15@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -367767,18 +406181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64792, "usage_id": 41 }, "4318.03.016": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-16, B\u00fcro", "arch_name": "3-16@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -367786,18 +406202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64793, "usage_id": 12 }, "4318.03.017": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-17, B\u00fcro", "arch_name": "3-17@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -367805,18 +406223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64794, "usage_id": 12 }, "4318.03.018": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-18, B\u00fcro", "arch_name": "3-18@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -367824,18 +406244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64795, "usage_id": 12 }, "4318.03.020": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-20, B\u00fcro", "arch_name": "3-20@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -367843,18 +406265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64796, "usage_id": 12 }, "4318.03.020A": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-20a, Foyer Treppe West", "arch_name": "3-20a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -367862,18 +406286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64822, "usage_id": 222 }, "4318.03.020B": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "2-20b, Flur West-1", "arch_name": "2-20b@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -367881,18 +406307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64823, "usage_id": 222 }, "4318.03.020C": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-20c, Flur West-2", "arch_name": "3-20c@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -367900,18 +406328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64824, "usage_id": 222 }, "4318.03.022": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-22, Pflanzenzuchtkammer", "arch_name": "3-22@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367919,18 +406349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64798, "usage_id": 166 }, "4318.03.023": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-23, Reinigungsmittelraum", "arch_name": "3-23@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -367938,18 +406370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64799, "usage_id": 205 }, "4318.03.024": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-24, WC-Damen", "arch_name": "3-24@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -367957,18 +406391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64800, "usage_id": 116 }, "4318.03.024A": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-24a, Foyer Treppe Mitte", "arch_name": "3-24a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -367976,18 +406412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64805, "usage_id": 222 }, "4318.03.026": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-26, Archiv", "arch_name": "3-26@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -367995,18 +406433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71067, "usage_id": 2 }, "4318.03.027": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-27, Medienraum", "arch_name": "3-27@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368014,18 +406454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64808, "usage_id": 2 }, "4318.03.028": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-28, Lager", "arch_name": "3-28@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368033,18 +406475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64810, "usage_id": 30 }, "4318.03.029": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-29, Teek\u00fcche", "arch_name": "3-29@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368052,18 +406496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64819, "usage_id": 198 }, "4318.03.030": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-30, Besprechung", "arch_name": "3-30@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368071,18 +406517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64812, "usage_id": 196 }, "4318.03.030A": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-30a, Flur Ost-1", "arch_name": "3-30a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -368090,18 +406538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64827, "usage_id": 222 }, "4318.03.030B": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-30b, Flur Ost-2", "arch_name": "3-30b@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -368109,18 +406559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64828, "usage_id": 222 }, "4318.03.030C": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-30c, Foyer Treppe Ost", "arch_name": "3-30c@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -368128,18 +406580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64829, "usage_id": 222 }, "4318.03.031": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-31, Elektrische Versorgung", "arch_name": "3-31@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -368147,18 +406601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64811, "usage_id": 160 }, "4318.03.032": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-32, Serverraum", "arch_name": "3-32@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39906, "seats": { @@ -368166,18 +406622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71066, "usage_id": 207 }, "4318.03.033": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-33, Chem.Techn. Labor", "arch_name": "3-33@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368185,18 +406643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64809, "usage_id": 102 }, "4318.03.034": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-34, Labornebenraum-Analysen", "arch_name": "3-34@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368204,18 +406664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64807, "usage_id": 102 }, "4318.03.035": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-35, Sp\u00fclk\u00fcche", "arch_name": "3-35@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368223,18 +406685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64806, "usage_id": 28 }, "4318.03.036": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-36, WC-Herren", "arch_name": "3-36@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -368242,18 +406706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64801, "usage_id": 115 }, "4318.03.037": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-37, Elektrische Versorgung", "arch_name": "3-37@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -368261,18 +406727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64802, "usage_id": 160 }, "4318.03.038": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-38, Serverraum", "arch_name": "3-38@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 39906, "seats": { @@ -368280,18 +406748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64803, "usage_id": 207 }, "4318.03.039": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-39, K\u00fchllager f. -80 Grad Gefriertruhen", "arch_name": "3-39@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368299,18 +406769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64804, "usage_id": 30 }, "4318.03.040": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-40, Labor", "arch_name": "3-40@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368318,18 +406790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64821, "usage_id": 102 }, "4318.03.041": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-41, Labor", "arch_name": "3-41@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368337,18 +406811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64820, "usage_id": 102 }, "4318.03.042": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-42, Labor", "arch_name": "3-42@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368356,18 +406832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64818, "usage_id": 102 }, "4318.03.043": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-43, Labor", "arch_name": "3-43@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368375,18 +406853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64817, "usage_id": 102 }, "4318.03.044": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-44, Technikschacht", "arch_name": "3-44@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -368394,18 +406874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64816, "usage_id": 120 }, "4318.03.045": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-45, Technik", "arch_name": "3-45@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -368413,18 +406895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64815, "usage_id": 120 }, "4318.03.046": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-46, Technikschacht", "arch_name": "3-46@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -368432,18 +406916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64814, "usage_id": 120 }, "4318.03.047": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "Labore (3-47 - 3-50)", "arch_name": "3-47@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15631, "seats": { @@ -368451,18 +406937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64813, "usage_id": 102 }, "4318.03.100": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-100, Fluchtbalkon S\u00fcd", "arch_name": "3-100@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -368470,18 +406958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64845, "usage_id": 219 }, "4318.03.101": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-101, Fluchtbalkon Nord", "arch_name": "3-101@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -368489,18 +406979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64848, "usage_id": 219 }, "4318.03.102": { "address": { - "floor": "3.OG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "3-102, Fluchtbalkon Ost", "arch_name": "3-102@4318", "area_id": 41, "building_id": 1161, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -368508,19 +407000,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64849, "usage_id": 219 }, "4318.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-1, Seminarraum 81 (WZWS81)", "arch_name": "EG-1@4318", "area_id": 41, "building_id": 1161, "calendar_resource_nr": 25420, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39675, "seats": { @@ -368528,19 +407022,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64861, "usage_id": 41 }, "4318.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-2, Seminarraum 82 (WZWS82)", "arch_name": "EG-2@4318", "area_id": 41, "building_id": 1161, "calendar_resource_nr": 25423, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -368548,19 +407044,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64862, "usage_id": 41 }, "4318.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-4, Seminarraum 83/84 (WZWS83/84)", "arch_name": "EG-4@4318", "area_id": 41, "building_id": 1161, "calendar_resource_nr": 25422, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39675, "seats": { @@ -368568,19 +407066,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64864, "usage_id": 41 }, "4318.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-5, Seminarraum 85 (WZWS85)", "arch_name": "EG-5@4318", "area_id": 41, "building_id": 1161, "calendar_resource_nr": 25424, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -368588,19 +407088,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64865, "usage_id": 41 }, "4318.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-7, Seminarraum 86/87 (WZWS86/87)", "arch_name": "EG-7@4318", "area_id": 41, "building_id": 1161, "calendar_resource_nr": 25426, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -368608,19 +407110,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64867, "usage_id": 41 }, "4318.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-8, Seminarraum 88 (WZWS88)", "arch_name": "EG-8@4318", "area_id": 41, "building_id": 1161, "calendar_resource_nr": 25427, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -368628,18 +407132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64868, "usage_id": 41 }, "4318.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-11, Elektrische Versorgung", "arch_name": "EG-11@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -368647,18 +407153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64885, "usage_id": 160 }, "4318.EG.011A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-11a, Foyer Treppe Ost", "arch_name": "EG-11a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -368666,18 +407174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64883, "usage_id": 222 }, "4318.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-12, NSHV", "arch_name": "EG-12@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -368685,18 +407195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64886, "usage_id": 160 }, "4318.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-13, NSHV-SV", "arch_name": "EG-13@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -368704,18 +407216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64887, "usage_id": 160 }, "4318.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-14, BMA", "arch_name": "EG-14@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -368723,18 +407237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64888, "usage_id": 160 }, "4318.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-15, Serverraum", "arch_name": "EG-15@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26175, "seats": { @@ -368742,18 +407258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64890, "usage_id": 120 }, "4318.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-16, Ruheraum", "arch_name": "EG-16@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51258, "seats": { @@ -368761,18 +407279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64891, "usage_id": 178 }, "4318.EG.016A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-16a, Flur Ost-1", "arch_name": "EG-16a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -368780,18 +407300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64881, "usage_id": 222 }, "4318.EG.016B": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-16b, Flur Ost-2", "arch_name": "EG-16b@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -368799,18 +407321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64882, "usage_id": 222 }, "4318.EG.016C": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-16c, Aufzug", "arch_name": "EG-16c@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -368818,18 +407342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64884, "usage_id": 4 }, "4318.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-17, WC-Herren", "arch_name": "EG-17@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -368837,18 +407363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64892, "usage_id": 115 }, "4318.EG.017A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-17a, Eingang S\u00fcd Windfang", "arch_name": "EG-17a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -368856,18 +407384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64879, "usage_id": 52 }, "4318.EG.017B": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-17b, Foyer Treppe Mitte", "arch_name": "EG-17b@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -368875,18 +407405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64880, "usage_id": 222 }, "4318.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-18, Elektrische Versorgung", "arch_name": "EG-18@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -368894,18 +407426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64893, "usage_id": 160 }, "4318.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-19, WC-Damen", "arch_name": "EG-19@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -368913,18 +407447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64889, "usage_id": 116 }, "4318.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-20, WC-Behinderte", "arch_name": "EG-20@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -368932,18 +407468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64894, "usage_id": 117 }, "4318.EG.020A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-20a, Flur West-1", "arch_name": "EG-20a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -368951,18 +407489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64875, "usage_id": 222 }, "4318.EG.020B": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-20a, Flur West-2", "arch_name": "EG-20a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -368970,18 +407510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64876, "usage_id": 222 }, "4318.EG.020C": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-20c, Foyer Treppe West", "arch_name": "EG-20c@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -368989,18 +407531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64877, "usage_id": 222 }, "4318.EG.020D": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-20d, Eingang West Windfang", "arch_name": "EG-20d@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -369008,18 +407552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64878, "usage_id": 52 }, "4318.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-21, Teek\u00fcche", "arch_name": "EG-21@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -369027,18 +407573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64895, "usage_id": 44 }, "4318.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-22, Druckluftzentrale", "arch_name": "EG-22@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -369046,18 +407594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64874, "usage_id": 120 }, "4318.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-23, Fernw\u00e4rme Heizung", "arch_name": "EG-23@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -369065,18 +407615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64871, "usage_id": 120 }, "4318.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-24, Technik-Zentrale", "arch_name": "EG-24@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -369084,18 +407636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64873, "usage_id": 120 }, "4318.EG.024A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-24a, L\u00fcftungsansaugung", "arch_name": "EG-24a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -369103,18 +407657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64870, "usage_id": 32 }, "4318.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-31, B\u00fcro", "arch_name": "EG-31@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44444, "seats": { @@ -369122,18 +407678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65156, "usage_id": 12 }, "4318.EG.032": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-32, Lager", "arch_name": "EG-32@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44444, "seats": { @@ -369141,18 +407699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71014, "usage_id": 30 }, "4318.EG.034A": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-34a, Flur rein Umkleide", "arch_name": "EG-34a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 44444, "seats": { @@ -369160,18 +407720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64896, "usage_id": 105 }, "4318.EG.044D": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-44d, KTFZ Windfang Flur rein", "arch_name": "EG-44d@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -369179,18 +407741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66081, "usage_id": 52 }, "4318.EG.050": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-50, Wertstoffe/M\u00fcll", "arch_name": "EG-50@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -369198,18 +407762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64869, "usage_id": 214 }, "4318.EG.051": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "EG-51, Notstrom", "arch_name": "EG-51@4318", "area_id": 41, "building_id": 1161, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -369217,18 +407783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64872, "usage_id": 160 }, "4318.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "UG-1, Flur", "arch_name": "UG-1@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -369236,18 +407804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64855, "usage_id": 222 }, "4318.U1.001A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "UG-1a, Flur/Einbringschacht", "arch_name": "UG-1a@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -369255,18 +407825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64856, "usage_id": 222 }, "4318.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "UG-2, Sanit\u00e4r+Brunnwasserzentrale", "arch_name": "UG-2@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -369274,18 +407846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64857, "usage_id": 120 }, "4318.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "UG-3, Sanit\u00e4r+Brunnwasserzentrale", "arch_name": "UG-3@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -369293,18 +407867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64858, "usage_id": 120 }, "4318.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "UG-4, RLT-Zentrale", "arch_name": "UG-4@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -369312,18 +407888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64860, "usage_id": 120 }, "4318.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Liesel-Beckmann-Str. 2", "zip_code": 85354 }, + "alt_name": "UG-5, K\u00e4ltezentrale", "arch_name": "UG-5@4318", "area_id": 41, "building_id": 1161, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -369331,18 +407909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64859, "usage_id": 32 }, "4319.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str.", "zip_code": 85354 }, + "alt_name": "001, Trafostation VI", "arch_name": "001@4319", "area_id": 41, "building_id": 1505, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -369350,18 +407930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64240, "usage_id": 160 }, "4319.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str.", "zip_code": 85354 }, + "alt_name": "002, Trafostation VI", "arch_name": "002@4319", "area_id": 41, "building_id": 1505, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -369369,18 +407951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64241, "usage_id": 160 }, "4319.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str.", "zip_code": 85354 }, + "alt_name": "003, Trafostation VI", "arch_name": "003@4319", "area_id": 41, "building_id": 1505, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -369388,18 +407972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64242, "usage_id": 160 }, "4319.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str.", "zip_code": 85354 }, + "alt_name": "004, Trafostation VI", "arch_name": "004@4319", "area_id": 41, "building_id": 1505, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -369407,18 +407993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64243, "usage_id": 160 }, "4319.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Liesel-Beckmann-Str.", "zip_code": 85354 }, + "alt_name": "005, Trafostation VI", "arch_name": "005@4319", "area_id": 41, "building_id": 1505, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -369426,18 +408014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64244, "usage_id": 160 }, "4320.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 101, Treppenhaus mit Podest", "arch_name": "1.OG 101@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369445,18 +408035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69693, "usage_id": 223 }, "4320.01.001A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 101.1, Treppe", "arch_name": "1.OG 101.1@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -369464,18 +408056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69694, "usage_id": 223 }, "4320.01.001B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 101.2, Treppe", "arch_name": "1.OG 101.2@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -369483,18 +408077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69697, "usage_id": 223 }, "4320.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 102, Vorraum Sanit\u00e4ranlagen", "arch_name": "1.OG 102@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369502,18 +408098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69696, "usage_id": 50 }, "4320.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 103, WC-Damen", "arch_name": "1.OG 103@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369521,18 +408119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69684, "usage_id": 114 }, "4320.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 104, Dusche-Damen", "arch_name": "1.OG 104@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369540,18 +408140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69685, "usage_id": 113 }, "4320.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 105, Umkleide-Damen", "arch_name": "1.OG 105@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369559,18 +408161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69695, "usage_id": 121 }, "4320.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 106, Aufenthaltsraum mit K\u00fcchenzeile", "arch_name": "1.OG 106@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -369578,18 +408182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69698, "usage_id": 44 }, "4320.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 107, Schalt- und Leitwarte", "arch_name": "1.OG 107@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -369597,18 +408203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69686, "usage_id": 202 }, "4320.01.007A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 107A, Schalt- und Leitwarte", "arch_name": "1.OG 107A@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -369616,18 +408224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69699, "usage_id": 12 }, "4320.01.007B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 107B, Schalt- und Leitwarte", "arch_name": "1.OG 107B@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -369635,18 +408245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69700, "usage_id": 12 }, "4320.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "2.OG 201, Lager (Dachabstellraum)", "arch_name": "2.OG 201@4320", "area_id": 41, "building_id": 2329, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -369654,18 +408266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69687, "usage_id": 159 }, "4320.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "EG 01, Treppenhaus", "arch_name": "EG 01@4320", "area_id": 41, "building_id": 2329, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369673,18 +408287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69690, "usage_id": 223 }, "4320.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "EG 02, Technik", "arch_name": "EG 02@4320", "area_id": 41, "building_id": 2329, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -369692,18 +408308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69691, "usage_id": 120 }, "4320.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "01, Aussentreppe", "arch_name": "01@4320", "area_id": 41, "building_id": 2329, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -369711,18 +408329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69692, "usage_id": 7 }, "4320.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.UG 01, Treppenhaus", "arch_name": "1.UG 01@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369730,18 +408350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69671, "usage_id": 223 }, "4320.U1.001A": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.UG 01.1, Treppe", "arch_name": "1.UG 01.1@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -369749,18 +408371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69683, "usage_id": 223 }, "4320.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.UG 02, WC-Herren Vorraum", "arch_name": "1.UG 02@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369768,18 +408392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69674, "usage_id": 118 }, "4320.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.UG 03, WC-Herren", "arch_name": "1.UG 03@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369787,18 +408413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69675, "usage_id": 115 }, "4320.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.UG 04, Werkstatt", "arch_name": "1.UG 04@4320", "area_id": 41, "building_id": 2329, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -369806,18 +408434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69676, "usage_id": 51 }, "4321.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 101, Halle", "arch_name": "1.OG 101@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369825,18 +408455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52146, "usage_id": 222 }, "4321.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 102, Flur", "arch_name": "1.OG 102@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369844,18 +408476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52156, "usage_id": 222 }, "4321.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 103, Flur", "arch_name": "1.OG 103@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -369863,18 +408497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52297, "usage_id": 222 }, "4321.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 105, Aufenthaltsraum", "arch_name": "1.OG 105@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -369882,18 +408518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52309, "usage_id": 44 }, "4321.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 106, Registratur / Kopierraum", "arch_name": "1.OG 106@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -369901,18 +408539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52317, "usage_id": 2 }, "4321.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 107, B\u00fcro", "arch_name": "1.OG 107@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -369920,18 +408560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52330, "usage_id": 12 }, "4321.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 108, B\u00fcro", "arch_name": "1.OG 108@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -369939,18 +408581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52469, "usage_id": 12 }, "4321.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 109, B\u00fcro", "arch_name": "1.OG 109@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -369958,18 +408602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52483, "usage_id": 12 }, "4321.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 110, B\u00fcro", "arch_name": "1.OG 110@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -369977,18 +408623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52497, "usage_id": 12 }, "4321.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 111, B\u00fcro", "arch_name": "1.OG 111@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -369996,18 +408644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52638, "usage_id": 12 }, "4321.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 112, B\u00fcro", "arch_name": "1.OG 112@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370015,18 +408665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52642, "usage_id": 12 }, "4321.01.013": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 113, B\u00fcro", "arch_name": "1.OG 113@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370034,18 +408686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10058, "usage_id": 12 }, "4321.01.013A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 113A, B\u00fcro", "arch_name": "1.OG 113A@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370053,18 +408707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65152, "usage_id": 12 }, "4321.01.014": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 114, B\u00fcro", "arch_name": "1.OG 114@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370072,18 +408728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52668, "usage_id": 12 }, "4321.01.014A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 114A, B\u00fcro", "arch_name": "1.OG 114A@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370091,18 +408749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66224, "usage_id": 12 }, "4321.01.015": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 115, B\u00fcro", "arch_name": "1.OG 115@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370110,18 +408770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52817, "usage_id": 12 }, "4321.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 116, Teek\u00fcche", "arch_name": "1.OG 116@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -370129,18 +408791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52836, "usage_id": 198 }, "4321.01.017": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 117, B\u00fcro", "arch_name": "1.OG 117@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370148,18 +408812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52852, "usage_id": 12 }, "4321.01.017A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 117A, B\u00fcro", "arch_name": "1.OG 117A@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370167,18 +408833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69570, "usage_id": 12 }, "4321.01.017B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 117B, B\u00fcro", "arch_name": "1.OG 117B@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370186,18 +408854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69571, "usage_id": 12 }, "4321.01.018": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 118, WC-Damen", "arch_name": "1.OG 118@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370205,18 +408875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52998, "usage_id": 116 }, "4321.01.019": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 119, WC-Herren Vorraum", "arch_name": "1.OG 119@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370224,18 +408896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53009, "usage_id": 118 }, "4321.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 120, WC-Herren", "arch_name": "1.OG 120@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370243,18 +408917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53025, "usage_id": 115 }, "4321.01.021": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 121, Reinigungsmittelraum", "arch_name": "1.OG 121@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -370262,18 +408938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53167, "usage_id": 205 }, "4321.01.022": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 122, B\u00fcro", "arch_name": "1.OG 122@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370281,18 +408959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53185, "usage_id": 12 }, "4321.01.023": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 123, B\u00fcro", "arch_name": "1.OG 123@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370300,18 +408980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53204, "usage_id": 12 }, "4321.01.024": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 124, Flur", "arch_name": "1.OG 124@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370319,18 +409001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53350, "usage_id": 222 }, "4321.01.024A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 124A, Galerie Schlosser", "arch_name": "1.OG 124A@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -370338,18 +409022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69572, "usage_id": 12 }, "4321.01.025": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 125, Flur", "arch_name": "1.OG 125@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370357,18 +409043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53359, "usage_id": 222 }, "4321.01.025A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 125A, Galerie Elektro", "arch_name": "1.OG 125A@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -370376,18 +409064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69573, "usage_id": 12 }, "4321.01.025B": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 125.1, Treppe", "arch_name": "1.OG 125.1@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -370395,18 +409085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69574, "usage_id": 223 }, "4321.01.026": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 126, B\u00fcro", "arch_name": "1.OG 126@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26175, "seats": { @@ -370414,18 +409106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53369, "usage_id": 12 }, "4321.01.027": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 127, Lager / Technik", "arch_name": "1.OG 127@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -370433,18 +409127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53515, "usage_id": 30 }, "4321.01.028": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 128, Terrasse", "arch_name": "1.OG 128@4321", "area_id": 41, "building_id": 654, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -370452,18 +409148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73766, "usage_id": 48 }, "4321.02.001": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "2.OG 201, Archiv", "arch_name": "2.OG 201@4321", "area_id": 41, "building_id": 654, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -370471,18 +409169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69669, "usage_id": 2 }, "4321.02.002": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "2.OG 202, Archiv", "arch_name": "2.OG 202@4321", "area_id": 41, "building_id": 654, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -370490,18 +409190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69670, "usage_id": 2 }, "4321.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 01, Eingangshalle", "arch_name": "EG 01@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370509,18 +409211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53654, "usage_id": 222 }, "4321.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 01.1, Treppe", "arch_name": "EG 01.1@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -370528,18 +409232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69578, "usage_id": 223 }, "4321.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 02, Flur", "arch_name": "EG 02@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370547,18 +409253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53664, "usage_id": 222 }, "4321.EG.002A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 03, Flur", "arch_name": "EG 03@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370566,18 +409274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69594, "usage_id": 222 }, "4321.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 05, Werkstatt Schreinerei", "arch_name": "EG 05@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 26175, "seats": { @@ -370585,18 +409295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53672, "usage_id": 51 }, "4321.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 006, Werkstatt Schreinerei", "arch_name": "EG 006@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 26175, "seats": { @@ -370604,18 +409316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53812, "usage_id": 51 }, "4321.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 07, B\u00fcro Schreinerei", "arch_name": "EG 07@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 26175, "seats": { @@ -370623,18 +409337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53837, "usage_id": 12 }, "4321.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 08, Lager Schreinerei", "arch_name": "EG 08@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -370642,18 +409358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53848, "usage_id": 30 }, "4321.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 09, Flur (WC, Ruheraum)", "arch_name": "EG 09@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370661,18 +409379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51241, "usage_id": 222 }, "4321.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 10, WC-Damen", "arch_name": "EG 10@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370680,18 +409400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51257, "usage_id": 116 }, "4321.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 11, Ruheraum", "arch_name": "EG 11@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51258, "seats": { @@ -370699,18 +409421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51276, "usage_id": 178 }, "4321.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 12, Dusche", "arch_name": "EG 12@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370718,18 +409442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51428, "usage_id": 113 }, "4321.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 13, WC/Umkleide-Herren Vorraum", "arch_name": "EG 13@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370737,18 +409463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51443, "usage_id": 118 }, "4321.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 14, WC-Herren", "arch_name": "EG 14@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370756,18 +409484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51458, "usage_id": 115 }, "4321.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 15, Umkleide-Herren", "arch_name": "EG 15@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -370775,18 +409505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51615, "usage_id": 121 }, "4321.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 16, Waschraum-Herren", "arch_name": "EG 16@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -370794,18 +409526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51627, "usage_id": 210 }, "4321.EG.016A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 16 A, Dusche-Herren", "arch_name": "EG 16 A@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370813,18 +409547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69600, "usage_id": 113 }, "4321.EG.016B": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 16 B, Dusche-Herren", "arch_name": "EG 16 B@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -370832,18 +409568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69599, "usage_id": 113 }, "4321.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 17, Lager Elektro", "arch_name": "EG 17@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -370851,18 +409589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51643, "usage_id": 30 }, "4321.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 18, Lager Elektro", "arch_name": "EG 18@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -370870,18 +409610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51786, "usage_id": 30 }, "4321.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 19, Lager Schlosserei", "arch_name": "EG 19@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -370889,18 +409631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51796, "usage_id": 30 }, "4321.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 20, Technik", "arch_name": "EG 20@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -370908,18 +409652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51816, "usage_id": 120 }, "4321.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 21, Technik", "arch_name": "EG 21@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -370927,18 +409673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51951, "usage_id": 120 }, "4321.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 22, Lager Sanit\u00e4r", "arch_name": "EG 22@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -370946,18 +409694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51958, "usage_id": 30 }, "4321.EG.023": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 23, Schlosserwerkstatt", "arch_name": "EG 23@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 26175, "seats": { @@ -370965,18 +409715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51968, "usage_id": 51 }, "4321.EG.023A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 23.1, Treppe", "arch_name": "EG 23.1@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -370984,18 +409736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69596, "usage_id": 223 }, "4321.EG.023B": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 23 A, Freifl\u00e4che Schlosserei", "arch_name": "EG 23 A@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -371003,18 +409757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69597, "usage_id": 218 }, "4321.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 24, Elektrowerkstatt", "arch_name": "EG 24@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 26175, "seats": { @@ -371022,18 +409778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51975, "usage_id": 51 }, "4321.EG.024A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 24.1, Treppe", "arch_name": "EG 24.1@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -371041,18 +409799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69587, "usage_id": 223 }, "4321.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "01, Au\u00dfentreppe", "arch_name": "01@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -371060,18 +409820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69598, "usage_id": 7 }, "4321.EG.044": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 25, Besprechungsraum", "arch_name": "EG 25@4321", "area_id": 41, "building_id": 654, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -371079,18 +409841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72006, "usage_id": 215 }, "4322.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 01, Lager ELT Technik", "arch_name": "EG 01@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -371098,18 +409862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69750, "usage_id": 215 }, "4322.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 02, Lager Schlie\u00dftechnik", "arch_name": "EG 02@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -371117,18 +409883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69751, "usage_id": 215 }, "4322.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 03, Lager Heizung", "arch_name": "EG 03@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -371136,18 +409904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69752, "usage_id": 215 }, "4322.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 04, Lager K\u00e4ltetechnik", "arch_name": "EG 04@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 26175, "seats": { @@ -371155,18 +409925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69753, "usage_id": 215 }, "4322.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 05, Lager Betriebsmittel", "arch_name": "EG 05@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -371174,18 +409946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69754, "usage_id": 215 }, "4322.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 06, Lager Betriebsmittel", "arch_name": "EG 06@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26175, "seats": { @@ -371193,18 +409967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69755, "usage_id": 215 }, "4322.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 07, Lager Reinigung", "arch_name": "EG 07@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26175, "seats": { @@ -371212,18 +409988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69756, "usage_id": 215 }, "4322.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 08, Lager / Selbstabholer", "arch_name": "EG 08@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 26175, "seats": { @@ -371231,18 +410009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69757, "usage_id": 215 }, "4322.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 09, Lager Kfz.-Werkstatt", "arch_name": "EG 09@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 26175, "seats": { @@ -371250,18 +410030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69758, "usage_id": 215 }, "4322.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "01, PKW Stellplatz", "arch_name": "01@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371269,18 +410051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69759, "usage_id": 100 }, "4322.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "02, PKW Stellplatz", "arch_name": "02@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371288,18 +410072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69760, "usage_id": 100 }, "4322.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "03, PKW Stellplatz", "arch_name": "03@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371307,18 +410093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69761, "usage_id": 100 }, "4322.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "04, PKW Stellplatz", "arch_name": "04@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371326,18 +410114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69762, "usage_id": 100 }, "4322.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "05, PKW Stellplatz", "arch_name": "05@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371345,18 +410135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69763, "usage_id": 100 }, "4322.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "06, PKW Stellplatz", "arch_name": "06@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371364,18 +410156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69764, "usage_id": 100 }, "4322.EG.016": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "07, PKW Stellplatz", "arch_name": "07@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371383,18 +410177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69765, "usage_id": 100 }, "4322.EG.017": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "08, PKW Stellplatz", "arch_name": "08@4322", "area_id": 41, "building_id": 655, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371402,18 +410198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69766, "usage_id": 100 }, "4322.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "01, Trafostation XV", "arch_name": "01@4322", "area_id": 41, "building_id": 655, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371421,18 +410219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53520, "usage_id": 160 }, "4322.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "02, Trafostation XV", "arch_name": "02@4322", "area_id": 41, "building_id": 655, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371440,18 +410240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53529, "usage_id": 160 }, "4322.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "03, Trafostation XV", "arch_name": "03@4322", "area_id": 41, "building_id": 655, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371459,18 +410261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53542, "usage_id": 160 }, "4322.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "04, Trafostation XV", "arch_name": "04@4322", "area_id": 41, "building_id": 655, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371478,18 +410282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53551, "usage_id": 160 }, "4322.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "05, Trafostation XV", "arch_name": "05@4322", "area_id": 41, "building_id": 655, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371497,18 +410303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53688, "usage_id": 160 }, "4322.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "06, Trafostation XV", "arch_name": "06@4322", "area_id": 41, "building_id": 655, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -371516,18 +410324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53699, "usage_id": 160 }, "4322.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "07, Trafostation XV", "arch_name": "07@4322", "area_id": 41, "building_id": 655, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -371535,18 +410345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53707, "usage_id": 160 }, "4322.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "08, Trafostation XV", "arch_name": "08@4322", "area_id": 41, "building_id": 655, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -371554,18 +410366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53711, "usage_id": 160 }, "4323.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 101, Flur", "arch_name": "1.OG 101@4323", "area_id": 41, "building_id": 656, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -371573,18 +410387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51657, "usage_id": 222 }, "4323.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 102, Technik", "arch_name": "1.OG 102@4323", "area_id": 41, "building_id": 656, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371592,18 +410408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51667, "usage_id": 120 }, "4323.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 103, Heizung/Materiallager", "arch_name": "1.OG 103@4323", "area_id": 41, "building_id": 656, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371611,18 +410429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51673, "usage_id": 30 }, "4323.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 104, Galerie/Lager", "arch_name": "1.OG 104@4323", "area_id": 41, "building_id": 656, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -371630,18 +410450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69689, "usage_id": 30 }, "4323.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 105, Galerie/Akten", "arch_name": "1.OG 105@4323", "area_id": 41, "building_id": 656, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -371649,18 +410471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69706, "usage_id": 2 }, "4323.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "1.OG 106, Galerie/Aufenthalt", "arch_name": "1.OG 106@4323", "area_id": 41, "building_id": 656, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -371668,18 +410492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69707, "usage_id": 44 }, "4323.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 01, KFZ-Waschhalle", "arch_name": "EG 01@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -371687,18 +410513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53720, "usage_id": 108 }, "4323.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 02, Meisterb\u00fcro", "arch_name": "EG 02@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -371706,18 +410534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53856, "usage_id": 12 }, "4323.EG.002A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 02A, B\u00fcro f\u00fcr Heizung, L\u00fcftung und Sanit\u00e4r", "arch_name": "EG 02A@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -371725,18 +410555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61268, "usage_id": 12 }, "4323.EG.002B": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 02A11, Treppe", "arch_name": "EG 02A11@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -371744,18 +410576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61269, "usage_id": 223 }, "4323.EG.002C": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 02.1, Treppe", "arch_name": "EG 02.1@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -371763,18 +410597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61271, "usage_id": 223 }, "4323.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 03, KFZ-Werkstatt", "arch_name": "EG 03@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -371782,18 +410618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53865, "usage_id": 51 }, "4323.EG.003A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 03A, KFZ-Werkstatt", "arch_name": "EG 03A@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -371801,18 +410639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61270, "usage_id": 51 }, "4323.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "04, Lager mit Brandschutz", "arch_name": "04@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -371820,18 +410660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53874, "usage_id": 30 }, "4323.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "05, Lager mit Brandschutz", "arch_name": "05@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -371839,18 +410681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53882, "usage_id": 30 }, "4323.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 06, Flur", "arch_name": "EG 06@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -371858,18 +410702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53894, "usage_id": 222 }, "4323.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 07, WC", "arch_name": "EG 07@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -371877,18 +410723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51290, "usage_id": 114 }, "4323.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 08, Meisterb\u00fcro Kfz.", "arch_name": "EG 08@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -371896,18 +410744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51302, "usage_id": 12 }, "4323.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 09, Flur", "arch_name": "EG 09@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -371915,18 +410765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51308, "usage_id": 222 }, "4323.EG.009A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 09.1, Treppe", "arch_name": "EG 09.1@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -371934,18 +410786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69705, "usage_id": 223 }, "4323.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "Lager mit Brandschutz", "arch_name": "@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -371953,18 +410807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51320, "usage_id": 30 }, "4323.EG.011": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 11, B\u00fcro Entsorgung", "arch_name": "EG 11@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -371972,18 +410828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51323, "usage_id": 12 }, "4323.EG.012": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 12, Farbspritzraum", "arch_name": "EG 12@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -371991,18 +410849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51468, "usage_id": 51 }, "4323.EG.013": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 13, Malerwerkstatt", "arch_name": "EG 13@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -372010,18 +410870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51473, "usage_id": 51 }, "4323.EG.013A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 13.1, Treppe", "arch_name": "EG 13.1@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19691, "seats": { @@ -372029,18 +410891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69688, "usage_id": 223 }, "4323.EG.014": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 14, Feldlager", "arch_name": "EG 14@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -372048,18 +410912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51484, "usage_id": 30 }, "4323.EG.015": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "15, Hochlager Streusalz", "arch_name": "15@4323", "area_id": 41, "building_id": 656, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372067,18 +410933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51495, "usage_id": 30 }, "4324.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 101, Windfang", "arch_name": "1.OG 101@4324", "area_id": 41, "building_id": 659, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -372086,18 +410954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51823, "usage_id": 52 }, "4324.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 106, Bad", "arch_name": "1.OG 106@4324", "area_id": 41, "building_id": 659, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -372105,18 +410975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52015, "usage_id": 112 }, "4324.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 110, Abstellraum", "arch_name": "1.OG 110@4324", "area_id": 41, "building_id": 659, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -372124,18 +410996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52184, "usage_id": 159 }, "4324.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 111, Windfang", "arch_name": "1.OG 111@4324", "area_id": 41, "building_id": 659, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -372143,18 +411017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52196, "usage_id": 52 }, "4324.01.016": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "1.OG 116, Bad", "arch_name": "1.OG 116@4324", "area_id": 41, "building_id": 659, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -372162,18 +411038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52519, "usage_id": 112 }, "4324.01.020": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "Abstellraum", "arch_name": "@4324", "area_id": 41, "building_id": 659, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -372181,18 +411059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52693, "usage_id": 159 }, "4324.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "EG 01, Stuhllager", "arch_name": "EG 01@4324", "area_id": 41, "building_id": 659, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -372200,18 +411080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51685, "usage_id": 30 }, "4324.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "EG 01A, Lager Maler", "arch_name": "EG 01A@4324", "area_id": 41, "building_id": 659, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -372219,18 +411101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72136, "usage_id": 30 }, "4324.EG.001B": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "EG 01B, Lager Fahrr\u00e4der", "arch_name": "EG 01B@4324", "area_id": 41, "building_id": 659, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -372238,18 +411122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72125, "usage_id": 215 }, "4324.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "EG 02, Lager Schreinerei", "arch_name": "EG 02@4324", "area_id": 41, "building_id": 659, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -372257,18 +411143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69672, "usage_id": 30 }, "4324.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 20+22", "zip_code": 85354 }, + "alt_name": "EG 03, Lager Schreinerei", "arch_name": "EG 03@4324", "area_id": 41, "building_id": 659, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26175, "seats": { @@ -372276,18 +411164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69673, "usage_id": 30 }, "4325.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 01, Lager", "arch_name": "EG 01@4325", "area_id": 41, "building_id": 2349, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372295,18 +411185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69780, "usage_id": 30 }, "4325.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 02, Lager", "arch_name": "EG 02@4325", "area_id": 41, "building_id": 2349, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372314,18 +411206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69781, "usage_id": 30 }, "4325.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 03, Lager", "arch_name": "EG 03@4325", "area_id": 41, "building_id": 2349, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372333,18 +411227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69782, "usage_id": 30 }, "4325.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 04, Freilager", "arch_name": "EG 04@4325", "area_id": 41, "building_id": 2349, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372352,18 +411248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69783, "usage_id": 218 }, "4325.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 05, Freilager", "arch_name": "EG 05@4325", "area_id": 41, "building_id": 2349, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372371,18 +411269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69784, "usage_id": 218 }, "4325.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 06, Freilager", "arch_name": "EG 06@4325", "area_id": 41, "building_id": 2349, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372390,18 +411290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69785, "usage_id": 218 }, "4325.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 24", "zip_code": 85354 }, + "alt_name": "EG 07, Freilager", "arch_name": "EG 07@4325", "area_id": 41, "building_id": 2349, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372409,18 +411311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69786, "usage_id": 218 }, "4353.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 4", "zip_code": 85354 }, + "alt_name": "001, Trafostation XII", "arch_name": "001@4353", "area_id": 41, "building_id": 2173, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372428,18 +411332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68113, "usage_id": 160 }, "4353.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 4", "zip_code": 85354 }, + "alt_name": "002, Trafostation XII", "arch_name": "002@4353", "area_id": 41, "building_id": 2173, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372447,18 +411353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68114, "usage_id": 160 }, "4353.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 4", "zip_code": 85354 }, + "alt_name": "003, Trafostation XII", "arch_name": "003@4353", "area_id": 41, "building_id": 2173, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -372466,18 +411374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68099, "usage_id": 160 }, "4353.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 4", "zip_code": 85354 }, + "alt_name": "004, Trafostation XII", "arch_name": "004@4353", "area_id": 41, "building_id": 2173, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372485,18 +411395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68100, "usage_id": 160 }, "4355.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Zur Kreutzbreite 4", "zip_code": 85354 }, + "alt_name": "001, Trafostation XXII", "arch_name": "001@4355", "area_id": 41, "building_id": 2169, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372504,18 +411416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68092, "usage_id": 160 }, "4355.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Zur Kreutzbreite 4", "zip_code": 85354 }, + "alt_name": "002, Trafostation XXII", "arch_name": "002@4355", "area_id": 41, "building_id": 2169, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -372523,18 +411437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68093, "usage_id": 160 }, "4355.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Zur Kreutzbreite 4", "zip_code": 85354 }, + "alt_name": "003, Trafostation XXII", "arch_name": "003@4355", "area_id": 41, "building_id": 2169, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372542,18 +411458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68094, "usage_id": 160 }, "4361.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Gereuth 5", "zip_code": 85354 }, + "alt_name": "001, Trafostation XVIII", "arch_name": "001@4361", "area_id": 41, "building_id": 2174, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372561,18 +411479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68115, "usage_id": 160 }, "4361.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Gereuth 5", "zip_code": 85354 }, + "alt_name": "002, Trafostation XVIII", "arch_name": "002@4361", "area_id": 41, "building_id": 2174, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372580,18 +411500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68089, "usage_id": 160 }, "4361.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Gereuth 5", "zip_code": 85354 }, + "alt_name": "003, Trafostation XVIII", "arch_name": "003@4361", "area_id": 41, "building_id": 2174, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -372599,18 +411521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68090, "usage_id": 160 }, "4361.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Gereuth 5", "zip_code": 85354 }, + "alt_name": "004, Trafostation XVIII", "arch_name": "004@4361", "area_id": 41, "building_id": 2174, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372618,18 +411542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68091, "usage_id": 160 }, "4362.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 10", "zip_code": 85354 }, + "alt_name": "001, Trafostation XXIII", "arch_name": "001@4362", "area_id": 41, "building_id": 2172, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372637,18 +411563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68108, "usage_id": 160 }, "4362.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 10", "zip_code": 85354 }, + "alt_name": "002, Trafostation XXIII", "arch_name": "002@4362", "area_id": 41, "building_id": 2172, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372656,18 +411584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68109, "usage_id": 160 }, "4362.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 10", "zip_code": 85354 }, + "alt_name": "003, Trafostation XXIII", "arch_name": "003@4362", "area_id": 41, "building_id": 2172, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -372675,18 +411605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68110, "usage_id": 160 }, "4362.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Lange Point 10", "zip_code": 85354 }, + "alt_name": "004, Trafostation XXIII", "arch_name": "004@4362", "area_id": 41, "building_id": 2172, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372694,18 +411626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68118, "usage_id": 160 }, "4368.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Gereuth 6", "zip_code": 85354 }, + "alt_name": "001, Trafostation XVI", "arch_name": "001@4368", "area_id": 41, "building_id": 2171, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372713,18 +411647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68101, "usage_id": 160 }, "4368.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Gereuth 6", "zip_code": 85354 }, + "alt_name": "002, Trafostation XVI", "arch_name": "002@4368", "area_id": 41, "building_id": 2171, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372732,18 +411668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68102, "usage_id": 160 }, "4368.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Gereuth 6", "zip_code": 85354 }, + "alt_name": "003, Trafostation XVI", "arch_name": "003@4368", "area_id": 41, "building_id": 2171, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -372751,18 +411689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68103, "usage_id": 160 }, "4368.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Am Gereuth 6", "zip_code": 85354 }, + "alt_name": "004, Trafostation XVI", "arch_name": "004@4368", "area_id": 41, "building_id": 2171, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372770,18 +411710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68088, "usage_id": 160 }, "4387.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Wippenhauserstr. 51", "zip_code": 85354 }, + "alt_name": "001, Trafostation VIII", "arch_name": "001@4387", "area_id": 41, "building_id": 2150, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372789,18 +411731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68022, "usage_id": 160 }, "4387.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Wippenhauserstr. 51", "zip_code": 85354 }, + "alt_name": "002, Trafostation VIII", "arch_name": "002@4387", "area_id": 41, "building_id": 2150, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372808,18 +411752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68023, "usage_id": 160 }, "4387.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Wippenhauserstr. 51", "zip_code": 85354 }, + "alt_name": "003, Trafostation VIII", "arch_name": "003@4387", "area_id": 41, "building_id": 2150, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 26175, "seats": { @@ -372827,18 +411773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68024, "usage_id": 160 }, "4387.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Wippenhauserstr. 51", "zip_code": 85354 }, + "alt_name": "004, Trafostation VIII", "arch_name": "004@4387", "area_id": 41, "building_id": 2150, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 26175, "seats": { @@ -372846,18 +411794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68025, "usage_id": 160 }, "4401.01.101": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "101, K\u00fcche", "arch_name": "101@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -372865,18 +411815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52892, "usage_id": 28 }, "4401.01.102": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "102, Aufenthaltsraum", "arch_name": "102@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -372884,18 +411836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52899, "usage_id": 44 }, "4401.01.103": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "103, Doktoranden", "arch_name": "103@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -372903,18 +411857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53039, "usage_id": 12 }, "4401.01.104": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "104, Doktoranden", "arch_name": "104@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -372922,18 +411878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53045, "usage_id": 12 }, "4401.01.105": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "105, WC / Dusche-Damen", "arch_name": "105@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -372941,18 +411899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53053, "usage_id": 113 }, "4401.01.105A": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "105A, WC / Dusche-Herren", "arch_name": "105A@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -372960,18 +411920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53060, "usage_id": 113 }, "4401.01.106": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "106, \u00dcbergang", "arch_name": "106@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -372979,18 +411941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53071, "usage_id": 222 }, "4401.01.107": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "107, Treppenflur", "arch_name": "107@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -372998,18 +411962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53074, "usage_id": 222 }, "4401.02.203": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "203, WC", "arch_name": "203@4401", "area_id": 51, "building_id": 650, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373017,18 +411983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53233, "usage_id": 114 }, "4401.02.203A": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "203A, WC", "arch_name": "203A@4401", "area_id": 51, "building_id": 650, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373036,18 +412004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53240, "usage_id": 114 }, "4401.02.204": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "204, B\u00fcro", "arch_name": "204@4401", "area_id": 51, "building_id": 650, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373055,18 +412025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53247, "usage_id": 12 }, "4401.02.205": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "205, Waschraum", "arch_name": "205@4401", "area_id": 51, "building_id": 650, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373074,18 +412046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53383, "usage_id": 210 }, "4401.02.205A": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "205A, Waschraum", "arch_name": "205A@4401", "area_id": 51, "building_id": 650, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373093,18 +412067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53391, "usage_id": 210 }, "4401.02.206": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "206, Treppenflur", "arch_name": "206@4401", "area_id": 51, "building_id": 650, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -373112,18 +412088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53398, "usage_id": 222 }, "4401.EG.001": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "001, Freiland-Lager", "arch_name": "001@4401", "area_id": 51, "building_id": 650, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15614, "seats": { @@ -373131,18 +412109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52705, "usage_id": 209 }, "4401.EG.002": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "002, ASS und Spektrometrie", "arch_name": "002@4401", "area_id": 51, "building_id": 650, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15614, "seats": { @@ -373150,18 +412130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52712, "usage_id": 102 }, "4401.EG.003": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "003, Wasserchemielabor", "arch_name": "003@4401", "area_id": 51, "building_id": 650, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15614, "seats": { @@ -373169,18 +412151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52723, "usage_id": 102 }, "4401.EG.004": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "004, Tauchraum", "arch_name": "004@4401", "area_id": 51, "building_id": 650, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -373188,18 +412172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52862, "usage_id": 201 }, "4401.EG.005": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "005, Druckluft- u. Dest-Anlage", "arch_name": "005@4401", "area_id": 51, "building_id": 650, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -373207,18 +412193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52870, "usage_id": 120 }, "4401.EG.006": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "006, Treppenflur", "arch_name": "006@4401", "area_id": 51, "building_id": 650, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -373226,18 +412214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52883, "usage_id": 222 }, "4401.U1.001": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "001, Treppe", "arch_name": "001@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -373245,18 +412235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68211, "usage_id": 223 }, "4401.U1.002": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "002, Kellerlager", "arch_name": "002@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -373264,18 +412256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69034, "usage_id": 30 }, "4401.U1.003": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "003, Kellerlager", "arch_name": "003@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -373283,18 +412277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69035, "usage_id": 30 }, "4401.U1.004": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "004, Kellerlager", "arch_name": "004@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -373302,18 +412298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69036, "usage_id": 30 }, "4401.U1.005": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "005, TBA-Anlage", "arch_name": "005@4401", "area_id": 51, "building_id": 650, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373321,18 +412319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68212, "usage_id": 120 }, "4402.EG.001": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "001, Bootshaus", "arch_name": "001@4402", "area_id": 51, "building_id": 651, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -373340,18 +412340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53404, "usage_id": 100 }, "4402.EG.002": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "002, Aufenthaltsraum", "arch_name": "002@4402", "area_id": 51, "building_id": 651, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -373359,18 +412361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53415, "usage_id": 44 }, "4403.01.101": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "101, B\u00fcro", "arch_name": "101@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373378,18 +412382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51153, "usage_id": 12 }, "4403.01.102": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373397,18 +412403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51159, "usage_id": 12 }, "4403.01.103": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "103, B\u00fcro", "arch_name": "103@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373416,18 +412424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51171, "usage_id": 12 }, "4403.01.104": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373435,18 +412445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51179, "usage_id": 12 }, "4403.01.105": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "105, Registratur", "arch_name": "105@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15614, "seats": { @@ -373454,18 +412466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51189, "usage_id": 2 }, "4403.01.106": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "106, Abstellraum", "arch_name": "106@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -373473,18 +412487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51330, "usage_id": 159 }, "4403.01.107": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "107, Bibliothek", "arch_name": "107@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373492,18 +412508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51336, "usage_id": 10 }, "4403.01.108": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "108, Bibliothek-Herbarium", "arch_name": "108@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373511,18 +412529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51346, "usage_id": 10 }, "4403.01.109": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "109, Seminarraum", "arch_name": "109@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373530,18 +412550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51352, "usage_id": 41 }, "4403.01.110": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "110, WC-Damen", "arch_name": "110@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373549,18 +412571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51362, "usage_id": 116 }, "4403.01.110A": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "110A, WC-Herren", "arch_name": "110A@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373568,18 +412592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51510, "usage_id": 115 }, "4403.01.111": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "111, Computerraum", "arch_name": "111@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373587,18 +412613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51520, "usage_id": 207 }, "4403.01.112": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "112, Computerraum", "arch_name": "112@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373606,18 +412634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51529, "usage_id": 207 }, "4403.01.113": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "113, Flur", "arch_name": "113@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373625,18 +412655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51535, "usage_id": 222 }, "4403.01.114": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "114, Flur / Vorraum", "arch_name": "114@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373644,18 +412676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51541, "usage_id": 222 }, "4403.02.201": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "201, Vortragssaal", "arch_name": "201@4403", "area_id": 51, "building_id": 649, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15614, "seats": { @@ -373663,18 +412697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51550, "usage_id": 130 }, "4403.02.203": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "203, B\u00fcro", "arch_name": "203@4403", "area_id": 51, "building_id": 649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373682,18 +412718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51699, "usage_id": 12 }, "4403.02.204": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "204, B\u00fcro", "arch_name": "204@4403", "area_id": 51, "building_id": 649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373701,18 +412739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51709, "usage_id": 12 }, "4403.02.205": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "205, Abstellraum", "arch_name": "205@4403", "area_id": 51, "building_id": 649, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -373720,18 +412760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51715, "usage_id": 159 }, "4403.02.206": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "206, WC", "arch_name": "206@4403", "area_id": 51, "building_id": 649, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373739,18 +412781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51720, "usage_id": 114 }, "4403.02.206A": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "206A, Dusche", "arch_name": "206A@4403", "area_id": 51, "building_id": 649, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373758,18 +412802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51729, "usage_id": 113 }, "4403.02.206B": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "206B, Lager", "arch_name": "206B@4403", "area_id": 51, "building_id": 649, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373777,18 +412823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52032, "usage_id": 30 }, "4403.02.207": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "207, WC", "arch_name": "207@4403", "area_id": 51, "building_id": 649, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373796,18 +412844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52037, "usage_id": 114 }, "4403.02.208": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "208, B\u00fcro", "arch_name": "208@4403", "area_id": 51, "building_id": 649, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15614, "seats": { @@ -373815,18 +412865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52043, "usage_id": 12 }, "4403.02.209": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "209, Flur", "arch_name": "209@4403", "area_id": 51, "building_id": 649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -373834,18 +412886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52049, "usage_id": 222 }, "4403.EG.001": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "001, Spurenlabor", "arch_name": "001@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15614, "seats": { @@ -373853,18 +412907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53562, "usage_id": 102 }, "4403.EG.002": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "002, Foto-, W\u00e4gekammer", "arch_name": "002@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15614, "seats": { @@ -373872,18 +412928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53572, "usage_id": 102 }, "4403.EG.003": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "003, Schmutzlabor", "arch_name": "003@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15614, "seats": { @@ -373891,18 +412949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53581, "usage_id": 102 }, "4403.EG.003A": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "003A, Lager", "arch_name": "003A@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15614, "seats": { @@ -373910,18 +412970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53589, "usage_id": 30 }, "4403.EG.004": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "004, Werkstatt", "arch_name": "004@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -373929,18 +412991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53595, "usage_id": 51 }, "4403.EG.005": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "005, Klimaraum 1", "arch_name": "005@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373948,18 +413012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53727, "usage_id": 166 }, "4403.EG.006": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "006, Klimaraum 2", "arch_name": "006@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373967,18 +413033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53731, "usage_id": 166 }, "4403.EG.007": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "007, Klimaraum 3", "arch_name": "007@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -373986,18 +413054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53740, "usage_id": 166 }, "4403.EG.008": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "008, Vorraum", "arch_name": "008@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -374005,18 +413075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53745, "usage_id": 50 }, "4403.EG.009": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "009, Trockenraum / Lager", "arch_name": "009@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15614, "seats": { @@ -374024,18 +413096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53754, "usage_id": 30 }, "4403.EG.010": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "010, Ger\u00e4teabstellraum", "arch_name": "010@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374043,18 +413117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53760, "usage_id": 159 }, "4403.EG.011": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "011, Lager", "arch_name": "011@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -374062,18 +413138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53897, "usage_id": 30 }, "4403.EG.012": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "012, Heizungsraum", "arch_name": "012@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374081,18 +413159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53905, "usage_id": 201 }, "4403.EG.013": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "013, Tankraum", "arch_name": "013@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374100,18 +413180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53913, "usage_id": 30 }, "4403.EG.014": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "014, Flur", "arch_name": "014@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374119,18 +413201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53921, "usage_id": 222 }, "4403.EG.015": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "015, Treppenflur", "arch_name": "015@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374138,18 +413222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53930, "usage_id": 222 }, "4403.EG.016": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "016, Treppe", "arch_name": "016@4403", "area_id": 51, "building_id": 649, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -374157,18 +413243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53934, "usage_id": 223 }, "4403.U1.031": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "Kellerabstellraum", "arch_name": "@4403", "area_id": 51, "building_id": 649, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374176,18 +413264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53422, "usage_id": 159 }, "4404.01.101": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "101, B\u00fcro", "arch_name": "101@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374195,18 +413285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51884, "usage_id": 12 }, "4404.01.102": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374214,18 +413306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51891, "usage_id": 12 }, "4404.01.103": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "103, Lager", "arch_name": "103@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374233,19 +413327,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51896, "usage_id": 30 }, "4404.01.104": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "104, Seminarraum", "arch_name": "104@4404", "area_id": 51, "building_id": 647, "calendar_resource_nr": 15318, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374253,18 +413349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28654, "usage_id": 41 }, "4404.01.105": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "105, Seminarraum", "arch_name": "105@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374272,18 +413370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51910, "usage_id": 41 }, "4404.01.106": { "address": { - "floor": "1.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "106, Flur", "arch_name": "106@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374291,18 +413391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52382, "usage_id": 222 }, "4404.02.201A": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "201A, WC / Dusche", "arch_name": "201A@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -374310,18 +413412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52392, "usage_id": 114 }, "4404.02.202A": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "202A, WC / Dusche", "arch_name": "202A@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15614, "seats": { @@ -374329,18 +413433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52411, "usage_id": 114 }, "4404.02.205": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "205, Flur", "arch_name": "205@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -374348,18 +413454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50073, "usage_id": 222 }, "4404.02.206": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "206, Flur", "arch_name": "206@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374367,18 +413475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50084, "usage_id": 222 }, "4404.02.207": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "207, WC / Dusche", "arch_name": "207@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374386,18 +413496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50094, "usage_id": 113 }, "4404.02.208": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "208, WC / Dusche", "arch_name": "208@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374405,18 +413517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50105, "usage_id": 113 }, "4404.02.209": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "209, Dusche", "arch_name": "209@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374424,18 +413538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50224, "usage_id": 113 }, "4404.02.210": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "210, Dusche", "arch_name": "210@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374443,18 +413559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50236, "usage_id": 113 }, "4404.02.211": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "211, Dusche", "arch_name": "211@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374462,18 +413580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50247, "usage_id": 113 }, "4404.02.212": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "212, WC", "arch_name": "212@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374481,18 +413601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50253, "usage_id": 114 }, "4404.02.213": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "213, WC", "arch_name": "213@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374500,18 +413622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50263, "usage_id": 114 }, "4404.02.214": { "address": { - "floor": "2.OG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "214, WC", "arch_name": "214@4404", "area_id": 51, "building_id": 647, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374519,18 +413643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50267, "usage_id": 114 }, "4404.DG.301": { "address": { - "floor": "DG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "301, Dachschlafraum", "arch_name": "301@4404", "area_id": 51, "building_id": 647, + "floor_level": "DG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -374538,18 +413664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50397, "usage_id": 53 }, "4404.DG.302": { "address": { - "floor": "DG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "302, Dachschlafraum", "arch_name": "302@4404", "area_id": 51, "building_id": 647, + "floor_level": "DG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -374557,18 +413685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50400, "usage_id": 53 }, "4404.DG.303": { "address": { - "floor": "DG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "303, Fitnessraum", "arch_name": "303@4404", "area_id": 51, "building_id": 647, + "floor_level": "DG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -374576,18 +413706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50408, "usage_id": 53 }, "4404.DG.306": { "address": { - "floor": "DG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "306, Treppenflur", "arch_name": "306@4404", "area_id": 51, "building_id": 647, + "floor_level": "DG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15614, "seats": { @@ -374595,18 +413727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27435, "usage_id": 222 }, "4404.EG.001": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "001, Diele", "arch_name": "001@4404", "area_id": 51, "building_id": 647, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374614,18 +413748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52585, "usage_id": 222 }, "4404.EG.001A": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "001A, WC", "arch_name": "001A@4404", "area_id": 51, "building_id": 647, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374633,18 +413769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52591, "usage_id": 114 }, "4404.EG.002": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "002, Information", "arch_name": "002@4404", "area_id": 51, "building_id": 647, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374652,18 +413790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52204, "usage_id": 12 }, "4404.EG.002A": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "002A, WC", "arch_name": "002A@4404", "area_id": 51, "building_id": 647, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374671,19 +413811,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52211, "usage_id": 114 }, "4404.EG.003": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "003, Mikroskopie", "arch_name": "003@4404", "area_id": 51, "building_id": 647, "calendar_resource_nr": 19054, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374691,18 +413833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52220, "usage_id": 103 }, "4404.EG.004": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "004, K\u00fcche", "arch_name": "004@4404", "area_id": 51, "building_id": 647, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374710,18 +413854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52228, "usage_id": 28 }, "4404.EG.005": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "005, Lager", "arch_name": "005@4404", "area_id": 51, "building_id": 647, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374729,18 +413875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52232, "usage_id": 30 }, "4404.EG.005A": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "005A, Flur", "arch_name": "005A@4404", "area_id": 51, "building_id": 647, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15614, "seats": { @@ -374748,18 +413896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51867, "usage_id": 222 }, "4404.EG.006": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "006, REM", "arch_name": "006@4404", "area_id": 51, "building_id": 647, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374767,18 +413917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51876, "usage_id": 103 }, "4404.U1.101": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "-101, Vorraum", "arch_name": "-101@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374786,18 +413938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52057, "usage_id": 50 }, "4404.U1.101A": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "-101A, Treppe", "arch_name": "-101A@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15614, "seats": { @@ -374805,18 +413959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52062, "usage_id": 223 }, "4404.U1.102": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "-102, Flur", "arch_name": "-102@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374824,18 +413980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52070, "usage_id": 222 }, "4404.U1.103": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "-103, Weinkeller", "arch_name": "-103@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374843,18 +414001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52552, "usage_id": 30 }, "4404.U1.104": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "-104, Aufzug", "arch_name": "-104@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374862,18 +414022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52562, "usage_id": 4 }, "4404.U1.105": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "-105, Aufenthaltsraum", "arch_name": "-105@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374881,18 +414043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52571, "usage_id": 44 }, "4404.U1.106": { "address": { - "floor": "1.UG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "-106, Aufenthaltsraum", "arch_name": "-106@4404", "area_id": 51, "building_id": 647, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15614, "seats": { @@ -374900,18 +414064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52584, "usage_id": 44 }, "4405.EG.001": { "address": { - "floor": "EG", "place": "Iffeldorf", "street": "Hofmark 3", "zip_code": 82393 }, + "alt_name": "001, Garage / Ger\u00e4telager", "arch_name": "001@4405", "area_id": 51, "building_id": 648, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15614, "seats": { @@ -374919,18 +414085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50560, "usage_id": 100 }, "4501.01.040": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.01, K\u00fcche", "arch_name": "1.01@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15687, "seats": { @@ -374938,18 +414106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49494, "usage_id": 28 }, "4501.01.041": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.02, Aufenthaltsraum", "arch_name": "1.02@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15687, "seats": { @@ -374957,18 +414127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49633, "usage_id": 44 }, "4501.01.042": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.03, Flur", "arch_name": "1.03@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -374976,18 +414148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49641, "usage_id": 222 }, "4501.01.043": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.04, WC", "arch_name": "1.04@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -374995,18 +414169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49653, "usage_id": 114 }, "4501.01.044A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.07, Abstellraum", "arch_name": "1.07@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -375014,18 +414190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49788, "usage_id": 159 }, "4501.01.047": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.10, Gang", "arch_name": "1.10@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -375033,18 +414211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49812, "usage_id": 222 }, "4501.01.048": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.08, Bad", "arch_name": "1.08@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -375052,18 +414232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49943, "usage_id": 112 }, "4501.01.050": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.12, Treppe", "arch_name": "1.12@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -375071,18 +414253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49960, "usage_id": 223 }, "4501.01.053A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.15A, Speisekammer", "arch_name": "1.15A@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -375090,18 +414274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50125, "usage_id": 159 }, "4501.01.054": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.16, Bad/WC", "arch_name": "1.16@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -375109,18 +414295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50138, "usage_id": 112 }, "4501.01.055": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "1.18, Flur", "arch_name": "1.18@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -375128,18 +414316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50147, "usage_id": 222 }, "4501.02.057": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "2.01, Wohnungsspeicher", "arch_name": "2.01@4501", "area_id": 39, "building_id": 888, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -375147,18 +414337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50292, "usage_id": 159 }, "4501.02.058": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "2.02, Betriebsspeicher", "arch_name": "2.02@4501", "area_id": 39, "building_id": 888, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -375166,18 +414358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50305, "usage_id": 159 }, "4501.02.059": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "2.03, Gang", "arch_name": "2.03@4501", "area_id": 39, "building_id": 888, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -375185,18 +414379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50434, "usage_id": 222 }, "4501.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.01, B\u00fcro", "arch_name": "0.01@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -375204,18 +414400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48637, "usage_id": 12 }, "4501.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.01A, Besprechungsraum", "arch_name": "0.01A@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -375223,18 +414421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48650, "usage_id": 196 }, "4501.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.02, Giftlager", "arch_name": "0.02@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -375242,18 +414442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48778, "usage_id": 132 }, "4501.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.03, WC", "arch_name": "0.03@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -375261,18 +414463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48790, "usage_id": 114 }, "4501.EG.022": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.04, Flur", "arch_name": "0.04@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -375280,18 +414484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48800, "usage_id": 222 }, "4501.EG.025": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.06, WC", "arch_name": "0.06@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -375299,18 +414505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48961, "usage_id": 114 }, "4501.EG.026": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.12, Bad", "arch_name": "0.12@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -375318,18 +414526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48975, "usage_id": 112 }, "4501.EG.028": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.11, Gang", "arch_name": "0.11@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -375337,18 +414547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49124, "usage_id": 222 }, "4501.EG.029": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.10, Vorraum", "arch_name": "0.10@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -375356,18 +414568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49135, "usage_id": 50 }, "4501.EG.030": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.09, WC", "arch_name": "0.09@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -375375,18 +414589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49145, "usage_id": 114 }, "4501.EG.031": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.13, Gang", "arch_name": "0.13@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -375394,18 +414610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49156, "usage_id": 222 }, "4501.EG.034": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.18, WC", "arch_name": "0.18@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -375413,18 +414631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49315, "usage_id": 114 }, "4501.EG.036": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.16, Bad", "arch_name": "0.16@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -375432,18 +414652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49461, "usage_id": 112 }, "4501.EG.037": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "0.19, Gang", "arch_name": "0.19@4501", "area_id": 39, "building_id": 888, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -375451,18 +414673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49470, "usage_id": 222 }, "4501.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.01, Keller", "arch_name": "-0.01@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375470,18 +414694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50570, "usage_id": 159 }, "4501.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.02, Keller", "arch_name": "-0.02@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375489,18 +414715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50577, "usage_id": 159 }, "4501.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.03, Keller", "arch_name": "-0.03@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375508,18 +414736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50586, "usage_id": 159 }, "4501.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.04, Dusche", "arch_name": "-0.04@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375527,18 +414757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50595, "usage_id": 113 }, "4501.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.05, Gang", "arch_name": "-0.05@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375546,18 +414778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50729, "usage_id": 222 }, "4501.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.06, Keller", "arch_name": "-0.06@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375565,18 +414799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50739, "usage_id": 159 }, "4501.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.07, Keller", "arch_name": "-0.07@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375584,18 +414820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50752, "usage_id": 159 }, "4501.U1.008": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.08, Keller", "arch_name": "-0.08@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375603,18 +414841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50759, "usage_id": 159 }, "4501.U1.009": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.09, Keller", "arch_name": "-0.09@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375622,18 +414862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50903, "usage_id": 159 }, "4501.U1.010": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.10, Elektroverteilung", "arch_name": "-0.10@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375641,18 +414883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50916, "usage_id": 160 }, "4501.U1.011": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.11, Keller", "arch_name": "-0.11@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375660,18 +414904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50926, "usage_id": 159 }, "4501.U1.012": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.12, Keller", "arch_name": "-0.12@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375679,18 +414925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50941, "usage_id": 159 }, "4501.U1.013": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.13, Keller", "arch_name": "-0.13@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375698,18 +414946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51073, "usage_id": 159 }, "4501.U1.014": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.14, Heizungsverteilung", "arch_name": "-0.14@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375717,18 +414967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51084, "usage_id": 201 }, "4501.U1.015": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.15, Waschk\u00fcche", "arch_name": "-0.15@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375736,18 +414988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51098, "usage_id": 210 }, "4501.U1.016": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.16, Dusche", "arch_name": "-0.16@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375755,18 +415009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48616, "usage_id": 113 }, "4501.U1.017": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1-2", "zip_code": 85354 }, + "alt_name": "-0.17, Gang", "arch_name": "-0.17@4501", "area_id": 39, "building_id": 888, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375774,18 +415030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48629, "usage_id": 222 }, "4502.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "3, D\u00fcngerlager", "arch_name": "3@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375793,18 +415051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50635, "usage_id": 30 }, "4502.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "3a, Durchfahrt bei D\u00fcngerlager", "arch_name": "3a@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375812,18 +415072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50767, "usage_id": 204 }, "4502.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "2, Maschinenhalle", "arch_name": "2@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375831,18 +415093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50777, "usage_id": 100 }, "4502.EG.002A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "2a, Pfl. Schutzm.", "arch_name": "2a@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375850,18 +415114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67188, "usage_id": 159 }, "4502.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "1, Reparaturhalle", "arch_name": "1@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375869,18 +415135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50788, "usage_id": 51 }, "4502.EG.003A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "1a, Abstellraum", "arch_name": "1a@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375888,18 +415156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50795, "usage_id": 159 }, "4502.EG.003B": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "1b, Treibstoff-\u00d6llager", "arch_name": "1b@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375907,18 +415177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67189, "usage_id": 30 }, "4502.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "1, Abstellraum", "arch_name": "1@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375926,18 +415198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50805, "usage_id": 159 }, "4502.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "2, Werkstatt", "arch_name": "2@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375945,18 +415219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50950, "usage_id": 51 }, "4502.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "3, Materiallager", "arch_name": "3@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375964,18 +415240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50958, "usage_id": 30 }, "4502.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "4, Schreinerwerkstatt", "arch_name": "4@4502", "area_id": 39, "building_id": 889, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -375983,18 +415261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50971, "usage_id": 107 }, "4502.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "4, Giftlager", "arch_name": "4@4502", "area_id": 39, "building_id": 889, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -376002,18 +415282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50447, "usage_id": 30 }, "4502.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "5, Reifenlager", "arch_name": "5@4502", "area_id": 39, "building_id": 889, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -376021,18 +415303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50454, "usage_id": 30 }, "4502.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "5a, \u00d6l-Raum", "arch_name": "5a@4502", "area_id": 39, "building_id": 889, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -376040,18 +415324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50466, "usage_id": 30 }, "4502.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "6, Einzelgarage", "arch_name": "6@4502", "area_id": 39, "building_id": 889, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -376059,18 +415345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50472, "usage_id": 100 }, "4502.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "7, Einzelgarage", "arch_name": "7@4502", "area_id": 39, "building_id": 889, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -376078,18 +415366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50608, "usage_id": 100 }, "4502.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "8, Einzelgarage", "arch_name": "8@4502", "area_id": 39, "building_id": 889, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -376097,18 +415387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50617, "usage_id": 100 }, "4502.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "9, Einzelgarage", "arch_name": "9@4502", "area_id": 39, "building_id": 889, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -376116,18 +415408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50625, "usage_id": 100 }, "4503.01.004": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "037, Heuboden (FVZ)", "arch_name": "037@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15630, "seats": { @@ -376135,18 +415429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49507, "usage_id": 30 }, "4503.01.005": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "036, Dachboden (FVZ)", "arch_name": "036@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15630, "seats": { @@ -376154,18 +415450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49519, "usage_id": 168 }, "4503.01.005A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "035, Versorgungstechnik L\u00fcftung (FVZ)", "arch_name": "035@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15630, "seats": { @@ -376173,18 +415471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67346, "usage_id": 32 }, "4503.01.006": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "1.01, Gang", "arch_name": "1.01@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15687, "seats": { @@ -376192,18 +415492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49528, "usage_id": 222 }, "4503.01.007": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "1.02, Flur", "arch_name": "1.02@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -376211,18 +415513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49536, "usage_id": 222 }, "4503.01.008": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "1.04, Bad", "arch_name": "1.04@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -376230,18 +415534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49667, "usage_id": 112 }, "4503.01.009": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "1.05, Zimmer", "arch_name": "1.05@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -376249,18 +415555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49674, "usage_id": 53 }, "4503.01.010": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "1.06, K\u00fcche", "arch_name": "1.06@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -376268,18 +415576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49682, "usage_id": 53 }, "4503.01.011": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "1.07, Zimmer", "arch_name": "1.07@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -376287,18 +415597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49687, "usage_id": 53 }, "4503.01.012": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "1.03, Speisekammer", "arch_name": "1.03@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -376306,18 +415618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49696, "usage_id": 159 }, "4503.02.006": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "2.01, Gang", "arch_name": "2.01@4503", "area_id": 39, "building_id": 890, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15687, "seats": { @@ -376325,18 +415639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49830, "usage_id": 222 }, "4503.02.007": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "2.02, Vorplatz", "arch_name": "2.02@4503", "area_id": 39, "building_id": 890, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -376344,18 +415660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49836, "usage_id": 222 }, "4503.02.008": { "address": { - "floor": "2.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "2.03, Bad", "arch_name": "2.03@4503", "area_id": 39, "building_id": 890, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -376363,18 +415681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49846, "usage_id": 112 }, "4503.03.006": { "address": { - "floor": "3.OG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "3.01, Lager", "arch_name": "3.01@4503", "area_id": 39, "building_id": 890, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -376382,18 +415702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50012, "usage_id": 30 }, "4503.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "Lager", "arch_name": "@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -376401,18 +415723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48665, "usage_id": 30 }, "4503.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "0.10, Getreidesilos in der Scheune", "arch_name": "0.10@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -376420,18 +415744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48670, "usage_id": 30 }, "4503.EG.007A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "0.09, Durchfahrt", "arch_name": "0.09@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -376439,18 +415765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48681, "usage_id": 204 }, "4503.EG.007B": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "0.11, Durchfahrt mit Einsch\u00fctte", "arch_name": "0.11@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -376458,18 +415786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48689, "usage_id": 204 }, "4503.EG.007C": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "0.08, D\u00fcngerlager", "arch_name": "0.08@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -376477,18 +415807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48695, "usage_id": 30 }, "4503.EG.018": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "0.01, Gang", "arch_name": "0.01@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -376496,18 +415828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49183, "usage_id": 222 }, "4503.EG.019": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "0.02, Vorplatz", "arch_name": "0.02@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15687, "seats": { @@ -376515,18 +415849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49192, "usage_id": 50 }, "4503.EG.020": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "0.04, Speisekammer", "arch_name": "0.04@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15687, "seats": { @@ -376534,18 +415870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49328, "usage_id": 159 }, "4503.EG.021": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "0.03, Bad", "arch_name": "0.03@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -376553,18 +415891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49340, "usage_id": 112 }, "4503.EG.024": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "0.07, Sozialraum", "arch_name": "0.07@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15687, "seats": { @@ -376572,18 +415912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49497, "usage_id": 44 }, "4503.EG.03-43": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "032, Elektroraum (FVZ)", "arch_name": "032@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -376591,18 +415933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65299, "usage_id": 120 }, "4503.EG.101": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "001, Heizung (FVZ)", "arch_name": "001@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15630, "seats": { @@ -376610,18 +415954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65273, "usage_id": 201 }, "4503.EG.102": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "002, Sozialraum (FVZ)", "arch_name": "002@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -376629,18 +415975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65276, "usage_id": 44 }, "4503.EG.103": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "003, Treppenraum (FVZ)", "arch_name": "003@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15630, "seats": { @@ -376648,18 +415996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65274, "usage_id": 223 }, "4503.EG.104": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "004, Flur (FVZ)", "arch_name": "004@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -376667,18 +416017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65275, "usage_id": 222 }, "4503.EG.105": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "005, B\u00fcro (FVZ)", "arch_name": "005@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -376686,18 +416038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65277, "usage_id": 12 }, "4503.EG.106": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "006, B\u00fcro (FVZ)", "arch_name": "006@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 52259, "seats": { @@ -376705,18 +416059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65278, "usage_id": 12 }, "4503.EG.107": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "007, B\u00fcro (FVZ)", "arch_name": "007@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -376724,18 +416080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65279, "usage_id": 12 }, "4503.EG.108": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "008, B\u00fcro", "arch_name": "008@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 52259, "seats": { @@ -376743,18 +416101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65282, "usage_id": 12 }, "4503.EG.109": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "009, B\u00fcro (FVZ)", "arch_name": "009@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -376762,18 +416122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65280, "usage_id": 12 }, "4503.EG.110": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "010, B\u00fcro (FVZ)", "arch_name": "010@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -376781,18 +416143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65281, "usage_id": 12 }, "4503.EG.111": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "011, Reinigungsmittelraum (FVZ)", "arch_name": "011@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376800,18 +416164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65292, "usage_id": 205 }, "4503.EG.112": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "012, Flur (FVZ)", "arch_name": "012@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376819,18 +416185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65300, "usage_id": 222 }, "4503.EG.113": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "013, WC-Damen (FVZ)", "arch_name": "013@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376838,18 +416206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65288, "usage_id": 116 }, "4503.EG.114": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "014, Umkleide/Dusche - Damen (FVZ)", "arch_name": "014@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376857,18 +416227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65291, "usage_id": 121 }, "4503.EG.115": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "015, WC-Behinderte (FVZ)", "arch_name": "015@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376876,18 +416248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65287, "usage_id": 117 }, "4503.EG.116": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "016, WC-Herren (FVZ)", "arch_name": "016@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376895,18 +416269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65286, "usage_id": 115 }, "4503.EG.117": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "017, Umkleide/Dusche - Herren (FVZ)", "arch_name": "017@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376914,18 +416290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65301, "usage_id": 121 }, "4503.EG.118": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "018, Materiallager (FVZ)", "arch_name": "018@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376933,18 +416311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65283, "usage_id": 30 }, "4503.EG.119": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "019, Probenlager (FVZ)", "arch_name": "019@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376952,18 +416332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65284, "usage_id": 30 }, "4503.EG.120": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "020, Probenverarbeitung 1 (FVZ)", "arch_name": "020@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376971,18 +416353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65303, "usage_id": 103 }, "4503.EG.121": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "021, Fernmelder (FVZ)", "arch_name": "021@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -376990,18 +416374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65289, "usage_id": 160 }, "4503.EG.122": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "022, Feinger\u00e4telager (FVZ)", "arch_name": "022@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -377009,18 +416395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65285, "usage_id": 30 }, "4503.EG.123": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "023, Probenverarbeitung 2 (FVZ)", "arch_name": "023@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -377028,18 +416416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65290, "usage_id": 103 }, "4503.EG.124": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "024, Chemikalienlager (FVZ)", "arch_name": "024@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -377047,18 +416437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65294, "usage_id": 30 }, "4503.EG.125": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "025, M\u00fchlenraum (FVZ)", "arch_name": "025@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15630, "seats": { @@ -377066,18 +416458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65293, "usage_id": 166 }, "4503.EG.126": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "026, Probenverarbeitung 3 (FVZ)", "arch_name": "026@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15630, "seats": { @@ -377085,18 +416479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65305, "usage_id": 103 }, "4503.EG.128": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "028, Absaugung (FVZ)", "arch_name": "028@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15630, "seats": { @@ -377104,18 +416500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65295, "usage_id": 166 }, "4503.EG.129": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "029, Containertrocknung (FVZ)", "arch_name": "029@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15630, "seats": { @@ -377123,18 +416521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65296, "usage_id": 30 }, "4503.EG.130": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "030, Gefrierzelle (FVZ)", "arch_name": "030@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15630, "seats": { @@ -377142,18 +416542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65297, "usage_id": 199 }, "4503.EG.131": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "031, K\u00fchlzelle (FVZ)", "arch_name": "031@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15630, "seats": { @@ -377161,18 +416563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65298, "usage_id": 199 }, "4503.EG.133": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "033, Fernmelderaum (FVZ)", "arch_name": "033@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15630, "seats": { @@ -377180,18 +416584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65307, "usage_id": 160 }, "4503.EG.134": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "034, Treppenraum (FVZ)", "arch_name": "034@4503", "area_id": 39, "building_id": 890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15630, "seats": { @@ -377199,18 +416605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65306, "usage_id": 223 }, "4503.U1.001": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "-001A, 5 Getreidekammern", "arch_name": "-001A@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377218,18 +416626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50983, "usage_id": 168 }, "4503.U1.002": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "-002A, Heizzentrale Getreidetrocknung", "arch_name": "-002A@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377237,18 +416647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51116, "usage_id": 201 }, "4503.U1.003": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "-0.01, Gang", "arch_name": "-0.01@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377256,18 +416668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51125, "usage_id": 222 }, "4503.U1.004": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "-003A, Trocknungsraum", "arch_name": "-003A@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377275,18 +416689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67422, "usage_id": 181 }, "4503.U1.005": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "-0.03, Abstellraum Bullenstall", "arch_name": "-0.03@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -377294,18 +416710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51134, "usage_id": 159 }, "4503.U1.006": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "-0.04, Waschraum-Bullenstall", "arch_name": "-0.04@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377313,18 +416731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51144, "usage_id": 210 }, "4503.U1.007": { "address": { - "floor": "1.UG", "place": "Freising", "street": "D\u00fcrnast 4-5", "zip_code": 85354 }, + "alt_name": "-0.05, \u00d6ltankraum Bullenstall", "arch_name": "-0.05@4503", "area_id": 39, "building_id": 890, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377332,18 +416752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48656, "usage_id": 30 }, "4505.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "001, Maschinenhalle", "arch_name": "001@4505", "area_id": 39, "building_id": 892, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377351,18 +416773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50163, "usage_id": 100 }, "4506.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "001, Holzlege", "arch_name": "001@4506", "area_id": 39, "building_id": 893, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15687, "seats": { @@ -377370,18 +416794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50170, "usage_id": 30 }, "4506.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "002, Holzanbau", "arch_name": "002@4506", "area_id": 39, "building_id": 893, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15687, "seats": { @@ -377389,18 +416815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50182, "usage_id": 30 }, "4508.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "Wagenhalle", "arch_name": "@4508", "area_id": 39, "building_id": 897, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377408,18 +416836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50663, "usage_id": 100 }, "4508.EG.001A": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "Fuhrwerkswaage", "arch_name": "@4508", "area_id": 39, "building_id": 897, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377427,18 +416857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50674, "usage_id": 103 }, "4509.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Staatsgut Weihenstephan", "zip_code": 85354 }, + "alt_name": "001, Fahrsilo", "arch_name": "001@4509", "area_id": 39, "building_id": 898, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377446,18 +416878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50810, "usage_id": 30 }, "4510.01.001": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "Getreidelager Nr.5", "arch_name": "@4510", "area_id": 39, "building_id": 899, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -377465,18 +416899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50995, "usage_id": 168 }, "4510.01.002": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "Getreidelager Nr.4", "arch_name": "@4510", "area_id": 39, "building_id": 899, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -377484,18 +416920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51006, "usage_id": 168 }, "4510.01.003": { "address": { - "floor": "1.OG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "Laubengang", "arch_name": "@4510", "area_id": 39, "building_id": 899, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -377503,18 +416941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51018, "usage_id": 219 }, "4510.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "Getreidelager Nr.1", "arch_name": "@4510", "area_id": 39, "building_id": 899, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -377522,18 +416962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50821, "usage_id": 168 }, "4510.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "Getreidelager Nr.2", "arch_name": "@4510", "area_id": 39, "building_id": 899, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -377541,18 +416983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50826, "usage_id": 168 }, "4510.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "Getreidelager Nr.3", "arch_name": "@4510", "area_id": 39, "building_id": 899, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -377560,18 +417004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50839, "usage_id": 168 }, "4510.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 1", "zip_code": 85354 }, + "alt_name": "Offener Vorplatz", "arch_name": "@4510", "area_id": 39, "building_id": 899, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -377579,18 +417025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50847, "usage_id": 219 }, "4512.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "001, Einstellhalle", "arch_name": "001@4512", "area_id": 39, "building_id": 2029, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -377598,18 +417046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67664, "usage_id": 30 }, "4512.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "002, Trafostation XIX", "arch_name": "002@4512", "area_id": 39, "building_id": 2029, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26175, "seats": { @@ -377617,18 +417067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67665, "usage_id": 160 }, "4512.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "003, Trafostation XIX", "arch_name": "003@4512", "area_id": 39, "building_id": 2029, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26175, "seats": { @@ -377636,18 +417088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67666, "usage_id": 160 }, "4512.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "004, Trafostation XIX", "arch_name": "004@4512", "area_id": 39, "building_id": 2029, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26175, "seats": { @@ -377655,18 +417109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67667, "usage_id": 160 }, "4512.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "005, Trafostation XIX", "arch_name": "005@4512", "area_id": 39, "building_id": 2029, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26175, "seats": { @@ -377674,18 +417130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67670, "usage_id": 160 }, "4512.Z1.006": { "address": { - "floor": "1.ZG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "006, Lagerfl\u00e4che", "arch_name": "006@4512", "area_id": 39, "building_id": 2029, + "floor_level": "1.ZG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -377693,18 +417151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68289, "usage_id": 30 }, "4513.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "001, Einstellhalle", "arch_name": "001@4513", "area_id": 39, "building_id": 2030, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -377712,18 +417172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67668, "usage_id": 30 }, "4513.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "002, Werkstatt", "arch_name": "002@4513", "area_id": 39, "building_id": 2030, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -377731,18 +417193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67669, "usage_id": 51 }, "4513.Z1.003": { "address": { - "floor": "1.ZG", "place": "Freising", "street": "D\u00fcrnast 5", "zip_code": 85354 }, + "alt_name": "003, Lager Werkstatt", "arch_name": "003@4513", "area_id": 39, "building_id": 2030, + "floor_level": "1.ZG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15687, "seats": { @@ -377750,18 +417214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68360, "usage_id": 30 }, "4521.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "001, B\u00fcro", "arch_name": "001@4521", "area_id": 39, "building_id": 900, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -377769,18 +417235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51027, "usage_id": 12 }, "4521.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "002, Flur", "arch_name": "002@4521", "area_id": 39, "building_id": 900, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -377788,18 +417256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48705, "usage_id": 222 }, "4521.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "003, Bad", "arch_name": "003@4521", "area_id": 39, "building_id": 900, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15687, "seats": { @@ -377807,18 +417277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48713, "usage_id": 112 }, "4521.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "004, Heizungsraum", "arch_name": "004@4521", "area_id": 39, "building_id": 900, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377826,18 +417298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48721, "usage_id": 201 }, "4521.EG.005": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "005, Werkstatt", "arch_name": "005@4521", "area_id": 39, "building_id": 900, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377845,18 +417319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48727, "usage_id": 51 }, "4521.EG.006": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "006, Landwirtschaftliche Gro\u00dfger\u00e4te", "arch_name": "006@4521", "area_id": 39, "building_id": 900, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377864,18 +417340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48733, "usage_id": 100 }, "4521.EG.007": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "007, Futtermittellager", "arch_name": "007@4521", "area_id": 39, "building_id": 900, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15687, "seats": { @@ -377883,18 +417361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48863, "usage_id": 168 }, "4522.01.201": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "1.01, Treppenflur", "arch_name": "1.01@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -377902,18 +417382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49236, "usage_id": 222 }, "4522.01.202": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "1.04, WC", "arch_name": "1.04@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -377921,18 +417403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49243, "usage_id": 114 }, "4522.01.203": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "1.06, Bad/WC/Dusche", "arch_name": "1.06@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -377940,18 +417424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49374, "usage_id": 112 }, "4522.01.204": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "1.05, Speicher", "arch_name": "1.05@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -377959,18 +417445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49382, "usage_id": 159 }, "4522.01.206": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "1.02, Kinderzimmer", "arch_name": "1.02@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -377978,18 +417466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49395, "usage_id": 217 }, "4522.01.207": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "1.03, Kinderzimmer", "arch_name": "1.03@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -377997,18 +417487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49400, "usage_id": 217 }, "4522.EG.201": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "0.08, Garage", "arch_name": "0.08@4522", "area_id": 39, "building_id": 901, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -378016,18 +417508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49050, "usage_id": 100 }, "4522.EG.202": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "0.07, Ger\u00e4teabstellraum (leer)", "arch_name": "0.07@4522", "area_id": 39, "building_id": 901, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -378035,18 +417529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49055, "usage_id": 159 }, "4522.EG.204": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "0.06, Hauswirtschaftsraum", "arch_name": "0.06@4522", "area_id": 39, "building_id": 901, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378054,18 +417550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49073, "usage_id": 209 }, "4522.EG.205": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "0.04, WC", "arch_name": "0.04@4522", "area_id": 39, "building_id": 901, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378073,18 +417571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49210, "usage_id": 114 }, "4522.EG.206": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "0.02, Windfang", "arch_name": "0.02@4522", "area_id": 39, "building_id": 901, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378092,18 +417592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49218, "usage_id": 52 }, "4522.EG.207": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "0.01, Treppenflur", "arch_name": "0.01@4522", "area_id": 39, "building_id": 901, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378111,18 +417613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49223, "usage_id": 222 }, "4522.U1.201": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "-0.07, Keller", "arch_name": "-0.07@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378130,18 +417634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48870, "usage_id": 159 }, "4522.U1.201A": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "-0.08, Dusche", "arch_name": "-0.08@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378149,18 +417655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48877, "usage_id": 113 }, "4522.U1.202": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "-0.06, Keller", "arch_name": "-0.06@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378168,18 +417676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48881, "usage_id": 159 }, "4522.U1.203": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "-0.01, Kellerflur", "arch_name": "-0.01@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378187,18 +417697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48889, "usage_id": 222 }, "4522.U1.204": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "-0.02, Hausanschlussraum", "arch_name": "-0.02@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378206,18 +417718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48895, "usage_id": 120 }, "4522.U1.205": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "-0.03, Heizungsraum", "arch_name": "-0.03@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378225,18 +417739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48902, "usage_id": 201 }, "4522.U1.207": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "-0.04, Keller", "arch_name": "-0.04@4522", "area_id": 39, "building_id": 901, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378244,18 +417760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49041, "usage_id": 159 }, "4523.EG.005": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "0.01, Lagerraum", "arch_name": "0.01@4523", "area_id": 39, "building_id": 894, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15687, "seats": { @@ -378263,18 +417781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67552, "usage_id": 30 }, "4523.EG.006": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "0.02, Treppe", "arch_name": "0.02@4523", "area_id": 39, "building_id": 894, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15687, "seats": { @@ -378282,18 +417802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67553, "usage_id": 223 }, "4523.EG.007": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "0.03, Abstellraum", "arch_name": "0.03@4523", "area_id": 39, "building_id": 894, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15687, "seats": { @@ -378301,18 +417823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67554, "usage_id": 159 }, "4523.EG.008": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "0.04, Maschinenhalle/Lager", "arch_name": "0.04@4523", "area_id": 39, "building_id": 894, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15687, "seats": { @@ -378320,18 +417844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67555, "usage_id": 30 }, "4524.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Viehhausen 4", "zip_code": 85402 }, + "alt_name": "001, Tankstelle", "arch_name": "001@4524", "area_id": 39, "building_id": 895, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15687, "seats": { @@ -378339,18 +417865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47644, "usage_id": 30 }, "4601.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "102, WC", "arch_name": "102@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378358,18 +417886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47911, "usage_id": 114 }, "4601.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "103, Windfang", "arch_name": "103@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378377,18 +417907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47918, "usage_id": 52 }, "4601.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "104, Flur", "arch_name": "104@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378396,18 +417928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47925, "usage_id": 222 }, "4601.EG.011": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "111, Bad / WC", "arch_name": "111@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378415,18 +417949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48034, "usage_id": 112 }, "4601.EG.013": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "113, WC", "arch_name": "113@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378434,18 +417970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48048, "usage_id": 114 }, "4601.EG.014": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "114, Windfang", "arch_name": "114@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378453,18 +417991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48075, "usage_id": 52 }, "4601.EG.015": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "115, Flur", "arch_name": "115@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378472,18 +418012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48086, "usage_id": 222 }, "4601.EG.021": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "121, Bad / WC", "arch_name": "121@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378491,18 +418033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48158, "usage_id": 112 }, "4601.EG.023": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "123, Bad / WC", "arch_name": "123@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378510,18 +418054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48175, "usage_id": 112 }, "4601.EG.027": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "127, Essplatz", "arch_name": "127@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378529,18 +418075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48234, "usage_id": 53 }, "4601.EG.028": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "128, Flur", "arch_name": "128@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378548,18 +418096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48246, "usage_id": 222 }, "4601.EG.029": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "129, Windfang", "arch_name": "129@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378567,18 +418117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48256, "usage_id": 52 }, "4601.EG.030": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "130, WC", "arch_name": "130@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -378586,18 +418138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48291, "usage_id": 114 }, "4601.EG.032": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "132, Garage", "arch_name": "132@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378605,18 +418159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48306, "usage_id": 100 }, "4601.EG.033": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "133, Garage", "arch_name": "133@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378624,18 +418180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48316, "usage_id": 100 }, "4601.EG.034": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "134, Garage", "arch_name": "134@4601", "area_id": 54, "building_id": 737, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378643,18 +418201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48323, "usage_id": 100 }, "4601.U1.001": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, Heizungsraum", "arch_name": "001@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -378662,18 +418222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47721, "usage_id": 201 }, "4601.U1.002": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "002, \u00d6llager", "arch_name": "002@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -378681,18 +418243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47726, "usage_id": 201 }, "4601.U1.003": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "003, Kellerflur", "arch_name": "003@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378700,18 +418264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47731, "usage_id": 222 }, "4601.U1.004": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "004, Kellerraum 1", "arch_name": "004@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378719,18 +418285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47737, "usage_id": 159 }, "4601.U1.005": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "005, Kellerraum 2", "arch_name": "005@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378738,18 +418306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47746, "usage_id": 159 }, "4601.U1.006": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "006, Kellerraum 1", "arch_name": "006@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378757,18 +418327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47807, "usage_id": 159 }, "4601.U1.007": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "007, Keller", "arch_name": "007@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378776,18 +418348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47813, "usage_id": 159 }, "4601.U1.008": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "008, Flur", "arch_name": "008@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378795,18 +418369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47820, "usage_id": 222 }, "4601.U1.009": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "009, Flur", "arch_name": "009@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378814,18 +418390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47826, "usage_id": 222 }, "4601.U1.010": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "010, Keller", "arch_name": "010@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378833,18 +418411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47832, "usage_id": 159 }, "4601.U1.011": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "011, Kellerraum 1", "arch_name": "011@4601", "area_id": 54, "building_id": 737, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -378852,18 +418432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47839, "usage_id": 159 }, "4602.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZE 01, B\u00fcro", "arch_name": "ZE 01@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51258, "seats": { @@ -378871,18 +418453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47242, "usage_id": 12 }, "4602.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZE 02, B\u00fcro", "arch_name": "ZE 02@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 43315, "seats": { @@ -378890,18 +418474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47255, "usage_id": 12 }, "4602.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZE 03, B\u00fcro", "arch_name": "ZE 03@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 43315, "seats": { @@ -378909,18 +418495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47261, "usage_id": 40 }, "4602.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZE 04, B\u00fcro", "arch_name": "ZE 04@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 43315, "seats": { @@ -378928,18 +418516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47337, "usage_id": 12 }, "4602.EG.005": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZE 05, B\u00fcro", "arch_name": "ZE 05@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 43315, "seats": { @@ -378947,18 +418537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47354, "usage_id": 12 }, "4602.EG.006": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZE 06, Teek\u00fcche / Sozialraum", "arch_name": "ZE 06@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 43315, "seats": { @@ -378966,18 +418558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47366, "usage_id": 44 }, "4602.EG.007": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZE 07, Besprechungs- Seminarraum", "arch_name": "ZE 07@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 43315, "seats": { @@ -378985,18 +418579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47449, "usage_id": 196 }, "4602.EG.008": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZE 08, Reinigungsmittelraum", "arch_name": "ZE 08@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43315, "seats": { @@ -379004,18 +418600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47466, "usage_id": 205 }, "4602.EG.009": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZE 09, Besprechungs- Seminarraum", "arch_name": "ZE 09@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 43315, "seats": { @@ -379023,18 +418621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47477, "usage_id": 196 }, "4602.EG.010": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "12, Wechselzimmer 1", "arch_name": "12@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -379042,18 +418642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47652, "usage_id": 53 }, "4602.EG.010A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "13, Bad, Dusche, WC / WZ 1", "arch_name": "13@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -379061,18 +418663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47662, "usage_id": 112 }, "4602.EG.010B": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "14, Vorraum / WZ 1", "arch_name": "14@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -379080,18 +418684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47673, "usage_id": 50 }, "4602.EG.011A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "16, Bad, Dusche, WC / WZ 2", "arch_name": "16@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -379099,18 +418705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47691, "usage_id": 112 }, "4602.EG.011B": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "17, Vorraum / WZ 2", "arch_name": "17@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -379118,18 +418726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47954, "usage_id": 50 }, "4602.EG.012A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "19, Bad, Dusche, WC / WZ 3", "arch_name": "19@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -379137,18 +418747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47975, "usage_id": 112 }, "4602.EG.012B": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "20, Vorraum / WZ 3", "arch_name": "20@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -379156,18 +418768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47985, "usage_id": 50 }, "4602.EG.013": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "21, Treppenraum", "arch_name": "21@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379175,18 +418789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47995, "usage_id": 223 }, "4602.EG.014": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "22, Windfang", "arch_name": "22@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379194,18 +418810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47759, "usage_id": 52 }, "4602.EG.015": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "23, WC-Herren", "arch_name": "23@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43315, "seats": { @@ -379213,18 +418831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47767, "usage_id": 115 }, "4602.EG.016": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "24, WC-Damen", "arch_name": "24@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43315, "seats": { @@ -379232,18 +418852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47774, "usage_id": 116 }, "4602.EG.018": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "25, Flur mit Wartepl\u00e4tzen", "arch_name": "25@4602", "area_id": 54, "building_id": 738, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 43315, "seats": { @@ -379251,18 +418873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47545, "usage_id": 222 }, "4602.U1.001": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZO 01, L\u00fcftung und Heizung", "arch_name": "ZO 01@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 43315, "seats": { @@ -379270,18 +418894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48356, "usage_id": 32 }, "4602.U1.002": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZO 02, Labor BIO 1 S 1", "arch_name": "ZO 02@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379289,18 +418915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48368, "usage_id": 102 }, "4602.U1.003": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "14015, Anschlussraum", "arch_name": "14015@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379308,18 +418936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48381, "usage_id": 120 }, "4602.U1.004": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZO 04, Archiv / Server", "arch_name": "ZO 04@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379327,18 +418957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48395, "usage_id": 2 }, "4602.U1.005": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZO 05, Labor BIO 1 S 1", "arch_name": "ZO 05@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 47597, "seats": { @@ -379346,18 +418978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48431, "usage_id": 194 }, "4602.U1.006": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZO 06, Arbeitsraum 1 Z008", "arch_name": "ZO 06@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 47597, "seats": { @@ -379365,18 +418999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48438, "usage_id": 194 }, "4602.U1.007": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZO 07, Arbeitsraum", "arch_name": "ZO 07@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379384,18 +419020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48448, "usage_id": 103 }, "4602.U1.008": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZO 08, Labor BIO 1 S 1", "arch_name": "ZO 08@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379403,18 +419041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48459, "usage_id": 194 }, "4602.U1.009": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "ZO 09, K\u00fchlraum", "arch_name": "ZO 09@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379422,18 +419062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48539, "usage_id": 199 }, "4602.U1.010": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "1409, Waschraum / WC / Umkleide", "arch_name": "1409@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 43315, "seats": { @@ -379441,18 +419083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48554, "usage_id": 210 }, "4602.U1.011": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "14010, Waschraum / WC / Umkleide", "arch_name": "14010@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 43315, "seats": { @@ -379460,18 +419104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48567, "usage_id": 210 }, "4602.U1.012": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "14016, Treppenaufgang", "arch_name": "14016@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379479,18 +419125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48578, "usage_id": 223 }, "4602.U1.013": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "1403, Vorraum", "arch_name": "1403@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379498,18 +419146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47131, "usage_id": 50 }, "4602.U1.014": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "1401, Labor", "arch_name": "1401@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51258, "seats": { @@ -379517,18 +419167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47140, "usage_id": 102 }, "4602.U1.015": { "address": { - "floor": "1.UG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "1407, Flur", "arch_name": "1407@4602", "area_id": 54, "building_id": 738, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379536,18 +419188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47152, "usage_id": 222 }, "4603.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "012, D\u00fcngerlager Sacklager", "arch_name": "012@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379555,18 +419209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47559, "usage_id": 30 }, "4603.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "011, Sacklager", "arch_name": "011@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379574,18 +419230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47582, "usage_id": 30 }, "4603.EG.005": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "010, Nieder-Hochspannung", "arch_name": "010@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -379593,18 +419251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47846, "usage_id": 160 }, "4603.EG.006": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "009, Trafo", "arch_name": "009@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -379612,18 +419272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47857, "usage_id": 160 }, "4603.EG.007": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "008, Notstrom", "arch_name": "008@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -379631,18 +419293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47865, "usage_id": 160 }, "4603.EG.008": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "005, Verschlussraum", "arch_name": "005@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379650,18 +419314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47876, "usage_id": 30 }, "4603.EG.010": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "006, Dusche", "arch_name": "006@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379669,18 +419335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45920, "usage_id": 113 }, "4603.EG.012": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "007, Umkleide", "arch_name": "007@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379688,18 +419356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45926, "usage_id": 121 }, "4603.EG.013": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "004, Metallwerkstatt grob", "arch_name": "004@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379707,18 +419377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45935, "usage_id": 51 }, "4603.EG.014": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "003A, Vorraum", "arch_name": "003A@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379726,18 +419398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45945, "usage_id": 50 }, "4603.EG.015": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "003, Ersatzteillager", "arch_name": "003@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379745,18 +419419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45958, "usage_id": 30 }, "4603.EG.016": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "002, Schleppergarage", "arch_name": "002@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -379764,18 +419440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46111, "usage_id": 100 }, "4603.EG.019": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, Kompressor", "arch_name": "001@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -379783,18 +419461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71397, "usage_id": 120 }, "4603.EG.020": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001a, Abstellraum", "arch_name": "001a@4603", "area_id": 54, "building_id": 739, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -379802,18 +419482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72849, "usage_id": 159 }, "4604.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, Maschinenhalle", "arch_name": "001@4604", "area_id": 54, "building_id": 740, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -379821,18 +419503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46145, "usage_id": 100 }, "4605.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, Schweine", "arch_name": "001@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -379840,18 +419524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46288, "usage_id": 106 }, "4605.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "002, Operationsraum", "arch_name": "002@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -379859,18 +419545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46304, "usage_id": 197 }, "4605.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "003, Gang", "arch_name": "003@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -379878,18 +419566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46312, "usage_id": 222 }, "4605.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "004, WC / Dusche", "arch_name": "004@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -379897,18 +419587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46320, "usage_id": 113 }, "4605.EG.005": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "005, Futteraufbereitung", "arch_name": "005@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -379916,18 +419608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46471, "usage_id": 168 }, "4605.EG.006": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "006, L\u00fcftungszentrale", "arch_name": "006@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -379935,18 +419629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46481, "usage_id": 32 }, "4605.EG.007": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "007, Futtergang/Schweinehaltung", "arch_name": "007@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -379954,18 +419650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46488, "usage_id": 106 }, "4605.EG.008": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "008, B\u00fcro", "arch_name": "008@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -379973,18 +419671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46498, "usage_id": 12 }, "4605.EG.009": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "003, Versuchsgang", "arch_name": "003@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -379992,18 +419692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46506, "usage_id": 16 }, "4605.EG.010": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "010, Versuchsstall 1", "arch_name": "010@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15667, "seats": { @@ -380011,18 +419713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46655, "usage_id": 197 }, "4605.EG.011": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "011, Versuchsstall 2", "arch_name": "011@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15667, "seats": { @@ -380030,18 +419734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46664, "usage_id": 197 }, "4605.EG.012": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "012, Versuchsstall 3", "arch_name": "012@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15667, "seats": { @@ -380049,18 +419755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46673, "usage_id": 197 }, "4605.EG.013": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "013, Versuchsstall 4", "arch_name": "013@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15667, "seats": { @@ -380068,18 +419776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46685, "usage_id": 197 }, "4605.EG.014": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "014, Versuchsstall 5", "arch_name": "014@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15667, "seats": { @@ -380087,18 +419797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46696, "usage_id": 197 }, "4605.EG.015": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "015, Versuchsstall 6", "arch_name": "015@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15667, "seats": { @@ -380106,18 +419818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46842, "usage_id": 197 }, "4605.EG.016": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "016, Labor/Isolatorhaltung Schwein", "arch_name": "016@4605", "area_id": 54, "building_id": 741, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -380125,18 +419839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46846, "usage_id": 197 }, "4606.01.001": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "101, Fahrzeugwaage", "arch_name": "101@4606", "area_id": 54, "building_id": 742, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380144,18 +419860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44358, "usage_id": 103 }, "4606.01.003": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "107, Lager", "arch_name": "107@4606", "area_id": 54, "building_id": 742, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380163,18 +419881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44527, "usage_id": 30 }, "4606.01.004": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "104, Vorraum WC", "arch_name": "104@4606", "area_id": 54, "building_id": 742, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43315, "seats": { @@ -380182,18 +419902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44538, "usage_id": 118 }, "4606.01.005": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "103, WC", "arch_name": "103@4606", "area_id": 54, "building_id": 742, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43315, "seats": { @@ -380201,18 +419923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44551, "usage_id": 114 }, "4606.01.006": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "102, Sacklager", "arch_name": "102@4606", "area_id": 54, "building_id": 742, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380220,18 +419944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44704, "usage_id": 30 }, "4606.01.007": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "106, Umkleide", "arch_name": "106@4606", "area_id": 54, "building_id": 742, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 43315, "seats": { @@ -380239,18 +419965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44721, "usage_id": 121 }, "4606.01.008": { "address": { - "floor": "1.OG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "105, Stahltreppe", "arch_name": "105@4606", "area_id": 54, "building_id": 742, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -380258,18 +419986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44728, "usage_id": 223 }, "4606.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "003, Getreidefachlager", "arch_name": "003@4606", "area_id": 54, "building_id": 742, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380277,18 +420007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46856, "usage_id": 168 }, "4606.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "002, Heizungsraum/Kompressor", "arch_name": "002@4606", "area_id": 54, "building_id": 742, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380296,18 +420028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46869, "usage_id": 201 }, "4606.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, Kraftfutter", "arch_name": "001@4606", "area_id": 54, "building_id": 742, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380315,18 +420049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46884, "usage_id": 168 }, "4606.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001A, Fl\u00fcssigfutter- Aufbereitung", "arch_name": "001A@4606", "area_id": 54, "building_id": 742, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380334,18 +420070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47034, "usage_id": 168 }, "4606.EG.005": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001C, Schaltraum", "arch_name": "001C@4606", "area_id": 54, "building_id": 742, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380353,18 +420091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47048, "usage_id": 120 }, "4606.EG.007": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "004, Stahltreppe", "arch_name": "004@4606", "area_id": 54, "building_id": 742, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -380372,18 +420112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44343, "usage_id": 223 }, "4607.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, Bedienungsgang", "arch_name": "001@4607", "area_id": 54, "building_id": 743, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380391,18 +420133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44876, "usage_id": 222 }, "4607.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "002, Tragende Sauen", "arch_name": "002@4607", "area_id": 54, "building_id": 743, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380410,18 +420154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44886, "usage_id": 106 }, "4607.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "003, Tragende Sauen", "arch_name": "003@4607", "area_id": 54, "building_id": 743, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380429,18 +420175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44895, "usage_id": 106 }, "4607.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "004, Tragende Sauen", "arch_name": "004@4607", "area_id": 54, "building_id": 743, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380448,18 +420196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44901, "usage_id": 106 }, "4607.EG.006": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "005, Versuchseber Besamungsstall 1-3", "arch_name": "005@4607", "area_id": 54, "building_id": 743, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380467,18 +420217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44915, "usage_id": 197 }, "4607.EG.007": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "006, Versuchseber Jungsauenstall", "arch_name": "006@4607", "area_id": 54, "building_id": 743, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380486,18 +420238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45062, "usage_id": 106 }, "4608.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, Mastschweinestall I", "arch_name": "001@4608", "area_id": 54, "building_id": 744, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380505,18 +420259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45093, "usage_id": 106 }, "4608.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "002, Mastschweinestall I", "arch_name": "002@4608", "area_id": 54, "building_id": 744, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380524,18 +420280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45095, "usage_id": 106 }, "4609.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, L\u00e4ufer/Abferkelstall 1", "arch_name": "001@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380543,18 +420301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45248, "usage_id": 106 }, "4609.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "002, L\u00e4ufer/Abferkelstall 2", "arch_name": "002@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380562,18 +420322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45259, "usage_id": 106 }, "4609.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "003, L\u00e4ufer/Abferkelstall 3", "arch_name": "003@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380581,18 +420343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45269, "usage_id": 106 }, "4609.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "004, L\u00e4ufer/Abferkelstall 4", "arch_name": "004@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380600,18 +420364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45276, "usage_id": 106 }, "4609.EG.005": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "005, L\u00e4ufer/Abferkelstall 5", "arch_name": "005@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380619,18 +420385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45423, "usage_id": 106 }, "4609.EG.006": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "006, L\u00e4ufer/Abferkelstall 6", "arch_name": "006@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380638,18 +420406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45432, "usage_id": 106 }, "4609.EG.007": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "008, Ferkel Stall 7", "arch_name": "008@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380657,18 +420427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45439, "usage_id": 106 }, "4609.EG.008": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "009, Ferkel Stall 8", "arch_name": "009@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380676,18 +420448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45451, "usage_id": 106 }, "4609.EG.009": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "010, Ferkel Stall 9", "arch_name": "010@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380695,18 +420469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45605, "usage_id": 106 }, "4609.EG.010A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "011, Ferkel Stall 10", "arch_name": "011@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380714,18 +420490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72888, "usage_id": 106 }, "4609.EG.011A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "012, Ferkel Stall 11", "arch_name": "012@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380733,18 +420511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72889, "usage_id": 106 }, "4609.EG.012A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "013, Ferkel Stall 12", "arch_name": "013@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380752,18 +420532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72890, "usage_id": 106 }, "4609.EG.013": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "007, Bedienungsgang", "arch_name": "007@4609", "area_id": 54, "building_id": 745, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380771,18 +420553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45791, "usage_id": 222 }, "4610.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, Mastschweinestall II", "arch_name": "001@4610", "area_id": 54, "building_id": 746, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15667, "seats": { @@ -380790,18 +420574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45804, "usage_id": 106 }, "4610.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "002, Mastschweinestall II", "arch_name": "002@4610", "area_id": 54, "building_id": 746, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -380809,18 +420595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45816, "usage_id": 106 }, "4611.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "004, Bedienungsgang", "arch_name": "004@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -380828,18 +420616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45965, "usage_id": 222 }, "4611.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TH1, Tierhaltung 1", "arch_name": "TH1@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -380847,18 +420637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45980, "usage_id": 106 }, "4611.EG.003A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "005, Sp\u00fclk\u00fcche", "arch_name": "005@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -380866,18 +420658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68924, "usage_id": 28 }, "4611.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TH2, Tierhaltung 2", "arch_name": "TH2@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -380885,18 +420679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45992, "usage_id": 106 }, "4611.EG.004A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TH3, Tierhaltung 3", "arch_name": "TH3@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -380904,18 +420700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68925, "usage_id": 106 }, "4611.EG.005": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TH4, Tierhaltung 4", "arch_name": "TH4@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -380923,18 +420721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46003, "usage_id": 106 }, "4611.EG.005A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TH5, Tierhaltung 5", "arch_name": "TH5@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -380942,18 +420742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68926, "usage_id": 106 }, "4611.EG.006": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "006, Inkubatoren", "arch_name": "006@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -380961,18 +420763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46155, "usage_id": 102 }, "4611.EG.007": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "007, Lager", "arch_name": "007@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -380980,18 +420784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46162, "usage_id": 30 }, "4611.EG.009": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "008, Futterlager", "arch_name": "008@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -380999,18 +420805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68974, "usage_id": 30 }, "4611.EG.011A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "002, WC", "arch_name": "002@4611", "area_id": 54, "building_id": 736, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -381018,18 +420826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68965, "usage_id": 114 }, "4612.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, Lager", "arch_name": "001@4612", "area_id": 54, "building_id": 730, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381037,18 +420847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46183, "usage_id": 30 }, "4612.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "002, Lager", "arch_name": "002@4612", "area_id": 54, "building_id": 730, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381056,18 +420868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46191, "usage_id": 30 }, "4613.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "03, Lager", "arch_name": "03@4613", "area_id": 54, "building_id": 731, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -381075,18 +420889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46341, "usage_id": 30 }, "4613.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "04, Lager", "arch_name": "04@4613", "area_id": 54, "building_id": 731, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 47597, "seats": { @@ -381094,18 +420910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46346, "usage_id": 30 }, "4613.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "01, Tierhaltung 6-8", "arch_name": "01@4613", "area_id": 54, "building_id": 731, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -381113,18 +420931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46357, "usage_id": 106 }, "4613.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "02, Lager", "arch_name": "02@4613", "area_id": 54, "building_id": 731, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47597, "seats": { @@ -381132,18 +420952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46367, "usage_id": 30 }, "4614.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "001, Futtergang", "arch_name": "001@4614", "area_id": 54, "building_id": 732, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381151,18 +420973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46529, "usage_id": 16 }, "4615.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "G\u00fcllebeh\u00e4lter 1", "arch_name": "@4615", "area_id": 54, "building_id": 733, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381170,18 +420994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46538, "usage_id": 182 }, "4616.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "01, G\u00fcllebeh\u00e4lter 1", "arch_name": "01@4616", "area_id": 54, "building_id": 734, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381189,18 +421015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46904, "usage_id": 30 }, "4616.EG.001A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "01A, Erdfilter", "arch_name": "01A@4616", "area_id": 54, "building_id": 734, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381208,18 +421036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69027, "usage_id": 120 }, "4616.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "02, G\u00fcllebeh\u00e4lter 2", "arch_name": "02@4616", "area_id": 54, "building_id": 734, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381227,18 +421057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69028, "usage_id": 30 }, "4616.EG.002A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "02A, Erdfilter", "arch_name": "02A@4616", "area_id": 54, "building_id": 734, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381246,18 +421078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69029, "usage_id": 120 }, "4616.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "03, G\u00fcllebeh\u00e4lter 3", "arch_name": "03@4616", "area_id": 54, "building_id": 734, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381265,18 +421099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69030, "usage_id": 30 }, "4616.EG.003A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "03A, Erdfilter", "arch_name": "03A@4616", "area_id": 54, "building_id": 734, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381284,18 +421120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69031, "usage_id": 120 }, "4616.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "04, G\u00fcllebeh\u00e4lter 4", "arch_name": "04@4616", "area_id": 54, "building_id": 734, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381303,18 +421141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69032, "usage_id": 30 }, "4616.EG.004A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "04A, Erdfilter", "arch_name": "04A@4616", "area_id": 54, "building_id": 734, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381322,18 +421162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69033, "usage_id": 120 }, "4616.EG.005": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "05, G\u00fcllebeh\u00e4lter 5", "arch_name": "05@4616", "area_id": 54, "building_id": 734, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381341,18 +421183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72891, "usage_id": 30 }, "4616.EG.005A": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "05A, Erdfilter", "arch_name": "05A@4616", "area_id": 54, "building_id": 734, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43315, "seats": { @@ -381360,18 +421204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72892, "usage_id": 120 }, "4620.EG.001": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.42 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381379,18 +421225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46911, "usage_id": 157 }, "4620.EG.002": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.42 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381398,18 +421246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46923, "usage_id": 157 }, "4620.EG.003": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.54 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381417,18 +421267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47069, "usage_id": 157 }, "4620.EG.004": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.54 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381436,18 +421288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47084, "usage_id": 157 }, "4620.EG.005": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "FL.NR.55 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381455,18 +421309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47093, "usage_id": 157 }, "4620.EG.006": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.59 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381474,18 +421330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47106, "usage_id": 157 }, "4620.EG.007": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.59 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381493,18 +421351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44391, "usage_id": 157 }, "4620.EG.008": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "FL.NR.61 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381512,18 +421372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44395, "usage_id": 157 }, "4620.EG.009": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.61 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381531,18 +421393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44410, "usage_id": 157 }, "4620.EG.010": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.61 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381550,18 +421414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44417, "usage_id": 157 }, "4620.EG.011": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "FL.NR.66 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381569,18 +421435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44425, "usage_id": 157 }, "4620.EG.012": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T.FL.FL.NR.81 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381588,18 +421456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44572, "usage_id": 157 }, "4620.EG.013": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.81 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381607,18 +421477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44580, "usage_id": 157 }, "4620.EG.014": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.82 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381626,18 +421498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44590, "usage_id": 157 }, "4620.EG.015": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.82 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381645,18 +421519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44604, "usage_id": 157 }, "4620.EG.016": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "FL.NR.85 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381664,18 +421540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44747, "usage_id": 157 }, "4620.EG.017": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.87 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381683,18 +421561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44756, "usage_id": 157 }, "4620.EG.018": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.87 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381702,18 +421582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44761, "usage_id": 157 }, "4620.EG.019": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.87 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381721,18 +421603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44770, "usage_id": 157 }, "4620.EG.020": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.94 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381740,18 +421624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44780, "usage_id": 157 }, "4620.EG.021": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.94 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381759,18 +421645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44920, "usage_id": 157 }, "4620.EG.022": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.97 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381778,18 +421666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44927, "usage_id": 157 }, "4620.EG.023": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.97 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381797,18 +421687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44939, "usage_id": 157 }, "4620.EG.024": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.101 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381816,18 +421708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44947, "usage_id": 157 }, "4620.EG.025": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.118 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381835,18 +421729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44958, "usage_id": 157 }, "4620.EG.026": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.118 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381854,18 +421750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45100, "usage_id": 157 }, "4620.EG.027": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.118 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381873,18 +421771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45113, "usage_id": 157 }, "4620.EG.028": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.118 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381892,18 +421792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45121, "usage_id": 157 }, "4620.EG.029": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.118 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381911,18 +421813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45132, "usage_id": 157 }, "4620.EG.030": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.123 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381930,18 +421834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45144, "usage_id": 157 }, "4620.EG.031": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.123 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381949,18 +421855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45294, "usage_id": 157 }, "4620.EG.032": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "FL.NR.124 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381968,18 +421876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45301, "usage_id": 157 }, "4620.EG.033": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.125 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -381987,18 +421897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45310, "usage_id": 157 }, "4620.EG.034": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "T-FL.FL.NR.125 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382006,18 +421918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45463, "usage_id": 157 }, "4620.EG.035": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.NR.125 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382025,18 +421939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45477, "usage_id": 157 }, "4620.EG.036": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.NR.126 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382044,18 +421960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45487, "usage_id": 157 }, "4620.EG.037": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.NR.126 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382063,18 +421981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45494, "usage_id": 157 }, "4620.EG.038": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.NR.126 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382082,18 +422002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45502, "usage_id": 157 }, "4620.EG.039": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.NR.127 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382101,18 +422023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45647, "usage_id": 157 }, "4620.EG.040": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.NR.127 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382120,18 +422044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45660, "usage_id": 157 }, "4620.EG.041": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "FL.NR.133 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382139,18 +422065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45673, "usage_id": 157 }, "4620.EG.042": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.138 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382158,18 +422086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45684, "usage_id": 157 }, "4620.EG.043": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.138 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382177,18 +422107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45833, "usage_id": 157 }, "4620.EG.044": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.138 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382196,18 +422128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45848, "usage_id": 157 }, "4620.EG.045": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.138 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382215,18 +422149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45865, "usage_id": 157 }, "4620.EG.046": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.138 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382234,18 +422170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46010, "usage_id": 157 }, "4620.EG.047": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.147 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382253,18 +422191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46031, "usage_id": 157 }, "4620.EG.048": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.147 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382272,18 +422212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46042, "usage_id": 157 }, "4620.EG.049": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.148 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382291,18 +422233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46058, "usage_id": 157 }, "4620.EG.050": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.148 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382310,18 +422254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46207, "usage_id": 157 }, "4620.EG.051": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.148 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382329,18 +422275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46218, "usage_id": 157 }, "4620.EG.052": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.149 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382348,18 +422296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46230, "usage_id": 157 }, "4620.EG.053": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.149 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382367,18 +422317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46385, "usage_id": 157 }, "4620.EG.054": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.149 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382386,18 +422338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46402, "usage_id": 157 }, "4620.EG.055": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.149 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382405,18 +422359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46413, "usage_id": 157 }, "4620.EG.056": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.141 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382424,18 +422380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46421, "usage_id": 157 }, "4620.EG.057": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.141 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382443,18 +422401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46568, "usage_id": 157 }, "4620.EG.058": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.155+156 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382462,18 +422422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46578, "usage_id": 157 }, "4620.EG.059": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.155+156 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382481,18 +422443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46590, "usage_id": 157 }, "4620.EG.060": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.155+156 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382500,18 +422464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46598, "usage_id": 157 }, "4620.EG.061": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.159+970 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382519,18 +422485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46749, "usage_id": 157 }, "4620.EG.062": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.159+970 GEM.ITZL.", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382538,18 +422506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46757, "usage_id": 157 }, "4620.EG.063": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.208 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382557,18 +422527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46767, "usage_id": 157 }, "4620.EG.064": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL.FL.208 GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382576,18 +422548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46777, "usage_id": 157 }, "4620.EG.065": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL. GEM.ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382595,18 +422569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46791, "usage_id": 157 }, "4620.EG.066": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL. GEM. ITZLING", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382614,18 +422590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46939, "usage_id": 157 }, "4620.EG.067": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "FL. GEM.WIPPENHAUSEN", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382633,18 +422611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46951, "usage_id": 157 }, "4620.EG.068": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL. GEM.NEUHAUSEN", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382652,18 +422632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46965, "usage_id": 157 }, "4620.EG.069": { "address": { - "floor": "EG", "place": "Kranzberg", "street": "Staatsgut Thalhausen", "zip_code": 85402 }, + "alt_name": "TFL. GEM.NEUHAUSEN", "arch_name": "@4620", "area_id": 54, "building_id": 735, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43315, "seats": { @@ -382671,18 +422653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44435, "usage_id": 157 }, "4800.01.101": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.01, Treppenhaus/Podest", "arch_name": "1.01@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -382690,18 +422674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70666, "usage_id": 223 }, "4800.01.101A": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.01A, Treppenhaus/Flur", "arch_name": "1.01A@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -382709,18 +422695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70620, "usage_id": 223 }, "4800.01.102": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.02, Technik/Heizung", "arch_name": "1.02@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -382728,18 +422716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70619, "usage_id": 120 }, "4800.01.103": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.03, Flur (Studio A)", "arch_name": "1.03@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -382747,18 +422737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70621, "usage_id": 222 }, "4800.01.104": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.04, G\u00e4stezimmer (A2)", "arch_name": "1.04@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -382766,18 +422758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70622, "usage_id": 53 }, "4800.01.105": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.05, G\u00e4stezimmer (A1)", "arch_name": "1.05@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -382785,18 +422779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70667, "usage_id": 53 }, "4800.01.106": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.06, K\u00fcche (Studio A)", "arch_name": "1.06@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -382804,18 +422800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70623, "usage_id": 44 }, "4800.01.107": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.07, Bad (Studio A)", "arch_name": "1.07@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -382823,18 +422821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70668, "usage_id": 112 }, "4800.01.108": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.08, Flur (Studio B)", "arch_name": "1.08@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -382842,18 +422842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70669, "usage_id": 222 }, "4800.01.109": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.09, Bad (Studio B)", "arch_name": "1.09@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -382861,18 +422863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70624, "usage_id": 112 }, "4800.01.110": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.10, K\u00fcche (Studio B)", "arch_name": "1.10@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -382880,18 +422884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70625, "usage_id": 44 }, "4800.01.111": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.11, G\u00e4stezimmer (B1)", "arch_name": "1.11@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -382899,18 +422905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70626, "usage_id": 53 }, "4800.01.112": { "address": { - "floor": "1.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "1.12, G\u00e4stezimmer (B2)", "arch_name": "1.12@4800", "area_id": 138, "building_id": 2589, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26175, "seats": { @@ -382918,18 +422926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70686, "usage_id": 53 }, "4800.02.201": { "address": { - "floor": "2.OG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "2.01, Dachabstellraum", "arch_name": "2.01@4800", "area_id": 138, "building_id": 2589, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26175, "seats": { @@ -382937,18 +422947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70670, "usage_id": 159 }, "4800.EG.001": { "address": { - "floor": "EG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "0.01, Treppenhaus", "arch_name": "0.01@4800", "area_id": 138, "building_id": 2589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -382956,18 +422968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70685, "usage_id": 223 }, "4800.EG.002": { "address": { - "floor": "EG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "0.02, WC", "arch_name": "0.02@4800", "area_id": 138, "building_id": 2589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -382975,18 +422989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70613, "usage_id": 115 }, "4800.EG.003": { "address": { - "floor": "EG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "0.03, WC", "arch_name": "0.03@4800", "area_id": 138, "building_id": 2589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -382994,18 +423010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70655, "usage_id": 115 }, "4800.EG.004": { "address": { - "floor": "EG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "0.04, Labor", "arch_name": "0.04@4800", "area_id": 138, "building_id": 2589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14945, "seats": { @@ -383013,18 +423031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70614, "usage_id": 194 }, "4800.EG.005": { "address": { - "floor": "EG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "0.05, Aufenthaltsraum mit K\u00fcche", "arch_name": "0.05@4800", "area_id": 138, "building_id": 2589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14945, "seats": { @@ -383032,18 +423052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70664, "usage_id": 44 }, "4800.EG.006": { "address": { - "floor": "EG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "0.06, B\u00fcro", "arch_name": "0.06@4800", "area_id": 138, "building_id": 2589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14945, "seats": { @@ -383051,18 +423073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70615, "usage_id": 12 }, "4800.EG.007": { "address": { - "floor": "EG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "0.07, B\u00fcro", "arch_name": "0.07@4800", "area_id": 138, "building_id": 2589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14945, "seats": { @@ -383070,18 +423094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70616, "usage_id": 12 }, "4800.EG.008": { "address": { - "floor": "EG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "0.08, Roboterhalle", "arch_name": "0.08@4800", "area_id": 138, "building_id": 2589, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14945, "seats": { @@ -383089,18 +423115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70665, "usage_id": 49 }, "4800.EG.009": { "address": { - "floor": "EG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "0.01A, Treppe", "arch_name": "0.01A@4800", "area_id": 138, "building_id": 2589, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -383108,18 +423136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70617, "usage_id": 223 }, "4800.EG.010": { "address": { - "floor": "EG", "place": "Freising", "street": "Acheringer Hauptstr. 32a", "zip_code": 85354 }, + "alt_name": "0.10, Au\u00dfenbereich mit 7Stellpl\u00e4tzen", "arch_name": "0.10@4800", "area_id": 138, "building_id": 2589, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -383127,18 +423157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70618, "usage_id": 204 }, "4801.01.101A": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Bad", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383146,18 +423178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51986, "usage_id": 112 }, "4801.01.104": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Umbau VF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383165,18 +423199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52138, "usage_id": 222 }, "4801.01.108": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Umbau FF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383184,18 +423220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52302, "usage_id": 120 }, "4801.01.109": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "WC", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383203,18 +423241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52312, "usage_id": 114 }, "4801.01.112": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Treppe", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383222,18 +423262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52473, "usage_id": 223 }, "4801.01.117": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Bad", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383241,18 +423283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52636, "usage_id": 112 }, "4801.01.118": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "WC", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -383260,18 +423304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52646, "usage_id": 114 }, "4801.02.201": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "HNF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383279,18 +423325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52659, "usage_id": 217 }, "4801.02.202": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Umbau NNF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383298,18 +423346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52665, "usage_id": 37 }, "4801.02.204": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Umbau VF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383317,18 +423367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52819, "usage_id": 222 }, "4801.02.205": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "HNF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383336,18 +423388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52825, "usage_id": 217 }, "4801.02.206": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "HNF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383355,18 +423409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52837, "usage_id": 217 }, "4801.02.208": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Umbau NNF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383374,18 +423430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52855, "usage_id": 37 }, "4801.02.210": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Umbau NNF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383393,18 +423451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52999, "usage_id": 37 }, "4801.02.211": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "z. Zt. nicht belegt HNF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383412,18 +423472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53006, "usage_id": 217 }, "4801.02.212": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "HNF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383431,18 +423493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53012, "usage_id": 217 }, "4801.02.213": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "HNF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383450,18 +423514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53021, "usage_id": 217 }, "4801.02.214": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Umbau NNF", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383469,18 +423535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53032, "usage_id": 159 }, "4801.02.215": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Abstellraum", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383488,18 +423556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53166, "usage_id": 159 }, "4801.02.217": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Abstellraum", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383507,18 +423577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53183, "usage_id": 159 }, "4801.02.218": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Treppe", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383526,18 +423598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53191, "usage_id": 223 }, "4801.02.219": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Abstellraum", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383545,18 +423619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53197, "usage_id": 159 }, "4801.02.220": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "WC", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -383564,18 +423640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53343, "usage_id": 114 }, "4801.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "B\u00fcro", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15688, "seats": { @@ -383583,18 +423661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51418, "usage_id": 12 }, "4801.EG.002": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Flur", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -383602,18 +423682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51425, "usage_id": 222 }, "4801.EG.003": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "B\u00fcro", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15688, "seats": { @@ -383621,18 +423703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51437, "usage_id": 12 }, "4801.EG.004": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Gang", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -383640,18 +423724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51445, "usage_id": 222 }, "4801.EG.005": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Aufenthaltsraum", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15688, "seats": { @@ -383659,18 +423745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51456, "usage_id": 44 }, "4801.EG.006": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Waschk\u00fcche", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -383678,18 +423766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51607, "usage_id": 181 }, "4801.EG.007": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Abstellraum", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -383697,18 +423787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51620, "usage_id": 159 }, "4801.EG.008": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Bad", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -383716,18 +423808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51632, "usage_id": 112 }, "4801.EG.010": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Gang", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -383735,18 +423829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51650, "usage_id": 222 }, "4801.EG.011": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "B\u00fcro", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15688, "seats": { @@ -383754,18 +423850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51789, "usage_id": 12 }, "4801.EG.012": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Gang", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -383773,18 +423871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51794, "usage_id": 222 }, "4801.EG.016": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "WC", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -383792,18 +423892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51969, "usage_id": 114 }, "4801.U1.001": { "address": { - "floor": "1.UG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "\u00d6llager", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -383811,18 +423913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51243, "usage_id": 30 }, "4801.U1.002": { "address": { - "floor": "1.UG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Heizungsraum", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -383830,18 +423934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51254, "usage_id": 201 }, "4801.U1.003": { "address": { - "floor": "1.UG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Kellerraum", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -383849,18 +423955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51263, "usage_id": 159 }, "4801.U1.004": { "address": { - "floor": "1.UG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Gang", "arch_name": "@4801", "area_id": 56, "building_id": 780, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -383868,18 +423976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51270, "usage_id": 222 }, "4802.01.101": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "1.01, B\u00fcro", "arch_name": "1.01@4802", "area_id": 56, "building_id": 779, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -383887,18 +423997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53857, "usage_id": 12 }, "4802.01.102": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "1.02, B\u00fcro", "arch_name": "1.02@4802", "area_id": 56, "building_id": 779, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -383906,18 +424018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53868, "usage_id": 12 }, "4802.01.103": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "1.03, B\u00fcro", "arch_name": "1.03@4802", "area_id": 56, "building_id": 779, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -383925,18 +424039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53872, "usage_id": 12 }, "4802.01.104": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "1.04, B\u00fcro", "arch_name": "1.04@4802", "area_id": 56, "building_id": 779, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -383944,18 +424060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53884, "usage_id": 12 }, "4802.01.105": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "1.05, B\u00fcro", "arch_name": "1.05@4802", "area_id": 56, "building_id": 779, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -383963,18 +424081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53888, "usage_id": 12 }, "4802.01.106": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "1.06, B\u00fcro", "arch_name": "1.06@4802", "area_id": 56, "building_id": 779, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -383982,18 +424102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53895, "usage_id": 12 }, "4802.01.107": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "1.07, Teek\u00fcche", "arch_name": "1.07@4802", "area_id": 56, "building_id": 779, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384001,19 +424123,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51289, "usage_id": 198 }, "4802.01.108": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "1.08, Seminarraum", "arch_name": "1.08@4802", "area_id": 56, "building_id": 779, "calendar_resource_nr": 18316, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384021,18 +424145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51301, "usage_id": 41 }, "4802.01.109": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "1.09, Flur", "arch_name": "1.09@4802", "area_id": 56, "building_id": 779, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384040,18 +424166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51307, "usage_id": 222 }, "4802.01.110": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "1.10, Treppe", "arch_name": "1.10@4802", "area_id": 56, "building_id": 779, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384059,18 +424187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51317, "usage_id": 223 }, "4802.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.01, Heizung", "arch_name": "0.01@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384078,18 +424208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53348, "usage_id": 201 }, "4802.EG.002": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.02, K\u00fchlraum", "arch_name": "0.02@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384097,18 +424229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53358, "usage_id": 199 }, "4802.EG.003": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.03, B\u00fcro", "arch_name": "0.03@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384116,18 +424250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53362, "usage_id": 12 }, "4802.EG.004": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.04, Proben/Aufbereitung", "arch_name": "0.04@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384135,18 +424271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53365, "usage_id": 102 }, "4802.EG.005": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.05, Trockenraum", "arch_name": "0.05@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384154,18 +424292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53375, "usage_id": 181 }, "4802.EG.006": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.06, M\u00fchlen", "arch_name": "0.06@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384173,18 +424313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53380, "usage_id": 168 }, "4802.EG.007": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.07, Messraum", "arch_name": "0.07@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384192,18 +424334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53521, "usage_id": 103 }, "4802.EG.008": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.08, Elektroraum", "arch_name": "0.08@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384211,18 +424355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53526, "usage_id": 120 }, "4802.EG.009": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.09, WC-Damen", "arch_name": "0.09@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -384230,18 +424376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53536, "usage_id": 116 }, "4802.EG.010": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.10, WC-Herren", "arch_name": "0.10@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -384249,18 +424397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53541, "usage_id": 115 }, "4802.EG.011": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.11, Reinigungsmittelraum", "arch_name": "0.11@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384268,18 +424418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53550, "usage_id": 205 }, "4802.EG.012": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.12, Vorraum", "arch_name": "0.12@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384287,18 +424439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53685, "usage_id": 37 }, "4802.EG.013": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.13, Messraum", "arch_name": "0.13@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384306,18 +424460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53694, "usage_id": 103 }, "4802.EG.014": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.15, Garage", "arch_name": "0.15@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384325,18 +424481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53705, "usage_id": 100 }, "4802.EG.015": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "015, Magazin", "arch_name": "015@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384344,18 +424502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53716, "usage_id": 2 }, "4802.EG.016": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.16, Eingang / Flur", "arch_name": "0.16@4802", "area_id": 56, "building_id": 779, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384363,18 +424523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53723, "usage_id": 222 }, "4803.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "001, Weideschuppen", "arch_name": "001@4803", "area_id": 56, "building_id": 766, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384382,18 +424544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51459, "usage_id": 100 }, "4804.01.101": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Ger\u00e4teschuppen", "arch_name": "@4804", "area_id": 56, "building_id": 767, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15688, "seats": { @@ -384401,18 +424565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51506, "usage_id": 168 }, "4804.01.101A": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Treppe", "arch_name": "@4804", "area_id": 56, "building_id": 767, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15688, "seats": { @@ -384420,18 +424586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51656, "usage_id": 223 }, "4804.02.201": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Getreidespeicher", "arch_name": "@4804", "area_id": 56, "building_id": 767, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15688, "seats": { @@ -384439,18 +424607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51664, "usage_id": 168 }, "4804.02.201A": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Treppe", "arch_name": "@4804", "area_id": 56, "building_id": 767, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15688, "seats": { @@ -384458,18 +424628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51672, "usage_id": 223 }, "4804.03.301": { "address": { - "floor": "3.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Laufsteg", "arch_name": "@4804", "area_id": 56, "building_id": 767, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15688, "seats": { @@ -384477,18 +424649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51679, "usage_id": 222 }, "4804.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "MISCHRAUM", "arch_name": "@4804", "area_id": 56, "building_id": 767, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -384496,18 +424670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51477, "usage_id": 168 }, "4804.EG.001A": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Treppe", "arch_name": "@4804", "area_id": 56, "building_id": 767, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15688, "seats": { @@ -384515,18 +424691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51487, "usage_id": 223 }, "4804.EG.002": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Getreidelager", "arch_name": "@4804", "area_id": 56, "building_id": 767, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -384534,18 +424712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51492, "usage_id": 168 }, "4804.EG.003": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Getreideannahme m. Gebl.", "arch_name": "@4804", "area_id": 56, "building_id": 767, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -384553,18 +424733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51496, "usage_id": 168 }, "4804.U1.001": { "address": { - "floor": "1.UG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Kartoffelkeller", "arch_name": "@4804", "area_id": 56, "building_id": 767, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15688, "seats": { @@ -384572,18 +424754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51470, "usage_id": 168 }, "4805.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Futtersilos", "arch_name": "@4805", "area_id": 56, "building_id": 768, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -384591,18 +424775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51686, "usage_id": 168 }, "4805.EG.002": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Fahrsilo", "arch_name": "@4805", "area_id": 56, "building_id": 768, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -384610,18 +424796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51827, "usage_id": 168 }, "4805.EG.003": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "003, Fahrsilo", "arch_name": "003@4805", "area_id": 56, "building_id": 768, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -384629,18 +424817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51833, "usage_id": 168 }, "4805.EG.004": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "004, Fahrsilo", "arch_name": "004@4805", "area_id": 56, "building_id": 768, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -384648,18 +424838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51843, "usage_id": 168 }, "4806.01.004": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Heuboden", "arch_name": "@4806", "area_id": 56, "building_id": 769, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15688, "seats": { @@ -384667,18 +424859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51864, "usage_id": 168 }, "4806.01.005": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Futterboden", "arch_name": "@4806", "area_id": 56, "building_id": 769, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384686,18 +424880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51998, "usage_id": 168 }, "4806.01.006": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Futterboden", "arch_name": "@4806", "area_id": 56, "building_id": 769, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384705,18 +424901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52003, "usage_id": 168 }, "4806.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Schafstall", "arch_name": "@4806", "area_id": 56, "building_id": 769, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -384724,18 +424922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51845, "usage_id": 106 }, "4806.EG.002": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Futterzubereitung", "arch_name": "@4806", "area_id": 56, "building_id": 769, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -384743,18 +424943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51854, "usage_id": 168 }, "4806.EG.003": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Lager / Futtermittel", "arch_name": "@4806", "area_id": 56, "building_id": 769, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384762,18 +424964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51861, "usage_id": 168 }, "4807.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "D\u00fcngerlager", "arch_name": "@4807", "area_id": 56, "building_id": 770, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -384781,18 +424985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52010, "usage_id": 30 }, "4808.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "0.01, Strohlager (Neubau Stallgeb.)", "arch_name": "0.01@4808", "area_id": 56, "building_id": 771, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384800,18 +425006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52023, "usage_id": 168 }, "4809.EG.009": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "009, Ger\u00e4teschuppen", "arch_name": "009@4809", "area_id": 56, "building_id": 772, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384819,18 +425027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52025, "usage_id": 168 }, "4810.EG.009": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "009, Einraumtretmiststall", "arch_name": "009@4810", "area_id": 56, "building_id": 773, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384838,18 +425048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52163, "usage_id": 106 }, "4811.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "001, Strohscheune", "arch_name": "001@4811", "area_id": 56, "building_id": 774, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -384857,18 +425069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52170, "usage_id": 30 }, "4812.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "001, Mehrzweckhalle", "arch_name": "001@4812", "area_id": 56, "building_id": 775, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15688, "seats": { @@ -384876,18 +425090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52177, "usage_id": 100 }, "4813.01.002": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Bad / WC", "arch_name": "@4813", "area_id": 56, "building_id": 776, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -384895,18 +425111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52537, "usage_id": 112 }, "4813.01.006": { "address": { - "floor": "1.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Treppenflur", "arch_name": "@4813", "area_id": 56, "building_id": 776, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -384914,18 +425132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52706, "usage_id": 222 }, "4813.02.001": { "address": { - "floor": "2.OG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Nicht ausgebaute Speicherfl\u00e4chen", "arch_name": "@4813", "area_id": 56, "building_id": 776, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -384933,18 +425153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52709, "usage_id": 217 }, "4813.EG.002": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Heizung", "arch_name": "@4813", "area_id": 56, "building_id": 776, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -384952,18 +425174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52190, "usage_id": 201 }, "4813.EG.003A": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "003A, Bad / WC", "arch_name": "003A@4813", "area_id": 56, "building_id": 776, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -384971,18 +425195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52344, "usage_id": 112 }, "4813.EG.004": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Gemeinschaftsk\u00fcche", "arch_name": "@4813", "area_id": 56, "building_id": 776, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -384990,18 +425216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52355, "usage_id": 53 }, "4813.EG.006": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "WC", "arch_name": "@4813", "area_id": 56, "building_id": 776, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -385009,18 +425237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52368, "usage_id": 114 }, "4813.EG.007": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "7, Dusche", "arch_name": "7@4813", "area_id": 56, "building_id": 776, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -385028,18 +425258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52375, "usage_id": 113 }, "4813.EG.008": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Garage", "arch_name": "@4813", "area_id": 56, "building_id": 776, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -385047,18 +425279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52509, "usage_id": 100 }, "4813.EG.009": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "009, Flur", "arch_name": "009@4813", "area_id": 56, "building_id": 776, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -385066,18 +425300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52518, "usage_id": 222 }, "4813.EG.010": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "Treppenflur", "arch_name": "@4813", "area_id": 56, "building_id": 776, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -385085,18 +425321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52520, "usage_id": 223 }, "4814.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "001, Fahrsilo", "arch_name": "001@4814", "area_id": 56, "building_id": 777, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -385104,18 +425342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52721, "usage_id": 30 }, "4814.EG.002": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "002, Fahrsilo", "arch_name": "002@4814", "area_id": 56, "building_id": 777, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -385123,18 +425363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52859, "usage_id": 30 }, "4815.EG.001": { "address": { - "floor": "EG", "place": "Eitting", "street": "Staatsgut Gr\u00fcnschwaige", "zip_code": 85462 }, + "alt_name": "001, Grastrockner", "arch_name": "001@4815", "area_id": 56, "building_id": 778, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15688, "seats": { @@ -385142,18 +425384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52865, "usage_id": 30 }, "4901.01.001": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.01, Bad/ WC", "arch_name": "1.01@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -385161,18 +425405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51152, "usage_id": 112 }, "4901.01.007": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.10, Flur", "arch_name": "1.10@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -385180,18 +425426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51335, "usage_id": 222 }, "4901.01.008": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.08, Treppenraum", "arch_name": "1.08@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15689, "seats": { @@ -385199,18 +425447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51344, "usage_id": 223 }, "4901.01.009": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.09, Praktikantenzimmer", "arch_name": "1.09@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15689, "seats": { @@ -385218,18 +425468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51351, "usage_id": 53 }, "4901.01.012": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.12, WC", "arch_name": "1.12@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -385237,18 +425489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51511, "usage_id": 114 }, "4901.01.015": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.15, Flur", "arch_name": "1.15@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -385256,18 +425510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51534, "usage_id": 222 }, "4901.01.016": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.16, Garderobe", "arch_name": "1.16@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -385275,18 +425531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51542, "usage_id": 121 }, "4901.01.017": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.17, WC", "arch_name": "1.17@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -385294,18 +425552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51551, "usage_id": 114 }, "4901.01.018": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.18, Bad", "arch_name": "1.18@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -385313,18 +425573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51697, "usage_id": 112 }, "4901.01.020A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.20, Speisekammer", "arch_name": "1.20@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -385332,18 +425594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73364, "usage_id": 159 }, "4901.01.021A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.21, Schlafraum", "arch_name": "1.21@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -385351,18 +425615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73341, "usage_id": 53 }, "4901.01.022A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.22, Kinderzimmer", "arch_name": "1.22@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -385370,18 +425636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73342, "usage_id": 53 }, "4901.01.023A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.23, Abstellraum", "arch_name": "1.23@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -385389,18 +425657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73343, "usage_id": 159 }, "4901.01.024A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.24, Wohnzimmer", "arch_name": "1.24@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -385408,18 +425678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73340, "usage_id": 53 }, "4901.01.025A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.25, Heuboden", "arch_name": "1.25@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15689, "seats": { @@ -385427,18 +425699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73356, "usage_id": 168 }, "4901.01.026A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.26, Bad / WC", "arch_name": "1.26@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -385446,18 +425720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73357, "usage_id": 112 }, "4901.01.027A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.27, K\u00fcche", "arch_name": "1.27@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -385465,18 +425741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73358, "usage_id": 28 }, "4901.01.028A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.28, Zimmer", "arch_name": "1.28@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -385484,18 +425762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73359, "usage_id": 53 }, "4901.01.029A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.29, Zimmer", "arch_name": "1.29@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -385503,18 +425783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73360, "usage_id": 53 }, "4901.01.030": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "110, Flur", "arch_name": "110@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -385522,18 +425804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52567, "usage_id": 222 }, "4901.01.030A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.30, Gang", "arch_name": "1.30@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -385541,18 +425825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73363, "usage_id": 16 }, "4901.01.031A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.31, Gang", "arch_name": "1.31@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -385560,18 +425846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73361, "usage_id": 222 }, "4901.01.032A": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.32, Gang", "arch_name": "1.32@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -385579,18 +425867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73362, "usage_id": 222 }, "4901.01.033": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "1.33, Treppe (1.OG-2.OG)", "arch_name": "1.33@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -385598,18 +425888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73365, "usage_id": 223 }, "4901.02.001": { "address": { - "floor": "2.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "2.01, Flur", "arch_name": "2.01@4901", "area_id": 52, "building_id": 634, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -385617,18 +425909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52596, "usage_id": 222 }, "4901.02.002": { "address": { - "floor": "2.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "2.02, Abstellraum", "arch_name": "2.02@4901", "area_id": 52, "building_id": 634, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -385636,18 +425930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52205, "usage_id": 159 }, "4901.02.003": { "address": { - "floor": "2.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "2.03, Speicher", "arch_name": "2.03@4901", "area_id": 52, "building_id": 634, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -385655,18 +425951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52210, "usage_id": 159 }, "4901.EG.001": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.01, Bad / WC", "arch_name": "0.01@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -385674,18 +425972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53068, "usage_id": 112 }, "4901.EG.008": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.08, Flur", "arch_name": "0.08@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -385693,18 +425993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53382, "usage_id": 222 }, "4901.EG.009": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.09, Gang", "arch_name": "0.09@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -385712,18 +426014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53393, "usage_id": 16 }, "4901.EG.010": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.07A, Garderobe", "arch_name": "0.07A@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -385731,18 +426035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53402, "usage_id": 121 }, "4901.EG.011": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.07, WC", "arch_name": "0.07@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -385750,18 +426056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53412, "usage_id": 114 }, "4901.EG.012": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.15, B\u00fcro", "arch_name": "0.15@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15689, "seats": { @@ -385769,18 +426077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53420, "usage_id": 12 }, "4901.EG.013": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.12, B\u00fcro", "arch_name": "0.12@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15689, "seats": { @@ -385788,18 +426098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53558, "usage_id": 12 }, "4901.EG.013A": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.10, Flur (0.11-0.15)", "arch_name": "0.10@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15689, "seats": { @@ -385807,18 +426119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73354, "usage_id": 222 }, "4901.EG.014": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.14, Labor", "arch_name": "0.14@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15689, "seats": { @@ -385826,18 +426140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53569, "usage_id": 102 }, "4901.EG.015": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.13, Schrankraum", "arch_name": "0.13@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15689, "seats": { @@ -385845,18 +426161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53576, "usage_id": 121 }, "4901.EG.016": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.16, Reinigung", "arch_name": "0.16@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -385864,18 +426182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53584, "usage_id": 209 }, "4901.EG.017": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.17, Lager", "arch_name": "0.17@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -385883,18 +426203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53592, "usage_id": 30 }, "4901.EG.018": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.18, Lager- u. Versuchsraum", "arch_name": "0.18@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -385902,18 +426224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53596, "usage_id": 30 }, "4901.EG.018A": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.21, Abstellraum", "arch_name": "0.21@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -385921,18 +426245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53733, "usage_id": 159 }, "4901.EG.018B": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.11, WC", "arch_name": "0.11@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -385940,18 +426266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53736, "usage_id": 114 }, "4901.EG.018C": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.23, Labor", "arch_name": "0.23@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -385959,18 +426287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53744, "usage_id": 102 }, "4901.EG.018D": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.24, Labor", "arch_name": "0.24@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -385978,18 +426308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53752, "usage_id": 102 }, "4901.EG.019": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.19, Ger\u00e4telager", "arch_name": "0.19@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -385997,18 +426329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53759, "usage_id": 18 }, "4901.EG.019A": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.20, Abstellfl\u00e4che", "arch_name": "0.20@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386016,18 +426350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53761, "usage_id": 159 }, "4901.EG.026": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.22, Durchfahrt", "arch_name": "0.22@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386035,18 +426371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73355, "usage_id": 13 }, "4901.EG.027": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "0.27, Au\u00dfentreppe zur Whg. (EG-1.OG)", "arch_name": "0.27@4901", "area_id": 52, "building_id": 634, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -386054,18 +426392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73366, "usage_id": 7 }, "4901.U1.001": { "address": { - "floor": "1.UG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "004, Flur", "arch_name": "004@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386073,18 +426413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52875, "usage_id": 222 }, "4901.U1.002": { "address": { - "floor": "1.UG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "002, Abstellraum", "arch_name": "002@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386092,18 +426434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52882, "usage_id": 159 }, "4901.U1.003": { "address": { - "floor": "1.UG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "003, Tankraum", "arch_name": "003@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386111,18 +426455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52891, "usage_id": 30 }, "4901.U1.004": { "address": { - "floor": "1.UG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "001, Flur", "arch_name": "001@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386130,18 +426476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52895, "usage_id": 222 }, "4901.U1.005": { "address": { - "floor": "1.UG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "005, Heizungsraum", "arch_name": "005@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386149,18 +426497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53035, "usage_id": 201 }, "4901.U1.006": { "address": { - "floor": "1.UG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "006, Abstellraum", "arch_name": "006@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386168,18 +426518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53042, "usage_id": 159 }, "4901.U1.007": { "address": { - "floor": "1.UG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "007, Abstellraum", "arch_name": "007@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386187,18 +426539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53056, "usage_id": 159 }, "4901.U1.008": { "address": { - "floor": "1.UG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "008, Abstellraum", "arch_name": "008@4901", "area_id": 52, "building_id": 634, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386206,18 +426560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53064, "usage_id": 159 }, "4902.EG.001": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "001, Gang", "arch_name": "001@4902", "area_id": 52, "building_id": 635, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386225,18 +426581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52218, "usage_id": 222 }, "4902.EG.002": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "002, Abstellraum", "arch_name": "002@4902", "area_id": 52, "building_id": 635, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386244,18 +426602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52226, "usage_id": 159 }, "4902.EG.003": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "003, Abstellraum", "arch_name": "003@4902", "area_id": 52, "building_id": 635, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386263,18 +426623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52238, "usage_id": 159 }, "4902.EG.004": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "004, Ger\u00e4teraum", "arch_name": "004@4902", "area_id": 52, "building_id": 635, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386282,18 +426644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51866, "usage_id": 18 }, "4903.01.001": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "101, Treppenraum", "arch_name": "101@4903", "area_id": 52, "building_id": 636, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15689, "seats": { @@ -386301,18 +426665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50727, "usage_id": 223 }, "4903.01.002": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "102, Flur", "arch_name": "102@4903", "area_id": 52, "building_id": 636, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -386320,18 +426686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50733, "usage_id": 222 }, "4903.01.003": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "103, WC", "arch_name": "103@4903", "area_id": 52, "building_id": 636, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386339,18 +426707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50740, "usage_id": 114 }, "4903.01.004": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "104, Flur", "arch_name": "104@4903", "area_id": 52, "building_id": 636, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -386358,18 +426728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50746, "usage_id": 222 }, "4903.01.005": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "105, Bad", "arch_name": "105@4903", "area_id": 52, "building_id": 636, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -386377,18 +426749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50754, "usage_id": 112 }, "4903.01.010": { "address": { - "floor": "1.OG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "110, Praktikantenzimmer", "arch_name": "110@4903", "area_id": 52, "building_id": 636, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15689, "seats": { @@ -386396,18 +426770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50934, "usage_id": 12 }, "4903.EG.001": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "001, Aufenthaltsraum", "arch_name": "001@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15689, "seats": { @@ -386415,18 +426791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51873, "usage_id": 44 }, "4903.EG.002": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "002, Flur", "arch_name": "002@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386434,18 +426812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51883, "usage_id": 222 }, "4903.EG.003": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "003, WC", "arch_name": "003@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386453,18 +426833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51890, "usage_id": 114 }, "4903.EG.004": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "004, Vorraum", "arch_name": "004@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386472,18 +426854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51895, "usage_id": 50 }, "4903.EG.005": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "005, K\u00fcche", "arch_name": "005@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386491,18 +426875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51902, "usage_id": 28 }, "4903.EG.006": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "006, Flur", "arch_name": "006@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386510,18 +426896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51909, "usage_id": 222 }, "4903.EG.007": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "007, Vorraum", "arch_name": "007@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386529,18 +426917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52383, "usage_id": 50 }, "4903.EG.008": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "008, Heizung", "arch_name": "008@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386548,18 +426938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52391, "usage_id": 201 }, "4903.EG.009": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "009, Flur", "arch_name": "009@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386567,18 +426959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52398, "usage_id": 222 }, "4903.EG.010": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "010, K\u00fchlraum", "arch_name": "010@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386586,18 +426980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52405, "usage_id": 199 }, "4903.EG.011": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "011, K\u00fchlraum", "arch_name": "011@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386605,18 +427001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52421, "usage_id": 199 }, "4903.EG.012": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "012, Abstellraum", "arch_name": "012@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386624,18 +427022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50067, "usage_id": 159 }, "4903.EG.013": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "013, Schlachtraum", "arch_name": "013@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -386643,18 +427043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50074, "usage_id": 102 }, "4903.EG.014": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "014, Garage", "arch_name": "014@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386662,18 +427064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50085, "usage_id": 100 }, "4903.EG.015": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "015, \u00d6llager", "arch_name": "015@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386681,18 +427085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50093, "usage_id": 30 }, "4903.EG.016": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "016, Einfahrt", "arch_name": "016@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386700,18 +427106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50101, "usage_id": 204 }, "4903.EG.017": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "017, Holzraum", "arch_name": "017@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386719,18 +427127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50226, "usage_id": 30 }, "4903.EG.018": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "018, Kohlelager", "arch_name": "018@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386738,18 +427148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50235, "usage_id": 30 }, "4903.EG.019": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "019, Abstellraum", "arch_name": "019@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386757,18 +427169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50245, "usage_id": 159 }, "4903.EG.020": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "020, Fahrradraum", "arch_name": "020@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386776,18 +427190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50251, "usage_id": 179 }, "4903.EG.021": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "021, Lager", "arch_name": "021@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386795,18 +427211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50260, "usage_id": 30 }, "4903.EG.022": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "022, Ger\u00e4telager", "arch_name": "022@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386814,18 +427232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50392, "usage_id": 18 }, "4903.EG.022A": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "022A, Heizung", "arch_name": "022A@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386833,18 +427253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68190, "usage_id": 201 }, "4903.EG.023": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "023, Schweinestall", "arch_name": "023@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15689, "seats": { @@ -386852,18 +427274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50398, "usage_id": 106 }, "4903.EG.024": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "024, Futtersiloraum", "arch_name": "024@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386871,18 +427295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50406, "usage_id": 30 }, "4903.EG.025": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "025, Schweinestall", "arch_name": "025@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15689, "seats": { @@ -386890,18 +427316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50417, "usage_id": 106 }, "4903.EG.026": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "026, Schweinestall", "arch_name": "026@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15689, "seats": { @@ -386909,18 +427337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50424, "usage_id": 106 }, "4903.EG.027": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "027, Schweinestall", "arch_name": "027@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386928,18 +427358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50555, "usage_id": 106 }, "4903.EG.028": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "028, Abstellraum", "arch_name": "028@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386947,18 +427379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50564, "usage_id": 159 }, "4903.EG.029": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "029, Maschinen- u. Ger\u00e4teraum", "arch_name": "029@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386966,18 +427400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50572, "usage_id": 100 }, "4903.EG.030": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "030, Lager", "arch_name": "030@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -386985,18 +427421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50580, "usage_id": 30 }, "4903.EG.031": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "031, \u00d6llager", "arch_name": "031@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387004,18 +427442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50590, "usage_id": 30 }, "4903.EG.032": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "032, Abstellraum", "arch_name": "032@4903", "area_id": 52, "building_id": 636, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387023,18 +427463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50598, "usage_id": 159 }, "4907.EG.001": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "1, Schlosserei u. Schmiede", "arch_name": "1@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387042,18 +427484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50939, "usage_id": 108 }, "4907.EG.002": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "2, Schreibraum", "arch_name": "2@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387061,18 +427505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51069, "usage_id": 12 }, "4907.EG.003": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "3, WC", "arch_name": "3@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15689, "seats": { @@ -387080,18 +427526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51076, "usage_id": 114 }, "4907.EG.003A": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "3a, WC-Vorraum", "arch_name": "3a@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387099,18 +427547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51079, "usage_id": 118 }, "4907.EG.004": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "4, Schreinerei", "arch_name": "4@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15689, "seats": { @@ -387118,18 +427568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51086, "usage_id": 107 }, "4907.EG.005": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "5, Landmaschinen-, Ger\u00e4tehalle", "arch_name": "5@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387137,18 +427589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51096, "usage_id": 100 }, "4907.EG.006": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "6, Spritzmittellager", "arch_name": "6@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387156,18 +427610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51106, "usage_id": 30 }, "4907.EG.007": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "7, \u00d6llager", "arch_name": "7@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387175,18 +427631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48620, "usage_id": 30 }, "4907.EG.008": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "8, Tankraum", "arch_name": "8@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387194,18 +427652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48625, "usage_id": 30 }, "4907.EG.009": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "9, Ger\u00e4tehalle", "arch_name": "9@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387213,18 +427673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48631, "usage_id": 100 }, "4907.EG.010": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "10, Lager", "arch_name": "10@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387232,18 +427694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68191, "usage_id": 30 }, "4907.EG.011": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "11, WC", "arch_name": "11@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387251,18 +427715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68192, "usage_id": 114 }, "4907.EG.012": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "12, Lager", "arch_name": "12@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387270,18 +427736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68193, "usage_id": 30 }, "4907.EG.013": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "13, Lager", "arch_name": "13@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387289,18 +427757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68194, "usage_id": 30 }, "4907.EG.014": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "14, Lager", "arch_name": "14@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387308,18 +427778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68195, "usage_id": 30 }, "4907.EG.015": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "15, Lager", "arch_name": "15@4907", "area_id": 52, "building_id": 637, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387327,18 +427799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68196, "usage_id": 30 }, "4908.EG.801": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "1, Wagenremise", "arch_name": "1@4908", "area_id": 52, "building_id": 638, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15689, "seats": { @@ -387346,18 +427820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48633, "usage_id": 100 }, "4909.01.001": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "005, Speicher", "arch_name": "005@4909", "area_id": 52, "building_id": 639, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387365,18 +427841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48802, "usage_id": 159 }, "4909.EG.001": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "001, D\u00fcngerlager", "arch_name": "001@4909", "area_id": 52, "building_id": 639, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387384,18 +427862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48640, "usage_id": 30 }, "4909.EG.002": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "002, Maschinenhalle", "arch_name": "002@4909", "area_id": 52, "building_id": 639, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387403,18 +427883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48643, "usage_id": 100 }, "4909.EG.002A": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "003, D\u00fcngerlager", "arch_name": "003@4909", "area_id": 52, "building_id": 639, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387422,18 +427904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48652, "usage_id": 30 }, "4909.EG.003": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "003, Futterlager", "arch_name": "003@4909", "area_id": 52, "building_id": 639, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15689, "seats": { @@ -387441,18 +427925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48781, "usage_id": 168 }, "4909.EG.003A": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "003a, Durchfahrt", "arch_name": "003a@4909", "area_id": 52, "building_id": 639, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387460,18 +427946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48791, "usage_id": 204 }, "4909.EG.004": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "004, Ger\u00e4telager", "arch_name": "004@4909", "area_id": 52, "building_id": 639, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387479,18 +427967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48795, "usage_id": 159 }, "4910.01.001": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "101, Treppenraum", "arch_name": "101@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387498,18 +427988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49134, "usage_id": 223 }, "4910.01.002": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "102, Aufzug", "arch_name": "102@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15689, "seats": { @@ -387517,18 +428009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49141, "usage_id": 4 }, "4910.01.003": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "103, Getreideauslaufkasten", "arch_name": "103@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387536,18 +428030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49148, "usage_id": 168 }, "4910.01.004": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "104, Getreideauslaufkasten", "arch_name": "104@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387555,18 +428051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49289, "usage_id": 168 }, "4910.01.005": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "105, Getreideauslaufkasten", "arch_name": "105@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387574,18 +428072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49295, "usage_id": 168 }, "4910.01.006": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "106, Getreideauslaufkasten", "arch_name": "106@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387593,18 +428093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49302, "usage_id": 168 }, "4910.01.007": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "107, Getreideauslaufkasten", "arch_name": "107@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387612,18 +428114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49313, "usage_id": 168 }, "4910.01.008": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "108, Getreideauslaufkasten", "arch_name": "108@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387631,18 +428135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49319, "usage_id": 168 }, "4910.01.009": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "109, Getreideauslaufkasten", "arch_name": "109@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387650,18 +428156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49455, "usage_id": 168 }, "4910.01.010": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "110, Getreideauslaufkasten", "arch_name": "110@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387669,18 +428177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49462, "usage_id": 168 }, "4910.01.011": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "111, Getreideauslaufkasten", "arch_name": "111@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387688,18 +428198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47740, "usage_id": 168 }, "4910.01.012": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "112, Getreideauslaufkasten", "arch_name": "112@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387707,18 +428219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47808, "usage_id": 168 }, "4910.01.013": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "113, Getreideauslaufkasten", "arch_name": "113@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387726,18 +428240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47814, "usage_id": 168 }, "4910.01.014": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "114, Getreideauslaufkasten", "arch_name": "114@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387745,18 +428261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47823, "usage_id": 168 }, "4910.01.015": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "115, Getreideauslaufkasten", "arch_name": "115@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387764,18 +428282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47827, "usage_id": 168 }, "4910.01.016": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "116, Getreideauslaufkasten", "arch_name": "116@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387783,18 +428303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47837, "usage_id": 168 }, "4910.01.017": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "117, Getreideauslaufkasten", "arch_name": "117@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387802,18 +428324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47903, "usage_id": 168 }, "4910.01.018": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "118, Getreideauslaufkasten", "arch_name": "118@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387821,18 +428345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47912, "usage_id": 168 }, "4910.01.019": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "119, Getreideauslaufkasten", "arch_name": "119@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387840,18 +428366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47923, "usage_id": 168 }, "4910.01.020": { "address": { - "floor": "1.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "120, Getreideauslaufkasten", "arch_name": "120@4910", "area_id": 52, "building_id": 640, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387859,18 +428387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47932, "usage_id": 168 }, "4910.02.001": { "address": { - "floor": "2.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "201, Treppenraum", "arch_name": "201@4910", "area_id": 52, "building_id": 640, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387878,18 +428408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47945, "usage_id": 223 }, "4910.02.002": { "address": { - "floor": "2.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "202, Aufzug", "arch_name": "202@4910", "area_id": 52, "building_id": 640, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15689, "seats": { @@ -387897,18 +428429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48011, "usage_id": 4 }, "4910.02.003": { "address": { - "floor": "2.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "203, Reinigungs- u. Trockenraum", "arch_name": "203@4910", "area_id": 52, "building_id": 640, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387916,18 +428450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48021, "usage_id": 168 }, "4910.03.001": { "address": { - "floor": "3.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "301, Treppenraum", "arch_name": "301@4910", "area_id": 52, "building_id": 640, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387935,18 +428471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48035, "usage_id": 223 }, "4910.03.002": { "address": { - "floor": "3.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "302, Aufzug", "arch_name": "302@4910", "area_id": 52, "building_id": 640, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387954,18 +428492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48041, "usage_id": 4 }, "4910.03.003": { "address": { - "floor": "3.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "303, Getreideauslaufkasten", "arch_name": "303@4910", "area_id": 52, "building_id": 640, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387973,18 +428513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48052, "usage_id": 168 }, "4910.03.004": { "address": { - "floor": "3.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "304, Getreideauslaufkasten", "arch_name": "304@4910", "area_id": 52, "building_id": 640, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -387992,18 +428534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48081, "usage_id": 168 }, "4910.03.005": { "address": { - "floor": "3.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "305, Getreideauslaufkasten", "arch_name": "305@4910", "area_id": 52, "building_id": 640, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388011,18 +428555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48091, "usage_id": 168 }, "4910.03.006": { "address": { - "floor": "3.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "306, Getreideauslaufkasten", "arch_name": "306@4910", "area_id": 52, "building_id": 640, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388030,18 +428576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48101, "usage_id": 168 }, "4910.03.007": { "address": { - "floor": "3.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "307, Getreideauslaufkasten", "arch_name": "307@4910", "area_id": 52, "building_id": 640, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388049,18 +428597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48110, "usage_id": 168 }, "4910.04.001": { "address": { - "floor": "4.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "401, Treppenraum", "arch_name": "401@4910", "area_id": 52, "building_id": 640, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388068,18 +428618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48147, "usage_id": 223 }, "4910.04.002": { "address": { - "floor": "4.OG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "402, Speicher", "arch_name": "402@4910", "area_id": 52, "building_id": 640, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388087,18 +428639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48163, "usage_id": 159 }, "4910.EG.001": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "001, Treppenraum", "arch_name": "001@4910", "area_id": 52, "building_id": 640, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388106,18 +428660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48815, "usage_id": 223 }, "4910.EG.002": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "002, Aufzug", "arch_name": "002@4910", "area_id": 52, "building_id": 640, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388125,18 +428681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48949, "usage_id": 4 }, "4910.EG.003": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "Abf\u00fcllraum / Futteraufbereitung", "arch_name": "@4910", "area_id": 52, "building_id": 640, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388144,18 +428702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48955, "usage_id": 168 }, "4910.EG.004": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "004, Heizkessel", "arch_name": "004@4910", "area_id": 52, "building_id": 640, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388163,18 +428723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48964, "usage_id": 201 }, "4910.EG.005": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "005, Durchfahrt", "arch_name": "005@4910", "area_id": 52, "building_id": 640, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388182,18 +428744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48970, "usage_id": 204 }, "4910.EG.006": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "006, Staubkammer", "arch_name": "006@4910", "area_id": 52, "building_id": 640, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388201,18 +428765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48976, "usage_id": 32 }, "4910.EG.007": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "007, Staubkammer", "arch_name": "007@4910", "area_id": 52, "building_id": 640, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388220,18 +428786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48981, "usage_id": 32 }, "4910.EG.008": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "008, Rampe", "arch_name": "008@4910", "area_id": 52, "building_id": 640, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388239,18 +428807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49119, "usage_id": 36 }, "4910.EG.009": { "address": { - "floor": "EG", "place": "Emmering", "street": "Unterroggenstein 1-3", "zip_code": 82275 }, + "alt_name": "009, Elevatorgrube", "arch_name": "009@4910", "area_id": 52, "building_id": 640, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15689, "seats": { @@ -388258,18 +428828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49125, "usage_id": 5 }, "4914.01.005A": { "address": { - "floor": "1.OG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 187", "zip_code": 82140 }, + "alt_name": "115A, Flur", "arch_name": "115A@4914", "area_id": 52, "building_id": 643, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 39688, "seats": { @@ -388277,18 +428849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47675, "usage_id": 222 }, "4914.01.005B": { "address": { - "floor": "1.OG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 187", "zip_code": 82140 }, + "alt_name": "115B, Flur", "arch_name": "115B@4914", "area_id": 52, "building_id": 643, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -388296,18 +428870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47688, "usage_id": 222 }, "4914.01.007A": { "address": { - "floor": "1.OG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 187", "zip_code": 82140 }, + "alt_name": "117A, Kriechspeicher leer", "arch_name": "117A@4914", "area_id": 52, "building_id": 643, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -388315,18 +428891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47974, "usage_id": 159 }, "4914.01.007B": { "address": { - "floor": "1.OG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 187", "zip_code": 82140 }, + "alt_name": "117B, Kriechspeicher leer", "arch_name": "117B@4914", "area_id": 52, "building_id": 643, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -388334,18 +428912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47989, "usage_id": 159 }, "4914.EG.001A": { "address": { - "floor": "EG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 187", "zip_code": 82140 }, + "alt_name": "101A, Flur", "arch_name": "101A@4914", "area_id": 52, "building_id": 643, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -388353,18 +428933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47258, "usage_id": 222 }, "4914.EG.001B": { "address": { - "floor": "EG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 187", "zip_code": 82140 }, + "alt_name": "101B, Flur", "arch_name": "101B@4914", "area_id": 52, "building_id": 643, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -388372,18 +428954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47269, "usage_id": 222 }, "4914.EG.005A": { "address": { - "floor": "EG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 187", "zip_code": 82140 }, + "alt_name": "105A, Flur", "arch_name": "105A@4914", "area_id": 52, "building_id": 643, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -388391,18 +428975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47485, "usage_id": 222 }, "4914.EG.005B": { "address": { - "floor": "EG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 187", "zip_code": 82140 }, + "alt_name": "105B, Flur", "arch_name": "105B@4914", "area_id": 52, "building_id": 643, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -388410,18 +428996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47660, "usage_id": 222 }, "4915.01.006A": { "address": { - "floor": "1.OG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 189", "zip_code": 82140 }, + "alt_name": "101, Flur", "arch_name": "101@4915", "area_id": 52, "building_id": 632, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -388429,18 +429017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47864, "usage_id": 222 }, "4915.01.006B": { "address": { - "floor": "1.OG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 189", "zip_code": 82140 }, + "alt_name": "102, Schlafzimmer", "arch_name": "102@4915", "area_id": 52, "building_id": 632, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 39688, "seats": { @@ -388448,18 +429038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47872, "usage_id": 53 }, "4915.EG.001A": { "address": { - "floor": "EG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 189", "zip_code": 82140 }, + "alt_name": "101, Flur leer", "arch_name": "101@4915", "area_id": 52, "building_id": 632, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -388467,18 +429059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47752, "usage_id": 222 }, "4916.EG.001A": { "address": { - "floor": "EG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 193", "zip_code": 82140 }, + "alt_name": "101, Flur", "arch_name": "101@4916", "area_id": 52, "building_id": 629, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -388486,18 +429080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45925, "usage_id": 222 }, "4916.EG.001B": { "address": { - "floor": "EG", "place": "Olching", "street": "Roggensteiner Stra\u00dfe 193", "zip_code": 82140 }, + "alt_name": "102, K\u00fcche", "arch_name": "102@4916", "area_id": 52, "building_id": 629, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -388505,18 +429101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45938, "usage_id": 53 }, "4920.EG.001": { "address": { - "floor": "EG", "place": "Eichenau", "street": "Oberroggenstein 1", "zip_code": 82223 }, + "alt_name": "001, Kapelle", "arch_name": "001@4920", "area_id": 52, "building_id": 631, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -388524,18 +429122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46489, "usage_id": 129 }, "5101.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3001, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3001@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48100, "seats": { @@ -388543,18 +429143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12465, "usage_id": 12 }, "5101.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3002, Elektroverteiler", "arch_name": "3002@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -388562,18 +429164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50933, "usage_id": 160 }, "5101.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3003, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3003@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48100, "seats": { @@ -388581,18 +429185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12521, "usage_id": 12 }, "5101.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3005, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3005@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48100, "seats": { @@ -388600,18 +429206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12526, "usage_id": 12 }, "5101.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3006, WC-Herren", "arch_name": "3006@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -388619,18 +429227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51094, "usage_id": 115 }, "5101.01.006A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3006A, WC-Damen", "arch_name": "3006A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -388638,19 +429248,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48615, "usage_id": 116 }, "5101.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3007, Prof.-B\u00fcro", "arch_name": "3007@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19564, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48100, "seats": { @@ -388658,18 +429270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12583, "usage_id": 12 }, "5101.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3011, Sekretariat", "arch_name": "3011@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48099, "seats": { @@ -388677,18 +429291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12587, "usage_id": 40 }, "5101.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3012, Elektroverteiler", "arch_name": "3012@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -388696,18 +429312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48646, "usage_id": 160 }, "5101.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3013, Prof.-B\u00fcro", "arch_name": "3013@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48099, "seats": { @@ -388715,19 +429333,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12640, "usage_id": 12 }, "5101.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3017, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3017@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 18418, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48099, "seats": { @@ -388735,18 +429355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48785, "usage_id": 12 }, "5101.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3019, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3019@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48099, "seats": { @@ -388754,18 +429376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48799, "usage_id": 12 }, "5101.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3021, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3021@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48099, "seats": { @@ -388773,18 +429397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12651, "usage_id": 12 }, "5101.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3023, Arbeitsraum/mit Besp.Grp.", "arch_name": "3023@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14217, "seats": { @@ -388792,19 +429418,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12711, "usage_id": 12 }, "5101.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 3024, Besprechungsraum E22/E27", "arch_name": "3024@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15189, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48099, "seats": { @@ -388812,18 +429440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12714, "usage_id": 196 }, "5101.01.024A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3024A, K\u00fcche", "arch_name": "3024A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -388831,19 +429461,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48963, "usage_id": 28 }, "5101.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3025, Arbeitsraum/mit Besp.Grp.", "arch_name": "3025@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 22397, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14217, "seats": { @@ -388851,18 +429483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48968, "usage_id": 12 }, "5101.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3026, EDV-Raum", "arch_name": "3026@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14212, "seats": { @@ -388870,18 +429504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48983, "usage_id": 207 }, "5101.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3027, Arbeitsraum/mit Besp.Grp.", "arch_name": "3027@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14212, "seats": { @@ -388889,18 +429525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12788, "usage_id": 12 }, "5101.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3028, Arbeitsraum", "arch_name": "3028@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48099, "seats": { @@ -388908,18 +429546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12793, "usage_id": 12 }, "5101.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3029, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3029@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -388927,18 +429567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12798, "usage_id": 12 }, "5101.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3033, Prof.-B\u00fcro", "arch_name": "3033@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -388946,18 +429588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49150, "usage_id": 12 }, "5101.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3035, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3035@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47278, "seats": { @@ -388965,19 +429609,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12856, "usage_id": 12 }, "5101.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3037, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3037@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19567, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 54439, "seats": { @@ -388985,18 +429631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12861, "usage_id": 12 }, "5101.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3040, Elektroverteiler", "arch_name": "3040@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -389004,18 +429652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49308, "usage_id": 160 }, "5101.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3041, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3041@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16203, "seats": { @@ -389023,18 +429673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49320, "usage_id": 12 }, "5101.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3042, WC-Damen", "arch_name": "3042@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -389042,18 +429694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49460, "usage_id": 116 }, "5101.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3043, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3043@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389061,18 +429715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12917, "usage_id": 12 }, "5101.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3044, Arbeitsraum", "arch_name": "3044@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389080,19 +429736,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49482, "usage_id": 12 }, "5101.01.046": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 3046, Kommunikationsbereich", "arch_name": "3046@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 18361, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389100,18 +429758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12925, "usage_id": 196 }, "5101.01.047": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3047, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3047@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389119,18 +429779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12929, "usage_id": 12 }, "5101.01.049": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3049, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3049@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389138,18 +429800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12983, "usage_id": 12 }, "5101.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3051, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3051@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16203, "seats": { @@ -389157,18 +429821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49640, "usage_id": 12 }, "5101.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3052, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3052@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389176,18 +429842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49649, "usage_id": 12 }, "5101.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3053, Prof.-B\u00fcro", "arch_name": "3053@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16203, "seats": { @@ -389195,18 +429863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12991, "usage_id": 12 }, "5101.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3057, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3057@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389214,18 +429884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12993, "usage_id": 12 }, "5101.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3061, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3061@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389233,18 +429905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12994, "usage_id": 12 }, "5101.01.063": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3063, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3063@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389252,18 +429926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13050, "usage_id": 12 }, "5101.01.065": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3065, Prof.-B\u00fcro", "arch_name": "3065@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389271,18 +429947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13052, "usage_id": 12 }, "5101.01.066": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3066, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3066@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 16203, "seats": { @@ -389290,18 +429968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49944, "usage_id": 12 }, "5101.01.069": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3069, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3069@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -389309,18 +429989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13058, "usage_id": 12 }, "5101.01.071": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3071, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3071@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48377, "seats": { @@ -389328,18 +430010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13118, "usage_id": 12 }, "5101.01.073": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3073, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3073@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48377, "seats": { @@ -389347,18 +430031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13123, "usage_id": 12 }, "5101.01.074": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3074, B\u00fcro (gem. Nutz.)", "arch_name": "3074@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 21554, "seats": { @@ -389366,18 +430052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13132, "usage_id": 12 }, "5101.01.075": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3075, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3075@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48377, "seats": { @@ -389385,19 +430073,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13133, "usage_id": 12 }, "5101.01.076": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3076, Physiklabor (gem. Nutz.)", "arch_name": "3076@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19689, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 21554, "seats": { @@ -389405,18 +430095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50136, "usage_id": 103 }, "5101.01.077": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3077, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3077@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48377, "seats": { @@ -389424,18 +430116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13207, "usage_id": 12 }, "5101.01.078": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3078, Kopierraum", "arch_name": "3078@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 21554, "seats": { @@ -389443,18 +430137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50278, "usage_id": 110 }, "5101.01.079": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3079, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3079@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 21554, "seats": { @@ -389462,18 +430158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13213, "usage_id": 12 }, "5101.01.081": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3081, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3081@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 21554, "seats": { @@ -389481,18 +430179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13216, "usage_id": 12 }, "5101.01.082": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3082, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3082@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46657, "seats": { @@ -389500,18 +430200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13280, "usage_id": 12 }, "5101.01.083": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3083, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3083@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 21554, "seats": { @@ -389519,19 +430221,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13283, "usage_id": 12 }, "5101.01.087": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3087, Prof.-B\u00fcro", "arch_name": "3087@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19636, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 21554, "seats": { @@ -389539,19 +430243,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50453, "usage_id": 12 }, "5101.01.089": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3089, Arbeitsraum (gem. Nutz.)", "arch_name": "3089@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19893, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 21554, "seats": { @@ -389559,18 +430265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13287, "usage_id": 12 }, "5101.01.091": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3091, Prof.-B\u00fcro", "arch_name": "3091@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46657, "seats": { @@ -389578,18 +430286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50600, "usage_id": 12 }, "5101.01.092": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3092, WC-Herren", "arch_name": "3092@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -389597,18 +430307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50611, "usage_id": 115 }, "5101.01.092A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3092A, WC-Herren", "arch_name": "3092A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -389616,18 +430328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50624, "usage_id": 115 }, "5101.01.093": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3093, Arbeitsraum/mit Besp.Grp.", "arch_name": "3093@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46657, "seats": { @@ -389635,18 +430349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50631, "usage_id": 12 }, "5101.01.094": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3094, Elektroverteiler", "arch_name": "3094@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -389654,18 +430370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50641, "usage_id": 160 }, "5101.01.096": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3096, Elektroverteiler", "arch_name": "3096@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -389673,18 +430391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50776, "usage_id": 160 }, "5101.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3101, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3101@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48100, "seats": { @@ -389692,18 +430412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27475, "usage_id": 12 }, "5101.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3102, Physiklabor", "arch_name": "3102@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48099, "seats": { @@ -389711,18 +430433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27482, "usage_id": 103 }, "5101.01.111": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3111, Studentenarbeitsraum", "arch_name": "3111@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48100, "seats": { @@ -389730,18 +430454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50951, "usage_id": 208 }, "5101.01.112": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3112, Physiklabor (einfach)", "arch_name": "3112@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48099, "seats": { @@ -389749,18 +430475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50977, "usage_id": 103 }, "5101.01.113": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3113, B\u00fcro", "arch_name": "3113@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48100, "seats": { @@ -389768,18 +430496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75029, "usage_id": 196 }, "5101.01.118": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3118, B\u00fcro", "arch_name": "3118@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53837, "seats": { @@ -389787,18 +430517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27679, "usage_id": 12 }, "5101.01.123": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3123, Studentenarbeitsraum", "arch_name": "3123@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48099, "seats": { @@ -389806,18 +430538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51139, "usage_id": 208 }, "5101.01.123A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3123A, B\u00fcro", "arch_name": "3123A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48099, "seats": { @@ -389825,18 +430559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48655, "usage_id": 12 }, "5101.01.127": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3127, B\u00fcro", "arch_name": "3127@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48099, "seats": { @@ -389844,18 +430580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48664, "usage_id": 12 }, "5101.01.130": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3130, Physiklabor", "arch_name": "3130@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53837, "seats": { @@ -389863,18 +430601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16680, "usage_id": 103 }, "5101.01.133": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3133, B\u00fcro", "arch_name": "3133@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48099, "seats": { @@ -389882,18 +430622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48836, "usage_id": 12 }, "5101.01.137": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3137, B\u00fcro", "arch_name": "3137@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53837, "seats": { @@ -389901,18 +430643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48846, "usage_id": 12 }, "5101.01.138": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3138, Physiklabor", "arch_name": "3138@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53837, "seats": { @@ -389920,18 +430664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27896, "usage_id": 103 }, "5101.01.141": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3141, B\u00fcro", "arch_name": "3141@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53837, "seats": { @@ -389939,18 +430685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27992, "usage_id": 12 }, "5101.01.142": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3142, B\u00fcro", "arch_name": "3142@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53837, "seats": { @@ -389958,18 +430706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75034, "usage_id": 12 }, "5101.01.143": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3143, B\u00fcro", "arch_name": "3143@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53837, "seats": { @@ -389977,18 +430727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75035, "usage_id": 12 }, "5101.01.146": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3146, Physiklabor", "arch_name": "3146@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 53837, "seats": { @@ -389996,18 +430748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49013, "usage_id": 103 }, "5101.01.146A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3146A, Umbau", "arch_name": "3146A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 53837, "seats": { @@ -390015,18 +430769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17002, "usage_id": 120 }, "5101.01.154": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3154, Umbau", "arch_name": "3154@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -390034,18 +430790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28011, "usage_id": 103 }, "5101.01.154A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3154A, Umbau", "arch_name": "3154A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -390053,18 +430811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49175, "usage_id": 103 }, "5101.01.161": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3161, Umbau", "arch_name": "3161@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -390072,18 +430832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49184, "usage_id": 12 }, "5101.01.161A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3161A, Umbau", "arch_name": "3161A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -390091,18 +430853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49200, "usage_id": 222 }, "5101.01.163": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3163, Umbau", "arch_name": "3163@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -390110,18 +430874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49335, "usage_id": 104 }, "5101.01.166": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3166, Umbau", "arch_name": "3166@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -390129,18 +430895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28187, "usage_id": 103 }, "5101.01.167": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3167, Umbau", "arch_name": "3167@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -390148,18 +430916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49353, "usage_id": 102 }, "5101.01.172": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3172, Umbau", "arch_name": "3172@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -390167,18 +430937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49361, "usage_id": 102 }, "5101.01.178": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3178, Umbau", "arch_name": "3178@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -390186,19 +430958,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49371, "usage_id": 12 }, "5101.01.203": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3203, Prof.-B\u00fcro", "arch_name": "3203@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19568, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46215, "seats": { @@ -390206,18 +430980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12839, "usage_id": 12 }, "5101.01.205": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3205, B\u00fcro", "arch_name": "3205@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46215, "seats": { @@ -390225,18 +431001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12841, "usage_id": 12 }, "5101.01.206": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3206, WC-Herren", "arch_name": "3206@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -390244,18 +431022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49533, "usage_id": 115 }, "5101.01.206A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3206A, Dusche", "arch_name": "3206A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -390263,19 +431043,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49664, "usage_id": 113 }, "5101.01.207": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3207, B\u00fcro", "arch_name": "3207@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19635, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16219, "seats": { @@ -390283,18 +431065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12851, "usage_id": 12 }, "5101.01.209": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3209, B\u00fcro", "arch_name": "3209@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -390302,18 +431086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12899, "usage_id": 12 }, "5101.01.210": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3210, Aufenthaltsraum", "arch_name": "3210@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -390321,18 +431107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49692, "usage_id": 44 }, "5101.01.211": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3211, B\u00fcro", "arch_name": "3211@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14217, "seats": { @@ -390340,18 +431128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12907, "usage_id": 12 }, "5101.01.212": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3212, Elektroverteiler", "arch_name": "3212@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -390359,18 +431149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49824, "usage_id": 160 }, "5101.01.213": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3213, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3213@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -390378,18 +431170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49833, "usage_id": 12 }, "5101.01.214": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3214, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3214@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16219, "seats": { @@ -390397,18 +431191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12964, "usage_id": 12 }, "5101.01.215": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3215, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3215@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16219, "seats": { @@ -390416,18 +431212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12968, "usage_id": 12 }, "5101.01.216": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3216, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3216@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16219, "seats": { @@ -390435,19 +431233,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49979, "usage_id": 12 }, "5101.01.217": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3217, Prof.-B\u00fcro T30", "arch_name": "3217@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19628, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16219, "seats": { @@ -390455,18 +431255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12975, "usage_id": 12 }, "5101.01.218": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3218, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3218@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 50277, "seats": { @@ -390474,18 +431276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12977, "usage_id": 12 }, "5101.01.220": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3220, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3220@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50277, "seats": { @@ -390493,18 +431297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12980, "usage_id": 12 }, "5101.01.221": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3221, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3221@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50277, "seats": { @@ -390512,18 +431318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13036, "usage_id": 12 }, "5101.01.222": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3222, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3222@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50277, "seats": { @@ -390531,18 +431339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13041, "usage_id": 12 }, "5101.01.223": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3223, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3223@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 50277, "seats": { @@ -390550,18 +431360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13043, "usage_id": 12 }, "5101.01.224": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3224, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3224@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 47278, "seats": { @@ -390569,18 +431381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13046, "usage_id": 12 }, "5101.01.225": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3225, Prof.-B\u00fcro T34", "arch_name": "3225@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 50277, "seats": { @@ -390588,18 +431402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13101, "usage_id": 12 }, "5101.01.226": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3226, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3226@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47278, "seats": { @@ -390607,18 +431423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13106, "usage_id": 12 }, "5101.01.228": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3228, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3228@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14217, "seats": { @@ -390626,18 +431444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13112, "usage_id": 12 }, "5101.01.229": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3229, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3229@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 50277, "seats": { @@ -390645,18 +431465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13115, "usage_id": 12 }, "5101.01.231": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3231, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3231@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26747, "seats": { @@ -390664,18 +431486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50484, "usage_id": 12 }, "5101.01.235": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235, Lesesaal", "arch_name": "3235@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390683,18 +431507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28818, "usage_id": 10 }, "5101.01.235A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235A, Rampe/Flur", "arch_name": "3235A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390702,18 +431528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62773, "usage_id": 222 }, "5101.01.235C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235C, Einzelarbeitsraum 8", "arch_name": "3235C@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390721,18 +431549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65444, "usage_id": 208 }, "5101.01.235D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235D, Einzelarbeitsraum 7", "arch_name": "3235D@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390740,18 +431570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65445, "usage_id": 208 }, "5101.01.235E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235E, Einzelarbeitsraum 6", "arch_name": "3235E@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390759,18 +431591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65446, "usage_id": 208 }, "5101.01.235F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235F, Einzelarbeitsraum 5", "arch_name": "3235F@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390778,18 +431612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65447, "usage_id": 208 }, "5101.01.235G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235G, Einzelarbeitsraum 4", "arch_name": "3235G@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390797,18 +431633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65448, "usage_id": 208 }, "5101.01.235H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235H, Einzelarbeitsraum 3", "arch_name": "3235H@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390816,18 +431654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65449, "usage_id": 208 }, "5101.01.235I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235I, Einzelarbeitsraum 2", "arch_name": "3235I@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390835,18 +431675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65450, "usage_id": 208 }, "5101.01.235J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235J, Einzelarbeitsraum 1", "arch_name": "3235J@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390854,18 +431696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65451, "usage_id": 208 }, "5101.01.235K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235K, Foyer", "arch_name": "3235K@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390873,18 +431717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65442, "usage_id": 222 }, "5101.01.235L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3235L, Theke", "arch_name": "3235L@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -390892,18 +431738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65443, "usage_id": 186 }, "5101.01.237": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3237, Kopierraum", "arch_name": "3237@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26747, "seats": { @@ -390911,18 +431759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13201, "usage_id": 110 }, "5101.01.237A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3237A, WC-Vorraum", "arch_name": "3237A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26747, "seats": { @@ -390930,18 +431780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65452, "usage_id": 118 }, "5101.01.237B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3237B, ELT-Unterv.", "arch_name": "3237B@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 38542, "seats": { @@ -390949,18 +431801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65453, "usage_id": 160 }, "5101.01.237C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3237C, WC-Damen", "arch_name": "3237C@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26747, "seats": { @@ -390968,18 +431822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65454, "usage_id": 116 }, "5101.01.237D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3237D, WC-Herren", "arch_name": "3237D@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26747, "seats": { @@ -390987,18 +431843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65455, "usage_id": 118 }, "5101.01.238": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3238, Schaltzentrale", "arch_name": "3238@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -391006,18 +431864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50516, "usage_id": 120 }, "5101.01.239": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3239, B\u00fcro", "arch_name": "3239@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16214, "seats": { @@ -391025,18 +431885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13205, "usage_id": 12 }, "5101.01.240": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3240, Elektroverteiler", "arch_name": "3240@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -391044,18 +431906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50660, "usage_id": 160 }, "5101.01.241": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3241, B\u00fcro", "arch_name": "3241@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16214, "seats": { @@ -391063,18 +431927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13269, "usage_id": 12 }, "5101.01.242": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3242, WC-Damen", "arch_name": "3242@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -391082,18 +431948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50811, "usage_id": 116 }, "5101.01.243": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3243, Arbeitsraum/mit Besp.Grp.", "arch_name": "3243@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16214, "seats": { @@ -391101,18 +431969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13275, "usage_id": 12 }, "5101.01.245": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3245, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3245@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -391120,18 +431990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13314, "usage_id": 12 }, "5101.01.246": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3246, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3246@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -391139,18 +432011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13315, "usage_id": 12 }, "5101.01.247": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3247, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3247@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -391158,19 +432032,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13320, "usage_id": 12 }, "5101.01.248": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3248, Prof.-B\u00fcro T32", "arch_name": "3248@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 22622, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -391178,19 +432054,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13324, "usage_id": 12 }, "5101.01.250": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3250, Prof.-B\u00fcro", "arch_name": "3250@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 21082, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -391198,19 +432076,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12351, "usage_id": 12 }, "5101.01.251": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3251, Prof.-B\u00fcro T30", "arch_name": "3251@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 31332, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -391218,18 +432098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12354, "usage_id": 12 }, "5101.01.253": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3253, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3253@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -391237,18 +432119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12359, "usage_id": 12 }, "5101.01.255": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3255, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3255@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -391256,18 +432140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12362, "usage_id": 12 }, "5101.01.257": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3257, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3257@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16206, "seats": { @@ -391275,18 +432161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12364, "usage_id": 12 }, "5101.01.259": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3259, Arbeitsraum/mit Exp.Arb.Platz", "arch_name": "3259@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16206, "seats": { @@ -391294,19 +432182,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48868, "usage_id": 12 }, "5101.01.263": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3263, Prof.-B\u00fcro", "arch_name": "3263@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19848, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16206, "seats": { @@ -391314,18 +432204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12368, "usage_id": 12 }, "5101.01.265": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3265, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3265@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16206, "seats": { @@ -391333,19 +432225,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12372, "usage_id": 12 }, "5101.01.268": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 3268, Besprechungsraum E18", "arch_name": "3268@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15187, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 16206, "seats": { @@ -391353,18 +432247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12373, "usage_id": 196 }, "5101.01.269": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3269, Arbeitsraum/mit Besp.Grp.", "arch_name": "3269@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47097, "seats": { @@ -391372,18 +432268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12412, "usage_id": 12 }, "5101.01.271": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3271, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3271@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -391391,18 +432289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12416, "usage_id": 12 }, "5101.01.273": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3273, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3273@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -391410,18 +432310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12418, "usage_id": 12 }, "5101.01.274": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3274, B\u00fcro", "arch_name": "3274@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -391429,18 +432331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49060, "usage_id": 12 }, "5101.01.275": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3275, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3275@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -391448,18 +432352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12422, "usage_id": 12 }, "5101.01.276": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3276, Denkerzelle", "arch_name": "3276@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -391467,18 +432373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12469, "usage_id": 12 }, "5101.01.277": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3277, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3277@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 47097, "seats": { @@ -391486,19 +432394,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12474, "usage_id": 12 }, "5101.01.278": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3278, Prof.-B\u00fcro", "arch_name": "3278@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19637, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16201, "seats": { @@ -391506,18 +432416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12477, "usage_id": 12 }, "5101.01.279": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3279, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3279@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -391525,18 +432437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12483, "usage_id": 12 }, "5101.01.282": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3282, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3282@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16201, "seats": { @@ -391544,19 +432458,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49241, "usage_id": 12 }, "5101.01.283": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3283, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3283@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19808, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16201, "seats": { @@ -391564,18 +432480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12492, "usage_id": 12 }, "5101.01.284": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3284, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3284@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16201, "seats": { @@ -391583,18 +432501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12533, "usage_id": 12 }, "5101.01.285": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3285, Prof.-B\u00fcro", "arch_name": "3285@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -391602,18 +432522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12536, "usage_id": 12 }, "5101.01.287": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3287, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3287@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -391621,18 +432543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12539, "usage_id": 12 }, "5101.01.289": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3289, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3289@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -391640,18 +432564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12541, "usage_id": 12 }, "5101.01.291": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3291, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3291@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -391659,18 +432585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12543, "usage_id": 12 }, "5101.01.292": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3292, WC-Herren", "arch_name": "3292@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -391678,18 +432606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49542, "usage_id": 115 }, "5101.01.293": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3293, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3293@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -391697,18 +432627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12549, "usage_id": 12 }, "5101.01.294": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3294, Abstellraum", "arch_name": "3294@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 16201, "seats": { @@ -391716,18 +432648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49559, "usage_id": 159 }, "5101.01.295": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3295, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "3295@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -391735,18 +432669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12593, "usage_id": 12 }, "5101.01.296": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3296, Elektroverteiler", "arch_name": "3296@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -391754,18 +432690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49572, "usage_id": 160 }, "5101.01.301": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3301, Denkerzelle", "arch_name": "3301@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14217, "seats": { @@ -391773,18 +432711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12595, "usage_id": 12 }, "5101.01.302": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3302, Denkerzelle", "arch_name": "3302@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14217, "seats": { @@ -391792,18 +432732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12598, "usage_id": 12 }, "5101.01.303": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3303, Denkerzelle", "arch_name": "3303@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14217, "seats": { @@ -391811,18 +432753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12602, "usage_id": 12 }, "5101.01.304": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3304, Denkerzelle", "arch_name": "3304@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -391830,18 +432774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49714, "usage_id": 12 }, "5101.01.305": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3305, Denkerzelle", "arch_name": "3305@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47278, "seats": { @@ -391849,18 +432795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12609, "usage_id": 12 }, "5101.01.306": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3306, Denkerzelle", "arch_name": "3306@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -391868,18 +432816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12654, "usage_id": 12 }, "5101.01.307": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3307, Denkerzelle", "arch_name": "3307@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47278, "seats": { @@ -391887,18 +432837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12660, "usage_id": 12 }, "5101.01.308": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3308, Denkerzelle", "arch_name": "3308@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -391906,18 +432858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12662, "usage_id": 12 }, "5101.01.309": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3309, Denkerzelle", "arch_name": "3309@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47278, "seats": { @@ -391925,18 +432879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12664, "usage_id": 12 }, "5101.01.310": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3310, Denkerzelle", "arch_name": "3310@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -391944,18 +432900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12667, "usage_id": 12 }, "5101.01.311": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3311, Denkerzelle", "arch_name": "3311@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47278, "seats": { @@ -391963,18 +432921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49861, "usage_id": 12 }, "5101.01.312": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3312, Denkerzelle", "arch_name": "3312@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -391982,18 +432942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12675, "usage_id": 12 }, "5101.01.313": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3313, Denkerzelle", "arch_name": "3313@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392001,18 +432963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12679, "usage_id": 12 }, "5101.01.314": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3314, Denkerzelle", "arch_name": "3314@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -392020,18 +432984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12730, "usage_id": 12 }, "5101.01.315": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3315, Denkerzelle", "arch_name": "3315@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392039,18 +433005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49886, "usage_id": 12 }, "5101.01.316": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3316, Denkerzelle", "arch_name": "3316@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -392058,18 +433026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12740, "usage_id": 12 }, "5101.01.317": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3317, Denkerzelle", "arch_name": "3317@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392077,18 +433047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12743, "usage_id": 12 }, "5101.01.318": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3318, Denkerzelle", "arch_name": "3318@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -392096,18 +433068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50017, "usage_id": 12 }, "5101.01.319": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3319, Denkerzelle", "arch_name": "3319@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392115,18 +433089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50023, "usage_id": 12 }, "5101.01.320": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3320, Denkerzelle", "arch_name": "3320@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48217, "seats": { @@ -392134,18 +433110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12751, "usage_id": 12 }, "5101.01.321": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3321, Denkerzelle", "arch_name": "3321@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392153,18 +433131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12754, "usage_id": 12 }, "5101.01.322": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3322, Denkerzelle", "arch_name": "3322@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -392172,18 +433152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12755, "usage_id": 12 }, "5101.01.323": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3323, Denkerzelle", "arch_name": "3323@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392191,18 +433173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50047, "usage_id": 12 }, "5101.01.324": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3324, Denkerzelle", "arch_name": "3324@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -392210,18 +433194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12812, "usage_id": 12 }, "5101.01.325": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3325, Denkerzelle", "arch_name": "3325@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392229,18 +433215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50060, "usage_id": 12 }, "5101.01.326": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3326, Denkerzelle", "arch_name": "3326@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -392248,18 +433236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12816, "usage_id": 12 }, "5101.01.327": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3327, Denkerzelle", "arch_name": "3327@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392267,18 +433257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12817, "usage_id": 12 }, "5101.01.328": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3328, Denkerzelle", "arch_name": "3328@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -392286,18 +433278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12818, "usage_id": 12 }, "5101.01.329": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3329, Denkerzelle", "arch_name": "3329@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392305,18 +433299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12819, "usage_id": 12 }, "5101.01.330": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3330, Denkerzelle", "arch_name": "3330@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -392324,18 +433320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12821, "usage_id": 12 }, "5101.01.331": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3331, Denkerzelle", "arch_name": "3331@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392343,18 +433341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12822, "usage_id": 12 }, "5101.01.332": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3332, Denkerzelle", "arch_name": "3332@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -392362,19 +433362,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12823, "usage_id": 12 }, "5101.01.333": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3333, Prof.-B\u00fcro T30", "arch_name": "3333@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19565, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 46617, "seats": { @@ -392382,18 +433384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12824, "usage_id": 12 }, "5101.01.334": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3334, Prof.-B\u00fcro T30", "arch_name": "3334@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -392401,18 +433405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12878, "usage_id": 12 }, "5101.01.337": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3337, Prof.-B\u00fcro T30", "arch_name": "3337@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 54439, "seats": { @@ -392420,19 +433426,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12879, "usage_id": 12 }, "5101.01.338": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3338, Prof.-B\u00fcro T37", "arch_name": "3338@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19633, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -392440,19 +433448,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12880, "usage_id": 12 }, "5101.01.342": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3342, Sitzungs-, Konferenzraum", "arch_name": "3342@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15514, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -392460,19 +433470,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50350, "usage_id": 196 }, "5101.01.343": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 3343, Handbibliothek Theorie", "arch_name": "3343@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15228, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -392480,19 +433492,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16980, "usage_id": 10 }, "5101.01.344": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 3344, Seminarraum Theorie", "arch_name": "3344@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15190, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14217, "seats": { @@ -392500,18 +433514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12882, "usage_id": 41 }, "5101.01.501": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3501, Elektronik-/Physiklabor", "arch_name": "3501@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -392519,18 +433535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50360, "usage_id": 103 }, "5101.01.502": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3502, Bakt., Biol., Biochem. Labor", "arch_name": "3502@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -392538,18 +433556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50364, "usage_id": 102 }, "5101.01.503": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3503, Bakt., Biol., Biochem. Labor", "arch_name": "3503@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -392557,18 +433577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50367, "usage_id": 102 }, "5101.01.504": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3504, Bakt., Biol., Biochem. Labor", "arch_name": "3504@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -392576,18 +433598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50370, "usage_id": 102 }, "5101.01.505": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3505, Bakt., Biol., Biochem. Labor", "arch_name": "3505@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -392595,18 +433619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50374, "usage_id": 102 }, "5101.01.506": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3506, Bakt., Biol., Biochem. Labor", "arch_name": "3506@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -392614,18 +433640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50377, "usage_id": 102 }, "5101.01.510": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3510, Rechnerraum", "arch_name": "3510@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -392633,18 +433661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50383, "usage_id": 207 }, "5101.01.511": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3511, E-Labor/PH-Labor", "arch_name": "3511@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -392652,18 +433682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50387, "usage_id": 103 }, "5101.01.515": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3519, E-Labor/PH-Labor", "arch_name": "3519@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -392671,18 +433703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50519, "usage_id": 103 }, "5101.01.518": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3518, Physiklabor (K. B., MV)", "arch_name": "3518@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -392690,18 +433724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27083, "usage_id": 103 }, "5101.01.527": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3527, Physiklabor m. lufttechn. Anf.", "arch_name": "3527@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48377, "seats": { @@ -392709,18 +433745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50526, "usage_id": 103 }, "5101.01.528": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3528, Physiklabor (einfach)", "arch_name": "3528@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48377, "seats": { @@ -392728,18 +433766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17178, "usage_id": 103 }, "5101.01.534": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3534, Physiklabor (einfach)", "arch_name": "3534@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -392747,18 +433787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27167, "usage_id": 103 }, "5101.01.541": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3541, Reinraum", "arch_name": "3541@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392766,18 +433808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50536, "usage_id": 102 }, "5101.01.542": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3542, Physiklabor (einfach)", "arch_name": "3542@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -392785,18 +433829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27174, "usage_id": 103 }, "5101.01.548": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3548, Physiklabor (einfach)", "arch_name": "3548@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392804,18 +433850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27176, "usage_id": 103 }, "5101.01.549": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3549, Physiklabor (einfach)", "arch_name": "3549@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392823,18 +433871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50548, "usage_id": 103 }, "5101.01.554": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3554, B\u00fcro m. man./exp. Arbeitsplatz", "arch_name": "3554@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392842,18 +433892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12940, "usage_id": 12 }, "5101.01.558": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3558, Physiklabor (einfach)", "arch_name": "3558@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392861,18 +433913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27181, "usage_id": 103 }, "5101.01.559": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3559, Reinraum", "arch_name": "3559@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392880,18 +433934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50686, "usage_id": 102 }, "5101.01.564": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3564, B\u00fcro m. man./exp. Arbeitsplatz", "arch_name": "3564@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392899,18 +433955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12995, "usage_id": 12 }, "5101.01.567": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3567, Elektroniklabor", "arch_name": "3567@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392918,18 +433976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50692, "usage_id": 103 }, "5101.01.567A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3567A, Kopierer", "arch_name": "3567A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392937,18 +433997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50695, "usage_id": 110 }, "5101.01.568": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3568, Physiklabor (einfach)", "arch_name": "3568@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392956,18 +434018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27190, "usage_id": 103 }, "5101.01.573": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3573, Physiklabor (einfach)", "arch_name": "3573@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392975,18 +434039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15743, "usage_id": 103 }, "5101.01.573A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3573A, Physiklabor (einfach)", "arch_name": "3573A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -392994,18 +434060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50700, "usage_id": 103 }, "5101.01.574": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3574, B\u00fcro m. man./exp. Arbeitsplatz", "arch_name": "3574@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -393013,18 +434081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12996, "usage_id": 12 }, "5101.01.578": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3578, B\u00fcro m. man./exp. Arbeitsplatz", "arch_name": "3578@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16206, "seats": { @@ -393032,18 +434102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50703, "usage_id": 12 }, "5101.01.701": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3701, Arbeitsraum/mit Exp.Arb.Platz (gem. Nutz.)", "arch_name": "3701@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 21554, "seats": { @@ -393051,18 +434123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12998, "usage_id": 12 }, "5101.01.702": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3702, Vakuumtechnik-Raum", "arch_name": "3702@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46657, "seats": { @@ -393070,18 +434144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25770, "usage_id": 194 }, "5101.01.713": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3713, Aufenthalt/Werkstatt (gem. Nutz.)", "arch_name": "3713@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393089,18 +434165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50707, "usage_id": 44 }, "5101.01.717": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3717, Feinmech. Werkstatt (gem. Nutz.)", "arch_name": "3717@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393108,18 +434186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50709, "usage_id": 108 }, "5101.01.718": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3718, Arbeitsraum/mit Exp.Arb.Platz", "arch_name": "3718@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 46657, "seats": { @@ -393127,18 +434207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50710, "usage_id": 12 }, "5101.01.721": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3721, Feinmech. Werkstatt (gem. Nutz.)", "arch_name": "3721@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393146,18 +434228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25773, "usage_id": 108 }, "5101.01.726": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3726, Physiklabor m. Lufttechn. Anf.", "arch_name": "3726@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 21554, "seats": { @@ -393165,19 +434249,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25774, "usage_id": 103 }, "5101.01.734": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 3734, Besprechungsraum E13/E19", "arch_name": "3734@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15194, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16201, "seats": { @@ -393185,18 +434271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13001, "usage_id": 196 }, "5101.01.734A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3734A, K\u00fcche (gem. Nutz.)", "arch_name": "3734A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393204,18 +434292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50714, "usage_id": 28 }, "5101.01.742": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3742, B\u00fcro", "arch_name": "3742@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393223,18 +434313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13003, "usage_id": 12 }, "5101.01.742A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3742A, Lager", "arch_name": "3742A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393242,18 +434334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50717, "usage_id": 30 }, "5101.01.745": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3745, Arbeitsraum/ohn.Besp.Grp. (gem. Nutz.)", "arch_name": "3745@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393261,18 +434355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50715, "usage_id": 12 }, "5101.01.749": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3749, Arbeitsraum", "arch_name": "3749@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393280,18 +434376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50716, "usage_id": 12 }, "5101.01.752": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3752, Physiklabor (einfach)", "arch_name": "3752@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393299,18 +434397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50718, "usage_id": 103 }, "5101.01.755": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3755, B\u00fcro", "arch_name": "3755@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393318,18 +434418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50719, "usage_id": 12 }, "5101.01.762": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3762, Physiklabor (einfach)", "arch_name": "3762@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393337,18 +434439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50852, "usage_id": 103 }, "5101.01.763": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3763, B\u00fcro", "arch_name": "3763@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393356,18 +434460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50711, "usage_id": 12 }, "5101.01.769": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3769, Chemielabor", "arch_name": "3769@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393375,18 +434481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50712, "usage_id": 102 }, "5101.01.772": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3772, Physiklabor (einfach)", "arch_name": "3772@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 16201, "seats": { @@ -393394,18 +434502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50713, "usage_id": 103 }, "5101.01.901": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3901, Flur 1", "arch_name": "3901@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393413,18 +434523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47942, "usage_id": 222 }, "5101.01.902": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3902, Flur 2", "arch_name": "3902@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393432,18 +434544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48009, "usage_id": 222 }, "5101.01.903": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3903, Flur 3", "arch_name": "3903@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393451,18 +434565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48015, "usage_id": 222 }, "5101.01.904": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3904, Flur 4", "arch_name": "3904@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -393470,18 +434586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48027, "usage_id": 222 }, "5101.01.905": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3905, Flur 5", "arch_name": "3905@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393489,18 +434607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48030, "usage_id": 222 }, "5101.01.906": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3906, Flur 6", "arch_name": "3906@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393508,18 +434628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48037, "usage_id": 222 }, "5101.01.907": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3907, Flur 7", "arch_name": "3907@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -393527,18 +434649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48047, "usage_id": 222 }, "5101.01.908": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3908, Flur 8", "arch_name": "3908@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393546,18 +434670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48053, "usage_id": 222 }, "5101.01.909": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3909, Flur 9", "arch_name": "3909@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16203, "seats": { @@ -393565,18 +434691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48080, "usage_id": 222 }, "5101.01.910": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3910, Flur 10", "arch_name": "3910@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393584,18 +434712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48085, "usage_id": 222 }, "5101.01.911": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3911, Flur 11", "arch_name": "3911@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -393603,18 +434733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48092, "usage_id": 222 }, "5101.01.912": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3912, Flur 12", "arch_name": "3912@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393622,18 +434754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48098, "usage_id": 222 }, "5101.01.921": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3921, Stiege 1", "arch_name": "3921@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393641,18 +434775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48104, "usage_id": 223 }, "5101.01.922": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3922, Stiege 2", "arch_name": "3922@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393660,18 +434796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48111, "usage_id": 223 }, "5101.01.923": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3923, Stiege 3", "arch_name": "3923@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393679,18 +434817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48141, "usage_id": 223 }, "5101.01.924": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3924, Stiege 4", "arch_name": "3924@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393698,18 +434838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48149, "usage_id": 223 }, "5101.01.925": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3925, Stiege 5", "arch_name": "3925@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393717,18 +434859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48156, "usage_id": 223 }, "5101.01.926": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3926, Stiege 6", "arch_name": "3926@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393736,18 +434880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48165, "usage_id": 223 }, "5101.01.927": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3927, Stiege 7", "arch_name": "3927@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393755,18 +434901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48174, "usage_id": 223 }, "5101.01.928": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3928, Stiege 8", "arch_name": "3928@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393774,18 +434922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48182, "usage_id": 223 }, "5101.01.929": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3929, Dachleiter", "arch_name": "3929@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -393793,18 +434943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48220, "usage_id": 223 }, "5101.01.941": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3941, Aufzug", "arch_name": "3941@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -393812,18 +434964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48227, "usage_id": 4 }, "5101.01.942": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "3942, Aufzug", "arch_name": "3942@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -393831,18 +434985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48235, "usage_id": 4 }, "5101.02.235": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "4235, Lesesaal", "arch_name": "4235@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -393850,18 +435006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48247, "usage_id": 10 }, "5101.02.236": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "4236, Gruppenraum", "arch_name": "4236@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -393869,18 +435027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65438, "usage_id": 131 }, "5101.02.237": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "4237, Gruppenraum", "arch_name": "4237@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -393888,18 +435048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65439, "usage_id": 131 }, "5101.02.238": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "4238, Gruppenraum", "arch_name": "4238@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -393907,18 +435069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65440, "usage_id": 131 }, "5101.02.239": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "4239, Gruppenraum", "arch_name": "4239@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -393926,18 +435090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65441, "usage_id": 131 }, "5101.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2003, Prof.-B\u00fcro", "arch_name": "2003@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21512, "seats": { @@ -393945,18 +435111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10524, "usage_id": 12 }, "5101.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2000, Elektroverteiler", "arch_name": "2000@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -393964,18 +435132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51383, "usage_id": 160 }, "5101.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2005, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2005@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21512, "seats": { @@ -393983,19 +435153,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10528, "usage_id": 12 }, "5101.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2007, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2007@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 30072, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -394003,18 +435175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10532, "usage_id": 12 }, "5101.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2010, WC-Damen", "arch_name": "2010@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -394022,18 +435196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51575, "usage_id": 116 }, "5101.EG.010A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2010A, WC-Herren", "arch_name": "2010A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -394041,18 +435217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51589, "usage_id": 115 }, "5101.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2011, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2011@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21511, "seats": { @@ -394060,18 +435238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10577, "usage_id": 12 }, "5101.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2012, Elektroverteiler", "arch_name": "2012@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -394079,19 +435259,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51742, "usage_id": 160 }, "5101.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2013, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2013@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 27832, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -394099,18 +435281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10625, "usage_id": 12 }, "5101.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2014, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2014@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -394118,18 +435302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51761, "usage_id": 12 }, "5101.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2015, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2015@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47477, "seats": { @@ -394137,18 +435323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10627, "usage_id": 12 }, "5101.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2016, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2016@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -394156,18 +435344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51915, "usage_id": 12 }, "5101.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2017, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2017@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45028, "seats": { @@ -394175,18 +435365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10677, "usage_id": 12 }, "5101.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2019, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2019@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45028, "seats": { @@ -394194,18 +435386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10680, "usage_id": 12 }, "5101.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2023, Prof.-B\u00fcro", "arch_name": "2023@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394213,19 +435407,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10684, "usage_id": 12 }, "5101.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 2024, Besprechungsraum E10/E12", "arch_name": "2024@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15150, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -394233,18 +435429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10688, "usage_id": 196 }, "5101.EG.024A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2024A, K\u00fcche", "arch_name": "2024A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21512, "seats": { @@ -394252,18 +435450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52088, "usage_id": 28 }, "5101.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2025, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2025@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394271,18 +435471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10744, "usage_id": 12 }, "5101.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2027, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2027@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394290,18 +435492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10747, "usage_id": 12 }, "5101.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2029, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2029@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394309,18 +435513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10749, "usage_id": 12 }, "5101.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2031, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2031@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394328,18 +435534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52266, "usage_id": 12 }, "5101.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2033, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2033@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394347,18 +435555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10004, "usage_id": 12 }, "5101.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2035, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2035@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394366,18 +435576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10010, "usage_id": 12 }, "5101.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2037, B\u00fcro", "arch_name": "2037@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394385,18 +435597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10015, "usage_id": 12 }, "5101.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2039, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2039@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394404,18 +435618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10018, "usage_id": 12 }, "5101.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2040, Elektroverteiler", "arch_name": "2040@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -394423,18 +435639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52461, "usage_id": 160 }, "5101.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2041, B\u00fcro", "arch_name": "2041@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394442,18 +435660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10146, "usage_id": 12 }, "5101.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2042, Beh.-WC", "arch_name": "2042@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -394461,18 +435681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52610, "usage_id": 117 }, "5101.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2043, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2043@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394480,18 +435702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10154, "usage_id": 12 }, "5101.EG.044": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2044, Arbeitsraum m. Exp. Arb. Pl.", "arch_name": "2044@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394499,18 +435723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52628, "usage_id": 12 }, "5101.EG.045": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2045, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2045@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48957, "seats": { @@ -394518,18 +435744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52777, "usage_id": 12 }, "5101.EG.047": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2047, B\u00fcro", "arch_name": "2047@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 54084, "seats": { @@ -394537,18 +435765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10209, "usage_id": 12 }, "5101.EG.048": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2048, B\u00fcro", "arch_name": "2048@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14212, "seats": { @@ -394556,18 +435786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10214, "usage_id": 12 }, "5101.EG.049": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2049, B\u00fcro", "arch_name": "2049@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14213, "seats": { @@ -394575,18 +435807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52808, "usage_id": 12 }, "5101.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2051, B\u00fcro", "arch_name": "2051@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14213, "seats": { @@ -394594,18 +435828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52955, "usage_id": 12 }, "5101.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2052, B\u00fcro", "arch_name": "2052@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14212, "seats": { @@ -394613,18 +435849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10272, "usage_id": 12 }, "5101.EG.052A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2052A, Abstellraum", "arch_name": "2052A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14212, "seats": { @@ -394632,18 +435870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52976, "usage_id": 159 }, "5101.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2053, B\u00fcro", "arch_name": "2053@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 42658, "seats": { @@ -394651,18 +435891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10279, "usage_id": 12 }, "5101.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2055, B\u00fcro", "arch_name": "2055@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14212, "seats": { @@ -394670,18 +435912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53138, "usage_id": 12 }, "5101.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2057, B\u00fcro", "arch_name": "2057@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14217, "seats": { @@ -394689,18 +435933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10335, "usage_id": 12 }, "5101.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2059, B\u00fcro", "arch_name": "2059@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 49797, "seats": { @@ -394708,18 +435954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53163, "usage_id": 12 }, "5101.EG.061": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2061, B\u00fcro", "arch_name": "2061@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 49797, "seats": { @@ -394727,18 +435975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53312, "usage_id": 12 }, "5101.EG.069": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2069, B\u00fcro", "arch_name": "2069@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49797, "seats": { @@ -394746,18 +435996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10373, "usage_id": 12 }, "5101.EG.071": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2071, B\u00fcro", "arch_name": "2071@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49797, "seats": { @@ -394765,18 +436017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10380, "usage_id": 12 }, "5101.EG.072": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2072, Flur/\u00dcbergang", "arch_name": "2072@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -394784,18 +436038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53482, "usage_id": 222 }, "5101.EG.073": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2073, B\u00fcro", "arch_name": "2073@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49797, "seats": { @@ -394803,19 +436059,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10426, "usage_id": 12 }, "5101.EG.074": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 2074, Besprechungsraum", "arch_name": "2074@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15145, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -394823,18 +436081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10431, "usage_id": 196 }, "5101.EG.074A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2074A, K\u00fcche", "arch_name": "2074A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -394842,18 +436102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53647, "usage_id": 28 }, "5101.EG.075": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2075, B\u00fcro", "arch_name": "2075@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49797, "seats": { @@ -394861,18 +436123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10436, "usage_id": 12 }, "5101.EG.077": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2077, Prof.-B\u00fcro", "arch_name": "2077@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 49797, "seats": { @@ -394880,18 +436144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10469, "usage_id": 12 }, "5101.EG.081": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2081, B\u00fcro", "arch_name": "2081@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -394899,19 +436165,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53814, "usage_id": 12 }, "5101.EG.082": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2082, Prof.-B\u00fcro", "arch_name": "2082@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 28473, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -394919,18 +436187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53827, "usage_id": 12 }, "5101.EG.083": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2083, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2083@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -394938,18 +436208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10475, "usage_id": 12 }, "5101.EG.085": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2085, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2085@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -394957,18 +436229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53843, "usage_id": 12 }, "5101.EG.087": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2087, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2087@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -394976,18 +436250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10512, "usage_id": 12 }, "5101.EG.089": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2089, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2089@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -394995,18 +436271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10516, "usage_id": 12 }, "5101.EG.091": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2091, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2091@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -395014,18 +436292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10521, "usage_id": 12 }, "5101.EG.092": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2092, WC-Herren", "arch_name": "2092@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -395033,18 +436313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51278, "usage_id": 115 }, "5101.EG.092A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2092A, WC-Damen", "arch_name": "2092A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -395052,19 +436334,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51431, "usage_id": 116 }, "5101.EG.093": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2093, Prof.-B\u00fcro", "arch_name": "2093@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19672, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -395072,18 +436356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10567, "usage_id": 12 }, "5101.EG.095": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2095, Elektroverteiler", "arch_name": "2095@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -395091,18 +436377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23316, "usage_id": 160 }, "5101.EG.096": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2096, Elektroverteiler", "arch_name": "2096@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -395110,18 +436398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51618, "usage_id": 160 }, "5101.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2101, W\u00e4geraum", "arch_name": "2101@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 47477, "seats": { @@ -395129,18 +436419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51629, "usage_id": 103 }, "5101.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2102, Reinstraum", "arch_name": "2102@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 47477, "seats": { @@ -395148,18 +436440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51645, "usage_id": 102 }, "5101.EG.102A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2102A, Reinstraum", "arch_name": "2102A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 47477, "seats": { @@ -395167,18 +436461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23436, "usage_id": 102 }, "5101.EG.110": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2110, Reinstraum", "arch_name": "2110@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 47477, "seats": { @@ -395186,18 +436482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23529, "usage_id": 102 }, "5101.EG.111": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2111, Physiklabor (K. B., MV)", "arch_name": "2111@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 47477, "seats": { @@ -395205,18 +436503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17645, "usage_id": 103 }, "5101.EG.111A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2111A, Physiklabor (K. B., MV)", "arch_name": "2111A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16200, "seats": { @@ -395224,18 +436524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51962, "usage_id": 103 }, "5101.EG.118": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2118, B\u00fcro", "arch_name": "2118@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -395243,18 +436545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23631, "usage_id": 12 }, "5101.EG.119": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2119, Physiklabor (einfach)", "arch_name": "2119@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 47477, "seats": { @@ -395262,18 +436566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51984, "usage_id": 103 }, "5101.EG.124": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2124, Physiklabor", "arch_name": "2124@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -395281,18 +436587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52117, "usage_id": 103 }, "5101.EG.125": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2125, Physiklabor", "arch_name": "2125@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -395300,18 +436608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52126, "usage_id": 103 }, "5101.EG.129": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2129, Feinmechanische Werkstatt", "arch_name": "2129@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -395319,18 +436629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17825, "usage_id": 108 }, "5101.EG.131": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2131, B\u00fcro", "arch_name": "2131@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -395338,18 +436650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75028, "usage_id": 12 }, "5101.EG.132": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2132, B\u00fcro", "arch_name": "2132@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -395357,18 +436671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52141, "usage_id": 12 }, "5101.EG.142": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2142, Physiklabor", "arch_name": "2142@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21512, "seats": { @@ -395376,18 +436692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52155, "usage_id": 103 }, "5101.EG.142A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2142A, Physiklabor", "arch_name": "2142A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21512, "seats": { @@ -395395,18 +436713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52298, "usage_id": 103 }, "5101.EG.152": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2152, B\u00fcro", "arch_name": "2152@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21512, "seats": { @@ -395414,18 +436734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10046, "usage_id": 12 }, "5101.EG.155": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2155, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2155@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21512, "seats": { @@ -395433,18 +436755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52323, "usage_id": 12 }, "5101.EG.159": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2159, Aufenthalt/Werkstatt", "arch_name": "2159@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16209, "seats": { @@ -395452,18 +436776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52333, "usage_id": 44 }, "5101.EG.162": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2162, B\u00fcro", "arch_name": "2162@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21512, "seats": { @@ -395471,18 +436797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10084, "usage_id": 12 }, "5101.EG.167": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2167, Physiklabor (einfach)", "arch_name": "2167@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -395490,18 +436818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23868, "usage_id": 103 }, "5101.EG.172": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2172, Physiklabor (einfach)", "arch_name": "2172@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -395509,18 +436839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52490, "usage_id": 12 }, "5101.EG.173": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2173, Physiklabor", "arch_name": "2173@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -395528,18 +436860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52502, "usage_id": 103 }, "5101.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2201, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2201@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21569, "seats": { @@ -395547,18 +436881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10053, "usage_id": 12 }, "5101.EG.203": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2203, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2203@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21569, "seats": { @@ -395566,18 +436902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10059, "usage_id": 12 }, "5101.EG.205": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2205, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2205@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21569, "seats": { @@ -395585,18 +436923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10061, "usage_id": 12 }, "5101.EG.206": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2206, WC-Herren", "arch_name": "2206@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -395604,18 +436944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52673, "usage_id": 115 }, "5101.EG.207": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2207, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2207@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -395623,18 +436965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10090, "usage_id": 12 }, "5101.EG.210": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2210, Elektroverteiler", "arch_name": "2210@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -395642,18 +436986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52827, "usage_id": 160 }, "5101.EG.211": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2211, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2211@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21569, "seats": { @@ -395661,18 +437007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10091, "usage_id": 12 }, "5101.EG.212": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2212, Elektroverteiler", "arch_name": "2212@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -395680,19 +437028,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52845, "usage_id": 160 }, "5101.EG.213": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2213, Prof.-B\u00fcro", "arch_name": "2213@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19914, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21569, "seats": { @@ -395700,18 +437050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52990, "usage_id": 12 }, "5101.EG.214": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2214, B\u00fcro", "arch_name": "2214@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21569, "seats": { @@ -395719,18 +437071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10126, "usage_id": 12 }, "5101.EG.216": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2216, B\u00fcro", "arch_name": "2216@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21569, "seats": { @@ -395738,18 +437092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53007, "usage_id": 12 }, "5101.EG.217": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2217, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2217@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 42658, "seats": { @@ -395757,18 +437113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53019, "usage_id": 12 }, "5101.EG.219": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2219, Prof.-B\u00fcro", "arch_name": "2219@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 42658, "seats": { @@ -395776,18 +437134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10133, "usage_id": 12 }, "5101.EG.223": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2227, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2227@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 42658, "seats": { @@ -395795,19 +437155,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10170, "usage_id": 12 }, "5101.EG.224": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 2224, Besprechungsraum", "arch_name": "2224@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15137, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -395815,18 +437177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10174, "usage_id": 196 }, "5101.EG.224A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2224A, K\u00fcche", "arch_name": "2224A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -395834,19 +437198,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53196, "usage_id": 28 }, "5101.EG.225": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2225, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2225@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 19638, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 42658, "seats": { @@ -395854,18 +437220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10181, "usage_id": 12 }, "5101.EG.228": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2228, Aufenthaltsraum", "arch_name": "2228@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -395873,18 +437241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53206, "usage_id": 44 }, "5101.EG.230": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2230, Windfang", "arch_name": "2230@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -395892,18 +437262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53347, "usage_id": 52 }, "5101.EG.230A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2230A, Installationsschacht", "arch_name": "2230A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38542, "seats": { @@ -395911,18 +437283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53360, "usage_id": 120 }, "5101.EG.236": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2236, WC-Damen", "arch_name": "2236@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -395930,18 +437304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53368, "usage_id": 116 }, "5101.EG.237": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2237, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2237@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 42658, "seats": { @@ -395949,18 +437325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10247, "usage_id": 12 }, "5101.EG.237A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2237A, Aufzug", "arch_name": "2237A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -395968,18 +437346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59097, "usage_id": 4 }, "5101.EG.238": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2238, Putzraum", "arch_name": "2238@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -395987,18 +437367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53524, "usage_id": 205 }, "5101.EG.239": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2239, B\u00fcro", "arch_name": "2239@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 42658, "seats": { @@ -396006,18 +437388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10304, "usage_id": 12 }, "5101.EG.240": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2240, Elektroverteiler", "arch_name": "2240@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -396025,18 +437409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53539, "usage_id": 160 }, "5101.EG.241": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2241, B\u00fcro", "arch_name": "2241@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 42658, "seats": { @@ -396044,18 +437430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10313, "usage_id": 12 }, "5101.EG.243": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2243, B\u00fcro", "arch_name": "2243@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 42658, "seats": { @@ -396063,18 +437451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10353, "usage_id": 12 }, "5101.EG.245": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2245, B\u00fcro", "arch_name": "2245@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 42658, "seats": { @@ -396082,18 +437472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16371, "usage_id": 12 }, "5101.EG.246": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2246, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2246@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14212, "seats": { @@ -396101,18 +437493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53712, "usage_id": 12 }, "5101.EG.247": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2247, B\u00fcro", "arch_name": "2247@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 42658, "seats": { @@ -396120,18 +437514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10361, "usage_id": 12 }, "5101.EG.248": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2248, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2248@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14212, "seats": { @@ -396139,18 +437535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53854, "usage_id": 12 }, "5101.EG.250": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2250, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2250@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14212, "seats": { @@ -396158,18 +437556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10401, "usage_id": 12 }, "5101.EG.251": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2251, B\u00fcro", "arch_name": "2251@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 42658, "seats": { @@ -396177,18 +437577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53878, "usage_id": 12 }, "5101.EG.252": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2252, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2252@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14212, "seats": { @@ -396196,18 +437598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53887, "usage_id": 12 }, "5101.EG.253": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2253, B\u00fcro/Dekanat", "arch_name": "2253@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14212, "seats": { @@ -396215,18 +437619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10413, "usage_id": 12 }, "5101.EG.254": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2254, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2254@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14212, "seats": { @@ -396234,18 +437640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51292, "usage_id": 12 }, "5101.EG.257": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2257, Lernraum", "arch_name": "2257@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -396253,19 +437661,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10451, "usage_id": 12 }, "5101.EG.259": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2259, Cip-Pool 3", "arch_name": "2259@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 31692, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 42670, "seats": { @@ -396273,18 +437683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51463, "usage_id": 213 }, "5101.EG.260": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2260, Eingang", "arch_name": "2260@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -396292,18 +437704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51479, "usage_id": 222 }, "5101.EG.269": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2269, Erste-Hilfe-Raum", "arch_name": "2269@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 42666, "seats": { @@ -396311,18 +437725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51491, "usage_id": 178 }, "5101.EG.270": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2270, Arbeitsraum", "arch_name": "2270@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14213, "seats": { @@ -396330,19 +437746,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51504, "usage_id": 12 }, "5101.EG.271": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 2271, Seminarraum", "arch_name": "2271@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15256, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 42657, "seats": { @@ -396350,18 +437768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28018, "usage_id": 41 }, "5101.EG.274": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2274, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2274@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14212, "seats": { @@ -396369,18 +437789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51671, "usage_id": 12 }, "5101.EG.276": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2276, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2276@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14212, "seats": { @@ -396388,18 +437810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10540, "usage_id": 12 }, "5101.EG.277": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2277, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2277@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 42666, "seats": { @@ -396407,18 +437831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10548, "usage_id": 12 }, "5101.EG.278": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2278, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2278@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -396426,18 +437852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51837, "usage_id": 12 }, "5101.EG.279": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2279, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2279@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 42666, "seats": { @@ -396445,18 +437873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10582, "usage_id": 12 }, "5101.EG.280": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2280, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2280@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -396464,18 +437894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51992, "usage_id": 12 }, "5101.EG.281": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2281, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2281@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 42666, "seats": { @@ -396483,18 +437915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52005, "usage_id": 12 }, "5101.EG.283": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2283, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2283@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21548, "seats": { @@ -396502,18 +437936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10630, "usage_id": 12 }, "5101.EG.285": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2285, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2285@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21548, "seats": { @@ -396521,18 +437957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10635, "usage_id": 12 }, "5101.EG.289": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2289, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2289@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 21548, "seats": { @@ -396540,18 +437978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10637, "usage_id": 12 }, "5101.EG.291": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2291, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2291@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -396559,18 +437999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10641, "usage_id": 12 }, "5101.EG.293": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2293, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2293@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -396578,18 +438020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10692, "usage_id": 12 }, "5101.EG.295": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2295, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2295@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14212, "seats": { @@ -396597,18 +438041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10695, "usage_id": 12 }, "5101.EG.296": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2296, Elektroverteiler", "arch_name": "2296@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -396616,18 +438062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52346, "usage_id": 160 }, "5101.EG.298": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2298, Elektroverteiler", "arch_name": "2298@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -396635,18 +438083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52357, "usage_id": 160 }, "5101.EG.299": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2299, WC-Herren", "arch_name": "2299@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -396654,18 +438104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52367, "usage_id": 115 }, "5101.EG.301": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2301, Physiklabor (K. B., MV)", "arch_name": "2301@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396673,18 +438125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28431, "usage_id": 103 }, "5101.EG.302": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2302, Optisches Labor (K. B., MV)", "arch_name": "2302@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396692,18 +438146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52517, "usage_id": 103 }, "5101.EG.302A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2302A, Optisches Labor (K. B., MV)", "arch_name": "2302A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396711,18 +438167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52534, "usage_id": 103 }, "5101.EG.302B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2302B, Optisches Labor (K. B., MV)", "arch_name": "2302B@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396730,18 +438188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52551, "usage_id": 103 }, "5101.EG.302C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2302C, Optisches Labor (K. B., MV)", "arch_name": "2302C@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396749,18 +438209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52688, "usage_id": 103 }, "5101.EG.312": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2312, Physiklabor", "arch_name": "2312@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396768,18 +438230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52703, "usage_id": 103 }, "5101.EG.313": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2313, Physiklabor", "arch_name": "2313@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396787,18 +438251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52718, "usage_id": 103 }, "5101.EG.321": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2321, Physiklabor", "arch_name": "2321@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396806,18 +438272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52866, "usage_id": 103 }, "5101.EG.322": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2322, Lager m. lufttechn. Anforderungen", "arch_name": "2322@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396825,18 +438293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52879, "usage_id": 30 }, "5101.EG.325": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2325, Feinmechanische Werkstatt", "arch_name": "2325@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396844,18 +438314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28750, "usage_id": 108 }, "5101.EG.326": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2326, Physiklabor", "arch_name": "2326@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396863,18 +438335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53046, "usage_id": 103 }, "5101.EG.331": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2329, Feinmechanische Werkstatt", "arch_name": "2329@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396882,18 +438356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53051, "usage_id": 108 }, "5101.EG.334": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2334, Messraum", "arch_name": "2334@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396901,18 +438377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53067, "usage_id": 103 }, "5101.EG.335": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2335, Chemisch-techn. Labor", "arch_name": "2335@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -396920,18 +438398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53214, "usage_id": 102 }, "5101.EG.341": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2341, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2341@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -396939,18 +438419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15861, "usage_id": 12 }, "5101.EG.341A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2341A, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2341A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -396958,18 +438440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75027, "usage_id": 12 }, "5101.EG.342": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2342, Physiklabor", "arch_name": "2342@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -396977,18 +438461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53242, "usage_id": 103 }, "5101.EG.352": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2352, Physiklabor", "arch_name": "2352@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -396996,18 +438482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53388, "usage_id": 103 }, "5101.EG.361": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2361, Physiklabor", "arch_name": "2361@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -397015,18 +438503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53407, "usage_id": 103 }, "5101.EG.362": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2362, Physiklabor", "arch_name": "2362@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -397034,18 +438524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53424, "usage_id": 103 }, "5101.EG.367": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2367, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2367@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -397053,18 +438545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53561, "usage_id": 12 }, "5101.EG.372": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2372, Phys. Messraum", "arch_name": "2372@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -397072,18 +438566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53577, "usage_id": 103 }, "5101.EG.372A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2372A, Physiklabor", "arch_name": "2372A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -397091,18 +438587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53591, "usage_id": 103 }, "5101.EG.373": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2373, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2373@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -397110,18 +438608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53597, "usage_id": 12 }, "5101.EG.373A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2373A, Lager", "arch_name": "2373A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -397129,18 +438629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53735, "usage_id": 30 }, "5101.EG.500": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2500, Physiklabor", "arch_name": "2500@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16203, "seats": { @@ -397148,19 +438650,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53743, "usage_id": 103 }, "5101.EG.501": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2501, Rudolf-M\u00f6\u00dfbauer-H\u00f6rsaal", "arch_name": "2501@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 12587, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -397168,18 +438672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10460, "usage_id": 20 }, "5101.EG.501A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2501A, Projektorraum HS PH 1", "arch_name": "2501A@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -397187,19 +438693,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32194, "usage_id": 23 }, "5101.EG.502": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2502, Physik H\u00f6rsaal 2", "arch_name": "2502@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 12588, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -397207,19 +438715,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10464, "usage_id": 20 }, "5101.EG.503": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2503, Physik H\u00f6rsaal 3", "arch_name": "2503@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 12589, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -397227,18 +438737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10498, "usage_id": 20 }, "5101.EG.701": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2701, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2701@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -397246,18 +438758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53920, "usage_id": 12 }, "5101.EG.702": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2702, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2702@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -397265,18 +438779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53933, "usage_id": 12 }, "5101.EG.707": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2707, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2707@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14214, "seats": { @@ -397284,18 +438800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10503, "usage_id": 12 }, "5101.EG.710": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2710, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2710@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -397303,18 +438821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51168, "usage_id": 12 }, "5101.EG.713": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2713, Lager", "arch_name": "2713@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14214, "seats": { @@ -397322,18 +438842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27854, "usage_id": 30 }, "5101.EG.720": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2720, Elektroniklabor", "arch_name": "2720@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14214, "seats": { @@ -397341,18 +438863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16788, "usage_id": 103 }, "5101.EG.732": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2732, Elektroniklabor", "arch_name": "2732@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14214, "seats": { @@ -397360,18 +438884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51332, "usage_id": 103 }, "5101.EG.734": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2734, Elektroniklabor", "arch_name": "2734@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14214, "seats": { @@ -397379,18 +438905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51342, "usage_id": 103 }, "5101.EG.735": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2735, Physiklabor", "arch_name": "2735@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -397398,18 +438926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51349, "usage_id": 103 }, "5101.EG.741": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2741, Physiklabor", "arch_name": "2741@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -397417,18 +438947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51369, "usage_id": 103 }, "5101.EG.744": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2744, Pysiklabor", "arch_name": "2744@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -397436,18 +438968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51523, "usage_id": 103 }, "5101.EG.745": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2745, Physiklabor", "arch_name": "2745@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -397455,19 +438989,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51538, "usage_id": 103 }, "5101.EG.751": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2751, Physiklabor", "arch_name": "2751@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 18371, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -397475,18 +439011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51555, "usage_id": 103 }, "5101.EG.752": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2752, Laserlabor", "arch_name": "2752@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -397494,18 +439032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51708, "usage_id": 103 }, "5101.EG.760": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2760, Physiklabor", "arch_name": "2760@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -397513,18 +439053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51722, "usage_id": 103 }, "5101.EG.761": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2761, Physiklabor", "arch_name": "2761@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -397532,18 +439074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52030, "usage_id": 103 }, "5101.EG.771": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2771, Physiklabor", "arch_name": "2771@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -397551,18 +439095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52048, "usage_id": 103 }, "5101.EG.774": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2774, Physiklabor", "arch_name": "2774@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -397570,18 +439116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52068, "usage_id": 103 }, "5101.EG.777": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2777, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "2777@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -397589,18 +439137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52559, "usage_id": 12 }, "5101.EG.901": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2901, Flur 1", "arch_name": "2901@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397608,18 +439158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52573, "usage_id": 222 }, "5101.EG.902": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2902, Flur 2", "arch_name": "2902@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -397627,18 +439179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52580, "usage_id": 222 }, "5101.EG.903": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2903, Flur 3", "arch_name": "2903@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397646,18 +439200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52201, "usage_id": 222 }, "5101.EG.904": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2904, Flur 4", "arch_name": "2904@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397665,18 +439221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52216, "usage_id": 222 }, "5101.EG.905": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2905, Flur 5", "arch_name": "2905@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397684,18 +439242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52234, "usage_id": 222 }, "5101.EG.906": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2906, Flur 6", "arch_name": "2906@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397703,18 +439263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51868, "usage_id": 222 }, "5101.EG.907": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2907, Flur 7", "arch_name": "2907@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397722,18 +439284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51885, "usage_id": 222 }, "5101.EG.908": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2908, Flur 8", "arch_name": "2908@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397741,18 +439305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51903, "usage_id": 222 }, "5101.EG.909": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2909, Flur 9", "arch_name": "2909@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397760,18 +439326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52381, "usage_id": 222 }, "5101.EG.910": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2910, Flur 10", "arch_name": "2910@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -397779,18 +439347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52397, "usage_id": 222 }, "5101.EG.911": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2911, Flur 11", "arch_name": "2911@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397798,18 +439368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52413, "usage_id": 222 }, "5101.EG.912": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2912, Flur 12", "arch_name": "2912@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -397817,18 +439389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50064, "usage_id": 222 }, "5101.EG.913": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2913, Flur 13", "arch_name": "2913@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397836,18 +439410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50072, "usage_id": 222 }, "5101.EG.914": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2914, Flur 14", "arch_name": "2914@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397855,18 +439431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50087, "usage_id": 222 }, "5101.EG.915": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2915, Flur 15", "arch_name": "2915@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -397874,18 +439452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50104, "usage_id": 222 }, "5101.EG.916": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2916, Flur 16", "arch_name": "2916@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397893,19 +439473,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50237, "usage_id": 222 }, "5101.EG.917": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2917, PH-Foyer", "arch_name": "2917@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 21042, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397913,18 +439495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50249, "usage_id": 222 }, "5101.EG.921": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2921, Stiege 1", "arch_name": "2921@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397932,18 +439516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50261, "usage_id": 223 }, "5101.EG.922": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2922, Stiege 2", "arch_name": "2922@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397951,18 +439537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50401, "usage_id": 223 }, "5101.EG.923": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2923, Stiege 3", "arch_name": "2923@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397970,18 +439558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50412, "usage_id": 223 }, "5101.EG.924": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2924, Stiege 4", "arch_name": "2924@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -397989,18 +439579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50428, "usage_id": 223 }, "5101.EG.925": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2925, Stiege 5", "arch_name": "2925@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -398008,18 +439600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50559, "usage_id": 223 }, "5101.EG.926": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2926, Stiege 6", "arch_name": "2926@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -398027,18 +439621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50576, "usage_id": 223 }, "5101.EG.927": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2927, Stiege 7", "arch_name": "2927@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -398046,18 +439642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50593, "usage_id": 223 }, "5101.EG.928": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2928, Stiege 8", "arch_name": "2928@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -398065,18 +439663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50731, "usage_id": 223 }, "5101.EG.929": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2929, Wendeltreppeneingang zur Bibliothek", "arch_name": "2929@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -398084,18 +439684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50747, "usage_id": 222 }, "5101.EG.941": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2941, Aufzug", "arch_name": "2941@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -398103,18 +439705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50764, "usage_id": 4 }, "5101.EG.942": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "2942, Aufzug", "arch_name": "2942@5101", "area_id": 35, "building_id": 785, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -398122,18 +439726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50912, "usage_id": 4 }, "5101.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1001, Abstellraum", "arch_name": "1001@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14215, "seats": { @@ -398141,18 +439747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46843, "usage_id": 159 }, "5101.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1003, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1003@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -398160,18 +439768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46848, "usage_id": 12 }, "5101.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1005, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1005@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 45028, "seats": { @@ -398179,18 +439789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46855, "usage_id": 12 }, "5101.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1006, WC-Herren", "arch_name": "1006@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -398198,18 +439810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46864, "usage_id": 115 }, "5101.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1007, Feinmechanische Werkstatt", "arch_name": "1007@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14215, "seats": { @@ -398217,18 +439831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46880, "usage_id": 108 }, "5101.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1012, Elektroverteiler", "arch_name": "1012@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -398236,18 +439852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47026, "usage_id": 160 }, "5101.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1014, Umkleide", "arch_name": "1014@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -398255,18 +439873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47038, "usage_id": 121 }, "5101.U1.014A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1014A, Waschraum", "arch_name": "1014A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -398274,18 +439894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47052, "usage_id": 210 }, "5101.U1.014B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1014B, WC-Damen", "arch_name": "1014B@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -398293,18 +439915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47063, "usage_id": 116 }, "5101.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1019, B\u00fcro", "arch_name": "1019@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14212, "seats": { @@ -398312,18 +439936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44337, "usage_id": 12 }, "5101.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1020, Arbeitsraum/mit Bespr.Grp.", "arch_name": "1020@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14215, "seats": { @@ -398331,18 +439957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44349, "usage_id": 12 }, "5101.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1021, Lager", "arch_name": "1021@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14213, "seats": { @@ -398350,18 +439978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18423, "usage_id": 30 }, "5101.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1022, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1022@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14215, "seats": { @@ -398369,18 +439999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44369, "usage_id": 12 }, "5101.U1.022A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1022A, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1022A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14215, "seats": { @@ -398388,18 +440020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44376, "usage_id": 12 }, "5101.U1.022B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1022B, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1022B@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14215, "seats": { @@ -398407,18 +440041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44530, "usage_id": 12 }, "5101.U1.023": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1023, Post", "arch_name": "1023@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14213, "seats": { @@ -398426,18 +440062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44541, "usage_id": 180 }, "5101.U1.026": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1026, Arbeitsraum", "arch_name": "1026@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42667, "seats": { @@ -398445,18 +440083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11008, "usage_id": 12 }, "5101.U1.029": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1029, Warenannahme / -ausgabe", "arch_name": "1029@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14213, "seats": { @@ -398464,18 +440104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44715, "usage_id": 186 }, "5101.U1.041": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1041, Versorgung m.Gasen u.Fl\u00fcssigkeiten", "arch_name": "1041@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 42667, "seats": { @@ -398483,18 +440125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44726, "usage_id": 17 }, "5101.U1.041A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1041A, Lager", "arch_name": "1041A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42667, "seats": { @@ -398502,18 +440146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44734, "usage_id": 30 }, "5101.U1.042": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1042, Elektroverteiler", "arch_name": "1042@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -398521,18 +440167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44878, "usage_id": 160 }, "5101.U1.044": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1044, Messraum", "arch_name": "1044@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 48957, "seats": { @@ -398540,18 +440188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44893, "usage_id": 103 }, "5101.U1.048": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1048, Lager", "arch_name": "1048@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14213, "seats": { @@ -398559,18 +440209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44900, "usage_id": 30 }, "5101.U1.050": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1050, Isotopenlabor m. Dekontamination", "arch_name": "1050@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398578,18 +440230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44913, "usage_id": 102 }, "5101.U1.051": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1051, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1051@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 54084, "seats": { @@ -398597,18 +440251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45078, "usage_id": 12 }, "5101.U1.054": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1054, R\u00f6ntgenraum", "arch_name": "1054@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398616,18 +440272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45083, "usage_id": 103 }, "5101.U1.055": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1055, Grobmetallwerkstatt", "arch_name": "1055@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398635,18 +440293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45094, "usage_id": 51 }, "5101.U1.056": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1056, Ofenraum", "arch_name": "1056@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -398654,18 +440314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45247, "usage_id": 201 }, "5101.U1.057": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1057, Physiklabor", "arch_name": "1057@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398673,18 +440335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45268, "usage_id": 103 }, "5101.U1.061": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1061, Physiklabor", "arch_name": "1061@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398692,18 +440356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18143, "usage_id": 103 }, "5101.U1.065": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1065, Physiklabor m. lufttechn. Anf.", "arch_name": "1065@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398711,18 +440377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45447, "usage_id": 103 }, "5101.U1.066": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1066, Messraum", "arch_name": "1066@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398730,18 +440398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45458, "usage_id": 103 }, "5101.U1.067": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1067, Physiklabor m. lufttechn. Anf.", "arch_name": "1067@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398749,18 +440419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45615, "usage_id": 103 }, "5101.U1.068": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1068, Elektroverteiler", "arch_name": "1068@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -398768,18 +440440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45627, "usage_id": 160 }, "5101.U1.069": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1069, Physiklabor m. lufttechn. Anf.", "arch_name": "1069@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398787,18 +440461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25759, "usage_id": 103 }, "5101.U1.070": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1070, Phys. Messraum m. lufttechn. Anf.", "arch_name": "1070@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398806,18 +440482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45793, "usage_id": 103 }, "5101.U1.070A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1070A, Phys. Messraum m. lufttechn. Anf.", "arch_name": "1070A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398825,18 +440503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45811, "usage_id": 103 }, "5101.U1.072": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1072, Messraum", "arch_name": "1072@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398844,18 +440524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18679, "usage_id": 103 }, "5101.U1.074": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1074, Messraum", "arch_name": "1074@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398863,18 +440545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45975, "usage_id": 103 }, "5101.U1.076": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1076, Messraum", "arch_name": "1076@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398882,18 +440566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45993, "usage_id": 103 }, "5101.U1.077": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1077, Reinlabor", "arch_name": "1077@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42668, "seats": { @@ -398901,18 +440587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24328, "usage_id": 102 }, "5101.U1.078": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1078, Messraum", "arch_name": "1078@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -398920,18 +440608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46167, "usage_id": 103 }, "5101.U1.081": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1081, Messraum", "arch_name": "1081@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 47477, "seats": { @@ -398939,18 +440629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46185, "usage_id": 103 }, "5101.U1.082": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1082, Physiklabor", "arch_name": "1082@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14217, "seats": { @@ -398958,18 +440650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46335, "usage_id": 103 }, "5101.U1.082A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1082A, K\u00fchlraum", "arch_name": "1082A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14217, "seats": { @@ -398977,18 +440671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46352, "usage_id": 199 }, "5101.U1.082B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1082B, K\u00fchlraum", "arch_name": "1082B@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14217, "seats": { @@ -398996,18 +440692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46365, "usage_id": 199 }, "5101.U1.085": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1085, Physiklabor", "arch_name": "1085@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16206, "seats": { @@ -399015,18 +440713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46521, "usage_id": 103 }, "5101.U1.091": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1091, Messraum", "arch_name": "1091@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21554, "seats": { @@ -399034,18 +440734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46536, "usage_id": 103 }, "5101.U1.092": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1092, WC-Herren", "arch_name": "1092@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -399053,18 +440755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46550, "usage_id": 115 }, "5101.U1.092A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1092A, WC-Damen", "arch_name": "1092A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -399072,18 +440776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46705, "usage_id": 116 }, "5101.U1.093": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1093, Messraum", "arch_name": "1093@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16208, "seats": { @@ -399091,18 +440797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11389, "usage_id": 103 }, "5101.U1.096": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1096, Elektrische Stromversorgung", "arch_name": "1096@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -399110,18 +440818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46740, "usage_id": 120 }, "5101.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1101, Windfang", "arch_name": "1101@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -399129,18 +440839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46894, "usage_id": 52 }, "5101.U1.111": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1111, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1111@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 45028, "seats": { @@ -399148,18 +440860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47082, "usage_id": 30 }, "5101.U1.112": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1112, B\u00fcro", "arch_name": "1112@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -399167,19 +440881,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10825, "usage_id": 12 }, "5101.U1.121": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 1121, Besprechungsraum Theorie (Minkowski-Raum)", "arch_name": "1121@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 18755, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14179, "seats": { @@ -399187,18 +440903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44582, "usage_id": 196 }, "5101.U1.122": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1122, B\u00fcro", "arch_name": "1122@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -399206,18 +440924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44598, "usage_id": 12 }, "5101.U1.131": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1131, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1131@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -399225,18 +440945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10916, "usage_id": 12 }, "5101.U1.132": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1132, B\u00fcro", "arch_name": "1132@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 16214, "seats": { @@ -399244,19 +440966,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10918, "usage_id": 12 }, "5101.U1.141": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 1141, Doktorand(inn)en-B\u00fcro", "arch_name": "1141@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15151, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -399264,18 +440988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10920, "usage_id": 12 }, "5101.U1.142": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1142, B\u00fcro", "arch_name": "1142@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14212, "seats": { @@ -399283,19 +441009,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10948, "usage_id": 12 }, "5101.U1.151": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1151, Cip-Pool 1", "arch_name": "1151@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 25826, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42670, "seats": { @@ -399303,18 +441031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44935, "usage_id": 213 }, "5101.U1.152": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1152, B\u00fcro", "arch_name": "1152@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14228, "seats": { @@ -399322,19 +441052,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44950, "usage_id": 12 }, "5101.U1.161": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1161, Cip-Pool 2", "arch_name": "1161@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 18786, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42670, "seats": { @@ -399342,19 +441074,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45284, "usage_id": 213 }, "5101.U1.162": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1162, B\u00fcro", "arch_name": "1162@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 15241, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 54439, "seats": { @@ -399362,18 +441096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25339, "usage_id": 12 }, "5101.U1.172": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1172, B\u00fcro", "arch_name": "1172@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 42670, "seats": { @@ -399381,18 +441117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65149, "usage_id": 12 }, "5101.U1.182": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1182, B\u00fcro", "arch_name": "1182@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14212, "seats": { @@ -399400,18 +441138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65150, "usage_id": 12 }, "5101.U1.201": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1201, Abstellraum", "arch_name": "1201@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -399419,18 +441159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45314, "usage_id": 159 }, "5101.U1.202": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1202, Eingang", "arch_name": "1202@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -399438,18 +441180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45467, "usage_id": 222 }, "5101.U1.203": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1203, B\u00fcro", "arch_name": "1203@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21527, "seats": { @@ -399457,18 +441201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45484, "usage_id": 12 }, "5101.U1.205": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1205, B\u00fcro", "arch_name": "1205@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21527, "seats": { @@ -399476,18 +441222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45496, "usage_id": 12 }, "5101.U1.206A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1206A, WC-Vorraum Damen u. Herren", "arch_name": "1206A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -399495,18 +441243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45648, "usage_id": 37 }, "5101.U1.206B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1206B, WC-Damen u. Herren", "arch_name": "1206B@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -399514,18 +441264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45665, "usage_id": 115 }, "5101.U1.206C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1206C, Sanit\u00e4rraum H/D", "arch_name": "1206C@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -399533,18 +441285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45678, "usage_id": 37 }, "5101.U1.206D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1206D, WC-Damen u. Herren", "arch_name": "1206D@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -399552,18 +441306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45689, "usage_id": 116 }, "5101.U1.211": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1211, B\u00fcro", "arch_name": "1211@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21527, "seats": { @@ -399571,18 +441327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45840, "usage_id": 12 }, "5101.U1.212": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1212, Elektroverteiler", "arch_name": "1212@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -399590,18 +441348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45855, "usage_id": 120 }, "5101.U1.213": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1213, Physiklabor", "arch_name": "1213@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21527, "seats": { @@ -399609,18 +441369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45864, "usage_id": 103 }, "5101.U1.214": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1214, Waschraum", "arch_name": "1214@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14215, "seats": { @@ -399628,18 +441390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46014, "usage_id": 210 }, "5101.U1.218": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1218, Aufenthalt/Werkstatt", "arch_name": "1218@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14215, "seats": { @@ -399647,18 +441411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46019, "usage_id": 44 }, "5101.U1.220": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1220, Aufenthalt/Werkstatt", "arch_name": "1220@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14215, "seats": { @@ -399666,18 +441432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46035, "usage_id": 44 }, "5101.U1.223": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1223, Physiklabor", "arch_name": "1223@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21527, "seats": { @@ -399685,18 +441453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46045, "usage_id": 103 }, "5101.U1.227": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1227, B\u00fcro", "arch_name": "1227@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 21548, "seats": { @@ -399704,18 +441474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11184, "usage_id": 12 }, "5101.U1.229": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1229, B\u00fcro", "arch_name": "1229@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 21548, "seats": { @@ -399723,18 +441495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11189, "usage_id": 12 }, "5101.U1.231": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1231, B\u00fcro", "arch_name": "1231@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 21548, "seats": { @@ -399742,18 +441516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11192, "usage_id": 12 }, "5101.U1.235": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1235, Magazin", "arch_name": "1235@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 26747, "seats": { @@ -399761,18 +441537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46240, "usage_id": 2 }, "5101.U1.235A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1235A, Eingangsflur", "arch_name": "1235A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 26747, "seats": { @@ -399780,18 +441558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46394, "usage_id": 222 }, "5101.U1.235B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1235B, Lager", "arch_name": "1235B@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26747, "seats": { @@ -399799,18 +441579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46409, "usage_id": 30 }, "5101.U1.235C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1235C, Installationsschacht", "arch_name": "1235C@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -399818,18 +441600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46560, "usage_id": 120 }, "5101.U1.235D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1235D, Treppe Bibliothek", "arch_name": "1235D@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 26747, "seats": { @@ -399837,18 +441621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46569, "usage_id": 223 }, "5101.U1.237": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1237, H\u00e4rteraum", "arch_name": "1237@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14215, "seats": { @@ -399856,18 +441642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46589, "usage_id": 51 }, "5101.U1.241": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1241, Gro\u00dfserver", "arch_name": "1241@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42669, "seats": { @@ -399875,18 +441663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46602, "usage_id": 207 }, "5101.U1.242": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1242, Elektroverteiler", "arch_name": "1242@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -399894,18 +441684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46753, "usage_id": 160 }, "5101.U1.244": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1244, TBG Neutralisation", "arch_name": "1244@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -399913,18 +441705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46758, "usage_id": 182 }, "5101.U1.244A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1244A, Lager", "arch_name": "1244A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14213, "seats": { @@ -399932,18 +441726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46771, "usage_id": 30 }, "5101.U1.245": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1245, Sandstrahlraum", "arch_name": "1245@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14215, "seats": { @@ -399951,18 +441747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46787, "usage_id": 51 }, "5101.U1.249": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1249, Messraum", "arch_name": "1249@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -399970,18 +441768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23174, "usage_id": 103 }, "5101.U1.254": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1254, Lager", "arch_name": "1254@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14213, "seats": { @@ -399989,18 +441789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46963, "usage_id": 30 }, "5101.U1.257": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1257, Physiklabor", "arch_name": "1257@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 46657, "seats": { @@ -400008,18 +441810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44428, "usage_id": 103 }, "5101.U1.259": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1259, Feinmechanische Werkstatt", "arch_name": "1259@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42666, "seats": { @@ -400027,18 +441831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44472, "usage_id": 108 }, "5101.U1.263": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1263, Schwei\u00dfraum", "arch_name": "1263@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14215, "seats": { @@ -400046,18 +441852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44621, "usage_id": 51 }, "5101.U1.265": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1265, Wasser-/Gasanlage", "arch_name": "1265@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -400065,18 +441873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44644, "usage_id": 182 }, "5101.U1.266": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1266, Gas-Wasser-Z\u00e4hler", "arch_name": "1266@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -400084,18 +441894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44787, "usage_id": 120 }, "5101.U1.267": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1267, Putzraum", "arch_name": "1267@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -400103,18 +441915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44800, "usage_id": 205 }, "5101.U1.268": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1268, Elektroverteiler", "arch_name": "1268@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -400122,18 +441936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44810, "usage_id": 160 }, "5101.U1.269": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1269, Messraum", "arch_name": "1269@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 45028, "seats": { @@ -400141,18 +441957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44966, "usage_id": 103 }, "5101.U1.270": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1270, Messraum", "arch_name": "1270@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -400160,18 +441978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44986, "usage_id": 103 }, "5101.U1.274": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1274, Schwei\u00dfraum", "arch_name": "1274@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14215, "seats": { @@ -400179,18 +441999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45001, "usage_id": 51 }, "5101.U1.275": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1275, Lager m. Strahlenschutz", "arch_name": "1275@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14217, "seats": { @@ -400198,18 +442020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45151, "usage_id": 30 }, "5101.U1.277": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1277, Isotopenlabor m. Dekontamination", "arch_name": "1277@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42666, "seats": { @@ -400217,18 +442041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45169, "usage_id": 102 }, "5101.U1.278": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1278, Physiklabor", "arch_name": "1278@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -400236,18 +442062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45188, "usage_id": 103 }, "5101.U1.279": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1279, Physiklabor", "arch_name": "1279@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -400255,18 +442083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45334, "usage_id": 103 }, "5101.U1.281": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1281, Physiklabor", "arch_name": "1281@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -400274,18 +442104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45350, "usage_id": 103 }, "5101.U1.282": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1282, Physiklabor", "arch_name": "1282@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -400293,18 +442125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23826, "usage_id": 103 }, "5101.U1.282A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1282A, Physiklabor", "arch_name": "1282A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -400312,18 +442146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45372, "usage_id": 103 }, "5101.U1.283": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1283, Physiklabor", "arch_name": "1283@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -400331,18 +442167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45521, "usage_id": 103 }, "5101.U1.285": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1285, Heizung", "arch_name": "1285@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -400350,18 +442188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45536, "usage_id": 201 }, "5101.U1.292": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1292, WC-Herren", "arch_name": "1292@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -400369,18 +442209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45547, "usage_id": 115 }, "5101.U1.296": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1296, Elektroverteiler", "arch_name": "1296@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -400388,18 +442230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45705, "usage_id": 160 }, "5101.U1.301": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1301, Grobmechanische Werkstatt", "arch_name": "1301@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14215, "seats": { @@ -400407,18 +442251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45723, "usage_id": 51 }, "5101.U1.302": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1302, Installationsraum", "arch_name": "1302@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -400426,18 +442272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45877, "usage_id": 120 }, "5101.U1.304": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1304, Installationsraum", "arch_name": "1304@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -400445,18 +442293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45898, "usage_id": 120 }, "5101.U1.306": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1306, Werkzeuglager", "arch_name": "1306@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14215, "seats": { @@ -400464,18 +442314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45907, "usage_id": 30 }, "5101.U1.309": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1309, Grobmechanische Werkstatt", "arch_name": "1309@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14215, "seats": { @@ -400483,18 +442335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46079, "usage_id": 51 }, "5101.U1.321": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1321, Feinmechanische Werkstatt", "arch_name": "1321@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14215, "seats": { @@ -400502,18 +442356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46101, "usage_id": 108 }, "5101.U1.322": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1322, Arbeitsraum/ohn.Besp.Grp.", "arch_name": "1322@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14213, "seats": { @@ -400521,18 +442377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11154, "usage_id": 12 }, "5101.U1.326": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1326, Materiallagerraum", "arch_name": "1326@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14213, "seats": { @@ -400540,18 +442398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17694, "usage_id": 30 }, "5101.U1.362": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1362, Holzbearbeitungsraum", "arch_name": "1362@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14215, "seats": { @@ -400559,18 +442419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46427, "usage_id": 107 }, "5101.U1.376": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1376, Lager", "arch_name": "1376@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14213, "seats": { @@ -400578,18 +442440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46450, "usage_id": 30 }, "5101.U1.378": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1378, B\u00fcro/NC-Maschinen", "arch_name": "1378@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14215, "seats": { @@ -400597,18 +442461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46462, "usage_id": 12 }, "5101.U1.380": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "PH 1380, Vorbereitungsraum", "arch_name": "1380@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -400616,18 +442482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46613, "usage_id": 136 }, "5101.U1.380A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1380A, Luftkanal", "arch_name": "1380A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -400635,18 +442503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59099, "usage_id": 32 }, "5101.U1.380B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1380B, Luftkanal", "arch_name": "1380B@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -400654,18 +442524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59100, "usage_id": 32 }, "5101.U1.382": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1382, TBG", "arch_name": "1382@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -400673,18 +442545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46624, "usage_id": 120 }, "5101.U1.501": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1501, Lager/Flur", "arch_name": "1501@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -400692,18 +442566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46797, "usage_id": 30 }, "5101.U1.501A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1501A, Lager/Flur", "arch_name": "1501A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -400711,18 +442587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46817, "usage_id": 30 }, "5101.U1.502": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1502, Telefonzentrale", "arch_name": "1502@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -400730,18 +442608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46976, "usage_id": 164 }, "5101.U1.504": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1504, Lager", "arch_name": "1504@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -400749,18 +442629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46995, "usage_id": 30 }, "5101.U1.505": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1505, Klimazentrale", "arch_name": "1505@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -400768,18 +442650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47010, "usage_id": 120 }, "5101.U1.505A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1505A, Klimazentrale", "arch_name": "1505A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -400787,18 +442671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44293, "usage_id": 120 }, "5101.U1.505B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1505B, Klimazentrale", "arch_name": "1505B@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -400806,18 +442692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44302, "usage_id": 120 }, "5101.U1.506": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1506, Batterielager", "arch_name": "1506@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -400825,18 +442713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44315, "usage_id": 30 }, "5101.U1.508": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1508, Lager", "arch_name": "1508@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -400844,18 +442734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44477, "usage_id": 30 }, "5101.U1.509": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1509, WC-Herren", "arch_name": "1509@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -400863,18 +442755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44498, "usage_id": 115 }, "5101.U1.510": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1510, WC-Damen", "arch_name": "1510@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -400882,18 +442776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44659, "usage_id": 116 }, "5101.U1.701": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1701, Radioaktiv-Labor", "arch_name": "1701@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16203, "seats": { @@ -400901,18 +442797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44671, "usage_id": 102 }, "5101.U1.702": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1702, Physiklabor (K. B., MV)", "arch_name": "1702@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -400920,18 +442818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44685, "usage_id": 103 }, "5101.U1.709": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1709, Physiklabor (K. B., MV)", "arch_name": "1709@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -400939,18 +442839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44699, "usage_id": 103 }, "5101.U1.710": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1710, Physiklabor (K. B., MV)", "arch_name": "1710@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -400958,18 +442860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44843, "usage_id": 103 }, "5101.U1.715": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1715, Messraum", "arch_name": "1715@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 48377, "seats": { @@ -400977,18 +442881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44859, "usage_id": 103 }, "5101.U1.716": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1716, Radioaktiv-Labor", "arch_name": "1716@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -400996,18 +442902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44871, "usage_id": 102 }, "5101.U1.724": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1724, Physiklabor", "arch_name": "1724@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -401015,18 +442923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45205, "usage_id": 103 }, "5101.U1.725": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1725, Vorlesungs-Betrieb", "arch_name": "1725@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42657, "seats": { @@ -401034,18 +442944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45221, "usage_id": 103 }, "5101.U1.725A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1725A, H\u00f6rsaal Technik", "arch_name": "1725A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 42657, "seats": { @@ -401053,18 +442965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45231, "usage_id": 164 }, "5101.U1.725B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1725B, H\u00f6rsaal Flur", "arch_name": "1725B@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401072,18 +442986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45745, "usage_id": 222 }, "5101.U1.725C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1725C, H\u00f6rsaal Flur", "arch_name": "1725C@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401091,18 +443007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45764, "usage_id": 222 }, "5101.U1.732": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1732, Physiklabor", "arch_name": "1732@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16205, "seats": { @@ -401110,18 +443028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45777, "usage_id": 103 }, "5101.U1.741": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1741, Physiklabor", "arch_name": "1741@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -401129,18 +443049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45379, "usage_id": 103 }, "5101.U1.742": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1742, Physiklabor", "arch_name": "1742@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -401148,18 +443070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45394, "usage_id": 103 }, "5101.U1.751": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1751, Physiklabor", "arch_name": "1751@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16202, "seats": { @@ -401167,18 +443091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45409, "usage_id": 103 }, "5101.U1.752": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1752, Physiklabor", "arch_name": "1752@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21569, "seats": { @@ -401186,18 +443112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45015, "usage_id": 103 }, "5101.U1.760": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1760, Physiklabor", "arch_name": "1760@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 47097, "seats": { @@ -401205,18 +443133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45026, "usage_id": 103 }, "5101.U1.760A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1760A, Physiklabor", "arch_name": "1760A@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 47097, "seats": { @@ -401224,18 +443154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45040, "usage_id": 103 }, "5101.U1.760B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1760B, Physiklabor", "arch_name": "1760B@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 47097, "seats": { @@ -401243,18 +443175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45051, "usage_id": 103 }, "5101.U1.760C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1760C, Physiklabor", "arch_name": "1760C@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 47097, "seats": { @@ -401262,19 +443196,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45564, "usage_id": 103 }, "5101.U1.761": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1761, Physiklabor", "arch_name": "1761@5101", "area_id": 35, "building_id": 785, "calendar_resource_nr": 18563, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -401282,18 +443218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45579, "usage_id": 103 }, "5101.U1.771": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1771, Physiklabor", "arch_name": "1771@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 21548, "seats": { @@ -401301,18 +443239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45587, "usage_id": 103 }, "5101.U1.774": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1774, Physiklabor", "arch_name": "1774@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16208, "seats": { @@ -401320,18 +443260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52732, "usage_id": 103 }, "5101.U1.901": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1901, Flur 1", "arch_name": "1901@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401339,18 +443281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52752, "usage_id": 222 }, "5101.U1.902": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1902, Flur 2", "arch_name": "1902@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401358,18 +443302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52770, "usage_id": 222 }, "5101.U1.903": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1903, Flur 3", "arch_name": "1903@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401377,18 +443323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52920, "usage_id": 222 }, "5101.U1.904": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1904, Flur 4", "arch_name": "1904@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401396,18 +443344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52932, "usage_id": 222 }, "5101.U1.905": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1905, Flur 5", "arch_name": "1905@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401415,18 +443365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53079, "usage_id": 222 }, "5101.U1.906": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1906, Flur 6", "arch_name": "1906@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401434,18 +443386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53095, "usage_id": 222 }, "5101.U1.907": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1907, Flur 7", "arch_name": "1907@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -401453,18 +443407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53110, "usage_id": 222 }, "5101.U1.908": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1908, Flur 8", "arch_name": "1908@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401472,18 +443428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53259, "usage_id": 222 }, "5101.U1.909": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1909, Flur 9", "arch_name": "1909@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401491,18 +443449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53279, "usage_id": 222 }, "5101.U1.910": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1910, Flur 10", "arch_name": "1910@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401510,18 +443470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53431, "usage_id": 222 }, "5101.U1.911": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1911, Flur 11", "arch_name": "1911@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -401529,18 +443491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53448, "usage_id": 222 }, "5101.U1.912": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1912, Flur 12", "arch_name": "1912@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401548,18 +443512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53465, "usage_id": 222 }, "5101.U1.921": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1921, Stiege 1", "arch_name": "1921@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401567,18 +443533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53602, "usage_id": 223 }, "5101.U1.922": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1922, Stiege 2", "arch_name": "1922@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401586,18 +443554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53620, "usage_id": 223 }, "5101.U1.923": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1923, Stiege 3", "arch_name": "1923@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401605,18 +443575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53633, "usage_id": 223 }, "5101.U1.924": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1924, Stiege 4", "arch_name": "1924@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401624,18 +443596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53773, "usage_id": 223 }, "5101.U1.925": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1925, Stiege 5", "arch_name": "1925@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401643,18 +443617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53785, "usage_id": 223 }, "5101.U1.926": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1926, Stiege 6", "arch_name": "1926@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401662,18 +443638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51193, "usage_id": 223 }, "5101.U1.927": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1927, Stiege 7", "arch_name": "1927@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401681,18 +443659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51213, "usage_id": 223 }, "5101.U1.928": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1928, Stiege 8", "arch_name": "1928@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -401700,18 +443680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51223, "usage_id": 223 }, "5101.U1.941": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1941, Aufzug", "arch_name": "1941@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25925, "seats": { @@ -401719,18 +443701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59101, "usage_id": 4 }, "5101.U1.942": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "1942, Aufzug", "arch_name": "1942@5101", "area_id": 35, "building_id": 785, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25925, "seats": { @@ -401738,18 +443722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59102, "usage_id": 4 }, "5101.U2.901": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "0901, Installationskanal 1", "arch_name": "0901@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -401757,18 +443743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46497, "usage_id": 120 }, "5101.U2.902": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "0902, Installationskanal 2", "arch_name": "0902@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -401776,18 +443764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46505, "usage_id": 120 }, "5101.U2.903": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "0903, Installationskanal 3", "arch_name": "0903@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -401795,18 +443785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46654, "usage_id": 120 }, "5101.U2.904": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "0904, Installationskanal 4", "arch_name": "0904@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -401814,18 +443806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46668, "usage_id": 120 }, "5101.U2.905": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "0905, Installationskanal 5", "arch_name": "0905@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -401833,18 +443827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46678, "usage_id": 120 }, "5101.U2.906": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "0906, Installationskanal 6", "arch_name": "0906@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -401852,18 +443848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46686, "usage_id": 120 }, "5101.U2.907": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "0907, Installationskanal 7", "arch_name": "0907@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -401871,18 +443869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46697, "usage_id": 120 }, "5101.U2.922": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "0922, Stiege 2", "arch_name": "0922@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -401890,18 +443890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59103, "usage_id": 223 }, "5101.U2.923": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "0923, Stiege 1", "arch_name": "0923@5101", "area_id": 35, "building_id": 785, + "floor_level": "2.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -401909,18 +443911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59104, "usage_id": 223 }, "5103.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R01, Lager / Durchgang 5130", "arch_name": "R01@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -401928,18 +443932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48253, "usage_id": 30 }, "5103.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R02, B\u00fcro", "arch_name": "R02@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -401947,18 +443953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48286, "usage_id": 12 }, "5103.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R03, WC-Herren", "arch_name": "R03@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -401966,18 +443974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48293, "usage_id": 115 }, "5103.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R05, WC-Damen", "arch_name": "R05@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -401985,18 +443995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48302, "usage_id": 116 }, "5103.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R06, Lager", "arch_name": "R06@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -402004,18 +444016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48313, "usage_id": 30 }, "5103.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R07-R11, Poststelle", "arch_name": "R07-R11@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38577, "seats": { @@ -402023,18 +444037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48353, "usage_id": 186 }, "5103.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R08, B\u00fcro", "arch_name": "R08@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -402042,18 +444058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10865, "usage_id": 12 }, "5103.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R10, B\u00fcro", "arch_name": "R10@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38596, "seats": { @@ -402061,18 +444079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48376, "usage_id": 12 }, "5103.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R12, Poststelle", "arch_name": "R12@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 30305, "seats": { @@ -402080,18 +444100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48386, "usage_id": 12 }, "5103.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R13, Poststelle", "arch_name": "R13@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38577, "seats": { @@ -402099,18 +444121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48396, "usage_id": 12 }, "5103.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R14, B\u00fcro", "arch_name": "R14@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -402118,18 +444142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10906, "usage_id": 12 }, "5103.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R15, Aufenthalt / Poststelle", "arch_name": "R15@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38577, "seats": { @@ -402137,18 +444163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48443, "usage_id": 44 }, "5103.EG.015A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R15A, Ablage", "arch_name": "R15A@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 38577, "seats": { @@ -402156,18 +444184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48452, "usage_id": 30 }, "5103.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R16, B\u00fcro", "arch_name": "R16@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -402175,18 +444205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48467, "usage_id": 12 }, "5103.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R017, Poststelle", "arch_name": "R017@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 38577, "seats": { @@ -402194,18 +444226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48541, "usage_id": 12 }, "5103.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R018, B\u00fcro", "arch_name": "R018@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -402213,18 +444247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48559, "usage_id": 12 }, "5103.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R19, WC-Herren", "arch_name": "R19@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -402232,18 +444268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48570, "usage_id": 115 }, "5103.EG.019A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R19A, Beh.-WC", "arch_name": "R19A@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -402251,18 +444289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66940, "usage_id": 117 }, "5103.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R20, B\u00fcro", "arch_name": "R20@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -402270,18 +444310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47113, "usage_id": 12 }, "5103.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R21, WC-Damen", "arch_name": "R21@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -402289,18 +444331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47117, "usage_id": 116 }, "5103.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R22, K\u00fcche", "arch_name": "R22@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -402308,18 +444352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47139, "usage_id": 28 }, "5103.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R23, Putzraum / LRZ-K\u00fcche", "arch_name": "R23@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -402327,18 +444373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47229, "usage_id": 205 }, "5103.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R24, B\u00fcro", "arch_name": "R24@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -402346,18 +444394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47239, "usage_id": 12 }, "5103.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R25, Wasserversorgung, -aufbereitung", "arch_name": "R25@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -402365,18 +444415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47246, "usage_id": 183 }, "5103.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R26, B\u00fcro", "arch_name": "R26@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -402384,18 +444436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47259, "usage_id": 12 }, "5103.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R27, Deklarationsmessungen", "arch_name": "R27@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -402403,18 +444457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25167, "usage_id": 103 }, "5103.EG.027A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R27A, Schleuse Z.reaktor", "arch_name": "R27A@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -402422,18 +444478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47347, "usage_id": 105 }, "5103.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R28, Heizungsraum", "arch_name": "R28@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -402441,18 +444499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47360, "usage_id": 201 }, "5103.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R29, Deklarationsmessungen", "arch_name": "R29@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -402460,18 +444520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47371, "usage_id": 103 }, "5103.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R31, Deklarationsmessungen", "arch_name": "R31@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -402479,18 +444541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25264, "usage_id": 103 }, "5103.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R50, Windfang", "arch_name": "R50@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -402498,18 +444562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47453, "usage_id": 52 }, "5103.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10", "zip_code": 85748 }, + "alt_name": "R51, Flur", "arch_name": "R51@5103", "area_id": 35, "building_id": 786, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -402517,18 +444583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47470, "usage_id": 222 }, "5104.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 16", "zip_code": 85748 }, + "alt_name": "S 001, Mess- / Bedienraum", "arch_name": "S 001@5104", "area_id": 35, "building_id": 787, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44304, "seats": { @@ -402536,18 +444604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47482, "usage_id": 103 }, "5104.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 16", "zip_code": 85748 }, + "alt_name": "S 001A, Windfang", "arch_name": "S 001A@5104", "area_id": 35, "building_id": 787, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44304, "seats": { @@ -402555,18 +444625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47654, "usage_id": 52 }, "5104.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 16", "zip_code": 85748 }, + "alt_name": "S 002, Experimentierhalle 1", "arch_name": "S 002@5104", "area_id": 35, "building_id": 787, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 44304, "seats": { @@ -402574,18 +444646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47671, "usage_id": 102 }, "5104.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 16", "zip_code": 85748 }, + "alt_name": "S 003, Experimentierhalle 2", "arch_name": "S 003@5104", "area_id": 35, "building_id": 787, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 44304, "seats": { @@ -402593,18 +444667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47686, "usage_id": 103 }, "5107.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "201, Kristal-Pr\u00e4paration", "arch_name": "201@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -402612,18 +444688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46722, "usage_id": 51 }, "5107.EG.202": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "202, B\u00fcro", "arch_name": "202@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16208, "seats": { @@ -402631,18 +444709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11391, "usage_id": 12 }, "5107.EG.203": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "203, Zeichenraum", "arch_name": "203@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16208, "seats": { @@ -402650,18 +444730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11394, "usage_id": 55 }, "5107.EG.204": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "204, B\u00fcro", "arch_name": "204@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16208, "seats": { @@ -402669,18 +444751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10810, "usage_id": 12 }, "5107.EG.205": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "205, Physiklabor", "arch_name": "205@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -402688,18 +444772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46899, "usage_id": 103 }, "5107.EG.206": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "206, Betriebstechnik", "arch_name": "206@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -402707,18 +444793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46908, "usage_id": 120 }, "5107.EG.207": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "207, Physiklabor", "arch_name": "207@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -402726,18 +444814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17940, "usage_id": 103 }, "5107.EG.208": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "208, B\u00fcro", "arch_name": "208@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47098, "seats": { @@ -402745,18 +444835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10817, "usage_id": 12 }, "5107.EG.209": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "209, Physiklabor", "arch_name": "209@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -402764,18 +444856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17945, "usage_id": 103 }, "5107.EG.210": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "210, B\u00fcro", "arch_name": "210@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16208, "seats": { @@ -402783,19 +444877,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10818, "usage_id": 12 }, "5107.EG.211": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "211, B\u00fcro-Institutsleiter", "arch_name": "211@5107", "area_id": 35, "building_id": 789, "calendar_resource_nr": 19588, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16208, "seats": { @@ -402803,19 +444899,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10821, "usage_id": 12 }, "5107.EG.212": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "212, B\u00fcro", "arch_name": "212@5107", "area_id": 35, "building_id": 789, "calendar_resource_nr": 19630, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16208, "seats": { @@ -402823,18 +444921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10822, "usage_id": 12 }, "5107.EG.213": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "213, Sekretariat", "arch_name": "213@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16208, "seats": { @@ -402842,19 +444942,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10826, "usage_id": 40 }, "5107.EG.214": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "214, B\u00fcro", "arch_name": "214@5107", "area_id": 35, "building_id": 789, "calendar_resource_nr": 19634, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -402862,19 +444964,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44394, "usage_id": 12 }, "5107.EG.215": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "215, Rechnerraum u. Bibliothek", "arch_name": "215@5107", "area_id": 35, "building_id": 789, "calendar_resource_nr": 21022, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16208, "seats": { @@ -402882,18 +444986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44409, "usage_id": 207 }, "5107.EG.216": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "216, WC-Herren", "arch_name": "216@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -402901,18 +445007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44427, "usage_id": 115 }, "5107.EG.217": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "217, Reinraumlabor", "arch_name": "217@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16203, "seats": { @@ -402920,18 +445028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24931, "usage_id": 103 }, "5107.EG.219": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "219, Dekektorlabor", "arch_name": "219@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16203, "seats": { @@ -402939,18 +445049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44588, "usage_id": 103 }, "5107.EG.221": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "221, Neutrino-Me\u00dflabor", "arch_name": "221@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16203, "seats": { @@ -402958,18 +445070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44599, "usage_id": 103 }, "5107.EG.222": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "222, B\u00fcro", "arch_name": "222@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 47098, "seats": { @@ -402977,18 +445091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10914, "usage_id": 12 }, "5107.EG.223": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "223, B\u00fcro Praktikumsleiter", "arch_name": "223@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16203, "seats": { @@ -402996,18 +445112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10917, "usage_id": 12 }, "5107.EG.224": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "224, Dunkelkammer", "arch_name": "224@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -403015,18 +445133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44768, "usage_id": 104 }, "5107.EG.225": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "225, Praktikum", "arch_name": "225@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16203, "seats": { @@ -403034,18 +445154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10947, "usage_id": 211 }, "5107.EG.226": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "226, B\u00fcro", "arch_name": "226@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16208, "seats": { @@ -403053,19 +445175,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10950, "usage_id": 12 }, "5107.EG.227": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "PH II 227, Seminarraum E20", "arch_name": "227@5107", "area_id": 35, "building_id": 789, "calendar_resource_nr": 12553, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -403073,18 +445197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10952, "usage_id": 41 }, "5107.EG.228": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "228, B\u00fcro", "arch_name": "228@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14228, "seats": { @@ -403092,18 +445218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10954, "usage_id": 12 }, "5107.EG.229": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "229, Physiklabor", "arch_name": "229@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15395, "seats": { @@ -403111,19 +445239,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44959, "usage_id": 103 }, "5107.EG.230": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "230, B\u00fcro", "arch_name": "230@5107", "area_id": 35, "building_id": 789, "calendar_resource_nr": 19566, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14228, "seats": { @@ -403131,18 +445261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10992, "usage_id": 12 }, "5107.EG.231": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "231, Physiklabor", "arch_name": "231@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15395, "seats": { @@ -403150,18 +445282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17595, "usage_id": 103 }, "5107.EG.232": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "232, Chemielabor", "arch_name": "232@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -403169,18 +445303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45136, "usage_id": 102 }, "5107.EG.233": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "233, Physiklabor", "arch_name": "233@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -403188,18 +445324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25330, "usage_id": 103 }, "5107.EG.234": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "234, WC-Damen", "arch_name": "234@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -403207,18 +445345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45293, "usage_id": 116 }, "5107.EG.235": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "235, Physiklabor", "arch_name": "235@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -403226,18 +445366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25343, "usage_id": 103 }, "5107.EG.237": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "237, Physiklabor", "arch_name": "237@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -403245,18 +445387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45317, "usage_id": 103 }, "5107.EG.239": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "239, Physiklabor", "arch_name": "239@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -403264,18 +445408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45464, "usage_id": 103 }, "5107.EG.241": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "241, Optisches Labor", "arch_name": "241@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -403283,18 +445429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45471, "usage_id": 103 }, "5107.EG.243": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "243, Optisches Labor", "arch_name": "243@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -403302,18 +445450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45481, "usage_id": 103 }, "5107.EG.245": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "245, Feinmechanische Werkstatt", "arch_name": "245@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 16203, "seats": { @@ -403321,18 +445471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45490, "usage_id": 108 }, "5107.EG.245A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "245A, Teek\u00fcche", "arch_name": "245A@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16203, "seats": { @@ -403340,18 +445492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45506, "usage_id": 198 }, "5107.EG.245B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "245b, B\u00fcro", "arch_name": "245b@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16203, "seats": { @@ -403359,18 +445513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45650, "usage_id": 12 }, "5107.EG.291A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "291A, Flur-West", "arch_name": "291A@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -403378,18 +445534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45662, "usage_id": 160 }, "5107.EG.291B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "291B, Flur-West", "arch_name": "291B@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -403397,18 +445555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45670, "usage_id": 160 }, "5107.EG.291C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "291C, Flur-West", "arch_name": "291C@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -403416,18 +445576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45680, "usage_id": 160 }, "5107.EG.292A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "292A, Flur-Ost", "arch_name": "292A@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -403435,18 +445597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45686, "usage_id": 160 }, "5107.EG.292B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "292B, Flur-Ost", "arch_name": "292B@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -403454,18 +445618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45834, "usage_id": 160 }, "5107.EG.292C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "292C, Flur-Ost", "arch_name": "292C@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -403473,18 +445639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45842, "usage_id": 160 }, "5107.EG.292D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "292D, Flur-Ost", "arch_name": "292D@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -403492,18 +445660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45856, "usage_id": 160 }, "5107.EG.295": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "295, Foyer / Treppe Nord", "arch_name": "295@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -403511,18 +445681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45861, "usage_id": 223 }, "5107.EG.296": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "296, Flur-Ost", "arch_name": "296@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -403530,18 +445702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45873, "usage_id": 222 }, "5107.EG.297": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "297, Foyer / Treppe S\u00fcd", "arch_name": "297@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -403549,18 +445723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46018, "usage_id": 223 }, "5107.EG.298": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "298, Flur-West", "arch_name": "298@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -403568,18 +445744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46027, "usage_id": 222 }, "5107.EG.299": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "299, Flur/\u00dcbergang zu PH 1", "arch_name": "299@5107", "area_id": 35, "building_id": 789, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -403587,18 +445765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46039, "usage_id": 222 }, "5107.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "101, Optisches Labor", "arch_name": "101@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -403606,18 +445786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44713, "usage_id": 103 }, "5107.U1.102": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14228, "seats": { @@ -403625,18 +445807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11013, "usage_id": 12 }, "5107.U1.104": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -403644,18 +445828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44732, "usage_id": 12 }, "5107.U1.106": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "106, Betriebstechnik", "arch_name": "106@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -403663,18 +445849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44740, "usage_id": 120 }, "5107.U1.106A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "106A, Kellertreppe", "arch_name": "106A@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -403682,18 +445870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25293, "usage_id": 223 }, "5107.U1.107": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "107, Optisches Labor", "arch_name": "107@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -403701,18 +445891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44887, "usage_id": 103 }, "5107.U1.108": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "108, B\u00fcro", "arch_name": "108@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14228, "seats": { @@ -403720,18 +445912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11055, "usage_id": 12 }, "5107.U1.109": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "109, Optisches Labor", "arch_name": "109@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -403739,18 +445933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44902, "usage_id": 103 }, "5107.U1.109A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "109A, Lager", "arch_name": "109A@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 14228, "seats": { @@ -403758,19 +445954,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44914, "usage_id": 30 }, "5107.U1.110": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "110, B\u00fcro", "arch_name": "110@5107", "area_id": 35, "building_id": 789, "calendar_resource_nr": 26507, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14228, "seats": { @@ -403778,19 +445976,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11093, "usage_id": 12 }, "5107.U1.111": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "111, Bibliothek", "arch_name": "111@5107", "area_id": 35, "building_id": 789, "calendar_resource_nr": 27192, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14228, "seats": { @@ -403798,18 +445998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45076, "usage_id": 10 }, "5107.U1.112": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "112, B\u00fcro", "arch_name": "112@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 21554, "seats": { @@ -403817,19 +446019,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11099, "usage_id": 12 }, "5107.U1.113": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "113, Chef-B\u00fcro m. Besprechungsgruppe", "arch_name": "113@5107", "area_id": 35, "building_id": 789, "calendar_resource_nr": 26631, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14228, "seats": { @@ -403837,18 +446041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11102, "usage_id": 12 }, "5107.U1.114": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "114, B\u00fcro", "arch_name": "114@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 21554, "seats": { @@ -403856,18 +446062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45096, "usage_id": 12 }, "5107.U1.115": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "115, Sekretariat m. Registratur", "arch_name": "115@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14228, "seats": { @@ -403875,18 +446083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11129, "usage_id": 40 }, "5107.U1.116": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "116, Beh.-WC / Wickeltisch", "arch_name": "116@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -403894,18 +446104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45255, "usage_id": 117 }, "5107.U1.117": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "117, Praktikum gemein. Nutz. 1102020400", "arch_name": "117@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 21554, "seats": { @@ -403913,18 +446125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11137, "usage_id": 211 }, "5107.U1.118": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "118, Putzraum", "arch_name": "118@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -403932,18 +446146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45421, "usage_id": 205 }, "5107.U1.119": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "119, Praktikum", "arch_name": "119@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 21554, "seats": { @@ -403951,18 +446167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11167, "usage_id": 211 }, "5107.U1.120": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "120, WC-Damen / Wickeltisch", "arch_name": "120@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -403970,18 +446188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45448, "usage_id": 116 }, "5107.U1.121": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "121, Physiklabor", "arch_name": "121@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 47098, "seats": { @@ -403989,18 +446209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45606, "usage_id": 103 }, "5107.U1.121A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "121A, Lager", "arch_name": "121A@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 47098, "seats": { @@ -404008,18 +446230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45620, "usage_id": 30 }, "5107.U1.122": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "122, B\u00fcro E11", "arch_name": "122@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -404027,18 +446251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11203, "usage_id": 12 }, "5107.U1.122A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "122A, B\u00fcro", "arch_name": "122A@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 16208, "seats": { @@ -404046,18 +446272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45642, "usage_id": 12 }, "5107.U1.123": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "123, Praktikum", "arch_name": "123@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -404065,18 +446293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45792, "usage_id": 211 }, "5107.U1.124": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "124, Optisches Labor", "arch_name": "124@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -404084,18 +446314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45810, "usage_id": 103 }, "5107.U1.125": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "125, Praktikum gemein. Nutz. 1101020800", "arch_name": "125@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 21554, "seats": { @@ -404103,18 +446335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11238, "usage_id": 211 }, "5107.U1.126": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "126, Werkstatt", "arch_name": "126@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -404122,19 +446356,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45978, "usage_id": 103 }, "5107.U1.127": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "PH II 127, Seminarraum E11", "arch_name": "127@5107", "area_id": 35, "building_id": 789, "calendar_resource_nr": 15154, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14179, "seats": { @@ -404142,18 +446378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11265, "usage_id": 41 }, "5107.U1.128": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "128, Optisches Labor", "arch_name": "128@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14228, "seats": { @@ -404161,18 +446399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46002, "usage_id": 103 }, "5107.U1.129": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "129, Optisches Labor", "arch_name": "129@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 47098, "seats": { @@ -404180,18 +446420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46159, "usage_id": 103 }, "5107.U1.130": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "130, Aufenthaltsraum", "arch_name": "130@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -404199,18 +446441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46175, "usage_id": 44 }, "5107.U1.132": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "132, B\u00fcro", "arch_name": "132@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -404218,18 +446462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11291, "usage_id": 12 }, "5107.U1.133": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "133, Optisches Labor", "arch_name": "133@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 21554, "seats": { @@ -404237,18 +446483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17364, "usage_id": 103 }, "5107.U1.134": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "134, WC-Herren", "arch_name": "134@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -404256,18 +446504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46337, "usage_id": 115 }, "5107.U1.135": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "135, Optisches Labor", "arch_name": "135@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 16208, "seats": { @@ -404275,18 +446525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24434, "usage_id": 103 }, "5107.U1.136": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "136, Aufzug", "arch_name": "136@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -404294,18 +446546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46354, "usage_id": 4 }, "5107.U1.141": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "141, Optisches Labor", "arch_name": "141@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -404313,18 +446567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46361, "usage_id": 103 }, "5107.U1.143": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "143, Chemielabor", "arch_name": "143@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -404332,18 +446588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46370, "usage_id": 102 }, "5107.U1.145": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "145, Labor", "arch_name": "145@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -404351,18 +446609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46516, "usage_id": 102 }, "5107.U1.147": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "147, Schwei\u00dfraum", "arch_name": "147@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14228, "seats": { @@ -404370,18 +446630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46526, "usage_id": 51 }, "5107.U1.149": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "149, Werkstatt (gem.N. E20)", "arch_name": "149@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14228, "seats": { @@ -404389,18 +446651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24607, "usage_id": 108 }, "5107.U1.195": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "195, Foyer/Treppe", "arch_name": "195@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -404408,18 +446672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46547, "usage_id": 223 }, "5107.U1.196": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "196, Flur/Ost", "arch_name": "196@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -404427,18 +446693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46556, "usage_id": 222 }, "5107.U1.197": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "197, Foyer/Treppe S\u00fcd", "arch_name": "197@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -404446,18 +446714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46709, "usage_id": 223 }, "5107.U1.198": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "198, Flur/West", "arch_name": "198@5107", "area_id": 35, "building_id": 789, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -404465,18 +446735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46718, "usage_id": 222 }, "5107.U2.001": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "001, Betriebstechnik", "arch_name": "001@5107", "area_id": 35, "building_id": 789, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -404484,18 +446756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44525, "usage_id": 120 }, "5107.U2.001A": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "001A, Treppe zum Maschinenraum", "arch_name": "001A@5107", "area_id": 35, "building_id": 789, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -404503,18 +446777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44532, "usage_id": 223 }, "5107.U2.002": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "002, Aufzugs/F\u00f6rderanlage", "arch_name": "002@5107", "area_id": 35, "building_id": 789, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -404522,18 +446798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44542, "usage_id": 5 }, "5107.U2.003": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "003, Stromversorgung", "arch_name": "003@5107", "area_id": 35, "building_id": 789, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -404541,18 +446819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44553, "usage_id": 160 }, "5107.U2.004": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 2", "zip_code": 85748 }, + "alt_name": "004, Keller/Flur", "arch_name": "004@5107", "area_id": 35, "building_id": 789, + "floor_level": "2.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -404560,18 +446840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44703, "usage_id": 222 }, "5108.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "001, Messraum (ersch\u00fctterungsfrei)", "arch_name": "001@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 16208, "seats": { @@ -404579,18 +446861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46057, "usage_id": 103 }, "5108.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "002, Messraum (ersch\u00fctterungsfrei)", "arch_name": "002@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 16208, "seats": { @@ -404598,18 +446882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46201, "usage_id": 103 }, "5108.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "003, Messraum (ersch\u00fctterungsfrei)", "arch_name": "003@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47098, "seats": { @@ -404617,18 +446903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46208, "usage_id": 103 }, "5108.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "004, Arbeitsraum mit experimentellen Arbeitsplatz", "arch_name": "004@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16208, "seats": { @@ -404636,18 +446924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46220, "usage_id": 12 }, "5108.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "006, Sammlungsraum", "arch_name": "006@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 48377, "seats": { @@ -404655,18 +446945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46236, "usage_id": 187 }, "5108.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "101, M-Technik", "arch_name": "101@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 16203, "seats": { @@ -404674,18 +446966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46382, "usage_id": 103 }, "5108.U1.102": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "102, NSHV", "arch_name": "102@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 16203, "seats": { @@ -404693,18 +446987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46391, "usage_id": 160 }, "5108.U1.103": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "103, Mittelspannung", "arch_name": "103@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 16203, "seats": { @@ -404712,18 +447008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46400, "usage_id": 160 }, "5108.U1.104": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "104, Untergrundlabor", "arch_name": "104@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 16203, "seats": { @@ -404731,18 +447029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61572, "usage_id": 103 }, "5108.U1.105": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "105, Schallschutz", "arch_name": "105@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 16203, "seats": { @@ -404750,18 +447050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61573, "usage_id": 103 }, "5108.U1.106": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "106, Fluchttunnel", "arch_name": "106@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 16203, "seats": { @@ -404769,18 +447071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62829, "usage_id": 219 }, "5108.U1.107": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "107, UGL Untergrundlabor", "arch_name": "107@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 16203, "seats": { @@ -404788,18 +447092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61574, "usage_id": 103 }, "5108.U1.108": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "108, Beschleunigergang", "arch_name": "108@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 16203, "seats": { @@ -404807,18 +447113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61576, "usage_id": 103 }, "5108.U1.109": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "109, Praktikum", "arch_name": "109@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 16203, "seats": { @@ -404826,18 +447134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61575, "usage_id": 103 }, "5108.U1.120": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "Beschleunigergang zu Geb. 5120", "arch_name": "120@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 16203, "seats": { @@ -404845,18 +447155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61577, "usage_id": 103 }, "5108.U1.180": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "-180, Install.Schacht", "arch_name": "-180@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -404864,18 +447176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69885, "usage_id": 120 }, "5108.U1.181": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "-181, Install.Schacht", "arch_name": "-181@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -404883,18 +447197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69886, "usage_id": 120 }, "5108.U1.182": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "-182, Install.Kanal", "arch_name": "-182@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -404902,18 +447218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69887, "usage_id": 120 }, "5108.U1.183": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "-183, Install.Kanal", "arch_name": "-183@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -404921,18 +447239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69888, "usage_id": 120 }, "5108.U1.184": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "-184, Install.Kanal", "arch_name": "-184@5108", "area_id": 35, "building_id": 781, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -404940,18 +447260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69889, "usage_id": 120 }, "5108.U2.101": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "-2101, Messbunker Betriebskeller", "arch_name": "-2101@5108", "area_id": 35, "building_id": 781, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 16203, "seats": { @@ -404959,18 +447281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46048, "usage_id": 120 }, "5109.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "001, Physiklabor", "arch_name": "001@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -404978,18 +447302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53470, "usage_id": 103 }, "5109.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "002, Kernphysiklabor", "arch_name": "002@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -404997,18 +447323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53607, "usage_id": 103 }, "5109.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "003, Physiklabor", "arch_name": "003@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405016,18 +447344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53621, "usage_id": 103 }, "5109.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "004, B\u00fcro", "arch_name": "004@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405035,18 +447365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53634, "usage_id": 12 }, "5109.01.004A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "004A, B\u00fcro", "arch_name": "004A@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405054,18 +447386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53772, "usage_id": 12 }, "5109.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "005, B\u00fcro", "arch_name": "005@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405073,18 +447407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53787, "usage_id": 12 }, "5109.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "006, EDV-Peripherieger\u00e4te", "arch_name": "006@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405092,18 +447428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53797, "usage_id": 110 }, "5109.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "007, Physiklabor", "arch_name": "007@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405111,18 +447449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51195, "usage_id": 103 }, "5109.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "008, Labor", "arch_name": "008@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405130,18 +447470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51210, "usage_id": 102 }, "5109.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "009, Physiklabor", "arch_name": "009@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405149,18 +447491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51222, "usage_id": 103 }, "5109.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "010, Physiklabor", "arch_name": "010@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405168,18 +447512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51370, "usage_id": 103 }, "5109.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "011, B\u00fcro", "arch_name": "011@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405187,18 +447533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51382, "usage_id": 12 }, "5109.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "012, B\u00fcro", "arch_name": "012@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405206,18 +447554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51391, "usage_id": 12 }, "5109.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "013, B\u00fcro", "arch_name": "013@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405225,18 +447575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51403, "usage_id": 12 }, "5109.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "014, B\u00fcro", "arch_name": "014@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405244,18 +447596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51558, "usage_id": 12 }, "5109.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "015, B\u00fcro", "arch_name": "015@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405263,18 +447617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51569, "usage_id": 12 }, "5109.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "016, B\u00fcro", "arch_name": "016@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405282,18 +447638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51582, "usage_id": 12 }, "5109.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "017, B\u00fcro", "arch_name": "017@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405301,18 +447659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51593, "usage_id": 12 }, "5109.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "018, B\u00fcro", "arch_name": "018@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405320,18 +447680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51599, "usage_id": 12 }, "5109.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "019, B\u00fcro", "arch_name": "019@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405339,18 +447701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51741, "usage_id": 12 }, "5109.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "020, Kernphysiklabor", "arch_name": "020@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405358,18 +447722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51754, "usage_id": 103 }, "5109.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "021, Kernphysiklabor", "arch_name": "021@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405377,18 +447743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51766, "usage_id": 103 }, "5109.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "022, Elektroniklabor", "arch_name": "022@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405396,18 +447764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51770, "usage_id": 103 }, "5109.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "023, Zeichen-/Konstruktionstraum", "arch_name": "023@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405415,18 +447785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51916, "usage_id": 55 }, "5109.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "024, Besprechungs- u. Pr\u00fcfungsraum", "arch_name": "024@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405434,18 +447806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51928, "usage_id": 196 }, "5109.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "025, B\u00fcro", "arch_name": "025@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405453,18 +447827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51934, "usage_id": 12 }, "5109.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "026, B\u00fcro", "arch_name": "026@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405472,18 +447848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51944, "usage_id": 12 }, "5109.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "027, Besprechungs- u. Pr\u00fcfungsraum", "arch_name": "027@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405491,18 +447869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52077, "usage_id": 196 }, "5109.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "028, B\u00fcro", "arch_name": "028@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405510,18 +447890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52087, "usage_id": 12 }, "5109.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "029, B\u00fcro", "arch_name": "029@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405529,18 +447911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52100, "usage_id": 12 }, "5109.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "030, Zeichen-/Konstruktionsraum", "arch_name": "030@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405548,18 +447932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52108, "usage_id": 55 }, "5109.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "031, B\u00fcro", "arch_name": "031@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405567,18 +447953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52246, "usage_id": 12 }, "5109.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "032, B\u00fcro", "arch_name": "032@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405586,18 +447974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52255, "usage_id": 12 }, "5109.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "033, B\u00fcro", "arch_name": "033@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405605,18 +447995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52269, "usage_id": 12 }, "5109.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "034, B\u00fcro", "arch_name": "034@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405624,18 +448016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52279, "usage_id": 12 }, "5109.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "035, B\u00fcro", "arch_name": "035@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405643,18 +448037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52435, "usage_id": 12 }, "5109.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "036, B\u00fcro", "arch_name": "036@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405662,18 +448058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52445, "usage_id": 12 }, "5109.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "037, B\u00fcro", "arch_name": "037@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405681,18 +448079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52450, "usage_id": 12 }, "5109.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "038, B\u00fcro", "arch_name": "038@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405700,18 +448100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52597, "usage_id": 12 }, "5109.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "039, B\u00fcro", "arch_name": "039@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405719,18 +448121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52606, "usage_id": 12 }, "5109.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "040, B\u00fcro", "arch_name": "040@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405738,18 +448142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52617, "usage_id": 12 }, "5109.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "041, B\u00fcro", "arch_name": "041@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405757,18 +448163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52621, "usage_id": 12 }, "5109.01.041A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "041A, Fotolabor", "arch_name": "041A@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405776,18 +448184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52635, "usage_id": 104 }, "5109.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "042, Teilk\u00fcche", "arch_name": "042@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405795,18 +448205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52780, "usage_id": 28 }, "5109.01.042A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "042A, Sanit\u00e4r", "arch_name": "042A@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405814,18 +448226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52793, "usage_id": 37 }, "5109.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "043, EDV-Peripherieger\u00e4te", "arch_name": "043@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405833,18 +448247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52803, "usage_id": 110 }, "5109.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "044, Aufenthaltsraum", "arch_name": "044@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405852,18 +448268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52811, "usage_id": 44 }, "5109.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "050, Flur", "arch_name": "050@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405871,18 +448289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52960, "usage_id": 222 }, "5109.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "051, Flur", "arch_name": "051@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405890,18 +448310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52967, "usage_id": 222 }, "5109.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "052, Installationsschacht", "arch_name": "052@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405909,18 +448331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52978, "usage_id": 120 }, "5109.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "053, Flur", "arch_name": "053@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405928,18 +448352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52989, "usage_id": 222 }, "5109.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "054, Flur", "arch_name": "054@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405947,18 +448373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53129, "usage_id": 222 }, "5109.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "055, Flur", "arch_name": "055@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405966,18 +448394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53139, "usage_id": 222 }, "5109.01.056": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "056, Flur", "arch_name": "056@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -405985,18 +448415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53150, "usage_id": 222 }, "5109.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "057, Flur", "arch_name": "057@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406004,18 +448436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53160, "usage_id": 222 }, "5109.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "058, Flur", "arch_name": "058@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406023,18 +448457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53299, "usage_id": 222 }, "5109.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "059, Flur", "arch_name": "059@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406042,18 +448478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53316, "usage_id": 222 }, "5109.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "060, Flur", "arch_name": "060@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406061,18 +448499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53327, "usage_id": 222 }, "5109.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "061, Installationsschacht", "arch_name": "061@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406080,18 +448520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53473, "usage_id": 120 }, "5109.01.062": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "062, Aufzug", "arch_name": "062@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406099,18 +448541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53488, "usage_id": 4 }, "5109.01.063": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "063, Aufzug", "arch_name": "063@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406118,18 +448562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53500, "usage_id": 4 }, "5109.01.064": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "064, Treppenraum", "arch_name": "064@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406137,18 +448583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53509, "usage_id": 223 }, "5109.01.065": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "065, Treppenraum", "arch_name": "065@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406156,18 +448604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53652, "usage_id": 223 }, "5109.01.066": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "066, Sanit\u00e4r", "arch_name": "066@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406175,18 +448625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53663, "usage_id": 37 }, "5109.01.067": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "067, Sanit\u00e4r", "arch_name": "067@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406194,18 +448646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53677, "usage_id": 37 }, "5109.01.068": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "068, Sanit\u00e4r", "arch_name": "068@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406213,18 +448667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53820, "usage_id": 37 }, "5109.01.069": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "069, Sanit\u00e4r", "arch_name": "069@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406232,18 +448688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53833, "usage_id": 37 }, "5109.01.070": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "070, Installationsschacht", "arch_name": "070@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406251,18 +448709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53847, "usage_id": 120 }, "5109.01.071": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "071, Installationsschacht", "arch_name": "071@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406270,18 +448730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51246, "usage_id": 120 }, "5109.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "201, B\u00fcro", "arch_name": "201@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406289,18 +448751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51255, "usage_id": 12 }, "5109.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "202, B\u00fcro", "arch_name": "202@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406308,18 +448772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51268, "usage_id": 12 }, "5109.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "203, B\u00fcro", "arch_name": "203@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406327,18 +448793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51279, "usage_id": 12 }, "5109.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "204, B\u00fcro", "arch_name": "204@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406346,18 +448814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51426, "usage_id": 12 }, "5109.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "205, B\u00fcro", "arch_name": "205@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406365,18 +448835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51436, "usage_id": 12 }, "5109.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "206, Physiklabor", "arch_name": "206@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406384,18 +448856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51451, "usage_id": 103 }, "5109.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "207, Physikal./Techn. \u00dcbungsraum", "arch_name": "207@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406403,18 +448877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51606, "usage_id": 211 }, "5109.02.209": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "209, Physikal./Techn. \u00dcbungsraum", "arch_name": "209@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406422,18 +448898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51622, "usage_id": 211 }, "5109.02.210": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "210, Physikal./Techn. \u00dcbungsraum", "arch_name": "210@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406441,18 +448919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51631, "usage_id": 211 }, "5109.02.211": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "211, Physiklabor", "arch_name": "211@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406460,18 +448940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51644, "usage_id": 103 }, "5109.02.212": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "212, Zeichen-/Konstruktionstraum", "arch_name": "212@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406479,75 +448961,83 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51781, "usage_id": 55 }, "5109.02.213": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "213, Drucker/Kopierer", "arch_name": "213@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", - "main_operator_id": 42570, + "main_operator_id": 39536, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 51791, "usage_id": 110 }, "5109.02.213A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "213A, B\u00fcro", "arch_name": "213A@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", - "main_operator_id": 42570, + "main_operator_id": 39536, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 59094, "usage_id": 12 }, "5109.02.213B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "213B, B\u00fcro", "arch_name": "213B@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", - "main_operator_id": 42570, + "main_operator_id": 39536, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 59095, "usage_id": 12 }, "5109.02.214": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "214, Bibliothek", "arch_name": "214@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406555,18 +449045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51803, "usage_id": 10 }, "5109.02.214A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "214A, Leseraum", "arch_name": "214A@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406574,18 +449066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51813, "usage_id": 150 }, "5109.02.214B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "214B, Leseraum", "arch_name": "214B@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406593,18 +449087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51820, "usage_id": 150 }, "5109.02.214C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "214C, Leseraum", "arch_name": "214C@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406612,18 +449108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51959, "usage_id": 150 }, "5109.02.215": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "215, B\u00fcro", "arch_name": "215@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406631,18 +449129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51972, "usage_id": 12 }, "5109.02.216": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "216, B\u00fcro", "arch_name": "216@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406650,18 +449150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51980, "usage_id": 12 }, "5109.02.217": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "217, Zeichen-/Konstruktionsraum", "arch_name": "217@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406669,18 +449171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51988, "usage_id": 55 }, "5109.02.218": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "218, Kopierer", "arch_name": "218@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406688,18 +449192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52121, "usage_id": 110 }, "5109.02.219": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "219, \u00dcbungs-/Kursraum", "arch_name": "219@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406707,18 +449213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52128, "usage_id": 131 }, "5109.02.220": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "220, Elektroniklabor", "arch_name": "220@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406726,18 +449234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52135, "usage_id": 103 }, "5109.02.221": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "221, Physiklabor", "arch_name": "221@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406745,18 +449255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52150, "usage_id": 103 }, "5109.02.222": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "222, B\u00fcro", "arch_name": "222@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406764,18 +449276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52294, "usage_id": 12 }, "5109.02.223": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "223, B\u00fcro", "arch_name": "223@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406783,18 +449297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52306, "usage_id": 12 }, "5109.02.224": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "224, Besprechungs- u. Pr\u00fcfungsraum", "arch_name": "224@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406802,18 +449318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52315, "usage_id": 196 }, "5109.02.225": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "225, B\u00fcro", "arch_name": "225@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406821,18 +449339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52328, "usage_id": 12 }, "5109.02.226": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "226, B\u00fcro", "arch_name": "226@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406840,18 +449360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52466, "usage_id": 12 }, "5109.02.227": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "227, B\u00fcro", "arch_name": "227@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406859,18 +449381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52474, "usage_id": 12 }, "5109.02.228": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "228, B\u00fcro", "arch_name": "228@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406878,18 +449402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52481, "usage_id": 12 }, "5109.02.229": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "229, B\u00fcro", "arch_name": "229@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406897,18 +449423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52489, "usage_id": 12 }, "5109.02.230": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "230, B\u00fcro", "arch_name": "230@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406916,18 +449444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52501, "usage_id": 12 }, "5109.02.231": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "231, B\u00fcro", "arch_name": "231@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406935,18 +449465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52640, "usage_id": 12 }, "5109.02.232": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "232, B\u00fcro", "arch_name": "232@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406954,18 +449486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52644, "usage_id": 12 }, "5109.02.233": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "233, B\u00fcro", "arch_name": "233@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406973,18 +449507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52652, "usage_id": 12 }, "5109.02.234": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "234, Einzelwohnraum", "arch_name": "234@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -406992,18 +449528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52661, "usage_id": 53 }, "5109.02.235": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "235, Teilk\u00fcche", "arch_name": "235@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407011,18 +449549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52669, "usage_id": 28 }, "5109.02.235A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "235A, Putzraum", "arch_name": "235A@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407030,18 +449570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52813, "usage_id": 205 }, "5109.02.236": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "236, Katalograum / -fl\u00e4che", "arch_name": "236@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407049,18 +449591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52822, "usage_id": 10 }, "5109.02.237": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "237, Fotolabor", "arch_name": "237@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407068,18 +449612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52830, "usage_id": 104 }, "5109.02.249": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "249, Flur", "arch_name": "249@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407087,18 +449633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52839, "usage_id": 222 }, "5109.02.250": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "250, Flur", "arch_name": "250@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407106,18 +449654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52851, "usage_id": 222 }, "5109.02.251": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "251, Flur", "arch_name": "251@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407125,18 +449675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52994, "usage_id": 222 }, "5109.02.252": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "252, Installationsschacht", "arch_name": "252@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407144,18 +449696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53003, "usage_id": 120 }, "5109.02.253": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "253, Flur", "arch_name": "253@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407163,18 +449717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53010, "usage_id": 222 }, "5109.02.254": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "254, Flur", "arch_name": "254@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407182,18 +449738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53023, "usage_id": 222 }, "5109.02.255": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "255, Flur", "arch_name": "255@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407201,18 +449759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53028, "usage_id": 222 }, "5109.02.256": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "256, Flur", "arch_name": "256@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407220,18 +449780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53170, "usage_id": 222 }, "5109.02.257": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "257, Flur", "arch_name": "257@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407239,18 +449801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53178, "usage_id": 222 }, "5109.02.258": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "258, Flur", "arch_name": "258@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407258,18 +449822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53184, "usage_id": 222 }, "5109.02.259": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "259, Flur", "arch_name": "259@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407277,18 +449843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53195, "usage_id": 222 }, "5109.02.260": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "260, Aufzug", "arch_name": "260@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407296,18 +449864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53201, "usage_id": 4 }, "5109.02.261": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "261, Aufzug", "arch_name": "261@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407315,18 +449885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53207, "usage_id": 4 }, "5109.02.262": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "262, Treppe", "arch_name": "262@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407334,18 +449906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53353, "usage_id": 223 }, "5109.02.263": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "263, Treppe", "arch_name": "263@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407353,18 +449927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53361, "usage_id": 223 }, "5109.02.264": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "264, Installationsschacht", "arch_name": "264@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407372,18 +449948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53370, "usage_id": 120 }, "5109.02.265": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "265, WC-Damen", "arch_name": "265@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407391,18 +449969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53377, "usage_id": 116 }, "5109.02.266": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "266, Waschraum", "arch_name": "266@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407410,18 +449990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53519, "usage_id": 210 }, "5109.02.267": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "267, WC-Herren", "arch_name": "267@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407429,18 +450011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53528, "usage_id": 115 }, "5109.02.268": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "268, Waschraum", "arch_name": "268@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407448,18 +450032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53538, "usage_id": 210 }, "5109.02.269": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "269, Installationsschacht", "arch_name": "269@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407467,18 +450053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53546, "usage_id": 120 }, "5109.02.270": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "270, Installationsschacht", "arch_name": "270@5109", "area_id": 35, "building_id": 872, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407486,18 +450074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53684, "usage_id": 120 }, "5109.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "001, B\u00fcro", "arch_name": "001@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407505,18 +450095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53690, "usage_id": 12 }, "5109.03.002": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "002, Physiklabor", "arch_name": "002@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407524,18 +450116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53703, "usage_id": 103 }, "5109.03.003": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "003, Labor", "arch_name": "003@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407543,18 +450137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53710, "usage_id": 102 }, "5109.03.004": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "004, Physiklabor", "arch_name": "004@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407562,18 +450158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53721, "usage_id": 103 }, "5109.03.005": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "005, Fotolabor", "arch_name": "005@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407581,18 +450179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53859, "usage_id": 104 }, "5109.03.006": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "006, Besprechungs- u. Pr\u00fcfungsraum", "arch_name": "006@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407600,18 +450200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53867, "usage_id": 196 }, "5109.03.007": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "007, Physiklabor", "arch_name": "007@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407619,18 +450221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53876, "usage_id": 103 }, "5109.03.008": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "008, Labor", "arch_name": "008@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407638,18 +450242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53889, "usage_id": 102 }, "5109.03.009": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "009, Physiklabor", "arch_name": "009@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407657,18 +450263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51282, "usage_id": 103 }, "5109.03.010": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "010, Physiklabor", "arch_name": "010@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407676,18 +450284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51293, "usage_id": 103 }, "5109.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "011, B\u00fcro", "arch_name": "011@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407695,18 +450305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51305, "usage_id": 12 }, "5109.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "012, B\u00fcro", "arch_name": "012@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407714,18 +450326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51314, "usage_id": 12 }, "5109.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "013, B\u00fcro", "arch_name": "013@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407733,18 +450347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51324, "usage_id": 12 }, "5109.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "014, B\u00fcro", "arch_name": "014@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407752,18 +450368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51472, "usage_id": 12 }, "5109.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "015, B\u00fcro", "arch_name": "015@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407771,18 +450389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51485, "usage_id": 12 }, "5109.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "016, B\u00fcro", "arch_name": "016@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407790,18 +450410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51494, "usage_id": 12 }, "5109.03.017": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "017, B\u00fcro", "arch_name": "017@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407809,18 +450431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51652, "usage_id": 12 }, "5109.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "018, B\u00fcro", "arch_name": "018@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407828,18 +450452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51660, "usage_id": 12 }, "5109.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "019, B\u00fcro", "arch_name": "019@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407847,18 +450473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51668, "usage_id": 12 }, "5109.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "020, B\u00fcro", "arch_name": "020@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407866,18 +450494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51675, "usage_id": 12 }, "5109.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "021, B\u00fcro", "arch_name": "021@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407885,18 +450515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51683, "usage_id": 12 }, "5109.03.022": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "022, Physiklabor", "arch_name": "022@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407904,18 +450536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51688, "usage_id": 103 }, "5109.03.023": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "023, B\u00fcro", "arch_name": "023@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407923,18 +450557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51830, "usage_id": 12 }, "5109.03.024": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "024, B\u00fcro", "arch_name": "024@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407942,18 +450578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51840, "usage_id": 12 }, "5109.03.025": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "025, B\u00fcro", "arch_name": "025@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407961,18 +450599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51849, "usage_id": 12 }, "5109.03.026": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "026, B\u00fcro", "arch_name": "026@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407980,18 +450620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51862, "usage_id": 12 }, "5109.03.027": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "027, Besprechungs- u. Pr\u00fcfungsraum", "arch_name": "027@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -407999,18 +450641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52001, "usage_id": 196 }, "5109.03.028": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "028, B\u00fcro", "arch_name": "028@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408018,18 +450662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52007, "usage_id": 12 }, "5109.03.029": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "029, B\u00fcro", "arch_name": "029@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408037,18 +450683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52012, "usage_id": 12 }, "5109.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "030, Physiklabor", "arch_name": "030@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408056,18 +450704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52021, "usage_id": 103 }, "5109.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "031, Physiklabor", "arch_name": "031@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408075,18 +450725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52026, "usage_id": 103 }, "5109.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "032, B\u00fcro", "arch_name": "032@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408094,18 +450746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52161, "usage_id": 12 }, "5109.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "033, B\u00fcro", "arch_name": "033@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408113,18 +450767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52169, "usage_id": 12 }, "5109.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "034, B\u00fcro", "arch_name": "034@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408132,18 +450788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52179, "usage_id": 12 }, "5109.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "035, B\u00fcro", "arch_name": "035@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408151,18 +450809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52189, "usage_id": 12 }, "5109.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "036, B\u00fcro", "arch_name": "036@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408170,18 +450830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52338, "usage_id": 12 }, "5109.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "037, B\u00fcro", "arch_name": "037@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408189,18 +450851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52347, "usage_id": 12 }, "5109.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "038, B\u00fcro", "arch_name": "038@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408208,18 +450872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52365, "usage_id": 12 }, "5109.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "039, B\u00fcro", "arch_name": "039@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408227,18 +450893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52376, "usage_id": 12 }, "5109.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "040, B\u00fcro", "arch_name": "040@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408246,18 +450914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52512, "usage_id": 12 }, "5109.03.041": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "041, Schleuse", "arch_name": "041@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408265,18 +450935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52530, "usage_id": 105 }, "5109.03.041A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "041A, Fotolabor", "arch_name": "041A@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408284,18 +450956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52543, "usage_id": 104 }, "5109.03.042": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "042, Teilk\u00fcche", "arch_name": "042@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408303,18 +450977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52680, "usage_id": 28 }, "5109.03.042A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "042A, Sanit\u00e4r", "arch_name": "042A@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408322,18 +450998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52687, "usage_id": 37 }, "5109.03.043": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "043, Einzelwohnraum", "arch_name": "043@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408341,18 +451019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52698, "usage_id": 53 }, "5109.03.044": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "044, Lager", "arch_name": "044@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408360,18 +451040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52710, "usage_id": 30 }, "5109.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "050, Flur", "arch_name": "050@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408379,18 +451061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52858, "usage_id": 222 }, "5109.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "051, Flur", "arch_name": "051@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408398,18 +451082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52868, "usage_id": 222 }, "5109.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "052, Flur", "arch_name": "052@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408417,18 +451103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52877, "usage_id": 222 }, "5109.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "053, Flur", "arch_name": "053@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408436,18 +451124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52890, "usage_id": 222 }, "5109.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "054, Flur", "arch_name": "054@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408455,18 +451145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53033, "usage_id": 222 }, "5109.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "055, Flur", "arch_name": "055@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408474,18 +451166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53049, "usage_id": 222 }, "5109.03.056": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "056, Flur", "arch_name": "056@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408493,18 +451187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53061, "usage_id": 222 }, "5109.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "057, Flur", "arch_name": "057@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408512,18 +451208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53209, "usage_id": 222 }, "5109.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "058, Flur", "arch_name": "058@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408531,18 +451229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53221, "usage_id": 222 }, "5109.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "059, Flur", "arch_name": "059@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408550,18 +451250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53232, "usage_id": 222 }, "5109.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "060, Aufzug", "arch_name": "060@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408569,18 +451271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53241, "usage_id": 4 }, "5109.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "061, Aufzug", "arch_name": "061@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408588,18 +451292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53387, "usage_id": 4 }, "5109.03.062": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "062, Treppenraum", "arch_name": "062@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408607,18 +451313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53401, "usage_id": 223 }, "5109.03.063": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "063, Treppenraum", "arch_name": "063@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408626,18 +451334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53413, "usage_id": 223 }, "5109.03.064": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "064, Installationsschacht", "arch_name": "064@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408645,18 +451355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53421, "usage_id": 120 }, "5109.03.065": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "065, Sanit\u00e4r", "arch_name": "065@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408664,18 +451376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53565, "usage_id": 37 }, "5109.03.066": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "066, Sanit\u00e4r", "arch_name": "066@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408683,18 +451397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53573, "usage_id": 37 }, "5109.03.067": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "067, Sanit\u00e4r", "arch_name": "067@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408702,18 +451418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53587, "usage_id": 37 }, "5109.03.068": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "068, Sanit\u00e4r", "arch_name": "068@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408721,18 +451439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53732, "usage_id": 37 }, "5109.03.069": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "069, Installationsschacht", "arch_name": "069@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408740,18 +451460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53749, "usage_id": 120 }, "5109.03.070": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "070, Installationsschacht", "arch_name": "070@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408759,18 +451481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53766, "usage_id": 120 }, "5109.03.071": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "071, Installationsschacht", "arch_name": "071@5109", "area_id": 35, "building_id": 872, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408778,18 +451502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53902, "usage_id": 120 }, "5109.04.001": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "001, Raumlufttechnik", "arch_name": "001@5109", "area_id": 35, "building_id": 872, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408797,18 +451523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53914, "usage_id": 32 }, "5109.04.002": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "002, Aufzugs-/F\u00f6rderanlage", "arch_name": "002@5109", "area_id": 35, "building_id": 872, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408816,18 +451544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53924, "usage_id": 5 }, "5109.04.003": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "003, Raumlufttechnik", "arch_name": "003@5109", "area_id": 35, "building_id": 872, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408835,18 +451565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51151, "usage_id": 32 }, "5109.04.004": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "004, Aufzugs-/F\u00f6rderanlage", "arch_name": "004@5109", "area_id": 35, "building_id": 872, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408854,18 +451586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51161, "usage_id": 5 }, "5109.04.005": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "005, Raumlufttechnik", "arch_name": "005@5109", "area_id": 35, "building_id": 872, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408873,18 +451607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51172, "usage_id": 32 }, "5109.04.006": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "006, Treppenraum", "arch_name": "006@5109", "area_id": 35, "building_id": 872, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408892,18 +451628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51184, "usage_id": 223 }, "5109.04.007": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "007, Treppenraum", "arch_name": "007@5109", "area_id": 35, "building_id": 872, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408911,18 +451649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51326, "usage_id": 223 }, "5109.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "001, Besprechungsraum", "arch_name": "001@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408930,18 +451670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45330, "usage_id": 196 }, "5109.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "002, B\u00fcro", "arch_name": "002@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408949,18 +451691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45344, "usage_id": 12 }, "5109.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "003, B\u00fcro", "arch_name": "003@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408968,18 +451712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45355, "usage_id": 12 }, "5109.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "004, B\u00fcro", "arch_name": "004@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -408987,18 +451733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45365, "usage_id": 12 }, "5109.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "005, B\u00fcro", "arch_name": "005@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409006,18 +451754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45516, "usage_id": 12 }, "5109.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "006, Schleuse", "arch_name": "006@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409025,18 +451775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45529, "usage_id": 105 }, "5109.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "007, Fotolabor", "arch_name": "007@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409044,18 +451796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45542, "usage_id": 104 }, "5109.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "008, Physikalischer Messraum, Analytik", "arch_name": "008@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409063,18 +451817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45553, "usage_id": 103 }, "5109.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "009, Physikalischer Messraum, Analytik", "arch_name": "009@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409082,18 +451838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45704, "usage_id": 103 }, "5109.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "010, Physikalischer Messraum, Analytik", "arch_name": "010@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409101,18 +451859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45715, "usage_id": 103 }, "5109.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "011, EDV-Kleinrechner", "arch_name": "011@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409120,18 +451880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45733, "usage_id": 207 }, "5109.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "012, Labor", "arch_name": "012@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409139,18 +451901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45883, "usage_id": 102 }, "5109.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "013, Labor", "arch_name": "013@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409158,18 +451922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45891, "usage_id": 102 }, "5109.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "014, Physikalischer Messraum, Analytik", "arch_name": "014@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409177,18 +451943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45909, "usage_id": 103 }, "5109.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "015, Physiklabor", "arch_name": "015@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409196,18 +451964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46062, "usage_id": 103 }, "5109.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "016, B\u00fcro", "arch_name": "016@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409215,18 +451985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46073, "usage_id": 12 }, "5109.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "017, Labor", "arch_name": "017@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409234,18 +452006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46083, "usage_id": 102 }, "5109.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "018, Schleuse", "arch_name": "018@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409253,18 +452027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46098, "usage_id": 105 }, "5109.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "019, Kernphysiklabor", "arch_name": "019@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409272,18 +452048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46254, "usage_id": 103 }, "5109.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "020, Laber mit Strahlenschutz", "arch_name": "020@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409291,18 +452069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46271, "usage_id": 30 }, "5109.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "021, Technologisches Labor", "arch_name": "021@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409310,18 +452090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46425, "usage_id": 194 }, "5109.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "022, Technologisches Labor", "arch_name": "022@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409329,18 +452111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46442, "usage_id": 194 }, "5109.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "023, Technologisches Labor", "arch_name": "023@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409348,18 +452132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46458, "usage_id": 194 }, "5109.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "024, B\u00fcro", "arch_name": "024@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409367,18 +452153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46615, "usage_id": 12 }, "5109.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "025, B\u00fcro", "arch_name": "025@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409386,18 +452174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46633, "usage_id": 12 }, "5109.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "026, Physiklabor", "arch_name": "026@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409405,18 +452195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46643, "usage_id": 103 }, "5109.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "027, Lager", "arch_name": "027@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409424,18 +452216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46653, "usage_id": 30 }, "5109.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "028, B\u00fcro", "arch_name": "028@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409443,18 +452237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46802, "usage_id": 12 }, "5109.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "029, B\u00fcro", "arch_name": "029@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409462,18 +452258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46819, "usage_id": 12 }, "5109.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "030, B\u00fcro", "arch_name": "030@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409481,18 +452279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46831, "usage_id": 12 }, "5109.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "031, B\u00fcro", "arch_name": "031@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409500,18 +452300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46980, "usage_id": 12 }, "5109.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "032, B\u00fcro", "arch_name": "032@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409519,18 +452321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46993, "usage_id": 12 }, "5109.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "033, B\u00fcro", "arch_name": "033@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409538,18 +452342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47012, "usage_id": 12 }, "5109.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "034, B\u00fcro", "arch_name": "034@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409557,18 +452363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44292, "usage_id": 12 }, "5109.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "035, Lager", "arch_name": "035@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409576,18 +452384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44303, "usage_id": 30 }, "5109.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "036, B\u00fcro", "arch_name": "036@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409595,18 +452405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44321, "usage_id": 12 }, "5109.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "037, B\u00fcro", "arch_name": "037@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409614,18 +452426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44481, "usage_id": 12 }, "5109.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "038, B\u00fcro", "arch_name": "038@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409633,18 +452447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44500, "usage_id": 12 }, "5109.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "039, B\u00fcro", "arch_name": "039@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409652,18 +452468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44514, "usage_id": 12 }, "5109.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "040, Elektroniklabor", "arch_name": "040@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409671,18 +452489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44675, "usage_id": 103 }, "5109.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "041, Lager", "arch_name": "041@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409690,18 +452510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44690, "usage_id": 30 }, "5109.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "042, Teilk\u00fcche", "arch_name": "042@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409709,18 +452531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44837, "usage_id": 28 }, "5109.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "043, Metallwerkstatt", "arch_name": "043@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409728,18 +452552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44848, "usage_id": 108 }, "5109.EG.044": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "044, Einzelwohnraum", "arch_name": "044@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409747,18 +452573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44861, "usage_id": 53 }, "5109.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "050, Flur", "arch_name": "050@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409766,18 +452594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45191, "usage_id": 222 }, "5109.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "051, Flur", "arch_name": "051@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409785,18 +452615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45203, "usage_id": 222 }, "5109.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "052, Flur", "arch_name": "052@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409804,18 +452636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45218, "usage_id": 222 }, "5109.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "053, Flur", "arch_name": "053@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409823,18 +452657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45238, "usage_id": 222 }, "5109.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "054, Flur", "arch_name": "054@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409842,18 +452678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45749, "usage_id": 222 }, "5109.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "055, Aufzug", "arch_name": "055@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409861,18 +452699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45767, "usage_id": 4 }, "5109.EG.056": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "056, Treppenraum", "arch_name": "056@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409880,18 +452720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45781, "usage_id": 223 }, "5109.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "057, Flur", "arch_name": "057@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409899,18 +452741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45384, "usage_id": 222 }, "5109.EG.058": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "058, Flur", "arch_name": "058@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409918,18 +452762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45400, "usage_id": 222 }, "5109.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "059, Installationsschacht", "arch_name": "059@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409937,18 +452783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45406, "usage_id": 120 }, "5109.EG.060": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "060, Flur", "arch_name": "060@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409956,18 +452804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45013, "usage_id": 222 }, "5109.EG.061": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "061, Installationsschacht", "arch_name": "061@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409975,18 +452825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45025, "usage_id": 120 }, "5109.EG.062": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "062, Installationsschacht", "arch_name": "062@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -409994,18 +452846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45041, "usage_id": 120 }, "5109.EG.063": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "063, Flur", "arch_name": "063@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410013,18 +452867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45056, "usage_id": 222 }, "5109.EG.064": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "064, Flur", "arch_name": "064@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410032,18 +452888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45572, "usage_id": 222 }, "5109.EG.065": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "065, Flur", "arch_name": "065@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410051,18 +452909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45589, "usage_id": 222 }, "5109.EG.066": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "066, Sanit\u00e4r", "arch_name": "066@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410070,18 +452930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52725, "usage_id": 37 }, "5109.EG.067": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "067, Sanit\u00e4r", "arch_name": "067@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410089,18 +452951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52738, "usage_id": 37 }, "5109.EG.068": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "068, Sanit\u00e4r", "arch_name": "068@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410108,18 +452972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52750, "usage_id": 37 }, "5109.EG.069": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "069, Sanit\u00e4r", "arch_name": "069@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410127,18 +452993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52767, "usage_id": 37 }, "5109.EG.070": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "070, Windfang", "arch_name": "070@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410146,18 +453014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52913, "usage_id": 52 }, "5109.EG.071": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "071, Windfang", "arch_name": "071@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410165,18 +453035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52928, "usage_id": 52 }, "5109.EG.072": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "072, Flur", "arch_name": "072@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410184,18 +453056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52941, "usage_id": 222 }, "5109.EG.073": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "073, Treppenraum", "arch_name": "073@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410203,18 +453077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53084, "usage_id": 223 }, "5109.EG.074": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "074, Flur", "arch_name": "074@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410222,18 +453098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53099, "usage_id": 222 }, "5109.EG.075": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "075, Aufzug", "arch_name": "075@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410241,18 +453119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53113, "usage_id": 4 }, "5109.EG.076": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "076, Flur", "arch_name": "076@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410260,18 +453140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53250, "usage_id": 222 }, "5109.EG.077": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "077, Flur", "arch_name": "077@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410279,18 +453161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53261, "usage_id": 222 }, "5109.EG.078": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "078, Flur", "arch_name": "078@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410298,18 +453182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53278, "usage_id": 222 }, "5109.EG.079": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "079, Flur", "arch_name": "079@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410317,18 +453203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53430, "usage_id": 222 }, "5109.EG.080": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "080, Installationsschacht", "arch_name": "080@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410336,18 +453224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53446, "usage_id": 120 }, "5109.EG.081": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "081, Flur", "arch_name": "081@5109", "area_id": 35, "building_id": 872, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410355,18 +453245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53459, "usage_id": 222 }, "5109.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "001, Lager", "arch_name": "001@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410374,18 +453266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46410, "usage_id": 30 }, "5109.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "002, Lager", "arch_name": "002@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410393,18 +453287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46420, "usage_id": 30 }, "5109.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "003, Lager", "arch_name": "003@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410412,18 +453308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46563, "usage_id": 30 }, "5109.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "004, Lager", "arch_name": "004@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410431,18 +453329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46573, "usage_id": 30 }, "5109.U1.004A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "004A, Wasserversorgung", "arch_name": "004A@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410450,18 +453350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46586, "usage_id": 183 }, "5109.U1.004B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "004B, Gas-/Fl\u00fcssigkeitserzeugung", "arch_name": "004B@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410469,18 +453371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46596, "usage_id": 17 }, "5109.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "005, Wasserversorgung", "arch_name": "005@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410488,18 +453392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46748, "usage_id": 182 }, "5109.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "006, Lager", "arch_name": "006@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410507,18 +453413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46761, "usage_id": 30 }, "5109.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "007, Lager", "arch_name": "007@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410526,18 +453434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46773, "usage_id": 30 }, "5109.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "008, Lager", "arch_name": "008@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410545,18 +453455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46779, "usage_id": 30 }, "5109.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "009, Abwasseraufbereit./-beseitig.", "arch_name": "009@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410564,18 +453476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46790, "usage_id": 182 }, "5109.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "010, Abwasseraufbereit./-beseitig.", "arch_name": "010@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410583,18 +453497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46937, "usage_id": 182 }, "5109.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "011, Raumlufttechnik", "arch_name": "011@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410602,18 +453518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46947, "usage_id": 32 }, "5109.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "012, Gas-/Fl\u00fcssigkeitserzeugung", "arch_name": "012@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410621,18 +453539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46956, "usage_id": 17 }, "5109.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "013, Heizung/Brauchwasser", "arch_name": "013@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410640,18 +453560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46969, "usage_id": 182 }, "5109.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "014, Gas-/Fl\u00fcssigkeitserzeugung", "arch_name": "014@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410659,18 +453581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44441, "usage_id": 17 }, "5109.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "015, Lager mit Strahlenschutz", "arch_name": "015@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410678,18 +453602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44455, "usage_id": 30 }, "5109.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "016, Lager", "arch_name": "016@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410697,18 +453623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44463, "usage_id": 30 }, "5109.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "017, Physikalischer Messraum, Analytik", "arch_name": "017@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410716,18 +453644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44473, "usage_id": 103 }, "5109.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "018, Lager", "arch_name": "018@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410735,18 +453665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44619, "usage_id": 30 }, "5109.U1.050": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "050, Flur", "arch_name": "050@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410754,18 +453686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44633, "usage_id": 222 }, "5109.U1.051": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "051, Flur", "arch_name": "051@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410773,18 +453707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44643, "usage_id": 222 }, "5109.U1.052": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "052, Flur", "arch_name": "052@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410792,18 +453728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44786, "usage_id": 222 }, "5109.U1.053": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "053, Flur", "arch_name": "053@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410811,18 +453749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44803, "usage_id": 222 }, "5109.U1.054": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "054, Flur", "arch_name": "054@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410830,18 +453770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44813, "usage_id": 222 }, "5109.U1.055": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "055, Flur", "arch_name": "055@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410849,18 +453791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44825, "usage_id": 222 }, "5109.U1.056": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "056, Flur", "arch_name": "056@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410868,18 +453812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44974, "usage_id": 222 }, "5109.U1.057": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "057, Flur", "arch_name": "057@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410887,18 +453833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44981, "usage_id": 222 }, "5109.U1.058": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "058, Aufzug", "arch_name": "058@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410906,18 +453854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44996, "usage_id": 4 }, "5109.U1.059": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "059, Aufzug", "arch_name": "059@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410925,18 +453875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45008, "usage_id": 4 }, "5109.U1.060": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "060, Treppenraum", "arch_name": "060@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410944,18 +453896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45160, "usage_id": 223 }, "5109.U1.061": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "061, Treppenraum", "arch_name": "061@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410963,18 +453917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45173, "usage_id": 223 }, "5109.U1.062": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "062, Flur", "arch_name": "062@5109", "area_id": 35, "building_id": 872, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -410982,18 +453938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45187, "usage_id": 222 }, "5111.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1101, B\u00fcro", "arch_name": "1101@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411001,18 +453959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12720, "usage_id": 12 }, "5111.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1102, B\u00fcro", "arch_name": "1102@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411020,18 +453980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12726, "usage_id": 12 }, "5111.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1103, Datenraum", "arch_name": "1103@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411039,18 +454001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48985, "usage_id": 110 }, "5111.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1104, B\u00fcro", "arch_name": "1104@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411058,18 +454022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12790, "usage_id": 12 }, "5111.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1105, Registratur", "arch_name": "1105@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411077,18 +454043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49136, "usage_id": 2 }, "5111.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1106, B\u00fcro", "arch_name": "1106@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411096,18 +454064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12800, "usage_id": 12 }, "5111.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1107, Besprechungsraum", "arch_name": "1107@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411115,18 +454085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49155, "usage_id": 196 }, "5111.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1108, Sekretariat", "arch_name": "1108@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411134,18 +454106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12858, "usage_id": 40 }, "5111.01.109": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1109, Ordinarius", "arch_name": "1109@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411153,18 +454127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12862, "usage_id": 12 }, "5111.01.110": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1110, B\u00fcro", "arch_name": "1110@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411172,18 +454148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12864, "usage_id": 12 }, "5111.01.111": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1111, B\u00fcro", "arch_name": "1111@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411191,18 +454169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12868, "usage_id": 12 }, "5111.01.112": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1112, B\u00fcro", "arch_name": "1112@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411210,18 +454190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12874, "usage_id": 12 }, "5111.01.113": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1113, B\u00fcro", "arch_name": "1113@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411229,18 +454211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12915, "usage_id": 12 }, "5111.01.114": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1114, B\u00fcro", "arch_name": "1114@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411248,18 +454232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12918, "usage_id": 12 }, "5111.01.115": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1115, Handbibliothek", "arch_name": "1115@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411267,19 +454253,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49480, "usage_id": 10 }, "5111.01.116": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1116, Seminarraum", "arch_name": "1116@5111", "area_id": 35, "building_id": 790, "calendar_resource_nr": 18482, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411287,18 +454275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49491, "usage_id": 41 }, "5111.01.117": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1117, Installationsschacht", "arch_name": "1117@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -411306,18 +454296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49624, "usage_id": 120 }, "5111.01.118": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1118, Kopier- / Druckerraum", "arch_name": "1118@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411325,18 +454317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49632, "usage_id": 110 }, "5111.01.119": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1119, Waschraum-Herren", "arch_name": "1119@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15074, "seats": { @@ -411344,18 +454338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17243, "usage_id": 115 }, "5111.01.120": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1120, Waschraum-Damen", "arch_name": "1120@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15074, "seats": { @@ -411363,18 +454359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49656, "usage_id": 116 }, "5111.01.121": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1121, Treppenraum", "arch_name": "1121@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15074, "seats": { @@ -411382,18 +454380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49778, "usage_id": 222 }, "5111.01.122": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1122, Putzraum", "arch_name": "1122@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -411401,18 +454401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49786, "usage_id": 205 }, "5111.01.123": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1123, Teek\u00fcche", "arch_name": "1123@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -411420,18 +454422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49796, "usage_id": 198 }, "5111.01.124": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1124, Besprechungsraum", "arch_name": "1124@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411439,18 +454443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49802, "usage_id": 196 }, "5111.01.125": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1125, Mikroskopie", "arch_name": "1125@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411458,18 +454464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49815, "usage_id": 102 }, "5111.01.126": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1126, B\u00fcro", "arch_name": "1126@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411477,18 +454485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49946, "usage_id": 12 }, "5111.01.127": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1127, B\u00fcro", "arch_name": "1127@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411496,18 +454506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49953, "usage_id": 12 }, "5111.01.128": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1128, B\u00fcro", "arch_name": "1128@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411515,18 +454527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13061, "usage_id": 12 }, "5111.01.129": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1129, B\u00fcro", "arch_name": "1129@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411534,18 +454548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13119, "usage_id": 12 }, "5111.01.130": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1130, B\u00fcro", "arch_name": "1130@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411553,18 +454569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13125, "usage_id": 12 }, "5111.01.131": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1131, B\u00fcro", "arch_name": "1131@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411572,18 +454590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13128, "usage_id": 12 }, "5111.01.132": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1132, B\u00fcro", "arch_name": "1132@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411591,18 +454611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13131, "usage_id": 12 }, "5111.01.134": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1134, Flur", "arch_name": "1134@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411610,18 +454632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50122, "usage_id": 222 }, "5111.01.135": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1135, Flur", "arch_name": "1135@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411629,18 +454653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50127, "usage_id": 222 }, "5111.01.137": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1137, Abstellraum", "arch_name": "1137@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -411648,18 +454674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50146, "usage_id": 159 }, "5111.01.138": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1138, Treppenraum", "arch_name": "1138@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15074, "seats": { @@ -411667,18 +454695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50277, "usage_id": 223 }, "5111.01.139": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1139, Flur", "arch_name": "1139@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15074, "seats": { @@ -411686,18 +454716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50288, "usage_id": 222 }, "5111.01.140": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1140, Galerie/Versuchshalle", "arch_name": "1140@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 15074, "seats": { @@ -411705,18 +454737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50297, "usage_id": 206 }, "5111.01.141": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "1141, Galerie/Versuchshalle", "arch_name": "1141@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -411724,18 +454758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50308, "usage_id": 206 }, "5111.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2102, Installationsschacht", "arch_name": "2102@5111", "area_id": 35, "building_id": 790, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -411743,18 +454779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50440, "usage_id": 120 }, "5111.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2103, Klimatechnik", "arch_name": "2103@5111", "area_id": 35, "building_id": 790, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -411762,18 +454800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50457, "usage_id": 32 }, "5111.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2104, Maschinenaufzug", "arch_name": "2104@5111", "area_id": 35, "building_id": 790, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -411781,18 +454821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50467, "usage_id": 5 }, "5111.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2105, Treppenraum", "arch_name": "2105@5111", "area_id": 35, "building_id": 790, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -411800,18 +454842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50474, "usage_id": 223 }, "5111.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2106, Flur", "arch_name": "2106@5111", "area_id": 35, "building_id": 790, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -411819,18 +454863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50609, "usage_id": 222 }, "5111.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2107, Speicher f. Erweiterung", "arch_name": "2107@5111", "area_id": 35, "building_id": 790, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -411838,18 +454884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50620, "usage_id": 159 }, "5111.02.208": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2108, Archiv/Dach", "arch_name": "2108@5111", "area_id": 35, "building_id": 790, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15074, "seats": { @@ -411857,18 +454905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15964, "usage_id": 2 }, "5111.DG.203": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2103, RLT", "arch_name": "2103@5111", "area_id": 35, "building_id": 790, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -411876,18 +454926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62785, "usage_id": 32 }, "5111.DG.204": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2104, Aufz./F\u00f6rderan.", "arch_name": "2104@5111", "area_id": 35, "building_id": 790, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -411895,18 +454947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62783, "usage_id": 5 }, "5111.DG.206": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2106, Flur", "arch_name": "2106@5111", "area_id": 35, "building_id": 790, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -411914,18 +454968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62787, "usage_id": 222 }, "5111.DG.207": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2107, Abstellraum", "arch_name": "2107@5111", "area_id": 35, "building_id": 790, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -411933,18 +454989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62784, "usage_id": 159 }, "5111.DG.208": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "2108, Archiv", "arch_name": "2108@5111", "area_id": 35, "building_id": 790, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -411952,18 +455010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62786, "usage_id": 2 }, "5111.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0101, Versuchshalle", "arch_name": "0101@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -411971,18 +455031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50233, "usage_id": 49 }, "5111.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0101A, Treppe", "arch_name": "0101A@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 15074, "seats": { @@ -411990,18 +455052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61819, "usage_id": 223 }, "5111.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0102, Schleuse", "arch_name": "0102@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15074, "seats": { @@ -412009,18 +455073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50246, "usage_id": 105 }, "5111.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0103, Werkstatt/Mechanik", "arch_name": "0103@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15074, "seats": { @@ -412028,18 +455094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28870, "usage_id": 108 }, "5111.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0104, Holz- u.Kunststoffverarbeitung", "arch_name": "0104@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15074, "seats": { @@ -412047,18 +455115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50262, "usage_id": 107 }, "5111.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0105, Metallwerkstatt", "arch_name": "0105@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -412066,18 +455136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50396, "usage_id": 108 }, "5111.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0106, Schleuse", "arch_name": "0106@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15074, "seats": { @@ -412085,18 +455157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50410, "usage_id": 105 }, "5111.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0107, Eingangshalle", "arch_name": "0107@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15074, "seats": { @@ -412104,18 +455178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50421, "usage_id": 222 }, "5111.EG.007A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0107A, Windfang", "arch_name": "0107A@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15074, "seats": { @@ -412123,132 +455199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61820, "usage_id": 52 }, - "5111.EG.008": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0108@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 2, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "5111.EG.009": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0109@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 1, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "5111.EG.010": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0110@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 2, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "5111.EG.011": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0111@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 1, - "standing": null, - "wheelchair": null - }, - "usage_id": 12 - }, - "5111.EG.012": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0112@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 2, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "5111.EG.013": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0113@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 1, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, "5111.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0114, Erste-Hilfe-Raum", "arch_name": "0114@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -412256,18 +455220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50738, "usage_id": 178 }, "5111.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0115, B\u00fcro", "arch_name": "0115@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -412275,94 +455241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50749, "usage_id": 12 }, - "5111.EG.016": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0116@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Fliesen", - "main_operator_id": 15074, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 209 - }, - "5111.EG.017": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0117@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "PVC", - "main_operator_id": 15074, - "seats": { - "sitting": 2, - "standing": null, - "wheelchair": null - }, - "usage_id": 103 - }, - "5111.EG.018": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0118@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "PVC", - "main_operator_id": 15074, - "seats": { - "sitting": 2, - "standing": null, - "wheelchair": null - }, - "usage_id": 103 - }, - "5111.EG.019": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0119@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "PVC", - "main_operator_id": 15074, - "seats": { - "sitting": 2, - "standing": null, - "wheelchair": null - }, - "usage_id": 103 - }, "5111.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0120, Installationsschacht", "arch_name": "0120@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -412370,37 +455262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50925, "usage_id": 120 }, - "5111.EG.021": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0121@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 1, - "standing": null, - "wheelchair": null - }, - "usage_id": 30 - }, "5111.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0122, WC-Herren / Waschraum", "arch_name": "0122@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15074, "seats": { @@ -412408,18 +455283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51070, "usage_id": 115 }, "5111.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0123, WC-Damen / Waschraum", "arch_name": "0123@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15074, "seats": { @@ -412427,18 +455304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51085, "usage_id": 116 }, "5111.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0124, Putzraum", "arch_name": "0124@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -412446,18 +455325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51093, "usage_id": 205 }, "5111.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0125, Aufenthalt", "arch_name": "0125@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -412465,18 +455346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51104, "usage_id": 44 }, "5111.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0126, Teek\u00fcche", "arch_name": "0126@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -412484,94 +455367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48619, "usage_id": 198 }, - "5111.EG.027": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0127@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 1, - "standing": null, - "wheelchair": null - }, - "usage_id": 194 - }, - "5111.EG.028": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0128@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 3, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "5111.EG.029": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0129@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 3, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, - "5111.EG.030": { - "address": { - "floor": "EG", - "place": "Garching b. M\u00fcnchen", - "street": "Am Coulombwall 3", - "zip_code": 85748 - }, - "arch_name": "0130@5111", - "area_id": 35, - "building_id": 790, - "floor_type": "Linoleum", - "main_operator_id": 15074, - "seats": { - "sitting": 3, - "standing": null, - "wheelchair": null - }, - "usage_id": 102 - }, "5111.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0131, Aufzug", "arch_name": "0131@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -412579,18 +455388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48792, "usage_id": 4 }, "5111.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0132, Abstellraum", "arch_name": "0132@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15074, "seats": { @@ -412598,18 +455409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48801, "usage_id": 159 }, "5111.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0133, Treppenraum", "arch_name": "0133@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15074, "seats": { @@ -412617,18 +455430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48808, "usage_id": 223 }, "5111.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0134, Flur", "arch_name": "0134@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -412636,18 +455451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48947, "usage_id": 222 }, "5111.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0135, Flur", "arch_name": "0135@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -412655,18 +455472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48953, "usage_id": 222 }, "5111.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0136, Transformatoren", "arch_name": "0136@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -412674,18 +455493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62781, "usage_id": 160 }, "5111.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "0137, Transformatoren", "arch_name": "0137@5111", "area_id": 35, "building_id": 790, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -412693,18 +455514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62782, "usage_id": 160 }, "5111.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1101, Versuchshalle", "arch_name": "-1101@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412712,18 +455535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52044, "usage_id": 49 }, "5111.U1.101A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1101A, Bio-Labor", "arch_name": "-1101A@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412731,18 +455556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52052, "usage_id": 102 }, "5111.U1.101B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1101B, Treppe", "arch_name": "-1101B@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 15074, "seats": { @@ -412750,18 +455577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61818, "usage_id": 223 }, "5111.U1.102": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1102, Flur", "arch_name": "-1102@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412769,18 +455598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52060, "usage_id": 222 }, "5111.U1.102A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1102A, Bibliothek", "arch_name": "-1102A@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -412788,18 +455619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52072, "usage_id": 2 }, "5111.U1.102B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1102B, Bio-Labor", "arch_name": "-1102B@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15074, "seats": { @@ -412807,18 +455640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52556, "usage_id": 102 }, "5111.U1.102C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1102C, K\u00fchlraum", "arch_name": "-1102C@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412826,18 +455661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62776, "usage_id": 199 }, "5111.U1.102D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1102D, K\u00fchlraum", "arch_name": "-1102D@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412845,18 +455682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62777, "usage_id": 199 }, "5111.U1.103": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1103, Schleuse", "arch_name": "-1103@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412864,18 +455703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52565, "usage_id": 105 }, "5111.U1.104": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1104, Kompressorraum", "arch_name": "-1104@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412883,18 +455724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52576, "usage_id": 32 }, "5111.U1.104A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1104A, Vorraum", "arch_name": "-1104A@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412902,18 +455745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62778, "usage_id": 50 }, "5111.U1.105": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1105, Treppenraum", "arch_name": "-1105@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412921,18 +455766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52588, "usage_id": 222 }, "5111.U1.106": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1106, Blechlagerraum", "arch_name": "-1106@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412940,18 +455787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52595, "usage_id": 30 }, "5111.U1.107": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1107, Waschraum-Herren", "arch_name": "-1107@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15074, "seats": { @@ -412959,18 +455808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52214, "usage_id": 210 }, "5111.U1.108": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1108, Waschraum-Damen", "arch_name": "-1108@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15074, "seats": { @@ -412978,18 +455829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52222, "usage_id": 210 }, "5111.U1.109": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1109, Lager", "arch_name": "-1109@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -412997,18 +455850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52233, "usage_id": 30 }, "5111.U1.110": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1110, Technikraum", "arch_name": "-1110@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -413016,18 +455871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52244, "usage_id": 120 }, "5111.U1.111": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1111, Wasseraufbereitung", "arch_name": "-1111@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -413035,18 +455892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51872, "usage_id": 182 }, "5111.U1.112": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1112, Heizung", "arch_name": "-1112@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -413054,18 +455913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51880, "usage_id": 201 }, "5111.U1.113": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1113, Kompressorraum", "arch_name": "-1113@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -413073,18 +455934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51894, "usage_id": 120 }, "5111.U1.114": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1114, Niederspannung", "arch_name": "-1114@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -413092,18 +455955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51905, "usage_id": 160 }, "5111.U1.115": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1115, Fernmeldetechnik", "arch_name": "-1115@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -413111,18 +455976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52385, "usage_id": 202 }, "5111.U1.115A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1115A, Server", "arch_name": "-1115A@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -413130,18 +455997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62779, "usage_id": 207 }, "5111.U1.116": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1116, Glas u. brennbare Stoffe", "arch_name": "-1116@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -413149,18 +456018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52396, "usage_id": 30 }, "5111.U1.117": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1117, Chemikalien/S\u00e4urelager", "arch_name": "-1117@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -413168,18 +456039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52404, "usage_id": 132 }, "5111.U1.118": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1118, Mikroskopie", "arch_name": "-1118@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -413187,18 +456060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52415, "usage_id": 102 }, "5111.U1.118A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1118A, Schleuse", "arch_name": "-1118A@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -413206,18 +456081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62780, "usage_id": 105 }, "5111.U1.119": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1119, B\u00fcro", "arch_name": "-1119@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15074, "seats": { @@ -413225,18 +456102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50065, "usage_id": 12 }, "5111.U1.120": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1120, Treppenraum", "arch_name": "-1120@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -413244,18 +456123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50076, "usage_id": 223 }, "5111.U1.121": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1121, Aufzug", "arch_name": "-1121@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -413263,18 +456144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50089, "usage_id": 4 }, "5111.U1.122": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 3", "zip_code": 85748 }, + "alt_name": "-1122, Abstellraum", "arch_name": "-1122@5111", "area_id": 35, "building_id": 790, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15074, "seats": { @@ -413282,18 +456165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50222, "usage_id": 159 }, "5112.01.201N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N201, Labor", "arch_name": "N201@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16213, "seats": { @@ -413301,18 +456186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50334, "usage_id": 103 }, "5112.01.201S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S201, B\u00fcro", "arch_name": "S201@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16213, "seats": { @@ -413320,18 +456207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50344, "usage_id": 12 }, "5112.01.202N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N202, Labor", "arch_name": "N202@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16213, "seats": { @@ -413339,18 +456228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50479, "usage_id": 103 }, "5112.01.202S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S202, B\u00fcro", "arch_name": "S202@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -413358,18 +456249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50495, "usage_id": 12 }, "5112.01.203N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N203, Labor", "arch_name": "N203@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16213, "seats": { @@ -413377,18 +456270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50504, "usage_id": 103 }, "5112.01.203S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S203, B\u00fcro", "arch_name": "S203@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -413396,18 +456291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50514, "usage_id": 12 }, "5112.01.204N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N204, Labor", "arch_name": "N204@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16213, "seats": { @@ -413415,18 +456312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50649, "usage_id": 103 }, "5112.01.204S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S204, B\u00fcro", "arch_name": "S204@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -413434,18 +456333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13265, "usage_id": 12 }, "5112.01.205N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N205, Labor", "arch_name": "N205@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16213, "seats": { @@ -413453,18 +456354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50668, "usage_id": 103 }, "5112.01.205S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S205, Prof.-B\u00fcro", "arch_name": "S205@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -413472,18 +456375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13268, "usage_id": 12 }, "5112.01.206N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N206, Labor", "arch_name": "N206@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16212, "seats": { @@ -413491,18 +456396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50682, "usage_id": 103 }, "5112.01.206S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S206, Sekretariat", "arch_name": "S206@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -413510,18 +456417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50820, "usage_id": 40 }, "5112.01.207N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N207, Labor", "arch_name": "N207@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15379, "seats": { @@ -413529,19 +456438,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50827, "usage_id": 103 }, "5112.01.207S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S207, Prof.-B\u00fcro", "arch_name": "S207@5112", "area_id": 35, "building_id": 791, "calendar_resource_nr": 29412, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -413549,18 +456460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50834, "usage_id": 12 }, "5112.01.208N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N208, Labor", "arch_name": "N208@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16212, "seats": { @@ -413568,18 +456481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50846, "usage_id": 103 }, "5112.01.208S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S208, Besprechungsraum", "arch_name": "S208@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -413587,18 +456502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50989, "usage_id": 196 }, "5112.01.209S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S209, Prof.-B\u00fcro", "arch_name": "S209@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -413606,18 +456523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50998, "usage_id": 12 }, "5112.01.210N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N210, Labor", "arch_name": "N210@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16212, "seats": { @@ -413625,18 +456544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51007, "usage_id": 103 }, "5112.01.210S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S210, Sekretariat", "arch_name": "S210@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -413644,18 +456565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51016, "usage_id": 40 }, "5112.01.211A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "211A, Technikraum", "arch_name": "211A@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -413663,18 +456586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51025, "usage_id": 32 }, "5112.01.211B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "211B, Server", "arch_name": "211B@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -413682,18 +456607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48701, "usage_id": 207 }, "5112.01.211C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "211C, WC-Damen", "arch_name": "211C@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -413701,18 +456628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48707, "usage_id": 116 }, "5112.01.211S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S211, Prof.-B\u00fcro", "arch_name": "S211@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -413720,18 +456649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48716, "usage_id": 12 }, "5112.01.212N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N212, Labor", "arch_name": "N212@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15379, "seats": { @@ -413739,18 +456670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48723, "usage_id": 103 }, "5112.01.212S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S212, B\u00fcro", "arch_name": "S212@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -413758,18 +456691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48730, "usage_id": 12 }, "5112.01.213S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S213, B\u00fcro", "arch_name": "S213@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -413777,18 +456712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48737, "usage_id": 12 }, "5112.01.214N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N214, Chemielabor", "arch_name": "N214@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -413796,18 +456733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48865, "usage_id": 102 }, "5112.01.214S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S214, B\u00fcro", "arch_name": "S214@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -413815,18 +456754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48872, "usage_id": 12 }, "5112.01.215S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S215, B\u00fcro", "arch_name": "S215@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -413834,18 +456775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48879, "usage_id": 12 }, "5112.01.216N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N216, Technologielabor", "arch_name": "N216@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -413853,18 +456796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48883, "usage_id": 102 }, "5112.01.218N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N218, Labor", "arch_name": "N218@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -413872,18 +456817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48888, "usage_id": 103 }, "5112.01.220N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N220, Labor", "arch_name": "N220@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15379, "seats": { @@ -413891,18 +456838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48892, "usage_id": 103 }, "5112.01.222N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N222, Labor", "arch_name": "N222@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15379, "seats": { @@ -413910,18 +456859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48899, "usage_id": 103 }, "5112.01.223N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N223, WC-Herren", "arch_name": "N223@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -413929,18 +456880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49031, "usage_id": 115 }, "5112.01.224N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N224, WC-Herren", "arch_name": "N224@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -413948,18 +456901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49038, "usage_id": 115 }, "5112.01.225N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N225, WC-Damen", "arch_name": "N225@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -413967,18 +456922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49042, "usage_id": 116 }, "5112.01.250N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N250, Treppenflur", "arch_name": "N250@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -413986,18 +456943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49047, "usage_id": 223 }, "5112.01.251N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N251, Flur", "arch_name": "N251@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -414005,18 +456964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49053, "usage_id": 222 }, "5112.01.251S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S251, Flur", "arch_name": "S251@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -414024,18 +456985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49061, "usage_id": 222 }, "5112.01.260N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N260, Aufzug", "arch_name": "N260@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -414043,19 +457006,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49069, "usage_id": 4 }, "5112.02.301S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S301, B\u00fcro", "arch_name": "S301@5112", "area_id": 35, "building_id": 791, "calendar_resource_nr": 19892, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -414063,18 +457028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49074, "usage_id": 12 }, "5112.02.302S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S302, B\u00fcro", "arch_name": "S302@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -414082,18 +457049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49212, "usage_id": 12 }, "5112.02.303S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S303, B\u00fcro", "arch_name": "S303@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -414101,18 +457070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49221, "usage_id": 12 }, "5112.02.304S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S304, B\u00fcro", "arch_name": "S304@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -414120,18 +457091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49227, "usage_id": 12 }, "5112.02.305S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S305, B\u00fcro", "arch_name": "S305@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -414139,18 +457112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49235, "usage_id": 12 }, "5112.02.306S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S306, B\u00fcro", "arch_name": "S306@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -414158,18 +457133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49238, "usage_id": 12 }, "5112.02.307S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S307, B\u00fcro", "arch_name": "S307@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -414177,18 +457154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49246, "usage_id": 12 }, "5112.02.308S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S308, B\u00fcro", "arch_name": "S308@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -414196,18 +457175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49376, "usage_id": 12 }, "5112.02.309S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S309, B\u00fcro", "arch_name": "S309@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -414215,18 +457196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 9386, "usage_id": 12 }, "5112.02.310S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S310, B\u00fcro", "arch_name": "S310@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -414234,18 +457217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48116, "usage_id": 12 }, "5112.02.311A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "311A, Technikraum", "arch_name": "311A@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -414253,18 +457238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48144, "usage_id": 32 }, "5112.02.311B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "311B, Technikraum", "arch_name": "311B@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -414272,18 +457259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48153, "usage_id": 32 }, "5112.02.311C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "311C, WC-Herren", "arch_name": "311C@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -414291,18 +457280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48160, "usage_id": 115 }, "5112.02.311S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S311, B\u00fcro", "arch_name": "S311@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -414310,18 +457301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48171, "usage_id": 12 }, "5112.02.312S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S312, B\u00fcro", "arch_name": "S312@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -414329,18 +457322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48178, "usage_id": 12 }, "5112.02.313S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S313, B\u00fcro", "arch_name": "S313@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -414348,18 +457343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48212, "usage_id": 12 }, "5112.02.314S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S314, B\u00fcro", "arch_name": "S314@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -414367,18 +457364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48221, "usage_id": 12 }, "5112.02.315S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S315, B\u00fcro", "arch_name": "S315@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -414386,18 +457385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48228, "usage_id": 12 }, "5112.02.316S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S316, B\u00fcro", "arch_name": "S316@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -414405,18 +457406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48236, "usage_id": 12 }, "5112.02.317S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S317, B\u00fcro", "arch_name": "S317@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -414424,18 +457427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48244, "usage_id": 12 }, "5112.02.318S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S318, B\u00fcro", "arch_name": "S318@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -414443,18 +457448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48251, "usage_id": 12 }, "5112.02.319S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S319, B\u00fcro", "arch_name": "S319@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -414462,18 +457469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48258, "usage_id": 12 }, "5112.02.320S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S320, B\u00fcro", "arch_name": "S320@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -414481,18 +457490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48283, "usage_id": 12 }, "5112.02.323": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "323, WC-Damen", "arch_name": "323@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -414500,18 +457511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48294, "usage_id": 116 }, "5112.02.324N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N324, Abstellraum", "arch_name": "N324@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -414519,18 +457532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48301, "usage_id": 159 }, "5112.02.325N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N325, Abstellraum", "arch_name": "N325@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -414538,18 +457553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48309, "usage_id": 159 }, "5112.02.350N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N350, Treppenflur", "arch_name": "N350@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -414557,18 +457574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48318, "usage_id": 222 }, "5112.02.351S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S351, Flur", "arch_name": "S351@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -414576,18 +457595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48354, "usage_id": 222 }, "5112.02.360N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N360, Aufzug", "arch_name": "N360@5112", "area_id": 35, "building_id": 791, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -414595,18 +457616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48360, "usage_id": 4 }, "5112.03.401N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N401, Klimazentrale", "arch_name": "N401@5112", "area_id": 35, "building_id": 791, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -414614,19 +457637,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48369, "usage_id": 32 }, "5112.03.402S": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S402, Besprechungsraum", "arch_name": "S402@5112", "area_id": 35, "building_id": 791, "calendar_resource_nr": 29812, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -414634,18 +457659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48391, "usage_id": 196 }, "5112.03.450N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N450, Treppenflur", "arch_name": "N450@5112", "area_id": 35, "building_id": 791, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -414653,18 +457680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48453, "usage_id": 222 }, "5112.03.451N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N451, Technikraum f. Reinraum", "arch_name": "N451@5112", "area_id": 35, "building_id": 791, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19703, "seats": { @@ -414672,18 +457701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48458, "usage_id": 32 }, "5112.03.460": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "460, Aufzug", "arch_name": "460@5112", "area_id": 35, "building_id": 791, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -414691,18 +457722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48469, "usage_id": 4 }, "5112.EG.100": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N100, Fl\u00fcssig-Stickstofftank", "arch_name": "N100@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19703, "seats": { @@ -414710,18 +457743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48684, "usage_id": 30 }, "5112.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N101, Kryo-Lager", "arch_name": "N101@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19703, "seats": { @@ -414729,18 +457764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27795, "usage_id": 30 }, "5112.EG.101N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N101, Labor", "arch_name": "N101@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16212, "seats": { @@ -414748,19 +457785,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48832, "usage_id": 103 }, "5112.EG.101S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "WSI S101, Seminarraum", "arch_name": "S101@5112", "area_id": 35, "building_id": 791, "calendar_resource_nr": 18369, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -414768,18 +457807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48840, "usage_id": 41 }, "5112.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "102, Gasflaschenlager", "arch_name": "102@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19703, "seats": { @@ -414787,18 +457828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48848, "usage_id": 30 }, "5112.EG.102N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N102, Labor", "arch_name": "N102@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16213, "seats": { @@ -414806,19 +457849,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48989, "usage_id": 103 }, "5112.EG.102S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "WSI S102, Seminarraum", "arch_name": "S102@5112", "area_id": 35, "building_id": 791, "calendar_resource_nr": 18857, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -414826,18 +457871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49002, "usage_id": 41 }, "5112.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "103, Trafo u. Notstrom", "arch_name": "103@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -414845,18 +457892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49008, "usage_id": 160 }, "5112.EG.103N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N103, Labor", "arch_name": "N103@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16212, "seats": { @@ -414864,18 +457913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49019, "usage_id": 103 }, "5112.EG.103S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "WSI S103, Handbibliothek", "arch_name": "S103@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -414883,18 +457934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49158, "usage_id": 10 }, "5112.EG.104N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N104, Labor", "arch_name": "N104@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16213, "seats": { @@ -414902,18 +457955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49167, "usage_id": 103 }, "5112.EG.104S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S104, B\u00fcro", "arch_name": "S104@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -414921,18 +457976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49177, "usage_id": 12 }, "5112.EG.105N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N105, Labor", "arch_name": "N105@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16212, "seats": { @@ -414940,18 +457997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49186, "usage_id": 103 }, "5112.EG.105S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S105, Personal-Aufenthaltsraum", "arch_name": "S105@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -414959,18 +458018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49196, "usage_id": 44 }, "5112.EG.106N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N106, Labor", "arch_name": "N106@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16213, "seats": { @@ -414978,18 +458039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49327, "usage_id": 103 }, "5112.EG.106S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S106, B\u00fcro", "arch_name": "S106@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -414997,18 +458060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49336, "usage_id": 12 }, "5112.EG.107N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N107, Labor", "arch_name": "N107@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16212, "seats": { @@ -415016,18 +458081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49347, "usage_id": 103 }, "5112.EG.107S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S107, B\u00fcro", "arch_name": "S107@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -415035,18 +458102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49357, "usage_id": 12 }, "5112.EG.108N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N108, Labor", "arch_name": "N108@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16213, "seats": { @@ -415054,18 +458123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49364, "usage_id": 103 }, "5112.EG.108S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S108, B\u00fcro Stud. Hilfskr\u00e4fte", "arch_name": "S108@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -415073,18 +458144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49496, "usage_id": 12 }, "5112.EG.109S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S109, B\u00fcro", "arch_name": "S109@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -415092,18 +458165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49506, "usage_id": 12 }, "5112.EG.110N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N110, Labor", "arch_name": "N110@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15379, "seats": { @@ -415111,18 +458186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49516, "usage_id": 103 }, "5112.EG.110S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S110, B\u00fcro Stud. Hilfskr\u00e4fte", "arch_name": "S110@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16213, "seats": { @@ -415130,18 +458207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49525, "usage_id": 12 }, "5112.EG.111A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "111A, Materialschleuse", "arch_name": "111A@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415149,18 +458228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49530, "usage_id": 105 }, "5112.EG.111B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "111B, Reinraumschleuse", "arch_name": "111B@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415168,18 +458249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49662, "usage_id": 105 }, "5112.EG.111C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "111C, Reinraumschleuse", "arch_name": "111C@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415187,19 +458270,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49671, "usage_id": 105 }, "5112.EG.111N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N111, Reinraum", "arch_name": "N111@5112", "area_id": 35, "building_id": 791, "calendar_resource_nr": 20497, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415207,18 +458292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28305, "usage_id": 103 }, "5112.EG.111S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S111, B\u00fcro", "arch_name": "S111@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15379, "seats": { @@ -415226,18 +458313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49681, "usage_id": 12 }, "5112.EG.112": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "112, Chemielabor", "arch_name": "112@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -415245,18 +458334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28388, "usage_id": 102 }, "5112.EG.112S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S112, B\u00fcro", "arch_name": "S112@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16212, "seats": { @@ -415264,18 +458355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49695, "usage_id": 12 }, "5112.EG.114N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N114, Werkstatt", "arch_name": "N114@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415283,18 +458376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28401, "usage_id": 51 }, "5112.EG.116N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N116, Feinmechanische Werkstatt", "arch_name": "N116@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415302,18 +458397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49829, "usage_id": 108 }, "5112.EG.118A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "118A, Schwei\u00dfraum", "arch_name": "118A@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -415321,18 +458418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49841, "usage_id": 51 }, "5112.EG.118N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N118A, Feinmechanische Werkstatt", "arch_name": "N118A@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415340,18 +458439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49851, "usage_id": 108 }, "5112.EG.120N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N120, Kryo-Lager", "arch_name": "N120@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -415359,18 +458460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49978, "usage_id": 30 }, "5112.EG.121N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N121, Installationsschacht", "arch_name": "N121@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -415378,18 +458481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49986, "usage_id": 120 }, "5112.EG.122": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "122, Installationsschacht", "arch_name": "122@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -415397,18 +458502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49996, "usage_id": 120 }, "5112.EG.123N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N123, WC-Damen", "arch_name": "N123@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -415416,18 +458523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50006, "usage_id": 116 }, "5112.EG.124N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N124, WC-Herren", "arch_name": "N124@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -415435,18 +458544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50148, "usage_id": 115 }, "5112.EG.125N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N125, Beh.-WC", "arch_name": "N125@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -415454,18 +458565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50159, "usage_id": 117 }, "5112.EG.150N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N150, Flur", "arch_name": "N150@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415473,18 +458586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50167, "usage_id": 222 }, "5112.EG.151N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N151, Flur", "arch_name": "N151@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415492,18 +458607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50177, "usage_id": 222 }, "5112.EG.151S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S151, Flur", "arch_name": "S151@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415511,18 +458628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50184, "usage_id": 222 }, "5112.EG.152N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N152, Windfang", "arch_name": "N152@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415530,18 +458649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50314, "usage_id": 52 }, "5112.EG.152S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "S152, Windfang", "arch_name": "S152@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19703, "seats": { @@ -415549,18 +458670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50322, "usage_id": 52 }, "5112.EG.160N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N160, Aufzug", "arch_name": "N160@5112", "area_id": 35, "building_id": 791, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -415568,18 +458691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50329, "usage_id": 4 }, "5112.U1.001A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N001A, Wasseraufbereitung", "arch_name": "N001A@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -415587,18 +458712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50636, "usage_id": 182 }, "5112.U1.001N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N001, Heizzentrale", "arch_name": "N001@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -415606,18 +458733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50769, "usage_id": 201 }, "5112.U1.002N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N002, K\u00e4lte- u. Druckluftanlage", "arch_name": "N002@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -415625,18 +458754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50781, "usage_id": 32 }, "5112.U1.003N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N003, Chemikalienlager", "arch_name": "N003@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19703, "seats": { @@ -415644,18 +458775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50792, "usage_id": 132 }, "5112.U1.004N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N004, Medienversorgung f. Reinraum", "arch_name": "N004@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19703, "seats": { @@ -415663,18 +458796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50800, "usage_id": 182 }, "5112.U1.005A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N005A, Medienstra\u00dfe", "arch_name": "N005A@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -415682,18 +458817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50942, "usage_id": 120 }, "5112.U1.005N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N005, Gasflaschenlager", "arch_name": "N005@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19703, "seats": { @@ -415701,18 +458838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50954, "usage_id": 30 }, "5112.U1.006N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N006, Reinigungsdienst", "arch_name": "N006@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -415720,18 +458859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50966, "usage_id": 37 }, "5112.U1.007A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N007A, Aufzugs-/F\u00f6rderanlage", "arch_name": "N007A@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -415739,18 +458880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50978, "usage_id": 5 }, "5112.U1.007B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N007B, Telefonanlagenraum", "arch_name": "N007B@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -415758,18 +458901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51110, "usage_id": 202 }, "5112.U1.007N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N007, Niederspannung-HV", "arch_name": "N007@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -415777,18 +458922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51118, "usage_id": 160 }, "5112.U1.009N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N009, Dusche", "arch_name": "N009@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19703, "seats": { @@ -415796,18 +458943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51131, "usage_id": 113 }, "5112.U1.021N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N021, Installationsschacht", "arch_name": "N021@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -415815,18 +458964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51136, "usage_id": 120 }, "5112.U1.022N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N022, Installationsschacht", "arch_name": "N022@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -415834,18 +458985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51147, "usage_id": 120 }, "5112.U1.050N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N050, Kellerflur", "arch_name": "N050@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19703, "seats": { @@ -415853,18 +459006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48660, "usage_id": 222 }, "5112.U1.060N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4", "zip_code": 85748 }, + "alt_name": "N060, Aufzug", "arch_name": "N060@5112", "area_id": 35, "building_id": 791, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -415872,18 +459027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48672, "usage_id": 4 }, "5115.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.001, B\u00fcro", "arch_name": "1.001@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -415891,18 +459048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61477, "usage_id": 12 }, "5115.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.002, B\u00fcro", "arch_name": "1.002@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -415910,19 +459069,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61478, "usage_id": 12 }, "5115.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.003, Besprechungsraum", "arch_name": "1.003@5115", "area_id": 35, "building_id": 1080, "calendar_resource_nr": 19199, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -415930,18 +459091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61479, "usage_id": 196 }, "5115.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.004, B\u00fcro", "arch_name": "1.004@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -415949,19 +459112,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61480, "usage_id": 12 }, "5115.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.005, B\u00fcro", "arch_name": "1.005@5115", "area_id": 35, "building_id": 1080, "calendar_resource_nr": 19632, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -415969,18 +459134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61481, "usage_id": 12 }, "5115.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.006, B\u00fcro", "arch_name": "1.006@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -415988,18 +459155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61482, "usage_id": 12 }, "5115.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.007, Pantry", "arch_name": "1.007@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416007,18 +459176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61490, "usage_id": 44 }, "5115.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.008, Kopierraum", "arch_name": "1.008@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416026,18 +459197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61516, "usage_id": 110 }, "5115.01.008A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.008A, Serverraum", "arch_name": "1.008A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416045,18 +459218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61507, "usage_id": 207 }, "5115.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.009, Elt. Transport", "arch_name": "1.009@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416064,18 +459239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61508, "usage_id": 160 }, "5115.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.010, Elt. Transport", "arch_name": "1.010@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416083,18 +459260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61509, "usage_id": 160 }, "5115.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.011, Chemie Labor", "arch_name": "1.011@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -416102,18 +459281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61514, "usage_id": 102 }, "5115.01.011A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.011A, Chemie Labor", "arch_name": "1.011A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416121,18 +459302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61515, "usage_id": 102 }, "5115.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.012, Post", "arch_name": "1.012@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416140,18 +459323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61483, "usage_id": 12 }, "5115.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.013, Post", "arch_name": "1.013@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416159,18 +459344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61484, "usage_id": 12 }, "5115.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.014, B\u00fcro", "arch_name": "1.014@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416178,18 +459365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61485, "usage_id": 12 }, "5115.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.015, B\u00fcro", "arch_name": "1.015@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416197,18 +459386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61486, "usage_id": 12 }, "5115.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.016, B\u00fcro", "arch_name": "1.016@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416216,19 +459407,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61487, "usage_id": 12 }, "5115.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.017, Sekretariat", "arch_name": "1.017@5115", "area_id": 35, "building_id": 1080, "calendar_resource_nr": 19631, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416236,18 +459429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61488, "usage_id": 40 }, "5115.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.018, B\u00fcro", "arch_name": "1.018@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416255,18 +459450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61489, "usage_id": 12 }, "5115.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.019, Spektroskopie", "arch_name": "1.019@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416274,18 +459471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61512, "usage_id": 103 }, "5115.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.020, Spektroskopie", "arch_name": "1.020@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416293,18 +459492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61511, "usage_id": 103 }, "5115.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.021, Spektroskopie", "arch_name": "1.021@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416312,18 +459513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61510, "usage_id": 103 }, "5115.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.022, Technik", "arch_name": "1.022@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416331,18 +459534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61513, "usage_id": 103 }, "5115.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.023, Lager", "arch_name": "1.023@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416350,18 +459555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61503, "usage_id": 30 }, "5115.01.501": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.501, Elt.", "arch_name": "1.501@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -416369,18 +459576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61517, "usage_id": 160 }, "5115.01.502": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.502, Schacht 2", "arch_name": "1.502@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -416388,18 +459597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61498, "usage_id": 120 }, "5115.01.503": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.503, Elt.", "arch_name": "1.503@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -416407,18 +459618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61518, "usage_id": 160 }, "5115.01.504": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.504, Schacht 4", "arch_name": "1.504@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -416426,18 +459639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61500, "usage_id": 120 }, "5115.01.505": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.505, Schacht 5", "arch_name": "1.505@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -416445,18 +459660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61501, "usage_id": 120 }, "5115.01.506": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.506, Schacht 6", "arch_name": "1.506@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -416464,18 +459681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61502, "usage_id": 120 }, "5115.01.507": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.507, Lastenaufzug", "arch_name": "1.507@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -416483,18 +459702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61499, "usage_id": 4 }, "5115.01.600": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.600, WC-Herren", "arch_name": "1.600@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -416502,18 +459723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61505, "usage_id": 115 }, "5115.01.601": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.601, WC-Damen", "arch_name": "1.601@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -416521,18 +459744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61504, "usage_id": 116 }, "5115.01.601A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.601A, Putzraum", "arch_name": "1.601A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -416540,18 +459765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61506, "usage_id": 205 }, "5115.01.700": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.700, Korridor West", "arch_name": "1.700@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416559,18 +459786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61491, "usage_id": 222 }, "5115.01.701": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.701, Korridor West", "arch_name": "1.701@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416578,18 +459807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61494, "usage_id": 222 }, "5115.01.702": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.702, Korridor Nord", "arch_name": "1.702@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416597,18 +459828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61495, "usage_id": 222 }, "5115.01.703": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.703, Korridor Ost", "arch_name": "1.703@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416616,18 +459849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61496, "usage_id": 222 }, "5115.01.704": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.704, Korridor S\u00fcd-Ost", "arch_name": "1.704@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416635,18 +459870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61492, "usage_id": 222 }, "5115.01.800": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.800, Treppe S\u00fcd", "arch_name": "1.800@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416654,18 +459891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61493, "usage_id": 223 }, "5115.01.801": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "1.801, Treppe Nord", "arch_name": "1.801@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -416673,18 +459912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61497, "usage_id": 223 }, "5115.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.001, B\u00fcro", "arch_name": "2.001@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416692,18 +459933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61520, "usage_id": 12 }, "5115.02.002": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.002, B\u00fcro", "arch_name": "2.002@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416711,19 +459954,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61519, "usage_id": 12 }, "5115.02.003": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.003, Besprechungsraum", "arch_name": "2.003@5115", "area_id": 35, "building_id": 1080, "calendar_resource_nr": 19077, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416731,18 +459976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61521, "usage_id": 196 }, "5115.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.004, B\u00fcro", "arch_name": "2.004@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416750,18 +459997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61522, "usage_id": 12 }, "5115.02.005": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.005, B\u00fcro", "arch_name": "2.005@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416769,18 +460018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61523, "usage_id": 12 }, "5115.02.006": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.006, B\u00fcro", "arch_name": "2.006@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416788,19 +460039,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61524, "usage_id": 12 }, "5115.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.007, Pantry", "arch_name": "2.007@5115", "area_id": 35, "building_id": 1080, "calendar_resource_nr": 19629, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416808,18 +460061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61529, "usage_id": 44 }, "5115.02.008": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.008, Kopierraum", "arch_name": "2.008@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416827,18 +460082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61542, "usage_id": 110 }, "5115.02.008A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.008A, Serverraum", "arch_name": "2.008A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416846,18 +460103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61543, "usage_id": 207 }, "5115.02.009": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.009, Chemie Labor", "arch_name": "2.009@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416865,18 +460124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61544, "usage_id": 102 }, "5115.02.009A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.009A, Chemielager", "arch_name": "2.009A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416884,18 +460145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61552, "usage_id": 132 }, "5115.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.010, Biochemie/-physik", "arch_name": "2.010@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416903,18 +460166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61547, "usage_id": 102 }, "5115.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.011, Zellbiologie", "arch_name": "2.011@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416922,18 +460187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61548, "usage_id": 102 }, "5115.02.011A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.011A, Zellbiologie", "arch_name": "2.011A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -416941,18 +460208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61549, "usage_id": 102 }, "5115.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.012, Post", "arch_name": "2.012@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416960,18 +460229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61525, "usage_id": 12 }, "5115.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.013, Post", "arch_name": "2.013@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416979,18 +460250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61526, "usage_id": 12 }, "5115.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.014, B\u00fcro", "arch_name": "2.014@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -416998,18 +460271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61527, "usage_id": 12 }, "5115.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.015, B\u00fcro", "arch_name": "2.015@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -417017,18 +460292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61528, "usage_id": 12 }, "5115.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.016, B\u00fcro", "arch_name": "2.016@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -417036,18 +460313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61537, "usage_id": 12 }, "5115.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.017, Sekretariat", "arch_name": "2.017@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -417055,18 +460334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61538, "usage_id": 40 }, "5115.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.018, B\u00fcro", "arch_name": "2.018@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -417074,19 +460355,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61539, "usage_id": 12 }, "5115.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.019, Bioelektronik", "arch_name": "2.019@5115", "area_id": 35, "building_id": 1080, "calendar_resource_nr": 30212, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417094,18 +460377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61551, "usage_id": 102 }, "5115.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.020, Bioelektronik", "arch_name": "2.020@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417113,18 +460398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61550, "usage_id": 102 }, "5115.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.021, Biochemie/-physik", "arch_name": "2.021@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417132,18 +460419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61546, "usage_id": 102 }, "5115.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.022, Zellbiologie", "arch_name": "2.022@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417151,18 +460440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61545, "usage_id": 102 }, "5115.02.501": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.501, Elt.", "arch_name": "2.501@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -417170,18 +460461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61559, "usage_id": 160 }, "5115.02.502": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.502, Schacht 2", "arch_name": "2.502@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -417189,18 +460482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61553, "usage_id": 120 }, "5115.02.503": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.503, Elt.", "arch_name": "2.503@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -417208,18 +460503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61560, "usage_id": 160 }, "5115.02.504": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.504, Schacht 4", "arch_name": "2.504@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -417227,18 +460524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61555, "usage_id": 120 }, "5115.02.505": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.505, Schacht 5", "arch_name": "2.505@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19703, "seats": { @@ -417246,18 +460545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61556, "usage_id": 120 }, "5115.02.506": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.506, Schacht 6", "arch_name": "2.506@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -417265,18 +460566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61557, "usage_id": 120 }, "5115.02.507": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.507, Lastenaufzug", "arch_name": "2.507@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -417284,18 +460587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61554, "usage_id": 4 }, "5115.02.600": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.600, WC-Herren", "arch_name": "2.600@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -417303,18 +460608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61536, "usage_id": 115 }, "5115.02.601": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.601, WC-Damen", "arch_name": "2.601@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -417322,18 +460629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61535, "usage_id": 116 }, "5115.02.601A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.601A, Putzraum", "arch_name": "2.601A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -417341,18 +460650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61541, "usage_id": 205 }, "5115.02.700": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.700, Korridor S\u00fcd-West", "arch_name": "2.700@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417360,18 +460671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61531, "usage_id": 222 }, "5115.02.701": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.701, Korridor West", "arch_name": "2.701@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417379,18 +460692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61532, "usage_id": 222 }, "5115.02.702": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.702, Korridor Nord", "arch_name": "2.702@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417398,18 +460713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61533, "usage_id": 222 }, "5115.02.703": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.703, Korridor Ost", "arch_name": "2.703@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417417,18 +460734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61534, "usage_id": 222 }, "5115.02.704": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.704, Korridor S\u00fcd-Ost", "arch_name": "2.704@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417436,18 +460755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61530, "usage_id": 222 }, "5115.02.800": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.800, Treppe S\u00fcd", "arch_name": "2.800@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417455,18 +460776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61540, "usage_id": 223 }, "5115.02.801": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "2.801, Treppe Nord", "arch_name": "2.801@5115", "area_id": 35, "building_id": 1080, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -417474,18 +460797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61558, "usage_id": 223 }, "5115.DG.500": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "3.500, Technikzentrale", "arch_name": "3.500@5115", "area_id": 35, "building_id": 1080, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -417493,18 +460818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61565, "usage_id": 120 }, "5115.DG.501": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "3.501, MAZ", "arch_name": "3.501@5115", "area_id": 35, "building_id": 1080, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -417512,18 +460839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61567, "usage_id": 120 }, "5115.DG.503": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "3.503, Medien", "arch_name": "3.503@5115", "area_id": 35, "building_id": 1080, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -417531,18 +460860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62825, "usage_id": 17 }, "5115.DG.505": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "3.505, Heizung/K\u00e4lte", "arch_name": "3.505@5115", "area_id": 35, "building_id": 1080, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -417550,18 +460881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61562, "usage_id": 120 }, "5115.DG.507": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "3.507, Lastenaufzug", "arch_name": "3.507@5115", "area_id": 35, "building_id": 1080, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -417569,18 +460902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61568, "usage_id": 4 }, "5115.DG.509": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "3.509, Elektro", "arch_name": "3.509@5115", "area_id": 35, "building_id": 1080, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -417588,18 +460923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61563, "usage_id": 160 }, "5115.DG.510": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "3.510, RWA", "arch_name": "3.510@5115", "area_id": 35, "building_id": 1080, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -417607,18 +460944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61566, "usage_id": 120 }, "5115.DG.511": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "3.511, Elektro", "arch_name": "3.511@5115", "area_id": 35, "building_id": 1080, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -417626,18 +460965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61564, "usage_id": 160 }, "5115.DG.800": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "3.800, Treppe S\u00fcd", "arch_name": "3.800@5115", "area_id": 35, "building_id": 1080, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -417645,19 +460986,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61561, "usage_id": 223 }, "5115.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.001, Seminarraum", "arch_name": "0.001@5115", "area_id": 35, "building_id": 1080, "calendar_resource_nr": 18924, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -417665,18 +461008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61413, "usage_id": 41 }, "5115.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.002, B\u00fcro", "arch_name": "0.002@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -417684,18 +461029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61423, "usage_id": 12 }, "5115.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.003, B\u00fcro", "arch_name": "0.003@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19703, "seats": { @@ -417703,18 +461050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61424, "usage_id": 12 }, "5115.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.004, Lager", "arch_name": "0.004@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -417722,18 +461071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61422, "usage_id": 30 }, "5115.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.005, Nanostruk. RR", "arch_name": "0.005@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19703, "seats": { @@ -417741,18 +461092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61433, "usage_id": 103 }, "5115.EG.005A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.005A, Vorraum", "arch_name": "0.005A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417760,18 +461113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61434, "usage_id": 50 }, "5115.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.006, Nanoanalytik", "arch_name": "0.006@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19703, "seats": { @@ -417779,18 +461134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61440, "usage_id": 103 }, "5115.EG.006A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.006A, Vorraum", "arch_name": "0.006A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417798,18 +461155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61438, "usage_id": 50 }, "5115.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.007, Elt. Transport", "arch_name": "0.007@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417817,18 +461176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61441, "usage_id": 160 }, "5115.EG.007A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.007A, Vorraum", "arch_name": "0.007A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417836,18 +461197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61439, "usage_id": 50 }, "5115.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.008, Support", "arch_name": "0.008@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417855,18 +461218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61432, "usage_id": 222 }, "5115.EG.008A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.008A, Mat. Schleuse", "arch_name": "0.008A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417874,18 +461239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61443, "usage_id": 105 }, "5115.EG.008B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.008B, Schleuse", "arch_name": "0.008B@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417893,18 +461260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61444, "usage_id": 105 }, "5115.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.009, Lager", "arch_name": "0.009@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19703, "seats": { @@ -417912,18 +461281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61418, "usage_id": 30 }, "5115.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.010, Chem. Lager", "arch_name": "0.010@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417931,18 +461302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61445, "usage_id": 132 }, "5115.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.011, Gasflaschen", "arch_name": "0.011@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417950,18 +461323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61446, "usage_id": 30 }, "5115.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.012, Heliumlager", "arch_name": "0.012@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -417969,18 +461344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61447, "usage_id": 30 }, "5115.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.013, Materialtech.", "arch_name": "0.013@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19703, "seats": { @@ -417988,18 +461365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61475, "usage_id": 103 }, "5115.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.014, Materialtech.", "arch_name": "0.014@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -418007,18 +461386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61476, "usage_id": 103 }, "5115.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.016, Materialtech.", "arch_name": "0.016@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19703, "seats": { @@ -418026,18 +461407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61470, "usage_id": 103 }, "5115.EG.016A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.016A, Vorraum", "arch_name": "0.016A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -418045,18 +461428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61469, "usage_id": 50 }, "5115.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.017, Nanostruk. RR", "arch_name": "0.017@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -418064,18 +461449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61449, "usage_id": 103 }, "5115.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.018, Nanostruk. RR", "arch_name": "0.018@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -418083,18 +461470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61431, "usage_id": 103 }, "5115.EG.018A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.018A, Pers. Sitover", "arch_name": "0.018A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -418102,18 +461491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61425, "usage_id": 103 }, "5115.EG.018B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.018B, Pers. Schleuse", "arch_name": "0.018B@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -418121,18 +461512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61429, "usage_id": 105 }, "5115.EG.018C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.018C, Nanostruk. RR", "arch_name": "0.018C@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -418140,18 +461533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61430, "usage_id": 103 }, "5115.EG.501": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.501, Elt.", "arch_name": "0.501@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -418159,18 +461554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61442, "usage_id": 160 }, "5115.EG.502": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.502, Schacht", "arch_name": "0.502@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -418178,18 +461575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61472, "usage_id": 120 }, "5115.EG.503": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.503, Elt.", "arch_name": "0.503@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19703, "seats": { @@ -418197,18 +461596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61473, "usage_id": 160 }, "5115.EG.507": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.507, Aufzugschacht", "arch_name": "0.507@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19703, "seats": { @@ -418216,18 +461617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61471, "usage_id": 5 }, "5115.EG.600": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.600, Beh.-WC", "arch_name": "0.600@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -418235,18 +461638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61420, "usage_id": 117 }, "5115.EG.601": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.601, WC-Herren", "arch_name": "0.601@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -418254,18 +461659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61419, "usage_id": 115 }, "5115.EG.602": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.602, WC-Damen", "arch_name": "0.602@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -418273,18 +461680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61416, "usage_id": 116 }, "5115.EG.602A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.602A, Putzraum", "arch_name": "0.602A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -418292,18 +461701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61417, "usage_id": 205 }, "5115.EG.700": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.700, Foyer", "arch_name": "0.700@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -418311,18 +461722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62855, "usage_id": 15 }, "5115.EG.700A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.700A, Windfang", "arch_name": "0.700A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -418330,18 +461743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61414, "usage_id": 52 }, "5115.EG.700B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.700B, Teek\u00fcche", "arch_name": "0.700B@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -418349,18 +461764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61415, "usage_id": 198 }, "5115.EG.701": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.701, Korridor West", "arch_name": "0.701@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -418368,18 +461785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61435, "usage_id": 222 }, "5115.EG.702": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.702, Korridor Nord", "arch_name": "0.702@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19703, "seats": { @@ -418387,18 +461806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61436, "usage_id": 222 }, "5115.EG.702A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.702A, Korridor Mat.", "arch_name": "0.702A@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -418406,18 +461827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61474, "usage_id": 222 }, "5115.EG.703": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.703, Korridor Ost", "arch_name": "0.703@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19703, "seats": { @@ -418425,18 +461848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61448, "usage_id": 222 }, "5115.EG.800": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.800, Treppe S\u00fcd", "arch_name": "0.800@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19703, "seats": { @@ -418444,18 +461869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61421, "usage_id": 223 }, "5115.EG.801": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0.801, Treppe Nord", "arch_name": "0.801@5115", "area_id": 35, "building_id": 1080, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -418463,18 +461890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61437, "usage_id": 223 }, "5115.U1.500": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "-1.500, Medienkanal", "arch_name": "-1.500@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -418482,18 +461911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61569, "usage_id": 120 }, "5115.U1.501": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "-1.501, Medienkanal", "arch_name": "-1.501@5115", "area_id": 35, "building_id": 1080, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -418501,18 +461932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61570, "usage_id": 120 }, "5116.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0001, Trafostation", "arch_name": "0001@5116", "area_id": 35, "building_id": 1100, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -418520,18 +461953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62826, "usage_id": 46 }, "5116.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0002, Trafostation", "arch_name": "0002@5116", "area_id": 35, "building_id": 1100, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -418539,18 +461974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62827, "usage_id": 46 }, "5116.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 4a", "zip_code": 85748 }, + "alt_name": "0002, Trafostation", "arch_name": "0002@5116", "area_id": 35, "building_id": 1100, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -418558,18 +461995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62828, "usage_id": 46 }, "5120.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "101, Seminar", "arch_name": "101@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39536, "seats": { @@ -418577,18 +462016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62130, "usage_id": 41 }, "5120.01.101A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "101A, Schleuse", "arch_name": "101A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -418596,18 +462037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62131, "usage_id": 105 }, "5120.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "102, Labor", "arch_name": "102@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39536, "seats": { @@ -418615,18 +462058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62838, "usage_id": 172 }, "5120.01.102A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "102A, Schleuse", "arch_name": "102A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39536, "seats": { @@ -418634,18 +462079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62132, "usage_id": 105 }, "5120.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "103, Labor", "arch_name": "103@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -418653,18 +462100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62839, "usage_id": 172 }, "5120.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "104, Rechner", "arch_name": "104@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39536, "seats": { @@ -418672,18 +462121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62133, "usage_id": 207 }, "5120.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "105, B\u00fcro", "arch_name": "105@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418691,18 +462142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62134, "usage_id": 12 }, "5120.01.106A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "106A, Rechner", "arch_name": "106A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418710,18 +462163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62135, "usage_id": 110 }, "5120.01.106B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "106B, Rechner", "arch_name": "106B@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418729,18 +462184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62136, "usage_id": 110 }, "5120.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "107, Labor", "arch_name": "107@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418748,18 +462205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62137, "usage_id": 103 }, "5120.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "108, Teek\u00fcche", "arch_name": "108@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418767,18 +462226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62138, "usage_id": 198 }, "5120.01.109": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "109, Sonst.Nutzung", "arch_name": "109@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -418786,18 +462247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62139, "usage_id": 37 }, "5120.01.109A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "109A, Sonst.Nutzung", "arch_name": "109A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -418805,18 +462268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62140, "usage_id": 37 }, "5120.01.110": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "110, B\u00fcro", "arch_name": "110@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418824,18 +462289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62141, "usage_id": 12 }, "5120.01.111": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "111, B\u00fcro", "arch_name": "111@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418843,18 +462310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62142, "usage_id": 12 }, "5120.01.112": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "112, Server", "arch_name": "112@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418862,18 +462331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62143, "usage_id": 207 }, "5120.01.113": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "113, B\u00fcro", "arch_name": "113@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418881,18 +462352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62144, "usage_id": 12 }, "5120.01.114": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "114, B\u00fcro", "arch_name": "114@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418900,18 +462373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62145, "usage_id": 12 }, "5120.01.115": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "115, B\u00fcro", "arch_name": "115@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418919,18 +462394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62146, "usage_id": 12 }, "5120.01.115A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "115A, Lager", "arch_name": "115A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -418938,18 +462415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62147, "usage_id": 30 }, "5120.01.117": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "117, Flur", "arch_name": "117@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418957,18 +462436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62148, "usage_id": 222 }, "5120.01.117A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "117A, Flur", "arch_name": "117A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418976,18 +462457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62149, "usage_id": 222 }, "5120.01.117B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "117B, Flur", "arch_name": "117B@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -418995,18 +462478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62150, "usage_id": 222 }, "5120.01.118": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "118, B\u00fcro", "arch_name": "118@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419014,18 +462499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62151, "usage_id": 12 }, "5120.01.119A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "119a, B\u00fcro", "arch_name": "119a@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419033,18 +462520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62152, "usage_id": 12 }, "5120.01.119B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "119b, B\u00fcro", "arch_name": "119b@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419052,18 +462541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62153, "usage_id": 12 }, "5120.01.120": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "120, B\u00fcro", "arch_name": "120@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419071,18 +462562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62154, "usage_id": 12 }, "5120.01.121": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "121, B\u00fcro", "arch_name": "121@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419090,18 +462583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62155, "usage_id": 12 }, "5120.01.122": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "122, B\u00fcro", "arch_name": "122@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419109,18 +462604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62156, "usage_id": 12 }, "5120.01.123": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "123, Wohnen", "arch_name": "123@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419128,18 +462625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62157, "usage_id": 53 }, "5120.01.124": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "124, Galerie", "arch_name": "124@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419147,18 +462646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62841, "usage_id": 206 }, "5120.01.125": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "125, Galerie", "arch_name": "125@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 39536, "seats": { @@ -419166,18 +462667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62158, "usage_id": 206 }, "5120.01.130": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "130, Gemeinschaftsr.", "arch_name": "130@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419185,18 +462688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62159, "usage_id": 218 }, "5120.DG.501": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "501, Aufzugsmasch.", "arch_name": "501@5120", "area_id": 35, "building_id": 873, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419204,18 +462709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62843, "usage_id": 5 }, "5120.DG.502": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "502, Aufzugsmasch.", "arch_name": "502@5120", "area_id": 35, "building_id": 873, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419223,18 +462730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62842, "usage_id": 5 }, "5120.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "001, Physik. Versuchshalle", "arch_name": "001@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -419242,18 +462751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47692, "usage_id": 49 }, "5120.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "002, Technologische Versuchshalle", "arch_name": "002@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419261,18 +462772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47956, "usage_id": 49 }, "5120.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "003, Physik. Versuchshalle", "arch_name": "003@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419280,18 +462793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47971, "usage_id": 49 }, "5120.EG.003A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "003A, Treppe", "arch_name": "003A@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 39536, "seats": { @@ -419299,18 +462814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62115, "usage_id": 223 }, "5120.EG.003B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "003B, Flur", "arch_name": "003B@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419318,18 +462835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62116, "usage_id": 222 }, "5120.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "004, Physik. Versuchshalle", "arch_name": "004@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419337,18 +462856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47992, "usage_id": 49 }, "5120.EG.004B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "004B, Flur", "arch_name": "004B@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419356,18 +462877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62824, "usage_id": 222 }, "5120.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "005, Schaltraum", "arch_name": "005@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419375,18 +462898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47757, "usage_id": 120 }, "5120.EG.005A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "005A, Physik. Messraum/Analytik", "arch_name": "005A@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419394,18 +462919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47770, "usage_id": 103 }, "5120.EG.005D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "005D, Physik. Messraum/Analytik", "arch_name": "005D@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419413,18 +462940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47563, "usage_id": 103 }, "5120.EG.005E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "005E, Physik. Messraum/Analytik", "arch_name": "005E@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419432,18 +462961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47574, "usage_id": 103 }, "5120.EG.005F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "005F, Treppenraum", "arch_name": "005F@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419451,18 +462982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47587, "usage_id": 223 }, "5120.EG.005G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "005G, Flur", "arch_name": "005G@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419470,18 +463003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47590, "usage_id": 222 }, "5120.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "006, Stromversorgung", "arch_name": "006@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419489,18 +463024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47858, "usage_id": 160 }, "5120.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "007, Schaltraum", "arch_name": "007@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419508,18 +463045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47866, "usage_id": 164 }, "5120.EG.007A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "007A, Lager", "arch_name": "007A@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419527,18 +463066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62117, "usage_id": 30 }, "5120.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "008, EDV-Raum", "arch_name": "008@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419546,18 +463087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47879, "usage_id": 207 }, "5120.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "010, Metallwerkstatt", "arch_name": "010@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 39536, "seats": { @@ -419565,18 +463108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45922, "usage_id": 108 }, "5120.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "011, Sanit\u00e4rraum", "arch_name": "011@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -419584,18 +463129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45934, "usage_id": 37 }, "5120.EG.011A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "011A, Sanit\u00e4rraum", "arch_name": "011A@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -419603,18 +463150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45943, "usage_id": 37 }, "5120.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "012, Physiklabor", "arch_name": "012@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419622,18 +463171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45955, "usage_id": 103 }, "5120.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "013, Lager", "arch_name": "013@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 39536, "seats": { @@ -419641,18 +463192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45961, "usage_id": 30 }, "5120.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "014, Eingangshalle", "arch_name": "014@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419660,18 +463213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46114, "usage_id": 222 }, "5120.EG.014A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "014A, Flur", "arch_name": "014A@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419679,18 +463234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46121, "usage_id": 222 }, "5120.EG.014B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "014B, Flur", "arch_name": "014B@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419698,18 +463255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46131, "usage_id": 222 }, "5120.EG.014C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "014C, Aufzug", "arch_name": "014C@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419717,18 +463276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46144, "usage_id": 4 }, "5120.EG.014D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "014D, Treppenraum", "arch_name": "014D@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419736,18 +463297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46286, "usage_id": 223 }, "5120.EG.014E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "014E, Aufsichtsraum", "arch_name": "014E@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419755,18 +463318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46297, "usage_id": 9 }, "5120.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "015, Windfang", "arch_name": "015@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419774,18 +463339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46307, "usage_id": 52 }, "5120.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "016, Technologisches Labor", "arch_name": "016@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419793,18 +463360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46319, "usage_id": 12 }, "5120.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "017, Technologisches Labor", "arch_name": "017@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419812,18 +463381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46329, "usage_id": 12 }, "5120.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "018, Technologisches Labor", "arch_name": "018@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39536, "seats": { @@ -419831,18 +463402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46476, "usage_id": 12 }, "5120.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "019, Elektrolabor", "arch_name": "019@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -419850,18 +463423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46483, "usage_id": 103 }, "5120.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "020, Metallwerkstatt", "arch_name": "020@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -419869,18 +463444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46493, "usage_id": 108 }, "5120.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "028, Physik. Messraum/Analytik", "arch_name": "028@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419888,18 +463465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46499, "usage_id": 103 }, "5120.EG.028A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "028A, Flur", "arch_name": "028A@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -419907,18 +463486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62118, "usage_id": 222 }, "5120.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "030, Flur", "arch_name": "030@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419926,18 +463507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62830, "usage_id": 222 }, "5120.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "031, Verkehrsfl.", "arch_name": "031@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419945,18 +463528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62831, "usage_id": 222 }, "5120.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "032, Flur", "arch_name": "032@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419964,18 +463549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62832, "usage_id": 222 }, "5120.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "033, Lager", "arch_name": "033@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -419983,18 +463570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62833, "usage_id": 30 }, "5120.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "034, Lager", "arch_name": "034@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420002,18 +463591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62834, "usage_id": 30 }, "5120.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "035, Lager", "arch_name": "035@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420021,18 +463612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62835, "usage_id": 30 }, "5120.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "036, Messraum", "arch_name": "036@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -420040,18 +463633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62119, "usage_id": 103 }, "5120.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "037, Messraum", "arch_name": "037@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -420059,18 +463654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62120, "usage_id": 103 }, "5120.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "038, Lager", "arch_name": "038@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -420078,18 +463675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62121, "usage_id": 30 }, "5120.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "039, Werkstatt", "arch_name": "039@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -420097,18 +463696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62122, "usage_id": 51 }, "5120.EG.039A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "039A, WC-Damen", "arch_name": "039A@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -420116,18 +463717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62123, "usage_id": 116 }, "5120.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "040, Besprechung", "arch_name": "040@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -420135,18 +463738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62124, "usage_id": 196 }, "5120.EG.040A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "040A, WC-Herren", "arch_name": "040A@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -420154,18 +463759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62125, "usage_id": 115 }, "5120.EG.040B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "040B, Teek\u00fcche", "arch_name": "040B@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -420173,18 +463780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62126, "usage_id": 198 }, "5120.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "041, B\u00fcro", "arch_name": "041@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -420192,18 +463801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62127, "usage_id": 12 }, "5120.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "042, B\u00fcro", "arch_name": "042@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -420211,18 +463822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62128, "usage_id": 12 }, "5120.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "043, B\u00fcro", "arch_name": "043@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39536, "seats": { @@ -420230,18 +463843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62129, "usage_id": 12 }, "5120.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "050, Trafostation", "arch_name": "050@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -420249,18 +463864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62836, "usage_id": 46 }, "5120.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "051, Trafostation", "arch_name": "051@5120", "area_id": 35, "building_id": 873, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -420268,18 +463885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62837, "usage_id": 46 }, "5120.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-101, Physik. Versuchshalle", "arch_name": "-101@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -420287,18 +463906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48544, "usage_id": 49 }, "5120.U1.001A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-101A, Treppe", "arch_name": "-101A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 39536, "seats": { @@ -420306,18 +463927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62614, "usage_id": 223 }, "5120.U1.001B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-101B, Treppe", "arch_name": "-101B@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420325,18 +463948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62820, "usage_id": 223 }, "5120.U1.001C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-101C, Treppe", "arch_name": "-101C@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420344,18 +463969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62821, "usage_id": 223 }, "5120.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-102, Installationskanal", "arch_name": "-102@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420363,18 +463990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48550, "usage_id": 120 }, "5120.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-103, Installationskanal", "arch_name": "-103@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420382,18 +464011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48557, "usage_id": 120 }, "5120.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-104, Physik. Versuchshalle", "arch_name": "-104@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420401,18 +464032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48566, "usage_id": 49 }, "5120.U1.004A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-104A, Treppe", "arch_name": "-104A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 39536, "seats": { @@ -420420,18 +464053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62114, "usage_id": 223 }, "5120.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-105, Installationskanal", "arch_name": "-105@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420439,18 +464074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48575, "usage_id": 120 }, "5120.U1.005A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-105A, Installationskanal", "arch_name": "-105A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420458,18 +464095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47116, "usage_id": 120 }, "5120.U1.005C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-105C, Treppenraum", "arch_name": "-105C@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420477,18 +464116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47135, "usage_id": 223 }, "5120.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-106, Raumlufttechnische Anlage", "arch_name": "-106@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420496,18 +464137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47148, "usage_id": 32 }, "5120.U1.006A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-106A, Install.Schacht", "arch_name": "-106A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420515,18 +464158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62822, "usage_id": 120 }, "5120.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-107, Stromversorgung", "arch_name": "-107@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -420534,18 +464179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47230, "usage_id": 160 }, "5120.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-108, Wasserversorgung", "arch_name": "-108@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420553,18 +464200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47236, "usage_id": 182 }, "5120.U1.008A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-108A, Brauchwasser", "arch_name": "-108A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420572,18 +464221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47244, "usage_id": 54 }, "5120.U1.008B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-108B, Gase / Fl\u00fcssigkeiten", "arch_name": "-108B@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420591,18 +464242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47256, "usage_id": 182 }, "5120.U1.008C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-108C, Lager", "arch_name": "-108C@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420610,18 +464263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47260, "usage_id": 132 }, "5120.U1.008D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-108D, Raumlufttechnische Anlage", "arch_name": "-108D@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420629,18 +464284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47270, "usage_id": 32 }, "5120.U1.008E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-108E, Wasserversorgung", "arch_name": "-108E@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420648,18 +464305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47349, "usage_id": 182 }, "5120.U1.008F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-108F, Installationsraum", "arch_name": "-108F@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420667,18 +464326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47356, "usage_id": 120 }, "5120.U1.008G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-108G, K\u00e4ltemasch.", "arch_name": "-108G@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420686,18 +464347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62823, "usage_id": 32 }, "5120.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-109, Sanit\u00e4rraum", "arch_name": "-109@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -420705,18 +464368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47369, "usage_id": 37 }, "5120.U1.009A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-109A, Sanit\u00e4rraum", "arch_name": "-109A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -420724,18 +464389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47375, "usage_id": 37 }, "5120.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-110, Abwasseraufbereitung", "arch_name": "-110@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420743,18 +464410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47445, "usage_id": 182 }, "5120.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-111, Garderobe / Umkleide", "arch_name": "-111@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -420762,18 +464431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47457, "usage_id": 121 }, "5120.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-112, Sanit\u00e4rraum", "arch_name": "-112@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -420781,18 +464452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47461, "usage_id": 37 }, "5120.U1.012A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-112A, Sanit\u00e4rraum", "arch_name": "-112A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -420800,18 +464473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47472, "usage_id": 37 }, "5120.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-113, Gase / Fl\u00fcssigkeiten", "arch_name": "-113@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420819,18 +464494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47479, "usage_id": 17 }, "5120.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-114, Flur", "arch_name": "-114@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -420838,18 +464515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47655, "usage_id": 222 }, "5120.U1.014A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-114A, Treppenraum", "arch_name": "-114A@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420857,18 +464536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47668, "usage_id": 223 }, "5120.U1.014B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "-114B, Aufzug", "arch_name": "-114B@5120", "area_id": 35, "building_id": 873, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420876,18 +464557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47681, "usage_id": 195 }, "5121.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "101, K\u00e4ltemasch.", "arch_name": "101@5121", "area_id": 35, "building_id": 874, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420895,18 +464578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62792, "usage_id": 32 }, "5121.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "102, Galerie", "arch_name": "102@5121", "area_id": 35, "building_id": 874, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 39536, "seats": { @@ -420914,18 +464599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62493, "usage_id": 206 }, "5121.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "103, Galerie", "arch_name": "103@5121", "area_id": 35, "building_id": 874, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 39536, "seats": { @@ -420933,18 +464620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62494, "usage_id": 206 }, "5121.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "001, Montage- und Versuchshalle", "arch_name": "001@5121", "area_id": 35, "building_id": 874, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420952,18 +464641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44904, "usage_id": 49 }, "5121.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "002, Anlieferung und Reparatur", "arch_name": "002@5121", "area_id": 35, "building_id": 874, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -420971,18 +464662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44916, "usage_id": 186 }, "5121.EG.002A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "002A, Treppe", "arch_name": "002A@5121", "area_id": 35, "building_id": 874, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 39536, "seats": { @@ -420990,18 +464683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62448, "usage_id": 223 }, "5121.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "003, Computerraum", "arch_name": "003@5121", "area_id": 35, "building_id": 874, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421009,18 +464704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45064, "usage_id": 207 }, "5121.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "004, Gasflaschenzentrale", "arch_name": "004@5121", "area_id": 35, "building_id": 874, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421028,18 +464725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45077, "usage_id": 30 }, "5122.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "001, Fl\u00fcssig Stickstoff", "arch_name": "001@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421047,18 +464746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59109, "usage_id": 17 }, "5122.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "002, Kistenlager", "arch_name": "002@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421066,18 +464767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59111, "usage_id": 30 }, "5122.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "003, Lager", "arch_name": "003@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421085,18 +464788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59110, "usage_id": 30 }, "5122.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "004, Lager", "arch_name": "004@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421104,18 +464809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59108, "usage_id": 30 }, "5122.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "005, Flaschenlager", "arch_name": "005@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421123,18 +464830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59112, "usage_id": 30 }, "5122.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "006, Notstrom", "arch_name": "006@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421142,18 +464851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59113, "usage_id": 160 }, "5122.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "007, Lager", "arch_name": "007@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421161,18 +464872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59114, "usage_id": 30 }, "5122.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "008, \u00d6llager", "arch_name": "008@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421180,18 +464893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59116, "usage_id": 30 }, "5122.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "009, Flur", "arch_name": "009@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421199,18 +464914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59115, "usage_id": 222 }, "5122.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "010, R\u00fcckk\u00fchlwerke u. Pumpen", "arch_name": "010@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421218,18 +464935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59118, "usage_id": 32 }, "5122.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "011, Abluftschacht", "arch_name": "011@5122", "area_id": 35, "building_id": 930, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39536, "seats": { @@ -421237,18 +464956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59117, "usage_id": 32 }, "5123.01.121": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 121, B\u00fcro", "arch_name": "W 121@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421256,18 +464977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68773, "usage_id": 12 }, "5123.01.122": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 122, B\u00fcro", "arch_name": "W 122@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421275,18 +464998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68786, "usage_id": 12 }, "5123.01.123": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 123, B\u00fcro", "arch_name": "W 123@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421294,18 +465019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68787, "usage_id": 12 }, "5123.01.124": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 124, B\u00fcro", "arch_name": "W 124@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421313,18 +465040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68788, "usage_id": 12 }, "5123.01.125": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 125, B\u00fcro", "arch_name": "W 125@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421332,18 +465061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68789, "usage_id": 12 }, "5123.01.126": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 126, B\u00fcro", "arch_name": "W 126@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421351,18 +465082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68790, "usage_id": 12 }, "5123.01.127": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 127, B\u00fcro", "arch_name": "W 127@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421370,18 +465103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68779, "usage_id": 12 }, "5123.01.129": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 129, B\u00fcro", "arch_name": "W 129@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421389,18 +465124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68780, "usage_id": 12 }, "5123.01.130": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 130, ELT-Technik", "arch_name": "W 130@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421408,18 +465145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68792, "usage_id": 160 }, "5123.01.130A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 130A, Daten-Technik", "arch_name": "W 130A@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421427,18 +465166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68782, "usage_id": 120 }, "5123.01.131": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 131, B\u00fcro", "arch_name": "W 131@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421446,18 +465187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68781, "usage_id": 12 }, "5123.01.132": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 132, Mehrzweckraum", "arch_name": "W 132@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421465,18 +465208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68774, "usage_id": 130 }, "5123.01.137": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 137, B\u00fcro", "arch_name": "W 137@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421484,18 +465229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68775, "usage_id": 12 }, "5123.01.139": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 139, B\u00fcro", "arch_name": "W 139@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421503,18 +465250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68776, "usage_id": 12 }, "5123.01.140": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 140, Putzraum", "arch_name": "W 140@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421522,18 +465271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68791, "usage_id": 205 }, "5123.01.141": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 141, B\u00fcro", "arch_name": "W 141@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421541,18 +465292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68777, "usage_id": 12 }, "5123.01.143": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 143, B\u00fcro", "arch_name": "W 143@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421560,18 +465313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68778, "usage_id": 12 }, "5123.01.176": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 176, WC-Damen", "arch_name": "W 176@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -421579,18 +465334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68793, "usage_id": 116 }, "5123.01.177": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 177, WC-Herren", "arch_name": "W 177@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -421598,18 +465355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68794, "usage_id": 115 }, "5123.01.178": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 178, Beh.-WC", "arch_name": "W 178@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39536, "seats": { @@ -421617,18 +465376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68795, "usage_id": 117 }, "5123.01.180": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 180, Flur", "arch_name": "W 180@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421636,18 +465397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68783, "usage_id": 222 }, "5123.01.181": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 181, Flur", "arch_name": "W 181@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39536, "seats": { @@ -421655,18 +465418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68784, "usage_id": 222 }, "5123.01.182": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "W 182, Treppenhaus", "arch_name": "W 182@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 39536, "seats": { @@ -421674,18 +465439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68785, "usage_id": 223 }, "5123.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "001, Metallwerkstatt", "arch_name": "001@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421693,18 +465460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47076, "usage_id": 51 }, "5123.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "002, B\u00fcro", "arch_name": "002@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421712,18 +465481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47079, "usage_id": 12 }, "5123.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "003, Annahme / Ausgabe", "arch_name": "003@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421731,18 +465502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47087, "usage_id": 186 }, "5123.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "004, Metallwerkstatt", "arch_name": "004@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421750,18 +465523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47097, "usage_id": 51 }, "5123.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "005, Annahme / Ausgabe", "arch_name": "005@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421769,18 +465544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47104, "usage_id": 186 }, "5123.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "006, Aufenthalt", "arch_name": "006@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421788,18 +465565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44387, "usage_id": 44 }, "5123.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "007, Elektroniklabor", "arch_name": "007@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421807,18 +465586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44401, "usage_id": 103 }, "5123.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "008, Elektronikwerkstatt", "arch_name": "008@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421826,18 +465607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44407, "usage_id": 51 }, "5123.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "009, B\u00fcro", "arch_name": "009@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421845,18 +465628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44413, "usage_id": 12 }, "5123.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "010, B\u00fcro", "arch_name": "010@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421864,18 +465649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44424, "usage_id": 12 }, "5123.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "011, B\u00fcro", "arch_name": "011@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421883,18 +465670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44573, "usage_id": 12 }, "5123.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "012, Bibliothek", "arch_name": "012@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421902,18 +465691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44585, "usage_id": 10 }, "5123.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "013, Zeichen-/Konstruktionsraum", "arch_name": "013@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421921,18 +465712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44594, "usage_id": 55 }, "5123.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "014, Holz-/Kunststoffwerkstatt", "arch_name": "014@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421940,18 +465733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44600, "usage_id": 107 }, "5123.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "015, Metallwerkstatt", "arch_name": "015@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421959,18 +465754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44608, "usage_id": 51 }, "5123.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "016, Oberfl\u00e4chenbehandlung", "arch_name": "016@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421978,18 +465775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44755, "usage_id": 51 }, "5123.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "017, Physik. Messraum/Analytik", "arch_name": "017@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -421997,18 +465796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44767, "usage_id": 103 }, "5123.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "018, Holz-/Kunststoffwerkstatt", "arch_name": "018@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422016,19 +465817,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44775, "usage_id": 107 }, "5123.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "019, LMU H\u00f6rsaal im Physik Werkstattgeb\u00e4ude", "arch_name": "019@5123", "area_id": 35, "building_id": 875, "calendar_resource_nr": 18664, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -422036,18 +465839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44782, "usage_id": 20 }, "5123.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "020, Projektionsraum", "arch_name": "020@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422055,18 +465860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44924, "usage_id": 23 }, "5123.EG.082": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "082, Flur", "arch_name": "082@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422074,18 +465881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44928, "usage_id": 222 }, "5123.EG.083": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "083, Flur", "arch_name": "083@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422093,18 +465902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44940, "usage_id": 222 }, "5123.EG.084": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "084, Flur", "arch_name": "084@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422112,18 +465923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44945, "usage_id": 222 }, "5123.EG.085": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "085, Abstellraum", "arch_name": "085@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422131,18 +465944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44955, "usage_id": 159 }, "5123.EG.086": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "086, Treppenraum", "arch_name": "086@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422150,18 +465965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45101, "usage_id": 223 }, "5123.EG.087": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "087, Windfang", "arch_name": "087@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422169,18 +465986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45123, "usage_id": 52 }, "5123.EG.088": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "088, Sanit\u00e4r", "arch_name": "088@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422188,18 +466007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45134, "usage_id": 37 }, "5123.EG.089": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "089, Sanit\u00e4r", "arch_name": "089@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422207,18 +466028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45290, "usage_id": 37 }, "5123.EG.090": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "090, Sanit\u00e4r", "arch_name": "090@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422226,18 +466049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45302, "usage_id": 37 }, "5123.EG.091": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "091, Sanit\u00e4r", "arch_name": "091@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422245,18 +466070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45313, "usage_id": 37 }, "5123.EG.092": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "092, Aufzug", "arch_name": "092@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422264,18 +466091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45462, "usage_id": 4 }, "5123.EG.093": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "093, Flur", "arch_name": "093@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422283,18 +466112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45479, "usage_id": 222 }, "5123.EG.094": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "094, Flur", "arch_name": "094@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422302,18 +466133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45492, "usage_id": 222 }, "5123.EG.095": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "095, Treppenraum", "arch_name": "095@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422321,18 +466154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45504, "usage_id": 223 }, "5123.EG.096": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "096, Sanit\u00e4r", "arch_name": "096@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422340,18 +466175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45658, "usage_id": 37 }, "5123.EG.097": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "097, Sanit\u00e4r", "arch_name": "097@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422359,18 +466196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45674, "usage_id": 37 }, "5123.EG.098": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "098, Sanit\u00e4r", "arch_name": "098@5123", "area_id": 35, "building_id": 875, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422378,18 +466217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45829, "usage_id": 37 }, "5123.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "001, Raumlufttechnik", "arch_name": "001@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422397,18 +466238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45261, "usage_id": 32 }, "5123.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "002, Raumlufttechnik", "arch_name": "002@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422416,18 +466259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45272, "usage_id": 32 }, "5123.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "003, Vorbereitung", "arch_name": "003@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422435,18 +466280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45281, "usage_id": 136 }, "5123.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "004, Raumlufttechnik", "arch_name": "004@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422454,18 +466301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45428, "usage_id": 32 }, "5123.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "005, Lager", "arch_name": "005@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422473,18 +466322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45436, "usage_id": 30 }, "5123.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "006, Oberfl\u00e4chenbehandlung", "arch_name": "006@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422492,18 +466343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45446, "usage_id": 51 }, "5123.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "007, Oberfl\u00e4chenbehandlung", "arch_name": "007@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422511,18 +466364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45453, "usage_id": 51 }, "5123.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "008, Oberfl\u00e4chenbehandlung", "arch_name": "008@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422530,18 +466385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45602, "usage_id": 51 }, "5123.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "009, Lager", "arch_name": "009@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422549,18 +466406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45616, "usage_id": 30 }, "5123.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "010, Stromversorgung", "arch_name": "010@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422568,18 +466427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45630, "usage_id": 160 }, "5123.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "011, Stromversorgung", "arch_name": "011@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422587,18 +466448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45640, "usage_id": 160 }, "5123.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "012, Stromversorgung", "arch_name": "012@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422606,18 +466469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45788, "usage_id": 160 }, "5123.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "013, Stromversorgung", "arch_name": "013@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422625,18 +466490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45803, "usage_id": 160 }, "5123.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "014, Stromversorgung", "arch_name": "014@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422644,18 +466511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45819, "usage_id": 160 }, "5123.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "015, Stromversorgung", "arch_name": "015@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422663,18 +466532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45825, "usage_id": 160 }, "5123.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "016, Lager", "arch_name": "016@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422682,18 +466553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45977, "usage_id": 30 }, "5123.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "017, Lager", "arch_name": "017@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422701,18 +466574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45986, "usage_id": 30 }, "5123.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "018, Lager", "arch_name": "018@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422720,18 +466595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45995, "usage_id": 30 }, "5123.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "019, Abwasseraufbereitung/-beseitigung", "arch_name": "019@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422739,18 +466616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45999, "usage_id": 182 }, "5123.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "020, Lager", "arch_name": "020@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422758,18 +466637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46153, "usage_id": 30 }, "5123.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "021, Holz-/Kunststoffwerkstatt", "arch_name": "021@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422777,18 +466658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46163, "usage_id": 107 }, "5123.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "022, Lager", "arch_name": "022@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422796,18 +466679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46176, "usage_id": 30 }, "5123.U1.063": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "063, Flur", "arch_name": "063@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422815,18 +466700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46186, "usage_id": 222 }, "5123.U1.063A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "063A, Flur", "arch_name": "063A@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422834,18 +466721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46196, "usage_id": 222 }, "5123.U1.064": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "064, Flur", "arch_name": "064@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422853,18 +466742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46343, "usage_id": 222 }, "5123.U1.065": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "065, Flur", "arch_name": "065@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422872,18 +466763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46353, "usage_id": 222 }, "5123.U1.066": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "066, Flur", "arch_name": "066@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422891,18 +466784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46360, "usage_id": 222 }, "5123.U1.066A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "066A, Abstellraum", "arch_name": "066A@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422910,18 +466805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46372, "usage_id": 159 }, "5123.U1.067": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "067, Flur", "arch_name": "067@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422929,18 +466826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46519, "usage_id": 222 }, "5123.U1.068": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "068, Treppenraum", "arch_name": "068@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422948,18 +466847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46533, "usage_id": 223 }, "5123.U1.069": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "069, Treppenraum", "arch_name": "069@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422967,18 +466868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46544, "usage_id": 223 }, "5123.U1.071": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "071, Stromversorgung", "arch_name": "071@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -422986,18 +466889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46701, "usage_id": 160 }, "5123.U1.072": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "072, Stromversorgung", "arch_name": "072@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423005,18 +466910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46711, "usage_id": 160 }, "5123.U1.073": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "073, Flur", "arch_name": "073@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423024,18 +466931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46725, "usage_id": 222 }, "5123.U1.074": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "074, Sanit\u00e4r", "arch_name": "074@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423043,18 +466952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46735, "usage_id": 37 }, "5123.U1.075": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "075, Sanit\u00e4r", "arch_name": "075@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423062,18 +466973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46739, "usage_id": 37 }, "5123.U1.076": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "076, Sanit\u00e4r", "arch_name": "076@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423081,18 +466994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46891, "usage_id": 37 }, "5123.U1.077": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "077, Sanit\u00e4r", "arch_name": "077@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423100,18 +467015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46903, "usage_id": 37 }, "5123.U1.078": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "078, Aufzug", "arch_name": "078@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423119,18 +467036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46914, "usage_id": 4 }, "5123.U1.079": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 1", "zip_code": 85748 }, + "alt_name": "079, Aufzug", "arch_name": "079@5123", "area_id": 35, "building_id": 875, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423138,18 +467057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46927, "usage_id": 4 }, "5124.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "101, B\u00fcro", "arch_name": "101@5124", "area_id": 35, "building_id": 792, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423157,18 +467078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46237, "usage_id": 12 }, "5124.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "102, B\u00fcro", "arch_name": "102@5124", "area_id": 35, "building_id": 792, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423176,18 +467099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46388, "usage_id": 12 }, "5124.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "103, B\u00fcro", "arch_name": "103@5124", "area_id": 35, "building_id": 792, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423195,18 +467120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46396, "usage_id": 12 }, "5124.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "104, B\u00fcro", "arch_name": "104@5124", "area_id": 35, "building_id": 792, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423214,18 +467141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46404, "usage_id": 12 }, "5124.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "105, B\u00fcro", "arch_name": "105@5124", "area_id": 35, "building_id": 792, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423233,18 +467162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46418, "usage_id": 12 }, "5124.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "106, B\u00fcro", "arch_name": "106@5124", "area_id": 35, "building_id": 792, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423252,18 +467183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46423, "usage_id": 12 }, "5124.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "107, Flur", "arch_name": "107@5124", "area_id": 35, "building_id": 792, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423271,18 +467204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46570, "usage_id": 222 }, "5124.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "001, B\u00fcro", "arch_name": "001@5124", "area_id": 35, "building_id": 792, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423290,18 +467225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45847, "usage_id": 12 }, "5124.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "002, B\u00fcro", "arch_name": "002@5124", "area_id": 35, "building_id": 792, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423309,18 +467246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45860, "usage_id": 12 }, "5124.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "003, B\u00fcro", "arch_name": "003@5124", "area_id": 35, "building_id": 792, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423328,18 +467267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46011, "usage_id": 12 }, "5124.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "004, B\u00fcro", "arch_name": "004@5124", "area_id": 35, "building_id": 792, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423347,18 +467288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46030, "usage_id": 12 }, "5124.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "005, B\u00fcro", "arch_name": "005@5124", "area_id": 35, "building_id": 792, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423366,18 +467309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46047, "usage_id": 12 }, "5124.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "006, B\u00fcro", "arch_name": "006@5124", "area_id": 35, "building_id": 792, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423385,18 +467330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46056, "usage_id": 12 }, "5124.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "007, Flur", "arch_name": "007@5124", "area_id": 35, "building_id": 792, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423404,18 +467351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46204, "usage_id": 222 }, "5124.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Franck-Str. 1", "zip_code": 85748 }, + "alt_name": "008, Besprechungsraum", "arch_name": "008@5124", "area_id": 35, "building_id": 792, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19703, "seats": { @@ -423423,18 +467372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46216, "usage_id": 196 }, "5125.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0001, BMZ", "arch_name": "0001@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423442,18 +467393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63615, "usage_id": 164 }, "5125.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0003, Server", "arch_name": "0003@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423461,18 +467414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63605, "usage_id": 207 }, "5125.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0005, NSHV", "arch_name": "0005@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423480,18 +467435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63600, "usage_id": 160 }, "5125.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0007, Gasflaschenlager", "arch_name": "0007@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423499,18 +467456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63609, "usage_id": 30 }, "5125.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0009, Trafo 2", "arch_name": "0009@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423518,18 +467477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63602, "usage_id": 160 }, "5125.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0011, MSHV", "arch_name": "0011@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423537,18 +467498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63599, "usage_id": 160 }, "5125.EG.062C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0062C, Schacht", "arch_name": "0062C@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423556,18 +467519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63604, "usage_id": 120 }, "5125.EG.064A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U64A, K\u00e4ltemaschine", "arch_name": "U64A@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423575,18 +467540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63608, "usage_id": 32 }, "5125.EG.066D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0066D, Schacht", "arch_name": "0066D@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423594,18 +467561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63603, "usage_id": 120 }, "5125.EG.070": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0070, WC-Vorraum Herren", "arch_name": "0070@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423613,18 +467582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63614, "usage_id": 118 }, "5125.EG.070A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0070A, WC-Herren", "arch_name": "0070A@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423632,18 +467603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63613, "usage_id": 115 }, "5125.EG.071": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0071, WC-Vorraum Damen", "arch_name": "0071@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423651,18 +467624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63612, "usage_id": 118 }, "5125.EG.071A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0071A, WC-Damen", "arch_name": "0071A@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423670,18 +467645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63611, "usage_id": 116 }, "5125.EG.071B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0071B, Putzraum", "arch_name": "0071B@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423689,18 +467666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63610, "usage_id": 205 }, "5125.EG.080": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0080, Schaltraum", "arch_name": "0080@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423708,18 +467687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65103, "usage_id": 120 }, "5125.EG.080A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0080A, Empfang", "arch_name": "0080A@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423727,18 +467708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63606, "usage_id": 12 }, "5125.EG.086B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0086B, Erschlie\u00dfungsgang", "arch_name": "0086B@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423746,18 +467729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63601, "usage_id": 222 }, "5125.EG.090": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "0090, Flur/Treppe", "arch_name": "0090@5125", "area_id": 35, "building_id": 1425, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423765,18 +467750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63607, "usage_id": 223 }, "5125.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U101, Sich-Bel.", "arch_name": "U101@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423784,18 +467771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63591, "usage_id": 120 }, "5125.U1.102": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U102, Vorbereitung", "arch_name": "U102@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423803,18 +467792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63595, "usage_id": 136 }, "5125.U1.104": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U104, Schleuse", "arch_name": "U104@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423822,18 +467813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65102, "usage_id": 105 }, "5125.U1.106": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U106, Vorbereitung S1", "arch_name": "U106@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423841,18 +467834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63594, "usage_id": 136 }, "5125.U1.107": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U107, Technik", "arch_name": "U107@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423860,18 +467855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63589, "usage_id": 120 }, "5125.U1.108": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U108, Experiment. Halle", "arch_name": "U108@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423879,18 +467876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63597, "usage_id": 49 }, "5125.U1.110": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U110, Laserhalle", "arch_name": "U110@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423898,18 +467897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63596, "usage_id": 49 }, "5125.U1.113": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U113, Infrastruktur", "arch_name": "U113@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423917,18 +467918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63590, "usage_id": 120 }, "5125.U1.164H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U164H, Notausgang", "arch_name": "U164H@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423936,18 +467939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63598, "usage_id": 219 }, "5125.U1.180": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U180, Flur", "arch_name": "U180@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423955,18 +467960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63593, "usage_id": 222 }, "5125.U1.190": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1a", "zip_code": 85748 }, + "alt_name": "U190, Treppe", "arch_name": "U190@5125", "area_id": 35, "building_id": 1425, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423974,18 +467981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63592, "usage_id": 223 }, "5126.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "021, Elektronikabt.", "arch_name": "021@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -423993,18 +468002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67543, "usage_id": 103 }, "5126.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "023, Steuerzentrale", "arch_name": "023@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424012,18 +468023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67544, "usage_id": 120 }, "5126.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "030, Sich. Beleuchtung", "arch_name": "030@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424031,18 +468044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67540, "usage_id": 120 }, "5126.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "031, EDV", "arch_name": "031@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424050,18 +468065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67539, "usage_id": 207 }, "5126.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "032, UV-EN", "arch_name": "032@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424069,18 +468086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67538, "usage_id": 120 }, "5126.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "033, UV-AN", "arch_name": "033@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424088,18 +468107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67537, "usage_id": 120 }, "5126.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "034, BMA", "arch_name": "034@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424107,18 +468128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67535, "usage_id": 160 }, "5126.EG.034A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "034A, BOS", "arch_name": "034A@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424126,18 +468149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67536, "usage_id": 160 }, "5126.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "035, Putzraum", "arch_name": "035@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424145,18 +468170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67534, "usage_id": 205 }, "5126.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "038, Ruheraum", "arch_name": "038@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424164,18 +468191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67529, "usage_id": 44 }, "5126.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "039, Aufenthaltsraum", "arch_name": "039@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424183,18 +468212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67528, "usage_id": 44 }, "5126.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "041, Masch.Shop", "arch_name": "041@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424202,18 +468233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67522, "usage_id": 103 }, "5126.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "042, Vorraum", "arch_name": "042@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424221,18 +468254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67523, "usage_id": 103 }, "5126.EG.042A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "042A, Eingriff S1", "arch_name": "042A@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424240,18 +468275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67521, "usage_id": 103 }, "5126.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "043, Server", "arch_name": "043@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424259,18 +468296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67519, "usage_id": 207 }, "5126.EG.045": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "045, Lager", "arch_name": "045@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424278,18 +468317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67518, "usage_id": 30 }, "5126.EG.048": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "048, USV", "arch_name": "048@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424297,18 +468338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67517, "usage_id": 160 }, "5126.EG.049": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "049, NSHV", "arch_name": "049@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424316,18 +468359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67516, "usage_id": 160 }, "5126.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "050, Trafo", "arch_name": "050@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424335,18 +468380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67510, "usage_id": 160 }, "5126.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "051, Trafo", "arch_name": "051@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424354,18 +468401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67511, "usage_id": 160 }, "5126.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "052, Trafo", "arch_name": "052@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424373,18 +468422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67512, "usage_id": 160 }, "5126.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "053, MSHV", "arch_name": "053@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424392,18 +468443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67513, "usage_id": 160 }, "5126.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "054, Gasfl.-Aufstell.", "arch_name": "054@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424411,18 +468464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67515, "usage_id": 30 }, "5126.EG.072": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "072, WC-Herren", "arch_name": "072@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424430,18 +468485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67533, "usage_id": 115 }, "5126.EG.072N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "072N, WC-Damen", "arch_name": "072N@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424449,18 +468506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67532, "usage_id": 116 }, "5126.EG.072P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "072P, Beh.-WC", "arch_name": "072P@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424468,18 +468527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67531, "usage_id": 117 }, "5126.EG.082L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "082L, Anlieferung", "arch_name": "082L@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424487,18 +468548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67541, "usage_id": 222 }, "5126.EG.082R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "082R, Anlieferung", "arch_name": "082R@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424506,18 +468569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67527, "usage_id": 222 }, "5126.EG.083L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "083L, Flur", "arch_name": "083L@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424525,18 +468590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67530, "usage_id": 222 }, "5126.EG.083S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "083S, Flur", "arch_name": "083S@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424544,18 +468611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67526, "usage_id": 222 }, "5126.EG.083U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "083U, Erschlie\u00dfungsgang", "arch_name": "083U@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424563,18 +468632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67514, "usage_id": 222 }, "5126.EG.084S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "084S, Flur", "arch_name": "084S@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424582,18 +468653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67520, "usage_id": 222 }, "5126.EG.092K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "092K, Treppe", "arch_name": "092K@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424601,18 +468674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67542, "usage_id": 223 }, "5126.EG.092S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "092S, Treppe", "arch_name": "092S@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424620,18 +468695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67525, "usage_id": 223 }, "5126.EG.093T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "093T, Aufzug", "arch_name": "093T@5126", "area_id": 35, "building_id": 2069, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424639,18 +468716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67524, "usage_id": 4 }, "5126.U1.121": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U121, Lager", "arch_name": "U121@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424658,18 +468737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67501, "usage_id": 30 }, "5126.U1.122": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U122, V.Lab.1", "arch_name": "U122@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424677,18 +468758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67503, "usage_id": 103 }, "5126.U1.123": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U123, UV PFS", "arch_name": "U123@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424696,18 +468779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67502, "usage_id": 103 }, "5126.U1.124": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U124, Schleuse", "arch_name": "U124@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424715,18 +468800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67504, "usage_id": 103 }, "5126.U1.129": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U129, Technikzentrale", "arch_name": "U129@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424734,18 +468821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67509, "usage_id": 120 }, "5126.U1.130": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U130, Putzraum", "arch_name": "U130@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424753,18 +468842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67496, "usage_id": 205 }, "5126.U1.131": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U131, CHILLER", "arch_name": "U131@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424772,18 +468863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67495, "usage_id": 103 }, "5126.U1.131A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U131A, MuCLS Cave", "arch_name": "U131A@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424791,18 +468884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67490, "usage_id": 103 }, "5126.U1.132": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U132, Spectre", "arch_name": "U132@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424810,18 +468905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67491, "usage_id": 103 }, "5126.U1.133": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U133, ETTF", "arch_name": "U133@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424829,18 +468926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67492, "usage_id": 103 }, "5126.U1.134": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U134, LUX", "arch_name": "U134@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424848,18 +468947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67493, "usage_id": 103 }, "5126.U1.135": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U135, LION", "arch_name": "U135@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424867,18 +468968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67494, "usage_id": 103 }, "5126.U1.136": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U136, HF.Phys", "arch_name": "U136@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424886,18 +468989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67489, "usage_id": 103 }, "5126.U1.139": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U139, Exp. Zone", "arch_name": "U139@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424905,18 +469010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67487, "usage_id": 103 }, "5126.U1.140": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U140, Exp. Halle", "arch_name": "U140@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424924,18 +469031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67486, "usage_id": 49 }, "5126.U1.140A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "A.3.1, Beam Dump", "arch_name": "A.3.1@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424943,18 +469052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67488, "usage_id": 103 }, "5126.U1.140B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U140B, Exp. Halle", "arch_name": "U140B@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424962,18 +469073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67499, "usage_id": 49 }, "5126.U1.141": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U141, Vorber. User", "arch_name": "U141@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -424981,18 +469094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67475, "usage_id": 103 }, "5126.U1.142": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U142, Aufizugmaschinenraum", "arch_name": "U142@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425000,18 +469115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67482, "usage_id": 32 }, "5126.U1.143": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U143, Optik+Interfer.", "arch_name": "U143@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425019,18 +469136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67476, "usage_id": 103 }, "5126.U1.144": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U144, V.Lab.3", "arch_name": "U144@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425038,18 +469157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67477, "usage_id": 103 }, "5126.U1.145": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U145, V.Lab.2", "arch_name": "U145@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425057,18 +469178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67478, "usage_id": 103 }, "5126.U1.146": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U146, Undul.-Test", "arch_name": "U146@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425076,18 +469199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67479, "usage_id": 103 }, "5126.U1.148": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U148, Technikzentrale", "arch_name": "U148@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425095,18 +469220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67485, "usage_id": 120 }, "5126.U1.150": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U150, K\u00e4lte/Brunnenw.", "arch_name": "U150@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425114,18 +469241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67474, "usage_id": 120 }, "5126.U1.164I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U164I, Netzteile", "arch_name": "U164I@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425133,18 +469262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67506, "usage_id": 160 }, "5126.U1.164J": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U164J, Netzteile", "arch_name": "U164J@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425152,18 +469283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67505, "usage_id": 160 }, "5126.U1.165H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U165H, Netzteile", "arch_name": "U165H@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425171,18 +469304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67507, "usage_id": 160 }, "5126.U1.165I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U165I, Netzteile", "arch_name": "U165I@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425190,18 +469325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67508, "usage_id": 160 }, "5126.U1.165V": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U165V, Zuluft", "arch_name": "U165V@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425209,18 +469346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67473, "usage_id": 32 }, "5126.U1.183K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U183K, Transportweg", "arch_name": "U183K@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425228,18 +469367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67500, "usage_id": 222 }, "5126.U1.183S": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U183S, Transportweg", "arch_name": "U183S@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425247,18 +469388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67481, "usage_id": 222 }, "5126.U1.184K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U184K, Transportweg", "arch_name": "U184K@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425266,18 +469409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67498, "usage_id": 222 }, "5126.U1.184S": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U184S, Transportweg", "arch_name": "U184S@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425285,18 +469430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67484, "usage_id": 222 }, "5126.U1.192K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U192K, Treppe", "arch_name": "U192K@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425304,18 +469451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67497, "usage_id": 223 }, "5126.U1.192S": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U192S, Treppe", "arch_name": "U192S@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425323,18 +469472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67480, "usage_id": 223 }, "5126.U1.193T": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Am Coloumbwall 1b", "zip_code": 85748 }, + "alt_name": "U193T, Aufzug", "arch_name": "U193T@5126", "area_id": 35, "building_id": 2069, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39536, "seats": { @@ -425342,18 +469493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67483, "usage_id": 4 }, "5130.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10a", "zip_code": 85748 }, + "alt_name": "0001, Telefonzentrale", "arch_name": "0001@5130", "area_id": 35, "building_id": 783, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38542, "seats": { @@ -425361,18 +469514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46580, "usage_id": 202 }, "5130.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10a", "zip_code": 85748 }, + "alt_name": "0002, Zeiterfassung", "arch_name": "0002@5130", "area_id": 35, "building_id": 783, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38542, "seats": { @@ -425380,18 +469535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46595, "usage_id": 12 }, "5130.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10a", "zip_code": 85748 }, + "alt_name": "0003, B\u00fcro Leiter TZ", "arch_name": "0003@5130", "area_id": 35, "building_id": 783, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38542, "seats": { @@ -425399,18 +469556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46603, "usage_id": 12 }, "5130.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10a", "zip_code": 85748 }, + "alt_name": "0004, Flur/Verbindungsgang", "arch_name": "0004@5130", "area_id": 35, "building_id": 783, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38542, "seats": { @@ -425418,18 +469577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46752, "usage_id": 222 }, "5130.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10a", "zip_code": 85748 }, + "alt_name": "0005, Elektrische Stromversorgung", "arch_name": "0005@5130", "area_id": 35, "building_id": 783, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38542, "seats": { @@ -425437,18 +469598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46766, "usage_id": 160 }, "5131.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10b", "zip_code": 85748 }, + "alt_name": "001, Poststelle Container 1", "arch_name": "001@5131", "area_id": 35, "building_id": 1609, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19705, "seats": { @@ -425456,18 +469619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65145, "usage_id": 180 }, "5131.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10b", "zip_code": 85748 }, + "alt_name": "002, Poststelle Container 2", "arch_name": "002@5131", "area_id": 35, "building_id": 1609, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19705, "seats": { @@ -425475,18 +469640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65146, "usage_id": 180 }, "5131.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10b", "zip_code": 85748 }, + "alt_name": "003, Poststelle Container 3", "arch_name": "003@5131", "area_id": 35, "building_id": 1609, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19705, "seats": { @@ -425494,18 +469661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65147, "usage_id": 180 }, "5131.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 10b", "zip_code": 85748 }, + "alt_name": "004, Poststelle Container 4", "arch_name": "004@5131", "area_id": 35, "building_id": 1609, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19705, "seats": { @@ -425513,19 +469682,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65148, "usage_id": 180 }, "5140.01.201": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.3201, Tutorraum", "arch_name": "C.3201@5140", "area_id": 35, "building_id": 1365, "calendar_resource_nr": 21807, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425533,19 +469704,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62897, "usage_id": 131 }, "5140.01.202": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.3202, Tutorraum", "arch_name": "C.3202@5140", "area_id": 35, "building_id": 1365, "calendar_resource_nr": 21808, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425553,19 +469726,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62898, "usage_id": 131 }, "5140.01.203": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.3203, Tutorraum", "arch_name": "C.3203@5140", "area_id": 35, "building_id": 1365, "calendar_resource_nr": 21809, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425573,18 +469748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62899, "usage_id": 131 }, "5140.01.204": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.3204, CIP-Raum", "arch_name": "C.3204@5140", "area_id": 35, "building_id": 1365, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425592,18 +469769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65257, "usage_id": 213 }, "5140.01.205": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.3205, CIP-Raum", "arch_name": "C.3205@5140", "area_id": 35, "building_id": 1365, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425611,18 +469790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65258, "usage_id": 213 }, "5140.01.206": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.3206, CIP-Raum", "arch_name": "C.3206@5140", "area_id": 35, "building_id": 1365, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425630,18 +469811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65259, "usage_id": 213 }, "5140.01.207": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.3207, CIP-Raum", "arch_name": "C.3207@5140", "area_id": 35, "building_id": 1365, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425649,18 +469832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65260, "usage_id": 213 }, "5140.01.208": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.3208, CIP-Raum", "arch_name": "C.3208@5140", "area_id": 35, "building_id": 1365, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425668,18 +469853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65261, "usage_id": 213 }, "5140.01.901": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.3901, Flur/Treppe", "arch_name": "C.3901@5140", "area_id": 35, "building_id": 1365, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425687,18 +469874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62900, "usage_id": 222 }, "5140.01.902": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.3902, Flur", "arch_name": "C.3902@5140", "area_id": 35, "building_id": 1365, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425706,19 +469895,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65262, "usage_id": 222 }, "5140.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2201, CIP-Raum", "arch_name": "C.2201@5140", "area_id": 35, "building_id": 1365, "calendar_resource_nr": 21804, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425726,19 +469917,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62893, "usage_id": 213 }, "5140.EG.202": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2202, CIP-Raum", "arch_name": "C.2202@5140", "area_id": 35, "building_id": 1365, "calendar_resource_nr": 21805, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425746,19 +469939,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62894, "usage_id": 213 }, "5140.EG.203": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2203, CIP-Raum", "arch_name": "C.2203@5140", "area_id": 35, "building_id": 1365, "calendar_resource_nr": 21806, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425766,18 +469961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62895, "usage_id": 213 }, "5140.EG.204": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2204, CIP-Raum", "arch_name": "C.2204@5140", "area_id": 35, "building_id": 1365, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425785,18 +469982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65251, "usage_id": 213 }, "5140.EG.205": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2205, CIP-Raum", "arch_name": "C.2205@5140", "area_id": 35, "building_id": 1365, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 31981, "seats": { @@ -425804,18 +470003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65250, "usage_id": 213 }, "5140.EG.206": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2206, CIP-Raum", "arch_name": "C.2206@5140", "area_id": 35, "building_id": 1365, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 31981, "seats": { @@ -425823,19 +470024,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65252, "usage_id": 213 }, "5140.EG.207": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2207, Kinderraum", "arch_name": "C.2207@5140", "area_id": 35, "building_id": 1365, "calendar_resource_nr": 26593, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425843,18 +470046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65249, "usage_id": 146 }, "5140.EG.208": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2208, CIP-Raum", "arch_name": "C.2208@5140", "area_id": 35, "building_id": 1365, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 31981, "seats": { @@ -425862,18 +470067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65253, "usage_id": 213 }, "5140.EG.901": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2901, Flur/Treppe", "arch_name": "C.2901@5140", "area_id": 35, "building_id": 1365, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425881,18 +470088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62896, "usage_id": 222 }, "5140.EG.902": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2902, Flur", "arch_name": "C.2902@5140", "area_id": 35, "building_id": 1365, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14179, "seats": { @@ -425900,18 +470109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65254, "usage_id": 222 }, "5140.EG.903": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2903, WC-Damen", "arch_name": "C.2903@5140", "area_id": 35, "building_id": 1365, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -425919,18 +470130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65255, "usage_id": 116 }, "5140.EG.904": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "James-Frank-Str. 1", "zip_code": 85748 }, + "alt_name": "C.2904, WC-Herren", "arch_name": "C.2904@5140", "area_id": 35, "building_id": 1365, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -425938,18 +470151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65256, "usage_id": 115 }, "5142.01.001C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C1", "arch_name": "C1@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -425957,18 +470172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69261, "usage_id": 100 }, "5142.01.002C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C2", "arch_name": "C2@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -425976,18 +470193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69343, "usage_id": 100 }, "5142.01.003C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C3", "arch_name": "C3@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -425995,18 +470214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69344, "usage_id": 100 }, "5142.01.004C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C4", "arch_name": "C4@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426014,18 +470235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69345, "usage_id": 100 }, "5142.01.005C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C5", "arch_name": "C5@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426033,18 +470256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69262, "usage_id": 100 }, "5142.01.006C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C6", "arch_name": "C6@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426052,18 +470277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69263, "usage_id": 100 }, "5142.01.007C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C7", "arch_name": "C7@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426071,18 +470298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69264, "usage_id": 100 }, "5142.01.008C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C8", "arch_name": "C8@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426090,18 +470319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69265, "usage_id": 100 }, "5142.01.009C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C9", "arch_name": "C9@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426109,18 +470340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69266, "usage_id": 100 }, "5142.01.010C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C10", "arch_name": "C10@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426128,18 +470361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69267, "usage_id": 100 }, "5142.01.011C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C11", "arch_name": "C11@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426147,18 +470382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69268, "usage_id": 100 }, "5142.01.012C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C12", "arch_name": "C12@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426166,18 +470403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69269, "usage_id": 100 }, "5142.01.013C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C13", "arch_name": "C13@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426185,18 +470424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69274, "usage_id": 100 }, "5142.01.014C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C14", "arch_name": "C14@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426204,18 +470445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69275, "usage_id": 100 }, "5142.01.015C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C15", "arch_name": "C15@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426223,18 +470466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69276, "usage_id": 100 }, "5142.01.016C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C16", "arch_name": "C16@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426242,18 +470487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69277, "usage_id": 100 }, "5142.01.017C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C17", "arch_name": "C17@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426261,18 +470508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69278, "usage_id": 100 }, "5142.01.018C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C18", "arch_name": "C18@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426280,18 +470529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69279, "usage_id": 100 }, "5142.01.019C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C19", "arch_name": "C19@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426299,18 +470550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69280, "usage_id": 100 }, "5142.01.020C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C20", "arch_name": "C20@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426318,18 +470571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69281, "usage_id": 100 }, "5142.01.021C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C21", "arch_name": "C21@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426337,18 +470592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69320, "usage_id": 100 }, "5142.01.022C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C22", "arch_name": "C22@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426356,18 +470613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69321, "usage_id": 100 }, "5142.01.023C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C23", "arch_name": "C23@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426375,18 +470634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69322, "usage_id": 100 }, "5142.01.024C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C24", "arch_name": "C24@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426394,18 +470655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69282, "usage_id": 100 }, "5142.01.025C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C25", "arch_name": "C25@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426413,18 +470676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69283, "usage_id": 100 }, "5142.01.026C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C26", "arch_name": "C26@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426432,18 +470697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69284, "usage_id": 100 }, "5142.01.027C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C27", "arch_name": "C27@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426451,18 +470718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69285, "usage_id": 100 }, "5142.01.028C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C28", "arch_name": "C28@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426470,18 +470739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69286, "usage_id": 100 }, "5142.01.029C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C29", "arch_name": "C29@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426489,18 +470760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69323, "usage_id": 100 }, "5142.01.030C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C30", "arch_name": "C30@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426508,18 +470781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69287, "usage_id": 100 }, "5142.01.031C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C31", "arch_name": "C31@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426527,18 +470802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69288, "usage_id": 100 }, "5142.01.032C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C32", "arch_name": "C32@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426546,18 +470823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69289, "usage_id": 100 }, "5142.01.033C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C33", "arch_name": "C33@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426565,18 +470844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69302, "usage_id": 100 }, "5142.01.034C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C34", "arch_name": "C34@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426584,18 +470865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69303, "usage_id": 100 }, "5142.01.035C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz C35", "arch_name": "C35@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426603,18 +470886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69304, "usage_id": 100 }, "5142.01.051C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Treppenhaus 1 C51", "arch_name": "C51@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426622,18 +470907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69306, "usage_id": 223 }, "5142.01.052C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Treppenhaus 2 C52", "arch_name": "C52@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426641,18 +470928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69307, "usage_id": 223 }, "5142.01.060C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Fahrbahn Ebene C60", "arch_name": "C60@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426660,18 +470949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69305, "usage_id": 204 }, "5142.01.085C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Personenaufzug Schacht C85", "arch_name": "C85@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426679,18 +470970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69308, "usage_id": 195 }, "5142.02.001E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E1", "arch_name": "E1@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426698,18 +470991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69324, "usage_id": 100 }, "5142.02.002E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E2", "arch_name": "E2@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426717,18 +471012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69325, "usage_id": 100 }, "5142.02.003E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E3", "arch_name": "E3@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426736,18 +471033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69326, "usage_id": 100 }, "5142.02.004E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E4", "arch_name": "E4@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426755,18 +471054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69346, "usage_id": 100 }, "5142.02.005E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E5", "arch_name": "E5@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426774,18 +471075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69347, "usage_id": 100 }, "5142.02.006E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E6", "arch_name": "E6@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426793,18 +471096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69348, "usage_id": 100 }, "5142.02.007E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E7", "arch_name": "E7@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426812,18 +471117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69349, "usage_id": 100 }, "5142.02.008E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E8", "arch_name": "E8@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426831,18 +471138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69350, "usage_id": 100 }, "5142.02.009E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E9", "arch_name": "E9@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426850,18 +471159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69327, "usage_id": 100 }, "5142.02.010E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E10", "arch_name": "E10@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426869,18 +471180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69328, "usage_id": 100 }, "5142.02.011E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E11", "arch_name": "E11@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426888,18 +471201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69351, "usage_id": 100 }, "5142.02.012E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E12", "arch_name": "E12@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426907,18 +471222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69352, "usage_id": 100 }, "5142.02.013E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E13", "arch_name": "E13@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426926,18 +471243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69353, "usage_id": 100 }, "5142.02.014E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E14", "arch_name": "E14@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426945,18 +471264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69354, "usage_id": 100 }, "5142.02.015E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E15", "arch_name": "E15@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426964,18 +471285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69355, "usage_id": 100 }, "5142.02.016E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E16", "arch_name": "E16@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -426983,18 +471306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69329, "usage_id": 100 }, "5142.02.017E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E17", "arch_name": "E17@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427002,18 +471327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69330, "usage_id": 100 }, "5142.02.018E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E18", "arch_name": "E18@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427021,18 +471348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69331, "usage_id": 100 }, "5142.02.019E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E19", "arch_name": "E19@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427040,18 +471369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69332, "usage_id": 100 }, "5142.02.020E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E20", "arch_name": "E20@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427059,18 +471390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69333, "usage_id": 100 }, "5142.02.021E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E21", "arch_name": "E21@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427078,18 +471411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69334, "usage_id": 100 }, "5142.02.022E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E22", "arch_name": "E22@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427097,18 +471432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69335, "usage_id": 100 }, "5142.02.023E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E23", "arch_name": "E23@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427116,18 +471453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69444, "usage_id": 100 }, "5142.02.024E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E24", "arch_name": "E24@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427135,18 +471474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69445, "usage_id": 100 }, "5142.02.025E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E25", "arch_name": "E25@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427154,18 +471495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69356, "usage_id": 100 }, "5142.02.026E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E26", "arch_name": "E26@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427173,18 +471516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69357, "usage_id": 100 }, "5142.02.027E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E27", "arch_name": "E27@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427192,18 +471537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69411, "usage_id": 100 }, "5142.02.028E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E28", "arch_name": "E28@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427211,18 +471558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69364, "usage_id": 100 }, "5142.02.029E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E29", "arch_name": "E29@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427230,18 +471579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69412, "usage_id": 100 }, "5142.02.030E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E30", "arch_name": "E30@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427249,18 +471600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69413, "usage_id": 100 }, "5142.02.031E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E31", "arch_name": "E31@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427268,18 +471621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69365, "usage_id": 100 }, "5142.02.032E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E32", "arch_name": "E32@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427287,18 +471642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69366, "usage_id": 100 }, "5142.02.033E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E33", "arch_name": "E33@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427306,18 +471663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69367, "usage_id": 100 }, "5142.02.034E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E34", "arch_name": "E34@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427325,18 +471684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69368, "usage_id": 100 }, "5142.02.035E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz E35", "arch_name": "E35@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427344,18 +471705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69369, "usage_id": 100 }, "5142.02.051E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Treppenhaus 1 E51", "arch_name": "E51@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427363,18 +471726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69370, "usage_id": 223 }, "5142.02.052E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Treppenhaus 1 E52", "arch_name": "E52@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427382,18 +471747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69359, "usage_id": 223 }, "5142.02.060E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Fahrbahn E60", "arch_name": "E60@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427401,18 +471768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69469, "usage_id": 204 }, "5142.02.085E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Treppenhaus 1 E85", "arch_name": "E85@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427420,18 +471789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69358, "usage_id": 195 }, "5142.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A1", "arch_name": "A1@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427439,18 +471810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69205, "usage_id": 100 }, "5142.EG.002A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A2", "arch_name": "A2@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427458,18 +471831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69206, "usage_id": 100 }, "5142.EG.003A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A3", "arch_name": "A3@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427477,18 +471852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69207, "usage_id": 100 }, "5142.EG.004A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A4", "arch_name": "A4@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427496,18 +471873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69208, "usage_id": 100 }, "5142.EG.005A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A5", "arch_name": "A5@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427515,18 +471894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69209, "usage_id": 100 }, "5142.EG.006A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A6", "arch_name": "A6@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427534,18 +471915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69210, "usage_id": 100 }, "5142.EG.007A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A7", "arch_name": "A7@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427553,18 +471936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69211, "usage_id": 100 }, "5142.EG.008A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A8", "arch_name": "A8@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427572,18 +471957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69212, "usage_id": 100 }, "5142.EG.009A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A9", "arch_name": "A9@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427591,18 +471978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69213, "usage_id": 100 }, "5142.EG.010A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A10", "arch_name": "A10@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427610,18 +471999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69214, "usage_id": 100 }, "5142.EG.011A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A11", "arch_name": "A11@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427629,18 +472020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69234, "usage_id": 100 }, "5142.EG.012A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A12", "arch_name": "A12@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427648,18 +472041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69215, "usage_id": 100 }, "5142.EG.013A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A13", "arch_name": "A13@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427667,18 +472062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69216, "usage_id": 100 }, "5142.EG.014A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A14", "arch_name": "A14@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427686,18 +472083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69217, "usage_id": 100 }, "5142.EG.015A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A15", "arch_name": "A15@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427705,18 +472104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69218, "usage_id": 100 }, "5142.EG.016A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A16", "arch_name": "A16@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427724,18 +472125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69235, "usage_id": 100 }, "5142.EG.017A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A17", "arch_name": "A17@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427743,18 +472146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69236, "usage_id": 100 }, "5142.EG.018A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A18", "arch_name": "A18@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427762,18 +472167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69237, "usage_id": 100 }, "5142.EG.019A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A19", "arch_name": "A19@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427781,18 +472188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69238, "usage_id": 100 }, "5142.EG.020A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A20", "arch_name": "A20@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427800,18 +472209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69239, "usage_id": 100 }, "5142.EG.021A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A21", "arch_name": "A21@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427819,18 +472230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69219, "usage_id": 100 }, "5142.EG.022A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A22", "arch_name": "A22@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427838,18 +472251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69220, "usage_id": 100 }, "5142.EG.023A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A23", "arch_name": "A23@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427857,18 +472272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69227, "usage_id": 100 }, "5142.EG.024A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A24", "arch_name": "A24@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427876,18 +472293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69221, "usage_id": 100 }, "5142.EG.025A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A25", "arch_name": "A25@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427895,18 +472314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69290, "usage_id": 100 }, "5142.EG.026A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A26", "arch_name": "A26@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427914,18 +472335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69244, "usage_id": 100 }, "5142.EG.027A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A27", "arch_name": "A27@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427933,18 +472356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69245, "usage_id": 100 }, "5142.EG.028A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A28", "arch_name": "A28@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427952,18 +472377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69246, "usage_id": 100 }, "5142.EG.029A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A29", "arch_name": "A29@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427971,18 +472398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69247, "usage_id": 100 }, "5142.EG.030A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A30", "arch_name": "A30@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -427990,18 +472419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69271, "usage_id": 100 }, "5142.EG.031A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A31", "arch_name": "A31@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428009,18 +472440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69272, "usage_id": 100 }, "5142.EG.032A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz A32", "arch_name": "A32@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428028,18 +472461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69273, "usage_id": 100 }, "5142.EG.051A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "A51, Treppenhaus 1", "arch_name": "A51@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428047,18 +472482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69248, "usage_id": 223 }, "5142.EG.052A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "A52, Treppenhaus 2", "arch_name": "A52@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428066,18 +472503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69336, "usage_id": 223 }, "5142.EG.060A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Fahrbahn Ebene A60", "arch_name": "A60@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428085,18 +472524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69337, "usage_id": 204 }, "5142.EG.085A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "A85, Personen Aufzug", "arch_name": "A85@5142", "area_id": 35, "building_id": 2289, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428104,18 +472545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69249, "usage_id": 4 }, "5142.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.04, Einbringung", "arch_name": "UG.04@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428123,18 +472566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69171, "usage_id": 222 }, "5142.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.12, Vorraum-Einbringung", "arch_name": "UG.12@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428142,18 +472587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69190, "usage_id": 222 }, "5142.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.13, Vorraum Trafo Aussen", "arch_name": "UG.13@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428161,18 +472608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69229, "usage_id": 218 }, "5142.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.18, Serverraum", "arch_name": "UG.18@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428180,18 +472629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69196, "usage_id": 207 }, "5142.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.19, Betriebsraum", "arch_name": "UG.19@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428199,18 +472650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69188, "usage_id": 120 }, "5142.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.20, RLT-Zentrale", "arch_name": "UG.20@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428218,18 +472671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69189, "usage_id": 32 }, "5142.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.22, DL-Erzeugung", "arch_name": "UG.22@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428237,18 +472692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69203, "usage_id": 120 }, "5142.U1.023": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.23, Flur", "arch_name": "UG.23@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428256,18 +472713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69198, "usage_id": 222 }, "5142.U1.024": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.24, BOS", "arch_name": "UG.24@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428275,18 +472734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69202, "usage_id": 120 }, "5142.U1.025": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.25, BMA", "arch_name": "UG.25@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428294,18 +472755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69201, "usage_id": 120 }, "5142.U1.027": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.27, FM/GMA", "arch_name": "UG.27@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428313,18 +472776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69200, "usage_id": 120 }, "5142.U1.029": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.29, SiBel", "arch_name": "UG.29@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428332,18 +472797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69199, "usage_id": 120 }, "5142.U1.030": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.30, LRZ-Verteilerknoten", "arch_name": "UG.30@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428351,18 +472818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69197, "usage_id": 120 }, "5142.U1.031": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.31, K\u00e4ltezentrale", "arch_name": "UG.31@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428370,18 +472839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69204, "usage_id": 25 }, "5142.U1.033": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.33, Flur", "arch_name": "UG.33@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428389,18 +472860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69172, "usage_id": 222 }, "5142.U1.035": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.35, Flur", "arch_name": "UG.35@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428408,18 +472881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69149, "usage_id": 222 }, "5142.U1.037": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.37, Flur", "arch_name": "UG.37@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428427,18 +472902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69170, "usage_id": 222 }, "5142.U1.041": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.41, Medienkanal kalt", "arch_name": "UG.41@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428446,18 +472923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69233, "usage_id": 120 }, "5142.U1.043": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.43, Lager", "arch_name": "UG.43@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428465,18 +472944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69186, "usage_id": 30 }, "5142.U1.044": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.44, Lager", "arch_name": "UG.44@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428484,18 +472965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69187, "usage_id": 30 }, "5142.U1.051": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.51, Treppenhaus 1", "arch_name": "UG.51@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428503,18 +472986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69230, "usage_id": 223 }, "5142.U1.051A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.51A, Treppenhaus 1", "arch_name": "UG.51A@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428522,18 +473007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69231, "usage_id": 223 }, "5142.U1.053": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.53, Treppenhaus 3", "arch_name": "UG.53@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428541,18 +473028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69224, "usage_id": 223 }, "5142.U1.080": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.80, Inst. Schacht", "arch_name": "UG.80@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428560,18 +473049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69194, "usage_id": 195 }, "5142.U1.081": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.81, Inst. Schacht", "arch_name": "UG.81@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428579,18 +473070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69195, "usage_id": 195 }, "5142.U1.082": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.82, Entrauchung", "arch_name": "UG.82@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428598,18 +473091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69232, "usage_id": 32 }, "5142.U1.083": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.83, Entrauchung", "arch_name": "UG.83@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428617,18 +473112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69226, "usage_id": 32 }, "5142.U1.084": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.84, Entrauchung", "arch_name": "UG.84@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428636,18 +473133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69225, "usage_id": 32 }, "5142.U1.085": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "UG.85, Aufzug Schacht", "arch_name": "UG.85@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428655,18 +473154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69193, "usage_id": 195 }, "5142.Z1.001B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B1", "arch_name": "B1@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428674,18 +473175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69250, "usage_id": 100 }, "5142.Z1.002B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B2", "arch_name": "B2@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428693,18 +473196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69291, "usage_id": 100 }, "5142.Z1.003B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B3", "arch_name": "B3@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428712,18 +473217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69292, "usage_id": 100 }, "5142.Z1.004B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B4", "arch_name": "B4@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428731,18 +473238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69293, "usage_id": 100 }, "5142.Z1.005B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B5", "arch_name": "B5@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428750,18 +473259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69294, "usage_id": 100 }, "5142.Z1.006B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B6", "arch_name": "B6@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428769,18 +473280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69295, "usage_id": 100 }, "5142.Z1.007B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B7", "arch_name": "B7@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428788,18 +473301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69338, "usage_id": 100 }, "5142.Z1.008B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B8", "arch_name": "B8@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428807,18 +473322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69251, "usage_id": 100 }, "5142.Z1.009B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B9", "arch_name": "B9@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428826,18 +473343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69252, "usage_id": 100 }, "5142.Z1.010B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B10", "arch_name": "B10@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428845,18 +473364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69253, "usage_id": 100 }, "5142.Z1.011B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B11", "arch_name": "B11@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428864,18 +473385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69254, "usage_id": 100 }, "5142.Z1.012B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B12", "arch_name": "B12@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428883,18 +473406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69255, "usage_id": 100 }, "5142.Z1.013B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B13", "arch_name": "B13@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428902,18 +473427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69256, "usage_id": 100 }, "5142.Z1.014B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B14", "arch_name": "B14@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428921,18 +473448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69296, "usage_id": 100 }, "5142.Z1.015B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B15", "arch_name": "B15@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428940,18 +473469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69297, "usage_id": 100 }, "5142.Z1.016B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B16", "arch_name": "B16@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428959,18 +473490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69298, "usage_id": 100 }, "5142.Z1.017B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B17", "arch_name": "B17@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428978,18 +473511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69299, "usage_id": 100 }, "5142.Z1.018B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B18", "arch_name": "B18@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -428997,18 +473532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69300, "usage_id": 100 }, "5142.Z1.019B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B19", "arch_name": "B19@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429016,18 +473553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69257, "usage_id": 100 }, "5142.Z1.020B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B20", "arch_name": "B20@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429035,18 +473574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69258, "usage_id": 100 }, "5142.Z1.021B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B21", "arch_name": "B21@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429054,18 +473595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69259, "usage_id": 100 }, "5142.Z1.022B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B22", "arch_name": "B22@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429073,18 +473616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69339, "usage_id": 100 }, "5142.Z1.023B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B23", "arch_name": "B23@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429092,18 +473637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69340, "usage_id": 100 }, "5142.Z1.024B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B24", "arch_name": "B24@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429111,18 +473658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69341, "usage_id": 100 }, "5142.Z1.025B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B25", "arch_name": "B25@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429130,18 +473679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69301, "usage_id": 100 }, "5142.Z1.026B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B26", "arch_name": "B26@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429149,18 +473700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69309, "usage_id": 100 }, "5142.Z1.027B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B27", "arch_name": "B27@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429168,18 +473721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69310, "usage_id": 100 }, "5142.Z1.028B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B28", "arch_name": "B28@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429187,18 +473742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69311, "usage_id": 100 }, "5142.Z1.029B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B29", "arch_name": "B29@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429206,18 +473763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69312, "usage_id": 100 }, "5142.Z1.030B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B30", "arch_name": "B30@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429225,18 +473784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69313, "usage_id": 100 }, "5142.Z1.031B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B31", "arch_name": "B31@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429244,18 +473805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69314, "usage_id": 100 }, "5142.Z1.032B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B32", "arch_name": "B32@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429263,18 +473826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69315, "usage_id": 100 }, "5142.Z1.033B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B33", "arch_name": "B33@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429282,18 +473847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69316, "usage_id": 100 }, "5142.Z1.034B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B34", "arch_name": "B34@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429301,18 +473868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69317, "usage_id": 100 }, "5142.Z1.035B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz B35", "arch_name": "B35@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429320,18 +473889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69318, "usage_id": 100 }, "5142.Z1.051B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Treppenhaus 1 B51", "arch_name": "B51@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429339,18 +473910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69342, "usage_id": 223 }, "5142.Z1.060B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Fahrbahn Ebene B60", "arch_name": "B60@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429358,18 +473931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69319, "usage_id": 204 }, "5142.Z1.080B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Install. Schacht B80", "arch_name": "B80@5142", "area_id": 35, "building_id": 2289, + "floor_level": "1.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429377,18 +473952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69260, "usage_id": 120 }, "5142.Z2.001D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D1", "arch_name": "D1@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429396,18 +473973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69650, "usage_id": 100 }, "5142.Z2.002D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D2", "arch_name": "D2@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429415,18 +473994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69643, "usage_id": 100 }, "5142.Z2.003D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D3", "arch_name": "D3@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429434,18 +474015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69644, "usage_id": 100 }, "5142.Z2.004D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D4", "arch_name": "D4@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429453,18 +474036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69645, "usage_id": 100 }, "5142.Z2.005D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D5", "arch_name": "D5@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429472,18 +474057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69646, "usage_id": 100 }, "5142.Z2.006D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D6", "arch_name": "D6@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429491,18 +474078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69647, "usage_id": 100 }, "5142.Z2.007D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D7", "arch_name": "D7@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429510,18 +474099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69719, "usage_id": 100 }, "5142.Z2.008D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D8", "arch_name": "D8@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429529,18 +474120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69720, "usage_id": 100 }, "5142.Z2.009D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D9", "arch_name": "D9@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429548,18 +474141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69721, "usage_id": 100 }, "5142.Z2.010D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D10", "arch_name": "D10@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429567,18 +474162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69722, "usage_id": 100 }, "5142.Z2.011D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D11", "arch_name": "D11@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429586,18 +474183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69723, "usage_id": 100 }, "5142.Z2.012D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D12", "arch_name": "D12@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429605,18 +474204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69724, "usage_id": 100 }, "5142.Z2.013D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D13", "arch_name": "D13@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429624,18 +474225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69725, "usage_id": 100 }, "5142.Z2.014D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D14", "arch_name": "D14@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429643,18 +474246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69648, "usage_id": 100 }, "5142.Z2.015D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D15", "arch_name": "D15@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429662,18 +474267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69654, "usage_id": 100 }, "5142.Z2.016D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D16", "arch_name": "D16@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429681,18 +474288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69655, "usage_id": 100 }, "5142.Z2.017D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D17", "arch_name": "D17@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429700,18 +474309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69656, "usage_id": 100 }, "5142.Z2.018D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D18", "arch_name": "D18@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429719,18 +474330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69657, "usage_id": 100 }, "5142.Z2.019D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D19", "arch_name": "D19@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429738,18 +474351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69658, "usage_id": 100 }, "5142.Z2.020D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D20", "arch_name": "D20@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429757,18 +474372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69659, "usage_id": 100 }, "5142.Z2.021D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D21", "arch_name": "D21@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429776,18 +474393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69726, "usage_id": 100 }, "5142.Z2.022D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D22", "arch_name": "D22@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429795,18 +474414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69660, "usage_id": 100 }, "5142.Z2.023D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D23", "arch_name": "D23@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429814,18 +474435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69727, "usage_id": 100 }, "5142.Z2.024D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D24", "arch_name": "D24@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429833,18 +474456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69728, "usage_id": 100 }, "5142.Z2.025D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D25", "arch_name": "D25@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429852,18 +474477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69729, "usage_id": 100 }, "5142.Z2.026D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D26", "arch_name": "D26@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429871,18 +474498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69730, "usage_id": 100 }, "5142.Z2.027D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D27", "arch_name": "D27@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429890,18 +474519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69731, "usage_id": 100 }, "5142.Z2.028D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D28", "arch_name": "D28@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429909,18 +474540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69732, "usage_id": 100 }, "5142.Z2.029D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D29", "arch_name": "D29@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429928,18 +474561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69661, "usage_id": 100 }, "5142.Z2.030D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D30", "arch_name": "D30@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429947,18 +474582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69662, "usage_id": 100 }, "5142.Z2.031D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D31", "arch_name": "D31@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429966,18 +474603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69734, "usage_id": 100 }, "5142.Z2.032D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D32", "arch_name": "D32@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -429985,18 +474624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69735, "usage_id": 100 }, "5142.Z2.033D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D33", "arch_name": "D33@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430004,18 +474645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69733, "usage_id": 100 }, "5142.Z2.034D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz D34", "arch_name": "D34@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430023,18 +474666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69736, "usage_id": 100 }, "5142.Z2.035D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "D35, Stellplatz D34", "arch_name": "D35@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430042,18 +474687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69737, "usage_id": 100 }, "5142.Z2.051D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Treppenhaus 1 D51", "arch_name": "D51@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430061,18 +474708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69738, "usage_id": 223 }, "5142.Z2.052D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Treppenhaus 2 D52", "arch_name": "D52@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430080,18 +474729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69651, "usage_id": 223 }, "5142.Z2.060D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Fahrbahn Ebene D60", "arch_name": "D60@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430099,18 +474750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69653, "usage_id": 204 }, "5142.Z2.080D": { "address": { - "floor": "2.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "D35, Install.Schacht D80", "arch_name": "D35@5142", "area_id": 35, "building_id": 2289, + "floor_level": "2.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430118,18 +474771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69649, "usage_id": 120 }, "5142.Z3.001F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F1", "arch_name": "F1@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430137,18 +474792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69620, "usage_id": 100 }, "5142.Z3.002F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F2", "arch_name": "F2@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430156,18 +474813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69622, "usage_id": 100 }, "5142.Z3.003F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F3", "arch_name": "F3@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430175,18 +474834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69621, "usage_id": 100 }, "5142.Z3.004F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F4", "arch_name": "F4@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430194,18 +474855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69623, "usage_id": 100 }, "5142.Z3.005F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F5", "arch_name": "F5@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430213,18 +474876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69715, "usage_id": 100 }, "5142.Z3.006F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F6", "arch_name": "F6@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430232,18 +474897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69625, "usage_id": 100 }, "5142.Z3.007F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F7", "arch_name": "F7@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430251,18 +474918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69626, "usage_id": 100 }, "5142.Z3.008F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F8", "arch_name": "F8@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430270,18 +474939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69624, "usage_id": 100 }, "5142.Z3.009F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F9", "arch_name": "F9@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430289,18 +474960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69627, "usage_id": 100 }, "5142.Z3.010F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F10", "arch_name": "F10@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430308,18 +474981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69628, "usage_id": 100 }, "5142.Z3.011F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F11", "arch_name": "F11@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430327,18 +475002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69629, "usage_id": 100 }, "5142.Z3.012F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F12", "arch_name": "F12@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430346,18 +475023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69631, "usage_id": 100 }, "5142.Z3.013F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F13", "arch_name": "F13@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430365,18 +475044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69630, "usage_id": 100 }, "5142.Z3.014F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F14", "arch_name": "F14@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430384,18 +475065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69632, "usage_id": 100 }, "5142.Z3.015F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F15", "arch_name": "F15@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430403,18 +475086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69602, "usage_id": 100 }, "5142.Z3.016F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F16", "arch_name": "F16@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430422,18 +475107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69603, "usage_id": 100 }, "5142.Z3.017F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F17", "arch_name": "F17@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430441,18 +475128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69604, "usage_id": 100 }, "5142.Z3.018F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F18", "arch_name": "F18@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430460,18 +475149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69605, "usage_id": 100 }, "5142.Z3.019F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F19", "arch_name": "F19@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430479,18 +475170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69606, "usage_id": 100 }, "5142.Z3.020F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F20", "arch_name": "F20@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430498,18 +475191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69607, "usage_id": 100 }, "5142.Z3.021F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F21", "arch_name": "F21@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430517,18 +475212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69716, "usage_id": 100 }, "5142.Z3.022F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F22", "arch_name": "F22@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430536,18 +475233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69717, "usage_id": 100 }, "5142.Z3.023F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F23", "arch_name": "F23@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430555,18 +475254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69718, "usage_id": 100 }, "5142.Z3.024F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F24", "arch_name": "F24@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430574,18 +475275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69608, "usage_id": 100 }, "5142.Z3.025F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F25", "arch_name": "F25@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430593,18 +475296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69609, "usage_id": 100 }, "5142.Z3.026F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F26", "arch_name": "F26@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430612,18 +475317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69610, "usage_id": 100 }, "5142.Z3.027F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F27", "arch_name": "F27@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430631,18 +475338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69611, "usage_id": 100 }, "5142.Z3.028F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F28", "arch_name": "F28@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430650,18 +475359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69612, "usage_id": 100 }, "5142.Z3.029F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F29", "arch_name": "F29@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430669,18 +475380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69613, "usage_id": 100 }, "5142.Z3.030F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F30", "arch_name": "F30@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430688,18 +475401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69614, "usage_id": 100 }, "5142.Z3.031F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F31", "arch_name": "F31@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430707,18 +475422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69633, "usage_id": 100 }, "5142.Z3.032F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F32", "arch_name": "F32@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430726,18 +475443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69634, "usage_id": 100 }, "5142.Z3.033F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F33", "arch_name": "F33@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430745,18 +475464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69635, "usage_id": 100 }, "5142.Z3.034F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F34", "arch_name": "F34@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430764,18 +475485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69636, "usage_id": 100 }, "5142.Z3.035F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Stellplatz F35", "arch_name": "F35@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430783,18 +475506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69637, "usage_id": 100 }, "5142.Z3.051F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Treppenhaus 1 F51", "arch_name": "F51@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430802,18 +475527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69639, "usage_id": 223 }, "5142.Z3.052F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Treppenhaus 2 F52", "arch_name": "F52@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430821,18 +475548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69640, "usage_id": 223 }, "5142.Z3.060F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Fahrbahn F60", "arch_name": "F60@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430840,18 +475569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69638, "usage_id": 204 }, "5142.Z3.061F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Rampe F61", "arch_name": "F61@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430859,18 +475590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69642, "usage_id": 204 }, "5142.Z3.080F": { "address": { - "floor": "3.ZG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 4", "zip_code": 85748 }, + "alt_name": "Install. Schacht F80", "arch_name": "F80@5142", "area_id": 35, "building_id": 2289, + "floor_level": "3.ZG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -430878,18 +475611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69641, "usage_id": 120 }, "5143.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 2", "zip_code": 85748 }, + "alt_name": "1.001, Vorraum/Lager", "arch_name": "1.001@5143", "area_id": 35, "building_id": 2429, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -430897,18 +475632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69890, "usage_id": 30 }, "5143.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 2", "zip_code": 85748 }, + "alt_name": "1.002, Hausanschlussraum", "arch_name": "1.002@5143", "area_id": 35, "building_id": 2429, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -430916,18 +475653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69891, "usage_id": 120 }, "5143.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 2", "zip_code": 85748 }, + "alt_name": "1.004, Server", "arch_name": "1.004@5143", "area_id": 35, "building_id": 2429, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -430935,18 +475674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69892, "usage_id": 207 }, "5143.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 2", "zip_code": 85748 }, + "alt_name": "1.005, WC", "arch_name": "1.005@5143", "area_id": 35, "building_id": 2429, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -430954,18 +475695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69893, "usage_id": 114 }, "5143.EG.005A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 2", "zip_code": 85748 }, + "alt_name": "1.005A, WC-Vorraum", "arch_name": "1.005A@5143", "area_id": 35, "building_id": 2429, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -430973,18 +475716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69894, "usage_id": 118 }, "5143.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 2", "zip_code": 85748 }, + "alt_name": "1.006, Montageraum", "arch_name": "1.006@5143", "area_id": 35, "building_id": 2429, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 42667, "seats": { @@ -430992,18 +475737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69895, "usage_id": 51 }, "5143.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 2", "zip_code": 85748 }, + "alt_name": "1.009, Technik-RLT", "arch_name": "1.009@5143", "area_id": 35, "building_id": 2429, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -431011,18 +475758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69896, "usage_id": 32 }, "5143.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 2", "zip_code": 85748 }, + "alt_name": "1.011, LKW-Stellplatz", "arch_name": "1.011@5143", "area_id": 35, "building_id": 2429, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 42667, "seats": { @@ -431030,18 +475779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69897, "usage_id": 100 }, "5143.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 2", "zip_code": 85748 }, + "alt_name": "1.012, M\u00fcllentsorgung", "arch_name": "1.012@5143", "area_id": 35, "building_id": 2429, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -431049,18 +475800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69898, "usage_id": 214 }, "5143.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Paula-Hahn-Weinheimer-Str. 2", "zip_code": 85748 }, + "alt_name": "1.013, Vorzone/Anlieferungen", "arch_name": "1.013@5143", "area_id": 35, "building_id": 2429, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -431068,18 +475821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69899, "usage_id": 218 }, "5160.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Am Coulombwall 6", "zip_code": 85748 }, + "alt_name": "0001, UCN-Testanlage", "arch_name": "0001@5160", "area_id": 35, "building_id": 1870, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14179, "seats": { @@ -431087,18 +475842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66523, "usage_id": 49 }, "5202.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Verteilerraum", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431106,18 +475863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52753, "usage_id": 120 }, "5202.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "R\u00e4ume, radioakt., Schw. Ab.", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431125,18 +475884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52762, "usage_id": 103 }, "5202.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Schleuse", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 16205, "seats": { @@ -431144,18 +475905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52902, "usage_id": 105 }, "5202.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Flur", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431163,18 +475926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46445, "usage_id": 222 }, "5202.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Physiklabor (K. B., MV)", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431182,18 +475947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46645, "usage_id": 103 }, "5202.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Installationsraum", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16202, "seats": { @@ -431201,18 +475968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46649, "usage_id": 120 }, "5202.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "R\u00e4ume, radioakt., Schw. Ab.", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431220,18 +475989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46793, "usage_id": 103 }, "5202.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "R\u00e4ume, radioakt. Stoffe", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431239,18 +476010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46804, "usage_id": 102 }, "5202.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "R\u00e4ume, radioakt., Schw. Ab.", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431258,18 +476031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46814, "usage_id": 103 }, "5202.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Massenspektrometer", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16202, "seats": { @@ -431277,18 +476052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46829, "usage_id": 103 }, "5202.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "R\u00e4ume, radioakt. Stoffe", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431296,18 +476073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46978, "usage_id": 102 }, "5202.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "R\u00e4ume, radioakt. Stoffe", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431315,18 +476094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46997, "usage_id": 102 }, "5202.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "R\u00e4ume, radioakt. Stoffe", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19705, "seats": { @@ -431334,18 +476115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47011, "usage_id": 102 }, "5202.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "R\u00e4ume, radioakt. Stoffe", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431353,18 +476136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44299, "usage_id": 102 }, "5202.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Lager", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431372,18 +476157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44312, "usage_id": 30 }, "5202.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Physiklabor (K. B., MV)", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19705, "seats": { @@ -431391,18 +476178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44326, "usage_id": 103 }, "5202.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Physiklabor", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431410,18 +476199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44480, "usage_id": 103 }, "5202.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Messraum (ersch\u00fctterungsfrei)", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19705, "seats": { @@ -431429,18 +476220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44490, "usage_id": 103 }, "5202.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Ofenraum", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431448,18 +476241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44504, "usage_id": 194 }, "5202.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Messraum (ersch\u00fctterungsfrei)", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431467,18 +476262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44512, "usage_id": 103 }, "5202.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Flur", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431486,18 +476283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44661, "usage_id": 222 }, "5202.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Treppenraum", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431505,18 +476304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44679, "usage_id": 223 }, "5202.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Flur", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431524,18 +476325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44695, "usage_id": 222 }, "5202.EG.074": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Flur", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16205, "seats": { @@ -431543,18 +476346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44832, "usage_id": 222 }, "5202.EG.270": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Massenspektrometer", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16202, "seats": { @@ -431562,18 +476367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45562, "usage_id": 103 }, "5202.EG.271": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Massenspektrometer", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16202, "seats": { @@ -431581,18 +476388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45571, "usage_id": 103 }, "5202.EG.272": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Massenspektrometer", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16202, "seats": { @@ -431600,18 +476409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45586, "usage_id": 103 }, "5202.EG.273": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Massenspektrometer", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16202, "seats": { @@ -431619,18 +476430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45600, "usage_id": 103 }, "5202.EG.275": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Massenspektrometer", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 16202, "seats": { @@ -431638,18 +476451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52736, "usage_id": 103 }, "5202.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Heizraum", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431657,18 +476472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45509, "usage_id": 201 }, "5202.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Installationsraum", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431676,18 +476493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45518, "usage_id": 120 }, "5202.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Wasserversorgung", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431695,18 +476514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45528, "usage_id": 183 }, "5202.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Gasversorgung", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431714,18 +476535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45541, "usage_id": 17 }, "5202.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Gasversorgung", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431733,18 +476556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45552, "usage_id": 17 }, "5202.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Gasversorgung", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431752,18 +476577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45692, "usage_id": 17 }, "5202.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Targetbahnweiche", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431771,18 +476598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45701, "usage_id": 120 }, "5202.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Gasversorgung", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431790,18 +476619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45717, "usage_id": 17 }, "5202.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Stromversorgung", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431809,18 +476640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45736, "usage_id": 160 }, "5202.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Stromversorgung", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431828,18 +476661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45882, "usage_id": 160 }, "5202.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Gasversorgung", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431847,18 +476682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24042, "usage_id": 17 }, "5202.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Installationskanal Nord", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431866,18 +476703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45902, "usage_id": 120 }, "5202.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Installationskanal Mitte", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431885,18 +476724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45915, "usage_id": 120 }, "5202.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "Installationskanal S\u00fcd", "arch_name": "@5202", "area_id": 37, "building_id": 784, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -431904,18 +476745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46069, "usage_id": 120 }, "5203.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E01, Eingangshalle", "arch_name": "E01@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -431923,18 +476766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52282, "usage_id": 222 }, "5203.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E02, Flur", "arch_name": "E02@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -431942,18 +476787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52423, "usage_id": 222 }, "5203.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E03, B\u00fcro", "arch_name": "E03@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -431961,19 +476808,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10014, "usage_id": 12 }, "5203.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E06, Seminarraum", "arch_name": "E06@5203", "area_id": 37, "building_id": 794, "calendar_resource_nr": 18977, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -431981,18 +476830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52448, "usage_id": 41 }, "5203.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E07, B\u00fcro", "arch_name": "E07@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19663, "seats": { @@ -432000,18 +476851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10142, "usage_id": 12 }, "5203.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E10, Lager", "arch_name": "E10@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44146, "seats": { @@ -432019,18 +476872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52602, "usage_id": 30 }, "5203.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E11, B\u00fcro", "arch_name": "E11@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -432038,18 +476893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22699, "usage_id": 12 }, "5203.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E12, Treppe", "arch_name": "E12@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -432057,18 +476914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52620, "usage_id": 223 }, "5203.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E13, B\u00fcro", "arch_name": "E13@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -432076,18 +476935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52631, "usage_id": 12 }, "5203.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E14, Teek\u00fcche", "arch_name": "E14@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -432095,18 +476956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52781, "usage_id": 28 }, "5203.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E15, B\u00fcro", "arch_name": "E15@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -432114,18 +476977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52789, "usage_id": 12 }, "5203.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E16, B\u00fcro", "arch_name": "E16@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -432133,18 +476998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52798, "usage_id": 12 }, "5203.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E19, B\u00fcro", "arch_name": "E19@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -432152,18 +477019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52807, "usage_id": 12 }, "5203.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E20, B\u00fcro", "arch_name": "E20@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -432171,18 +477040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52953, "usage_id": 12 }, "5203.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E22, Poststelle/Drucker/Kopierer", "arch_name": "E22@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -432190,18 +477061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52964, "usage_id": 110 }, "5203.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E23, Arbeitsraum", "arch_name": "E23@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -432209,18 +477082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10274, "usage_id": 12 }, "5203.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E24, Arbeitsraum", "arch_name": "E24@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -432228,18 +477103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52984, "usage_id": 12 }, "5203.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E25, Arbeitsraum", "arch_name": "E25@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -432247,18 +477124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10331, "usage_id": 12 }, "5203.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E28, K\u00fcche", "arch_name": "E28@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19663, "seats": { @@ -432266,18 +477145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53131, "usage_id": 28 }, "5203.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E29, Arbeitsraum", "arch_name": "E29@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -432285,18 +477166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53142, "usage_id": 12 }, "5203.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E30, WC-Herren", "arch_name": "E30@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -432304,18 +477187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53151, "usage_id": 115 }, "5203.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E31, Arbeitsraum", "arch_name": "E31@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -432323,18 +477208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10341, "usage_id": 12 }, "5203.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E32, Lager", "arch_name": "E32@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19663, "seats": { @@ -432342,18 +477229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53311, "usage_id": 30 }, "5203.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E33, Beh.-WC / WC-Damen", "arch_name": "E33@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -432361,18 +477250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66503, "usage_id": 117 }, "5203.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E35, Arbeitsraum", "arch_name": "E35@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -432380,18 +477271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10372, "usage_id": 12 }, "5203.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E37, Arbeitsraum", "arch_name": "E37@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -432399,18 +477292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53335, "usage_id": 12 }, "5203.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E39, Arbeitsraum", "arch_name": "E39@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -432418,19 +477313,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10382, "usage_id": 12 }, "5203.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E40, Seminarraum", "arch_name": "E40@5203", "area_id": 37, "building_id": 794, "calendar_resource_nr": 18757, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19663, "seats": { @@ -432438,19 +477335,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53490, "usage_id": 41 }, "5203.EG.040A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E40a, Besprechungsraum", "arch_name": "E40a@5203", "area_id": 37, "building_id": 794, "calendar_resource_nr": 24475, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19663, "seats": { @@ -432458,18 +477357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53504, "usage_id": 196 }, "5203.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E41, Arbeitsraum", "arch_name": "E41@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -432477,18 +477378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10433, "usage_id": 12 }, "5203.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E42, Treppe", "arch_name": "E42@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -432496,18 +477399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53651, "usage_id": 223 }, "5203.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E43, Arbeitsraum", "arch_name": "E43@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -432515,18 +477420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10467, "usage_id": 12 }, "5203.EG.044": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E44, Flur zu E40", "arch_name": "E44@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -432534,18 +477441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53678, "usage_id": 222 }, "5203.EG.045": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E45, Arbeitsraum", "arch_name": "E45@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -432553,18 +477462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10472, "usage_id": 12 }, "5203.EG.046": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E46, Aufzug", "arch_name": "E46@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -432572,18 +477483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53831, "usage_id": 4 }, "5203.EG.047": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E47, Arbeitsraum", "arch_name": "E47@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -432591,18 +477504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10507, "usage_id": 12 }, "5203.EG.049": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E49, Arbeitsraum", "arch_name": "E49@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -432610,18 +477525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51240, "usage_id": 12 }, "5203.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E50, B\u00fcro", "arch_name": "E50@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -432629,18 +477546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51251, "usage_id": 12 }, "5203.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E51, B\u00fcro/Besprechungsraum", "arch_name": "E51@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -432648,18 +477567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51265, "usage_id": 12 }, "5203.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E52, B\u00fcro", "arch_name": "E52@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -432667,18 +477588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51275, "usage_id": 12 }, "5203.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E53, B\u00fcro/R\u00f6ntgen u. Laser", "arch_name": "E53@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -432686,18 +477609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51421, "usage_id": 12 }, "5203.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E54, B\u00fcro", "arch_name": "E54@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -432705,18 +477630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23305, "usage_id": 12 }, "5203.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E57, B\u00fcro", "arch_name": "E57@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16353, "seats": { @@ -432724,18 +477651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51455, "usage_id": 12 }, "5203.EG.058": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E58, WC-Herren", "arch_name": "E58@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -432743,18 +477672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51611, "usage_id": 115 }, "5203.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E59, Windfang", "arch_name": "E59@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -432762,18 +477693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51625, "usage_id": 52 }, "5203.EG.060": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E60, WC-Damen", "arch_name": "E60@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -432781,18 +477714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51636, "usage_id": 116 }, "5203.EG.061": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E61, Vermietet an Bauamt", "arch_name": "E61@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16353, "seats": { @@ -432800,18 +477735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51647, "usage_id": 12 }, "5203.EG.062": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E62, Dusche", "arch_name": "E62@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -432819,18 +477756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51787, "usage_id": 113 }, "5203.EG.064": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E64, Putzraum", "arch_name": "E64@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -432838,18 +477777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51798, "usage_id": 205 }, "5203.EG.065": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E65, B\u00fcro", "arch_name": "E65@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -432857,18 +477798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10670, "usage_id": 12 }, "5203.EG.066": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E66, Bibliothek", "arch_name": "E66@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -432876,18 +477819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51811, "usage_id": 10 }, "5203.EG.069": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E69, B\u00fcro", "arch_name": "E69@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -432895,18 +477840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10671, "usage_id": 12 }, "5203.EG.070": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E70, Konferenzraum", "arch_name": "E70@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -432914,18 +477861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51960, "usage_id": 196 }, "5203.EG.073": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E73, Sekretariat", "arch_name": "E73@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -432933,18 +477882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10728, "usage_id": 40 }, "5203.EG.075": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E75, Abteilungsleiter", "arch_name": "E75@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -432952,18 +477903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10730, "usage_id": 12 }, "5203.EG.077": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E77, Aktenablage", "arch_name": "E77@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -432971,18 +477924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23647, "usage_id": 2 }, "5203.EG.079": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E79, B\u00fcro", "arch_name": "E79@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16353, "seats": { @@ -432990,18 +477945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52122, "usage_id": 12 }, "5203.EG.081": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E81, B\u00fcro", "arch_name": "E81@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16353, "seats": { @@ -433009,18 +477966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52129, "usage_id": 12 }, "5203.EG.085": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E85, B\u00fcro", "arch_name": "E85@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16353, "seats": { @@ -433028,18 +477987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52133, "usage_id": 12 }, "5203.EG.089": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E89, B\u00fcro", "arch_name": "E89@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 16353, "seats": { @@ -433047,18 +478008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52143, "usage_id": 12 }, "5203.EG.091": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E91, B\u00fcro Emeriti of Excellence", "arch_name": "E91@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44304, "seats": { @@ -433066,18 +478029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52153, "usage_id": 12 }, "5203.EG.095": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E95, B\u00fcro", "arch_name": "E95@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44304, "seats": { @@ -433085,18 +478050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23756, "usage_id": 12 }, "5203.EG.097": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "E97, B\u00fcro", "arch_name": "E97@5203", "area_id": 37, "building_id": 794, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44304, "seats": { @@ -433104,18 +478071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10043, "usage_id": 12 }, "5203.U1.102": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K02, Flur", "arch_name": "K02@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -433123,18 +478092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52911, "usage_id": 222 }, "5203.U1.103": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K03, Aktenlager", "arch_name": "K03@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25963, "seats": { @@ -433142,18 +478113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52922, "usage_id": 2 }, "5203.U1.106": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K06, Lager", "arch_name": "K06@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -433161,18 +478134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52930, "usage_id": 30 }, "5203.U1.107": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K07, Lager", "arch_name": "K07@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Laminat", "main_operator_id": 19691, "seats": { @@ -433180,18 +478155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52936, "usage_id": 30 }, "5203.U1.110": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K10, Lager", "arch_name": "K10@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15379, "seats": { @@ -433199,18 +478176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52946, "usage_id": 30 }, "5203.U1.111": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K11, Lager", "arch_name": "K11@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -433218,18 +478197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53085, "usage_id": 30 }, "5203.U1.112": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K12, Treppe", "arch_name": "K12@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -433237,18 +478218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53098, "usage_id": 223 }, "5203.U1.114": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K14, Lager", "arch_name": "K14@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -433256,18 +478239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53109, "usage_id": 30 }, "5203.U1.116": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K16, Heizzentrale", "arch_name": "K16@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -433275,18 +478260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53120, "usage_id": 201 }, "5203.U1.117": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K17, Schaltraum", "arch_name": "K17@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -433294,18 +478281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53262, "usage_id": 160 }, "5203.U1.117A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K17a, Notstrom/Nebenraum K17", "arch_name": "K17a@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -433313,18 +478302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53280, "usage_id": 160 }, "5203.U1.119": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K19, LRZ-Verteilerknoten", "arch_name": "K19@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39906, "seats": { @@ -433332,18 +478323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53296, "usage_id": 120 }, "5203.U1.120": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K20, Lager", "arch_name": "K20@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15379, "seats": { @@ -433351,18 +478344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53442, "usage_id": 30 }, "5203.U1.121": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K19, Netzwerkzentrale", "arch_name": "K19@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19705, "seats": { @@ -433370,18 +478365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53457, "usage_id": 202 }, "5203.U1.123": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K23, Arbeitsraum", "arch_name": "K23@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -433389,18 +478386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10389, "usage_id": 12 }, "5203.U1.124": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K24, Archiv", "arch_name": "K24@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15379, "seats": { @@ -433408,18 +478407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53606, "usage_id": 2 }, "5203.U1.125": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K25, Arbeitsraum", "arch_name": "K25@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -433427,18 +478428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10395, "usage_id": 12 }, "5203.U1.129": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K29, Arbeitsraum", "arch_name": "K29@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -433446,18 +478449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10437, "usage_id": 12 }, "5203.U1.130": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K30, Lager f\u00fcr Ausstellungsmaterial", "arch_name": "K30@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19705, "seats": { @@ -433465,18 +478470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53637, "usage_id": 30 }, "5203.U1.131": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K31, Dauerarbeitsplatz/Werkstatt", "arch_name": "K31@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -433484,18 +478491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53642, "usage_id": 12 }, "5203.U1.135": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K35, Dauerarbeitsplatz", "arch_name": "K35@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19705, "seats": { @@ -433503,18 +478512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53775, "usage_id": 12 }, "5203.U1.136": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K36, Lager", "arch_name": "K36@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44304, "seats": { @@ -433522,18 +478533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53782, "usage_id": 30 }, "5203.U1.138": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K38, Lager", "arch_name": "K38@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19671, "seats": { @@ -433541,18 +478554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53792, "usage_id": 30 }, "5203.U1.139": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K39, Lager", "arch_name": "K39@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19663, "seats": { @@ -433560,18 +478575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53801, "usage_id": 30 }, "5203.U1.140": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K40, Lager", "arch_name": "K40@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19671, "seats": { @@ -433579,18 +478596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53808, "usage_id": 30 }, "5203.U1.141": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K41, Server", "arch_name": "K41@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 19663, "seats": { @@ -433598,18 +478617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51197, "usage_id": 207 }, "5203.U1.142": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K42, Treppenraum", "arch_name": "K42@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -433617,18 +478638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51206, "usage_id": 223 }, "5203.U1.143": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K43, Dauerarbeitsplatz", "arch_name": "K43@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -433636,18 +478659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51217, "usage_id": 12 }, "5203.U1.144": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K44, Lager / Reservefl\u00e4che", "arch_name": "K44@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -433655,18 +478680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51224, "usage_id": 30 }, "5203.U1.145": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K45, Putzkammer", "arch_name": "K45@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -433674,18 +478701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51236, "usage_id": 205 }, "5203.U1.146": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K46, Aufzug", "arch_name": "K46@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -433693,18 +478722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51378, "usage_id": 4 }, "5203.U1.147": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K47, Lager", "arch_name": "K47@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -433712,18 +478743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51389, "usage_id": 30 }, "5203.U1.148": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K48, Aufzug", "arch_name": "K48@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -433731,18 +478764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51400, "usage_id": 4 }, "5203.U1.149": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K49, Lager", "arch_name": "K49@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -433750,18 +478785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51407, "usage_id": 30 }, "5203.U1.151": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K51, Lager Fam. Service", "arch_name": "K51@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -433769,18 +478806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51559, "usage_id": 30 }, "5203.U1.152": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K52, Lager", "arch_name": "K52@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44304, "seats": { @@ -433788,18 +478827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51577, "usage_id": 30 }, "5203.U1.154": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K54, Werkstatt", "arch_name": "K54@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44304, "seats": { @@ -433807,18 +478848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51587, "usage_id": 51 }, "5203.U1.155": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K55, B\u00fcro", "arch_name": "K55@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 44150, "seats": { @@ -433826,18 +478869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69933, "usage_id": 12 }, "5203.U1.157": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K57, Lager/Bauamt", "arch_name": "K57@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 16353, "seats": { @@ -433845,18 +478890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51736, "usage_id": 30 }, "5203.U1.159": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K59, Lager/Ausstellungsmaterial", "arch_name": "K59@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -433864,18 +478911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51744, "usage_id": 30 }, "5203.U1.160": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K60, Aktenlager Emeriti of Excellence", "arch_name": "K60@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -433883,18 +478932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51758, "usage_id": 2 }, "5203.U1.161": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K61, Kompressor", "arch_name": "K61@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -433902,18 +478953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51768, "usage_id": 160 }, "5203.U1.165": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K65, Lager/TUFast e. V.", "arch_name": "K65@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -433921,18 +478974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51912, "usage_id": 30 }, "5203.U1.166": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K66, Archiv", "arch_name": "K66@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44304, "seats": { @@ -433940,18 +478995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51923, "usage_id": 2 }, "5203.U1.169": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K69, Lager f. Sport", "arch_name": "K69@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14195, "seats": { @@ -433959,18 +479016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51931, "usage_id": 30 }, "5203.U1.173": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K73, Lager", "arch_name": "K73@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44304, "seats": { @@ -433978,18 +479037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51940, "usage_id": 30 }, "5203.U1.177": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K77, Werkstatt", "arch_name": "K77@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44304, "seats": { @@ -433997,18 +479058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51949, "usage_id": 51 }, "5203.U1.179": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K79, B\u00fcro", "arch_name": "K79@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 44304, "seats": { @@ -434016,18 +479079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52086, "usage_id": 12 }, "5203.U1.181": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K81, Lager", "arch_name": "K81@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 44304, "seats": { @@ -434035,18 +479100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52097, "usage_id": 30 }, "5203.U1.185": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K85, Lager", "arch_name": "K85@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44304, "seats": { @@ -434054,18 +479121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52109, "usage_id": 30 }, "5203.U1.189": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K89, Sanit\u00e4tsraum", "arch_name": "K89@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 44304, "seats": { @@ -434073,18 +479142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52248, "usage_id": 178 }, "5203.U1.191": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K91, Personalakten", "arch_name": "K91@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -434092,18 +479163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52260, "usage_id": 2 }, "5203.U1.195": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 1", "zip_code": 85748 }, + "alt_name": "K95, Aktenlager", "arch_name": "K95@5203", "area_id": 37, "building_id": 794, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25963, "seats": { @@ -434111,18 +479184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52274, "usage_id": 2 }, "5204.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "1401, B\u00fcro 6", "arch_name": "1401@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434130,18 +479205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28418, "usage_id": 12 }, "5204.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "1402, B\u00fcro 7", "arch_name": "1402@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434149,18 +479226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17137, "usage_id": 12 }, "5204.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "1403, B\u00fcro 8", "arch_name": "1403@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434168,18 +479247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28430, "usage_id": 12 }, "5204.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "1404, Sozialraum", "arch_name": "1404@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434187,19 +479268,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52516, "usage_id": 44 }, "5204.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "1405, Seminarraum", "arch_name": "1405@5204", "area_id": 37, "building_id": 795, "calendar_resource_nr": 18651, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434207,18 +479290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52525, "usage_id": 41 }, "5204.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "1406, Flur/Foyer", "arch_name": "1406@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434226,18 +479311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52540, "usage_id": 222 }, "5204.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "1407, Treppe", "arch_name": "1407@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434245,18 +479332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52679, "usage_id": 223 }, "5204.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0401, Arbeitsraum mit Besprechungsgruppe", "arch_name": "0401@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434264,18 +479353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10122, "usage_id": 12 }, "5204.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0402, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0402@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434283,18 +479374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10125, "usage_id": 12 }, "5204.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0403, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0403@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434302,18 +479395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10127, "usage_id": 12 }, "5204.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0404, Chemielabor (KNSTL.B.,MV)", "arch_name": "0404@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434321,18 +479416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53014, "usage_id": 102 }, "5204.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0405, Arbeitsraum mit Besprechungsgruppe", "arch_name": "0405@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434340,18 +479437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10132, "usage_id": 12 }, "5204.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0406, Metallografieraum", "arch_name": "0406@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434359,18 +479458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53168, "usage_id": 51 }, "5204.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0407, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0407@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434378,18 +479479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10172, "usage_id": 12 }, "5204.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0408, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0408@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434397,18 +479500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10178, "usage_id": 12 }, "5204.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0409, Techn. Labor", "arch_name": "0409@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434416,18 +479521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53199, "usage_id": 194 }, "5204.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0410, Bibliothek", "arch_name": "0410@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434435,18 +479542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53208, "usage_id": 10 }, "5204.EG.011A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0411a, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0411a@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434454,18 +479563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22759, "usage_id": 12 }, "5204.EG.011B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0411b, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0411b@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434473,18 +479584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17982, "usage_id": 12 }, "5204.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0412, Arbeitsraum f\u00fcr Verpflegung", "arch_name": "0412@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434492,18 +479605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53372, "usage_id": 28 }, "5204.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0413, Treppenraum", "arch_name": "0413@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -434511,18 +479626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53516, "usage_id": 223 }, "5204.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0414, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0414@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434530,18 +479647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10305, "usage_id": 12 }, "5204.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0415, Wasch-/Abstellraum", "arch_name": "0415@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15278, "seats": { @@ -434549,18 +479668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53543, "usage_id": 210 }, "5204.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0416, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "0416@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434568,18 +479689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10316, "usage_id": 12 }, "5204.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0417, Putzkammer", "arch_name": "0417@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15278, "seats": { @@ -434587,18 +479710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53693, "usage_id": 205 }, "5204.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0418, Messlabor", "arch_name": "0418@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434606,18 +479731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53709, "usage_id": 103 }, "5204.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0419, Beh.-WC / WC-Damen", "arch_name": "0419@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15278, "seats": { @@ -434625,18 +479752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53719, "usage_id": 117 }, "5204.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0423, Flur", "arch_name": "0423@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434644,18 +479773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53858, "usage_id": 222 }, "5204.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0421, WC-Herren", "arch_name": "0421@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15278, "seats": { @@ -434663,18 +479794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53866, "usage_id": 115 }, "5204.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0422, Flur", "arch_name": "0422@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434682,19 +479815,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53875, "usage_id": 222 }, "5204.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0423, Rechnerraum 2", "arch_name": "0423@5204", "area_id": 37, "building_id": 795, "calendar_resource_nr": 20216, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 15278, "seats": { @@ -434702,18 +479837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53891, "usage_id": 207 }, "5204.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0424, Stromversorgung", "arch_name": "0424@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -434721,18 +479858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51288, "usage_id": 160 }, "5204.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0425, Stromversorgung", "arch_name": "0425@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -434740,18 +479879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51300, "usage_id": 160 }, "5204.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0426, Stromversorgung", "arch_name": "0426@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -434759,18 +479900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51312, "usage_id": 160 }, "5204.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0427, Lager (Lampen ELT.)", "arch_name": "0427@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -434778,18 +479921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51322, "usage_id": 30 }, "5204.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0428, Stromversorgung", "arch_name": "0428@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -434797,18 +479942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51466, "usage_id": 160 }, "5204.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0429, Stromversorgung", "arch_name": "0429@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -434816,18 +479963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51481, "usage_id": 160 }, "5204.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0430, Stromversorgung", "arch_name": "0430@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -434835,19 +479984,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51490, "usage_id": 160 }, "5204.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0433, Rechnerraum 1", "arch_name": "0433@5204", "area_id": 37, "building_id": 795, "calendar_resource_nr": 20236, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434855,18 +480006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51500, "usage_id": 131 }, "5204.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0434, Feinmechanikwerkstatt", "arch_name": "0434@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15278, "seats": { @@ -434874,18 +480027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27933, "usage_id": 108 }, "5204.EG.034A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0434A, Schreinerei/Feinmechanikwerkstatt", "arch_name": "0434A@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15278, "seats": { @@ -434893,18 +480048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51666, "usage_id": 51 }, "5204.EG.034B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0434B, Schwei\u00dfereiwerkstatt", "arch_name": "0434B@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -434912,18 +480069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51674, "usage_id": 51 }, "5204.EG.035A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0435A, WC-Herren", "arch_name": "0435A@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15278, "seats": { @@ -434931,18 +480090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51682, "usage_id": 115 }, "5204.EG.035B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0435B, Dusche/Umkleide", "arch_name": "0435B@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15278, "seats": { @@ -434950,18 +480111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51687, "usage_id": 113 }, "5204.EG.035C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0435C, Verteiler-Flur", "arch_name": "0435C@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434969,18 +480132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51831, "usage_id": 222 }, "5204.EG.035D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0432, Meisterb\u00fcro", "arch_name": "0432@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -434988,18 +480153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10551, "usage_id": 12 }, "5204.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0431, Versuchshalle", "arch_name": "0431@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435007,18 +480174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51844, "usage_id": 49 }, "5204.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0437, Windfang", "arch_name": "0437@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -435026,18 +480195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51860, "usage_id": 52 }, "5204.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0438, Treppe", "arch_name": "0438@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -435045,18 +480216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51993, "usage_id": 223 }, "5204.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0439, Flur mit Flur-WC", "arch_name": "0439@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -435064,18 +480237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52006, "usage_id": 222 }, "5204.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0440, Besprechungsraum", "arch_name": "0440@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -435083,18 +480258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52013, "usage_id": 196 }, "5204.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0441, Server", "arch_name": "0441@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -435102,18 +480279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28229, "usage_id": 207 }, "5204.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0442, B\u00fcro 2", "arch_name": "0442@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -435121,18 +480300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15668, "usage_id": 12 }, "5204.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0443, B\u00fcro 3", "arch_name": "0443@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -435140,18 +480321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28237, "usage_id": 12 }, "5204.EG.044": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0444, B\u00fcro 4", "arch_name": "0444@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -435159,18 +480342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28315, "usage_id": 12 }, "5204.EG.045": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0445, B\u00fcro 5", "arch_name": "0445@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15278, "seats": { @@ -435178,18 +480363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28321, "usage_id": 12 }, "5204.EG.046": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0446, WC-Damen", "arch_name": "0446@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15278, "seats": { @@ -435197,18 +480384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52193, "usage_id": 116 }, "5204.EG.047": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0447, WC-Herren", "arch_name": "0447@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15278, "seats": { @@ -435216,18 +480405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52339, "usage_id": 115 }, "5204.EG.048": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "0448, Technik", "arch_name": "0448@5204", "area_id": 37, "building_id": 795, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435235,18 +480426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52348, "usage_id": 120 }, "5204.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U401, Lager Akten", "arch_name": "U401@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435254,18 +480447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52307, "usage_id": 30 }, "5204.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U402, Lager Ger\u00e4te", "arch_name": "U402@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435273,18 +480468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52314, "usage_id": 18 }, "5204.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U404, Lager Demo-Teile", "arch_name": "U404@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435292,18 +480489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52325, "usage_id": 30 }, "5204.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U405, Lager Elg./Versuchsteile", "arch_name": "U405@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435311,18 +480510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52329, "usage_id": 30 }, "5204.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U406, Lager Bleche", "arch_name": "U406@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435330,18 +480531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52467, "usage_id": 30 }, "5204.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U407, Lager", "arch_name": "U407@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435349,18 +480552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52472, "usage_id": 30 }, "5204.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U408, Lager Langprodukte", "arch_name": "U408@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435368,18 +480573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52477, "usage_id": 30 }, "5204.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U409, Vorraum Reaktor", "arch_name": "U409@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435387,18 +480594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52488, "usage_id": 50 }, "5204.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U411, Kompressorraum", "arch_name": "U411@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435406,18 +480615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52494, "usage_id": 32 }, "5204.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U412, Wasserversorgung", "arch_name": "U412@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -435425,18 +480636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52503, "usage_id": 183 }, "5204.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U413, Gang", "arch_name": "U413@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435444,18 +480657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52645, "usage_id": 222 }, "5204.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U414, Lager", "arch_name": "U414@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15278, "seats": { @@ -435463,18 +480678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52651, "usage_id": 30 }, "5204.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U416, Verteilerraum", "arch_name": "U416@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -435482,18 +480699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52657, "usage_id": 120 }, "5204.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U417, Stromversorgung", "arch_name": "U417@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -435501,18 +480720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52666, "usage_id": 160 }, "5204.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U418, Stromversorgung", "arch_name": "U418@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -435520,18 +480741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52676, "usage_id": 160 }, "5204.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U419, Abstellraum", "arch_name": "U419@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -435539,18 +480762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52816, "usage_id": 159 }, "5204.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U420, Stromversorgung", "arch_name": "U420@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -435558,18 +480783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52826, "usage_id": 160 }, "5204.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U421, Stromversorgung", "arch_name": "U421@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -435577,18 +480804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52834, "usage_id": 160 }, "5204.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 4", "zip_code": 85748 }, + "alt_name": "U422, Stromversorgung", "arch_name": "U422@5204", "area_id": 37, "building_id": 795, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -435596,18 +480825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52844, "usage_id": 160 }, "5212.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.001, Schleuse", "arch_name": "H.1.001@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435615,18 +480846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75072, "usage_id": 105 }, "5212.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.002, Lager", "arch_name": "H.1.002@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435634,18 +480867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75116, "usage_id": 30 }, "5212.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.004, Lager", "arch_name": "H.1.004@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435653,18 +480888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75117, "usage_id": 30 }, "5212.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.005, Besprechung/Teek\u00fcche", "arch_name": "H.1.005@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435672,18 +480909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75109, "usage_id": 196 }, "5212.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.006, B\u00fcro", "arch_name": "H.1.006@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435691,18 +480930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75080, "usage_id": 12 }, "5212.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.007, Abluftinstrument", "arch_name": "H.1.007@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435710,18 +480951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75150, "usage_id": 32 }, "5212.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.010, B\u00fcro", "arch_name": "H.1.010@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435729,18 +480972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75081, "usage_id": 12 }, "5212.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.011, IT-B\u00fcro", "arch_name": "H.1.011@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435748,18 +480993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75144, "usage_id": 12 }, "5212.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.012, B\u00fcro", "arch_name": "H.1.012@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435767,18 +481014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75082, "usage_id": 12 }, "5212.01.013L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.1.013, Putzraum", "arch_name": "L.1.013@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435786,18 +481035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75107, "usage_id": 205 }, "5212.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.014, B\u00fcro", "arch_name": "H.1.014@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435805,18 +481056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75083, "usage_id": 12 }, "5212.01.014L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.1.014, Besprechung", "arch_name": "L.1.014@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435824,18 +481077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75108, "usage_id": 196 }, "5212.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.015, B\u00fcro", "arch_name": "H.1.015@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435843,18 +481098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75112, "usage_id": 12 }, "5212.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.016, B\u00fcro", "arch_name": "H.1.016@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435862,18 +481119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75118, "usage_id": 12 }, "5212.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.017, B\u00fcro", "arch_name": "H.1.017@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435881,18 +481140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75113, "usage_id": 12 }, "5212.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.018, B\u00fcro", "arch_name": "H.1.018@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435900,18 +481161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75119, "usage_id": 12 }, "5212.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.019, B\u00fcro", "arch_name": "H.1.019@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435919,18 +481182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75145, "usage_id": 12 }, "5212.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.020, B\u00fcro", "arch_name": "H.1.020@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435938,18 +481203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75120, "usage_id": 12 }, "5212.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.022, B\u00fcro", "arch_name": "H.1.022@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435957,18 +481224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75121, "usage_id": 12 }, "5212.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.024, B\u00fcro", "arch_name": "H.1.024@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435976,18 +481245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75149, "usage_id": 12 }, "5212.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.025, Sekretariat", "arch_name": "H.1.025@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -435995,18 +481266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75114, "usage_id": 40 }, "5212.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.026, Putzraum", "arch_name": "H.1.026@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436014,18 +481287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75077, "usage_id": 205 }, "5212.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.028, Gemeinschaftsraum", "arch_name": "H.1.028@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436033,18 +481308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75073, "usage_id": 131 }, "5212.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.029, Gesch\u00e4ftsf\u00fchrung", "arch_name": "H.1.029@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436052,18 +481329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75115, "usage_id": 12 }, "5212.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.030, Gemeinschaftsraum", "arch_name": "H.1.030@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436071,18 +481350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75074, "usage_id": 131 }, "5212.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.035, Dokuraum", "arch_name": "H.1.035@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436090,18 +481371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75146, "usage_id": 2 }, "5212.01.601": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.601, WC-Herren", "arch_name": "H.1.601@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436109,18 +481392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75148, "usage_id": 115 }, "5212.01.602": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.602, WC-Damen", "arch_name": "H.1.602@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436128,18 +481413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75079, "usage_id": 116 }, "5212.01.701": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.701, Flur", "arch_name": "H.1.701@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436147,18 +481434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75111, "usage_id": 222 }, "5212.01.701A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.701A, Flur", "arch_name": "H.1.701A@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436166,18 +481455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75110, "usage_id": 222 }, "5212.01.702": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.702, Flur", "arch_name": "H.1.702@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436185,18 +481476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75075, "usage_id": 222 }, "5212.01.704L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.1.704, Flur", "arch_name": "L.1.704@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436204,18 +481497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75106, "usage_id": 222 }, "5212.01.801": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.801, Treppenhaus West", "arch_name": "H.1.801@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436223,18 +481518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75078, "usage_id": 223 }, "5212.01.801L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.1.801, Aufzug", "arch_name": "L.1.801@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436242,18 +481539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75143, "usage_id": 4 }, "5212.01.802": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.802, Aufzug", "arch_name": "H.1.802@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436261,18 +481560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75147, "usage_id": 4 }, "5212.01.803": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.1.803, Treppenhaus Ost", "arch_name": "H.1.803@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436280,18 +481581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75076, "usage_id": 223 }, "5212.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.001, Schleuse", "arch_name": "H.2.001@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436299,18 +481602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75085, "usage_id": 105 }, "5212.02.002": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.002, Materiallager", "arch_name": "H.2.002@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436318,18 +481623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75160, "usage_id": 30 }, "5212.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.004, Materiallager", "arch_name": "H.2.004@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436337,18 +481644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75135, "usage_id": 30 }, "5212.02.005": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.005, Besprechung/Teek\u00fcche", "arch_name": "H.2.005@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436356,18 +481665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75151, "usage_id": 196 }, "5212.02.006": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.006, B\u00fcro", "arch_name": "H.2.006@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436375,18 +481686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75071, "usage_id": 12 }, "5212.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.007, Materiallager", "arch_name": "H.2.007@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436394,18 +481707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75086, "usage_id": 30 }, "5212.02.008": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.008, B\u00fcro", "arch_name": "H.2.008@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436413,18 +481728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75159, "usage_id": 12 }, "5212.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.010, B\u00fcro", "arch_name": "H.2.010@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436432,18 +481749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75158, "usage_id": 12 }, "5212.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.011, Leiter Radiophar.", "arch_name": "H.2.011@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436451,18 +481770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75089, "usage_id": 12 }, "5212.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.012, B\u00fcro", "arch_name": "H.2.012@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436470,18 +481791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75157, "usage_id": 12 }, "5212.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.013, Sekretariat", "arch_name": "H.2.013@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436489,18 +481812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75124, "usage_id": 40 }, "5212.02.013L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.2.013, Putzraum", "arch_name": "L.2.013@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436508,18 +481833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75084, "usage_id": 205 }, "5212.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.014, B\u00fcro", "arch_name": "H.2.014@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436527,18 +481854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75130, "usage_id": 12 }, "5212.02.014L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.2.014, ZBV", "arch_name": "L.2.014@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436546,18 +481875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75123, "usage_id": 30 }, "5212.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.015, B\u00fcro", "arch_name": "H.2.015@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436565,18 +481896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75154, "usage_id": 12 }, "5212.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.016, B\u00fcro", "arch_name": "H.2.016@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436584,18 +481917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75131, "usage_id": 12 }, "5212.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.017, B\u00fcro", "arch_name": "H.2.017@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436603,18 +481938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75155, "usage_id": 12 }, "5212.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.018, B\u00fcro", "arch_name": "H.2.018@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436622,18 +481959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75132, "usage_id": 12 }, "5212.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.019, B\u00fcro", "arch_name": "H.2.019@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436641,18 +481980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75126, "usage_id": 12 }, "5212.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.020, B\u00fcro", "arch_name": "H.2.020@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436660,18 +482001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75133, "usage_id": 12 }, "5212.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.021, B\u00fcro", "arch_name": "H.2.021@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436679,18 +482022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75127, "usage_id": 12 }, "5212.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.023, B\u00fcro", "arch_name": "H.2.023@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436698,18 +482043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75128, "usage_id": 12 }, "5212.02.026": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.026, Putzraum", "arch_name": "H.2.026@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436717,18 +482064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75070, "usage_id": 205 }, "5212.02.028": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.028, Gemeinschaftsraum", "arch_name": "H.2.028@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436736,18 +482085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75152, "usage_id": 131 }, "5212.02.029": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.029, Dokuraum", "arch_name": "H.2.029@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436755,18 +482106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75156, "usage_id": 2 }, "5212.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.030, Gemeinschaftsraum", "arch_name": "H.2.030@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436774,18 +482127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75153, "usage_id": 131 }, "5212.02.601": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.601, WC-Herren", "arch_name": "H.2.601@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436793,18 +482148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75090, "usage_id": 115 }, "5212.02.602": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.602, WC-Damen", "arch_name": "H.2.602@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436812,18 +482169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75091, "usage_id": 116 }, "5212.02.701": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.701, Flur", "arch_name": "H.2.701@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436831,18 +482190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75125, "usage_id": 222 }, "5212.02.702": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.702, Flur", "arch_name": "H.2.702@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436850,18 +482211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75129, "usage_id": 222 }, "5212.02.704L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.2.704, Flur", "arch_name": "L.2.704@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436869,18 +482232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75068, "usage_id": 222 }, "5212.02.801": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.801, Treppenhaus West", "arch_name": "H.2.801@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436888,18 +482253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75134, "usage_id": 223 }, "5212.02.801L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.2.801, Aufzug", "arch_name": "L.2.801@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436907,18 +482274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75122, "usage_id": 4 }, "5212.02.802": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.802, Aufzug", "arch_name": "H.2.802@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436926,18 +482295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75136, "usage_id": 4 }, "5212.02.803": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.2.803, Treppenhaus Ost", "arch_name": "H.2.803@5212", "area_id": 37, "building_id": 883, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436945,18 +482316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75069, "usage_id": 223 }, "5212.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.001, Backoffice", "arch_name": "H.0.001@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436964,18 +482337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49520, "usage_id": 12 }, "5212.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.003, Post/Annahme", "arch_name": "H.0.003@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -436983,18 +482358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49679, "usage_id": 186 }, "5212.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.004, BMA", "arch_name": "H.0.004@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437002,18 +482379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49822, "usage_id": 202 }, "5212.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.005, Mat. Schleuse", "arch_name": "H.0.005@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437021,18 +482400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12910, "usage_id": 105 }, "5212.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.006, Seminar 1", "arch_name": "H.0.006@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437040,18 +482421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49840, "usage_id": 41 }, "5212.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.007, Wischtest, freig.", "arch_name": "H.0.007@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437059,18 +482442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49845, "usage_id": 103 }, "5212.EG.008A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.008A, Stuhllager", "arch_name": "H.0.008A@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437078,18 +482463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75105, "usage_id": 30 }, "5212.EG.008B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.008B, Teek\u00fcche", "arch_name": "H.0.008B@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437097,18 +482484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75104, "usage_id": 198 }, "5212.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.009, Kittel. \u00dcberschutz", "arch_name": "H.0.009@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437116,18 +482505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49992, "usage_id": 121 }, "5212.EG.009A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.009A, DU/UK", "arch_name": "H.0.009A@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437135,18 +482526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75062, "usage_id": 113 }, "5212.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.011, Kittel. \u00dcberschutz", "arch_name": "H.0.011@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437154,18 +482547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75063, "usage_id": 121 }, "5212.EG.011A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.011A, DU/UK", "arch_name": "H.0.011A@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437173,18 +482568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75099, "usage_id": 113 }, "5212.EG.012L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.0.012, Lager", "arch_name": "L.0.012@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437192,18 +482589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75064, "usage_id": 30 }, "5212.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.013, Personenkontrolle", "arch_name": "H.0.013@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437211,18 +482610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50152, "usage_id": 9 }, "5212.EG.013L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.0.013, Putzraum", "arch_name": "L.0.013@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437230,18 +482631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75141, "usage_id": 205 }, "5212.EG.014L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.0.014, Pf\u00f6rtner", "arch_name": "L.0.014@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437249,18 +482652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75094, "usage_id": 34 }, "5212.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.015, B\u00fcro", "arch_name": "H.0.015@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437268,18 +482673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50168, "usage_id": 12 }, "5212.EG.015A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.015A, Lager", "arch_name": "H.0.015A@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437287,18 +482694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75100, "usage_id": 30 }, "5212.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.017, B\u00fcro", "arch_name": "H.0.017@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437306,18 +482715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13100, "usage_id": 12 }, "5212.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.019, B\u00fcro + 1. Hilfe", "arch_name": "H.0.019@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437325,18 +482736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50333, "usage_id": 12 }, "5212.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.021, B\u00fcro", "arch_name": "H.0.021@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437344,18 +482757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50485, "usage_id": 12 }, "5212.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.023, Dokuraum", "arch_name": "H.0.023@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437363,18 +482778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50510, "usage_id": 2 }, "5212.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.027, Teek\u00fcche", "arch_name": "H.0.027@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437382,18 +482799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75102, "usage_id": 198 }, "5212.EG.505": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.505, RLT-Zentrale", "arch_name": "H.0.505@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437401,18 +482820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75067, "usage_id": 32 }, "5212.EG.601": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.601, WC", "arch_name": "H.0.601@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437420,18 +482841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75058, "usage_id": 114 }, "5212.EG.602": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.602, WC-Herren", "arch_name": "H.0.602@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437439,18 +482862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75061, "usage_id": 115 }, "5212.EG.603": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.603, Pers. Dekont./Dusche", "arch_name": "H.0.603@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437458,18 +482883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75096, "usage_id": 102 }, "5212.EG.604": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.604, WC-Damen", "arch_name": "H.0.604@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437477,18 +482904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75092, "usage_id": 116 }, "5212.EG.606": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.606, WC--Beh.", "arch_name": "H.0.606@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437496,18 +482925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75088, "usage_id": 117 }, "5212.EG.701": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.703, Flur", "arch_name": "H.0.703@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437515,18 +482946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75137, "usage_id": 222 }, "5212.EG.701A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "F.0.701A, Schleuse", "arch_name": "F.0.701A@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437534,18 +482967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75140, "usage_id": 105 }, "5212.EG.701F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "F.0.701, Schleuse", "arch_name": "F.0.701@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437553,18 +482988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75139, "usage_id": 105 }, "5212.EG.701Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "Z.-1.701, Eingang-Beh.,Mat.", "arch_name": "Z.-1.701@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437572,18 +483009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75060, "usage_id": 36 }, "5212.EG.702": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.702, Flur", "arch_name": "H.0.702@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437591,18 +483030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75101, "usage_id": 222 }, "5212.EG.704A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.704A, Schleuse", "arch_name": "H.0.704A@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437610,18 +483051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75142, "usage_id": 105 }, "5212.EG.704B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.704B, Schleuse", "arch_name": "H.0.704B@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437629,18 +483072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75097, "usage_id": 105 }, "5212.EG.704L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.0.704, Flur", "arch_name": "L.0.704@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437648,18 +483093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75093, "usage_id": 222 }, "5212.EG.705": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.705, Flur", "arch_name": "H.0.705@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437667,18 +483114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75098, "usage_id": 222 }, "5212.EG.705L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.0.705, Eingangshalle", "arch_name": "L.0.705@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437686,18 +483135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75065, "usage_id": 222 }, "5212.EG.706": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.706, Flur", "arch_name": "H.0.706@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437705,18 +483156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75066, "usage_id": 222 }, "5212.EG.707": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.707, Foyer", "arch_name": "H.0.707@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437724,18 +483177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75138, "usage_id": 222 }, "5212.EG.801": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.801, Treppenhaus West", "arch_name": "H.0.801@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437743,18 +483198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75059, "usage_id": 223 }, "5212.EG.801L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.0.801, Aufzug", "arch_name": "L.0.801@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437762,18 +483219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75095, "usage_id": 4 }, "5212.EG.802": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.802, Aufzug", "arch_name": "H.0.802@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437781,18 +483240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75087, "usage_id": 4 }, "5212.EG.803": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.0.803, Treppenhaus Ost", "arch_name": "H.0.803@5212", "area_id": 37, "building_id": 883, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437800,18 +483261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75103, "usage_id": 223 }, "5212.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.002, Materiallager", "arch_name": "H.-1.002@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437819,18 +483282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48694, "usage_id": 30 }, "5212.U1.002A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.002A, ZBV", "arch_name": "H.-1.002A@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437838,18 +483303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48831, "usage_id": 30 }, "5212.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.003, K\u00e4lte", "arch_name": "H.-1.003@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437857,18 +483324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48841, "usage_id": 32 }, "5212.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.004, Aufzugsmaschinenraum", "arch_name": "H.-1.004@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437876,18 +483345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48851, "usage_id": 5 }, "5212.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.005, L\u00fcftungszentrale", "arch_name": "H.-1.005@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437895,18 +483366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48987, "usage_id": 32 }, "5212.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.006, FM/EDV", "arch_name": "H.-1.006@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437914,18 +483387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49025, "usage_id": 207 }, "5212.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.007, Heiz./Wasser/Dru.", "arch_name": "H.-1.007@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437933,18 +483408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49164, "usage_id": 201 }, "5212.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "K 008, Werkstatt", "arch_name": "K 008@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437952,18 +483429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49168, "usage_id": 108 }, "5212.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.010, Mat./Putzlager", "arch_name": "H.-1.010@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437971,18 +483450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49201, "usage_id": 30 }, "5212.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.012, CAD", "arch_name": "H.-1.012@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -437990,18 +483471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49342, "usage_id": 12 }, "5212.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.014, Werkstatt-B\u00fcro", "arch_name": "H.-1.014@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438009,18 +483492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49359, "usage_id": 12 }, "5212.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "K-020, Versorgungsgang", "arch_name": "K-020@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438028,18 +483513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49501, "usage_id": 222 }, "5212.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.021, Eisenlager", "arch_name": "H.-1.021@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438047,18 +483534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75046, "usage_id": 30 }, "5212.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.022, Werkstatt", "arch_name": "H.-1.022@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438066,18 +483555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75048, "usage_id": 51 }, "5212.U1.023": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.023, Kunstofflager", "arch_name": "H.-1.023@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438085,18 +483576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75045, "usage_id": 30 }, "5212.U1.024": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.024, Werkstatt/Schwei\u00df.", "arch_name": "H.-1.024@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438104,18 +483597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75044, "usage_id": 51 }, "5212.U1.027": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.027, Umkleide", "arch_name": "H.-1.027@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438123,18 +483618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75040, "usage_id": 121 }, "5212.U1.029": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.029, Auenthaltsraum", "arch_name": "H.-1.029@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438142,18 +483639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75039, "usage_id": 44 }, "5212.U1.031": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.031, AB", "arch_name": "H.-1.031@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438161,18 +483660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75049, "usage_id": 120 }, "5212.U1.033": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.033, Hebeanlage", "arch_name": "H.-1.033@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438180,18 +483681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75050, "usage_id": 120 }, "5212.U1.501": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.501, Fortluft", "arch_name": "H.-1.501@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438199,18 +483702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75043, "usage_id": 32 }, "5212.U1.502": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.502, Installation", "arch_name": "H.-1.502@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438218,18 +483723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75037, "usage_id": 120 }, "5212.U1.601": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.601, Dusche", "arch_name": "H.-1.601@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438237,18 +483744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75041, "usage_id": 113 }, "5212.U1.602": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.602, WC", "arch_name": "H.-1.602@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438256,18 +483765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75051, "usage_id": 114 }, "5212.U1.701": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.701, Flur", "arch_name": "H.-1.701@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438275,18 +483786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75047, "usage_id": 222 }, "5212.U1.702": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.702, Flur", "arch_name": "H.-1.702@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438294,18 +483807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75038, "usage_id": 222 }, "5212.U1.703": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.703, Flur", "arch_name": "H.-1.703@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438313,18 +483828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75042, "usage_id": 222 }, "5212.U1.801": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.801, Treppenhaus West", "arch_name": "H.-1.801@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438332,18 +483849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75055, "usage_id": 223 }, "5212.U1.801L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "L.-1.801, Aufzug", "arch_name": "L.-1.801@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438351,18 +483870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75052, "usage_id": 4 }, "5212.U1.802": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.802, Aufzug", "arch_name": "H.-1.802@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438370,18 +483891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75036, "usage_id": 4 }, "5212.U1.803": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "H.-1.803, Treppenhaus Ost", "arch_name": "H.-1.803@5212", "area_id": 37, "building_id": 883, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -438389,18 +483912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75056, "usage_id": 223 }, "5219.01.901": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1901, B\u00fcro", "arch_name": "1901@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438408,18 +483933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11288, "usage_id": 12 }, "5219.01.903": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1903, Sozialraum", "arch_name": "1903@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -438427,18 +483954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44317, "usage_id": 44 }, "5219.01.905": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1905, B\u00fcro", "arch_name": "1905@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438446,18 +483975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11290, "usage_id": 12 }, "5219.01.907": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1907, Zahlstelle", "arch_name": "1907@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26045, "seats": { @@ -438465,18 +483996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11316, "usage_id": 12 }, "5219.01.911": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1911, WC-Damen", "arch_name": "1911@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -438484,18 +484017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44487, "usage_id": 116 }, "5219.01.912": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1912, Putzraum", "arch_name": "1912@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -438503,18 +484038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44493, "usage_id": 205 }, "5219.01.913": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1913, WC-Herren", "arch_name": "1913@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -438522,18 +484059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44505, "usage_id": 115 }, "5219.01.914": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1914, B\u00fcro", "arch_name": "1914@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438541,18 +484080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11323, "usage_id": 12 }, "5219.01.916": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1916, B\u00fcro", "arch_name": "1916@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438560,18 +484101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11327, "usage_id": 12 }, "5219.01.921": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1921, B\u00fcro", "arch_name": "1921@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438579,18 +484122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11370, "usage_id": 12 }, "5219.01.923": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1923, B\u00fcro", "arch_name": "1923@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438598,18 +484143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11374, "usage_id": 12 }, "5219.01.925": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1925, B\u00fcro", "arch_name": "1925@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438617,18 +484164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11376, "usage_id": 12 }, "5219.01.927": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1927, B\u00fcro", "arch_name": "1927@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438636,18 +484185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11381, "usage_id": 12 }, "5219.01.929": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1929, B\u00fcro", "arch_name": "1929@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438655,18 +484206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11383, "usage_id": 12 }, "5219.01.931": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1931, B\u00fcro", "arch_name": "1931@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438674,18 +484227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11384, "usage_id": 12 }, "5219.01.933": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1933, B\u00fcro", "arch_name": "1933@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438693,18 +484248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10800, "usage_id": 12 }, "5219.01.935": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1935, B\u00fcro", "arch_name": "1935@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438712,18 +484269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10805, "usage_id": 12 }, "5219.01.937": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1937, B\u00fcro", "arch_name": "1937@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48177, "seats": { @@ -438731,18 +484290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10806, "usage_id": 12 }, "5219.01.981": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1981, Flur", "arch_name": "1981@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -438750,18 +484311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45750, "usage_id": 222 }, "5219.01.987": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1987, Flur", "arch_name": "1987@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -438769,18 +484332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45756, "usage_id": 222 }, "5219.01.991": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "1991, Flur", "arch_name": "1991@5219", "area_id": 37, "building_id": 856, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -438788,18 +484353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45770, "usage_id": 222 }, "5219.EG.901": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0901, Lager", "arch_name": "0901@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -438807,18 +484374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46087, "usage_id": 30 }, "5219.EG.902": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0902, Elektroraum", "arch_name": "0902@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -438826,18 +484395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46100, "usage_id": 120 }, "5219.EG.903": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0903, Heizraum", "arch_name": "0903@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -438845,18 +484416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46248, "usage_id": 201 }, "5219.EG.904": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0904, Personalakten", "arch_name": "0904@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48177, "seats": { @@ -438864,18 +484437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46257, "usage_id": 2 }, "5219.EG.905": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0905, Besprechungsraum", "arch_name": "0905@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48177, "seats": { @@ -438883,18 +484458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46267, "usage_id": 196 }, "5219.EG.911": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0911, WC-Damen", "arch_name": "0911@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -438902,18 +484479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46277, "usage_id": 116 }, "5219.EG.912": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0912, Beh.-WC", "arch_name": "0912@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -438921,18 +484500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46430, "usage_id": 117 }, "5219.EG.913": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0913, WC-Herren", "arch_name": "0913@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -438940,18 +484521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46439, "usage_id": 115 }, "5219.EG.914": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0914, B\u00fcro", "arch_name": "0914@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -438959,18 +484542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46446, "usage_id": 12 }, "5219.EG.915": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0915, B\u00fcro", "arch_name": "0915@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -438978,18 +484563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46457, "usage_id": 12 }, "5219.EG.916": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0916, Kopierer/Drucker", "arch_name": "0916@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -438997,18 +484584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46467, "usage_id": 110 }, "5219.EG.917": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0917, Besprechungsraum", "arch_name": "0917@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -439016,18 +484605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46611, "usage_id": 196 }, "5219.EG.921": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0921, Garage", "arch_name": "0921@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -439035,18 +484626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46621, "usage_id": 100 }, "5219.EG.927": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0927, B\u00fcro", "arch_name": "0927@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26000, "seats": { @@ -439054,18 +484647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46631, "usage_id": 12 }, "5219.EG.928": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0928, B\u00fcro", "arch_name": "0928@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26000, "seats": { @@ -439073,18 +484668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11222, "usage_id": 12 }, "5219.EG.931": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0931, B\u00fcro", "arch_name": "0931@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -439092,18 +484689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11225, "usage_id": 12 }, "5219.EG.933": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0933, B\u00fcro", "arch_name": "0933@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -439111,18 +484710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11228, "usage_id": 12 }, "5219.EG.935": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0935, B\u00fcro", "arch_name": "0935@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -439130,18 +484731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11230, "usage_id": 12 }, "5219.EG.937": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0937, B\u00fcro", "arch_name": "0937@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -439149,18 +484752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18570, "usage_id": 12 }, "5219.EG.986": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0986, Windfang", "arch_name": "0986@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -439168,18 +484773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68199, "usage_id": 52 }, "5219.EG.987": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0987, Eingangshalle", "arch_name": "0987@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -439187,18 +484794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47018, "usage_id": 222 }, "5219.EG.988": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0988, Treppe", "arch_name": "0988@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -439206,18 +484815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68202, "usage_id": 223 }, "5219.EG.991": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 2", "zip_code": 85748 }, + "alt_name": "0991, Flur", "arch_name": "0991@5219", "area_id": 37, "building_id": 856, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -439225,18 +484836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44297, "usage_id": 222 }, "5251.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 008, Gitterrostgalerie", "arch_name": "A 008@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439244,18 +484857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47128, "usage_id": 206 }, "5251.01.114": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 014, Beh\u00e4ltergalerie", "arch_name": "A 014@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439263,18 +484878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47138, "usage_id": 206 }, "5251.01.115": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 015, Destillationsraum", "arch_name": "A 015@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439282,18 +484899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47151, "usage_id": 132 }, "5251.01.116": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 016, B\u00fcro", "arch_name": "A 016@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439301,18 +484920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47227, "usage_id": 12 }, "5251.01.116A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 016A, Gitterrost", "arch_name": "A 016A@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -439320,18 +484941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47241, "usage_id": 219 }, "5251.EG.008A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 008A, Stahltreppe", "arch_name": "A 008A@5251", "area_id": 37, "building_id": 881, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -439339,18 +484962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48538, "usage_id": 223 }, "5251.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 009, Lager fl\u00fcssige Abf\u00e4lle", "arch_name": "A 009@5251", "area_id": 37, "building_id": 881, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439358,18 +484983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48549, "usage_id": 30 }, "5251.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 010, Lager feste Abf\u00e4lle", "arch_name": "A 010@5251", "area_id": 37, "building_id": 881, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439377,18 +485004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48560, "usage_id": 30 }, "5251.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 011, Zwischenflur", "arch_name": "A 011@5251", "area_id": 37, "building_id": 881, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439396,18 +485025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48568, "usage_id": 222 }, "5251.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 012, Dusche / WC", "arch_name": "A 012@5251", "area_id": 37, "building_id": 881, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439415,18 +485046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48576, "usage_id": 113 }, "5251.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 013, Kranraum", "arch_name": "A 013@5251", "area_id": 37, "building_id": 881, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439434,18 +485067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47121, "usage_id": 120 }, "5251.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 001, Verbindungsgang", "arch_name": "A 001@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439453,18 +485088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48367, "usage_id": 16 }, "5251.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 002, Hebepumpenraum", "arch_name": "A 002@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439472,18 +485109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48378, "usage_id": 120 }, "5251.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 003, Vorraum Verdampfer", "arch_name": "A 003@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439491,18 +485130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48383, "usage_id": 50 }, "5251.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 004, Verdampferraum", "arch_name": "A 004@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439510,18 +485151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48428, "usage_id": 30 }, "5251.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 005, Beh\u00e4lter Sammeltanks", "arch_name": "A 005@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439529,18 +485172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48440, "usage_id": 30 }, "5251.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 006, Lager Pumpenersatzteile", "arch_name": "A 006@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439548,18 +485193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48449, "usage_id": 30 }, "5251.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "A 007, Dekontaminationsraum", "arch_name": "A 007@5251", "area_id": 37, "building_id": 881, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44304, "seats": { @@ -439567,18 +485214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48466, "usage_id": 102 }, "5252.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "001, Gasflaschenlager", "arch_name": "001@5252", "area_id": 37, "building_id": 882, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 44304, "seats": { @@ -439586,18 +485235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47257, "usage_id": 30 }, "5257.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 01, Treppenhaus 1", "arch_name": "03 01@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -439605,18 +485256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70095, "usage_id": 223 }, "5257.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 02, Treppenhaus 2", "arch_name": "03 02@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -439624,18 +485277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70105, "usage_id": 223 }, "5257.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 04, Flur", "arch_name": "03 04@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19705, "seats": { @@ -439643,18 +485298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69957, "usage_id": 222 }, "5257.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 05, Flur", "arch_name": "03 05@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -439662,18 +485319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69984, "usage_id": 222 }, "5257.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 06, Flur", "arch_name": "03 06@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -439681,18 +485340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69988, "usage_id": 222 }, "5257.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 007, Stahlb\u00fchne", "arch_name": "03 007@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19705, "seats": { @@ -439700,18 +485361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69956, "usage_id": 211 }, "5257.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 10, WC-Vorraum Herren", "arch_name": "03 10@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -439719,18 +485382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70096, "usage_id": 118 }, "5257.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 21, WC-Herren", "arch_name": "03 21@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -439738,18 +485403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70064, "usage_id": 115 }, "5257.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 12, Umkleide Herren", "arch_name": "03 12@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -439757,18 +485424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70065, "usage_id": 121 }, "5257.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 13, Waschraum Herren", "arch_name": "03 13@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -439776,18 +485445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69989, "usage_id": 210 }, "5257.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 20, Lager", "arch_name": "03 20@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -439795,18 +485466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69985, "usage_id": 30 }, "5257.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 21, Sozialraum", "arch_name": "03 21@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -439814,18 +485487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70094, "usage_id": 44 }, "5257.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 22, B\u00fcro", "arch_name": "03 22@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -439833,18 +485508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69962, "usage_id": 12 }, "5257.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 23, B\u00fcro", "arch_name": "03 23@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -439852,18 +485529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69961, "usage_id": 12 }, "5257.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 24, B\u00fcro", "arch_name": "03 24@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -439871,18 +485550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69960, "usage_id": 12 }, "5257.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 25, B\u00fcro", "arch_name": "03 25@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -439890,18 +485571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69959, "usage_id": 12 }, "5257.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 26, B\u00fcro", "arch_name": "03 26@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -439909,18 +485592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69987, "usage_id": 12 }, "5257.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 27, B\u00fcro", "arch_name": "03 27@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -439928,18 +485613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69986, "usage_id": 12 }, "5257.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "03 28, B\u00fcro", "arch_name": "03 28@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -439947,18 +485634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69958, "usage_id": 12 }, "5257.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 01, Treppenhaus 1", "arch_name": "04 01@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -439966,18 +485655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70106, "usage_id": 223 }, "5257.02.002": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 02, Treppenhaus 2", "arch_name": "04 02@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -439985,18 +485676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70113, "usage_id": 223 }, "5257.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 04, Flur", "arch_name": "04 04@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440004,18 +485697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69972, "usage_id": 222 }, "5257.02.005": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 05, Flur", "arch_name": "04 05@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440023,18 +485718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70112, "usage_id": 222 }, "5257.02.006": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 06, Flur", "arch_name": "04 06@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440042,18 +485739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70026, "usage_id": 222 }, "5257.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 07, Flur", "arch_name": "04 07@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440061,18 +485760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69982, "usage_id": 222 }, "5257.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 10, WC-Vorraum Damen", "arch_name": "04 10@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -440080,18 +485781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69998, "usage_id": 118 }, "5257.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 11, WC-Damen", "arch_name": "04 11@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -440099,18 +485802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69997, "usage_id": 116 }, "5257.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 12, WC-Vorraum Herren", "arch_name": "04 12@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -440118,18 +485823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69992, "usage_id": 118 }, "5257.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 13, WC-Herren", "arch_name": "04 13@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -440137,18 +485844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69970, "usage_id": 115 }, "5257.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 21, Besprechungsraum", "arch_name": "04 21@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440156,18 +485865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69975, "usage_id": 196 }, "5257.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 22, B\u00fcro", "arch_name": "04 22@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440175,18 +485886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69976, "usage_id": 12 }, "5257.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 23, B\u00fcro", "arch_name": "04 23@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440194,18 +485907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69977, "usage_id": 12 }, "5257.02.024": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 24, B\u00fcro", "arch_name": "04 24@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440213,18 +485928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69978, "usage_id": 12 }, "5257.02.025": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 25, B\u00fcro", "arch_name": "04 25@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440232,18 +485949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69979, "usage_id": 12 }, "5257.02.026": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 26, B\u00fcro", "arch_name": "04 26@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440251,18 +485970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69980, "usage_id": 12 }, "5257.02.027": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 27, B\u00fcro", "arch_name": "04 27@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440270,18 +485991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69981, "usage_id": 12 }, "5257.02.028": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 28, B\u00fcro", "arch_name": "04 28@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440289,18 +486012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69993, "usage_id": 12 }, "5257.02.029": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 29, B\u00fcro", "arch_name": "04 29@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440308,18 +486033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69994, "usage_id": 12 }, "5257.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 30, Kranken u. Ruheraum", "arch_name": "04 30@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440327,18 +486054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69995, "usage_id": 178 }, "5257.02.031": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 31, B\u00fcro", "arch_name": "04 31@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440346,18 +486075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70115, "usage_id": 12 }, "5257.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 32, B\u00fcro", "arch_name": "04 32@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440365,18 +486096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70114, "usage_id": 12 }, "5257.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 33, B\u00fcro", "arch_name": "04 33@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440384,18 +486117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70111, "usage_id": 12 }, "5257.02.034": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 34, B\u00fcro", "arch_name": "04 34@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440403,18 +486138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70110, "usage_id": 12 }, "5257.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 35, B\u00fcro", "arch_name": "04 35@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440422,18 +486159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70109, "usage_id": 12 }, "5257.02.036": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 26, B\u00fcro", "arch_name": "04 26@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440441,18 +486180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70027, "usage_id": 12 }, "5257.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 37, Sozialraum", "arch_name": "04 37@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440460,18 +486201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70108, "usage_id": 44 }, "5257.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 38, B\u00fcro", "arch_name": "04 38@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440479,18 +486222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69969, "usage_id": 12 }, "5257.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 39, B\u00fcro", "arch_name": "04 39@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440498,18 +486243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69968, "usage_id": 12 }, "5257.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 40, B\u00fcro", "arch_name": "04 40@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440517,18 +486264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69967, "usage_id": 12 }, "5257.02.041": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 41, B\u00fcro", "arch_name": "04 41@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440536,18 +486285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69966, "usage_id": 12 }, "5257.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 42, B\u00fcro", "arch_name": "04 42@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440555,18 +486306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69965, "usage_id": 12 }, "5257.02.043": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 43, B\u00fcro", "arch_name": "04 43@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440574,18 +486327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70107, "usage_id": 12 }, "5257.02.044": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 44, Besprechungsraum", "arch_name": "04 44@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440593,18 +486348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69991, "usage_id": 196 }, "5257.02.045": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 45, Lager", "arch_name": "04 45@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440612,18 +486369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69990, "usage_id": 30 }, "5257.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 50, Putzraum", "arch_name": "04 50@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -440631,18 +486390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69971, "usage_id": 205 }, "5257.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 51, Lager", "arch_name": "04 51@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440650,18 +486411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69973, "usage_id": 30 }, "5257.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 52, Archiv/Lager", "arch_name": "04 52@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440669,18 +486432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69996, "usage_id": 30 }, "5257.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "04 54, Drucker", "arch_name": "04 54@5257", "area_id": 37, "building_id": 2449, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440688,18 +486453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69974, "usage_id": 110 }, "5257.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 01, Treppenhaus 1", "arch_name": "05 01@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -440707,18 +486474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70076, "usage_id": 223 }, "5257.03.002": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 02, Treppenhaus 2", "arch_name": "05 02@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -440726,18 +486495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70127, "usage_id": 223 }, "5257.03.004": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 04, Flur", "arch_name": "05 04@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440745,18 +486516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70001, "usage_id": 222 }, "5257.03.005": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 05, Flur", "arch_name": "05 05@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440764,18 +486537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70128, "usage_id": 222 }, "5257.03.006": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 06, Flur", "arch_name": "05 06@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440783,18 +486558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70077, "usage_id": 222 }, "5257.03.007": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 07, Flur", "arch_name": "05 07@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -440802,18 +486579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70000, "usage_id": 222 }, "5257.03.010": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 10, WC-Vorraum Damen", "arch_name": "05 10@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -440821,18 +486600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70125, "usage_id": 118 }, "5257.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 11, WC-Damen", "arch_name": "05 11@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -440840,18 +486621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70124, "usage_id": 116 }, "5257.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 12, WC-Vorraum Herren", "arch_name": "05 12@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -440859,18 +486642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70078, "usage_id": 115 }, "5257.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 13, WC-Herren", "arch_name": "05 13@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -440878,18 +486663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70097, "usage_id": 115 }, "5257.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 14, Beh.-WC", "arch_name": "05 14@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -440897,18 +486684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70002, "usage_id": 117 }, "5257.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 21, B\u00fcro", "arch_name": "05 21@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440916,18 +486705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70010, "usage_id": 12 }, "5257.03.022": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 22, B\u00fcro", "arch_name": "05 22@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440935,18 +486726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70011, "usage_id": 12 }, "5257.03.023": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 23, B\u00fcro", "arch_name": "05 23@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440954,18 +486747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70012, "usage_id": 12 }, "5257.03.024": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 24, B\u00fcro", "arch_name": "05 24@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440973,18 +486768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70013, "usage_id": 12 }, "5257.03.025": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 25, B\u00fcro", "arch_name": "05 25@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -440992,18 +486789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70014, "usage_id": 12 }, "5257.03.026": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 26, B\u00fcro", "arch_name": "05 26@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441011,18 +486810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70015, "usage_id": 12 }, "5257.03.027": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 27, B\u00fcro", "arch_name": "05 27@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441030,18 +486831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70079, "usage_id": 12 }, "5257.03.028": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 28, B\u00fcro", "arch_name": "05 28@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441049,18 +486852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70080, "usage_id": 12 }, "5257.03.029": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 29, B\u00fcro", "arch_name": "05 29@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441068,18 +486873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70081, "usage_id": 12 }, "5257.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 30, B\u00fcro", "arch_name": "05 30@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441087,18 +486894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70082, "usage_id": 12 }, "5257.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 31, B\u00fcro", "arch_name": "05 31@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441106,18 +486915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70083, "usage_id": 12 }, "5257.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 32, B\u00fcro", "arch_name": "05 32@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441125,18 +486936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70084, "usage_id": 12 }, "5257.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 33, B\u00fcro", "arch_name": "05 33@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441144,18 +486957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70085, "usage_id": 12 }, "5257.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 34, B\u00fcro", "arch_name": "05 34@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441163,18 +486978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70086, "usage_id": 12 }, "5257.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 35, B\u00fcro", "arch_name": "05 35@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441182,18 +486999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70087, "usage_id": 12 }, "5257.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 36, B\u00fcro", "arch_name": "05 36@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441201,18 +487020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70088, "usage_id": 12 }, "5257.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 37, B\u00fcro", "arch_name": "05 37@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441220,18 +487041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70089, "usage_id": 12 }, "5257.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 38, B\u00fcro", "arch_name": "05 38@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441239,18 +487062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70090, "usage_id": 12 }, "5257.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 39, Besprechungsraum", "arch_name": "05 39@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441258,18 +487083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70009, "usage_id": 196 }, "5257.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 40, B\u00fcro", "arch_name": "05 40@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441277,18 +487104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70008, "usage_id": 12 }, "5257.03.041": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 41, B\u00fcro", "arch_name": "05 41@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441296,18 +487125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70007, "usage_id": 12 }, "5257.03.042": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 42, B\u00fcro", "arch_name": "05 42@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441315,18 +487146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70006, "usage_id": 12 }, "5257.03.043": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 43, B\u00fcro", "arch_name": "05 43@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441334,18 +487167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70005, "usage_id": 12 }, "5257.03.044": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 44, Sozialraum", "arch_name": "05 44@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -441353,18 +487188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70004, "usage_id": 44 }, "5257.03.045": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 45, B\u00fcro", "arch_name": "05 45@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441372,18 +487209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70122, "usage_id": 12 }, "5257.03.046": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 46, B\u00fcro", "arch_name": "05 46@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441391,18 +487230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70121, "usage_id": 12 }, "5257.03.047": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 47, B\u00fcro", "arch_name": "05 47@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441410,18 +487251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70120, "usage_id": 12 }, "5257.03.048": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 48, B\u00fcro", "arch_name": "05 48@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441429,18 +487272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70119, "usage_id": 12 }, "5257.03.049": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 49, B\u00fcro", "arch_name": "05 49@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441448,18 +487293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70118, "usage_id": 12 }, "5257.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 50, B\u00fcro", "arch_name": "05 50@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441467,18 +487314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70117, "usage_id": 12 }, "5257.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 51, B\u00fcro", "arch_name": "05 51@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441486,18 +487335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70116, "usage_id": 12 }, "5257.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 52, B\u00fcro", "arch_name": "05 52@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -441505,18 +487356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69999, "usage_id": 12 }, "5257.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 60, Putzraum", "arch_name": "05 60@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -441524,18 +487377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70123, "usage_id": 205 }, "5257.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 61, Lager", "arch_name": "05 61@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -441543,18 +487398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70003, "usage_id": 30 }, "5257.03.072": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "05 72, Versorgungsschacht", "arch_name": "05 72@5257", "area_id": 37, "building_id": 2449, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19705, "seats": { @@ -441562,18 +487419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70126, "usage_id": 120 }, "5257.04.001": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "06 01, Treppenhaus 1", "arch_name": "06 01@5257", "area_id": 37, "building_id": 2449, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -441581,18 +487440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70098, "usage_id": 223 }, "5257.04.004": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "06 04, Flur", "arch_name": "06 04@5257", "area_id": 37, "building_id": 2449, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -441600,18 +487461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70129, "usage_id": 223 }, "5257.04.020": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "06 20, Technikzentrale 1", "arch_name": "06 20@5257", "area_id": 37, "building_id": 2449, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -441619,18 +487482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70091, "usage_id": 120 }, "5257.04.021": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "06 21, Technikzentrale 2", "arch_name": "06 21@5257", "area_id": 37, "building_id": 2449, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -441638,18 +487503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70019, "usage_id": 120 }, "5257.04.022": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "06 22, Technikzentrale 3", "arch_name": "06 22@5257", "area_id": 37, "building_id": 2449, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -441657,18 +487524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70021, "usage_id": 120 }, "5257.04.023": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "06 23, Technikzentrale 4", "arch_name": "06 23@5257", "area_id": 37, "building_id": 2449, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -441676,18 +487545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70018, "usage_id": 120 }, "5257.04.031": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "06 31, Technikzentrale 5", "arch_name": "06 31@5257", "area_id": 37, "building_id": 2449, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -441695,18 +487566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70016, "usage_id": 120 }, "5257.04.032": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "06 32, Technikzentrale 6", "arch_name": "06 32@5257", "area_id": 37, "building_id": 2449, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -441714,18 +487587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70017, "usage_id": 120 }, "5257.04.070": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "06 70, Medienschacht", "arch_name": "06 70@5257", "area_id": 37, "building_id": 2449, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19705, "seats": { @@ -441733,18 +487608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70020, "usage_id": 120 }, "5257.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 01, Treppenhaus 1", "arch_name": "02 01@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -441752,18 +487629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70047, "usage_id": 223 }, "5257.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 02, Treppenhaus 2", "arch_name": "02 02@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -441771,18 +487650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70104, "usage_id": 223 }, "5257.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 03, Treppenhaus 3", "arch_name": "02 03@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -441790,18 +487671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70092, "usage_id": 223 }, "5257.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 04, Windfang", "arch_name": "02 04@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19705, "seats": { @@ -441809,18 +487692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70048, "usage_id": 52 }, "5257.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 05, Foyer", "arch_name": "02 05@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19705, "seats": { @@ -441828,18 +487713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70050, "usage_id": 222 }, "5257.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 06, Foyer", "arch_name": "02 06@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19705, "seats": { @@ -441847,18 +487734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70075, "usage_id": 222 }, "5257.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 10, WC-Damen", "arch_name": "02 10@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -441866,18 +487755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70056, "usage_id": 116 }, "5257.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 11, Umkleide Damen", "arch_name": "02 11@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -441885,18 +487776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70054, "usage_id": 121 }, "5257.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 12, Waschraum Damen", "arch_name": "02 12@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -441904,18 +487797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70053, "usage_id": 210 }, "5257.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 13, WC-Vorraum Damen", "arch_name": "02 13@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -441923,18 +487818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70055, "usage_id": 118 }, "5257.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 14, WC-Herren", "arch_name": "02 14@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -441942,18 +487839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70057, "usage_id": 115 }, "5257.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 20, Werkstatt", "arch_name": "02 20@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -441961,18 +487860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70028, "usage_id": 51 }, "5257.EG.020A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 20A, Werkstatt", "arch_name": "02 20A@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -441980,18 +487881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70029, "usage_id": 51 }, "5257.EG.020B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 20B, Werkstatt", "arch_name": "02 20B@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -441999,18 +487902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70093, "usage_id": 51 }, "5257.EG.020C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 20C, Werkstatt", "arch_name": "02 20C@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -442018,18 +487923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70063, "usage_id": 51 }, "5257.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 21, Lager", "arch_name": "02 21@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -442037,18 +487944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70051, "usage_id": 30 }, "5257.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 22, Me\u00dfmittelraum", "arch_name": "02 22@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -442056,18 +487965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70074, "usage_id": 103 }, "5257.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 23, B\u00fcro", "arch_name": "02 23@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19705, "seats": { @@ -442075,18 +487986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70052, "usage_id": 12 }, "5257.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 24, B\u00fcro", "arch_name": "02 24@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -442094,18 +488007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70062, "usage_id": 12 }, "5257.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 25, B\u00fcro", "arch_name": "02 25@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -442113,18 +488028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70061, "usage_id": 12 }, "5257.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 26, B\u00fcro", "arch_name": "02 26@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -442132,18 +488049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70060, "usage_id": 12 }, "5257.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 27, B\u00fcro", "arch_name": "02 27@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -442151,18 +488070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70059, "usage_id": 12 }, "5257.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 28, B\u00fcro", "arch_name": "02 28@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19705, "seats": { @@ -442170,18 +488091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70058, "usage_id": 12 }, "5257.EG.070": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 70, Medienschacht", "arch_name": "02 70@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19705, "seats": { @@ -442189,18 +488112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70049, "usage_id": 120 }, "5257.EG.071": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 71, ELT-Steiger/Verteiler", "arch_name": "02 71@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19705, "seats": { @@ -442208,18 +488133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70103, "usage_id": 120 }, "5257.EG.090": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "02 90, Personenaufzug", "arch_name": "02 90@5257", "area_id": 37, "building_id": 2449, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19705, "seats": { @@ -442227,18 +488154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69983, "usage_id": 4 }, "5257.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "01 03, Treppenhaus 3", "arch_name": "01 03@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -442246,18 +488175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70024, "usage_id": 223 }, "5257.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "01 04, Flur", "arch_name": "01 04@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -442265,18 +488196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69964, "usage_id": 222 }, "5257.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "01 20, Technikraum/Elektro", "arch_name": "01 20@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -442284,18 +488217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69963, "usage_id": 120 }, "5257.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "01 21, Technikraum/Sanit\u00e4r", "arch_name": "01 21@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -442303,18 +488238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70023, "usage_id": 120 }, "5257.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "01 22, Technikraum/Fernw\u00e4rme", "arch_name": "01 22@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -442322,18 +488259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70022, "usage_id": 120 }, "5257.U1.090": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 1", "zip_code": 85748 }, + "alt_name": "01 90, Personenaufzugsschaucht", "arch_name": "01 90@5257", "area_id": 37, "building_id": 2449, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19705, "seats": { @@ -442341,18 +488280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70025, "usage_id": 195 }, "5268.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-Mei\u00dfner-Str. 3", "zip_code": 85748 }, + "alt_name": "EG.1, BMA/ELA-Anlage", "arch_name": "EG.1@5268", "area_id": 37, "building_id": 1830, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 44304, "seats": { @@ -442360,18 +488301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66502, "usage_id": 120 }, "5301.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.001, Gro\u00dfraumb\u00fcro", "arch_name": "1.001@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442379,18 +488322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61617, "usage_id": 12 }, "5301.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.004, B\u00fcro", "arch_name": "1.004@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442398,18 +488343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61613, "usage_id": 12 }, "5301.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.005, B\u00fcro", "arch_name": "1.005@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442417,18 +488364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61614, "usage_id": 12 }, "5301.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.006, B\u00fcro", "arch_name": "1.006@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442436,18 +488385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61615, "usage_id": 12 }, "5301.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.007, B\u00fcro", "arch_name": "1.007@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442455,18 +488406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61616, "usage_id": 12 }, "5301.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.008, B\u00fcro", "arch_name": "1.008@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442474,18 +488427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61618, "usage_id": 12 }, "5301.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.009, B\u00fcro", "arch_name": "1.009@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442493,18 +488448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61619, "usage_id": 12 }, "5301.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.010, B\u00fcro", "arch_name": "1.010@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442512,18 +488469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61620, "usage_id": 12 }, "5301.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.011, B\u00fcro", "arch_name": "1.011@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442531,18 +488490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61621, "usage_id": 12 }, "5301.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.012, B\u00fcro", "arch_name": "1.012@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442550,18 +488511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61622, "usage_id": 12 }, "5301.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.013, B\u00fcro", "arch_name": "1.013@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442569,18 +488532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61623, "usage_id": 12 }, "5301.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.014, B\u00fcro", "arch_name": "1.014@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442588,18 +488553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61624, "usage_id": 12 }, "5301.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.015, B\u00fcro", "arch_name": "1.015@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442607,18 +488574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61625, "usage_id": 12 }, "5301.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.016, Atrium", "arch_name": "1.016@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19706, "seats": { @@ -442626,18 +488595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61628, "usage_id": 44 }, "5301.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.020, Lounge", "arch_name": "1.020@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19706, "seats": { @@ -442645,19 +488616,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61629, "usage_id": 44 }, "5301.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.021, Besprechungsraum 1", "arch_name": "1.021@5301", "area_id": 30, "building_id": 1120, "calendar_resource_nr": 26127, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442665,18 +488638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61626, "usage_id": 196 }, "5301.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.022, Besprechungsraum 2", "arch_name": "1.022@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442684,18 +488659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61627, "usage_id": 196 }, "5301.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.030, WC-Damen", "arch_name": "1.030@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -442703,18 +488680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61636, "usage_id": 116 }, "5301.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.031, Putzraum", "arch_name": "1.031@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -442722,18 +488701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61635, "usage_id": 205 }, "5301.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.032, WC-Herren", "arch_name": "1.032@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -442741,18 +488722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61637, "usage_id": 115 }, "5301.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.033, Drucker", "arch_name": "1.033@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442760,18 +488743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61630, "usage_id": 110 }, "5301.01.506": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.506, Aufzugschacht", "arch_name": "1.506@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -442779,18 +488764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61641, "usage_id": 195 }, "5301.01.507": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.507, Schacht", "arch_name": "1.507@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -442798,18 +488785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61640, "usage_id": 120 }, "5301.01.700": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.700, Flur", "arch_name": "1.700@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -442817,18 +488806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61631, "usage_id": 222 }, "5301.01.701": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.701, Flur", "arch_name": "1.701@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -442836,18 +488827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61632, "usage_id": 222 }, "5301.01.702": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.702, Flur", "arch_name": "1.702@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -442855,18 +488848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61633, "usage_id": 222 }, "5301.01.703": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.703, Terrasse", "arch_name": "1.703@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19691, "seats": { @@ -442874,18 +488869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61634, "usage_id": 218 }, "5301.01.800": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.800, Treppenhaus", "arch_name": "1.800@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -442893,18 +488890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61638, "usage_id": 223 }, "5301.01.801": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "1.801, Treppenhaus", "arch_name": "1.801@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -442912,18 +488911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61639, "usage_id": 223 }, "5301.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.001, Gro\u00dfraumb\u00fcro", "arch_name": "2.001@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442931,18 +488932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61643, "usage_id": 12 }, "5301.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.004, B\u00fcro", "arch_name": "2.004@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442950,18 +488953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61642, "usage_id": 12 }, "5301.02.005": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.005, B\u00fcro", "arch_name": "2.005@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442969,18 +488974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61644, "usage_id": 12 }, "5301.02.006": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.006, B\u00fcro", "arch_name": "2.006@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -442988,18 +488995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61645, "usage_id": 12 }, "5301.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.007, B\u00fcro", "arch_name": "2.007@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443007,18 +489016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61646, "usage_id": 12 }, "5301.02.008": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.008, B\u00fcro", "arch_name": "2.008@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443026,18 +489037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61647, "usage_id": 12 }, "5301.02.009": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.009, B\u00fcro", "arch_name": "2.009@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443045,18 +489058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61648, "usage_id": 12 }, "5301.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.010, B\u00fcro", "arch_name": "2.010@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443064,18 +489079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61649, "usage_id": 12 }, "5301.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.011, B\u00fcro", "arch_name": "2.011@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443083,18 +489100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61650, "usage_id": 12 }, "5301.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.012, B\u00fcro", "arch_name": "2.012@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443102,18 +489121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61651, "usage_id": 12 }, "5301.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.013, B\u00fcro", "arch_name": "2.013@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443121,18 +489142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61652, "usage_id": 12 }, "5301.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.014, B\u00fcro", "arch_name": "2.014@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443140,18 +489163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61653, "usage_id": 12 }, "5301.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.015, B\u00fcro", "arch_name": "2.015@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443159,18 +489184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61656, "usage_id": 12 }, "5301.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.020, Besprechungsraum 3", "arch_name": "2.020@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19706, "seats": { @@ -443178,18 +489205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61655, "usage_id": 196 }, "5301.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.021, Lounge 2", "arch_name": "2.021@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19706, "seats": { @@ -443197,18 +489226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61654, "usage_id": 196 }, "5301.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.022, Zeitschriften/Lesesaal", "arch_name": "2.022@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443216,18 +489247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61816, "usage_id": 150 }, "5301.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.030, WC-Damen", "arch_name": "2.030@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -443235,18 +489268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61658, "usage_id": 116 }, "5301.02.031": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.031, Putzraum", "arch_name": "2.031@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -443254,18 +489289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61659, "usage_id": 205 }, "5301.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.032, WC-Herren", "arch_name": "2.032@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -443273,18 +489310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61660, "usage_id": 115 }, "5301.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.033, Drucker", "arch_name": "2.033@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443292,18 +489331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61657, "usage_id": 110 }, "5301.02.506": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.506, Aufzugschacht", "arch_name": "2.506@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -443311,18 +489352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61667, "usage_id": 195 }, "5301.02.507": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.507, Schacht", "arch_name": "2.507@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -443330,18 +489373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61668, "usage_id": 120 }, "5301.02.700": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.700, Flur", "arch_name": "2.700@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -443349,18 +489394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61663, "usage_id": 222 }, "5301.02.701": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.701, Flur", "arch_name": "2.701@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -443368,18 +489415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61664, "usage_id": 222 }, "5301.02.702": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.702, Flur", "arch_name": "2.702@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -443387,18 +489436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61665, "usage_id": 222 }, "5301.02.703": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.703, Galerie-Atrium", "arch_name": "2.703@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -443406,18 +489457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61666, "usage_id": 206 }, "5301.02.800": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.800, Treppenhaus", "arch_name": "2.800@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -443425,18 +489478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61661, "usage_id": 223 }, "5301.02.801": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "2.801, Treppenhaus", "arch_name": "2.801@5301", "area_id": 30, "building_id": 1120, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -443444,18 +489499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61662, "usage_id": 223 }, "5301.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.001, Gro\u00dfraumb\u00fcro", "arch_name": "3.001@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443463,18 +489520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61670, "usage_id": 12 }, "5301.03.004": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.004, B\u00fcro", "arch_name": "3.004@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443482,18 +489541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61669, "usage_id": 12 }, "5301.03.005": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.005, B\u00fcro", "arch_name": "3.005@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443501,18 +489562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61671, "usage_id": 12 }, "5301.03.006": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.006, B\u00fcro", "arch_name": "3.006@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443520,18 +489583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61672, "usage_id": 12 }, "5301.03.007": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.007, B\u00fcro", "arch_name": "3.007@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443539,18 +489604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61673, "usage_id": 12 }, "5301.03.008": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.008, B\u00fcro", "arch_name": "3.008@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443558,18 +489625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61674, "usage_id": 12 }, "5301.03.009": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.009, B\u00fcro", "arch_name": "3.009@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443577,18 +489646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61675, "usage_id": 12 }, "5301.03.010": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.010, B\u00fcro", "arch_name": "3.010@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443596,18 +489667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61676, "usage_id": 12 }, "5301.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.011, B\u00fcro", "arch_name": "3.011@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443615,18 +489688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61677, "usage_id": 12 }, "5301.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.012, B\u00fcro", "arch_name": "3.012@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443634,18 +489709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61678, "usage_id": 12 }, "5301.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.013, B\u00fcro", "arch_name": "3.013@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443653,18 +489730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61679, "usage_id": 12 }, "5301.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.014, B\u00fcro", "arch_name": "3.014@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443672,18 +489751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61680, "usage_id": 12 }, "5301.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.015, B\u00fcro", "arch_name": "3.015@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443691,18 +489772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61681, "usage_id": 12 }, "5301.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.020, Lounge 3", "arch_name": "3.020@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19706, "seats": { @@ -443710,18 +489793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61693, "usage_id": 196 }, "5301.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.021, Besprechungsraum 4", "arch_name": "3.021@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -443729,18 +489814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61692, "usage_id": 196 }, "5301.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.030, WC-Damen", "arch_name": "3.030@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -443748,18 +489835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61683, "usage_id": 116 }, "5301.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.031, Putzraum", "arch_name": "3.031@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -443767,18 +489856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61685, "usage_id": 205 }, "5301.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.032, WC-Herren", "arch_name": "3.032@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -443786,18 +489877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61684, "usage_id": 115 }, "5301.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.033, Drucker", "arch_name": "3.033@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19706, "seats": { @@ -443805,18 +489898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61682, "usage_id": 110 }, "5301.03.506": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.506, Aufzugschacht", "arch_name": "3.506@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -443824,18 +489919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61694, "usage_id": 195 }, "5301.03.507": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.507, Schacht", "arch_name": "3.507@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -443843,18 +489940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61695, "usage_id": 120 }, "5301.03.700": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.700, Flur", "arch_name": "3.700@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -443862,18 +489961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61686, "usage_id": 222 }, "5301.03.701": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.701, Flur", "arch_name": "3.701@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -443881,18 +489982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61687, "usage_id": 222 }, "5301.03.702": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.702, Flur", "arch_name": "3.702@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -443900,18 +490003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61688, "usage_id": 222 }, "5301.03.703": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.703, Flur", "arch_name": "3.703@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -443919,18 +490024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61689, "usage_id": 222 }, "5301.03.800": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.800, Treppenhaus", "arch_name": "3.800@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -443938,18 +490045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61690, "usage_id": 223 }, "5301.03.801": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "3.801, Treppenhaus", "arch_name": "3.801@5301", "area_id": 30, "building_id": 1120, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -443957,19 +490066,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61691, "usage_id": 223 }, "5301.04.001": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.001, Faculty Club", "arch_name": "4.001@5301", "area_id": 30, "building_id": 1120, "calendar_resource_nr": 25244, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19706, "seats": { @@ -443977,18 +490088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62845, "usage_id": 44 }, "5301.04.001B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.001B, Anrichte", "arch_name": "4.001B@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19706, "seats": { @@ -443996,18 +490109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62849, "usage_id": 28 }, "5301.04.002": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.002, Faculty Club", "arch_name": "4.002@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19706, "seats": { @@ -444015,18 +490130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62846, "usage_id": 44 }, "5301.04.003": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.003, Kaminzimmer", "arch_name": "4.003@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19706, "seats": { @@ -444034,18 +490151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62847, "usage_id": 44 }, "5301.04.004": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.004, Garderobe", "arch_name": "4.004@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19706, "seats": { @@ -444053,18 +490172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61696, "usage_id": 121 }, "5301.04.005": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.005, K\u00fcche", "arch_name": "4.005@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19706, "seats": { @@ -444072,18 +490193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62848, "usage_id": 28 }, "5301.04.006": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.006, K\u00fchlung", "arch_name": "4.006@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19706, "seats": { @@ -444091,18 +490214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61697, "usage_id": 199 }, "5301.04.030": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.030, WC-Herren", "arch_name": "4.030@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -444110,18 +490235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61698, "usage_id": 115 }, "5301.04.031": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.031, WC-Damen", "arch_name": "4.031@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -444129,18 +490256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61699, "usage_id": 116 }, "5301.04.506": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.506, Aufzugschacht", "arch_name": "4.506@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -444148,18 +490277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61705, "usage_id": 195 }, "5301.04.507": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.507, Schacht", "arch_name": "4.507@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -444167,18 +490298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61706, "usage_id": 120 }, "5301.04.700": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.700, Flur", "arch_name": "4.700@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -444186,18 +490319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61700, "usage_id": 222 }, "5301.04.701": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.701, Terrasse", "arch_name": "4.701@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -444205,18 +490340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61701, "usage_id": 218 }, "5301.04.702": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.702, Terrasse-Ost", "arch_name": "4.702@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -444224,18 +490361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61702, "usage_id": 218 }, "5301.04.800": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.800, Treppenhaus", "arch_name": "4.800@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -444243,18 +490382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61703, "usage_id": 223 }, "5301.04.801": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "4.801, Treppenhaus", "arch_name": "4.801@5301", "area_id": 30, "building_id": 1120, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -444262,19 +490403,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61704, "usage_id": 223 }, "5301.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.001, Auditorium", "arch_name": "0.001@5301", "area_id": 30, "building_id": 1120, "calendar_resource_nr": 19159, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19706, "seats": { @@ -444282,18 +490425,20 @@ "standing": null, "wheelchair": 4 }, + "tumonline_id": 61778, "usage_id": 20 }, "5301.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.002, B\u00fcro", "arch_name": "0.002@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -444301,18 +490446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61600, "usage_id": 12 }, "5301.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.003, B\u00fcro", "arch_name": "0.003@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -444320,19 +490467,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61601, "usage_id": 12 }, "5301.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.004, Gro\u00dfraumb\u00fcro IAS", "arch_name": "0.004@5301", "area_id": 30, "building_id": 1120, "calendar_resource_nr": 21604, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19706, "seats": { @@ -444340,18 +490489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61602, "usage_id": 12 }, "5301.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.007, Cafeteria", "arch_name": "0.007@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19706, "seats": { @@ -444359,18 +490510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61603, "usage_id": 139 }, "5301.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.008, Information", "arch_name": "0.008@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19706, "seats": { @@ -444378,18 +490531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61605, "usage_id": 12 }, "5301.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.009, Cafeteria K\u00fcche", "arch_name": "0.009@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19706, "seats": { @@ -444397,18 +490552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61604, "usage_id": 28 }, "5301.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.010, Kiosk", "arch_name": "0.010@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19706, "seats": { @@ -444416,18 +490573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61606, "usage_id": 139 }, "5301.EG.506": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.506, Aufzug", "arch_name": "0.506@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -444435,18 +490594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61611, "usage_id": 4 }, "5301.EG.507": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.507, Schacht", "arch_name": "0.507@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -444454,18 +490615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61612, "usage_id": 120 }, "5301.EG.701": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.701, Flur", "arch_name": "0.701@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -444473,18 +490636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61609, "usage_id": 222 }, "5301.EG.702": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.702, Flur", "arch_name": "0.702@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -444492,18 +490657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61610, "usage_id": 222 }, "5301.EG.703": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.703, Eingangsbereich", "arch_name": "0.703@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -444511,18 +490678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62840, "usage_id": 15 }, "5301.EG.800": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.800, Treppenhaus", "arch_name": "0.800@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -444530,18 +490699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61607, "usage_id": 223 }, "5301.EG.801": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "0.801, Treppenhaus", "arch_name": "0.801@5301", "area_id": 30, "building_id": 1120, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -444549,18 +490720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61608, "usage_id": 223 }, "5301.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.001, Gardarobe", "arch_name": "-1.001@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19706, "seats": { @@ -444568,18 +490741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61579, "usage_id": 121 }, "5301.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.002, Putzraum", "arch_name": "-1.002@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -444587,18 +490762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61580, "usage_id": 205 }, "5301.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.003, Umkleide-Damen", "arch_name": "-1.003@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19706, "seats": { @@ -444606,18 +490783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61581, "usage_id": 121 }, "5301.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.004, Umkleide-Herren", "arch_name": "-1.004@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19706, "seats": { @@ -444625,18 +490804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61582, "usage_id": 121 }, "5301.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.005, Technik Wasserversorgung", "arch_name": "-1.005@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38579, "seats": { @@ -444644,18 +490825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61583, "usage_id": 183 }, "5301.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.006, Getr\u00e4nke", "arch_name": "-1.006@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19706, "seats": { @@ -444663,18 +490846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61584, "usage_id": 30 }, "5301.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.007, Lager", "arch_name": "-1.007@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19706, "seats": { @@ -444682,18 +490867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61585, "usage_id": 30 }, "5301.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.008, EDV", "arch_name": "-1.008@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19706, "seats": { @@ -444701,18 +490888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61586, "usage_id": 207 }, "5301.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.009, Archiv", "arch_name": "-1.009@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19706, "seats": { @@ -444720,18 +490909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61587, "usage_id": 2 }, "5301.U1.030": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.030, Beh.-WC", "arch_name": "-1.030@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -444739,18 +490930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61591, "usage_id": 117 }, "5301.U1.031": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.031, WC-Herren", "arch_name": "-1.031@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -444758,18 +490951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61592, "usage_id": 115 }, "5301.U1.032": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.032, WC-Damen", "arch_name": "-1.032@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -444777,18 +490972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61593, "usage_id": 116 }, "5301.U1.502": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.502, Lager", "arch_name": "-1.502@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38579, "seats": { @@ -444796,18 +490993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61594, "usage_id": 30 }, "5301.U1.503": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.503, Elt.", "arch_name": "-1.503@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -444815,18 +491014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61595, "usage_id": 160 }, "5301.U1.504": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.504, Technik", "arch_name": "-1.504@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38579, "seats": { @@ -444834,18 +491035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61596, "usage_id": 120 }, "5301.U1.505": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.505, Trafo", "arch_name": "-1.505@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -444853,18 +491056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61597, "usage_id": 160 }, "5301.U1.506": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.506, Aufzugsschacht", "arch_name": "-1.506@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -444872,18 +491077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61599, "usage_id": 5 }, "5301.U1.701": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.701, Flur", "arch_name": "-1.701@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -444891,18 +491098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61588, "usage_id": 222 }, "5301.U1.702": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.702, Flur", "arch_name": "-1.702@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -444910,18 +491119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61589, "usage_id": 222 }, "5301.U1.704": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.704, Flur", "arch_name": "-1.704@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -444929,18 +491140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61590, "usage_id": 222 }, "5301.U1.800": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2a", "zip_code": 85748 }, + "alt_name": "-1.800, Treppenhaus", "arch_name": "-1.800@5301", "area_id": 30, "building_id": 1120, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -444948,18 +491161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61598, "usage_id": 223 }, "5302.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.001.G, B\u00fcro", "arch_name": "01.001.G@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -444967,18 +491182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75488, "usage_id": 12 }, "5302.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.002.G, Beh.-WC", "arch_name": "01.002.G@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -444986,18 +491203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75490, "usage_id": 117 }, "5302.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.003.G, WC", "arch_name": "01.003.G@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445005,18 +491224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75489, "usage_id": 114 }, "5302.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.004.G, B\u00fcro", "arch_name": "01.004.G@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445024,18 +491245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75462, "usage_id": 12 }, "5302.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.005.H, B\u00fcro", "arch_name": "01.005.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445043,18 +491266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75484, "usage_id": 12 }, "5302.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.006.H, B\u00fcro", "arch_name": "01.006.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445062,18 +491287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75483, "usage_id": 12 }, "5302.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.007.H, B\u00fcro", "arch_name": "01.007.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445081,18 +491308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75482, "usage_id": 12 }, "5302.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.008.H, Sekretariat", "arch_name": "01.008.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445100,18 +491329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75480, "usage_id": 40 }, "5302.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.009.H, Prof.-B\u00fcro", "arch_name": "01.009.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445119,18 +491350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75481, "usage_id": 12 }, "5302.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.010.H, Prof.-B\u00fcro", "arch_name": "01.010.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445138,18 +491371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75454, "usage_id": 12 }, "5302.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.011.H, Sekretariat", "arch_name": "01.011.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445157,18 +491392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75453, "usage_id": 40 }, "5302.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.012.H, Prof.-B\u00fcro", "arch_name": "01.012.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445176,18 +491413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75479, "usage_id": 12 }, "5302.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.013.H, Besprechungsraum", "arch_name": "01.013.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445195,18 +491434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75606, "usage_id": 196 }, "5302.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.014.H, Archiv Verwaltung", "arch_name": "01.014.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445214,18 +491455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75515, "usage_id": 2 }, "5302.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.015.H, ELT. Versorgung", "arch_name": "01.015.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445233,18 +491476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75512, "usage_id": 12 }, "5302.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.016.H, Kopierer", "arch_name": "01.016.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445252,18 +491497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75516, "usage_id": 110 }, "5302.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.017.H, Dateninstall.", "arch_name": "01.017.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445271,18 +491518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75511, "usage_id": 207 }, "5302.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.018.H, B\u00fcro", "arch_name": "01.018.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445290,18 +491539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75508, "usage_id": 12 }, "5302.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.019.H, B\u00fcro", "arch_name": "01.019.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445309,18 +491560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75459, "usage_id": 12 }, "5302.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.020.H, B\u00fcro", "arch_name": "01.020.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445328,18 +491581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75458, "usage_id": 12 }, "5302.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.021.I, Pausenraum", "arch_name": "01.021.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445347,18 +491602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75607, "usage_id": 44 }, "5302.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.022.I, Seminarraum 2", "arch_name": "01.022.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445366,18 +491623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75456, "usage_id": 41 }, "5302.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.023.I, Seminarraum 1", "arch_name": "01.023.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445385,18 +491644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75457, "usage_id": 41 }, "5302.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.024.I, B\u00fcro", "arch_name": "01.024.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445404,18 +491665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75504, "usage_id": 12 }, "5302.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.025.I, B\u00fcro", "arch_name": "01.025.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445423,18 +491686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75503, "usage_id": 12 }, "5302.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.026.I, B\u00fcro", "arch_name": "01.026.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445442,18 +491707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75596, "usage_id": 12 }, "5302.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.027.I, WC-Herren", "arch_name": "01.027.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445461,18 +491728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75506, "usage_id": 115 }, "5302.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.028.I, K\u00fcche/Pausenraum", "arch_name": "01.028.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 39688, "seats": { @@ -445480,18 +491749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75455, "usage_id": 28 }, "5302.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.029.I, Putzraum", "arch_name": "01.029.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445499,18 +491770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75463, "usage_id": 205 }, "5302.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.030.I, Kopierer", "arch_name": "01.030.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445518,18 +491791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75477, "usage_id": 110 }, "5302.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.031.I, Lager", "arch_name": "01.031.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445537,18 +491812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75595, "usage_id": 30 }, "5302.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.032.J, Bacheloranden- / Masteranden", "arch_name": "01.032.J@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445556,18 +491833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75460, "usage_id": 12 }, "5302.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.033.J, WC-Damen", "arch_name": "01.033.J@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445575,18 +491854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75608, "usage_id": 116 }, "5302.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.034.J, Putzraum", "arch_name": "01.034.J@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445594,18 +491875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75612, "usage_id": 205 }, "5302.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.036.J, Besprechungsraum", "arch_name": "01.036.J@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445613,18 +491896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75461, "usage_id": 196 }, "5302.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.037.J, Archiv/Lager", "arch_name": "01.037.J@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445632,18 +491917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75478, "usage_id": 2 }, "5302.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.037.J, Bibliothek", "arch_name": "01.037.J@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445651,18 +491938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75510, "usage_id": 10 }, "5302.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.039.K, Raum optional", "arch_name": "01.039.K@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445670,18 +491959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75502, "usage_id": 44 }, "5302.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.040.K, B\u00fcro", "arch_name": "01.040.K@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445689,18 +491980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75500, "usage_id": 12 }, "5302.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.041.K, B\u00fcro", "arch_name": "01.041.K@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445708,18 +492001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75499, "usage_id": 12 }, "5302.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.042.K, B\u00fcro", "arch_name": "01.042.K@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445727,18 +492022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75498, "usage_id": 12 }, "5302.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.043.K, Kopierer", "arch_name": "01.043.K@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445746,18 +492043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75618, "usage_id": 110 }, "5302.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.044.L, B\u00fcro", "arch_name": "01.044.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445765,18 +492064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75496, "usage_id": 12 }, "5302.01.045": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.045.L, B\u00fcro", "arch_name": "01.045.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445784,18 +492085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75470, "usage_id": 12 }, "5302.01.046": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.046.L, B\u00fcro", "arch_name": "01.046.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445803,18 +492106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75495, "usage_id": 12 }, "5302.01.047": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.047.L, B\u00fcro", "arch_name": "01.047.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445822,18 +492127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75469, "usage_id": 12 }, "5302.01.048": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.048.L, B\u00fcro", "arch_name": "01.048.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445841,18 +492148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75494, "usage_id": 12 }, "5302.01.049": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.049.L, B\u00fcro", "arch_name": "01.049.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445860,18 +492169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75493, "usage_id": 12 }, "5302.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.050.L, B\u00fcro", "arch_name": "01.050.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445879,18 +492190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75492, "usage_id": 12 }, "5302.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.051.L, B\u00fcro", "arch_name": "01.051.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445898,18 +492211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75491, "usage_id": 12 }, "5302.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.052.L, B\u00fcro", "arch_name": "01.052.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -445917,18 +492232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75464, "usage_id": 12 }, "5302.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.053.L, B\u00fcrobedarfslager", "arch_name": "01.053.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445936,18 +492253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75465, "usage_id": 30 }, "5302.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.054.L, Kopierer", "arch_name": "01.054.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445955,18 +492274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75466, "usage_id": 110 }, "5302.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.055.L, Dateninstall.", "arch_name": "01.055.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -445974,18 +492295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75468, "usage_id": 207 }, "5302.01.056": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.056.L, Lager", "arch_name": "01.056.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -445993,18 +492316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75609, "usage_id": 30 }, "5302.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.057.L, Lager", "arch_name": "01.057.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446012,18 +492337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75497, "usage_id": 30 }, "5302.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.058.L, Serverraum", "arch_name": "01.058.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446031,18 +492358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75472, "usage_id": 207 }, "5302.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.059.L, Lager Serverraum", "arch_name": "01.059.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446050,18 +492379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75617, "usage_id": 30 }, "5302.01.134": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "1250, Terrasse", "arch_name": "1250@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -446069,18 +492400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46214, "usage_id": 218 }, "5302.01.700": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.700.G, Empfang S\u00fcd", "arch_name": "01.700.G@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446088,18 +492421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75486, "usage_id": 52 }, "5302.01.701": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.701.G, Flur", "arch_name": "01.701.G@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446107,18 +492442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75487, "usage_id": 222 }, "5302.01.702": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.702.H, Flur", "arch_name": "01.702.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -446126,18 +492463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75485, "usage_id": 222 }, "5302.01.703": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.703.H, Flur", "arch_name": "01.703.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -446145,18 +492484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75514, "usage_id": 222 }, "5302.01.704": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.704.I, Flur", "arch_name": "01.704.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -446164,18 +492505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75505, "usage_id": 222 }, "5302.01.705": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.705.I, Flur", "arch_name": "01.705.I@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446183,18 +492526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75476, "usage_id": 222 }, "5302.01.706": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.706.K, Flur", "arch_name": "01.706.K@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446202,18 +492547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75501, "usage_id": 222 }, "5302.01.707": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.707.A, Empfang Ost 1", "arch_name": "01.707.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446221,18 +492568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75473, "usage_id": 52 }, "5302.01.708": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.708.A, Empfang Ost 2", "arch_name": "01.708.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446240,18 +492589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75474, "usage_id": 52 }, "5302.01.709": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.709.L, Flur", "arch_name": "01.709.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446259,18 +492610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75467, "usage_id": 222 }, "5302.01.710": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.710.L, Flur", "arch_name": "01.710.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446278,18 +492631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75471, "usage_id": 222 }, "5302.01.750": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.750.L, Treppenhaus 2", "arch_name": "01.750.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -446297,18 +492652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75610, "usage_id": 223 }, "5302.01.751": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.751.H, Treppenhaus 2", "arch_name": "01.751.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -446316,18 +492673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75605, "usage_id": 223 }, "5302.01.752": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.752.H, Treppenhaus 3", "arch_name": "01.752.H@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -446335,18 +492694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75507, "usage_id": 223 }, "5302.01.753": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.753.J, Treppenhaus 4", "arch_name": "01.753.J@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446354,18 +492715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75475, "usage_id": 223 }, "5302.01.754": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.754.J, Treppenhaus 5", "arch_name": "01.754.J@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446373,18 +492736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75509, "usage_id": 223 }, "5302.01.809": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "01.809.L, Aufzug", "arch_name": "01.809.L@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -446392,18 +492757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75611, "usage_id": 4 }, "5302.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2201, Raumlufttechnik", "arch_name": "2201@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -446411,18 +492778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46224, "usage_id": 32 }, "5302.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2202, Ventilationskammer", "arch_name": "2202@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446430,18 +492799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46235, "usage_id": 32 }, "5302.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2203, Ventilationskammer", "arch_name": "2203@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446449,18 +492820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59087, "usage_id": 32 }, "5302.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2204, Fortluft\u00f6ffnung", "arch_name": "2204@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446468,18 +492841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59088, "usage_id": 32 }, "5302.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2257, Treppenraum", "arch_name": "2257@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446487,18 +492862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59086, "usage_id": 223 }, "5302.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2205, Raumlufttechnik/nicht begehbar", "arch_name": "2205@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -446506,18 +492883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59795, "usage_id": 32 }, "5302.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.001.A, B\u00fcro", "arch_name": "00.001.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -446525,18 +492904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75597, "usage_id": 12 }, "5302.EG.002F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "0202F, Biergarten / Cafeteria", "arch_name": "0202F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446544,18 +492925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44365, "usage_id": 218 }, "5302.EG.003A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.003.A, Aufbereitung Siebraum", "arch_name": "00.003.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446563,18 +492946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44375, "usage_id": 51 }, "5302.EG.005A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.005.A, Sozialraum", "arch_name": "00.005.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -446582,18 +492967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44534, "usage_id": 44 }, "5302.EG.006A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.006.A, Sanit\u00e4tsraum", "arch_name": "00.006.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446601,18 +492988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75405, "usage_id": 178 }, "5302.EG.007A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.007.A, Umkleide Herren", "arch_name": "00.007.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446620,18 +493009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44706, "usage_id": 121 }, "5302.EG.008A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.008.A, WC-Herren mit Dusche", "arch_name": "00.008.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446639,18 +493030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75403, "usage_id": 115 }, "5302.EG.009A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.009.A, WC-Herren mit Dusche", "arch_name": "00.009.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446658,18 +493051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75404, "usage_id": 115 }, "5302.EG.010A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.010.A, Umkleide Damen", "arch_name": "00.010.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446677,18 +493072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75406, "usage_id": 121 }, "5302.EG.011A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.011.A, WC-Damen mit Dusche", "arch_name": "00.011.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446696,18 +493093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75407, "usage_id": 116 }, "5302.EG.012A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.012.A, Klimaraum Konstantklima 2-4", "arch_name": "00.012.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446715,18 +493114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75353, "usage_id": 30 }, "5302.EG.015A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.015.A, Klimaraum Konstantklima 1", "arch_name": "00.015.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446734,18 +493135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45063, "usage_id": 30 }, "5302.EG.016A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.016.A, Pr\u00fcfhalle Staubzone", "arch_name": "00.016.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446753,18 +493156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45081, "usage_id": 103 }, "5302.EG.017A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.017.A, Termografiepr\u00fcfraum", "arch_name": "00.017.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446772,18 +493177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75443, "usage_id": 103 }, "5302.EG.018A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.018.A, Pr\u00fcfhalle HFP", "arch_name": "00.018.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446791,18 +493198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45265, "usage_id": 103 }, "5302.EG.019A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.019.A, Hydraulikaggregate", "arch_name": "00.019.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -446810,18 +493219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75413, "usage_id": 120 }, "5302.EG.020A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.020.A, Probenlager Stahl", "arch_name": "00.020.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446829,18 +493240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75414, "usage_id": 30 }, "5302.EG.021A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.021.A, Wasserlagerung", "arch_name": "00.021.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446848,18 +493261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75593, "usage_id": 30 }, "5302.EG.022A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.022.A, Schleuse 3", "arch_name": "00.022.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446867,18 +493282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75401, "usage_id": 105 }, "5302.EG.023A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.023.A, Schleuse 2", "arch_name": "00.023.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446886,18 +493303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75400, "usage_id": 105 }, "5302.EG.024A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.024.A, Nebelkammer", "arch_name": "00.024.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446905,18 +493324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75432, "usage_id": 103 }, "5302.EG.025A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.025.A, Pr\u00fcfraum Bewehrungsentwicklung", "arch_name": "00.025.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446924,18 +493345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45639, "usage_id": 103 }, "5302.EG.026B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.026.B, Ger\u00e4telager", "arch_name": "00.026.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446943,18 +493366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75397, "usage_id": 30 }, "5302.EG.027B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.027.B, Nebelkammer", "arch_name": "00.027.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446962,18 +493387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75431, "usage_id": 103 }, "5302.EG.028B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.028.B, Testfeld", "arch_name": "00.028.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -446981,18 +493408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75428, "usage_id": 49 }, "5302.EG.029B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.029.B, Pr\u00fcfraum Living Lab", "arch_name": "00.029.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447000,18 +493429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45982, "usage_id": 103 }, "5302.EG.030B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.030.B, Betonpr\u00fcfraum", "arch_name": "00.030.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447019,18 +493450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75391, "usage_id": 103 }, "5302.EG.031B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.031.B, Feinm\u00f6rtelpr\u00fcfraum", "arch_name": "00.031.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447038,18 +493471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75396, "usage_id": 103 }, "5302.EG.032B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.032.B, Thermografieauswertung", "arch_name": "00.032.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447057,18 +493492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75393, "usage_id": 12 }, "5302.EG.033B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.033.B, Termografiepr\u00fcfraum", "arch_name": "00.033.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447076,18 +493513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75429, "usage_id": 103 }, "5302.EG.034B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.034.B, Lager", "arch_name": "00.034.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447095,18 +493534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75394, "usage_id": 30 }, "5302.EG.035B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.035.B, Lager", "arch_name": "00.035.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447114,18 +493555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75591, "usage_id": 30 }, "5302.EG.038B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.038.B, Ger\u00e4telager", "arch_name": "00.038.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447133,18 +493576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75389, "usage_id": 18 }, "5302.EG.040C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.040.C, Dateiinstall.", "arch_name": "00.040.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447152,18 +493597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75590, "usage_id": 207 }, "5302.EG.041C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.041.C, B\u00fcro", "arch_name": "00.041.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447171,18 +493618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75386, "usage_id": 12 }, "5302.EG.042C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.042.C, B\u00fcro", "arch_name": "00.042.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447190,18 +493639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75384, "usage_id": 12 }, "5302.EG.043C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.043.C, B\u00fcro", "arch_name": "00.043.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447209,18 +493660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75383, "usage_id": 12 }, "5302.EG.044C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.044.C, B\u00fcro", "arch_name": "00.044.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447228,18 +493681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75382, "usage_id": 12 }, "5302.EG.045": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "0229, Anlieferung", "arch_name": "0229@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447247,18 +493702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46703, "usage_id": 218 }, "5302.EG.045C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.045.C, B\u00fcro", "arch_name": "00.045.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447266,18 +493723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75381, "usage_id": 12 }, "5302.EG.046C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.046.C, B\u00fcro", "arch_name": "00.046.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447285,18 +493744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75425, "usage_id": 12 }, "5302.EG.047C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.047.C, B\u00fcro", "arch_name": "00.047.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447304,18 +493765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75379, "usage_id": 12 }, "5302.EG.048C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.048.C, B\u00fcro", "arch_name": "00.048.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447323,18 +493786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75380, "usage_id": 12 }, "5302.EG.049C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.049.C, Teek\u00fcche", "arch_name": "00.049.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447342,18 +493807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75424, "usage_id": 198 }, "5302.EG.050C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.050.C, WC-Herren", "arch_name": "00.050.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447361,18 +493828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75423, "usage_id": 115 }, "5302.EG.051C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.051.C, WC-Damen", "arch_name": "00.051.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447380,18 +493849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75377, "usage_id": 116 }, "5302.EG.052C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.052.C, Pr\u00fcfraum REM", "arch_name": "00.052.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447399,18 +493870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75589, "usage_id": 103 }, "5302.EG.053C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.053.C, Physiklabor XRD", "arch_name": "00.053.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447418,18 +493891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75388, "usage_id": 103 }, "5302.EG.054C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.054.C, Kopierer", "arch_name": "00.054.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447437,18 +493912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75376, "usage_id": 110 }, "5302.EG.055C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.055.C, B\u00fcro", "arch_name": "00.055.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447456,18 +493933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75374, "usage_id": 12 }, "5302.EG.056C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.056.C, B\u00fcro", "arch_name": "00.056.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447475,18 +493954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75373, "usage_id": 12 }, "5302.EG.057C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.057.C, B\u00fcro", "arch_name": "00.057.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447494,18 +493975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75370, "usage_id": 12 }, "5302.EG.058C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.058.C, Auswertung/Dokum.", "arch_name": "00.058.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447513,18 +493996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75371, "usage_id": 12 }, "5302.EG.059C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.059.C, Pr\u00fcflabor Messraum", "arch_name": "00.059.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447532,18 +494017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75422, "usage_id": 103 }, "5302.EG.060D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.060.D, Probenlager", "arch_name": "00.060.D@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447551,18 +494038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75368, "usage_id": 30 }, "5302.EG.061D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.061.D, Pr\u00fcflabor Autoklav.", "arch_name": "00.061.D@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447570,18 +494059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75367, "usage_id": 103 }, "5302.EG.062D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.062.D, M\u00f6rtellabor", "arch_name": "00.062.D@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447589,18 +494080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75421, "usage_id": 194 }, "5302.EG.063D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.063.D, Pr\u00fcflabor Thermoan.", "arch_name": "00.063.D@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447608,18 +494101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75418, "usage_id": 103 }, "5302.EG.064F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.064.F, Pr\u00fcflabor Ofenraum", "arch_name": "00.064.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447627,18 +494122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75435, "usage_id": 103 }, "5302.EG.065F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.065.F, Elektrochemielabor", "arch_name": "00.065.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447646,18 +494143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75355, "usage_id": 102 }, "5302.EG.066F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.066.F, Bewehrungsvermessung", "arch_name": "00.066.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447665,18 +494164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75357, "usage_id": 103 }, "5302.EG.067F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.067.F, Pr\u00fcflabor Hg-Druckpor.", "arch_name": "00.067.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447684,18 +494185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75366, "usage_id": 103 }, "5302.EG.068F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.068.F, Pr\u00fcflabor Hg-Druckpor.", "arch_name": "00.068.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447703,18 +494206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75419, "usage_id": 103 }, "5302.EG.069F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.069.F, B\u00fcro Elektronikwerkstatt", "arch_name": "00.069.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447722,18 +494227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75360, "usage_id": 12 }, "5302.EG.070F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.070.F, Labor/Elektronikwerkstatt/B\u00fcro", "arch_name": "00.070.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447741,18 +494248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75415, "usage_id": 103 }, "5302.EG.071F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.071.F, Maschinenwerkstatt/B\u00fcro", "arch_name": "00.071.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447760,18 +494269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75361, "usage_id": 51 }, "5302.EG.072F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.072.F, Pr\u00fcfraum Feinmessraum", "arch_name": "00.072.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447779,18 +494290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75362, "usage_id": 103 }, "5302.EG.073F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.073.F, Pr\u00fcflabor Frostpr\u00fcfung", "arch_name": "00.073.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447798,18 +494311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75437, "usage_id": 103 }, "5302.EG.074F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.074.F, Betondruckraum Kuka-Rob.", "arch_name": "00.074.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447817,18 +494332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75411, "usage_id": 103 }, "5302.EG.075F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.075.F, Pr\u00fcflabor Dauerhaftig.", "arch_name": "00.075.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447836,18 +494353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75436, "usage_id": 103 }, "5302.EG.076F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.076.F, Pr\u00fcflabor", "arch_name": "00.076.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -447855,18 +494374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75417, "usage_id": 103 }, "5302.EG.077F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.077.F, B\u00fcro", "arch_name": "00.077.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447874,18 +494395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75364, "usage_id": 12 }, "5302.EG.078F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.078.F, B\u00fcro", "arch_name": "00.078.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447893,18 +494416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75439, "usage_id": 12 }, "5302.EG.079F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.079.F, Auswertung/Dokum.", "arch_name": "00.079.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447912,18 +494437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75438, "usage_id": 12 }, "5302.EG.080F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.080.F, B\u00fcro", "arch_name": "00.080.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447931,18 +494458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75363, "usage_id": 12 }, "5302.EG.081F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.081.F, Auswertung/Dokum.", "arch_name": "00.081.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -447950,18 +494479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75416, "usage_id": 12 }, "5302.EG.082E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.082.E, Ger\u00e4telager", "arch_name": "00.082.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447969,18 +494500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75519, "usage_id": 18 }, "5302.EG.082F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.082.F, Ger\u00e4telager", "arch_name": "00.082.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -447988,18 +494521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75359, "usage_id": 18 }, "5302.EG.083E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.083.E, Pr\u00fcfmittellager", "arch_name": "00.083.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448007,18 +494542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75517, "usage_id": 30 }, "5302.EG.084E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.084.E, Spannungsrisskorrosionslabor", "arch_name": "00.084.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -448026,18 +494563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75356, "usage_id": 103 }, "5302.EG.085E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.085.E, Probenlager 2", "arch_name": "00.085.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448045,18 +494584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75594, "usage_id": 30 }, "5302.EG.087E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.087.E, Dateiinstall.", "arch_name": "00.087.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448064,18 +494605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75448, "usage_id": 207 }, "5302.EG.088E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.088.E, Schleuse 1", "arch_name": "00.088.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448083,18 +494626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75433, "usage_id": 105 }, "5302.EG.089E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.089.E, Konstantklima 5", "arch_name": "00.089.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448102,18 +494647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75398, "usage_id": 30 }, "5302.EG.090E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.090.E, Probenlager", "arch_name": "00.090.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448121,18 +494668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75447, "usage_id": 30 }, "5302.EG.091E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.091.E, ZIP-Labor", "arch_name": "00.091.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448140,18 +494689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75444, "usage_id": 103 }, "5302.EG.092E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.092.E, Relaxationsraum", "arch_name": "00.092.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -448159,18 +494710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75518, "usage_id": 44 }, "5302.EG.700A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.700.A, Flur", "arch_name": "00.700.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448178,18 +494731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75434, "usage_id": 222 }, "5302.EG.700B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.700.B, Flur", "arch_name": "00.700.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448197,18 +494752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75592, "usage_id": 222 }, "5302.EG.701A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.701.A, Flur", "arch_name": "00.701.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448216,18 +494773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75408, "usage_id": 222 }, "5302.EG.702A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.702.A, Flur", "arch_name": "00.702.A@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448235,18 +494794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75409, "usage_id": 222 }, "5302.EG.703B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.703.B, Flur", "arch_name": "00.703.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448254,18 +494815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75402, "usage_id": 222 }, "5302.EG.704B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.704.B, Flur", "arch_name": "00.704.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448273,18 +494836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75390, "usage_id": 222 }, "5302.EG.705B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.705.B, Flur", "arch_name": "00.705.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448292,18 +494857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75395, "usage_id": 222 }, "5302.EG.706C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.706.C, Flur", "arch_name": "00.706.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448311,18 +494878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75385, "usage_id": 222 }, "5302.EG.707C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.707.C, Flur", "arch_name": "00.707.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448330,18 +494899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75372, "usage_id": 222 }, "5302.EG.708C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.708.C, Flur", "arch_name": "00.708.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -448349,18 +494920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75378, "usage_id": 222 }, "5302.EG.709D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.709.D, Flur", "arch_name": "00.709.D@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448368,18 +494941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75392, "usage_id": 222 }, "5302.EG.710D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.710.D, Flur", "arch_name": "00.710.D@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448387,18 +494962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75365, "usage_id": 222 }, "5302.EG.711F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.711.F, Flur", "arch_name": "00.711.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448406,18 +494983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75420, "usage_id": 222 }, "5302.EG.712F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.712.F, Flur", "arch_name": "00.712.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448425,18 +495004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75410, "usage_id": 222 }, "5302.EG.713F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.713.F, Flur", "arch_name": "00.713.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448444,18 +495025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75369, "usage_id": 222 }, "5302.EG.714E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.714.E, Flur", "arch_name": "00.714.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -448463,18 +495046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75445, "usage_id": 222 }, "5302.EG.750E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.750.E, Treppenhaus 1", "arch_name": "00.750.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448482,18 +495067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75430, "usage_id": 223 }, "5302.EG.751C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.751.C, Treppenhaus 2", "arch_name": "00.751.C@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448501,18 +495088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75387, "usage_id": 223 }, "5302.EG.752D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.752.D, Treppenhaus 3", "arch_name": "00.752.D@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448520,18 +495109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75375, "usage_id": 223 }, "5302.EG.753F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.753.F, Treppenhaus 4", "arch_name": "00.753.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448539,18 +495130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75358, "usage_id": 223 }, "5302.EG.754F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.754.F, Treppenhaus 5", "arch_name": "00.754.F@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448558,18 +495151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75412, "usage_id": 223 }, "5302.EG.800B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.800.B, Aufzugstechnik", "arch_name": "00.800.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448577,18 +495172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75427, "usage_id": 5 }, "5302.EG.801B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.801.B, Aufzugsschacht", "arch_name": "00.801.B@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448596,18 +495193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75426, "usage_id": 195 }, "5302.EG.809E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "00.809.E, Aufzug", "arch_name": "00.809.E@5302", "area_id": 30, "building_id": 816, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -448615,18 +495214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75399, "usage_id": 4 }, "5302.TP.101": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1101, Labor", "arch_name": "-1101@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 15308, "seats": { @@ -448634,18 +495235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59719, "usage_id": 194 }, "5302.TP.102": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1102, Labor", "arch_name": "-1102@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15308, "seats": { @@ -448653,18 +495256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59720, "usage_id": 194 }, "5302.TP.103": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1103, Labor", "arch_name": "-1103@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 15308, "seats": { @@ -448672,18 +495277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59721, "usage_id": 194 }, "5302.TP.104": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1104, RLT", "arch_name": "-1104@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 15308, "seats": { @@ -448691,18 +495298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59722, "usage_id": 32 }, "5302.TP.105": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1105, Labor", "arch_name": "-1105@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Fliesen", "main_operator_id": 15308, "seats": { @@ -448710,18 +495319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59723, "usage_id": 194 }, "5302.TP.106": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1106, Labor", "arch_name": "-1106@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15308, "seats": { @@ -448729,18 +495340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59724, "usage_id": 194 }, "5302.TP.107": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1107, Werkstatt", "arch_name": "-1107@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15308, "seats": { @@ -448748,18 +495361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59725, "usage_id": 51 }, "5302.TP.108": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1108, Install.Kanal", "arch_name": "-1108@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -448767,18 +495382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59726, "usage_id": 120 }, "5302.TP.109": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1109, Flur", "arch_name": "-1109@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15308, "seats": { @@ -448786,18 +495403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59727, "usage_id": 222 }, "5302.TP.201": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.201, Versuchshalle", "arch_name": "-1.201@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Holzpflaster", "main_operator_id": 15309, "seats": { @@ -448805,18 +495424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59728, "usage_id": 194 }, "5302.TP.202": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.202, Messraum", "arch_name": "-1.202@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Holzpflaster", "main_operator_id": 15309, "seats": { @@ -448824,18 +495445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59729, "usage_id": 103 }, "5302.TP.203": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.203, Versuchshalle 3", "arch_name": "-1.203@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Holzpflaster", "main_operator_id": 15309, "seats": { @@ -448843,18 +495466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59730, "usage_id": 103 }, "5302.TP.204": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.204, Versuchshalle", "arch_name": "-1.204@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Holzpflaster", "main_operator_id": 15309, "seats": { @@ -448862,18 +495487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59769, "usage_id": 194 }, "5302.TP.205": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.205, Werkstatt", "arch_name": "-1.205@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Holzpflaster", "main_operator_id": 15309, "seats": { @@ -448881,18 +495508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59770, "usage_id": 51 }, "5302.TP.207": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.207, Elektroniklabor", "arch_name": "-1.207@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Holzpflaster", "main_operator_id": 15309, "seats": { @@ -448900,18 +495529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59771, "usage_id": 103 }, "5302.TP.207A": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.207a, Meisterb\u00fcro", "arch_name": "-1.207a@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Holzpflaster", "main_operator_id": 15309, "seats": { @@ -448919,18 +495550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59772, "usage_id": 12 }, "5302.TP.208": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.208, Cleanroom/EI. Mikroskop", "arch_name": "-1.208@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Holzpflaster", "main_operator_id": 15309, "seats": { @@ -448938,18 +495571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59773, "usage_id": 103 }, "5302.TP.209": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.209, WC-Herren", "arch_name": "-1.209@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Fliesen", "main_operator_id": 15309, "seats": { @@ -448957,18 +495592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59774, "usage_id": 115 }, "5302.TP.209A": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.209A, Duschen", "arch_name": "-1.209A@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Fliesen", "main_operator_id": 15309, "seats": { @@ -448976,18 +495613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59775, "usage_id": 113 }, "5302.TP.210": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.210, WC-Damen", "arch_name": "-1.210@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Fliesen", "main_operator_id": 15309, "seats": { @@ -448995,18 +495634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59776, "usage_id": 116 }, "5302.TP.211": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.211, Installation", "arch_name": "-1.211@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -449014,18 +495655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59777, "usage_id": 120 }, "5302.TP.212": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.212, Installation", "arch_name": "-1.212@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -449033,18 +495676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59778, "usage_id": 120 }, "5302.TP.213": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.213, Druckluftkompressor", "arch_name": "-1.213@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 15309, "seats": { @@ -449052,18 +495697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59779, "usage_id": 120 }, "5302.TP.213A": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1213A, Putzkammer", "arch_name": "-1213A@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Fliesen", "main_operator_id": 15309, "seats": { @@ -449071,18 +495718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59780, "usage_id": 205 }, "5302.TP.214": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.214, Flur", "arch_name": "-1.214@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Fliesen", "main_operator_id": 15309, "seats": { @@ -449090,18 +495739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59781, "usage_id": 222 }, "5302.TP.214A": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.214A, Flur", "arch_name": "-1.214A@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Fliesen", "main_operator_id": 15309, "seats": { @@ -449109,18 +495760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59782, "usage_id": 222 }, "5302.TP.214B": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1214B, Treppe", "arch_name": "-1214B@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -449128,18 +495781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59783, "usage_id": 223 }, "5302.TP.216": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1.216, Flur", "arch_name": "-1.216@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Fliesen", "main_operator_id": 15309, "seats": { @@ -449147,18 +495802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59784, "usage_id": 222 }, "5302.TP.219": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-2.217, Stromversorg.", "arch_name": "-2.217@5302", "area_id": 30, "building_id": 816, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 15309, "seats": { @@ -449166,18 +495823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59785, "usage_id": 160 }, "5302.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1202, Betriebstechnik", "arch_name": "-1202@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449185,18 +495844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47469, "usage_id": 120 }, "5302.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1203, RLT", "arch_name": "-1203@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449204,18 +495865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47483, "usage_id": 32 }, "5302.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1204, RLT", "arch_name": "-1204@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449223,18 +495886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47658, "usage_id": 32 }, "5302.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1205, RLT", "arch_name": "-1205@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449242,18 +495907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47670, "usage_id": 32 }, "5302.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1206, RLT", "arch_name": "-1206@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449261,18 +495928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47684, "usage_id": 32 }, "5302.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1207, RLT", "arch_name": "-1207@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449280,18 +495949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47951, "usage_id": 32 }, "5302.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1208, RLT", "arch_name": "-1208@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449299,18 +495970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47966, "usage_id": 32 }, "5302.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1209, RLT", "arch_name": "-1209@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449318,18 +495991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47976, "usage_id": 32 }, "5302.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1210, RLT", "arch_name": "-1210@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449337,18 +496012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47986, "usage_id": 32 }, "5302.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1211, RLT", "arch_name": "-1211@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449356,18 +496033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47756, "usage_id": 32 }, "5302.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1212, Install.Kanal", "arch_name": "-1212@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449375,18 +496054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47764, "usage_id": 120 }, "5302.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1213, Install.Kanal", "arch_name": "-1213@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449394,18 +496075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47773, "usage_id": 120 }, "5302.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1214, Pers.Aufzug Schacht", "arch_name": "-1214@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -449413,18 +496096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47784, "usage_id": 195 }, "5302.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1216, Niederspannung", "arch_name": "-1216@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449432,18 +496117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47547, "usage_id": 160 }, "5302.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1217, Notstrom", "arch_name": "-1217@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449451,18 +496138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47560, "usage_id": 160 }, "5302.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1241, Bereich nicht nutzbar", "arch_name": "-1241@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449470,18 +496159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47568, "usage_id": 217 }, "5302.U1.057": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1257, Treppenhaus", "arch_name": "-1257@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449489,18 +496180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47572, "usage_id": 223 }, "5302.U2.001": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-2201, Heizung/Brauch.", "arch_name": "-2201@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449508,18 +496201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47346, "usage_id": 201 }, "5302.U2.002": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-2202, Aufz./F\u00f6rderan.Masch.", "arch_name": "-2202@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449527,18 +496222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47358, "usage_id": 5 }, "5302.U2.003": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-2203, Lager", "arch_name": "-2203@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449546,18 +496243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47364, "usage_id": 30 }, "5302.U2.006": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-2206, Abwasseraufber.", "arch_name": "-2206@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449565,18 +496264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47379, "usage_id": 182 }, "5302.U2.008": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-2208, Treppe", "arch_name": "-2208@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449584,18 +496285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59694, "usage_id": 223 }, "5302.U2.009": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-2209, Versorgungskanal", "arch_name": "-2209@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449603,18 +496306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59692, "usage_id": 120 }, "5302.U2.010": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-2210, Versorgungskanal", "arch_name": "-2210@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449622,18 +496327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59693, "usage_id": 120 }, "5302.U2.057": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-2207, Treppenhaus", "arch_name": "-2207@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -449641,18 +496348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47446, "usage_id": 223 }, "5302.U2.058": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "-1245, Pers.Aufzugsschacht", "arch_name": "-1245@5302", "area_id": 30, "building_id": 816, + "floor_level": "2.UG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -449660,18 +496369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47458, "usage_id": 195 }, "5302.Z1.217Z": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2.217A, B\u00fcro", "arch_name": "2.217A@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -449679,18 +496390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59714, "usage_id": 12 }, "5302.Z1.218Z": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2.218, Besprechungsraum", "arch_name": "2.218@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -449698,18 +496411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59715, "usage_id": 196 }, "5302.Z1.219Z": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2.219Z, Besprechungsraum", "arch_name": "2.219Z@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -449717,18 +496432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59716, "usage_id": 196 }, "5302.Z1.220": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2.220, Technik", "arch_name": "2.220@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.ZG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -449736,18 +496453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59717, "usage_id": 120 }, "5302.Z1.221Z": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2", "zip_code": 85748 }, + "alt_name": "2.221Z, Treppenhaus", "arch_name": "2.221Z@5302", "area_id": 30, "building_id": 816, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -449755,18 +496474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59718, "usage_id": 223 }, "5304.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.011, Treppenhaus T1", "arch_name": "1.011@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -449774,18 +496495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67404, "usage_id": 223 }, "5304.01.011A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.011A, Treppenlauf T1", "arch_name": "1.011A@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -449793,18 +496516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67405, "usage_id": 223 }, "5304.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.012, Flur", "arch_name": "1.012@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -449812,18 +496537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67406, "usage_id": 222 }, "5304.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.014, HLS./ELT.", "arch_name": "1.014@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -449831,18 +496558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67408, "usage_id": 160 }, "5304.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.015, Treppenhaus T1b", "arch_name": "1.015@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -449850,18 +496579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69568, "usage_id": 223 }, "5304.01.015A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.015A, Treppenlauf T1b", "arch_name": "1.015A@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -449869,18 +496600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69584, "usage_id": 223 }, "5304.01.015C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.015C, Treppenhaus T1c", "arch_name": "1.015C@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -449888,18 +496621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69569, "usage_id": 223 }, "5304.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.021, Treppenpodest T2a", "arch_name": "1.021@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -449907,18 +496642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67386, "usage_id": 223 }, "5304.01.021A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.021A, TreppenlaufT2a", "arch_name": "1.021A@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -449926,18 +496663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67387, "usage_id": 223 }, "5304.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.022, Treppenhaus T2B", "arch_name": "1.022@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -449945,18 +496684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67391, "usage_id": 223 }, "5304.01.022A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.022A, TreppenlaufT2B", "arch_name": "1.022A@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -449964,18 +496705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67390, "usage_id": 223 }, "5304.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.026, Flur", "arch_name": "1.026@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -449983,18 +496726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67381, "usage_id": 222 }, "5304.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.031, Treppe T3", "arch_name": "1.031@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -450002,18 +496747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67374, "usage_id": 223 }, "5304.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.041, Treppe T4", "arch_name": "1.041@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -450021,18 +496768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67373, "usage_id": 223 }, "5304.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.101, Speisesaal", "arch_name": "1.101@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -450040,18 +496789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67371, "usage_id": 147 }, "5304.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.102, Vor-/Verteilerbereich", "arch_name": "1.102@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -450059,18 +496810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67377, "usage_id": 28 }, "5304.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.103, Free Flow", "arch_name": "1.103@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450078,18 +496831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67378, "usage_id": 28 }, "5304.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.104, Produktionsk\u00fcche", "arch_name": "1.104@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450097,18 +496852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67380, "usage_id": 28 }, "5304.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.105, Geschirrr\u00fcckgabe", "arch_name": "1.105@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -450116,18 +496873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67379, "usage_id": 186 }, "5304.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.106, Fassadenbereich", "arch_name": "1.106@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450135,18 +496894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69562, "usage_id": 222 }, "5304.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.107, Geschirrr\u00fcckgabe", "arch_name": "1.107@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -450154,18 +496915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67389, "usage_id": 186 }, "5304.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.108, Flur Vorzone Treppe T3", "arch_name": "1.108@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -450173,18 +496936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67375, "usage_id": 222 }, "5304.01.109": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.109, Flur Vorzone Treppe T4", "arch_name": "1.109@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -450192,18 +496957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67372, "usage_id": 222 }, "5304.01.110": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.110, Geschirrr\u00fcckgabeniesche", "arch_name": "1.110@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -450211,18 +496978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67376, "usage_id": 186 }, "5304.01.111": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.111, Geschirrr\u00fcckgabeniesche", "arch_name": "1.111@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450230,18 +496999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69575, "usage_id": 186 }, "5304.01.112": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.112, Stufengang Foyer", "arch_name": "1.112@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450249,18 +497020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69585, "usage_id": 222 }, "5304.01.201": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.201, Geschirrsp\u00fcle", "arch_name": "1.201@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450268,18 +497041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67407, "usage_id": 28 }, "5304.01.201A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.201A, Geschirrspenderstellfl\u00e4che", "arch_name": "1.201A@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450287,18 +497062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67403, "usage_id": 186 }, "5304.01.202": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.202, Lager", "arch_name": "1.202@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450306,18 +497083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67409, "usage_id": 30 }, "5304.01.203": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.203, K\u00fcchenchef", "arch_name": "1.203@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450325,18 +497104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67410, "usage_id": 12 }, "5304.01.301": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.301, Geschirrsp\u00fcle", "arch_name": "1.301@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450344,18 +497125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67385, "usage_id": 28 }, "5304.01.301A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.301A, Geschirrspenderfl\u00e4che", "arch_name": "1.301A@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450363,18 +497146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67388, "usage_id": 186 }, "5304.01.302": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.302, Schwarzgeschirrsp\u00fcle", "arch_name": "1.302@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450382,18 +497167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67400, "usage_id": 28 }, "5304.01.303": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.303, Wagenwaschplatz", "arch_name": "1.303@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450401,18 +497188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67401, "usage_id": 209 }, "5304.01.304": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.304, Verbindungsflur", "arch_name": "1.304@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450420,18 +497209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67382, "usage_id": 222 }, "5304.01.305": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.305, K\u00fchlzellen", "arch_name": "1.305@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450439,18 +497230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67384, "usage_id": 199 }, "5304.01.306": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.306, Tageslager", "arch_name": "1.306@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450458,18 +497251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67383, "usage_id": 30 }, "5304.01.307": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.307, Putzraum", "arch_name": "1.307@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450477,18 +497272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67392, "usage_id": 205 }, "5304.01.308": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "1.308, ELT.", "arch_name": "1.308@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -450496,18 +497293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67393, "usage_id": 160 }, "5304.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.011, Treppenhaus T1C", "arch_name": "2.011@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450515,18 +497314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67460, "usage_id": 223 }, "5304.02.011A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.011A, Treppenlauf T1C", "arch_name": "2.011A@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450534,18 +497335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67461, "usage_id": 222 }, "5304.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.013, Aufzugsmaschinenraum", "arch_name": "2.013@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -450553,18 +497356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67464, "usage_id": 5 }, "5304.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.014, HLS/ELT.", "arch_name": "2.014@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -450572,18 +497377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67468, "usage_id": 160 }, "5304.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.022, Treppenhaus T2b", "arch_name": "2.022@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450591,18 +497398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67427, "usage_id": 223 }, "5304.02.022A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.022A, Treppenlauf T2b", "arch_name": "2.022A@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450610,18 +497419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67428, "usage_id": 222 }, "5304.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.023, Aufzugsmaschinenraum", "arch_name": "2.023@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -450629,18 +497440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67453, "usage_id": 5 }, "5304.02.024": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.024, Personenaufzug", "arch_name": "2.024@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450648,18 +497461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67454, "usage_id": 4 }, "5304.02.026": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.026, Flur", "arch_name": "2.026@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450667,18 +497482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67449, "usage_id": 222 }, "5304.02.028": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.028, Aufzugmaschienenraum", "arch_name": "2.028@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -450686,18 +497503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67452, "usage_id": 5 }, "5304.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.030, Schacht", "arch_name": "2.030@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -450705,18 +497524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69561, "usage_id": 120 }, "5304.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.101, Technik erh\u00f6hter Bereich", "arch_name": "2.101@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -450724,18 +497545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67472, "usage_id": 120 }, "5304.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.102, Technik niedriger Bereich", "arch_name": "2.102@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -450743,18 +497566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67471, "usage_id": 120 }, "5304.02.103": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.103, Technikbalkon", "arch_name": "2.103@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -450762,18 +497587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69577, "usage_id": 206 }, "5304.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.201, Flur", "arch_name": "2.201@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450781,18 +497608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67470, "usage_id": 222 }, "5304.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.202, EDV", "arch_name": "2.202@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450800,18 +497629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67458, "usage_id": 207 }, "5304.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.203, ELT.", "arch_name": "2.203@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -450819,18 +497650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67459, "usage_id": 160 }, "5304.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.204, Technik", "arch_name": "2.204@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -450838,18 +497671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67467, "usage_id": 120 }, "5304.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.205, Kleink\u00e4ltemaschinen", "arch_name": "2.205@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -450857,18 +497692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67466, "usage_id": 32 }, "5304.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.206, RWA", "arch_name": "2.206@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -450876,18 +497713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67469, "usage_id": 120 }, "5304.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.207, Flur", "arch_name": "2.207@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450895,18 +497734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69576, "usage_id": 222 }, "5304.02.300": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.300, ZBV", "arch_name": "2.300@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450914,18 +497755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69586, "usage_id": 30 }, "5304.02.301": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.301, Flur", "arch_name": "2.301@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450933,18 +497776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67426, "usage_id": 222 }, "5304.02.302": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.302, ELT.", "arch_name": "2.302@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -450952,18 +497797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67429, "usage_id": 160 }, "5304.02.303": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.303, EDV", "arch_name": "2.303@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450971,18 +497818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67425, "usage_id": 207 }, "5304.02.304": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.304, Stuhllager", "arch_name": "2.304@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -450990,18 +497839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67440, "usage_id": 30 }, "5304.02.305": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.305, Ger\u00e4te- u. Geschirrlager", "arch_name": "2.305@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451009,18 +497860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67441, "usage_id": 30 }, "5304.02.306": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.306, ELT.", "arch_name": "2.306@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -451028,18 +497881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67438, "usage_id": 160 }, "5304.02.307": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.307, ELT.", "arch_name": "2.307@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -451047,18 +497902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67439, "usage_id": 160 }, "5304.02.308": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.308, Flur", "arch_name": "2.308@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451066,18 +497923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67446, "usage_id": 222 }, "5304.02.309": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.309, WC-Herren", "arch_name": "2.309@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451085,18 +497944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67450, "usage_id": 115 }, "5304.02.310": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.310, WC-Damen", "arch_name": "2.310@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451104,18 +497965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67451, "usage_id": 116 }, "5304.02.311": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.311, ZBV", "arch_name": "2.311@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451123,18 +497986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67445, "usage_id": 30 }, "5304.02.312": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.312, Verbingungsflur, hoher Bereich", "arch_name": "2.312@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451142,18 +498007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67448, "usage_id": 222 }, "5304.02.313": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.313, Verbingungsflur, niedriger Bereich", "arch_name": "2.313@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451161,18 +498028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67447, "usage_id": 222 }, "5304.02.314": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "2.314, Technik", "arch_name": "2.314@5304", "area_id": 30, "building_id": 2009, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -451180,18 +498049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67444, "usage_id": 120 }, "5304.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.011, Treppenhaus T1", "arch_name": "0.011@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451199,18 +498070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67089, "usage_id": 223 }, "5304.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.013, Aufzug", "arch_name": "0.013@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451218,18 +498091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67094, "usage_id": 4 }, "5304.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.014, Putzraum Cafeteria", "arch_name": "0.014@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451237,18 +498112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67092, "usage_id": 205 }, "5304.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.015, Treppenhaus T1b", "arch_name": "0.015@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451256,18 +498133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69563, "usage_id": 223 }, "5304.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.016, Technikraum Cafeteria", "arch_name": "0.016@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -451275,18 +498154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69588, "usage_id": 120 }, "5304.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.021, Treppenhaus T2a", "arch_name": "0.021@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451294,18 +498175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67060, "usage_id": 223 }, "5304.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.022, TreppenlaufT2b", "arch_name": "0.022@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451313,18 +498196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67062, "usage_id": 223 }, "5304.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.023, Aufzug", "arch_name": "0.023@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451332,18 +498217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67066, "usage_id": 4 }, "5304.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.024, Aufzug", "arch_name": "0.024@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451351,18 +498238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67067, "usage_id": 4 }, "5304.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.025, Lager", "arch_name": "0.025@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451370,18 +498259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67061, "usage_id": 30 }, "5304.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.026, Flur", "arch_name": "0.026@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451389,18 +498280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67065, "usage_id": 222 }, "5304.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.027, Flur", "arch_name": "0.027@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451408,18 +498301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67063, "usage_id": 222 }, "5304.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.031, Treppe", "arch_name": "0.031@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451427,18 +498322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67357, "usage_id": 223 }, "5304.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.032, Treppenraum T3", "arch_name": "0.032@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451446,18 +498343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67356, "usage_id": 223 }, "5304.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.041, Treppe", "arch_name": "0.041@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451465,18 +498364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67320, "usage_id": 223 }, "5304.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.042, Treppenraum", "arch_name": "0.042@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451484,18 +498385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67321, "usage_id": 223 }, "5304.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.101, Foyer", "arch_name": "0.101@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451503,18 +498406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67056, "usage_id": 15 }, "5304.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.102, Infopoint", "arch_name": "0.102@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451522,18 +498427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67057, "usage_id": 164 }, "5304.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.103, Tressorraum", "arch_name": "0.103@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -451541,18 +498448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67058, "usage_id": 200 }, "5304.EG.104": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.104, Informationsbereich", "arch_name": "0.104@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451560,18 +498469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67059, "usage_id": 164 }, "5304.EG.105": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.105, Lager", "arch_name": "0.105@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451579,18 +498490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69592, "usage_id": 30 }, "5304.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.201, Cafeteria", "arch_name": "0.201@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451598,18 +498511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67183, "usage_id": 139 }, "5304.EG.202": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.202, Ausgabebereich Cafeteria", "arch_name": "0.202@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451617,18 +498532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67185, "usage_id": 28 }, "5304.EG.203": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.203, Verteilerbereich Cafeteria", "arch_name": "0.203@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451636,18 +498553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67184, "usage_id": 28 }, "5304.EG.204": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.204, Flur Cafeteria", "arch_name": "0.204@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451655,18 +498574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67363, "usage_id": 222 }, "5304.EG.205": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.205, WC-Vorraum Damen / Cafeteria", "arch_name": "0.205@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451674,18 +498595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67361, "usage_id": 118 }, "5304.EG.206": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.206, WC-Damen / Cafeteria", "arch_name": "0.206@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451693,18 +498616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67360, "usage_id": 116 }, "5304.EG.207": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.207, Beh.-WC / Cafeteria", "arch_name": "0.207@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451712,18 +498637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67362, "usage_id": 117 }, "5304.EG.208": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.208, WC-Vorraum Herren / Cafeteria", "arch_name": "0.208@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451731,18 +498658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67359, "usage_id": 118 }, "5304.EG.209": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.209, WC-Herren / Cafeteria", "arch_name": "0.209@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451750,18 +498679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67358, "usage_id": 115 }, "5304.EG.210": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.210, Geschirrsp\u00fcle Cafeteria", "arch_name": "0.210@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451769,18 +498700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67186, "usage_id": 28 }, "5304.EG.211": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.211, K\u00fcche Cafeteria", "arch_name": "0.211@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451788,18 +498721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67187, "usage_id": 28 }, "5304.EG.212": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.212, Lager Cafeteria", "arch_name": "0.212@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451807,18 +498742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67096, "usage_id": 30 }, "5304.EG.213": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.213, Flur Cafeteria", "arch_name": "0.213@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451826,18 +498763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67091, "usage_id": 222 }, "5304.EG.214": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.214, Sozialraum Cafeteria", "arch_name": "0.214@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451845,18 +498784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67098, "usage_id": 44 }, "5304.EG.215": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.215, Tiefk\u00fchlraum Cafeteria", "arch_name": "0.215@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451864,18 +498805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67102, "usage_id": 199 }, "5304.EG.216": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.216, K\u00fchlraum Cafeteria", "arch_name": "0.216@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -451883,18 +498826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67101, "usage_id": 199 }, "5304.EG.217": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.217, Flur Cafeteria", "arch_name": "0.217@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451902,18 +498847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67099, "usage_id": 222 }, "5304.EG.218": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.218, WC-Personal / Cafeteria", "arch_name": "0.218@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451921,18 +498868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67103, "usage_id": 114 }, "5304.EG.219": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.219, WC-Personal / Cafeteria", "arch_name": "0.219@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451940,18 +498889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67249, "usage_id": 114 }, "5304.EG.220": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.220, ELT.", "arch_name": "0.220@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -451959,18 +498910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67154, "usage_id": 160 }, "5304.EG.221": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.221, Flur Cafeteria", "arch_name": "0.221@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451978,18 +498931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67153, "usage_id": 222 }, "5304.EG.223": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.223, ZBV Cafeteria", "arch_name": "0.223@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -451997,18 +498952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69589, "usage_id": 30 }, "5304.EG.301": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.301, Personalaufenthaltsraum", "arch_name": "0.301@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452016,18 +498973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67270, "usage_id": 44 }, "5304.EG.302": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.302, Sanit\u00e4tsraum", "arch_name": "0.302@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452035,18 +498994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67272, "usage_id": 178 }, "5304.EG.303": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.303, Wasch.- Trockenraum", "arch_name": "0.303@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452054,18 +499015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67273, "usage_id": 210 }, "5304.EG.304": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.304, Lager", "arch_name": "0.304@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452073,18 +499036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67269, "usage_id": 30 }, "5304.EG.305": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.305, ELT.", "arch_name": "0.305@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -452092,18 +499057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67274, "usage_id": 160 }, "5304.EG.306": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.306, Lager", "arch_name": "0.306@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452111,18 +499078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67275, "usage_id": 30 }, "5304.EG.307": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.307, Sp\u00fclmaschine", "arch_name": "0.307@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452130,18 +499099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67268, "usage_id": 28 }, "5304.EG.308": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.308, Konservenlager", "arch_name": "0.308@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452149,18 +499120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67265, "usage_id": 30 }, "5304.EG.309": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.309, Trockenwarenlager", "arch_name": "0.309@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452168,18 +499141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67264, "usage_id": 30 }, "5304.EG.310": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.310, K\u00fchlzellen", "arch_name": "0.310@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -452187,18 +499162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67263, "usage_id": 199 }, "5304.EG.311": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.311, Flur", "arch_name": "0.311@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452206,18 +499183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67261, "usage_id": 222 }, "5304.EG.312": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.312, Lager", "arch_name": "0.312@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452225,18 +499204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67259, "usage_id": 30 }, "5304.EG.313": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.313, B\u00fco", "arch_name": "0.313@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452244,18 +499225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67258, "usage_id": 12 }, "5304.EG.314": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.314, Flur", "arch_name": "0.314@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452263,18 +499246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67271, "usage_id": 222 }, "5304.EG.315": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.315, Flur", "arch_name": "0.315@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452282,18 +499267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67266, "usage_id": 222 }, "5304.EG.316": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.316, Flur", "arch_name": "0.316@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452301,18 +499288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67262, "usage_id": 222 }, "5304.EG.317": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.317, W\u00e4schelager Herren", "arch_name": "0.317@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452320,18 +499309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67158, "usage_id": 30 }, "5304.EG.318": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.318, Umkleiden-Herren", "arch_name": "0.318@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452339,18 +499330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67159, "usage_id": 121 }, "5304.EG.319": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.319, Waschraum Herren", "arch_name": "0.319@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452358,18 +499351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67077, "usage_id": 210 }, "5304.EG.320": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.320, WC-Vorraum Herren", "arch_name": "0.320@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452377,18 +499372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67076, "usage_id": 118 }, "5304.EG.321": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.321, WC-Herren", "arch_name": "0.321@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452396,18 +499393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67157, "usage_id": 115 }, "5304.EG.322": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.322, W\u00e4schelager Damen", "arch_name": "0.322@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452415,18 +499414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67075, "usage_id": 30 }, "5304.EG.323": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.323, Umkleiden-Damen", "arch_name": "0.323@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452434,18 +499435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67074, "usage_id": 121 }, "5304.EG.324": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.324, Waschraum Damen", "arch_name": "0.324@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452453,18 +499456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67071, "usage_id": 210 }, "5304.EG.325": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.325, WC-Vorraum Damen", "arch_name": "0.325@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452472,18 +499477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67073, "usage_id": 118 }, "5304.EG.326": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.326, WC-Damen", "arch_name": "0.326@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452491,18 +499498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67072, "usage_id": 116 }, "5304.EG.327": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.327, K\u00fchlzellen", "arch_name": "0.327@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -452510,18 +499519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67068, "usage_id": 199 }, "5304.EG.328": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.328, Verbindungsflur", "arch_name": "0.328@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452529,18 +499540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67069, "usage_id": 222 }, "5304.EG.329": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.329, Kommissionierung f. ext. vers.", "arch_name": "0.329@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452548,18 +499561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67070, "usage_id": 12 }, "5304.EG.330": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.330, Putzraum", "arch_name": "0.330@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452567,18 +499582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67161, "usage_id": 205 }, "5304.EG.331": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.331, ELT.", "arch_name": "0.331@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -452586,18 +499603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67160, "usage_id": 160 }, "5304.EG.332": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.332, Warenannahme", "arch_name": "0.332@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452605,18 +499624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67254, "usage_id": 186 }, "5304.EG.401": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.401, Flur", "arch_name": "0.401@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -452624,18 +499645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67156, "usage_id": 222 }, "5304.EG.402": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.402, Serviceraum", "arch_name": "0.402@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -452643,18 +499666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67253, "usage_id": 186 }, "5304.EG.403": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.403, Beh.-WC", "arch_name": "0.403@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452662,18 +499687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67241, "usage_id": 117 }, "5304.EG.405": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.405, WC-Vorraum Damen", "arch_name": "0.405@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452681,18 +499708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67240, "usage_id": 118 }, "5304.EG.406": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.406, WC-Damen", "arch_name": "0.406@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452700,18 +499729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67242, "usage_id": 116 }, "5304.EG.407": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.407, WC-Vorraum Herren", "arch_name": "0.407@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452719,18 +499750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67311, "usage_id": 118 }, "5304.EG.408": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.408, Putzraum", "arch_name": "0.408@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452738,18 +499771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67313, "usage_id": 205 }, "5304.EG.409": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.409, WC-Herren", "arch_name": "0.409@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452757,18 +499792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67245, "usage_id": 115 }, "5304.EG.410": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.410, WC-Herren", "arch_name": "0.410@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452776,18 +499813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67243, "usage_id": 115 }, "5304.EG.411": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.411, Zentrale Heizung", "arch_name": "0.411@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -452795,18 +499834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67314, "usage_id": 160 }, "5304.EG.412": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.412, TW-\u00dcbergabe Wasserv.", "arch_name": "0.412@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -452814,18 +499855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67308, "usage_id": 183 }, "5304.EG.413": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.413, ELT.", "arch_name": "0.413@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -452833,18 +499876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67309, "usage_id": 160 }, "5304.EG.414": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.414, ELT. f. EDV", "arch_name": "0.414@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -452852,18 +499897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67310, "usage_id": 160 }, "5304.EG.415": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.415, Flur", "arch_name": "0.415@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -452871,18 +499918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67307, "usage_id": 222 }, "5304.EG.416": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.416, BOS", "arch_name": "0.416@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -452890,18 +499939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67251, "usage_id": 120 }, "5304.EG.417": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.417, BMZ", "arch_name": "0.417@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -452909,18 +499960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67250, "usage_id": 120 }, "5304.EG.418": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.418, SiBel", "arch_name": "0.418@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -452928,18 +499981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67252, "usage_id": 120 }, "5304.EG.419": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.419, NSHV", "arch_name": "0.419@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -452947,18 +500002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67244, "usage_id": 160 }, "5304.EG.420": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.420, Verteilerraum", "arch_name": "0.420@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -452966,18 +500023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67301, "usage_id": 160 }, "5304.EG.421": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.421, Trafo 3", "arch_name": "0.421@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -452985,18 +500044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67299, "usage_id": 160 }, "5304.EG.422": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.422, Trafo 2", "arch_name": "0.422@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -453004,18 +500065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67300, "usage_id": 160 }, "5304.EG.423": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.423, Trafo 1", "arch_name": "0.423@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -453023,18 +500086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67302, "usage_id": 160 }, "5304.EG.424": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.424, Mittelspannung", "arch_name": "0.424@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -453042,18 +500107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67303, "usage_id": 160 }, "5304.EG.425": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.425, Hausanschluss", "arch_name": "0.425@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -453061,18 +500128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67305, "usage_id": 120 }, "5304.EG.426": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.426, SAA HV", "arch_name": "0.426@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -453080,18 +500149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67304, "usage_id": 160 }, "5304.EG.427": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.427, GLT", "arch_name": "0.427@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -453099,18 +500170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67306, "usage_id": 160 }, "5304.EG.428": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.428, Flur", "arch_name": "0.428@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453118,18 +500191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67248, "usage_id": 222 }, "5304.EG.429": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.429, Lager", "arch_name": "0.429@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453137,18 +500212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67246, "usage_id": 30 }, "5304.EG.431": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.431, RLT-Zentrale", "arch_name": "0.431@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -453156,18 +500233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69581, "usage_id": 120 }, "5304.EG.432": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.432, Flur", "arch_name": "0.432@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453175,18 +500254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69591, "usage_id": 222 }, "5304.EG.501": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.501, Flur", "arch_name": "0.501@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453194,18 +500275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67355, "usage_id": 222 }, "5304.EG.502": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.502, UV ELT.", "arch_name": "0.502@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -453213,18 +500296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67353, "usage_id": 160 }, "5304.EG.503": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.503, UV EDV", "arch_name": "0.503@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453232,18 +500317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67354, "usage_id": 207 }, "5304.EG.600": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.600, Thekenbereich CampusC.", "arch_name": "0.600@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -453251,18 +500338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69579, "usage_id": 186 }, "5304.EG.601": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.601, Gastraum Campus Cneipe", "arch_name": "0.601@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -453270,18 +500359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67276, "usage_id": 44 }, "5304.EG.602": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.602, Flur", "arch_name": "0.602@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453289,18 +500380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67351, "usage_id": 222 }, "5304.EG.603": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.603, Flur CampusC.", "arch_name": "0.603@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453308,18 +500401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67352, "usage_id": 222 }, "5304.EG.604": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.604, K\u00fcche CampusC.", "arch_name": "0.604@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453327,18 +500422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67349, "usage_id": 28 }, "5304.EG.605": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.605, Lager CampusC.", "arch_name": "0.605@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453346,18 +500443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67350, "usage_id": 30 }, "5304.EG.606": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.606, Flur CampusC.", "arch_name": "0.606@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453365,18 +500464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67348, "usage_id": 222 }, "5304.EG.607": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.607, Lager CampusC.", "arch_name": "0.607@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453384,18 +500485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67322, "usage_id": 30 }, "5304.EG.608": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.608, WC-Vorraum Herren / CampusC.", "arch_name": "0.608@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453403,18 +500506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67315, "usage_id": 118 }, "5304.EG.609": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.609, WC-Herren / CampusC.", "arch_name": "0.609@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453422,18 +500527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67316, "usage_id": 115 }, "5304.EG.610": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.610, Putzraum CampusC.", "arch_name": "0.610@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453441,18 +500548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67364, "usage_id": 205 }, "5304.EG.611": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.611, WC-Vorraum Damen / CampusC.", "arch_name": "0.611@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453460,18 +500569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67312, "usage_id": 118 }, "5304.EG.612": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.612, WC-Damen / CampusC.", "arch_name": "0.612@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453479,18 +500590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67317, "usage_id": 116 }, "5304.EG.613": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.613, WC-Personal / CampusC.", "arch_name": "0.613@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453498,18 +500611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67347, "usage_id": 114 }, "5304.EG.614": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.614, Umkleide Personal CampusC.", "arch_name": "0.614@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -453517,18 +500632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67318, "usage_id": 121 }, "5304.EG.615": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.615, Flur", "arch_name": "0.615@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453536,18 +500653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67319, "usage_id": 222 }, "5304.EG.701": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.701, Aussenbereich Campus Cneipe", "arch_name": "0.701@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -453555,18 +500674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69593, "usage_id": 218 }, "5304.EG.702": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.702, Hof", "arch_name": "0.702@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -453574,19 +500695,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69580, "usage_id": 218 }, "5304.EG.703": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.703, Aussenbereich Foyer", "arch_name": "0.703@5304", "area_id": 30, "building_id": 2009, "calendar_resource_nr": 33852, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -453594,18 +500717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69595, "usage_id": 218 }, "5304.EG.704": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.704, Aussenbereich Cafeteria", "arch_name": "0.704@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -453613,18 +500738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69564, "usage_id": 218 }, "5304.EG.705": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.705, Aussenbereich", "arch_name": "0.705@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -453632,18 +500759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69590, "usage_id": 219 }, "5304.EG.706": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "0.706, Eingangsbereich/Aussen", "arch_name": "0.706@5304", "area_id": 30, "building_id": 2009, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -453651,18 +500780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69565, "usage_id": 219 }, "5304.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.022, Treppenhaus T2b", "arch_name": "U.022@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453670,18 +500801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67419, "usage_id": 223 }, "5304.U1.022A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.022A, Treppenlauf T2b", "arch_name": "U.022A@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453689,18 +500822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67420, "usage_id": 223 }, "5304.U1.022B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.022B, Treppenpodest", "arch_name": "U.022B@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453708,18 +500843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67421, "usage_id": 223 }, "5304.U1.023": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.23, Aufzugsunterfahrt", "arch_name": "U.23@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -453727,18 +500864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69582, "usage_id": 5 }, "5304.U1.024": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.24, Aufzugsunterfahrt", "arch_name": "U.24@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -453746,18 +500885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69583, "usage_id": 5 }, "5304.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.101, Flur", "arch_name": "U.101@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -453765,18 +500906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67416, "usage_id": 222 }, "5304.U1.102": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.102, Sprinklerzentrale", "arch_name": "U.102@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -453784,18 +500927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67418, "usage_id": 120 }, "5304.U1.103": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.103, Sprinklertank", "arch_name": "U.103@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -453803,18 +500948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67415, "usage_id": 183 }, "5304.U1.104": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.104, Na\u00dfm\u00fcll u. Fettabscheider", "arch_name": "U.104@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -453822,18 +500969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67417, "usage_id": 120 }, "5304.U1.105": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.105, ELT./HLS", "arch_name": "U.105@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -453841,18 +500990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67414, "usage_id": 160 }, "5304.U1.106": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.106, Kriechgang", "arch_name": "U.106@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -453860,18 +501011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67412, "usage_id": 120 }, "5304.U1.107": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.107, Aufstieg", "arch_name": "U.107@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -453879,18 +501032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67411, "usage_id": 222 }, "5304.U1.201": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.201, Einbring\u00f6ffnung", "arch_name": "U.201@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -453898,18 +501053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69567, "usage_id": 195 }, "5304.U1.202": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 19", "zip_code": 85748 }, + "alt_name": "U.202, Einbring\u00f6ffnung", "arch_name": "U.202@5304", "area_id": 30, "building_id": 2009, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 39687, "seats": { @@ -453917,2374 +501074,2624 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69566, "usage_id": 195 }, "5305.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.002, Technik Portaldrucker", "arch_name": "01.5305.002@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75641, "usage_id": 103 }, "5305.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.003, Pr\u00e4sentation", "arch_name": "01.5305.003@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75628, "usage_id": 41 }, "5305.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.006, Treppenhaus S\u00fcd", "arch_name": "01.5305.006@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75633, "usage_id": 223 }, "5305.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.007, WC-Damen", "arch_name": "01.5305.007@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75629, "usage_id": 116 }, "5305.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.008, Putzraum", "arch_name": "01.5305.008@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75664, "usage_id": 205 }, "5305.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.009, WC-Herren", "arch_name": "01.5305.009@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75630, "usage_id": 115 }, "5305.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.011, Dusche", "arch_name": "01.5305.011@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75631, "usage_id": 113 }, "5305.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.013, Flur Treppenhaus", "arch_name": "01.5305.013@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75632, "usage_id": 222 }, "5305.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.014, Umweltanalytik", "arch_name": "01.5305.014@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75671, "usage_id": 102 }, "5305.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.015, Umkleide", "arch_name": "01.5305.015@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75642, "usage_id": 121 }, "5305.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.016, Probenvorbereitung", "arch_name": "01.5305.016@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75667, "usage_id": 102 }, "5305.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.017, Aufenthaltsraum", "arch_name": "01.5305.017@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75663, "usage_id": 44 }, "5305.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.019, Server", "arch_name": "01.5305.019@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75665, "usage_id": 207 }, "5305.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.020, Auswertung", "arch_name": "01.5305.020@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75669, "usage_id": 12 }, "5305.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.021, Drucker", "arch_name": "01.5305.021@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75666, "usage_id": 110 }, "5305.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.022, Flur Mitte", "arch_name": "01.5305.022@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75668, "usage_id": 222 }, "5305.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.024, Analytik Fest/Fl\u00fcssig", "arch_name": "01.5305.024@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75679, "usage_id": 102 }, "5305.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.025, R\u00fcckstellproben", "arch_name": "01.5305.025@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75677, "usage_id": 30 }, "5305.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.027, B\u00fcro", "arch_name": "01.5305.027@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75678, "usage_id": 12 }, "5305.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.028, Spektroskopie", "arch_name": "01.5305.028@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75673, "usage_id": 194 }, "5305.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.029, B\u00fcro", "arch_name": "01.5305.029@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75644, "usage_id": 12 }, "5305.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.031, B\u00fcro", "arch_name": "01.5305.031@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75680, "usage_id": 12 }, "5305.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.032, Flur Nord", "arch_name": "01.5305.032@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75643, "usage_id": 222 }, "5305.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.035, Magazin", "arch_name": "01.5305.035@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75672, "usage_id": 2 }, "5305.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.037, Ruheraum", "arch_name": "01.5305.037@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75646, "usage_id": 44 }, "5305.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.038, Treppenhaus Nord", "arch_name": "01.5305.038@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75645, "usage_id": 223 }, "5305.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.040, Messraum", "arch_name": "01.5305.040@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75681, "usage_id": 103 }, "5305.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "01.5305.013, Flur Treppenhaus", "arch_name": "01.5305.013@5305", "area_id": 30, "building_id": 3209, + "floor_level": "1.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75682, "usage_id": 222 }, "5305.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.001, Chemisches Syntheselabor 1", "arch_name": "02.5305.001@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75647, "usage_id": 102 }, "5305.02.002": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.002, Chemisches Syntheselabor 2", "arch_name": "02.5305.002@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75648, "usage_id": 102 }, "5305.02.003": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.003, Flur S\u00fcd", "arch_name": "02.5305.003@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75634, "usage_id": 222 }, "5305.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.004, Chemisches Syntheselabor 3", "arch_name": "02.5305.004@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75683, "usage_id": 102 }, "5305.02.005": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.005, Besprechung", "arch_name": "02.5305.005@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75649, "usage_id": 196 }, "5305.02.006": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.006, Treppenhaus S\u00fcd", "arch_name": "02.5305.006@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75688, "usage_id": 223 }, "5305.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.007, WC-Damen", "arch_name": "02.5305.007@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75684, "usage_id": 116 }, "5305.02.008": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.008, WC-Barrierefrei", "arch_name": "02.5305.008@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75635, "usage_id": 117 }, "5305.02.009": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.009, WC-Herren", "arch_name": "02.5305.009@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75685, "usage_id": 115 }, "5305.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.011, Dusche", "arch_name": "02.5305.011@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75686, "usage_id": 113 }, "5305.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.013, Flur Treppenhaus", "arch_name": "02.5305.013@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75687, "usage_id": 222 }, "5305.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.014, Labor R\u00f6ntgen", "arch_name": "02.5305.014@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75690, "usage_id": 103 }, "5305.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.015, Umkleide", "arch_name": "02.5305.015@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75689, "usage_id": 121 }, "5305.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.016, Kaliometrie Labor", "arch_name": "02.5305.016@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75639, "usage_id": 102 }, "5305.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.017, Aufenthalt", "arch_name": "02.5305.017@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75640, "usage_id": 196 }, "5305.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.018, \u00d6fen / M\u00fchlen", "arch_name": "02.5305.018@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75636, "usage_id": 102 }, "5305.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.019, Drucker", "arch_name": "02.5305.019@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75650, "usage_id": 110 }, "5305.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.020, Analytik Labor", "arch_name": "02.5305.020@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75637, "usage_id": 102 }, "5305.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.021, B\u00fcro", "arch_name": "02.5305.021@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75651, "usage_id": 12 }, "5305.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.022, Flur Mitte", "arch_name": "02.5305.022@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75652, "usage_id": 222 }, "5305.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.023, B\u00fcro", "arch_name": "02.5305.023@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75638, "usage_id": 12 }, "5305.02.024": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.024, Materialpr\u00fcfung 1", "arch_name": "02.5305.024@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75728, "usage_id": 103 }, "5305.02.026": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.026, Materialpr\u00fcfung 2", "arch_name": "02.5305.026@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75704, "usage_id": 103 }, "5305.02.027": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.027, B\u00fcro", "arch_name": "02.5305.027@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75736, "usage_id": 12 }, "5305.02.028": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.028, M\u00f6rtellabor", "arch_name": "02.5305.028@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75691, "usage_id": 102 }, "5305.02.029": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.029, B\u00fcro", "arch_name": "02.5305.029@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75737, "usage_id": 12 }, "5305.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.032, Flur Nord", "arch_name": "02.5305.032@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75705, "usage_id": 222 }, "5305.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.035, Klimakammer", "arch_name": "02.5305.035@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75706, "usage_id": 30 }, "5305.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.038, Treppenhaus Nord", "arch_name": "02.5305.038@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75730, "usage_id": 223 }, "5305.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.040, Pr\u00fcfraum", "arch_name": "02.5305.040@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75692, "usage_id": 103 }, "5305.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "02.5305.042, Flur Treppenhaus", "arch_name": "02.5305.042@5305", "area_id": 30, "building_id": 3209, + "floor_level": "2.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75729, "usage_id": 222 }, "5305.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.001, Seminarraum", "arch_name": "03.5305.001@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75693, "usage_id": 41 }, "5305.03.002": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.002, Schulungsraum", "arch_name": "03.5305.002@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75707, "usage_id": 130 }, "5305.03.003": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.003, Flur S\u00fcd", "arch_name": "03.5305.003@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75732, "usage_id": 222 }, "5305.03.004": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.004, Videolabor", "arch_name": "03.5305.004@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75731, "usage_id": 104 }, "5305.03.005": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.005, Aufenthalt", "arch_name": "03.5305.005@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75694, "usage_id": 44 }, "5305.03.006": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.006, Treppenhaus S\u00fcd", "arch_name": "03.5305.006@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75709, "usage_id": 223 }, "5305.03.007": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.007, WC-Damen", "arch_name": "03.5305.007@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75695, "usage_id": 116 }, "5305.03.008": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.008, Treppe Dach", "arch_name": "03.5305.008@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75708, "usage_id": 223 }, "5305.03.009": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.009, WC-Herren", "arch_name": "03.5305.009@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75696, "usage_id": 115 }, "5305.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.011, Dusche", "arch_name": "03.5305.011@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75710, "usage_id": 113 }, "5305.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.013, Flur Treppenhaus", "arch_name": "03.5305.013@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75733, "usage_id": 222 }, "5305.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.014, Molekularbiologie", "arch_name": "03.5305.014@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75734, "usage_id": 102 }, "5305.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.015, Umkleide", "arch_name": "03.5305.015@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75711, "usage_id": 121 }, "5305.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.016, EDU-Labor 2, Biologie", "arch_name": "03.5305.016@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75697, "usage_id": 102 }, "5305.03.017": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.017, Drucker", "arch_name": "03.5305.017@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75712, "usage_id": 110 }, "5305.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.019, Serverraum", "arch_name": "03.5305.019@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75698, "usage_id": 207 }, "5305.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.021, B\u00fcro", "arch_name": "03.5305.021@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75713, "usage_id": 12 }, "5305.03.022": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.022, Flur Mitte", "arch_name": "03.5305.022@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75735, "usage_id": 222 }, "5305.03.023": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.023, B\u00fcro", "arch_name": "03.5305.023@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75714, "usage_id": 12 }, "5305.03.025": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.025, B\u00fcro", "arch_name": "03.5305.025@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75715, "usage_id": 12 }, "5305.03.026": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.026, Vorbereitung", "arch_name": "03.5305.026@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75717, "usage_id": 136 }, "5305.03.027": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.027, B\u00fcro", "arch_name": "03.5305.027@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75716, "usage_id": 12 }, "5305.03.028": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.028, EDU-Labor 1, Chemie", "arch_name": "03.5305.028@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75718, "usage_id": 102 }, "5305.03.029": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.029, B\u00fcro", "arch_name": "03.5305.029@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75699, "usage_id": 12 }, "5305.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.031, B\u00fcro", "arch_name": "03.5305.031@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75700, "usage_id": 12 }, "5305.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.032, Flur Nord", "arch_name": "03.5305.032@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75719, "usage_id": 222 }, "5305.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.033, Sekretariat", "arch_name": "03.5305.033@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75701, "usage_id": 12 }, "5305.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.035, Magazin", "arch_name": "03.5305.035@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75720, "usage_id": 2 }, "5305.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.037, Automation", "arch_name": "03.5305.037@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75702, "usage_id": 207 }, "5305.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.038, Treppenhaus Nord", "arch_name": "03.5305.038@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75721, "usage_id": 223 }, "5305.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.040, Messraum", "arch_name": "03.5305.040@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75703, "usage_id": 103 }, "5305.03.042": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "03.5305.042, Flur Treppenhaus", "arch_name": "03.5305.042@5305", "area_id": 30, "building_id": 3209, + "floor_level": "3.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75722, "usage_id": 222 }, "5305.DG.008": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "04.5305.008, Treppe Dach", "arch_name": "04.5305.008@5305", "area_id": 30, "building_id": 3209, + "floor_level": "DG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75727, "usage_id": 223 }, "5305.DG.009": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "04.5305.009, Lager", "arch_name": "04.5305.009@5305", "area_id": 30, "building_id": 3209, + "floor_level": "DG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75723, "usage_id": 30 }, "5305.DG.013": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "04.5305.013, Flur Treppenhaus", "arch_name": "04.5305.013@5305", "area_id": 30, "building_id": 3209, + "floor_level": "DG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75724, "usage_id": 222 }, "5305.DG.020": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "04.5305.020, Hochbeete", "arch_name": "04.5305.020@5305", "area_id": 30, "building_id": 3209, + "floor_level": "DG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75725, "usage_id": 218 }, "5305.DG.030": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "04.5305.030, Photovotaikanlage", "arch_name": "04.5305.030@5305", "area_id": 30, "building_id": 3209, + "floor_level": "DG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75726, "usage_id": 217 }, "5305.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.001, Steuerung", "arch_name": "00.5305.001@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75619, "usage_id": 120 }, "5305.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.002, Portaldrucker", "arch_name": "00.5305.002@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75613, "usage_id": 49 }, "5305.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.003, Foyer", "arch_name": "00.5305.003@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75620, "usage_id": 15 }, "5305.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.004, Werkstatt", "arch_name": "00.5305.004@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75614, "usage_id": 51 }, "5305.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.006, Treppenhaus S\u00fcd", "arch_name": "00.5305.006@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75604, "usage_id": 223 }, "5305.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.007, Putzmittel Zentral", "arch_name": "00.5305.007@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75598, "usage_id": 205 }, "5305.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.008, Aufzug Maschinenraum", "arch_name": "00.5305.008@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75616, "usage_id": 5 }, "5305.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.009, Umkleide PD", "arch_name": "00.5305.009@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75599, "usage_id": 121 }, "5305.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.011, WC", "arch_name": "00.5305.011@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75600, "usage_id": 114 }, "5305.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.013, Flur/Treppenhaus", "arch_name": "00.5305.013@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75615, "usage_id": 222 }, "5305.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.014, L\u00fcftungsanlage 1", "arch_name": "00.5305.014@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75603, "usage_id": 32 }, "5305.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.015, Ofen/Abzug", "arch_name": "00.5305.015@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75601, "usage_id": 32 }, "5305.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.017, SEM", "arch_name": "00.5305.017@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "PVC", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75602, "usage_id": 12 }, "5305.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.019, Lager", "arch_name": "00.5305.019@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75653, "usage_id": 30 }, "5305.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.020, Flur Zugang", "arch_name": "00.5305.020@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75674, "usage_id": 222 }, "5305.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.021, Wasseraufbereitung", "arch_name": "00.5305.021@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75654, "usage_id": 182 }, "5305.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.022, Flur Mitte", "arch_name": "00.5305.022@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75655, "usage_id": 222 }, "5305.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.023, Heizung", "arch_name": "00.5305.023@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75656, "usage_id": 54 }, "5305.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.024, Lager", "arch_name": "00.5305.024@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75658, "usage_id": 30 }, "5305.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.025, K\u00e4lteversorgung", "arch_name": "00.5305.025@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75657, "usage_id": 32 }, "5305.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.027, Druckluft", "arch_name": "00.5305.027@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75661, "usage_id": 120 }, "5305.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.030, L\u00fcftungsanlage 2", "arch_name": "00.5305.030@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75660, "usage_id": 32 }, "5305.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.031, BMA / BOS", "arch_name": "00.5305.031@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75626, "usage_id": 202 }, "5305.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.032, Flur Nord", "arch_name": "00.5305.032@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75659, "usage_id": 222 }, "5305.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.038, Treppenhaus Nord", "arch_name": "00.5305.038@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75676, "usage_id": 223 }, "5305.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.040, W\u00e4schelager", "arch_name": "00.5305.040@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75662, "usage_id": 30 }, "5305.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.042, Flur/Treppenhaus", "arch_name": "00.5305.042@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75675, "usage_id": 222 }, "5305.EG.064": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2c", "zip_code": 85748 }, + "alt_name": "00.5305.N064, Restm\u00fcll", "arch_name": "00.5305.N064@5305", "area_id": 30, "building_id": 3209, + "floor_level": "EG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75627, "usage_id": 216 }, "5401.01.100A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21001, Lesesaal", "arch_name": "21001@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -456292,18 +503699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45702, "usage_id": 150 }, "5401.01.100B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21002, Cafeteria", "arch_name": "21002@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -456311,18 +503720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45713, "usage_id": 139 }, "5401.01.100C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21003, Scannerraum", "arch_name": "21003@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -456330,18 +503741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45718, "usage_id": 110 }, "5401.01.100D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21004, Teek\u00fcche", "arch_name": "21004@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26744, "seats": { @@ -456349,18 +503762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45729, "usage_id": 198 }, "5401.01.100E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21005, B\u00fcro", "arch_name": "21005@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -456368,18 +503783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11083, "usage_id": 12 }, "5401.01.100H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21006, B\u00fcro", "arch_name": "21006@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -456387,18 +503804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45905, "usage_id": 12 }, "5401.01.100J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21009, Auskunft / Sicherheitsdienst", "arch_name": "21009@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -456406,18 +503825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45916, "usage_id": 9 }, "5401.01.100K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21002A, Cafeteria", "arch_name": "21002A@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -456425,18 +503846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46065, "usage_id": 139 }, "5401.01.101A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "CH 21011, Bild- und Tonregieraum", "arch_name": "21011@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -456444,18 +503867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46076, "usage_id": 153 }, "5401.01.101B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21012, Installationsschacht", "arch_name": "21012@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -456463,18 +503888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46086, "usage_id": 120 }, "5401.01.101C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21013, Installationsschacht", "arch_name": "21013@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -456482,18 +503909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46095, "usage_id": 120 }, "5401.01.101D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21014, Treppenraum", "arch_name": "21014@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -456501,18 +503930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46242, "usage_id": 223 }, "5401.01.101E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21015, CH-Foyer", "arch_name": "21015@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -456520,18 +503951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46253, "usage_id": 222 }, "5401.01.101F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21016, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "21016@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -456539,18 +503972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46261, "usage_id": 5 }, "5401.01.101G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21017, Fluchtbalkon / Laubengang", "arch_name": "21017@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14180, "seats": { @@ -456558,18 +503993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46275, "usage_id": 219 }, "5401.01.101H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21018, Weg", "arch_name": "21018@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14180, "seats": { @@ -456577,19 +504014,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23027, "usage_id": 219 }, "5401.01.101I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21019, Rechenzentrum", "arch_name": "21019@5401", "area_id": 36, "building_id": 818, "calendar_resource_nr": 15239, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14874, "seats": { @@ -456597,18 +504036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23035, "usage_id": 207 }, "5401.01.101J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21010, Windfang", "arch_name": "21010@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -456616,19 +504057,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73853, "usage_id": 52 }, "5401.01.101K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "CH 21010, Hans-Fischer-H\u00f6rsaal", "arch_name": "21010@5401", "area_id": 36, "building_id": 818, "calendar_resource_nr": 12552, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -456636,18 +504079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11195, "usage_id": 20 }, "5401.01.101L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "21020, Gang, Weg im Freien", "arch_name": "21020@5401", "area_id": 36, "building_id": 818, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -456655,18 +504100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73854, "usage_id": 219 }, "5401.EG.100A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11001, Chemielabor (K.B.,MV,750kg)", "arch_name": "11001@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -456674,18 +504121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24447, "usage_id": 102 }, "5401.EG.100B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11002, Chemielabor (K.B.,MV,750kg)", "arch_name": "11002@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -456693,18 +504142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46401, "usage_id": 102 }, "5401.EG.100C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11003, Messraum", "arch_name": "11003@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -456712,18 +504163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46417, "usage_id": 103 }, "5401.EG.100D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11004, Messraum (klimatisiert)", "arch_name": "11004@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -456731,18 +504184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46567, "usage_id": 103 }, "5401.EG.100E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11005, Messraum (klimatisiert)", "arch_name": "11005@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -456750,18 +504205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46579, "usage_id": 103 }, "5401.EG.100F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11006, Messraum (klimatisiert)", "arch_name": "11006@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -456769,18 +504226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46594, "usage_id": 103 }, "5401.EG.100G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11007, Physiklabor (einfach)", "arch_name": "11007@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14715, "seats": { @@ -456788,18 +504247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46751, "usage_id": 103 }, "5401.EG.100H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11008, Physiklabor (einfach)", "arch_name": "11008@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 50738, "seats": { @@ -456807,18 +504268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23080, "usage_id": 103 }, "5401.EG.100I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11009, Labor", "arch_name": "11009@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14712, "seats": { @@ -456826,18 +504289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46772, "usage_id": 194 }, "5401.EG.100J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11010, Betriebstechn. Anlagen", "arch_name": "11010@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -456845,18 +504310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73846, "usage_id": 120 }, "5401.EG.111E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11115, Pr\u00fcflabor", "arch_name": "11115@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -456864,18 +504331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46788, "usage_id": 194 }, "5401.EG.111K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11110, Technikum", "arch_name": "11110@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -456883,18 +504352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46940, "usage_id": 49 }, "5401.EG.112A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11125, Stromversorgung", "arch_name": "11125@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -456902,18 +504373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46954, "usage_id": 160 }, "5401.EG.112C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11126, Stromversorgung", "arch_name": "11126@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -456921,18 +504394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46971, "usage_id": 160 }, "5401.EG.112M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11120, Analyt.pr\u00e4parativchemisch. Labor", "arch_name": "11120@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43835, "seats": { @@ -456940,18 +504415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64535, "usage_id": 102 }, "5401.EG.112N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11121, Analyt.pr\u00e4parativchemisch.Lab.", "arch_name": "11121@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43835, "seats": { @@ -456959,18 +504436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73840, "usage_id": 102 }, "5401.EG.112O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11122, Treppe im Freien", "arch_name": "11122@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -456978,18 +504457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73842, "usage_id": 7 }, "5401.EG.113A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11139, Flur", "arch_name": "11139@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -456997,18 +504478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44465, "usage_id": 222 }, "5401.EG.113B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11131, Treppenzugang zu 11141", "arch_name": "11131@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -457016,18 +504499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44614, "usage_id": 223 }, "5401.EG.113C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11132, Lager", "arch_name": "11132@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 51898, "seats": { @@ -457035,18 +504520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44627, "usage_id": 30 }, "5401.EG.113D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11133, Lager", "arch_name": "11133@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14714, "seats": { @@ -457054,18 +504541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44637, "usage_id": 30 }, "5401.EG.113F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11135, Lager", "arch_name": "11135@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -457073,18 +504562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73841, "usage_id": 30 }, "5401.EG.113G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11134, Treppe", "arch_name": "11134@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -457092,18 +504583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73845, "usage_id": 223 }, "5401.EG.114B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11146, Treppe", "arch_name": "11146@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -457111,18 +504604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44654, "usage_id": 223 }, "5401.EG.114C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11147, Treppe", "arch_name": "11147@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -457130,18 +504625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44788, "usage_id": 223 }, "5401.EG.114I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11128, Lager", "arch_name": "11128@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457149,18 +504646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44799, "usage_id": 30 }, "5401.EG.114K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11140, Lesesaal/Seminarraum", "arch_name": "11140@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457168,18 +504667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44807, "usage_id": 150 }, "5401.EG.114O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11156, Treppe", "arch_name": "11156@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -457187,18 +504688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73844, "usage_id": 223 }, "5401.EG.115A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11151, Technikraum", "arch_name": "11151@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -457206,18 +504709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44818, "usage_id": 120 }, "5401.EG.115B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11152, Putzraum", "arch_name": "11152@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -457225,18 +504730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44827, "usage_id": 205 }, "5401.EG.115C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11154, Aufzug", "arch_name": "11154@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -457244,18 +504751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44973, "usage_id": 4 }, "5401.EG.115K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150, Lesesaal", "arch_name": "11150@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457263,18 +504772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44991, "usage_id": 150 }, "5401.EG.115L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150A, Gruppenarbeitsraum", "arch_name": "11150A@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457282,18 +504793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44999, "usage_id": 131 }, "5401.EG.115M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150B, Gruppenarbeitsraum", "arch_name": "11150B@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457301,18 +504814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45148, "usage_id": 131 }, "5401.EG.115N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150C, Gruppenarbeitsraum", "arch_name": "11150C@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457320,18 +504835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45157, "usage_id": 131 }, "5401.EG.115O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150D, Carrel 1", "arch_name": "11150D@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457339,18 +504856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72462, "usage_id": 12 }, "5401.EG.115P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150E, Carrel 2", "arch_name": "11150E@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457358,18 +504877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72463, "usage_id": 12 }, "5401.EG.115Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150F, Carrel 3", "arch_name": "11150F@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457377,18 +504898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72464, "usage_id": 12 }, "5401.EG.115R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150G, Carrel 4", "arch_name": "11150G@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457396,18 +504919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72465, "usage_id": 12 }, "5401.EG.115S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150H, Carrel 5", "arch_name": "11150H@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457415,18 +504940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72466, "usage_id": 12 }, "5401.EG.115T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150I, Carrel 6", "arch_name": "11150I@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457434,18 +504961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72467, "usage_id": 12 }, "5401.EG.115U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150J, Carrel 7", "arch_name": "11150J@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457453,18 +504982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72468, "usage_id": 12 }, "5401.EG.115V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150K, Carrel 8", "arch_name": "11150K@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457472,18 +505003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72469, "usage_id": 12 }, "5401.EG.115W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150L, Carrel 9", "arch_name": "11150L@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457491,18 +505024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72470, "usage_id": 12 }, "5401.EG.115X": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150M, Carrel 10", "arch_name": "11150M@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457510,18 +505045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72471, "usage_id": 12 }, "5401.EG.115Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11150N, Carrel 11", "arch_name": "11150N@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26744, "seats": { @@ -457529,18 +505066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72472, "usage_id": 12 }, "5401.EG.116A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11160, Heizraum", "arch_name": "11160@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -457548,18 +505087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45167, "usage_id": 201 }, "5401.EG.116B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11165, Flur", "arch_name": "11165@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -457567,18 +505108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45175, "usage_id": 222 }, "5401.EG.116C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11166, Flur", "arch_name": "11166@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -457586,18 +505129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73843, "usage_id": 222 }, "5401.EG.117A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11171, Vorbereitungsraum Chemie", "arch_name": "11171@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -457605,18 +505150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45190, "usage_id": 136 }, "5401.EG.117B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11172, Lehrmittelsammlung", "arch_name": "11172@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -457624,18 +505171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45345, "usage_id": 187 }, "5401.EG.117C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11173, B\u00fcchermagazin", "arch_name": "11173@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 26744, "seats": { @@ -457643,18 +505192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45349, "usage_id": 2 }, "5401.EG.117K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11170, Lager", "arch_name": "11170@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14714, "seats": { @@ -457662,18 +505213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45352, "usage_id": 30 }, "5401.EG.118A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11181, Heizraum", "arch_name": "11181@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -457681,18 +505234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45362, "usage_id": 201 }, "5401.EG.118B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11180, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "11180@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -457700,18 +505255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73839, "usage_id": 201 }, "5401.EG.118C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11182, Treppe", "arch_name": "11182@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -457719,18 +505276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73849, "usage_id": 223 }, "5401.EG.118E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11155, Installationsschacht", "arch_name": "11155@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -457738,18 +505297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73850, "usage_id": 120 }, "5401.EG.118K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11184, Raumlufttechnische Anlage", "arch_name": "11184@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -457757,18 +505318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73847, "usage_id": 32 }, "5401.EG.119A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11190, WC-Herren Vorraum", "arch_name": "11190@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -457776,18 +505339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45371, "usage_id": 118 }, "5401.EG.119B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11191, WC-Herren", "arch_name": "11191@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -457795,18 +505360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45520, "usage_id": 115 }, "5401.EG.119C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11192, WC", "arch_name": "11192@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -457814,18 +505381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45526, "usage_id": 114 }, "5401.EG.119D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11193, WC-Damen", "arch_name": "11193@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -457833,18 +505402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45537, "usage_id": 116 }, "5401.EG.119E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11194, WC-Damen Vorraum", "arch_name": "11194@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -457852,18 +505423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45548, "usage_id": 118 }, "5401.EG.119F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11195, Flur", "arch_name": "11195@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -457871,18 +505444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45693, "usage_id": 222 }, "5401.EG.119G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "11196, Flur", "arch_name": "11196@5401", "area_id": 36, "building_id": 818, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -457890,18 +505465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73848, "usage_id": 222 }, "5402.01.200A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22001, WC-Damen Vorraum", "arch_name": "22001@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -457909,18 +505486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45027, "usage_id": 118 }, "5402.01.200B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22004, WC-Herren", "arch_name": "22004@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -457928,18 +505507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45039, "usage_id": 115 }, "5402.01.200C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22006, Putzraum", "arch_name": "22006@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -457947,18 +505528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45048, "usage_id": 205 }, "5402.01.200D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22007, Installationsschacht", "arch_name": "22007@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -457966,18 +505549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45560, "usage_id": 120 }, "5402.01.200E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22008, Installationsschacht", "arch_name": "22008@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -457985,18 +505570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22658, "usage_id": 120 }, "5402.01.200F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22009, Installationsschacht", "arch_name": "22009@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458004,18 +505591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45577, "usage_id": 120 }, "5402.01.200G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22001A, WC-Damen", "arch_name": "22001A@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -458023,18 +505612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59152, "usage_id": 116 }, "5402.01.200H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22010A, Serverraum", "arch_name": "22010A@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -458042,18 +505633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73811, "usage_id": 207 }, "5402.01.200J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22003A, WC-Herren", "arch_name": "22003A@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -458061,18 +505654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73813, "usage_id": 115 }, "5402.01.200K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22004A, WC-Herren", "arch_name": "22004A@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -458080,18 +505675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73818, "usage_id": 115 }, "5402.01.200N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22002, Toilette f. Behinderte", "arch_name": "22002@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -458099,18 +505696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73814, "usage_id": 117 }, "5402.01.200P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22003, WC-Herren Vorraum", "arch_name": "22003@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -458118,18 +505717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73812, "usage_id": 118 }, "5402.01.201A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22010, Installationsschacht", "arch_name": "22010@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -458137,18 +505738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45585, "usage_id": 120 }, "5402.01.201B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22011, Installationsschacht", "arch_name": "22011@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458156,18 +505759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22674, "usage_id": 120 }, "5402.01.201C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22012, Treppenraum", "arch_name": "22012@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -458175,18 +505780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52726, "usage_id": 223 }, "5402.01.201D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22013, Halle", "arch_name": "22013@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -458194,18 +505801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52737, "usage_id": 222 }, "5402.01.201E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22014, Aufzug", "arch_name": "22014@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -458213,18 +505822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52746, "usage_id": 4 }, "5402.01.201F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22015, Installationsschacht", "arch_name": "22015@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458232,18 +505843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52757, "usage_id": 120 }, "5402.01.201G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22016, Installationsschacht", "arch_name": "22016@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458251,18 +505864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52765, "usage_id": 120 }, "5402.01.201H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22017, Installationsschacht", "arch_name": "22017@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458270,18 +505885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52906, "usage_id": 120 }, "5402.01.201J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22019, Flur", "arch_name": "22019@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -458289,18 +505906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52918, "usage_id": 222 }, "5402.01.201K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22020, Sonderm\u00fcllzwischenlager", "arch_name": "22020@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -458308,18 +505927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52923, "usage_id": 214 }, "5402.01.201M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22022, Flur", "arch_name": "22022@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -458327,18 +505948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73815, "usage_id": 222 }, "5402.01.202A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22030, Treppe im Freien", "arch_name": "22030@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -458346,18 +505969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73816, "usage_id": 7 }, "5402.01.202B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22031, Gang, Weg im Freien", "arch_name": "22031@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458365,18 +505990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73810, "usage_id": 219 }, "5402.01.202C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22032, Gang, Weg im Freien", "arch_name": "22032@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458384,18 +506011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73808, "usage_id": 219 }, "5402.01.202D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22034, Gang, Weg im Freien", "arch_name": "22034@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458403,18 +506032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73809, "usage_id": 219 }, "5402.01.202E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22035, Treppe im Freien", "arch_name": "22035@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -458422,18 +506053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73817, "usage_id": 7 }, "5402.01.210A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22101, Labor f\u00fcr chem. Arbeitsweisen", "arch_name": "22101@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -458441,18 +506074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52937, "usage_id": 102 }, "5402.01.210B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22102, B\u00fcro", "arch_name": "22102@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -458460,19 +506095,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52945, "usage_id": 12 }, "5402.01.210C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22103, Praktikum mit festem Arbeitsplatz", "arch_name": "22103@5402", "area_id": 36, "building_id": 819, "calendar_resource_nr": 25564, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -458480,18 +506117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53083, "usage_id": 212 }, "5402.01.210E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22105, Labor f\u00fcr chem. Arbeitsweisen", "arch_name": "22105@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -458499,18 +506138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53086, "usage_id": 102 }, "5402.01.210F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22106, Arbeitsraum/ohne Besp.Grp.", "arch_name": "22106@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14712, "seats": { @@ -458518,19 +506159,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10289, "usage_id": 12 }, "5402.01.210G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22107, Praktikum mit festem Arbeitsplatz", "arch_name": "22107@5402", "area_id": 36, "building_id": 819, "calendar_resource_nr": 25565, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -458538,18 +506181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53107, "usage_id": 212 }, "5402.01.211": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22110, Flur", "arch_name": "22110@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -458557,18 +506202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53117, "usage_id": 222 }, "5402.01.220A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22201, Lager", "arch_name": "22201@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14874, "seats": { @@ -458576,19 +506223,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53258, "usage_id": 30 }, "5402.01.220J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "CH 22209, \u00dcbungsraum", "arch_name": "22209@5402", "area_id": 36, "building_id": 819, "calendar_resource_nr": 15142, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -458596,18 +506245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10351, "usage_id": 131 }, "5402.01.221A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22202, Technologisches Labor", "arch_name": "22202@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -458615,18 +506266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73807, "usage_id": 194 }, "5402.01.221H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22212, Flur", "arch_name": "22212@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -458634,19 +506287,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53453, "usage_id": 222 }, "5402.01.221K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "CH 22210, Ivar-Ugi-H\u00f6rsaal", "arch_name": "22210@5402", "area_id": 36, "building_id": 819, "calendar_resource_nr": 12580, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -458654,18 +506309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23162, "usage_id": 20 }, "5402.01.230": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22301, Flur", "arch_name": "22301@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -458673,18 +506330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53615, "usage_id": 222 }, "5402.01.240A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22401, Vorbereitung CH Praktikum", "arch_name": "22401@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -458692,18 +506351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10397, "usage_id": 212 }, "5402.01.240B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22402, Vorbereitung CH Praktikum", "arch_name": "22402@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -458711,18 +506372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53629, "usage_id": 212 }, "5402.01.240C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22403, CH Praktika", "arch_name": "22403@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -458730,18 +506393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63165, "usage_id": 212 }, "5402.01.240D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22404, CH Praktika", "arch_name": "22404@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -458749,18 +506414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23259, "usage_id": 212 }, "5402.01.241D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "22415, Flur", "arch_name": "22415@5402", "area_id": 36, "building_id": 819, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -458768,18 +506435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51375, "usage_id": 222 }, "5402.02.200A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32001, Putzraum", "arch_name": "32001@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -458787,18 +506456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51390, "usage_id": 205 }, "5402.02.200D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32007, Installationsschacht", "arch_name": "32007@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458806,18 +506477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51563, "usage_id": 120 }, "5402.02.200E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32008, Installationsschacht", "arch_name": "32008@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458825,18 +506498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51576, "usage_id": 120 }, "5402.02.200F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32009, Installationsschacht", "arch_name": "32009@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458844,18 +506519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51585, "usage_id": 120 }, "5402.02.201A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32010, Installationsschacht", "arch_name": "32010@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458863,18 +506540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51596, "usage_id": 120 }, "5402.02.201B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32011, Installationsschacht", "arch_name": "32011@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458882,18 +506561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51740, "usage_id": 120 }, "5402.02.201C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32012, Treppenraum", "arch_name": "32012@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -458901,18 +506582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51753, "usage_id": 223 }, "5402.02.201D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32013, Halle", "arch_name": "32013@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -458920,18 +506603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51765, "usage_id": 222 }, "5402.02.201E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32014, Aufzug", "arch_name": "32014@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -458939,18 +506624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51777, "usage_id": 4 }, "5402.02.201F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32015, Installationsschacht", "arch_name": "32015@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458958,18 +506645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51924, "usage_id": 120 }, "5402.02.201G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32016, Installationsschacht", "arch_name": "32016@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458977,18 +506666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51929, "usage_id": 120 }, "5402.02.201H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32017, Installationsschacht", "arch_name": "32017@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -458996,18 +506687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51938, "usage_id": 120 }, "5402.02.201J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32018, Flur", "arch_name": "32018@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -459015,18 +506708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51946, "usage_id": 222 }, "5402.02.201K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32019, Flur", "arch_name": "32019@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -459034,18 +506729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52083, "usage_id": 222 }, "5402.02.201L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32003, Server", "arch_name": "32003@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -459053,18 +506750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52094, "usage_id": 207 }, "5402.02.201M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32020, Flur", "arch_name": "32020@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -459072,18 +506771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73828, "usage_id": 222 }, "5402.02.201N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32021, Flur", "arch_name": "32021@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -459091,18 +506792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73829, "usage_id": 222 }, "5402.02.201Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32025, M\u00fcllsammelraum o.Verarbeitung", "arch_name": "32025@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -459110,18 +506813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73831, "usage_id": 214 }, "5402.02.202C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32023, Installationsraum", "arch_name": "32023@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -459129,18 +506834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73834, "usage_id": 120 }, "5402.02.202D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32024, Installationsraum", "arch_name": "32024@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -459148,18 +506855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73835, "usage_id": 120 }, "5402.02.202E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32025, Installationsraum", "arch_name": "32025@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -459167,18 +506876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73836, "usage_id": 120 }, "5402.02.202F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32026, Installationsraum", "arch_name": "32026@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -459186,18 +506897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73837, "usage_id": 120 }, "5402.02.208A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32027, Treppe im Freien", "arch_name": "32027@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -459205,18 +506918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73832, "usage_id": 7 }, "5402.02.208B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32028, Gang, Weg im Freien", "arch_name": "32028@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -459224,18 +506939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73821, "usage_id": 219 }, "5402.02.208C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32029, Gang, Weg im Freien", "arch_name": "32029@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -459243,18 +506960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73819, "usage_id": 219 }, "5402.02.208D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32030, Gang, Weg im Freien", "arch_name": "32030@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -459262,18 +506981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73820, "usage_id": 219 }, "5402.02.208E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32028, Lager", "arch_name": "32028@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -459281,18 +507002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73830, "usage_id": 30 }, "5402.02.208F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32031, Treppe im Freien", "arch_name": "32031@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -459300,18 +507023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73833, "usage_id": 7 }, "5402.02.210A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32101, Raster-EM", "arch_name": "32101@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -459319,18 +507044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52251, "usage_id": 103 }, "5402.02.210B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32102, Teek\u00fcche", "arch_name": "32102@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -459338,18 +507065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52261, "usage_id": 198 }, "5402.02.210C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32103, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32103@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -459357,18 +507086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52275, "usage_id": 12 }, "5402.02.210D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32104, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32104@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -459376,18 +507107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52285, "usage_id": 12 }, "5402.02.210E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32105, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32105@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -459395,18 +507128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52425, "usage_id": 12 }, "5402.02.210F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32106, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32106@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -459414,18 +507149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10013, "usage_id": 12 }, "5402.02.210G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32107, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32107@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -459433,18 +507170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10138, "usage_id": 12 }, "5402.02.210H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32108, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32108@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -459452,18 +507191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52459, "usage_id": 12 }, "5402.02.210J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32109, Arbeitsraum/ohne Besp.Grp.", "arch_name": "32109@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -459471,18 +507212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10147, "usage_id": 12 }, "5402.02.211A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32111, Heide-Labor", "arch_name": "32111@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -459490,18 +507233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52616, "usage_id": 102 }, "5402.02.211B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32117, Flur", "arch_name": "32117@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -459509,18 +507254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52624, "usage_id": 222 }, "5402.02.211D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32114, Praktikum", "arch_name": "32114@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -459528,18 +507275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52632, "usage_id": 212 }, "5402.02.211K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32110, Probenvorbereitung", "arch_name": "32110@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -459547,18 +507296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52775, "usage_id": 103 }, "5402.02.220A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32201, Chemielabor", "arch_name": "32201@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 14706, "seats": { @@ -459566,18 +507317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52787, "usage_id": 102 }, "5402.02.220B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32203, Org. Ch./Partikellab.", "arch_name": "32203@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 14706, "seats": { @@ -459585,18 +507338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22799, "usage_id": 102 }, "5402.02.220C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32202, B\u00fcro", "arch_name": "32202@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -459604,18 +507359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73824, "usage_id": 12 }, "5402.02.220D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32205, Analyt. Messlab.", "arch_name": "32205@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 14706, "seats": { @@ -459623,18 +507380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17898, "usage_id": 102 }, "5402.02.220E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32206, B\u00fcro", "arch_name": "32206@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -459642,18 +507401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73822, "usage_id": 12 }, "5402.02.220I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32208, Autoklavenraum", "arch_name": "32208@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 44284, "seats": { @@ -459661,18 +507422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72010, "usage_id": 194 }, "5402.02.220K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32204, B\u00fcro", "arch_name": "32204@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 14706, "seats": { @@ -459680,18 +507443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73823, "usage_id": 12 }, "5402.02.221B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32212, Chemielabor S1", "arch_name": "32212@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 14706, "seats": { @@ -459699,18 +507464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52975, "usage_id": 102 }, "5402.02.221C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32213, Chemielabor S1-REM", "arch_name": "32213@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 14706, "seats": { @@ -459718,18 +507485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18074, "usage_id": 102 }, "5402.02.221D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32214, Chemielabor S1-REM", "arch_name": "32214@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 14706, "seats": { @@ -459737,18 +507506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72009, "usage_id": 102 }, "5402.02.221F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32215, B\u00fcro", "arch_name": "32215@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 14706, "seats": { @@ -459756,18 +507527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73825, "usage_id": 12 }, "5402.02.221G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32214A, Vorraum", "arch_name": "32214A@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -459775,18 +507548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73827, "usage_id": 50 }, "5402.02.221K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32210, Labor", "arch_name": "32210@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 14706, "seats": { @@ -459794,18 +507569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17793, "usage_id": 102 }, "5402.02.221L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32213A, B\u00fcro", "arch_name": "32213A@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 14706, "seats": { @@ -459813,18 +507590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73826, "usage_id": 12 }, "5402.02.222": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32220, Flur", "arch_name": "32220@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -459832,18 +507611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53141, "usage_id": 222 }, "5402.02.230A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32301, WC-Unisex", "arch_name": "32301@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -459851,18 +507632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10337, "usage_id": 114 }, "5402.02.230B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32302, Office 1", "arch_name": "32302@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50237, "seats": { @@ -459870,18 +507653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10339, "usage_id": 12 }, "5402.02.230C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32303, Office 2", "arch_name": "32303@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50237, "seats": { @@ -459889,18 +507674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53304, "usage_id": 12 }, "5402.02.230D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32304, Computational Office", "arch_name": "32304@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50237, "seats": { @@ -459908,18 +507695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10371, "usage_id": 12 }, "5402.02.230H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32308, Seminarraum/K\u00fcche", "arch_name": "32308@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50237, "seats": { @@ -459927,18 +507716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10377, "usage_id": 41 }, "5402.02.230J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32309, Sekretariat Office", "arch_name": "32309@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50237, "seats": { @@ -459946,18 +507737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10381, "usage_id": 40 }, "5402.02.231A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32311, Conferenc Room", "arch_name": "32311@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50237, "seats": { @@ -459965,18 +507758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53481, "usage_id": 196 }, "5402.02.231B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32312, Flur", "arch_name": "32312@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -459984,18 +507779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53495, "usage_id": 222 }, "5402.02.231K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32310, B\u00fcro Office", "arch_name": "32310@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 50237, "seats": { @@ -460003,18 +507800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10430, "usage_id": 12 }, "5402.02.242A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32401, Cell Culture 1", "arch_name": "32401@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 50237, "seats": { @@ -460022,18 +507821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75958, "usage_id": 102 }, "5402.02.242B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32402, Cell Culture Storage", "arch_name": "32402@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 50237, "seats": { @@ -460041,18 +507842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75972, "usage_id": 30 }, "5402.02.242C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32403, Biochemistry Storage", "arch_name": "32403@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460060,18 +507863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75930, "usage_id": 30 }, "5402.02.242D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32404, Changing Room", "arch_name": "32404@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460079,18 +507884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75931, "usage_id": 121 }, "5402.02.242E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32405, Synthesis 1", "arch_name": "32405@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460098,18 +507905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75932, "usage_id": 102 }, "5402.02.242F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32406, Synthesis 1", "arch_name": "32406@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460117,18 +507926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75933, "usage_id": 102 }, "5402.02.242G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32407, Synthesis 1", "arch_name": "32407@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460136,18 +507947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75934, "usage_id": 102 }, "5402.02.242H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32408, Synthesis 2", "arch_name": "32408@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460155,18 +507968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75935, "usage_id": 102 }, "5402.02.242I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32409, Synthesis 2", "arch_name": "32409@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460174,18 +507989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75936, "usage_id": 102 }, "5402.02.242J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32410, Biochemistry", "arch_name": "32410@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 50237, "seats": { @@ -460193,18 +508010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75937, "usage_id": 102 }, "5402.02.242K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32411, Biochemistry", "arch_name": "32411@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 50237, "seats": { @@ -460212,18 +508031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75938, "usage_id": 102 }, "5402.02.242L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32412, Analytics", "arch_name": "32412@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460231,18 +508052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75939, "usage_id": 102 }, "5402.02.242M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32413, Analytics", "arch_name": "32413@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460250,18 +508073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75941, "usage_id": 102 }, "5402.02.242N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32414, Changing Room", "arch_name": "32414@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460269,18 +508094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75940, "usage_id": 121 }, "5402.02.242Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32415, Analytics Storage", "arch_name": "32415@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460288,18 +508115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75942, "usage_id": 30 }, "5402.02.242R": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32416, MSR", "arch_name": "32416@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -460307,18 +508136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75945, "usage_id": 120 }, "5402.02.242T": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32418, Cell Culture 2", "arch_name": "32418@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 50237, "seats": { @@ -460326,18 +508157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75943, "usage_id": 102 }, "5402.02.242U": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32419, Flur", "arch_name": "32419@5402", "area_id": 36, "building_id": 819, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 50237, "seats": { @@ -460345,18 +508178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75944, "usage_id": 222 }, "5402.03.200A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42001, Putzraum", "arch_name": "42001@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -460364,18 +508199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51237, "usage_id": 205 }, "5402.03.200B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42003, WC-Herren", "arch_name": "42003@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -460383,18 +508220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51250, "usage_id": 115 }, "5402.03.200C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42005, WC-Damen", "arch_name": "42005@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -460402,18 +508241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51261, "usage_id": 116 }, "5402.03.200D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42007, Installationsschacht", "arch_name": "42007@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460421,18 +508262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51273, "usage_id": 120 }, "5402.03.200E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42008, Installationsschacht", "arch_name": "42008@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460440,18 +508283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51420, "usage_id": 120 }, "5402.03.200F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42009, Installationsschacht", "arch_name": "42009@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460459,18 +508304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51430, "usage_id": 120 }, "5402.03.200G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42002, WC-Herren Vorraum", "arch_name": "42002@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -460478,18 +508325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73775, "usage_id": 118 }, "5402.03.200H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42004, WC-Damen Vorraum", "arch_name": "42004@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -460497,18 +508346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73774, "usage_id": 118 }, "5402.03.200K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42006, WC-Herren", "arch_name": "42006@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -460516,18 +508367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73778, "usage_id": 115 }, "5402.03.201A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42010, Installationsschacht", "arch_name": "42010@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460535,18 +508388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51439, "usage_id": 120 }, "5402.03.201B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42011, Installationsschacht", "arch_name": "42011@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460554,18 +508409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51450, "usage_id": 120 }, "5402.03.201C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42012, Treppenraum", "arch_name": "42012@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -460573,18 +508430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51603, "usage_id": 223 }, "5402.03.201D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42013, Halle", "arch_name": "42013@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -460592,18 +508451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51613, "usage_id": 222 }, "5402.03.201E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42014, Aufzug", "arch_name": "42014@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -460611,18 +508472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51626, "usage_id": 4 }, "5402.03.201F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42015, Installationsschacht", "arch_name": "42015@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460630,18 +508493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51638, "usage_id": 120 }, "5402.03.201G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42016, Installationsschacht", "arch_name": "42016@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460649,18 +508514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51649, "usage_id": 120 }, "5402.03.201H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42017, Installationsschacht", "arch_name": "42017@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460668,18 +508535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51788, "usage_id": 120 }, "5402.03.201J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42018, Weg", "arch_name": "42018@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -460687,18 +508556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51799, "usage_id": 219 }, "5402.03.201K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42019, Fluchtbalkon", "arch_name": "42019@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -460706,18 +508577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51805, "usage_id": 219 }, "5402.03.201L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42013, Sonderm\u00fcllzwischenlager", "arch_name": "42013@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -460725,18 +508598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51818, "usage_id": 214 }, "5402.03.201M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42020, Flur", "arch_name": "42020@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460744,18 +508619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73772, "usage_id": 222 }, "5402.03.201N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42021, Flur", "arch_name": "42021@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460763,18 +508640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73771, "usage_id": 222 }, "5402.03.201P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42018, Flur", "arch_name": "42018@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460782,18 +508661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73769, "usage_id": 222 }, "5402.03.201Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42019, Flur", "arch_name": "42019@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -460801,18 +508682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73770, "usage_id": 222 }, "5402.03.202A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42020, Fluchtbalkon", "arch_name": "42020@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -460820,18 +508703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51952, "usage_id": 219 }, "5402.03.202B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42021, Fluchtbalkon", "arch_name": "42021@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -460839,18 +508724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51964, "usage_id": 219 }, "5402.03.208A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42025, Treppe im Freien", "arch_name": "42025@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -460858,18 +508745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73776, "usage_id": 7 }, "5402.03.208F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42030, Treppe im Freien", "arch_name": "42030@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -460877,18 +508766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73777, "usage_id": 7 }, "5402.03.210A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42101, B\u00fcro", "arch_name": "42101@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -460896,18 +508787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51977, "usage_id": 12 }, "5402.03.210B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42102, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42102@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -460915,18 +508808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10735, "usage_id": 12 }, "5402.03.210C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42103, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42103@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -460934,18 +508829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10738, "usage_id": 12 }, "5402.03.210D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42104, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42104@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -460953,18 +508850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10741, "usage_id": 12 }, "5402.03.210E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42105, Arbeitsraum/mit Besp.Grp.", "arch_name": "42105@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -460972,18 +508871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10038, "usage_id": 12 }, "5402.03.210F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42106, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42106@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -460991,18 +508892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10041, "usage_id": 12 }, "5402.03.210G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42107, Chemielabor (KNSTL.B.,MV)", "arch_name": "42107@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -461010,18 +508913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52304, "usage_id": 102 }, "5402.03.210H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42108, Chemielabor (KNSTL.B.,MV)", "arch_name": "42108@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461029,18 +508934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23846, "usage_id": 102 }, "5402.03.211J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42112, Flur", "arch_name": "42112@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -461048,18 +508955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52326, "usage_id": 222 }, "5402.03.211K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42110, Chemielabor (KNSTL.B.,MV)", "arch_name": "42110@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461067,18 +508976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23862, "usage_id": 102 }, "5402.03.220A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42201, Chemielabor", "arch_name": "42201@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461086,18 +508997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23950, "usage_id": 102 }, "5402.03.220C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42203, Chemielabor", "arch_name": "42203@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461105,18 +509018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52491, "usage_id": 102 }, "5402.03.220D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42204, Elektronikwerkstatt 4/50,5/50", "arch_name": "42204@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -461124,19 +509039,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23964, "usage_id": 51 }, "5402.03.220F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42206, Aufenthaltsraum", "arch_name": "42206@5402", "area_id": 36, "building_id": 819, "calendar_resource_nr": 26671, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461144,18 +509061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10051, "usage_id": 44 }, "5402.03.220G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42207, Chemielabor / Analyse / Pr\u00e4p.", "arch_name": "42207@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461163,18 +509082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18305, "usage_id": 102 }, "5402.03.220J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42209, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42209@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -461182,18 +509103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 24053, "usage_id": 12 }, "5402.03.221A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42211, Lager", "arch_name": "42211@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461201,18 +509124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52670, "usage_id": 30 }, "5402.03.221B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42212, Server", "arch_name": "42212@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 39906, "seats": { @@ -461220,18 +509145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52818, "usage_id": 207 }, "5402.03.221C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42213, Labor", "arch_name": "42213@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461239,18 +509166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52833, "usage_id": 102 }, "5402.03.221E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42215, B\u00fcro", "arch_name": "42215@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461258,18 +509187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52849, "usage_id": 12 }, "5402.03.221G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42217, EDV-Raum (ohne Fenster)", "arch_name": "42217@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461277,18 +509208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52997, "usage_id": 207 }, "5402.03.221H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42218, Lager", "arch_name": "42218@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461296,18 +509229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53015, "usage_id": 30 }, "5402.03.221J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42219, Glove-Box", "arch_name": "42219@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461315,18 +509250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53024, "usage_id": 102 }, "5402.03.221K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42210, B\u00fcro", "arch_name": "42210@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -461334,18 +509271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17701, "usage_id": 12 }, "5402.03.222C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42223, Chemikalienlabor (ohne Fenster)", "arch_name": "42223@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461353,18 +509292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53180, "usage_id": 132 }, "5402.03.222E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42225, Lager (ohne Fenster)", "arch_name": "42225@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461372,18 +509313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53189, "usage_id": 30 }, "5402.03.222G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42227, R\u00f6ntgen", "arch_name": "42227@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -461391,18 +509334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53342, "usage_id": 103 }, "5402.03.223A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42231, Chemielabor", "arch_name": "42231@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461410,18 +509355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53351, "usage_id": 102 }, "5402.03.223B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42232, Arbeitsraum/mit Besp.Grp.", "arch_name": "42232@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461429,18 +509376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10238, "usage_id": 12 }, "5402.03.223C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42233, Arbeitsraum/mit Besp.Grp.", "arch_name": "42233@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461448,18 +509397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10246, "usage_id": 12 }, "5402.03.223D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42234, Chemielabor", "arch_name": "42234@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461467,18 +509418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 22854, "usage_id": 102 }, "5402.03.223E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42235, B\u00fcro", "arch_name": "42235@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461486,18 +509439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10306, "usage_id": 12 }, "5402.03.223F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42236, B\u00fcro", "arch_name": "42236@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461505,18 +509460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10310, "usage_id": 12 }, "5402.03.223G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42237, Chemielabor", "arch_name": "42237@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461524,18 +509481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53548, "usage_id": 102 }, "5402.03.223H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42238, B\u00fcro", "arch_name": "42238@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461543,18 +509502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10317, "usage_id": 12 }, "5402.03.223J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42239, B\u00fcro / Vermietung BTA/LGA", "arch_name": "42239@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -461562,18 +509523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53691, "usage_id": 12 }, "5402.03.224A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42240, Flur", "arch_name": "42240@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -461581,18 +509544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53702, "usage_id": 222 }, "5402.03.224B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42241, Flur", "arch_name": "42241@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -461600,18 +509565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53717, "usage_id": 222 }, "5402.03.224C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42242, Flur", "arch_name": "42242@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -461619,18 +509586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73768, "usage_id": 222 }, "5402.03.224D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42243, Flur", "arch_name": "42243@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -461638,18 +509607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73767, "usage_id": 222 }, "5402.03.230A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42301, FL\u00dcSSIGKEITS-CHROMATOGRAFIE", "arch_name": "42301@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461657,18 +509628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53852, "usage_id": 103 }, "5402.03.230B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42302, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42302@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461676,18 +509649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10398, "usage_id": 12 }, "5402.03.230C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42303, Arbeitsraum/mit Besp.Grp.", "arch_name": "42303@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461695,18 +509670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10402, "usage_id": 12 }, "5402.03.230D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42304, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42304@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -461714,18 +509691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10407, "usage_id": 12 }, "5402.03.230E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42305, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42305@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461733,19 +509712,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53892, "usage_id": 12 }, "5402.03.230F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42306, \u00dcbungsraum", "arch_name": "42306@5402", "area_id": 36, "building_id": 819, "calendar_resource_nr": 15143, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461753,18 +509734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10414, "usage_id": 131 }, "5402.03.230H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42308, Bibliothek", "arch_name": "42308@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461772,18 +509755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51297, "usage_id": 10 }, "5402.03.230J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42309, Arbeitsraum/ohne Besp.Grp.", "arch_name": "42309@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461791,18 +509776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10452, "usage_id": 12 }, "5402.03.231J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42312, Flur", "arch_name": "42312@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -461810,18 +509797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51319, "usage_id": 222 }, "5402.03.231K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42310, Arbeitsraum/mit Besp.Grp.", "arch_name": "42310@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14711, "seats": { @@ -461829,18 +509818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10455, "usage_id": 12 }, "5402.03.240A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42401, Labor", "arch_name": "42401@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -461848,18 +509839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51471, "usage_id": 102 }, "5402.03.240B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42402, Labor", "arch_name": "42402@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -461867,18 +509860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51486, "usage_id": 102 }, "5402.03.240C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42403, Labor", "arch_name": "42403@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -461886,18 +509881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51497, "usage_id": 102 }, "5402.03.240D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42404, Isotopenlabor CH", "arch_name": "42404@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -461905,18 +509902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51654, "usage_id": 102 }, "5402.03.240E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42405, Isotopenlabor CH", "arch_name": "42405@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -461924,18 +509923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51665, "usage_id": 102 }, "5402.03.240F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42406, Isotopenlabor CH", "arch_name": "42406@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -461943,18 +509944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17010, "usage_id": 102 }, "5402.03.240G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42407, Isotopenlabor CH", "arch_name": "42407@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -461962,18 +509965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51684, "usage_id": 102 }, "5402.03.240J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42409, Umkleide mit Schleusenfunktion", "arch_name": "42409@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -461981,18 +509986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51829, "usage_id": 121 }, "5402.03.241A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42410, Labor", "arch_name": "42410@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -462000,18 +510007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51841, "usage_id": 102 }, "5402.03.241E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42415, Labor", "arch_name": "42415@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -462019,18 +510028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51853, "usage_id": 102 }, "5402.03.241G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42417, Labor", "arch_name": "42417@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -462038,18 +510049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51863, "usage_id": 102 }, "5402.03.241J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42419, Labor", "arch_name": "42419@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -462057,18 +510070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52004, "usage_id": 102 }, "5402.03.242A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42421, Isotopenlabor CH", "arch_name": "42421@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -462076,18 +510091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52017, "usage_id": 30 }, "5402.03.242C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42423, Labor", "arch_name": "42423@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -462095,18 +510112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28230, "usage_id": 103 }, "5402.03.242D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42424, Labor", "arch_name": "42424@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -462114,18 +510133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28233, "usage_id": 103 }, "5402.03.242F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42426, R\u00e4ume, radioakt. Stoffe", "arch_name": "42426@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14711, "seats": { @@ -462133,18 +510154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28239, "usage_id": 102 }, "5402.03.242H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42428, Labor", "arch_name": "42428@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -462152,18 +510175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52173, "usage_id": 102 }, "5402.03.243A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42430, Flur", "arch_name": "42430@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -462171,18 +510196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52181, "usage_id": 222 }, "5402.03.243B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42432, Flur", "arch_name": "42432@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -462190,18 +510217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52192, "usage_id": 222 }, "5402.03.243D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42434, Flur", "arch_name": "42434@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -462209,18 +510238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73838, "usage_id": 222 }, "5402.03.243E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "42433, Flur", "arch_name": "42433@5402", "area_id": 36, "building_id": 819, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -462228,18 +510259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73773, "usage_id": 222 }, "5402.04.200A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52001, Putzraum", "arch_name": "52001@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -462247,18 +510280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52335, "usage_id": 205 }, "5402.04.200B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52003, WC-Herren", "arch_name": "52003@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -462266,18 +510301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10700, "usage_id": 115 }, "5402.04.200C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52005, WC-Damen", "arch_name": "52005@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -462285,18 +510322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10706, "usage_id": 116 }, "5402.04.200D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52007, Installationsschacht", "arch_name": "52007@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462304,18 +510343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52370, "usage_id": 120 }, "5402.04.200E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52008, Installationsschacht", "arch_name": "52008@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462323,18 +510364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52505, "usage_id": 120 }, "5402.04.200F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52009, Installationsschacht", "arch_name": "52009@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462342,18 +510385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28518, "usage_id": 120 }, "5402.04.200H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52002, WC-Herren Vorraum", "arch_name": "52002@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -462361,18 +510406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73784, "usage_id": 118 }, "5402.04.200I": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52004, WC-Damen Vorraum", "arch_name": "52004@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -462380,18 +510427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73783, "usage_id": 118 }, "5402.04.200J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52006, WC-Herren", "arch_name": "52006@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -462399,18 +510448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73788, "usage_id": 115 }, "5402.04.201A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52010, Installationsschacht", "arch_name": "52010@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462418,18 +510469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52524, "usage_id": 120 }, "5402.04.201B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52011, Installationsschacht", "arch_name": "52011@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462437,18 +510490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52536, "usage_id": 120 }, "5402.04.201C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52012, Treppenraum", "arch_name": "52012@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -462456,18 +510511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52678, "usage_id": 223 }, "5402.04.201D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52013, Halle", "arch_name": "52013@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -462475,18 +510532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52695, "usage_id": 222 }, "5402.04.201E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52014, Aufzug", "arch_name": "52014@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -462494,18 +510553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52715, "usage_id": 4 }, "5402.04.201F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52015, Installationsschacht", "arch_name": "52015@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462513,18 +510574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52861, "usage_id": 120 }, "5402.04.201G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52016, Installationsschacht", "arch_name": "52016@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462532,18 +510595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52874, "usage_id": 120 }, "5402.04.201H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52017, Installationsschacht", "arch_name": "52017@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462551,18 +510616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52888, "usage_id": 120 }, "5402.04.201J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52018, Weg", "arch_name": "52018@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -462570,18 +510637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52897, "usage_id": 219 }, "5402.04.201K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52019, Weg", "arch_name": "52019@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -462589,18 +510658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53038, "usage_id": 219 }, "5402.04.202A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52020, Weg", "arch_name": "52020@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -462608,18 +510679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53054, "usage_id": 219 }, "5402.04.202B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52021, Weg", "arch_name": "52021@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -462627,18 +510700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53065, "usage_id": 219 }, "5402.04.202C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52023, Lager", "arch_name": "52023@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -462646,18 +510721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73785, "usage_id": 30 }, "5402.04.208A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52025, Treppe im Freien", "arch_name": "52025@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -462665,18 +510742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73786, "usage_id": 7 }, "5402.04.208B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52026, Flur", "arch_name": "52026@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462684,18 +510763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73782, "usage_id": 222 }, "5402.04.208C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52027, Flur", "arch_name": "52027@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462703,18 +510784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73780, "usage_id": 222 }, "5402.04.208D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52028, Flur", "arch_name": "52028@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462722,18 +510805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73779, "usage_id": 222 }, "5402.04.208E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52029, Flur", "arch_name": "52029@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -462741,18 +510826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73781, "usage_id": 222 }, "5402.04.208F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52030, Treppe im Freien", "arch_name": "52030@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -462760,18 +510847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73787, "usage_id": 7 }, "5402.04.210A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52101, Aufenthalt", "arch_name": "52101@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -462779,18 +510868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10267, "usage_id": 44 }, "5402.04.210C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52103, B\u00fcro", "arch_name": "52103@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14713, "seats": { @@ -462798,18 +510889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10321, "usage_id": 12 }, "5402.04.210D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52104, B\u00fcro", "arch_name": "52104@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Laminat", "main_operator_id": 14714, "seats": { @@ -462817,18 +510910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10325, "usage_id": 12 }, "5402.04.210E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52105, B\u00fcro", "arch_name": "52105@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14713, "seats": { @@ -462836,18 +510931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10328, "usage_id": 12 }, "5402.04.210F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52106, B\u00fcro", "arch_name": "52106@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14713, "seats": { @@ -462855,18 +510952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10366, "usage_id": 12 }, "5402.04.210G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52107, B\u00fcro", "arch_name": "52107@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14714, "seats": { @@ -462874,18 +510973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53397, "usage_id": 12 }, "5402.04.210H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52108, Labor", "arch_name": "52108@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -462893,18 +510994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53409, "usage_id": 102 }, "5402.04.211A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52111, Labor", "arch_name": "52111@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -462912,18 +511015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27425, "usage_id": 102 }, "5402.04.211B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52112, Labor", "arch_name": "52112@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -462931,18 +511036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53556, "usage_id": 102 }, "5402.04.211C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52113, Labor", "arch_name": "52113@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -462950,18 +511057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53570, "usage_id": 102 }, "5402.04.211D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52114, Flur", "arch_name": "52114@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -462969,18 +511078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16267, "usage_id": 222 }, "5402.04.211K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52110, B\u00fcro", "arch_name": "52110@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Laminat", "main_operator_id": 14180, "seats": { @@ -462988,18 +511099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10418, "usage_id": 12 }, "5402.04.220A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52201, Labor mit bes. lufttechn. Anforderungen", "arch_name": "52201@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463007,18 +511120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16384, "usage_id": 102 }, "5402.04.220C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52203, Labor mit bes. lufttechn. Anforderungen", "arch_name": "52203@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463026,18 +511141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16468, "usage_id": 102 }, "5402.04.220E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52205, Labor", "arch_name": "52205@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -463045,18 +511162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53758, "usage_id": 102 }, "5402.04.220G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52207, B\u00fcro", "arch_name": "52207@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14713, "seats": { @@ -463064,18 +511183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10463, "usage_id": 12 }, "5402.04.220H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52208, Labor", "arch_name": "52208@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -463083,18 +511204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27740, "usage_id": 102 }, "5402.04.221B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52212, Lager", "arch_name": "52212@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463102,18 +511225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53917, "usage_id": 30 }, "5402.04.221D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52214, Labor mit bes. lufttechn. Anforderungen", "arch_name": "52214@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463121,18 +511246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53927, "usage_id": 102 }, "5402.04.221F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52216, Phys. Messraum m. bes. lufttechn. Anford.", "arch_name": "52216@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463140,18 +511267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53935, "usage_id": 103 }, "5402.04.221H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52218, Labor", "arch_name": "52218@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463159,18 +511288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51157, "usage_id": 102 }, "5402.04.221J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52219, Labor", "arch_name": "52219@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463178,18 +511309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51166, "usage_id": 102 }, "5402.04.221K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52210, Labor", "arch_name": "52210@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -463197,18 +511330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51174, "usage_id": 194 }, "5402.04.222A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52221, Labor", "arch_name": "52221@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463216,18 +511351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51182, "usage_id": 102 }, "5402.04.222B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52222, Labor", "arch_name": "52222@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463235,18 +511372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27940, "usage_id": 102 }, "5402.04.222D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52224, Labor", "arch_name": "52224@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463254,18 +511393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27947, "usage_id": 102 }, "5402.04.222F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52226, Labor", "arch_name": "52226@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463273,18 +511414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16908, "usage_id": 102 }, "5402.04.222H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52228, Labor", "arch_name": "52228@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463292,18 +511435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51355, "usage_id": 102 }, "5402.04.222K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52220, Labor", "arch_name": "52220@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463311,18 +511456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51364, "usage_id": 102 }, "5402.04.223A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52230, Flur", "arch_name": "52230@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463330,18 +511477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51515, "usage_id": 222 }, "5402.04.223B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52231, Flur", "arch_name": "52231@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463349,18 +511498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51531, "usage_id": 222 }, "5402.04.230A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52301, Labor", "arch_name": "52301@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463368,18 +511519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51547, "usage_id": 102 }, "5402.04.230B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52302, Labor", "arch_name": "52302@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463387,18 +511540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51695, "usage_id": 102 }, "5402.04.230C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52303, Labor", "arch_name": "52303@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463406,18 +511561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51703, "usage_id": 102 }, "5402.04.230E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52305, Labor", "arch_name": "52305@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463425,18 +511582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17221, "usage_id": 102 }, "5402.04.230F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52306, B\u00fcro", "arch_name": "52306@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -463444,18 +511603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51724, "usage_id": 12 }, "5402.04.230H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52308, B\u00fcro Pressestelle", "arch_name": "52308@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 19660, "seats": { @@ -463463,18 +511624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28251, "usage_id": 12 }, "5402.04.230J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52309, B\u00fcro Pressestelle", "arch_name": "52309@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 19660, "seats": { @@ -463482,18 +511645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28256, "usage_id": 12 }, "5402.04.231A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52311, B\u00fcro", "arch_name": "52311@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Laminat", "main_operator_id": 14714, "seats": { @@ -463501,18 +511666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10721, "usage_id": 12 }, "5402.04.231B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52312, Flur", "arch_name": "52312@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463520,18 +511687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52065, "usage_id": 222 }, "5402.04.231K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52310, B\u00fcro", "arch_name": "52310@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Laminat", "main_operator_id": 14714, "seats": { @@ -463539,18 +511708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 10766, "usage_id": 12 }, "5402.04.240A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52401, Labor", "arch_name": "52401@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463558,18 +511729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52572, "usage_id": 102 }, "5402.04.240B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52402, Physiklabor", "arch_name": "52402@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463577,18 +511750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17037, "usage_id": 103 }, "5402.04.240D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52404, Labor", "arch_name": "52404@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463596,18 +511771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52594, "usage_id": 102 }, "5402.04.240E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52405, Labor", "arch_name": "52405@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463615,18 +511792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52208, "usage_id": 102 }, "5402.04.240H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52408, Messraum", "arch_name": "52408@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14714, "seats": { @@ -463634,18 +511813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52225, "usage_id": 103 }, "5402.04.241B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52412, Labor", "arch_name": "52412@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -463653,18 +511834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52240, "usage_id": 102 }, "5402.04.241C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52413, Labor", "arch_name": "52413@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -463672,18 +511855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51870, "usage_id": 102 }, "5402.04.241D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52414, K\u00fchlraum f\u00fcr wiss.techn. Zwecke", "arch_name": "52414@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 14713, "seats": { @@ -463691,18 +511876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51881, "usage_id": 199 }, "5402.04.241E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52415, K\u00fchlraum f\u00fcr wiss.techn. Zwecke", "arch_name": "52415@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 14713, "seats": { @@ -463710,18 +511897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51898, "usage_id": 199 }, "5402.04.241G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52417, Phys. Messraum m. bes. lufttechn. Anford.", "arch_name": "52417@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -463729,18 +511918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52378, "usage_id": 103 }, "5402.04.241H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52418, Labor", "arch_name": "52418@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 16130, "seats": { @@ -463748,18 +511939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52389, "usage_id": 102 }, "5402.04.241K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52410, Labor", "arch_name": "52410@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -463767,18 +511960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52401, "usage_id": 102 }, "5402.04.241L": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52416, Schleuse", "arch_name": "52416@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -463786,18 +511981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 52410, "usage_id": 105 }, "5402.04.242A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52422, B\u00fcro", "arch_name": "52422@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14713, "seats": { @@ -463805,18 +512002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63747, "usage_id": 12 }, "5402.04.242B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52428, B\u00fcro", "arch_name": "52428@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463824,18 +512023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63748, "usage_id": 12 }, "5402.04.242D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52424, Labor", "arch_name": "52424@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -463843,18 +512044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28762, "usage_id": 102 }, "5402.04.242G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52427, Labor", "arch_name": "52427@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -463862,18 +512065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50077, "usage_id": 102 }, "5402.04.242J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52429, Labor", "arch_name": "52429@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463881,18 +512086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50088, "usage_id": 102 }, "5402.04.242K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52420, Labor", "arch_name": "52420@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463900,18 +512107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50099, "usage_id": 103 }, "5402.04.243A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52431, Flur", "arch_name": "52431@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463919,18 +512128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50227, "usage_id": 222 }, "5402.04.243B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "52432, Flur", "arch_name": "52432@5402", "area_id": 36, "building_id": 819, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463938,18 +512149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50241, "usage_id": 222 }, "5402.05.200A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62001, NIP II", "arch_name": "62001@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -463957,18 +512170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50252, "usage_id": 207 }, "5402.05.200B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62003, ZBV ELT", "arch_name": "62003@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -463976,18 +512191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50264, "usage_id": 160 }, "5402.05.200C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62002, WC-Damen", "arch_name": "62002@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -463995,18 +512212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50395, "usage_id": 116 }, "5402.05.200D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62005, WC-Herren", "arch_name": "62005@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -464014,18 +512233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50404, "usage_id": 115 }, "5402.05.200E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62007, Schacht 1", "arch_name": "62007@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -464033,18 +512254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50414, "usage_id": 120 }, "5402.05.200F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62006, Schacht 2a", "arch_name": "62006@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -464052,18 +512275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50426, "usage_id": 120 }, "5402.05.200G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62009, Schacht 2b", "arch_name": "62009@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -464071,18 +512296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50558, "usage_id": 120 }, "5402.05.200H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62002A, WC-Damen", "arch_name": "62002A@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -464090,18 +512317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73790, "usage_id": 116 }, "5402.05.200I": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62004, WC-Herren", "arch_name": "62004@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -464109,18 +512338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73791, "usage_id": 115 }, "5402.05.201A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62010, Schacht 2c", "arch_name": "62010@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -464128,18 +512359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50568, "usage_id": 120 }, "5402.05.201B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62011, Schacht 3", "arch_name": "62011@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -464147,18 +512380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50583, "usage_id": 120 }, "5402.05.201C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62012, Treppenraum", "arch_name": "62012@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -464166,18 +512401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50594, "usage_id": 223 }, "5402.05.201D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62013, Halle/Flur", "arch_name": "62013@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -464185,18 +512422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50725, "usage_id": 222 }, "5402.05.201E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62014, Aufz\u00fcge", "arch_name": "62014@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -464204,18 +512443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50735, "usage_id": 4 }, "5402.05.201F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62015, Schacht 4a", "arch_name": "62015@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -464223,18 +512464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50743, "usage_id": 120 }, "5402.05.201G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62016, Schacht 4b", "arch_name": "62016@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -464242,18 +512485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50757, "usage_id": 120 }, "5402.05.201H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62017, Schacht 4c", "arch_name": "62017@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -464261,18 +512506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50897, "usage_id": 120 }, "5402.05.201J": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62018, Fluchtbalkon", "arch_name": "62018@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -464280,18 +512527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50908, "usage_id": 219 }, "5402.05.201K": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62019, Fluchtbalkon", "arch_name": "62019@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -464299,18 +512548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50920, "usage_id": 219 }, "5402.05.201L": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62022, Lager", "arch_name": "62022@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -464318,18 +512569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50936, "usage_id": 30 }, "5402.05.201M": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62023, Treppe", "arch_name": "62023@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -464337,18 +512590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73792, "usage_id": 223 }, "5402.05.202A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62020, Fluchtbalkon", "arch_name": "62020@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -464356,18 +512611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51075, "usage_id": 219 }, "5402.05.202B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62021, Fluchtbalkon", "arch_name": "62021@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -464375,18 +512632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51083, "usage_id": 219 }, "5402.05.208A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62025, Treppe im Freien", "arch_name": "62025@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -464394,18 +512653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73793, "usage_id": 7 }, "5402.05.208F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62030, Treppe im Freien", "arch_name": "62030@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -464413,18 +512674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73794, "usage_id": 7 }, "5402.05.210A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62101, B\u00fcro", "arch_name": "62101@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -464432,19 +512695,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51097, "usage_id": 12 }, "5402.05.210B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62102, Besprechung/Kommunikation", "arch_name": "62102@5402", "area_id": 36, "building_id": 819, "calendar_resource_nr": 26773, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14180, "seats": { @@ -464452,18 +512717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12578, "usage_id": 196 }, "5402.05.210C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62103, B\u00fcro", "arch_name": "62103@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -464471,18 +512738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63138, "usage_id": 12 }, "5402.05.210D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62104, B\u00fcro", "arch_name": "62104@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14180, "seats": { @@ -464490,18 +512759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12582, "usage_id": 12 }, "5402.05.210E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62105, B\u00fcro", "arch_name": "62105@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -464509,18 +512780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12588, "usage_id": 12 }, "5402.05.210F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62106, B\u00fcro", "arch_name": "62106@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14180, "seats": { @@ -464528,18 +512801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48654, "usage_id": 12 }, "5402.05.210G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62107, B\u00fcro", "arch_name": "62107@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -464547,18 +512822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48784, "usage_id": 12 }, "5402.05.210N": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62114, Flur", "arch_name": "62114@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -464566,18 +512843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73789, "usage_id": 222 }, "5402.05.220A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62201, Labor", "arch_name": "62201@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 43583, "seats": { @@ -464585,18 +512864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49121, "usage_id": 102 }, "5402.05.220B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62202, Labor", "arch_name": "62202@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 43583, "seats": { @@ -464604,18 +512885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49131, "usage_id": 102 }, "5402.05.220C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62203, Labor", "arch_name": "62203@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 43583, "seats": { @@ -464623,18 +512906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28185, "usage_id": 102 }, "5402.05.220D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62204, Labor", "arch_name": "62204@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 43583, "seats": { @@ -464642,18 +512927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28269, "usage_id": 102 }, "5402.05.220E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62205, Labor", "arch_name": "62205@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 43583, "seats": { @@ -464661,18 +512948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63147, "usage_id": 102 }, "5402.05.220G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62206, Labor", "arch_name": "62206@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 43583, "seats": { @@ -464680,18 +512969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12857, "usage_id": 102 }, "5402.05.223B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62231, Flur", "arch_name": "62231@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -464699,19 +512990,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49782, "usage_id": 222 }, "5402.05.230A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62301, Kommunikationsbereich", "arch_name": "62301@5402", "area_id": 36, "building_id": 819, "calendar_resource_nr": 24695, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 43583, "seats": { @@ -464719,18 +513012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49793, "usage_id": 196 }, "5402.05.230B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62302, B\u00fcro", "arch_name": "62302@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 43583, "seats": { @@ -464738,18 +513033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28598, "usage_id": 12 }, "5402.05.230C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62303, B\u00fcro", "arch_name": "62303@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 43583, "seats": { @@ -464757,18 +513054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62619, "usage_id": 12 }, "5402.05.230D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62304, B\u00fcro", "arch_name": "62304@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 43583, "seats": { @@ -464776,18 +513075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28681, "usage_id": 12 }, "5402.05.230E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62305, B\u00fcro", "arch_name": "62305@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 43583, "seats": { @@ -464795,18 +513096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62620, "usage_id": 12 }, "5402.05.230F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62306, B\u00fcro", "arch_name": "62306@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 43583, "seats": { @@ -464814,18 +513117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49940, "usage_id": 12 }, "5402.05.230G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62308, B\u00fcro", "arch_name": "62308@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 43583, "seats": { @@ -464833,18 +513138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13059, "usage_id": 12 }, "5402.05.231B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62312, Flur", "arch_name": "62312@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -464852,18 +513159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50112, "usage_id": 222 }, "5402.05.240A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62401, Labor", "arch_name": "62401@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -464871,18 +513180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28793, "usage_id": 102 }, "5402.05.240B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62402, Labor", "arch_name": "62402@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -464890,18 +513201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63162, "usage_id": 102 }, "5402.05.240C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62403, Labor", "arch_name": "62403@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -464909,18 +513222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63163, "usage_id": 102 }, "5402.05.240D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62404, Labor", "arch_name": "62404@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -464928,18 +513243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50134, "usage_id": 102 }, "5402.05.240E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62405, Labor", "arch_name": "62405@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -464947,18 +513264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28879, "usage_id": 102 }, "5402.05.240F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62406, Labor", "arch_name": "62406@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -464966,18 +513285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63164, "usage_id": 102 }, "5402.05.243B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62432, Flur", "arch_name": "62432@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -464985,18 +513306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50791, "usage_id": 222 }, "5402.05.280A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62801, ELT 1", "arch_name": "62801@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465004,18 +513327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63148, "usage_id": 160 }, "5402.05.280B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62802, ELT 2", "arch_name": "62802@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -465023,18 +513348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63149, "usage_id": 160 }, "5402.05.280C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62803, ELT 3", "arch_name": "62803@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -465042,18 +513369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63150, "usage_id": 160 }, "5402.05.280D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62804, ELT 4", "arch_name": "62804@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465061,18 +513390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63151, "usage_id": 160 }, "5402.05.280E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62805, ELT 5", "arch_name": "62805@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465080,18 +513411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63152, "usage_id": 160 }, "5402.05.280F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62806, ELT 6", "arch_name": "62806@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -465099,18 +513432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63153, "usage_id": 160 }, "5402.05.280G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62807, ELT 7", "arch_name": "62807@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465118,18 +513453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63154, "usage_id": 160 }, "5402.05.280H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62808, ELT 8", "arch_name": "62808@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465137,18 +513474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63155, "usage_id": 160 }, "5402.05.280I": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62809, ELT 9", "arch_name": "62809@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465156,18 +513495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63146, "usage_id": 160 }, "5402.05.280J": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62810, ELT 10", "arch_name": "62810@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465175,18 +513516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63156, "usage_id": 160 }, "5402.05.280K": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62811, ELT 11", "arch_name": "62811@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -465194,18 +513537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63157, "usage_id": 160 }, "5402.05.280L": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62812, ELT 12", "arch_name": "62812@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465213,18 +513558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63158, "usage_id": 160 }, "5402.05.280M": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62813, ELT 13", "arch_name": "62813@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465232,18 +513579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63159, "usage_id": 160 }, "5402.05.280N": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62814, ELT 14", "arch_name": "62814@5402", "area_id": 36, "building_id": 819, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465251,18 +513600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63160, "usage_id": 160 }, "5402.06.200A": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72001, Abluftzentrale 1. Ebene", "arch_name": "72001@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465270,18 +513621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50802, "usage_id": 32 }, "5402.06.200B": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72004, Treppe", "arch_name": "72004@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465289,18 +513642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50944, "usage_id": 223 }, "5402.06.200C": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72007, Installationsschacht", "arch_name": "72007@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465308,18 +513663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50956, "usage_id": 120 }, "5402.06.200D": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72008, Installationsschacht", "arch_name": "72008@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465327,18 +513684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50962, "usage_id": 120 }, "5402.06.200E": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72009, Installationsschacht", "arch_name": "72009@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465346,18 +513705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50972, "usage_id": 120 }, "5402.06.201A": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72010, Installationsschacht", "arch_name": "72010@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465365,18 +513726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50987, "usage_id": 120 }, "5402.06.201B": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72011, Installationsschacht", "arch_name": "72011@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -465384,18 +513747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51112, "usage_id": 120 }, "5402.06.201C": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72014, Aufzug", "arch_name": "72014@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -465403,18 +513768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51121, "usage_id": 4 }, "5402.06.201D": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72015, Installationsschacht", "arch_name": "72015@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465422,18 +513789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51130, "usage_id": 120 }, "5402.06.201E": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72016, Installationsschacht", "arch_name": "72016@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465441,18 +513810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51141, "usage_id": 120 }, "5402.06.201F": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "72017, Installationsschacht", "arch_name": "72017@5402", "area_id": 36, "building_id": 819, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465460,18 +513831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51150, "usage_id": 120 }, "5402.07.200A": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "82001, Abluftzentrale 2. Ebene", "arch_name": "82001@5402", "area_id": 36, "building_id": 819, + "floor_level": "7.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465479,18 +513852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48669, "usage_id": 32 }, "5402.07.200B": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "82004, Treppe", "arch_name": "82004@5402", "area_id": 36, "building_id": 819, + "floor_level": "7.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -465498,18 +513873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48675, "usage_id": 223 }, "5402.07.200C": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "82008, Installationsschacht", "arch_name": "82008@5402", "area_id": 36, "building_id": 819, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465517,18 +513894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48682, "usage_id": 120 }, "5402.07.200D": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "82009, Installationsschacht", "arch_name": "82009@5402", "area_id": 36, "building_id": 819, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465536,18 +513915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48820, "usage_id": 120 }, "5402.07.201A": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "82010, Installationsschacht", "arch_name": "82010@5402", "area_id": 36, "building_id": 819, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465555,18 +513936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48829, "usage_id": 120 }, "5402.07.201B": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "82014, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "82014@5402", "area_id": 36, "building_id": 819, + "floor_level": "7.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465574,18 +513957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48838, "usage_id": 5 }, "5402.07.201C": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "82015, Installationsschacht", "arch_name": "82015@5402", "area_id": 36, "building_id": 819, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465593,18 +513978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48850, "usage_id": 120 }, "5402.07.201D": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "82016, Installationsschacht", "arch_name": "82016@5402", "area_id": 36, "building_id": 819, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465612,18 +513999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48858, "usage_id": 120 }, "5402.07.201E": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "82017, Installationsschacht", "arch_name": "82017@5402", "area_id": 36, "building_id": 819, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -465631,18 +514020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48993, "usage_id": 120 }, "5402.EG.200A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12001, WC-Herren Vorraum", "arch_name": "12001@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -465650,18 +514041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46468, "usage_id": 37 }, "5402.EG.200B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12002, Putzraum", "arch_name": "12002@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -465669,18 +514062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46618, "usage_id": 205 }, "5402.EG.200C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12003, Server", "arch_name": "12003@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -465688,18 +514083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46629, "usage_id": 207 }, "5402.EG.200D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12004, WC", "arch_name": "12004@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14180, "seats": { @@ -465707,18 +514104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46642, "usage_id": 114 }, "5402.EG.200E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12005, WC-Herren Vorraum", "arch_name": "12005@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -465726,18 +514125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46792, "usage_id": 37 }, "5402.EG.200F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12006, NMR", "arch_name": "12006@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14715, "seats": { @@ -465745,18 +514146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46809, "usage_id": 103 }, "5402.EG.200G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12007, Installationsschacht", "arch_name": "12007@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465764,18 +514167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46821, "usage_id": 120 }, "5402.EG.200H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12008, Installationsschacht", "arch_name": "12008@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465783,18 +514188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46837, "usage_id": 120 }, "5402.EG.200J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12009, Installationsschacht", "arch_name": "12009@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465802,18 +514209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46982, "usage_id": 120 }, "5402.EG.201A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12010, Installationsschacht", "arch_name": "12010@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465821,18 +514230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 46991, "usage_id": 120 }, "5402.EG.201B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12011, Installationsschacht", "arch_name": "12011@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465840,18 +514251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47003, "usage_id": 120 }, "5402.EG.201C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12012, Treppenraum", "arch_name": "12012@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -465859,18 +514272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 47015, "usage_id": 223 }, "5402.EG.201D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12013, Halle", "arch_name": "12013@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465878,18 +514293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44300, "usage_id": 222 }, "5402.EG.201E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12014, Aufzug", "arch_name": "12014@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -465897,18 +514314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44310, "usage_id": 4 }, "5402.EG.201F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12015, Installationsschacht", "arch_name": "12015@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465916,18 +514335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44323, "usage_id": 120 }, "5402.EG.201G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12016, Installationsschacht", "arch_name": "12016@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465935,18 +514356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44330, "usage_id": 120 }, "5402.EG.201H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12017, Installationsschacht", "arch_name": "12017@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -465954,18 +514377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44485, "usage_id": 120 }, "5402.EG.201K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12014A, Personenaufzug", "arch_name": "12014A@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -465973,18 +514398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73805, "usage_id": 4 }, "5402.EG.202A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12020, Flur", "arch_name": "12020@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -465992,18 +514419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44496, "usage_id": 222 }, "5402.EG.220A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12201, Be- und Entl\u00fcftung", "arch_name": "12201@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466011,18 +514440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44509, "usage_id": 32 }, "5402.EG.220B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12202, Lager / LM-Ausgabe", "arch_name": "12202@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -466030,18 +514461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44660, "usage_id": 30 }, "5402.EG.220C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12203, Lager / Glasausgabe", "arch_name": "12203@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -466049,18 +514482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44670, "usage_id": 30 }, "5402.EG.220D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12204, Grobmetallwerkstatt", "arch_name": "12204@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -466068,18 +514503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44681, "usage_id": 51 }, "5402.EG.220E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12205, Werkstatt", "arch_name": "12205@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -466087,18 +514524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23675, "usage_id": 108 }, "5402.EG.220F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12206, Physiklabor (einfach)", "arch_name": "12206@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43583, "seats": { @@ -466106,18 +514545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23766, "usage_id": 103 }, "5402.EG.220G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12207, Flur", "arch_name": "12207@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466125,18 +514566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44842, "usage_id": 222 }, "5402.EG.220H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12208, Lager", "arch_name": "12208@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51898, "seats": { @@ -466144,18 +514587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73796, "usage_id": 30 }, "5402.EG.220K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12209, Installationsraum", "arch_name": "12209@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466163,18 +514608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73795, "usage_id": 120 }, "5402.EG.220L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12210, Installationsraum", "arch_name": "12210@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466182,18 +514629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73802, "usage_id": 120 }, "5402.EG.220M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12211, Installationsraum", "arch_name": "12211@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466201,18 +514650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73798, "usage_id": 120 }, "5402.EG.220N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12212, Installationsraum", "arch_name": "12212@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466220,18 +514671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73797, "usage_id": 120 }, "5402.EG.220O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12213, Installationsraum", "arch_name": "12213@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466239,18 +514692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73806, "usage_id": 120 }, "5402.EG.220Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12214, Installationsraum", "arch_name": "12214@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466258,18 +514713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73801, "usage_id": 120 }, "5402.EG.220R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12215, Installationsraum", "arch_name": "12215@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466277,18 +514734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73800, "usage_id": 120 }, "5402.EG.230A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12301, Physiklabor (einfach)", "arch_name": "12301@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48497, "seats": { @@ -466296,18 +514755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 23778, "usage_id": 103 }, "5402.EG.230B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12302, Physiklabor (einfach)", "arch_name": "12302@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -466315,18 +514776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 18010, "usage_id": 103 }, "5402.EG.230C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12020, Flur", "arch_name": "12020@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466334,18 +514797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 44872, "usage_id": 222 }, "5402.EG.230D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12300, NMR-Spektrometer", "arch_name": "12300@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14712, "seats": { @@ -466353,18 +514818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45207, "usage_id": 103 }, "5402.EG.230E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12304, Verbindungsgang", "arch_name": "12304@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -466372,18 +514839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73799, "usage_id": 16 }, "5402.EG.240A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12401, Be- und Entl\u00fcftung", "arch_name": "12401@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466391,18 +514860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45214, "usage_id": 32 }, "5402.EG.240B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12402, Stromversorgung", "arch_name": "12402@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466410,18 +514881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45224, "usage_id": 160 }, "5402.EG.240C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12403, Stromversorgung", "arch_name": "12403@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466429,18 +514902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45236, "usage_id": 160 }, "5402.EG.240D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12404, Stromversorgung", "arch_name": "12404@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466448,18 +514923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45747, "usage_id": 160 }, "5402.EG.240E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12405, Stromversorgung", "arch_name": "12405@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466467,18 +514944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45762, "usage_id": 160 }, "5402.EG.240F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12406, Stromversorgung", "arch_name": "12406@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466486,18 +514965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45776, "usage_id": 160 }, "5402.EG.240G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12408A, Wasserversorgung", "arch_name": "12408A@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466505,18 +514986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45378, "usage_id": 183 }, "5402.EG.240H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12408, Lager", "arch_name": "12408@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -466524,19 +515007,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45389, "usage_id": 30 }, "5402.EG.240J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12409, Praktikum", "arch_name": "12409@5402", "area_id": 36, "building_id": 819, "calendar_resource_nr": 21627, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -466544,18 +515029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45401, "usage_id": 212 }, "5402.EG.241A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12410, Vorbereitungsraum", "arch_name": "12410@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -466563,18 +515050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45412, "usage_id": 136 }, "5402.EG.241B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12411, Flur", "arch_name": "12411@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466582,18 +515071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 45009, "usage_id": 222 }, "5402.EG.242A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12420, Treppe im Freien", "arch_name": "12420@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -466601,18 +515092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73803, "usage_id": 7 }, "5402.EG.242B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "12421, Treppe im Freien", "arch_name": "12421@5402", "area_id": 36, "building_id": 819, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -466620,18 +515113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73804, "usage_id": 7 }, "5403.01.300A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23001, WC-Damen Vorraum", "arch_name": "23001@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -466639,18 +515134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50654, "usage_id": 118 }, "5403.01.300B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23002, WC-Damen", "arch_name": "23002@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -466658,18 +515155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50661, "usage_id": 116 }, "5403.01.300C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23004, WC-Herren", "arch_name": "23004@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -466677,18 +515176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50670, "usage_id": 115 }, "5403.01.300D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23003, WC-Herren Vorraum", "arch_name": "23003@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -466696,18 +515197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50680, "usage_id": 118 }, "5403.01.300E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23005, WC-Herren", "arch_name": "23005@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -466715,18 +515218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50818, "usage_id": 115 }, "5403.01.300F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23006, Putzraum", "arch_name": "23006@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -466734,18 +515239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50831, "usage_id": 205 }, "5403.01.300G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23007, Install.Schacht", "arch_name": "23007@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466753,18 +515260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50841, "usage_id": 120 }, "5403.01.300H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23008, Install.Schacht", "arch_name": "23008@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466772,18 +515281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50849, "usage_id": 120 }, "5403.01.300J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23009, Install.Schacht", "arch_name": "23009@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466791,18 +515302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50993, "usage_id": 120 }, "5403.01.300K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23020, Toilette f. Behinderte", "arch_name": "23020@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -466810,18 +515323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73898, "usage_id": 117 }, "5403.01.301A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23010, Install.Schacht", "arch_name": "23010@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466829,18 +515344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51002, "usage_id": 120 }, "5403.01.301B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23011, Install.Schacht", "arch_name": "23011@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466848,18 +515365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51010, "usage_id": 120 }, "5403.01.301C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23012, Treppenraum", "arch_name": "23012@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -466867,18 +515386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51020, "usage_id": 223 }, "5403.01.301D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23013, Halle", "arch_name": "23013@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -466886,18 +515407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48697, "usage_id": 222 }, "5403.01.301E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23014, Aufzug", "arch_name": "23014@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -466905,18 +515428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48709, "usage_id": 4 }, "5403.01.301F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23015, Install.Schacht", "arch_name": "23015@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466924,18 +515449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50785, "usage_id": 120 }, "5403.01.301G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23016, Install.Schacht", "arch_name": "23016@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466943,18 +515470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50798, "usage_id": 120 }, "5403.01.301H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23017, Install.Schacht", "arch_name": "23017@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -466962,18 +515491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50806, "usage_id": 120 }, "5403.01.301J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23018, Fluchtweg", "arch_name": "23018@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -466981,18 +515512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50948, "usage_id": 219 }, "5403.01.301K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23019, Fluchtweg", "arch_name": "23019@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -467000,18 +515533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50959, "usage_id": 219 }, "5403.01.301L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23022, Sonderm\u00fcllzwischenlager", "arch_name": "23022@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -467019,18 +515554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50969, "usage_id": 214 }, "5403.01.302C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23021, Lager", "arch_name": "23021@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -467038,18 +515575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73896, "usage_id": 30 }, "5403.01.308A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32025, Treppe im Freien", "arch_name": "32025@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -467057,18 +515596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73901, "usage_id": 7 }, "5403.01.308B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23026, Gang, Weg im Freien", "arch_name": "23026@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467076,18 +515617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73894, "usage_id": 219 }, "5403.01.308C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23027, Gang, Weg im Freien", "arch_name": "23027@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467095,18 +515638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73892, "usage_id": 219 }, "5403.01.308D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32028, Treppe im Freien", "arch_name": "32028@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -467114,18 +515659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73899, "usage_id": 7 }, "5403.01.308E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32029, Treppe im Freien", "arch_name": "32029@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -467133,18 +515680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73900, "usage_id": 7 }, "5403.01.308F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23030, Gang, Weg im Freien", "arch_name": "23030@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467152,18 +515701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73893, "usage_id": 219 }, "5403.01.308G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32031, Treppe im Freien", "arch_name": "32031@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -467171,18 +515722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73902, "usage_id": 7 }, "5403.01.308H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23032, Gang, Weg im Freien", "arch_name": "23032@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467190,18 +515743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73895, "usage_id": 219 }, "5403.01.308I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "32033, Treppe im Freien", "arch_name": "32033@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -467209,18 +515764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73903, "usage_id": 7 }, "5403.01.310A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23101, Forschung m.fest.Arbeitspl.", "arch_name": "23101@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -467228,18 +515785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50979, "usage_id": 102 }, "5403.01.310C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23103, Chemielabor", "arch_name": "23103@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 40981, "seats": { @@ -467247,18 +515806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51113, "usage_id": 102 }, "5403.01.310D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23104, Labor", "arch_name": "23104@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51901, "seats": { @@ -467266,18 +515827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51120, "usage_id": 102 }, "5403.01.310E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23105, Labor", "arch_name": "23105@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51901, "seats": { @@ -467285,18 +515848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51129, "usage_id": 102 }, "5403.01.310F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23107, Flur", "arch_name": "23107@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -467304,18 +515869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51140, "usage_id": 222 }, "5403.01.310I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23108, Windfang", "arch_name": "23108@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -467323,18 +515890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73897, "usage_id": 52 }, "5403.01.320A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23201, Arbeitsraum", "arch_name": "23201@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51898, "seats": { @@ -467342,18 +515911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12508, "usage_id": 12 }, "5403.01.320B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23202, Chemielabor", "arch_name": "23202@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -467361,18 +515932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48667, "usage_id": 102 }, "5403.01.320E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23205, Chemielabor", "arch_name": "23205@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -467380,18 +515953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27782, "usage_id": 102 }, "5403.01.320F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23207, Reologie", "arch_name": "23207@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 47357, "seats": { @@ -467399,18 +515974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48678, "usage_id": 103 }, "5403.01.320H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23208, Chemielabor", "arch_name": "23208@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -467418,18 +515995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48690, "usage_id": 102 }, "5403.01.320J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23209, Chemielabor", "arch_name": "23209@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -467437,18 +516016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16687, "usage_id": 102 }, "5403.01.321A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23211, Aufenthalt", "arch_name": "23211@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -467456,18 +516037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48827, "usage_id": 44 }, "5403.01.321B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23212, Chemielabor", "arch_name": "23212@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14712, "seats": { @@ -467475,18 +516058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13130, "usage_id": 102 }, "5403.01.321E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23215, Flur", "arch_name": "23215@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -467494,18 +516079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50119, "usage_id": 222 }, "5403.01.330A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23301, Chemielabor", "arch_name": "23301@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -467513,18 +516100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50129, "usage_id": 102 }, "5403.01.330B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23302, Labor f\u00fcr chemische Arbeitsweisen", "arch_name": "23302@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14711, "seats": { @@ -467532,18 +516121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50141, "usage_id": 102 }, "5403.01.330C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23303, Praktikum m. fest. Arbeitspl.", "arch_name": "23303@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -467551,18 +516142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50269, "usage_id": 212 }, "5403.01.330D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23306, Flur", "arch_name": "23306@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -467570,18 +516163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50282, "usage_id": 222 }, "5403.01.340A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23401, \u00dcbungsraum", "arch_name": "23401@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -467589,18 +516184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13214, "usage_id": 211 }, "5403.01.340B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23402, Lager", "arch_name": "23402@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -467608,19 +516205,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50298, "usage_id": 30 }, "5403.01.340C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23403, Phys./Techn. \u00dcbungsraum", "arch_name": "23403@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 15198, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -467628,18 +516227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13278, "usage_id": 211 }, "5403.01.340H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23408, Pr\u00fcf.-Disput.-R./Em.Schlag", "arch_name": "23408@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -467647,18 +516248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13279, "usage_id": 196 }, "5403.01.340J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23409, Praktikum", "arch_name": "23409@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -467666,18 +516269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50446, "usage_id": 212 }, "5403.01.340K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23406, Flur", "arch_name": "23406@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -467685,18 +516290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50455, "usage_id": 222 }, "5403.01.340L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23407, Flur", "arch_name": "23407@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -467704,18 +516311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50603, "usage_id": 222 }, "5403.01.341A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23411, Phys./Techn. \u00dcbungsraum", "arch_name": "23411@5403", "area_id": 36, "building_id": 821, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -467723,18 +516332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50607, "usage_id": 211 }, "5403.02.300A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33001, Putzraum", "arch_name": "33001@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -467742,18 +516353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50623, "usage_id": 205 }, "5403.02.300B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33003, WC-Herren", "arch_name": "33003@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -467761,18 +516374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50630, "usage_id": 115 }, "5403.02.300C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33005, WC-Damen", "arch_name": "33005@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -467780,18 +516395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50640, "usage_id": 116 }, "5403.02.300D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33007, Install.Schacht", "arch_name": "33007@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467799,18 +516416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50775, "usage_id": 120 }, "5403.02.300E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33008, Install.Schacht", "arch_name": "33008@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467818,18 +516437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50853, "usage_id": 120 }, "5403.02.300F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33009, Install.Schacht", "arch_name": "33009@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467837,18 +516458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50854, "usage_id": 120 }, "5403.02.300G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "23006, WC-Herren", "arch_name": "23006@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -467856,18 +516479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73978, "usage_id": 115 }, "5403.02.301A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33010, Install.Schacht", "arch_name": "33010@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467875,18 +516500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50855, "usage_id": 120 }, "5403.02.301B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33011, Install.Schacht", "arch_name": "33011@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467894,18 +516521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50857, "usage_id": 120 }, "5403.02.301C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33012, Treppenraum", "arch_name": "33012@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -467913,18 +516542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50859, "usage_id": 223 }, "5403.02.301D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33013, Halle", "arch_name": "33013@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -467932,18 +516563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50861, "usage_id": 222 }, "5403.02.301E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33014, Aufzug", "arch_name": "33014@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -467951,18 +516584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50863, "usage_id": 4 }, "5403.02.301F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33015, Install.Schacht", "arch_name": "33015@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467970,18 +516605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50865, "usage_id": 120 }, "5403.02.301G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33016, Install.Schacht", "arch_name": "33016@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -467989,18 +516626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50867, "usage_id": 120 }, "5403.02.301H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33017, Install.Schacht", "arch_name": "33017@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -468008,18 +516647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50872, "usage_id": 120 }, "5403.02.301J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33018, Fluchtweg", "arch_name": "33018@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -468027,18 +516668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50876, "usage_id": 219 }, "5403.02.301K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33019, Fluchtweg", "arch_name": "33019@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -468046,18 +516689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50881, "usage_id": 219 }, "5403.02.301L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33022, Sonderm\u00fcllzwischenlager", "arch_name": "33022@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -468065,18 +516710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50885, "usage_id": 214 }, "5403.02.302A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33020, Fluchtweg", "arch_name": "33020@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -468084,18 +516731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50890, "usage_id": 219 }, "5403.02.302B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33021, Fluchtweg", "arch_name": "33021@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -468103,18 +516752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51029, "usage_id": 219 }, "5403.02.308A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33025, Treppe im Freien", "arch_name": "33025@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -468122,18 +516773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73976, "usage_id": 7 }, "5403.02.308B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33026, Gang, Weg im Freien", "arch_name": "33026@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -468141,18 +516794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73964, "usage_id": 219 }, "5403.02.308C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33027, Gang, Weg im Freien", "arch_name": "33027@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -468160,18 +516815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73967, "usage_id": 219 }, "5403.02.308D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33028, Treppe im Freien", "arch_name": "33028@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -468179,18 +516836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73974, "usage_id": 7 }, "5403.02.308E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33029, Treppe im Freien", "arch_name": "33029@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -468198,18 +516857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73975, "usage_id": 7 }, "5403.02.308F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33030, Gang, Weg im Freien", "arch_name": "33030@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -468217,18 +516878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73965, "usage_id": 219 }, "5403.02.308G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33031, Treppe im Freien", "arch_name": "33031@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -468236,18 +516899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73973, "usage_id": 7 }, "5403.02.308H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33032, Gang, Weg im Freien", "arch_name": "33032@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -468255,18 +516920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73966, "usage_id": 219 }, "5403.02.308I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33033, Treppe im Freien", "arch_name": "33033@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -468274,19 +516941,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73977, "usage_id": 7 }, "5403.02.310A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33101, Seminarraum", "arch_name": "33101@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 24775, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -468294,18 +516963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51034, "usage_id": 41 }, "5403.02.310C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33103, Arbeitsraum mit Besprechungsgruppe", "arch_name": "33103@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 51220, "seats": { @@ -468313,18 +516984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13071, "usage_id": 12 }, "5403.02.310D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33104, Sekretariat", "arch_name": "33104@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 14722, "seats": { @@ -468332,18 +517005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13073, "usage_id": 40 }, "5403.02.310E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33105, Sitzungs-, Konferenzraum", "arch_name": "33105@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -468351,18 +517026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51046, "usage_id": 196 }, "5403.02.310F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33106, Prof.-B\u00fcro", "arch_name": "33106@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14722, "seats": { @@ -468370,18 +517047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51050, "usage_id": 12 }, "5403.02.310G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33107, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33107@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51220, "seats": { @@ -468389,18 +517068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51056, "usage_id": 103 }, "5403.02.310H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33108, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33108@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51220, "seats": { @@ -468408,18 +517089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51061, "usage_id": 103 }, "5403.02.311A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33111, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33111@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51220, "seats": { @@ -468427,18 +517110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15925, "usage_id": 103 }, "5403.02.311B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33112, Flur", "arch_name": "33112@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -468446,18 +517131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48579, "usage_id": 222 }, "5403.02.311K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33110, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33110@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51220, "seats": { @@ -468465,19 +517152,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48584, "usage_id": 103 }, "5403.02.320A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33201, Besprechungsraum", "arch_name": "33201@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 26791, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 40981, "seats": { @@ -468485,18 +517174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48590, "usage_id": 196 }, "5403.02.320B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33202, Sekretariat", "arch_name": "33202@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 40981, "seats": { @@ -468504,18 +517195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48595, "usage_id": 40 }, "5403.02.320D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33204, Arbeitsraum mit Besprechungsgruppe", "arch_name": "33204@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43428, "seats": { @@ -468523,18 +517216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48600, "usage_id": 12 }, "5403.02.320F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33206, B\u00fcro mit Archivfunktion", "arch_name": "33206@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43428, "seats": { @@ -468542,18 +517237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48605, "usage_id": 12 }, "5403.02.320G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33207, B\u00fcro mit Archivfunktion", "arch_name": "33207@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43428, "seats": { @@ -468561,18 +517258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48610, "usage_id": 12 }, "5403.02.320H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33208, Server", "arch_name": "33208@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39906, "seats": { @@ -468580,18 +517279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48739, "usage_id": 207 }, "5403.02.320I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33209, Biochemisches Labor", "arch_name": "33209@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43428, "seats": { @@ -468599,18 +517300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48743, "usage_id": 102 }, "5403.02.321A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33210, Biochemisches Labor", "arch_name": "33210@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43428, "seats": { @@ -468618,18 +517321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48749, "usage_id": 102 }, "5403.02.321B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33212, Biochemisches Labor", "arch_name": "33212@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43428, "seats": { @@ -468637,18 +517342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48757, "usage_id": 102 }, "5403.02.321D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33214, Biochemisches Labor", "arch_name": "33214@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43428, "seats": { @@ -468656,18 +517363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48760, "usage_id": 102 }, "5403.02.321H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33218, Teek\u00fcche", "arch_name": "33218@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43428, "seats": { @@ -468675,18 +517384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48765, "usage_id": 198 }, "5403.02.321I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33219, Druckerraum", "arch_name": "33219@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43428, "seats": { @@ -468694,18 +517405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48768, "usage_id": 110 }, "5403.02.321K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33220, Lager", "arch_name": "33220@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43428, "seats": { @@ -468713,18 +517426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48904, "usage_id": 30 }, "5403.02.321L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33221, Lichtschleuse", "arch_name": "33221@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43428, "seats": { @@ -468732,18 +517447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48913, "usage_id": 105 }, "5403.02.322B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33222, Proteinbiochemie", "arch_name": "33222@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43428, "seats": { @@ -468751,18 +517468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48922, "usage_id": 102 }, "5403.02.322F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33226, Auswertung NMR Experimente, Strukturrechnun", "arch_name": "33226@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43428, "seats": { @@ -468770,18 +517489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48930, "usage_id": 12 }, "5403.02.322G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33227, Auswertung NMR Experimente, Strukturrechnun", "arch_name": "33227@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43428, "seats": { @@ -468789,18 +517510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48940, "usage_id": 12 }, "5403.02.322H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33228, Auswertung NMR Experimente, Strukturrechnun", "arch_name": "33228@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43428, "seats": { @@ -468808,18 +517531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49080, "usage_id": 12 }, "5403.02.323A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33230, Flur", "arch_name": "33230@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -468827,18 +517552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49088, "usage_id": 222 }, "5403.02.323B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33231, Flur", "arch_name": "33231@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -468846,19 +517573,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49096, "usage_id": 222 }, "5403.02.330A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33301, Lager", "arch_name": "33301@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 20661, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -468866,18 +517595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49106, "usage_id": 30 }, "5403.02.330B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33302, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33302@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -468885,18 +517616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12331, "usage_id": 12 }, "5403.02.330C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33303, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33303@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -468904,18 +517637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12494, "usage_id": 12 }, "5403.02.330D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33304, B\u00fcro", "arch_name": "33304@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -468923,18 +517658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12496, "usage_id": 12 }, "5403.02.330E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33305, Elektronische Werkstatt", "arch_name": "33305@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -468942,18 +517679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49437, "usage_id": 51 }, "5403.02.330F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33306, Elektronische Werkstatt", "arch_name": "33306@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -468961,18 +517700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26722, "usage_id": 51 }, "5403.02.330H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33308, B\u00fcro", "arch_name": "33308@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -468980,18 +517721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26725, "usage_id": 12 }, "5403.02.330J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33309, B\u00fcro", "arch_name": "33309@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -468999,18 +517742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26731, "usage_id": 12 }, "5403.02.330K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33002, WC-Herren Vorraum", "arch_name": "33002@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -469018,18 +517763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73970, "usage_id": 118 }, "5403.02.330L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33004, WC-Damen Vorraum", "arch_name": "33004@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -469037,18 +517784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73969, "usage_id": 118 }, "5403.02.330M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33203, B\u00fcro", "arch_name": "33203@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 43428, "seats": { @@ -469056,18 +517805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73968, "usage_id": 12 }, "5403.02.331A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33311, B\u00fcro", "arch_name": "33311@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -469075,18 +517826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12551, "usage_id": 12 }, "5403.02.331B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33312, Flur", "arch_name": "33312@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -469094,18 +517847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49916, "usage_id": 222 }, "5403.02.331K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33310, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "33310@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -469113,18 +517868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49927, "usage_id": 12 }, "5403.02.340A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33401, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33401@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -469132,18 +517889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12561, "usage_id": 12 }, "5403.02.340B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33402, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33402@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -469151,18 +517910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12563, "usage_id": 12 }, "5403.02.340C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33403, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33403@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -469170,18 +517931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12610, "usage_id": 12 }, "5403.02.340D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33404, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33404@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -469189,18 +517952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12612, "usage_id": 12 }, "5403.02.340E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33405, Physiklabor", "arch_name": "33405@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -469208,18 +517973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49609, "usage_id": 103 }, "5403.02.340K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33409, Dusche, auch Gruppen", "arch_name": "33409@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -469227,18 +517994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49619, "usage_id": 113 }, "5403.02.340L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33408, Teek\u00fcche", "arch_name": "33408@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -469246,18 +518015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49258, "usage_id": 198 }, "5403.02.340M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33411, Duschraum", "arch_name": "33411@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -469265,18 +518036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73971, "usage_id": 113 }, "5403.02.340N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33413, Duschraum", "arch_name": "33413@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -469284,18 +518057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73972, "usage_id": 113 }, "5403.02.341B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33412, ADV-Kleinrechneranlage", "arch_name": "33412@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14722, "seats": { @@ -469303,18 +518078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49270, "usage_id": 207 }, "5403.02.341D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33414/33418, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33414/33418@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -469322,19 +518099,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49280, "usage_id": 103 }, "5403.02.341K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33410, Labor", "arch_name": "33410@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 18236, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14722, "seats": { @@ -469342,18 +518121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49286, "usage_id": 194 }, "5403.02.342A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33429, Flur", "arch_name": "33429@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -469361,18 +518142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49740, "usage_id": 222 }, "5403.02.342B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33422, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33422@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51898, "seats": { @@ -469380,18 +518163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12691, "usage_id": 12 }, "5403.02.342C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33423, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33423@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51898, "seats": { @@ -469399,18 +518184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12695, "usage_id": 12 }, "5403.02.342D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33424, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "33424@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -469418,18 +518205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12757, "usage_id": 12 }, "5403.02.342E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33425, Phys. Messraum mit lufttechn. Anf.", "arch_name": "33425@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -469437,18 +518226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49772, "usage_id": 103 }, "5403.02.343A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "33430, Flur", "arch_name": "33430@5403", "area_id": 36, "building_id": 821, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -469456,18 +518247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57732, "usage_id": 222 }, "5403.03.300A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43001, Putzraum", "arch_name": "43001@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -469475,18 +518268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57741, "usage_id": 205 }, "5403.03.300B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43003, WC-Herren", "arch_name": "43003@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -469494,18 +518289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57748, "usage_id": 115 }, "5403.03.300C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43005, WC-Vorraum", "arch_name": "43005@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -469513,18 +518310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57756, "usage_id": 37 }, "5403.03.300D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43007, Install.Schacht", "arch_name": "43007@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469532,18 +518331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57763, "usage_id": 120 }, "5403.03.300E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43008, Install.Schacht", "arch_name": "43008@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469551,18 +518352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57883, "usage_id": 120 }, "5403.03.300F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43009, Install.Schacht", "arch_name": "43009@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469570,18 +518373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57897, "usage_id": 120 }, "5403.03.300G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43002, WC-Herren Vorraum", "arch_name": "43002@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -469589,18 +518394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73985, "usage_id": 118 }, "5403.03.300H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43004, WC-Damen Vorraum", "arch_name": "43004@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -469608,18 +518415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73983, "usage_id": 118 }, "5403.03.300I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43006, WC-Herren", "arch_name": "43006@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -469627,18 +518436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73992, "usage_id": 115 }, "5403.03.301A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43010, Install.Schacht", "arch_name": "43010@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469646,18 +518457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57910, "usage_id": 120 }, "5403.03.301B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43011, Install.Schacht", "arch_name": "43011@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469665,18 +518478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57918, "usage_id": 120 }, "5403.03.301C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43012, Treppenraum", "arch_name": "43012@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -469684,18 +518499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58031, "usage_id": 223 }, "5403.03.301D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43013, Halle", "arch_name": "43013@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -469703,18 +518520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58040, "usage_id": 222 }, "5403.03.301E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43014, Aufzug", "arch_name": "43014@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -469722,18 +518541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58051, "usage_id": 4 }, "5403.03.301F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43015, Install.Schacht", "arch_name": "43015@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469741,18 +518562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58061, "usage_id": 120 }, "5403.03.301G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43016, Install.Schacht", "arch_name": "43016@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469760,18 +518583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58071, "usage_id": 120 }, "5403.03.301H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43017, Install.Schacht", "arch_name": "43017@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469779,18 +518604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58189, "usage_id": 120 }, "5403.03.301J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43018, Fluchtweg", "arch_name": "43018@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -469798,18 +518625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58199, "usage_id": 219 }, "5403.03.301K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43019, Fluchtweg", "arch_name": "43019@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -469817,18 +518646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58206, "usage_id": 219 }, "5403.03.301L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43022, Sonderm\u00fcllzwischenlager", "arch_name": "43022@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Terrazzo", "main_operator_id": 48298, "seats": { @@ -469836,18 +518667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58221, "usage_id": 214 }, "5403.03.302A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43020, Fluchtweg", "arch_name": "43020@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -469855,18 +518688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58343, "usage_id": 219 }, "5403.03.302B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43021, Fluchtweg", "arch_name": "43021@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -469874,18 +518709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58353, "usage_id": 219 }, "5403.03.308A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43025, Treppe im Freien", "arch_name": "43025@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -469893,18 +518730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73988, "usage_id": 7 }, "5403.03.308B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43026, Gang, Weg im Freien", "arch_name": "43026@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469912,18 +518751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73980, "usage_id": 219 }, "5403.03.308C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43027, Gang, Weg im Freien", "arch_name": "43027@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469931,18 +518772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73979, "usage_id": 219 }, "5403.03.308D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43028, Treppe im Freien", "arch_name": "43028@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -469950,18 +518793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73990, "usage_id": 7 }, "5403.03.308E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43029, Treppe im Freien", "arch_name": "43029@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -469969,18 +518814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73991, "usage_id": 7 }, "5403.03.308F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43030, Gang, Weg im Freien", "arch_name": "43030@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -469988,18 +518835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73981, "usage_id": 219 }, "5403.03.308G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43031, Treppe im Freien", "arch_name": "43031@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -470007,18 +518856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73987, "usage_id": 7 }, "5403.03.308H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43032, Gang, Weg im Freien", "arch_name": "43032@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -470026,18 +518877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73982, "usage_id": 219 }, "5403.03.308I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43033, Treppe im Freien", "arch_name": "43033@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -470045,18 +518898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73989, "usage_id": 7 }, "5403.03.310A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43101, \u00dcbungsraum", "arch_name": "43101@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 48497, "seats": { @@ -470064,18 +518919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58366, "usage_id": 131 }, "5403.03.310C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43103, Arbeitsraum mit exp. Arbeitsplatz", "arch_name": "43103@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48497, "seats": { @@ -470083,18 +518940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13017, "usage_id": 12 }, "5403.03.310D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43104, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "43104@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48497, "seats": { @@ -470102,18 +518961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13021, "usage_id": 12 }, "5403.03.310E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43105, Sitzungs-, Konferenzraum", "arch_name": "43105@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48497, "seats": { @@ -470121,18 +518982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58505, "usage_id": 196 }, "5403.03.310F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43106, Arbeitsraum mit Besprechungsgruppe", "arch_name": "43106@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48497, "seats": { @@ -470140,18 +519003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13076, "usage_id": 12 }, "5403.03.310G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43107, EDV", "arch_name": "43107@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48497, "seats": { @@ -470159,18 +519024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58516, "usage_id": 207 }, "5403.03.310H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43108, Aufenthalt", "arch_name": "43108@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48497, "seats": { @@ -470178,18 +519045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13086, "usage_id": 44 }, "5403.03.310J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43109, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "43109@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48497, "seats": { @@ -470197,18 +519066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13091, "usage_id": 12 }, "5403.03.311K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43110, Phys. Messraum mit lufttechn. Anf.", "arch_name": "43110@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48497, "seats": { @@ -470216,18 +519087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58660, "usage_id": 103 }, "5403.03.311L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43112, Flur", "arch_name": "43112@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -470235,18 +519108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58665, "usage_id": 222 }, "5403.03.320A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43201, Physiklabor (einfach)", "arch_name": "43201@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 46937, "seats": { @@ -470254,18 +519129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58672, "usage_id": 103 }, "5403.03.320B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43202, Labor", "arch_name": "43202@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 46938, "seats": { @@ -470273,18 +519150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13175, "usage_id": 103 }, "5403.03.320C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43203, Labor", "arch_name": "43203@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14715, "seats": { @@ -470292,18 +519171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56459, "usage_id": 103 }, "5403.03.320D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43204, Labor", "arch_name": "43204@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 46937, "seats": { @@ -470311,18 +519192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13184, "usage_id": 103 }, "5403.03.320E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43205, B\u00fcro", "arch_name": "43205@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 22510, "seats": { @@ -470330,18 +519213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56478, "usage_id": 12 }, "5403.03.320F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43206, B\u00fcro", "arch_name": "43206@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 46938, "seats": { @@ -470349,18 +519234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56486, "usage_id": 12 }, "5403.03.320G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43207, B\u00fcro", "arch_name": "43207@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 46938, "seats": { @@ -470368,18 +519255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56609, "usage_id": 12 }, "5403.03.320H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43208, Sp\u00fclraum", "arch_name": "43208@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 46937, "seats": { @@ -470387,18 +519276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56617, "usage_id": 209 }, "5403.03.321B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43212, Physiklabor", "arch_name": "43212@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 46937, "seats": { @@ -470406,18 +519297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56624, "usage_id": 103 }, "5403.03.321D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43214, Labor", "arch_name": "43214@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 46938, "seats": { @@ -470425,18 +519318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56632, "usage_id": 103 }, "5403.03.321H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43218, K\u00fchlraum f.wiss.-techn.Zwecke", "arch_name": "43218@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 46938, "seats": { @@ -470444,18 +519339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56741, "usage_id": 199 }, "5403.03.321I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43219, Futtermittel-Labor", "arch_name": "43219@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -470463,18 +519360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56747, "usage_id": 168 }, "5403.03.321K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43210, Physiklabor", "arch_name": "43210@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 46937, "seats": { @@ -470482,18 +519381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56757, "usage_id": 103 }, "5403.03.322B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43222, Aufenthalt", "arch_name": "43222@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 47357, "seats": { @@ -470501,18 +519402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56766, "usage_id": 44 }, "5403.03.322C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43223, Morphologisches Labor", "arch_name": "43223@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 47357, "seats": { @@ -470520,18 +519423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56776, "usage_id": 102 }, "5403.03.322E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43225, Physiklabor", "arch_name": "43225@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 47357, "seats": { @@ -470539,18 +519444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56888, "usage_id": 103 }, "5403.03.322G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43227, Physiklabor", "arch_name": "43227@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 47357, "seats": { @@ -470558,18 +519465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16237, "usage_id": 103 }, "5403.03.322H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43229, Flur", "arch_name": "43229@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -470577,18 +519486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56902, "usage_id": 222 }, "5403.03.322K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43220, Elektromikrokospie", "arch_name": "43220@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -470596,18 +519507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56909, "usage_id": 103 }, "5403.03.323A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43230, Flur", "arch_name": "43230@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -470615,18 +519528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56916, "usage_id": 222 }, "5403.03.330A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43301, Labor", "arch_name": "43301@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 47357, "seats": { @@ -470634,18 +519549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57034, "usage_id": 102 }, "5403.03.330B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43302, Labor", "arch_name": "43302@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 47357, "seats": { @@ -470653,18 +519570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57047, "usage_id": 194 }, "5403.03.330C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43303, Phys. Messraum mit lufttechn. Anf.", "arch_name": "43303@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 47357, "seats": { @@ -470672,18 +519591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57057, "usage_id": 103 }, "5403.03.330D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43307, Gruppen", "arch_name": "43307@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -470691,18 +519612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69557, "usage_id": 131 }, "5403.03.330J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43309, Arbeitsraum mit Besprechungsgruppe", "arch_name": "43309@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 43583, "seats": { @@ -470710,18 +519633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12380, "usage_id": 12 }, "5403.03.331A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43311, Arbeitsraum mit Besprechungsgruppe", "arch_name": "43311@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -470729,18 +519654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12382, "usage_id": 12 }, "5403.03.331B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43312, Arbeitsraum mit exp. Arbeitsplatz", "arch_name": "43312@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 47357, "seats": { @@ -470748,18 +519675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12386, "usage_id": 12 }, "5403.03.331C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43313, Flur", "arch_name": "43313@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -470767,18 +519696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57199, "usage_id": 222 }, "5403.03.331K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43310, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "43310@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14722, "seats": { @@ -470786,18 +519717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12394, "usage_id": 12 }, "5403.03.340A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43401, Labor", "arch_name": "43401@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -470805,18 +519738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57331, "usage_id": 102 }, "5403.03.340B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43402, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "43402@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -470824,18 +519759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12401, "usage_id": 12 }, "5403.03.340C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43403, Labor f\u00fcr chemische Arbeitsweisen", "arch_name": "43403@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14706, "seats": { @@ -470843,18 +519780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26762, "usage_id": 102 }, "5403.03.340D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43404, Labor f\u00fcr chemische Arbeitsweisen", "arch_name": "43404@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14706, "seats": { @@ -470862,18 +519801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57356, "usage_id": 102 }, "5403.03.340F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43406, Chemielabor", "arch_name": "43406@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14706, "seats": { @@ -470881,18 +519822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26838, "usage_id": 102 }, "5403.03.340G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43407, Chemielabor (KNSTL.B.,MV)", "arch_name": "43407@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14706, "seats": { @@ -470900,18 +519843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16770, "usage_id": 102 }, "5403.03.340H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43408, Teek\u00fcche", "arch_name": "43408@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -470919,18 +519864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57500, "usage_id": 198 }, "5403.03.340J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43409, Dusche", "arch_name": "43409@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -470938,18 +519885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57508, "usage_id": 113 }, "5403.03.340K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43411, Duschraum", "arch_name": "43411@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -470957,18 +519906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73986, "usage_id": 113 }, "5403.03.340L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43412, Duschraum", "arch_name": "43412@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -470976,18 +519927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73984, "usage_id": 113 }, "5403.03.341D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43414, Physiklabor", "arch_name": "43414@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51220, "seats": { @@ -470995,18 +519948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57624, "usage_id": 103 }, "5403.03.341H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43418, Chemie-Lager", "arch_name": "43418@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 49297, "seats": { @@ -471014,18 +519969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57630, "usage_id": 132 }, "5403.03.341K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43410, Physiklabor", "arch_name": "43410@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14706, "seats": { @@ -471033,18 +519990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57642, "usage_id": 103 }, "5403.03.342B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43422, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "43422@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48497, "seats": { @@ -471052,18 +520011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11567, "usage_id": 12 }, "5403.03.342C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43423, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "43423@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48497, "seats": { @@ -471071,18 +520032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11603, "usage_id": 12 }, "5403.03.342D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43424, Phys. Messraum mit lufttechn. Anf.", "arch_name": "43424@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48497, "seats": { @@ -471090,18 +520053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27042, "usage_id": 103 }, "5403.03.342F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43426, Labor", "arch_name": "43426@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48497, "seats": { @@ -471109,18 +520074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27047, "usage_id": 102 }, "5403.03.342J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43429, Flur", "arch_name": "43429@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -471128,18 +520095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57790, "usage_id": 222 }, "5403.03.342K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43420, Chemie-Lager", "arch_name": "43420@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 49297, "seats": { @@ -471147,18 +520116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57800, "usage_id": 132 }, "5403.03.342L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "43430, Flur", "arch_name": "43430@5403", "area_id": 36, "building_id": 821, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -471166,18 +520137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57931, "usage_id": 222 }, "5403.04.300A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53001, Putzraum", "arch_name": "53001@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -471185,18 +520158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57937, "usage_id": 205 }, "5403.04.300B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53003, WC-Herren", "arch_name": "53003@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -471204,18 +520179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57944, "usage_id": 115 }, "5403.04.300C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53005, WC-Damen", "arch_name": "53005@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -471223,18 +520200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57954, "usage_id": 116 }, "5403.04.300D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53007, Install.Schacht", "arch_name": "53007@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471242,18 +520221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58077, "usage_id": 120 }, "5403.04.300E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53008, Install.Schacht", "arch_name": "53008@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471261,18 +520242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58083, "usage_id": 120 }, "5403.04.300F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53009, Install.Schacht", "arch_name": "53009@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471280,18 +520263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58093, "usage_id": 120 }, "5403.04.300G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53002, WC-Herren Vorraum", "arch_name": "53002@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -471299,18 +520284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74003, "usage_id": 118 }, "5403.04.300H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53004, WC-Damen Vorraum", "arch_name": "53004@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -471318,18 +520305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74001, "usage_id": 118 }, "5403.04.300J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53006, WC-Herren", "arch_name": "53006@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -471337,18 +520326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74012, "usage_id": 115 }, "5403.04.301A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53010, Install.Schacht", "arch_name": "53010@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471356,18 +520347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58098, "usage_id": 120 }, "5403.04.301B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53011, Install.Schacht", "arch_name": "53011@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471375,18 +520368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58106, "usage_id": 120 }, "5403.04.301C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53012, Treppenraum", "arch_name": "53012@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -471394,18 +520389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58231, "usage_id": 223 }, "5403.04.301D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53013, Halle", "arch_name": "53013@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -471413,18 +520410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58242, "usage_id": 222 }, "5403.04.301E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53014, Aufzug", "arch_name": "53014@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -471432,18 +520431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58251, "usage_id": 4 }, "5403.04.301F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53015, Install.Schacht", "arch_name": "53015@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471451,18 +520452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58257, "usage_id": 120 }, "5403.04.301G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53016, Install.Schacht", "arch_name": "53016@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471470,18 +520473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58265, "usage_id": 120 }, "5403.04.301H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53017, Install.Schacht", "arch_name": "53017@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471489,18 +520494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58394, "usage_id": 120 }, "5403.04.301J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53018, Fluchtweg", "arch_name": "53018@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -471508,18 +520515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58400, "usage_id": 219 }, "5403.04.301K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53019, Fluchtweg", "arch_name": "53019@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -471527,18 +520536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58409, "usage_id": 219 }, "5403.04.301L": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53022, Sonderm\u00fcllzwischenlager", "arch_name": "53022@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -471546,18 +520557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58528, "usage_id": 214 }, "5403.04.302A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53020, Fluchtweg", "arch_name": "53020@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -471565,18 +520578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58539, "usage_id": 219 }, "5403.04.302B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53021, Fluchtweg", "arch_name": "53021@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -471584,18 +520599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58549, "usage_id": 219 }, "5403.04.308A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53025, Treppe im Freien", "arch_name": "53025@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -471603,18 +520620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74008, "usage_id": 7 }, "5403.04.308B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53026, Gang, Weg im Freien", "arch_name": "53026@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471622,18 +520641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73996, "usage_id": 219 }, "5403.04.308C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53027, Gang, Weg im Freien", "arch_name": "53027@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471641,18 +520662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73995, "usage_id": 219 }, "5403.04.308D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53028, Treppe im Freien", "arch_name": "53028@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -471660,18 +520683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74010, "usage_id": 7 }, "5403.04.308E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53029, Treppe im Freien", "arch_name": "53029@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -471679,18 +520704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74011, "usage_id": 7 }, "5403.04.308F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53030, Gang, Weg im Freien", "arch_name": "53030@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471698,18 +520725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73993, "usage_id": 219 }, "5403.04.308G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53231, Flur", "arch_name": "53231@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -471717,18 +520746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73999, "usage_id": 222 }, "5403.04.308H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53032, Gang, Weg im Freien", "arch_name": "53032@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -471736,18 +520767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73994, "usage_id": 219 }, "5403.04.308I": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53033, Treppe im Freien", "arch_name": "53033@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -471755,18 +520788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74009, "usage_id": 7 }, "5403.04.308J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53031, Treppe im Freien", "arch_name": "53031@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -471774,18 +520809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74007, "usage_id": 7 }, "5403.04.310A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53101, \u00dcbungsraum", "arch_name": "53101@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -471793,18 +520830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11919, "usage_id": 131 }, "5403.04.310B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53102, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "53102@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 47357, "seats": { @@ -471812,18 +520851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11921, "usage_id": 12 }, "5403.04.310C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53103, B\u00fcro", "arch_name": "53103@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -471831,18 +520872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58692, "usage_id": 12 }, "5403.04.310D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53104, Sekretariat", "arch_name": "53104@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -471850,18 +520893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11933, "usage_id": 40 }, "5403.04.310E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53105, Prof.-B\u00fcro", "arch_name": "53105@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -471869,19 +520914,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11937, "usage_id": 12 }, "5403.04.310F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53106, Praktikum u. Seminarraum", "arch_name": "53106@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 18030, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -471889,18 +520936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11971, "usage_id": 211 }, "5403.04.310H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53108, Elektronikwerkstatt", "arch_name": "53108@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Laminat", "main_operator_id": 14180, "seats": { @@ -471908,18 +520957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56498, "usage_id": 51 }, "5403.04.310J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53109, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "53109@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Laminat", "main_operator_id": 14180, "seats": { @@ -471927,18 +520978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11977, "usage_id": 12 }, "5403.04.311A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53112, Flur", "arch_name": "53112@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -471946,18 +520999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56513, "usage_id": 222 }, "5403.04.311K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53110, Gebetsraum", "arch_name": "53110@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -471965,18 +521020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17253, "usage_id": 129 }, "5403.04.320A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53201, CVD-Labor", "arch_name": "53201@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -471984,18 +521041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26063, "usage_id": 102 }, "5403.04.320B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53202, CVD-Labor", "arch_name": "53202@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472003,18 +521062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56648, "usage_id": 102 }, "5403.04.320C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53203, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "53203@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472022,18 +521083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56659, "usage_id": 12 }, "5403.04.320D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53204, B\u00fcro Vermietung BTA/LGA", "arch_name": "53204@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -472041,18 +521104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56666, "usage_id": 12 }, "5403.04.320E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53205, Lager", "arch_name": "53205@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472060,18 +521125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56782, "usage_id": 30 }, "5403.04.320F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53206, Feinmechanische Werkstatt", "arch_name": "53206@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472079,18 +521146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56790, "usage_id": 108 }, "5403.04.320G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53209A, Dunkelkammer-Schleuse", "arch_name": "53209A@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472098,18 +521167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56798, "usage_id": 105 }, "5403.04.320J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53209, Archiv", "arch_name": "53209@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472117,18 +521188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56805, "usage_id": 2 }, "5403.04.321A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53212, Dunkelkammer-Schleuse", "arch_name": "53212@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472136,18 +521209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56812, "usage_id": 105 }, "5403.04.321B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53216, Dunkelkammer-Schleuse", "arch_name": "53216@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472155,18 +521230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56927, "usage_id": 105 }, "5403.04.321C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53213, Messlabor", "arch_name": "53213@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472174,18 +521251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56935, "usage_id": 103 }, "5403.04.321G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53217, HL-Reinstraum-Labor", "arch_name": "53217@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -472193,18 +521272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56938, "usage_id": 103 }, "5403.04.321H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53218, Schleuse", "arch_name": "53218@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -472212,18 +521293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74006, "usage_id": 105 }, "5403.04.321K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53210, Roentgendiffraktraum", "arch_name": "53210@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472231,18 +521314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56950, "usage_id": 103 }, "5403.04.321L": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53221, Serverraum", "arch_name": "53221@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472250,18 +521335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74000, "usage_id": 207 }, "5403.04.322A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53229, Flur", "arch_name": "53229@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472269,18 +521356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57076, "usage_id": 222 }, "5403.04.322B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53222, Mess u. Elektroniklabor", "arch_name": "53222@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472288,18 +521377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57084, "usage_id": 103 }, "5403.04.322C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53223, CVD-Labor", "arch_name": "53223@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472307,18 +521398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57096, "usage_id": 103 }, "5403.04.322D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53233, Flur", "arch_name": "53233@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -472326,18 +521419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73998, "usage_id": 222 }, "5403.04.322E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53225, ESCA-Labor", "arch_name": "53225@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472345,18 +521440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57105, "usage_id": 103 }, "5403.04.322G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53227, HL-Reinstraum-Labor", "arch_name": "53227@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -472364,18 +521461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57220, "usage_id": 103 }, "5403.04.322H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53228, HL-Reinstraum-Labor", "arch_name": "53228@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472383,18 +521482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57230, "usage_id": 103 }, "5403.04.322K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53220, HL-Reinstraum-Labor", "arch_name": "53220@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -472402,18 +521503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57240, "usage_id": 103 }, "5403.04.323A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53230, Flur", "arch_name": "53230@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472421,18 +521524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57250, "usage_id": 222 }, "5403.04.323B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53232, Schleuse", "arch_name": "53232@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -472440,19 +521545,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74004, "usage_id": 105 }, "5403.04.330A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53301, Seminarraum", "arch_name": "53301@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 15182, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -472460,19 +521567,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12291, "usage_id": 41 }, "5403.04.330F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53306, Leseplatz m. B\u00fccherstellfl\u00e4che", "arch_name": "53306@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 15248, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -472480,18 +521589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26517, "usage_id": 10 }, "5403.04.330G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53305, Lager", "arch_name": "53305@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -472499,18 +521610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69556, "usage_id": 30 }, "5403.04.331A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53313, Flur", "arch_name": "53313@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472518,18 +521631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57392, "usage_id": 222 }, "5403.04.340A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53401, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "53401@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -472537,18 +521652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57399, "usage_id": 12 }, "5403.04.340B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53402, B\u00fcro", "arch_name": "53402@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -472556,18 +521673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11412, "usage_id": 12 }, "5403.04.340D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53404, Prof.-B\u00fcro", "arch_name": "53404@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14722, "seats": { @@ -472575,18 +521694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11414, "usage_id": 12 }, "5403.04.340E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53405, Chemielabor", "arch_name": "53405@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -472594,18 +521715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57538, "usage_id": 102 }, "5403.04.340F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53406, Labor f\u00fcr chemische Arbeitsweisen", "arch_name": "53406@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -472613,18 +521736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57548, "usage_id": 102 }, "5403.04.340G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53408, Teek\u00fcche", "arch_name": "53408@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472632,18 +521757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57668, "usage_id": 198 }, "5403.04.340H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53409, Dusche", "arch_name": "53409@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472651,18 +521778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57677, "usage_id": 113 }, "5403.04.340I": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53411, Duschraum", "arch_name": "53411@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -472670,18 +521799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74005, "usage_id": 113 }, "5403.04.341B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53412, Phys. Messraum", "arch_name": "53412@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -472689,18 +521820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57686, "usage_id": 103 }, "5403.04.341C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53413, Duschraum", "arch_name": "53413@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -472708,18 +521841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74002, "usage_id": 113 }, "5403.04.341H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53418, Physiklabor einfach", "arch_name": "53418@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -472727,18 +521862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57802, "usage_id": 103 }, "5403.04.341K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53410, Chemielabor (KNSTL.B.,MV)", "arch_name": "53410@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -472746,18 +521883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57814, "usage_id": 102 }, "5403.04.342A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53429, Flur", "arch_name": "53429@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472765,18 +521904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57825, "usage_id": 222 }, "5403.04.342B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53422, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "53422@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 47598, "seats": { @@ -472784,18 +521925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57836, "usage_id": 12 }, "5403.04.342C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53423, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "53423@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 47598, "seats": { @@ -472803,18 +521946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57968, "usage_id": 12 }, "5403.04.342D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53424, B\u00fcro", "arch_name": "53424@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 23184, "seats": { @@ -472822,19 +521967,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73997, "usage_id": 12 }, "5403.04.342E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53425, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "53425@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 18010, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 23184, "seats": { @@ -472842,18 +521989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11714, "usage_id": 12 }, "5403.04.342F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53426, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "53426@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 23184, "seats": { @@ -472861,18 +522010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11718, "usage_id": 12 }, "5403.04.342G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53427, Labor f\u00fcr chemische Arbeitsweisen", "arch_name": "53427@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14722, "seats": { @@ -472880,18 +522031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58112, "usage_id": 102 }, "5403.04.343A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "53430, Flur", "arch_name": "53430@5403", "area_id": 36, "building_id": 821, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -472899,18 +522052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58121, "usage_id": 222 }, "5403.05.210H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62108, B\u00fcro", "arch_name": "62108@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 23182, "seats": { @@ -472918,18 +522073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74027, "usage_id": 12 }, "5403.05.210I": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62110, B\u00fcro", "arch_name": "62110@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 23182, "seats": { @@ -472937,18 +522094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73859, "usage_id": 12 }, "5403.05.210J": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62109, B\u00fcro", "arch_name": "62109@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 43583, "seats": { @@ -472956,18 +522115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74024, "usage_id": 12 }, "5403.05.210K": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62111, B\u00fcro", "arch_name": "62111@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 54139, "seats": { @@ -472975,18 +522136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74022, "usage_id": 12 }, "5403.05.210L": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62112, B\u00fcro", "arch_name": "62112@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 23182, "seats": { @@ -472994,18 +522157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73858, "usage_id": 12 }, "5403.05.210M": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62116, Besprechungsraum", "arch_name": "62116@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 23182, "seats": { @@ -473013,18 +522178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74013, "usage_id": 196 }, "5403.05.211A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62115, B\u00fcro", "arch_name": "62115@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 54139, "seats": { @@ -473032,18 +522199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74021, "usage_id": 12 }, "5403.05.211C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62113, B\u00fcro", "arch_name": "62113@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 54139, "seats": { @@ -473051,18 +522220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74025, "usage_id": 12 }, "5403.05.211D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62114, B\u00fcro", "arch_name": "62114@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 23182, "seats": { @@ -473070,18 +522241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74023, "usage_id": 12 }, "5403.05.211E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62117, B\u00fcro", "arch_name": "62117@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 54139, "seats": { @@ -473089,18 +522262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74014, "usage_id": 12 }, "5403.05.300A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63001, NIP II", "arch_name": "63001@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -473108,18 +522283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58130, "usage_id": 160 }, "5403.05.300B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63002, WC-Vorraum", "arch_name": "63002@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -473127,18 +522304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58137, "usage_id": 37 }, "5403.05.300C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63003, WC-Herren", "arch_name": "63003@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -473146,18 +522325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58144, "usage_id": 115 }, "5403.05.300D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63004, Treppenraum", "arch_name": "63004@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -473165,18 +522346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58273, "usage_id": 223 }, "5403.05.300E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63007, Install.Schacht", "arch_name": "63007@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473184,18 +522367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58279, "usage_id": 120 }, "5403.05.300F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63008, Install.Schacht", "arch_name": "63008@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473203,18 +522388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58290, "usage_id": 120 }, "5403.05.300G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63009, Install.Schacht", "arch_name": "63009@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473222,18 +522409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58301, "usage_id": 120 }, "5403.05.300H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63005, WC-Damen Vorraum", "arch_name": "63005@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -473241,18 +522430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73864, "usage_id": 118 }, "5403.05.300I": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63006, WC-Herren Vorraum", "arch_name": "63006@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -473260,18 +522451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73863, "usage_id": 118 }, "5403.05.300J": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63023, Putzraum", "arch_name": "63023@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -473279,18 +522472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73879, "usage_id": 205 }, "5403.05.301A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63010, Install.Schacht", "arch_name": "63010@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473298,18 +522493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58423, "usage_id": 120 }, "5403.05.301B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63011, Install.Schacht", "arch_name": "63011@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473317,18 +522514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58435, "usage_id": 120 }, "5403.05.301C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63012, Treppenraum", "arch_name": "63012@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -473336,18 +522535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58448, "usage_id": 223 }, "5403.05.301D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63013, Halle", "arch_name": "63013@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -473355,18 +522556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58457, "usage_id": 222 }, "5403.05.301E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63014, Aufzug", "arch_name": "63014@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -473374,18 +522577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58573, "usage_id": 4 }, "5403.05.301F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63015, Install.Schacht", "arch_name": "63015@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473393,18 +522598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58579, "usage_id": 120 }, "5403.05.301G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63016, Install.Schacht", "arch_name": "63016@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473412,18 +522619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58591, "usage_id": 120 }, "5403.05.301H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63017, Install.Schacht", "arch_name": "63017@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473431,18 +522640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58607, "usage_id": 120 }, "5403.05.301I": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63021, Flur", "arch_name": "63021@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473450,18 +522661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73862, "usage_id": 222 }, "5403.05.301K": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63019, Fluchtweg", "arch_name": "63019@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -473469,18 +522682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58737, "usage_id": 219 }, "5403.05.301L": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63022, Sonderm\u00fcllzwischenlager", "arch_name": "63022@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -473488,18 +522703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58748, "usage_id": 214 }, "5403.05.308A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63025, Treppe im Freien", "arch_name": "63025@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -473507,18 +522724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73881, "usage_id": 7 }, "5403.05.308B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63026, Gang, Weg im Freien", "arch_name": "63026@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473526,18 +522745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74017, "usage_id": 219 }, "5403.05.308C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63027, Gang, Weg im Freien", "arch_name": "63027@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473545,18 +522766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74016, "usage_id": 219 }, "5403.05.308D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63028, Treppe im Freien", "arch_name": "63028@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -473564,18 +522787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73883, "usage_id": 7 }, "5403.05.308E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63029, Treppe im Freien", "arch_name": "63029@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -473583,18 +522808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73884, "usage_id": 7 }, "5403.05.308F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63030, Gang, Weg im Freien", "arch_name": "63030@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473602,18 +522829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74019, "usage_id": 219 }, "5403.05.308G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63031, Treppe im Freien", "arch_name": "63031@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -473621,18 +522850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73880, "usage_id": 7 }, "5403.05.308H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63032, Gang, Weg im Freien", "arch_name": "63032@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -473640,18 +522871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74020, "usage_id": 219 }, "5403.05.308I": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63033, Treppe im Freien", "arch_name": "63033@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -473659,18 +522892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73882, "usage_id": 7 }, "5403.05.310A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63101, Besprechungsraum/PC-Raum", "arch_name": "63101@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 23182, "seats": { @@ -473678,18 +522913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56545, "usage_id": 196 }, "5403.05.310C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63103, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63103@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 23182, "seats": { @@ -473697,18 +522934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12023, "usage_id": 12 }, "5403.05.310D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63104, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63104@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 23182, "seats": { @@ -473716,18 +522955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12024, "usage_id": 12 }, "5403.05.310E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63105, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63105@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 23182, "seats": { @@ -473735,18 +522976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12083, "usage_id": 12 }, "5403.05.310F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63106, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63106@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 23182, "seats": { @@ -473754,18 +522997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12091, "usage_id": 12 }, "5403.05.310G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63107, Bibliothek", "arch_name": "63107@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Laminat", "main_operator_id": 54997, "seats": { @@ -473773,19 +523018,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26082, "usage_id": 10 }, "5403.05.311K": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63110, Seminarraum", "arch_name": "63110@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 18008, + "floor_level": "5.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 51898, "seats": { @@ -473793,18 +523040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12099, "usage_id": 41 }, "5403.05.311L": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63112, Flur", "arch_name": "63112@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -473812,18 +523061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56820, "usage_id": 222 }, "5403.05.320A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63201, Lager", "arch_name": "63201@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51898, "seats": { @@ -473831,19 +523082,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17268, "usage_id": 30 }, "5403.05.320B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63202, Aufenthalt", "arch_name": "63202@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 15178, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -473851,18 +523104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12158, "usage_id": 44 }, "5403.05.320D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63204, CIP-Pool", "arch_name": "63204@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -473870,18 +523125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74015, "usage_id": 213 }, "5403.05.320F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63206, B\u00fcro", "arch_name": "63206@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -473889,18 +523146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56840, "usage_id": 12 }, "5403.05.320H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63208, B\u00fcro", "arch_name": "63208@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51898, "seats": { @@ -473908,18 +523167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56961, "usage_id": 12 }, "5403.05.320I": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63207, B\u00fcro", "arch_name": "63207@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -473927,18 +523188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73860, "usage_id": 12 }, "5403.05.320J": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63209, Aufenthaltsraum", "arch_name": "63209@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -473946,18 +523209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74026, "usage_id": 44 }, "5403.05.321D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63214, HPLC III", "arch_name": "63214@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51898, "seats": { @@ -473965,18 +523230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56971, "usage_id": 102 }, "5403.05.321F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63216, Lager", "arch_name": "63216@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51898, "seats": { @@ -473984,18 +523251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56980, "usage_id": 30 }, "5403.05.321H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63218, W\u00e4geraum", "arch_name": "63218@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51898, "seats": { @@ -474003,18 +523272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57114, "usage_id": 103 }, "5403.05.322B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63222, Praktikum LC III", "arch_name": "63222@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -474022,18 +523293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57127, "usage_id": 212 }, "5403.05.322C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63223, B\u00fcro", "arch_name": "63223@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -474041,18 +523314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73861, "usage_id": 12 }, "5403.05.322E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63225, Besprechung", "arch_name": "63225@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51898, "seats": { @@ -474060,18 +523335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12273, "usage_id": 196 }, "5403.05.322H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63229, Flur", "arch_name": "63229@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -474079,18 +523356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57253, "usage_id": 222 }, "5403.05.322K": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63220, CIP-Pool", "arch_name": "63220@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51898, "seats": { @@ -474098,18 +523377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12281, "usage_id": 213 }, "5403.05.323A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63230, Flur", "arch_name": "63230@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -474117,18 +523398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57274, "usage_id": 222 }, "5403.05.331L": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "62120, Flur", "arch_name": "62120@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -474136,19 +523419,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57839, "usage_id": 222 }, "5403.05.340A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63401, Seminar/\u00dcbungsraum", "arch_name": "63401@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 12658, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 14706, "seats": { @@ -474156,18 +523441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11504, "usage_id": 131 }, "5403.05.340C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63403, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63403@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474175,18 +523462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11507, "usage_id": 12 }, "5403.05.340D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63404, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63404@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474194,18 +523483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57869, "usage_id": 12 }, "5403.05.340E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63405, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63405@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 50919, "seats": { @@ -474213,19 +523504,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11510, "usage_id": 12 }, "5403.05.340F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63406, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63406@5403", "area_id": 36, "building_id": 821, "calendar_resource_nr": 18147, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 50919, "seats": { @@ -474233,18 +523526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11513, "usage_id": 12 }, "5403.05.340G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63407, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63407@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 50919, "seats": { @@ -474252,18 +523547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11568, "usage_id": 12 }, "5403.05.340H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63408, Kopierer", "arch_name": "63408@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474271,18 +523568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58020, "usage_id": 110 }, "5403.05.340I": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63409, Kopierer", "arch_name": "63409@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51898, "seats": { @@ -474290,18 +523589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58030, "usage_id": 110 }, "5403.05.341B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63412, Lesepl. m. B\u00fccherstellpl\u00e4tze", "arch_name": "63412@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474309,18 +523610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58150, "usage_id": 10 }, "5403.05.341D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63414, Lager", "arch_name": "63414@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474328,18 +523631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58163, "usage_id": 30 }, "5403.05.341E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63415, Tee- u. Kaffeek\u00fcche", "arch_name": "63415@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474347,18 +523652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58171, "usage_id": 198 }, "5403.05.341K": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63410, EDV", "arch_name": "63410@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474366,18 +523673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58182, "usage_id": 207 }, "5403.05.342B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63422, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63422@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474385,18 +523694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11625, "usage_id": 12 }, "5403.05.342C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63423, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63423@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474404,18 +523715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11628, "usage_id": 12 }, "5403.05.342D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63424, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63424@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474423,18 +523736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58325, "usage_id": 12 }, "5403.05.342E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63425, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63425@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474442,18 +523757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11684, "usage_id": 12 }, "5403.05.342F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63426, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63426@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474461,18 +523778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11687, "usage_id": 12 }, "5403.05.342G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63427, Arbeitsraum ohne Besprechungsgruppe", "arch_name": "63427@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 51898, "seats": { @@ -474480,18 +523799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11690, "usage_id": 12 }, "5403.05.342H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63428, Sekretariat", "arch_name": "63428@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51898, "seats": { @@ -474499,18 +523820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11694, "usage_id": 40 }, "5403.05.342J": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63429, Flur", "arch_name": "63429@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -474518,18 +523841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58486, "usage_id": 222 }, "5403.05.342K": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63420, Arbeitsraum mit Besprechungsgruppe", "arch_name": "63420@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51898, "seats": { @@ -474537,18 +523862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11749, "usage_id": 12 }, "5403.05.343A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63430, Flur", "arch_name": "63430@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -474556,18 +523883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58620, "usage_id": 222 }, "5403.05.343D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "63431, Besprechungsraum", "arch_name": "63431@5403", "area_id": 36, "building_id": 821, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -474575,18 +523904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74018, "usage_id": 196 }, "5403.06.300A": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73001, Abluftzentrale", "arch_name": "73001@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -474594,18 +523925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58627, "usage_id": 32 }, "5403.06.300B": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73004, Treppenraum", "arch_name": "73004@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -474613,18 +523946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58635, "usage_id": 223 }, "5403.06.300C": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73007, Install.Schacht", "arch_name": "73007@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -474632,18 +523967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58644, "usage_id": 120 }, "5403.06.300D": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73008, Install.Schacht", "arch_name": "73008@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474651,18 +523988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58764, "usage_id": 120 }, "5403.06.300E": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73009, Install.Schacht", "arch_name": "73009@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474670,18 +524009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58769, "usage_id": 120 }, "5403.06.301F": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73010, Install.Schacht", "arch_name": "73010@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474689,18 +524030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58777, "usage_id": 120 }, "5403.06.301G": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73011, Install.Schacht", "arch_name": "73011@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -474708,18 +524051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58787, "usage_id": 120 }, "5403.06.301H": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73014, Aufzug", "arch_name": "73014@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -474727,18 +524072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56417, "usage_id": 4 }, "5403.06.301J": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73015, Install.Schacht", "arch_name": "73015@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474746,18 +524093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56426, "usage_id": 120 }, "5403.06.301K": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73016, Install.Schacht", "arch_name": "73016@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474765,18 +524114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56436, "usage_id": 120 }, "5403.06.301L": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "73017, Install.Schacht", "arch_name": "73017@5403", "area_id": 36, "building_id": 821, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474784,18 +524135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56444, "usage_id": 120 }, "5403.07.300A": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "83001, Abluftzentrale", "arch_name": "83001@5403", "area_id": 36, "building_id": 821, + "floor_level": "7.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -474803,18 +524156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56454, "usage_id": 32 }, "5403.07.300B": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "83004, Treppe", "arch_name": "83004@5403", "area_id": 36, "building_id": 821, + "floor_level": "7.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -474822,18 +524177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56571, "usage_id": 223 }, "5403.07.300C": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "83008, Install.Schacht", "arch_name": "83008@5403", "area_id": 36, "building_id": 821, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474841,18 +524198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56580, "usage_id": 120 }, "5403.07.300D": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "83009, Install.Schacht", "arch_name": "83009@5403", "area_id": 36, "building_id": 821, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474860,18 +524219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56590, "usage_id": 120 }, "5403.07.301F": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "83010, Install.Schacht", "arch_name": "83010@5403", "area_id": 36, "building_id": 821, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474879,18 +524240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56597, "usage_id": 120 }, "5403.07.301H": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "83014, Aufzugs-u. F\u00f6rdermaschinenraum", "arch_name": "83014@5403", "area_id": 36, "building_id": 821, + "floor_level": "7.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -474898,18 +524261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56700, "usage_id": 5 }, "5403.07.301J": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "83015, Install.Schacht", "arch_name": "83015@5403", "area_id": 36, "building_id": 821, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474917,18 +524282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56710, "usage_id": 120 }, "5403.07.301K": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "83016, Install.Schacht", "arch_name": "83016@5403", "area_id": 36, "building_id": 821, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474936,18 +524303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56718, "usage_id": 120 }, "5403.07.301L": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "83017, Install.Schacht", "arch_name": "83017@5403", "area_id": 36, "building_id": 821, + "floor_level": "7.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -474955,18 +524324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56727, "usage_id": 120 }, "5403.EG.300A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13001, WC-Vorraum Herren", "arch_name": "13001@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -474974,18 +524345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48999, "usage_id": 37 }, "5403.EG.300B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13002, Putzraum", "arch_name": "13002@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -474993,18 +524366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49009, "usage_id": 205 }, "5403.EG.300C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13003, Putzraum", "arch_name": "13003@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -475012,18 +524387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49020, "usage_id": 205 }, "5403.EG.300D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13004, WC", "arch_name": "13004@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14180, "seats": { @@ -475031,18 +524408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49028, "usage_id": 114 }, "5403.EG.300E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13005, WC-Vorraum Herren", "arch_name": "13005@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -475050,18 +524429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49166, "usage_id": 37 }, "5403.EG.300F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13007, Installationsschacht", "arch_name": "13007@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475069,18 +524450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49178, "usage_id": 120 }, "5403.EG.300G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13008, Installationsschacht", "arch_name": "13008@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475088,18 +524471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49188, "usage_id": 120 }, "5403.EG.300H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13009, Installationsschacht", "arch_name": "13009@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475107,18 +524492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49198, "usage_id": 120 }, "5403.EG.301A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13010, Installationsschacht", "arch_name": "13010@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475126,18 +524513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49331, "usage_id": 120 }, "5403.EG.301B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13011, Installationsschacht", "arch_name": "13011@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475145,18 +524534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49343, "usage_id": 120 }, "5403.EG.301C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13012, Treppenraum", "arch_name": "13012@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -475164,18 +524555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49351, "usage_id": 223 }, "5403.EG.301D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13013, Flur", "arch_name": "13013@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475183,18 +524576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49358, "usage_id": 222 }, "5403.EG.301E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13014, Aufzug", "arch_name": "13014@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -475202,18 +524597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49369, "usage_id": 4 }, "5403.EG.301F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13015, Installationsschacht", "arch_name": "13015@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475221,18 +524618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49499, "usage_id": 120 }, "5403.EG.301G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13016, Installationsschacht", "arch_name": "13016@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475240,18 +524639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49509, "usage_id": 120 }, "5403.EG.301H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13017, Installationsschacht", "arch_name": "13017@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475259,18 +524660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49521, "usage_id": 120 }, "5403.EG.301I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13018, Flur", "arch_name": "13018@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475278,18 +524681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73963, "usage_id": 222 }, "5403.EG.308A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13025, Treppe im Freien", "arch_name": "13025@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -475297,18 +524702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73874, "usage_id": 7 }, "5403.EG.308B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13026, Treppe im Freien", "arch_name": "13026@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -475316,18 +524723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73878, "usage_id": 7 }, "5403.EG.308C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13027, Treppe im Freien", "arch_name": "13027@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -475335,18 +524744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73877, "usage_id": 7 }, "5403.EG.308D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13028, Treppe im Freien", "arch_name": "13028@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -475354,18 +524765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73876, "usage_id": 7 }, "5403.EG.308E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13030, Treppe im Freien", "arch_name": "13030@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -475373,18 +524786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73875, "usage_id": 7 }, "5403.EG.310A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13101, B\u00fcro", "arch_name": "13101@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -475392,18 +524807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49532, "usage_id": 12 }, "5403.EG.310B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13102, Lager", "arch_name": "13102@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -475411,18 +524828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49663, "usage_id": 30 }, "5403.EG.310C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13103, Lager/Baufirmen", "arch_name": "13103@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 33167, "seats": { @@ -475430,18 +524849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49672, "usage_id": 30 }, "5403.EG.310E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13105, Lager", "arch_name": "13105@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -475449,18 +524870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49683, "usage_id": 30 }, "5403.EG.310F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13106, Labor", "arch_name": "13106@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14722, "seats": { @@ -475468,18 +524891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49689, "usage_id": 194 }, "5403.EG.310G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13107, Laser-Labor", "arch_name": "13107@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14722, "seats": { @@ -475487,18 +524912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28396, "usage_id": 103 }, "5403.EG.311J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13110, Flur", "arch_name": "13110@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -475506,18 +524933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49820, "usage_id": 222 }, "5403.EG.320A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13201, Be- und Entl\u00fcftung", "arch_name": "13201@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475525,18 +524954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49828, "usage_id": 32 }, "5403.EG.320B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13202, Lager Umbau Hofgeb\u00e4ude", "arch_name": "13202@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14180, "seats": { @@ -475544,18 +524975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49831, "usage_id": 30 }, "5403.EG.320C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13203, Lager Umbau Hofgeb\u00e4ude", "arch_name": "13203@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14180, "seats": { @@ -475563,18 +524996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49842, "usage_id": 30 }, "5403.EG.320D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13204, Lager Umbau Hofgeb\u00e4ude", "arch_name": "13204@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14180, "seats": { @@ -475582,18 +525017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49850, "usage_id": 30 }, "5403.EG.320E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13205, Lager", "arch_name": "13205@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 25925, "seats": { @@ -475601,18 +525038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49981, "usage_id": 30 }, "5403.EG.320F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13206, Flur", "arch_name": "13206@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 25925, "seats": { @@ -475620,18 +525059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49987, "usage_id": 222 }, "5403.EG.320G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13207, Installationsraum", "arch_name": "13207@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475639,18 +525080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73867, "usage_id": 120 }, "5403.EG.320H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13208, Installationsraum", "arch_name": "13208@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -475658,18 +525101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73869, "usage_id": 120 }, "5403.EG.320I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13210, Installationsraum", "arch_name": "13210@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475677,18 +525122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73868, "usage_id": 120 }, "5403.EG.320J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13209, Installationsraum", "arch_name": "13209@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475696,18 +525143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73873, "usage_id": 120 }, "5403.EG.320K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13211, Installationsraum", "arch_name": "13211@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475715,18 +525164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73870, "usage_id": 120 }, "5403.EG.320L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13213, Installationsraum", "arch_name": "13213@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475734,18 +525185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73871, "usage_id": 120 }, "5403.EG.320M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13212, Installationsraum", "arch_name": "13212@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475753,18 +525206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73890, "usage_id": 120 }, "5403.EG.320N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13214, Installationsraum", "arch_name": "13214@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475772,18 +525227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73872, "usage_id": 120 }, "5403.EG.320O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13014A, Personenaufzug", "arch_name": "13014A@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -475791,18 +525248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73891, "usage_id": 4 }, "5403.EG.321A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13301A, B\u00fcro", "arch_name": "13301A@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475810,18 +525269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73866, "usage_id": 12 }, "5403.EG.330A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13301, Lager", "arch_name": "13301@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475829,18 +525290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49994, "usage_id": 30 }, "5403.EG.330B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13302, Installation", "arch_name": "13302@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475848,18 +525311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50000, "usage_id": 120 }, "5403.EG.330C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13304, Flur", "arch_name": "13304@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475867,18 +525332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50009, "usage_id": 222 }, "5403.EG.330D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13303, Durchfahrt", "arch_name": "13303@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -475886,18 +525353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50149, "usage_id": 13 }, "5403.EG.340A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13401, Be- und Entl\u00fcftung", "arch_name": "13401@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475905,18 +525374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50166, "usage_id": 32 }, "5403.EG.340C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13403, Stromversorgung", "arch_name": "13403@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475924,18 +525395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50179, "usage_id": 160 }, "5403.EG.340D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13404, Stromversorgung", "arch_name": "13404@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475943,18 +525416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50310, "usage_id": 160 }, "5403.EG.340E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13405, Stromversorgung", "arch_name": "13405@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475962,18 +525437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50316, "usage_id": 160 }, "5403.EG.340F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13406, Stromversorgung", "arch_name": "13406@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -475981,18 +525458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50324, "usage_id": 160 }, "5403.EG.340G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13407, B\u00fcro f. Hausmeister/Technik", "arch_name": "13407@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 38597, "seats": { @@ -476000,18 +525479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13109, "usage_id": 12 }, "5403.EG.340H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13408, Lager", "arch_name": "13408@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -476019,18 +525500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50342, "usage_id": 30 }, "5403.EG.340J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13409, Lager", "arch_name": "13409@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -476038,18 +525521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50478, "usage_id": 30 }, "5403.EG.341A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13411, Lager", "arch_name": "13411@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 25925, "seats": { @@ -476057,18 +525542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50488, "usage_id": 30 }, "5403.EG.341B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13415, Flur", "arch_name": "13415@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476076,18 +525563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50508, "usage_id": 222 }, "5403.EG.341D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13417, Flur", "arch_name": "13417@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476095,18 +525584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50644, "usage_id": 222 }, "5403.EG.341E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "13418, B\u00fcro", "arch_name": "13418@5403", "area_id": 36, "building_id": 821, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476114,18 +525605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73865, "usage_id": 12 }, "5404.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 201, K\u00e4lteanlage", "arch_name": "1 HG 201@5404", "area_id": 36, "building_id": 815, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476133,18 +525626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56854, "usage_id": 32 }, "5404.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 202, Niederspannung", "arch_name": "1 HG 202@5404", "area_id": 36, "building_id": 815, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476152,18 +525647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56864, "usage_id": 160 }, "5404.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 203, Trafo I", "arch_name": "1 HG 203@5404", "area_id": 36, "building_id": 815, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476171,18 +525668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56871, "usage_id": 160 }, "5404.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 204, Trafo II", "arch_name": "1 HG 204@5404", "area_id": 36, "building_id": 815, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476190,18 +525689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56879, "usage_id": 160 }, "5404.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 205, Trafo III", "arch_name": "1 HG 205@5404", "area_id": 36, "building_id": 815, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476209,18 +525710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57150, "usage_id": 160 }, "5404.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 206, Lager", "arch_name": "1 HG 206@5404", "area_id": 36, "building_id": 815, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -476228,18 +525731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57157, "usage_id": 30 }, "5404.EG.006A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 206A, Lager", "arch_name": "1 HG 206A@5404", "area_id": 36, "building_id": 815, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -476247,18 +525752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57164, "usage_id": 30 }, "5404.EG.006B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 206B, Garage", "arch_name": "1 HG 206B@5404", "area_id": 36, "building_id": 815, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51898, "seats": { @@ -476266,18 +525773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57171, "usage_id": 100 }, "5404.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 201, K\u00e4lteanlage", "arch_name": "0 HG 201@5404", "area_id": 36, "building_id": 815, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476285,18 +525794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56733, "usage_id": 32 }, "5404.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG202, Solebeh\u00e4lter", "arch_name": "0 HG202@5404", "area_id": 36, "building_id": 815, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476304,18 +525815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56846, "usage_id": 184 }, "5406.01.600A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26001, WC", "arch_name": "26001@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -476323,18 +525836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55090, "usage_id": 114 }, "5406.01.600B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26002, WC-Vorraum", "arch_name": "26002@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -476342,18 +525857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55106, "usage_id": 37 }, "5406.01.600C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26003, WC-Vorraum", "arch_name": "26003@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -476361,18 +525878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55114, "usage_id": 37 }, "5406.01.600D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26004, WC", "arch_name": "26004@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -476380,18 +525899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55122, "usage_id": 114 }, "5406.01.600E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26005, WC", "arch_name": "26005@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -476399,18 +525920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55247, "usage_id": 114 }, "5406.01.600F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26006, Putzraum", "arch_name": "26006@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -476418,18 +525941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55256, "usage_id": 205 }, "5406.01.600G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26007, Installationsschacht", "arch_name": "26007@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -476437,18 +525962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55267, "usage_id": 120 }, "5406.01.600H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26008, Installationsschacht", "arch_name": "26008@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476456,18 +525983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55275, "usage_id": 120 }, "5406.01.600J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26009, Installationsschacht", "arch_name": "26009@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476475,18 +526004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55287, "usage_id": 120 }, "5406.01.600K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26021, Toilette f. Behinderte", "arch_name": "26021@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -476494,18 +526025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73933, "usage_id": 117 }, "5406.01.601A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26010, Installationsschacht", "arch_name": "26010@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476513,18 +526046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55425, "usage_id": 120 }, "5406.01.601B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26011, Installationsschacht", "arch_name": "26011@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -476532,18 +526067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55433, "usage_id": 120 }, "5406.01.601C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26012, Treppenraum", "arch_name": "26012@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -476551,18 +526088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55439, "usage_id": 223 }, "5406.01.601D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26013, Halle", "arch_name": "26013@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -476570,18 +526109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55447, "usage_id": 222 }, "5406.01.601E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26014, Aufzug", "arch_name": "26014@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -476589,18 +526130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55578, "usage_id": 4 }, "5406.01.601F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26015, Installationsschacht", "arch_name": "26015@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476608,18 +526151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55587, "usage_id": 120 }, "5406.01.601G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26016, Installationsschacht", "arch_name": "26016@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476627,18 +526172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55596, "usage_id": 120 }, "5406.01.601H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26017, Installationsschacht", "arch_name": "26017@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476646,18 +526193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55606, "usage_id": 120 }, "5406.01.601J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26018, Fluchtweg", "arch_name": "26018@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -476665,18 +526214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55613, "usage_id": 219 }, "5406.01.601K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26019, Fluchtweg", "arch_name": "26019@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -476684,18 +526235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55744, "usage_id": 219 }, "5406.01.601L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26020, Sonderm\u00fcllzwischenlager", "arch_name": "26020@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -476703,18 +526256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55753, "usage_id": 214 }, "5406.01.601M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26014B, Installationsschacht", "arch_name": "26014B@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476722,18 +526277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73940, "usage_id": 120 }, "5406.01.608A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26025, Treppe im Freien", "arch_name": "26025@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -476741,18 +526298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73939, "usage_id": 7 }, "5406.01.608B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26026, Gang, Weg im Freien", "arch_name": "26026@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476760,18 +526319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73928, "usage_id": 219 }, "5406.01.608C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26027, Treppe im Freien", "arch_name": "26027@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -476779,18 +526340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73938, "usage_id": 7 }, "5406.01.608D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26028, Gang, Weg im Freien", "arch_name": "26028@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476798,18 +526361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73926, "usage_id": 219 }, "5406.01.608E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26029, Treppe im Freien", "arch_name": "26029@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -476817,18 +526382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73937, "usage_id": 7 }, "5406.01.608F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26030, Treppe im Freien", "arch_name": "26030@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -476836,18 +526403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73936, "usage_id": 7 }, "5406.01.608G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26031, Gang, Weg im Freien", "arch_name": "26031@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -476855,18 +526424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73935, "usage_id": 219 }, "5406.01.610A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26101, Praktikum mit festem Arbeitsplatz", "arch_name": "26101@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51898, "seats": { @@ -476874,18 +526445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11488, "usage_id": 212 }, "5406.01.610B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26103, Flur", "arch_name": "26103@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -476893,18 +526466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55765, "usage_id": 222 }, "5406.01.620A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26201, Mikrobiologisches Labor", "arch_name": "26201@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -476912,18 +526487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55772, "usage_id": 102 }, "5406.01.620B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26202, Biochemische & molekulargenetische Labor", "arch_name": "26202@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -476931,18 +526508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55907, "usage_id": 102 }, "5406.01.620G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26207, Autoklavenraum", "arch_name": "26207@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -476950,18 +526529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16000, "usage_id": 194 }, "5406.01.620H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26208, GC-Analytiklabor", "arch_name": "26208@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -476969,18 +526550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55918, "usage_id": 102 }, "5406.01.620J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26209, B\u00fcro", "arch_name": "26209@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 44284, "seats": { @@ -476988,18 +526571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55927, "usage_id": 12 }, "5406.01.621B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26212, Praktikum mit festem Arbeitsplatz", "arch_name": "26212@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -477007,18 +526592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56066, "usage_id": 212 }, "5406.01.621E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26215, Lager mit Brandschutz", "arch_name": "26215@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -477026,18 +526613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56074, "usage_id": 30 }, "5406.01.621F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26216, Chemielabor (KNSTL.B.,MV)", "arch_name": "26216@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -477045,18 +526634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56082, "usage_id": 102 }, "5406.01.621K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26210, Biochemische & molekulargenetische Labor", "arch_name": "26210@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -477064,18 +526655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56090, "usage_id": 102 }, "5406.01.621L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26217, Flur", "arch_name": "26217@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -477083,19 +526676,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56225, "usage_id": 222 }, "5406.01.630A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26301, Praktikum mit festem Arbeitsplatz", "arch_name": "26301@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 15162, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -477103,18 +526698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11578, "usage_id": 212 }, "5406.01.630E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26305, Chemikalienlager", "arch_name": "26305@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -477122,18 +526719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56240, "usage_id": 132 }, "5406.01.630F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26306, Vorbereitungsraum", "arch_name": "26306@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -477141,18 +526740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56252, "usage_id": 136 }, "5406.01.630G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26307, Flur", "arch_name": "26307@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -477160,18 +526761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56383, "usage_id": 222 }, "5406.01.630H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26308, Windfang", "arch_name": "26308@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -477179,19 +526782,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73932, "usage_id": 52 }, "5406.01.640A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26401, B\u00fcro/Mittelbewilligung", "arch_name": "26401@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 17891, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 14874, "seats": { @@ -477199,18 +526804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13383, "usage_id": 12 }, "5406.01.640B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26403, B\u00fcro", "arch_name": "26403@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 14874, "seats": { @@ -477218,18 +526825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73925, "usage_id": 12 }, "5406.01.640D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26404, B\u00fcro/Reisekosten", "arch_name": "26404@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 14874, "seats": { @@ -477237,18 +526846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56397, "usage_id": 12 }, "5406.01.640E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26405, B\u00fcro/Reisekosten", "arch_name": "26405@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 14874, "seats": { @@ -477256,18 +526867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32695, "usage_id": 12 }, "5406.01.640F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26406, B\u00fcro", "arch_name": "26406@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 14874, "seats": { @@ -477275,18 +526888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56409, "usage_id": 12 }, "5406.01.640G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26407, B\u00fcro/Personalwesen", "arch_name": "26407@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 14874, "seats": { @@ -477294,18 +526909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13396, "usage_id": 12 }, "5406.01.640M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26416, Teek\u00fcche", "arch_name": "26416@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 14874, "seats": { @@ -477313,18 +526930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73930, "usage_id": 198 }, "5406.01.641": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26409, Vorbereitungsraum", "arch_name": "26409@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -477332,19 +526951,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73929, "usage_id": 136 }, "5406.01.641A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "CH 26411, Emil-Erlenmeyer-H\u00f6rsaal", "arch_name": "26411@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 12581, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -477352,19 +526973,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31250, "usage_id": 20 }, "5406.01.641K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "CH 26410, \u00dcbungsraum", "arch_name": "26410@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 15220, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -477372,18 +526995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15545, "usage_id": 131 }, "5406.01.641L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26415, Flur", "arch_name": "26415@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -477391,19 +527016,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54049, "usage_id": 222 }, "5406.01.650A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26501, Wickeltisch/M\u00fctterraumVerbandsraum", "arch_name": "26501@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 32212, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14874, "seats": { @@ -477411,18 +527038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54176, "usage_id": 178 }, "5406.01.650B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26502, B\u00fcro", "arch_name": "26502@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14874, "seats": { @@ -477430,18 +527059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31348, "usage_id": 12 }, "5406.01.650C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26503, B\u00fcro", "arch_name": "26503@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38665, "seats": { @@ -477449,19 +527080,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54189, "usage_id": 12 }, "5406.01.650D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26504, Studenten-Aufenthaltsraum", "arch_name": "26504@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 33652, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14874, "seats": { @@ -477469,19 +527102,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54196, "usage_id": 44 }, "5406.01.650E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26505, Sitzungs- / Konferenzraum", "arch_name": "26505@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 31932, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14874, "seats": { @@ -477489,18 +527124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54204, "usage_id": 196 }, "5406.01.650F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26506, Arbeitsraum/ohne Besp.Grp.", "arch_name": "26506@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14874, "seats": { @@ -477508,18 +527145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29799, "usage_id": 12 }, "5406.01.650G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26507, Arbeitsraum/ohne Besp.Grp.", "arch_name": "26507@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 14874, "seats": { @@ -477527,18 +527166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54337, "usage_id": 12 }, "5406.01.650J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26509, Arbeitsraum/ohne Besp.Grp.", "arch_name": "26509@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 14874, "seats": { @@ -477546,18 +527187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29818, "usage_id": 12 }, "5406.01.650L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26514, Lager", "arch_name": "26514@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -477565,18 +527208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73931, "usage_id": 30 }, "5406.01.651A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26511, Flur", "arch_name": "26511@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -477584,18 +527229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54491, "usage_id": 222 }, "5406.01.651B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26512, Flur", "arch_name": "26512@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -477603,18 +527250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54500, "usage_id": 222 }, "5406.01.651K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26510, Poststelle", "arch_name": "26510@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -477622,18 +527271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16623, "usage_id": 180 }, "5406.01.908H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "26032, Gang, Weg im Freien", "arch_name": "26032@5406", "area_id": 36, "building_id": 824, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -477641,18 +527292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73927, "usage_id": 219 }, "5406.02.600A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36001, Putzraum", "arch_name": "36001@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -477660,18 +527313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54521, "usage_id": 205 }, "5406.02.600B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36003, WC", "arch_name": "36003@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -477679,18 +527334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54641, "usage_id": 114 }, "5406.02.600D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36007, Installationsschacht", "arch_name": "36007@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -477698,18 +527355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54662, "usage_id": 120 }, "5406.02.600E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36008, Installationsschacht", "arch_name": "36008@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -477717,18 +527376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54669, "usage_id": 120 }, "5406.02.600F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36009, Installationsschacht", "arch_name": "36009@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -477736,18 +527397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54678, "usage_id": 120 }, "5406.02.600G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36003, Server", "arch_name": "36003@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -477755,18 +527418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73140, "usage_id": 207 }, "5406.02.601A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36010, Installationsschacht", "arch_name": "36010@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -477774,18 +527439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54812, "usage_id": 120 }, "5406.02.601B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36011, Installschacht", "arch_name": "36011@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -477793,18 +527460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54818, "usage_id": 120 }, "5406.02.601C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36012, Treppenraum", "arch_name": "36012@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -477812,18 +527481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54825, "usage_id": 223 }, "5406.02.601D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36013, Flur", "arch_name": "36013@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -477831,18 +527502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54832, "usage_id": 222 }, "5406.02.601E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36014, Aufzug", "arch_name": "36014@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -477850,18 +527523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54839, "usage_id": 4 }, "5406.02.601F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36015, Installationsschacht", "arch_name": "36015@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -477869,18 +527544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54846, "usage_id": 120 }, "5406.02.601G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36016, Installationsschacht", "arch_name": "36016@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -477888,18 +527565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54974, "usage_id": 120 }, "5406.02.601H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36017, Installationsschacht", "arch_name": "36017@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -477907,18 +527586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54982, "usage_id": 120 }, "5406.02.601J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36018, Flucht", "arch_name": "36018@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -477926,18 +527607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54990, "usage_id": 219 }, "5406.02.601K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36019, Flur", "arch_name": "36019@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -477945,18 +527628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54996, "usage_id": 222 }, "5406.02.601L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36024, Sonderm\u00fcllzwischenlager", "arch_name": "36024@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -477964,18 +527649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55002, "usage_id": 214 }, "5406.02.601M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36026, Gang, Weg im Freien", "arch_name": "36026@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -477983,18 +527670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73888, "usage_id": 219 }, "5406.02.601O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36022, WC-Damen", "arch_name": "36022@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -478002,18 +527691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74910, "usage_id": 116 }, "5406.02.602A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36020, Flucht", "arch_name": "36020@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -478021,18 +527712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55010, "usage_id": 219 }, "5406.02.602B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36021, Flur", "arch_name": "36021@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -478040,18 +527733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55132, "usage_id": 222 }, "5406.02.608A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36025, Treppe im Freien", "arch_name": "36025@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -478059,18 +527754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73947, "usage_id": 7 }, "5406.02.608B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36027, Treppe im Freien", "arch_name": "36027@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -478078,18 +527775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73946, "usage_id": 7 }, "5406.02.608C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36028, Gang, Weg im Freien", "arch_name": "36028@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -478097,18 +527796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73887, "usage_id": 219 }, "5406.02.608D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36029, Treppe im Freien", "arch_name": "36029@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -478116,18 +527817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73945, "usage_id": 7 }, "5406.02.608E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36030, Treppe im Freien", "arch_name": "36030@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -478135,18 +527838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73944, "usage_id": 7 }, "5406.02.608F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36031, Gang, Weg im Freien", "arch_name": "36031@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -478154,18 +527859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73886, "usage_id": 219 }, "5406.02.608G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36032, Gang, Weg im Freien", "arch_name": "36032@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -478173,18 +527880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73942, "usage_id": 219 }, "5406.02.608H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36033, Gang, Weg im Freien", "arch_name": "36033@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -478192,19 +527901,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73885, "usage_id": 219 }, "5406.02.610A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36101, Besprechung", "arch_name": "36101@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 30013, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 23183, "seats": { @@ -478212,18 +527923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55140, "usage_id": 196 }, "5406.02.610D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36104, WC-Herren Vorraum", "arch_name": "36104@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 23183, "seats": { @@ -478231,18 +527944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13684, "usage_id": 118 }, "5406.02.610E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36105, Aufenthalt", "arch_name": "36105@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 23046, "seats": { @@ -478250,18 +527965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55165, "usage_id": 44 }, "5406.02.610F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36106, Arbeitsraum/ohne Besp.Grp.", "arch_name": "36106@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 23046, "seats": { @@ -478269,18 +527986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13694, "usage_id": 12 }, "5406.02.610G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36107, B\u00fcro", "arch_name": "36107@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14722, "seats": { @@ -478288,18 +528007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13737, "usage_id": 12 }, "5406.02.610H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36108, B\u00fcro", "arch_name": "36108@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 23183, "seats": { @@ -478307,18 +528028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55313, "usage_id": 12 }, "5406.02.610J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36109, B\u00fcro", "arch_name": "36109@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 23183, "seats": { @@ -478326,18 +528049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55322, "usage_id": 40 }, "5406.02.610L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36104A, Toilette WC-H", "arch_name": "36104A@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -478345,19 +528070,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73941, "usage_id": 115 }, "5406.02.611A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36111, Arbeitsraum/ohne Besp.Grp.", "arch_name": "36111@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 15515, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47377, "seats": { @@ -478365,18 +528092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55326, "usage_id": 12 }, "5406.02.611B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36112, B\u00fcro", "arch_name": "36112@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47377, "seats": { @@ -478384,18 +528113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73889, "usage_id": 12 }, "5406.02.611K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36110, B\u00fcro", "arch_name": "36110@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 23183, "seats": { @@ -478403,18 +528134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55469, "usage_id": 12 }, "5406.02.611L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36115, Flur", "arch_name": "36115@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -478422,18 +528155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55476, "usage_id": 222 }, "5406.02.620A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36201, Besprechungsraum", "arch_name": "36201@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478441,18 +528176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55483, "usage_id": 196 }, "5406.02.620B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36202, K\u00fcche", "arch_name": "36202@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478460,18 +528197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55617, "usage_id": 28 }, "5406.02.620C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36203, Besprechung", "arch_name": "36203@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44284, "seats": { @@ -478479,18 +528218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73133, "usage_id": 196 }, "5406.02.620D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36204, B\u00fcro", "arch_name": "36204@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44284, "seats": { @@ -478498,18 +528239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55626, "usage_id": 12 }, "5406.02.620E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36205, B\u00fcro", "arch_name": "36205@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44284, "seats": { @@ -478517,18 +528260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73134, "usage_id": 12 }, "5406.02.620F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36206, B\u00fcro", "arch_name": "36206@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44284, "seats": { @@ -478536,18 +528281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55636, "usage_id": 12 }, "5406.02.620G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36207, B\u00fcro", "arch_name": "36207@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44284, "seats": { @@ -478555,18 +528302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55646, "usage_id": 12 }, "5406.02.620H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36208, B\u00fcro", "arch_name": "36208@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44284, "seats": { @@ -478574,18 +528323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55652, "usage_id": 12 }, "5406.02.620J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36209, B\u00fcro", "arch_name": "36209@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478593,18 +528344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55784, "usage_id": 12 }, "5406.02.620K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36210, B\u00fcro", "arch_name": "36210@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478612,18 +528365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73135, "usage_id": 12 }, "5406.02.620L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36211, B\u00fcro", "arch_name": "36211@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478631,18 +528386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73136, "usage_id": 12 }, "5406.02.620M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36212, B\u00fcro", "arch_name": "36212@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478650,18 +528407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73137, "usage_id": 12 }, "5406.02.620N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36213, B\u00fcro", "arch_name": "36213@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478669,18 +528428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73138, "usage_id": 12 }, "5406.02.621D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36214, B\u00fcro", "arch_name": "36214@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478688,18 +528449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55794, "usage_id": 12 }, "5406.02.621E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36215, Besprechungsraum", "arch_name": "36215@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478707,18 +528470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73139, "usage_id": 196 }, "5406.02.621F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36216, Drucker", "arch_name": "36216@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478726,18 +528491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55803, "usage_id": 110 }, "5406.02.621G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36217, W\u00e4geraum", "arch_name": "36217@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -478745,18 +528512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55813, "usage_id": 103 }, "5406.02.621H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36218, Teek\u00fcche", "arch_name": "36218@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14706, "seats": { @@ -478764,19 +528533,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55821, "usage_id": 198 }, "5406.02.622K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36220, Seminarraum", "arch_name": "36220@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 32192, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44284, "seats": { @@ -478784,18 +528555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56123, "usage_id": 41 }, "5406.02.623A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36230, Flur", "arch_name": "36230@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -478803,18 +528576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56135, "usage_id": 222 }, "5406.02.630A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36301, B\u00fcro", "arch_name": "36301@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14733, "seats": { @@ -478822,18 +528597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56269, "usage_id": 12 }, "5406.02.630B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36302, B\u00fcro", "arch_name": "36302@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14733, "seats": { @@ -478841,18 +528618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74909, "usage_id": 12 }, "5406.02.630C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36303, B\u00fcro", "arch_name": "36303@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14733, "seats": { @@ -478860,18 +528639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56279, "usage_id": 12 }, "5406.02.630D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36304, B\u00fcro", "arch_name": "36304@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14733, "seats": { @@ -478879,18 +528660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13971, "usage_id": 12 }, "5406.02.630E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36305, B\u00fcro", "arch_name": "36305@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14733, "seats": { @@ -478898,19 +528681,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13975, "usage_id": 12 }, "5406.02.630F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36306, B\u00fcro", "arch_name": "36306@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 15216, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14733, "seats": { @@ -478918,18 +528703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13979, "usage_id": 12 }, "5406.02.630G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36307, Besprechung", "arch_name": "36307@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14733, "seats": { @@ -478937,18 +528724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74908, "usage_id": 196 }, "5406.02.630H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36308, Seminarraum", "arch_name": "36308@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14733, "seats": { @@ -478956,18 +528745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54057, "usage_id": 41 }, "5406.02.631L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36312, Flur", "arch_name": "36312@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -478975,18 +528766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54071, "usage_id": 222 }, "5406.02.640A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36401, Rechnerraum", "arch_name": "36401@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 23183, "seats": { @@ -478994,18 +528787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31083, "usage_id": 207 }, "5406.02.640B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36402, Chemisch-technisches Labor", "arch_name": "36402@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14733, "seats": { @@ -479013,18 +528808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31086, "usage_id": 102 }, "5406.02.640D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36404, Gro\u00dfraumb\u00fcro", "arch_name": "36404@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 23183, "seats": { @@ -479032,18 +528829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54215, "usage_id": 12 }, "5406.02.640F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36406, B\u00fcro", "arch_name": "36406@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 23183, "seats": { @@ -479051,18 +528850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13343, "usage_id": 12 }, "5406.02.640H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36408, Chemisch-biochemisches Labor", "arch_name": "36408@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 23183, "seats": { @@ -479070,18 +528871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54234, "usage_id": 102 }, "5406.02.641A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36411, Physiklabor / LS, AFM", "arch_name": "36411@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 23183, "seats": { @@ -479089,18 +528892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54243, "usage_id": 103 }, "5406.02.641B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36412, Physiklabor / TEM", "arch_name": "36412@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 23183, "seats": { @@ -479108,18 +528913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54364, "usage_id": 103 }, "5406.02.641C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36410, Flur", "arch_name": "36410@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -479127,18 +528934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73943, "usage_id": 222 }, "5406.02.641D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36414, Physiklabor / LM, Opt. Bank", "arch_name": "36414@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 23183, "seats": { @@ -479146,18 +528955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54369, "usage_id": 103 }, "5406.02.641F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36416, Phys. Messraum mit lufttechn. Anf.", "arch_name": "36416@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 23183, "seats": { @@ -479165,18 +528976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54378, "usage_id": 103 }, "5406.02.641G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36417, Schleuse", "arch_name": "36417@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -479184,18 +528997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73948, "usage_id": 105 }, "5406.02.641J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36419, Physiklabor / G\u00c4, Bed.Anl.", "arch_name": "36419@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 23183, "seats": { @@ -479203,18 +529018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54384, "usage_id": 103 }, "5406.02.642B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36422, B\u00fcro", "arch_name": "36422@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -479222,18 +529039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54393, "usage_id": 12 }, "5406.02.642C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36423, Chemielabor (KNSTL.B.,MV)", "arch_name": "36423@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14733, "seats": { @@ -479241,18 +529060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54400, "usage_id": 102 }, "5406.02.642E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36425, Chemielabor (KNSTL.B.,MV)", "arch_name": "36425@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14733, "seats": { @@ -479260,18 +529081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54532, "usage_id": 102 }, "5406.02.642G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36427, Elektrotechnikwerkstatt", "arch_name": "36427@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14733, "seats": { @@ -479279,18 +529102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54539, "usage_id": 51 }, "5406.02.642H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36428, Physiklabor / G\u00c4", "arch_name": "36428@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 23183, "seats": { @@ -479298,18 +529123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54543, "usage_id": 103 }, "5406.02.642J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36429, Flur", "arch_name": "36429@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -479317,18 +529144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54549, "usage_id": 222 }, "5406.02.643A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "36430, Flur", "arch_name": "36430@5406", "area_id": 36, "building_id": 824, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -479336,18 +529165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54557, "usage_id": 222 }, "5406.03.600A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46001, Putzraum", "arch_name": "46001@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -479355,18 +529186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54684, "usage_id": 205 }, "5406.03.600B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46003, WC", "arch_name": "46003@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -479374,18 +529207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54692, "usage_id": 114 }, "5406.03.600C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46005, WC", "arch_name": "46005@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -479393,18 +529228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54700, "usage_id": 114 }, "5406.03.600D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46007, Installationsschacht", "arch_name": "46007@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479412,18 +529249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54708, "usage_id": 120 }, "5406.03.600E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46008, Installationsschacht", "arch_name": "46008@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479431,18 +529270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54713, "usage_id": 120 }, "5406.03.600F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46009, Installationsschacht", "arch_name": "46009@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479450,18 +529291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54723, "usage_id": 120 }, "5406.03.600G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46002, WC-Herren Vorraum", "arch_name": "46002@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -479469,18 +529312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73957, "usage_id": 118 }, "5406.03.600H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46004, WC-Damen Vorraum", "arch_name": "46004@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -479488,18 +529333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73956, "usage_id": 118 }, "5406.03.601A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46010, Installationsschacht", "arch_name": "46010@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479507,18 +529354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54855, "usage_id": 120 }, "5406.03.601B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46011, Installationsschacht", "arch_name": "46011@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479526,18 +529375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54859, "usage_id": 120 }, "5406.03.601C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46012, Treppenraum", "arch_name": "46012@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -479545,18 +529396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54866, "usage_id": 223 }, "5406.03.601D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46013, Halle", "arch_name": "46013@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -479564,18 +529417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54872, "usage_id": 222 }, "5406.03.601E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46014, Aufzug", "arch_name": "46014@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -479583,18 +529438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54879, "usage_id": 4 }, "5406.03.601F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46015, Installationsschacht", "arch_name": "46015@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479602,18 +529459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54888, "usage_id": 120 }, "5406.03.601G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46016, Installationsschacht", "arch_name": "46016@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479621,18 +529480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55017, "usage_id": 120 }, "5406.03.601H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46017, Installationsschacht", "arch_name": "46017@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479640,18 +529501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55024, "usage_id": 120 }, "5406.03.601J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46018, Flur", "arch_name": "46018@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -479659,18 +529522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55030, "usage_id": 222 }, "5406.03.601K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46019, Flur", "arch_name": "46019@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -479678,18 +529543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55036, "usage_id": 222 }, "5406.03.601L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46022, Sonderm\u00fcllzwischenlager", "arch_name": "46022@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -479697,18 +529564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55045, "usage_id": 214 }, "5406.03.602A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46020, Flur", "arch_name": "46020@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -479716,18 +529585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55050, "usage_id": 222 }, "5406.03.602B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46021, Flur", "arch_name": "46021@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -479735,18 +529606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55170, "usage_id": 222 }, "5406.03.608A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46025, Treppe im Freien", "arch_name": "46025@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479754,18 +529627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73961, "usage_id": 7 }, "5406.03.608B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46026, Gang, Weg im Freien", "arch_name": "46026@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -479773,18 +529648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73951, "usage_id": 219 }, "5406.03.608C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46027, Treppe im Freien", "arch_name": "46027@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479792,18 +529669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73960, "usage_id": 7 }, "5406.03.608D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46028, Gang, Weg im Freien", "arch_name": "46028@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -479811,18 +529690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73950, "usage_id": 219 }, "5406.03.608E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46029, Treppe im Freien", "arch_name": "46029@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479830,18 +529711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73959, "usage_id": 7 }, "5406.03.608F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46030, Treppe im Freien", "arch_name": "46030@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -479849,18 +529732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73958, "usage_id": 7 }, "5406.03.608G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46031, Gang, Weg im Freien", "arch_name": "46031@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -479868,18 +529753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73949, "usage_id": 219 }, "5406.03.608H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46032, Gang, Weg im Freien", "arch_name": "46032@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -479887,18 +529774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73952, "usage_id": 219 }, "5406.03.610A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46101, Rechnerraum", "arch_name": "46101@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 22510, "seats": { @@ -479906,18 +529795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55175, "usage_id": 207 }, "5406.03.610B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46102, B\u00fcro", "arch_name": "46102@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Laminat", "main_operator_id": 14180, "seats": { @@ -479925,18 +529816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55182, "usage_id": 12 }, "5406.03.610C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46103, B\u00fcro", "arch_name": "46103@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Laminat", "main_operator_id": 14180, "seats": { @@ -479944,18 +529837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55189, "usage_id": 12 }, "5406.03.610D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46104, B\u00fcro", "arch_name": "46104@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -479963,18 +529858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13563, "usage_id": 12 }, "5406.03.610E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46105, B\u00fcro", "arch_name": "46105@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -479982,18 +529879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13565, "usage_id": 12 }, "5406.03.610F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46106, Chromatografieraum", "arch_name": "46106@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -480001,18 +529900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55335, "usage_id": 103 }, "5406.03.610G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46107, Physikalischer Messraum", "arch_name": "46107@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -480020,18 +529921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55341, "usage_id": 103 }, "5406.03.610H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46108, Chemielabor", "arch_name": "46108@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 23046, "seats": { @@ -480039,18 +529942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55346, "usage_id": 102 }, "5406.03.610J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46109, Chemielabor", "arch_name": "46109@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 23184, "seats": { @@ -480058,18 +529963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55353, "usage_id": 102 }, "5406.03.611A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46111, Chemielabor", "arch_name": "46111@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 23184, "seats": { @@ -480077,18 +529984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55359, "usage_id": 102 }, "5406.03.611J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46115, Flur", "arch_name": "46115@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -480096,18 +530005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55367, "usage_id": 222 }, "5406.03.611K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46110, Chemielabor", "arch_name": "46110@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 23184, "seats": { @@ -480115,18 +530026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55372, "usage_id": 102 }, "5406.03.620A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46201, Aufenthalt", "arch_name": "46201@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480134,18 +530047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13606, "usage_id": 44 }, "5406.03.620B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46204, B\u00fcro", "arch_name": "46204@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480153,18 +530068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55498, "usage_id": 12 }, "5406.03.620D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46206, B\u00fcro", "arch_name": "46206@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480172,18 +530089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55505, "usage_id": 12 }, "5406.03.620F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46207, B\u00fcro", "arch_name": "46207@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480191,18 +530110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55513, "usage_id": 12 }, "5406.03.620G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46208, B\u00fcro", "arch_name": "46208@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480210,18 +530131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55520, "usage_id": 12 }, "5406.03.620H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46202, Teek\u00fcche", "arch_name": "46202@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480229,18 +530152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55523, "usage_id": 198 }, "5406.03.620J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46209, B\u00fcro", "arch_name": "46209@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -480248,18 +530173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55530, "usage_id": 12 }, "5406.03.621D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46220, Seminarraum", "arch_name": "46220@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480267,18 +530194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55659, "usage_id": 41 }, "5406.03.621K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46210, B\u00fcro", "arch_name": "46210@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480286,18 +530215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55666, "usage_id": 12 }, "5406.03.621L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46216, Druckger\u00e4teraum", "arch_name": "46216@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480305,18 +530236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73955, "usage_id": 110 }, "5406.03.622B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46215, Besprechungsraum", "arch_name": "46215@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480324,18 +530257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13664, "usage_id": 196 }, "5406.03.622C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46213, B\u00fcro", "arch_name": "46213@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480343,18 +530278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55675, "usage_id": 12 }, "5406.03.622E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46211, B\u00fcro", "arch_name": "46211@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480362,18 +530299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55679, "usage_id": 12 }, "5406.03.622G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46212, B\u00fcro", "arch_name": "46212@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14734, "seats": { @@ -480381,18 +530320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29324, "usage_id": 12 }, "5406.03.623A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46230, Flur", "arch_name": "46230@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -480400,18 +530341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55835, "usage_id": 222 }, "5406.03.630A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46301, Seminar", "arch_name": "46301@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14734, "seats": { @@ -480419,18 +530362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29363, "usage_id": 41 }, "5406.03.630B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46302, Druckger\u00e4teraum", "arch_name": "46302@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14734, "seats": { @@ -480438,18 +530383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73954, "usage_id": 110 }, "5406.03.630C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46303, Arbeitsraum mit man./exp. Arbeitsplatz", "arch_name": "46303@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14734, "seats": { @@ -480457,18 +530404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13735, "usage_id": 12 }, "5406.03.630D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46304, Arbeitsraum mit exp. Arbeitsplatz", "arch_name": "46304@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14734, "seats": { @@ -480476,18 +530425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55850, "usage_id": 12 }, "5406.03.630E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46305, Arbeitsraum mit exp. Arbeitsplatz", "arch_name": "46305@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14734, "seats": { @@ -480495,19 +530446,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55979, "usage_id": 12 }, "5406.03.630F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46306, \u00dcbungsraum", "arch_name": "46306@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 15207, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14734, "seats": { @@ -480515,18 +530468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13786, "usage_id": 131 }, "5406.03.630H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46308, Arbeitsraum/mit Besp.Grp.", "arch_name": "46308@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14734, "seats": { @@ -480534,18 +530489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13789, "usage_id": 12 }, "5406.03.630J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46309, Arbeitsraum/ohne Besp.Grp.", "arch_name": "46309@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14734, "seats": { @@ -480553,18 +530510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13793, "usage_id": 12 }, "5406.03.631K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46310, Besprechungsraum", "arch_name": "46310@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14734, "seats": { @@ -480572,18 +530531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56000, "usage_id": 196 }, "5406.03.631L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46312, Flur", "arch_name": "46312@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -480591,18 +530552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56007, "usage_id": 222 }, "5406.03.640A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46401, B\u00fcro mit man./exp. Arbeitsplatz", "arch_name": "46401@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14734, "seats": { @@ -480610,18 +530573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56012, "usage_id": 12 }, "5406.03.640B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46402, Chemisch-technisches Labor", "arch_name": "46402@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480629,18 +530594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56143, "usage_id": 102 }, "5406.03.640D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46404, Chemisch-technisches Labor", "arch_name": "46404@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480648,18 +530615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56150, "usage_id": 102 }, "5406.03.640F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46406, Chemisch-technisches Labor", "arch_name": "46406@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480667,18 +530636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29463, "usage_id": 102 }, "5406.03.640G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46407, Chemisch-technisches Labor", "arch_name": "46407@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480686,18 +530657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56166, "usage_id": 102 }, "5406.03.640H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46408, Physiklabor einfach", "arch_name": "46408@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480705,18 +530678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56176, "usage_id": 103 }, "5406.03.641B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46412, Physiklabor einfach", "arch_name": "46412@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480724,18 +530699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56303, "usage_id": 103 }, "5406.03.641F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46416, Messraum", "arch_name": "46416@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480743,18 +530720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56311, "usage_id": 103 }, "5406.03.641H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46418, Chemisch-technisches Labor", "arch_name": "46418@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480762,18 +530741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56319, "usage_id": 102 }, "5406.03.641K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46410, Labor f\u00fcr chem. Arbeitsweisen", "arch_name": "46410@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480781,18 +530762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56333, "usage_id": 102 }, "5406.03.642A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46421, Werkstatt", "arch_name": "46421@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480800,18 +530783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73953, "usage_id": 51 }, "5406.03.642B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46422, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "46422@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14734, "seats": { @@ -480819,18 +530804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13876, "usage_id": 12 }, "5406.03.642C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46423, Werkstatt", "arch_name": "46423@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480838,18 +530825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29115, "usage_id": 51 }, "5406.03.642E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46425, Teek\u00fcche", "arch_name": "46425@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14734, "seats": { @@ -480857,18 +530846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53955, "usage_id": 198 }, "5406.03.642G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46427, Chemisch-technisches Labor", "arch_name": "46427@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480876,18 +530867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53960, "usage_id": 102 }, "5406.03.642H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46428, Laborsp\u00fclraum", "arch_name": "46428@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14734, "seats": { @@ -480895,18 +530888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53971, "usage_id": 209 }, "5406.03.642K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46420, B\u00fcro", "arch_name": "46420@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14734, "seats": { @@ -480914,18 +530909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13922, "usage_id": 12 }, "5406.03.642L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46429, Flur", "arch_name": "46429@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -480933,18 +530930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54091, "usage_id": 222 }, "5406.03.643A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "46430, Flur", "arch_name": "46430@5406", "area_id": 36, "building_id": 824, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -480952,18 +530951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54097, "usage_id": 222 }, "5406.04.600A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56001, Putzraum", "arch_name": "56001@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -480971,18 +530972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54105, "usage_id": 205 }, "5406.04.600B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56003, WC-Herren Vorraum", "arch_name": "56003@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -480990,18 +530993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54111, "usage_id": 118 }, "5406.04.600C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56004, WC-Damen", "arch_name": "56004@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -481009,18 +531014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54118, "usage_id": 116 }, "5406.04.600D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56005, WC-Herren", "arch_name": "56005@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -481028,18 +531035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54125, "usage_id": 115 }, "5406.04.600E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56007, Installationsschacht", "arch_name": "56007@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -481047,18 +531056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54248, "usage_id": 120 }, "5406.04.600F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56008, Installationsschacht", "arch_name": "56008@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -481066,18 +531077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54254, "usage_id": 120 }, "5406.04.600G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56009, Installationsschacht", "arch_name": "56009@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -481085,18 +531098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54259, "usage_id": 120 }, "5406.04.601A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56010, Installationsschacht", "arch_name": "56010@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -481104,18 +531119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54267, "usage_id": 120 }, "5406.04.601B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56011, Installationsschacht", "arch_name": "56011@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -481123,18 +531140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54271, "usage_id": 120 }, "5406.04.601C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56012, Treppenraum", "arch_name": "56012@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -481142,18 +531161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54277, "usage_id": 223 }, "5406.04.601D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56013, Halle", "arch_name": "56013@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -481161,18 +531182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54282, "usage_id": 222 }, "5406.04.601E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56014, Aufzug", "arch_name": "56014@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -481180,18 +531203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54406, "usage_id": 4 }, "5406.04.601F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56015, Installationsschacht", "arch_name": "56015@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -481199,18 +531224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54413, "usage_id": 120 }, "5406.04.601G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56016, Installationsschacht", "arch_name": "56016@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -481218,18 +531245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54417, "usage_id": 120 }, "5406.04.601H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56017, Installationsschacht", "arch_name": "56017@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -481237,18 +531266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54422, "usage_id": 120 }, "5406.04.601J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56018, Fluchtweg", "arch_name": "56018@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -481256,18 +531287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54427, "usage_id": 219 }, "5406.04.601K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56019, Fluchtweg", "arch_name": "56019@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -481275,18 +531308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54434, "usage_id": 219 }, "5406.04.601L": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56022, Sonderm\u00fcllzwischenlager", "arch_name": "56022@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -481294,18 +531329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54437, "usage_id": 214 }, "5406.04.602A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56020, Fluchtweg", "arch_name": "56020@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -481313,18 +531350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54444, "usage_id": 219 }, "5406.04.602B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56021, Fluchtweg", "arch_name": "56021@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -481332,18 +531371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54733, "usage_id": 219 }, "5406.04.610A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56101, B\u00fcro", "arch_name": "56101@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Laminat", "main_operator_id": 14180, "seats": { @@ -481351,18 +531392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54741, "usage_id": 12 }, "5406.04.610B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56102, Arbeitsraum/ohne Besp.Grp.", "arch_name": "56102@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -481370,19 +531413,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29134, "usage_id": 12 }, "5406.04.610C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56103, Aufenthalt", "arch_name": "56103@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 32213, + "floor_level": "4.OG", "floor_type": "Laminat", "main_operator_id": 14180, "seats": { @@ -481390,19 +531435,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54749, "usage_id": 44 }, "5406.04.610D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56104, Arbeitsraum/mit Besp.Grp.", "arch_name": "56104@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 24032, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -481410,18 +531457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54759, "usage_id": 12 }, "5406.04.610E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56105, B\u00fcro", "arch_name": "56105@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 19710, "seats": { @@ -481429,18 +531478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28907, "usage_id": 12 }, "5406.04.610F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56106, B\u00fcro", "arch_name": "56106@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 19710, "seats": { @@ -481448,18 +531499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54769, "usage_id": 12 }, "5406.04.610G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56107, Labor", "arch_name": "56107@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 45791, "seats": { @@ -481467,18 +531520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55208, "usage_id": 102 }, "5406.04.610H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56108, Labor", "arch_name": "56108@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 45791, "seats": { @@ -481486,18 +531541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55215, "usage_id": 102 }, "5406.04.610J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56109, Labor", "arch_name": "56109@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 45791, "seats": { @@ -481505,18 +531562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55222, "usage_id": 102 }, "5406.04.611B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56112, Labor", "arch_name": "56112@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 45791, "seats": { @@ -481524,18 +531583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55228, "usage_id": 102 }, "5406.04.611C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56113, Teek\u00fcche", "arch_name": "56113@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 45791, "seats": { @@ -481543,18 +531604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55234, "usage_id": 198 }, "5406.04.611J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56115, Flur", "arch_name": "56115@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -481562,18 +531625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55242, "usage_id": 222 }, "5406.04.611K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56110, Labor", "arch_name": "56110@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 45791, "seats": { @@ -481581,18 +531646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54894, "usage_id": 194 }, "5406.04.620A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56201, Teek\u00fcche", "arch_name": "56201@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -481600,18 +531667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29189, "usage_id": 198 }, "5406.04.620D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56204, B\u00fcro", "arch_name": "56204@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -481619,18 +531688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29197, "usage_id": 12 }, "5406.04.620F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56206, Arbeitsraum/ohne Besp.Grp.", "arch_name": "56206@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -481638,18 +531709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54924, "usage_id": 12 }, "5406.04.620G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56207, B\u00fcro", "arch_name": "56207@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 22510, "seats": { @@ -481657,18 +531730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54930, "usage_id": 12 }, "5406.04.620H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56208, B\u00fcro", "arch_name": "56208@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -481676,18 +531751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54568, "usage_id": 12 }, "5406.04.620J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56209, B\u00fcro", "arch_name": "56209@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -481695,18 +531772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54578, "usage_id": 12 }, "5406.04.621E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56215, B\u00fcro", "arch_name": "56215@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 22510, "seats": { @@ -481714,18 +531793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54592, "usage_id": 12 }, "5406.04.621F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56216, B\u00fcro", "arch_name": "56216@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -481733,18 +531814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54596, "usage_id": 12 }, "5406.04.621G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56217, B\u00fcro", "arch_name": "56217@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 22510, "seats": { @@ -481752,19 +531835,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55057, "usage_id": 12 }, "5406.04.621K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56210, Seminar", "arch_name": "56210@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 30014, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -481772,18 +531857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55079, "usage_id": 41 }, "5406.04.622C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56223, B\u00fcro", "arch_name": "56223@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 22510, "seats": { @@ -481791,18 +531878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29338, "usage_id": 12 }, "5406.04.623A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56230, Flur", "arch_name": "56230@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -481810,18 +531899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59410, "usage_id": 222 }, "5406.04.630A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56301, Chemielabor (KNSTL.B., MV)", "arch_name": "56301@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -481829,18 +531920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29390, "usage_id": 102 }, "5406.04.630C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56303, Chemielabor (KNSTL.B., MV)", "arch_name": "56303@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -481848,18 +531941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29397, "usage_id": 102 }, "5406.04.630D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56304, Physiklabor einfach", "arch_name": "56304@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -481867,18 +531962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29428, "usage_id": 103 }, "5406.04.630E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56305, Physiklabor", "arch_name": "56305@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -481886,19 +531983,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29435, "usage_id": 103 }, "5406.04.630F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56306, \u00dcbungsraum", "arch_name": "56306@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 15258, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 22510, "seats": { @@ -481906,18 +532005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29061, "usage_id": 131 }, "5406.04.630H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56308, Arbeitsraum/ohne Besp.Grp.", "arch_name": "56308@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 22510, "seats": { @@ -481925,18 +532026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59507, "usage_id": 12 }, "5406.04.630J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56309, Arbeitsraum/ohne Besp.Grp.", "arch_name": "56309@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 22510, "seats": { @@ -481944,18 +532047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29095, "usage_id": 12 }, "5406.04.631A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56312, Flur", "arch_name": "56312@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -481963,18 +532068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59574, "usage_id": 222 }, "5406.04.631K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56310, Arbeitsraum/mit Besp.Grp.", "arch_name": "56310@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 22510, "seats": { @@ -481982,18 +532089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29487, "usage_id": 12 }, "5406.04.640A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56401, Chemielabor (KNSTL.B., MV)", "arch_name": "56401@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482001,18 +532110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29106, "usage_id": 102 }, "5406.04.640B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56402, Chemielabor (KNSTL.B., MV)", "arch_name": "56402@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482020,18 +532131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29493, "usage_id": 102 }, "5406.04.640D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56404, Chemielabor (KNSTL.B., MV)", "arch_name": "56404@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482039,18 +532152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29109, "usage_id": 102 }, "5406.04.640F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56406, Chemielabor (KNSTL.B., MV)", "arch_name": "56406@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482058,18 +532173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29524, "usage_id": 102 }, "5406.04.640G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56407, Chemielabor (KNSTL.B., MV)", "arch_name": "56407@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482077,18 +532194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29530, "usage_id": 102 }, "5406.04.640H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56408, Lager", "arch_name": "56408@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482096,18 +532215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59674, "usage_id": 30 }, "5406.04.640J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56409, Destillation", "arch_name": "56409@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482115,18 +532236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59679, "usage_id": 102 }, "5406.04.641B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56412, Fotolabor", "arch_name": "56412@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482134,18 +532257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59734, "usage_id": 104 }, "5406.04.641D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56414, W\u00e4geraum", "arch_name": "56414@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482153,18 +532278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59739, "usage_id": 103 }, "5406.04.641E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56415, Lager", "arch_name": "56415@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482172,18 +532299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59747, "usage_id": 30 }, "5406.04.641F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56416, Chemielabor (KNSTL.B., MV)", "arch_name": "56416@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482191,18 +532320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59756, "usage_id": 102 }, "5406.04.641K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56410, Chemielabor (KNSTL.B., MV)", "arch_name": "56410@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482210,18 +532341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59761, "usage_id": 102 }, "5406.04.642B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56422, Chemielabor (KNSTL.B., MV)", "arch_name": "56422@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482229,18 +532362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29023, "usage_id": 102 }, "5406.04.642C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56423, Chemielabor (KNSTL.B., MV)", "arch_name": "56423@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482248,18 +532383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59818, "usage_id": 102 }, "5406.04.642E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56425, Chemielabor (KNSTL.B., MV)", "arch_name": "56425@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482267,18 +532404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29025, "usage_id": 102 }, "5406.04.642G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56427, Chemielabor (KNSTL.B., MV)", "arch_name": "56427@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482286,18 +532425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29610, "usage_id": 102 }, "5406.04.642H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56428, Chemielabor (KNSTL.B., MV)", "arch_name": "56428@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482305,18 +532446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29613, "usage_id": 102 }, "5406.04.642J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56429, Flur", "arch_name": "56429@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -482324,18 +532467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59832, "usage_id": 222 }, "5406.04.642K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56420, Arbeitsraum/ohne Besp.Grp.", "arch_name": "56420@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -482343,18 +532488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59836, "usage_id": 12 }, "5406.04.643A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56430, Flur", "arch_name": "56430@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -482362,18 +532509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59841, "usage_id": 222 }, "5406.04.981": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56006, Treppe", "arch_name": "56006@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482381,18 +532530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73916, "usage_id": 223 }, "5406.04.982": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56419, Schleuse", "arch_name": "56419@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -482400,18 +532551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73917, "usage_id": 105 }, "5406.04.983": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56413, Schleuse", "arch_name": "56413@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -482419,18 +532572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73934, "usage_id": 105 }, "5406.04.985": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56002, WC-Damen Vorraum", "arch_name": "56002@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -482438,18 +532593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73962, "usage_id": 118 }, "5406.04.986": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56212, Duschraum innenliegend", "arch_name": "56212@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -482457,18 +532614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73915, "usage_id": 113 }, "5406.04.987": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56032, Gang, Weg im Freien", "arch_name": "56032@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482476,18 +532635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73911, "usage_id": 219 }, "5406.04.991": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56026, Gang, Weg im Freien", "arch_name": "56026@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482495,18 +532656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73914, "usage_id": 219 }, "5406.04.992": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56028, Gang, Weg im Freien", "arch_name": "56028@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482514,18 +532677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73913, "usage_id": 219 }, "5406.04.993": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56031, Gang, Weg im Freien", "arch_name": "56031@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482533,18 +532698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73912, "usage_id": 219 }, "5406.04.994": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56030, Treppe im Freien", "arch_name": "56030@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482552,18 +532719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73918, "usage_id": 7 }, "5406.04.995": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56029, Treppe im Freien", "arch_name": "56029@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482571,18 +532740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73919, "usage_id": 7 }, "5406.04.996": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56027, Treppe im Freien", "arch_name": "56027@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482590,18 +532761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73920, "usage_id": 7 }, "5406.04.997": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "56025, Treppe im Freien", "arch_name": "56025@5406", "area_id": 36, "building_id": 824, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482609,18 +532782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73921, "usage_id": 7 }, "5406.05.600A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66001, Abluftzentrale / 1. Ebene", "arch_name": "66001@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482628,18 +532803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59845, "usage_id": 32 }, "5406.05.600B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66004, Treppe", "arch_name": "66004@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482647,18 +532824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59849, "usage_id": 223 }, "5406.05.600C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66007, Installationsschacht", "arch_name": "66007@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482666,18 +532845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58802, "usage_id": 120 }, "5406.05.600D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66008, Installationsschacht", "arch_name": "66008@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482685,18 +532866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58806, "usage_id": 120 }, "5406.05.600E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66009, Installationsschacht", "arch_name": "66009@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482704,18 +532887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58809, "usage_id": 120 }, "5406.05.601F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66010, Installationsschacht", "arch_name": "66010@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482723,18 +532908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58811, "usage_id": 120 }, "5406.05.601G": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66011, Installationsschacht", "arch_name": "66011@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482742,18 +532929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58814, "usage_id": 120 }, "5406.05.601H": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66014, Aufzug", "arch_name": "66014@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -482761,18 +532950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58817, "usage_id": 4 }, "5406.05.601J": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66015, Installationsschacht", "arch_name": "66015@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482780,18 +532971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58820, "usage_id": 120 }, "5406.05.601K": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66016, Installationsschacht", "arch_name": "66016@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482799,18 +532992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58822, "usage_id": 120 }, "5406.05.601L": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "66017, Installationsschacht", "arch_name": "66017@5406", "area_id": 36, "building_id": 824, + "floor_level": "5.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482818,18 +533013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58825, "usage_id": 120 }, "5406.06.600A": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "76001, Abluftzentrale / 2. Ebene", "arch_name": "76001@5406", "area_id": 36, "building_id": 824, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482837,18 +533034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58829, "usage_id": 32 }, "5406.06.600B": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "76004, Treppe", "arch_name": "76004@5406", "area_id": 36, "building_id": 824, + "floor_level": "6.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -482856,18 +533055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58834, "usage_id": 223 }, "5406.06.600C": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "76008, Installationsschacht", "arch_name": "76008@5406", "area_id": 36, "building_id": 824, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482875,18 +533076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58837, "usage_id": 120 }, "5406.06.600D": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "76009, Installationsschacht", "arch_name": "76009@5406", "area_id": 36, "building_id": 824, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482894,18 +533097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58841, "usage_id": 120 }, "5406.06.601E": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "76010, Installationsschacht", "arch_name": "76010@5406", "area_id": 36, "building_id": 824, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482913,18 +533118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58894, "usage_id": 120 }, "5406.06.601F": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "76014, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "76014@5406", "area_id": 36, "building_id": 824, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -482932,18 +533139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58898, "usage_id": 5 }, "5406.06.601G": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "76015, Installationsschacht", "arch_name": "76015@5406", "area_id": 36, "building_id": 824, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482951,18 +533160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58902, "usage_id": 120 }, "5406.06.601H": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "76016, Installationsschacht", "arch_name": "76016@5406", "area_id": 36, "building_id": 824, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482970,18 +533181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58907, "usage_id": 120 }, "5406.06.601J": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "76017, Installationsschacht", "arch_name": "76017@5406", "area_id": 36, "building_id": 824, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -482989,18 +533202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58912, "usage_id": 120 }, "5406.EG.600": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16001, WC", "arch_name": "16001@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14180, "seats": { @@ -483008,18 +533223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57302, "usage_id": 114 }, "5406.EG.600A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16002, Sonst. TB-Anl.", "arch_name": "16002@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -483027,18 +533244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57309, "usage_id": 120 }, "5406.EG.600B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16003, Abstellraum", "arch_name": "16003@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -483046,18 +533265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57318, "usage_id": 159 }, "5406.EG.600C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16004, WC-Herren Vorraum", "arch_name": "16004@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14180, "seats": { @@ -483065,18 +533286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57325, "usage_id": 118 }, "5406.EG.600D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16005, WC-Herren", "arch_name": "16005@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -483084,18 +533307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56991, "usage_id": 115 }, "5406.EG.600E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16007, Installationsschacht", "arch_name": "16007@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -483103,18 +533328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56998, "usage_id": 120 }, "5406.EG.600F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16008, Installationsschacht", "arch_name": "16008@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -483122,18 +533349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57009, "usage_id": 120 }, "5406.EG.600G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16009, Installationsschacht", "arch_name": "16009@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -483141,18 +533370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57019, "usage_id": 120 }, "5406.EG.601": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16010, Installationsschacht", "arch_name": "16010@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -483160,18 +533391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57028, "usage_id": 120 }, "5406.EG.601A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16011, Installationsschacht", "arch_name": "16011@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -483179,18 +533412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57450, "usage_id": 120 }, "5406.EG.601B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16012, Treppenraum", "arch_name": "16012@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -483198,18 +533433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57462, "usage_id": 223 }, "5406.EG.601C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16013, Flur", "arch_name": "16013@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -483217,18 +533454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57470, "usage_id": 222 }, "5406.EG.601D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16014, Aufzug", "arch_name": "16014@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -483236,18 +533475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57479, "usage_id": 4 }, "5406.EG.601E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16015, Installationsschacht", "arch_name": "16015@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -483255,18 +533496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55381, "usage_id": 120 }, "5406.EG.601F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16016, Installationsschacht", "arch_name": "16016@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -483274,18 +533517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55390, "usage_id": 120 }, "5406.EG.601G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16017, Installationsschacht", "arch_name": "16017@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -483293,18 +533538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55400, "usage_id": 120 }, "5406.EG.601H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16014A, Personenaufzug", "arch_name": "16014A@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -483312,18 +533559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73923, "usage_id": 4 }, "5406.EG.602": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16020, Flur", "arch_name": "16020@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -483331,18 +533580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55410, "usage_id": 222 }, "5406.EG.608A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16025, Treppe im Freien", "arch_name": "16025@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -483350,18 +533601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73922, "usage_id": 7 }, "5406.EG.608B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16026, Treppe im Freien", "arch_name": "16026@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -483369,18 +533622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73910, "usage_id": 7 }, "5406.EG.608C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16027, Treppe im Freien", "arch_name": "16027@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -483388,18 +533643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73909, "usage_id": 7 }, "5406.EG.608D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16028, Treppe im Freien", "arch_name": "16028@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -483407,18 +533664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73908, "usage_id": 7 }, "5406.EG.610": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16101, Installation", "arch_name": "16101@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -483426,18 +533685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55537, "usage_id": 120 }, "5406.EG.610A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16105, Flur", "arch_name": "16105@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -483445,18 +533706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55554, "usage_id": 222 }, "5406.EG.620A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16201, Be- und Entl\u00fcftung", "arch_name": "16201@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -483464,18 +533727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55562, "usage_id": 32 }, "5406.EG.620B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16202, Metallwerkstatt 4/75,5/25", "arch_name": "16202@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14180, "seats": { @@ -483483,18 +533748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30863, "usage_id": 108 }, "5406.EG.620C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16203, B\u00fcro", "arch_name": "16203@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14180, "seats": { @@ -483502,18 +533769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55695, "usage_id": 12 }, "5406.EG.620D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16204, Werkstatt", "arch_name": "16204@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14180, "seats": { @@ -483521,18 +533790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30873, "usage_id": 51 }, "5406.EG.620E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16205, Kunststoffwerkstatt 4/80,5/20", "arch_name": "16205@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14180, "seats": { @@ -483540,18 +533811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55712, "usage_id": 107 }, "5406.EG.620F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16206, Treppe", "arch_name": "16206@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -483559,18 +533832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73907, "usage_id": 223 }, "5406.EG.620G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16207, Lager", "arch_name": "16207@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -483578,18 +533853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73905, "usage_id": 30 }, "5406.EG.620H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16208, Raumlufttechnische Anlage", "arch_name": "16208@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -483597,18 +533874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73904, "usage_id": 32 }, "5406.EG.630": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16301, Garderobe", "arch_name": "16301@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483616,18 +533895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55722, "usage_id": 121 }, "5406.EG.630A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16302, Waschraum", "arch_name": "16302@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483635,18 +533916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55733, "usage_id": 210 }, "5406.EG.630B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16303, Dusche-Herren", "arch_name": "16303@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483654,18 +533937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55861, "usage_id": 113 }, "5406.EG.630C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16304, Dusche-Damen", "arch_name": "16304@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483673,18 +533958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55872, "usage_id": 113 }, "5406.EG.630D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16305, Waschraum", "arch_name": "16305@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483692,18 +533979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55880, "usage_id": 210 }, "5406.EG.630E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16306, Garderobe", "arch_name": "16306@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483711,18 +534000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55890, "usage_id": 121 }, "5406.EG.630F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16308, WC", "arch_name": "16308@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483730,19 +534021,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55897, "usage_id": 114 }, "5406.EG.630G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16307, Aufenthalt", "arch_name": "16307@5406", "area_id": 36, "building_id": 824, "calendar_resource_nr": 32512, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -483750,18 +534043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56020, "usage_id": 44 }, "5406.EG.630H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16309, Flur", "arch_name": "16309@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483769,18 +534064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56032, "usage_id": 222 }, "5406.EG.631A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16311, Abstellraum", "arch_name": "16311@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -483788,18 +534085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56055, "usage_id": 159 }, "5406.EG.640": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16403, Stromversorgung", "arch_name": "16403@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -483807,18 +534106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56182, "usage_id": 160 }, "5406.EG.640A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16404, Stromversorgung", "arch_name": "16404@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -483826,18 +534127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56194, "usage_id": 160 }, "5406.EG.640B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16405, Stromversorgung", "arch_name": "16405@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -483845,18 +534148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56203, "usage_id": 160 }, "5406.EG.640C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16406, Stromversorgung", "arch_name": "16406@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -483864,18 +534169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56213, "usage_id": 160 }, "5406.EG.640D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16401, Be- und Entl\u00fcftung", "arch_name": "16401@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -483883,18 +534190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56220, "usage_id": 32 }, "5406.EG.640E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16402, Stromversorgung", "arch_name": "16402@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -483902,18 +534211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56350, "usage_id": 160 }, "5406.EG.640G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16407, Arbeitsraum/ohne Besp.Grp.", "arch_name": "16407@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -483921,18 +534232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56358, "usage_id": 12 }, "5406.EG.640H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16408, Labor f\u00fcr station\u00e4re Maschinen", "arch_name": "16408@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483940,18 +534253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56368, "usage_id": 194 }, "5406.EG.640J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16409, Labor f\u00fcr station\u00e4re Maschinen", "arch_name": "16409@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -483959,18 +534274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31236, "usage_id": 194 }, "5406.EG.641A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16411, Probenvorbereitung", "arch_name": "16411@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483978,18 +534295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53981, "usage_id": 103 }, "5406.EG.641B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16412, Probenvorbereitung", "arch_name": "16412@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -483997,18 +534316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53991, "usage_id": 103 }, "5406.EG.641C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16413, Lager", "arch_name": "16413@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484016,18 +534337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54004, "usage_id": 30 }, "5406.EG.641D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16414, Lager", "arch_name": "16414@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484035,18 +534358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54013, "usage_id": 30 }, "5406.EG.641E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16415, Lager", "arch_name": "16415@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484054,18 +534379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54131, "usage_id": 30 }, "5406.EG.641F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16416, Fotolabor / Lichtpausenraum", "arch_name": "16416@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484073,18 +534400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54141, "usage_id": 104 }, "5406.EG.641G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16417, Fotolabor / Lichtpausenraum", "arch_name": "16417@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484092,18 +534421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54149, "usage_id": 104 }, "5406.EG.641H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16418, Werkstatt", "arch_name": "16418@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484111,18 +534442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54159, "usage_id": 51 }, "5406.EG.641I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16419, Lager", "arch_name": "16419@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -484130,18 +534463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73906, "usage_id": 30 }, "5406.EG.642": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16420, Flur", "arch_name": "16420@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -484149,18 +534484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54169, "usage_id": 222 }, "5406.EG.642A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16416A, Schleuse", "arch_name": "16416A@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -484168,18 +534505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73924, "usage_id": 105 }, "5406.EG.650A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16501, MS", "arch_name": "16501@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -484187,18 +534526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29903, "usage_id": 103 }, "5406.EG.650B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16502, MS", "arch_name": "16502@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -484206,18 +534547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29992, "usage_id": 103 }, "5406.EG.650C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16503, LC-MS Analytiklabor", "arch_name": "16503@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -484225,18 +534568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54306, "usage_id": 102 }, "5406.EG.650D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16504, Phys. \u00dcbungsraum (K.B.,MV,750KG)", "arch_name": "16504@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 22510, "seats": { @@ -484244,18 +534589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30002, "usage_id": 102 }, "5406.EG.650G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16507, Messraum", "arch_name": "16507@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484263,18 +534610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54445, "usage_id": 103 }, "5406.EG.650H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16508, Messraum", "arch_name": "16508@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484282,18 +534631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30093, "usage_id": 103 }, "5406.EG.650J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16509, Messraum", "arch_name": "16509@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484301,18 +534652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54462, "usage_id": 103 }, "5406.EG.651A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16511, Messraum", "arch_name": "16511@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484320,18 +534673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54472, "usage_id": 103 }, "5406.EG.651G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16517, Flur", "arch_name": "16517@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -484339,18 +534694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54615, "usage_id": 222 }, "5406.EG.651K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16510, Messraum", "arch_name": "16510@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484358,18 +534715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54629, "usage_id": 103 }, "5406.EG.651N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16520, Elektronenmikroskopie I", "arch_name": "16520@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 23183, "seats": { @@ -484377,18 +534736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54639, "usage_id": 103 }, "5406.EG.651O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16521, Elektronenmikroskopie II", "arch_name": "16521@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 23183, "seats": { @@ -484396,18 +534757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54778, "usage_id": 103 }, "5406.EG.651P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16522, Elektronenmikroskopie III", "arch_name": "16522@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 23183, "seats": { @@ -484415,18 +534778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54786, "usage_id": 103 }, "5406.EG.651Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16523, Elektronenmikroskopie IV", "arch_name": "16523@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 23183, "seats": { @@ -484434,18 +534799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54795, "usage_id": 103 }, "5406.EG.651R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16524, Elektronenmikroskopie V", "arch_name": "16524@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 23183, "seats": { @@ -484453,18 +534820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54804, "usage_id": 103 }, "5406.EG.651S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16525, Elektronenmikroskopie VI", "arch_name": "16525@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 23183, "seats": { @@ -484472,18 +534841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54935, "usage_id": 103 }, "5406.EG.651W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16512, Verbindungsflur/Elektronenmikroskopie", "arch_name": "16512@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -484491,18 +534862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66504, "usage_id": 222 }, "5406.EG.652A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16524A, Terrasse", "arch_name": "16524A@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14180, "seats": { @@ -484510,18 +534883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66505, "usage_id": 48 }, "5406.EG.652B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16523A, Terrasse", "arch_name": "16523A@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14180, "seats": { @@ -484529,18 +534904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66506, "usage_id": 48 }, "5406.EG.652C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16522A, Terrasse", "arch_name": "16522A@5406", "area_id": 36, "building_id": 824, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 14180, "seats": { @@ -484548,18 +534925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66507, "usage_id": 48 }, "5407.01.700A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27001, WC-Damen Vorraum", "arch_name": "27001@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484567,18 +534946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48907, "usage_id": 118 }, "5407.01.700B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27002, WC", "arch_name": "27002@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -484586,18 +534967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48916, "usage_id": 114 }, "5407.01.700C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27006, Putzraum", "arch_name": "27006@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -484605,18 +534988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48926, "usage_id": 205 }, "5407.01.700D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27007, Installationsschacht", "arch_name": "27007@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -484624,18 +535009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48934, "usage_id": 120 }, "5407.01.700E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27008, Installationsschacht", "arch_name": "27008@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -484643,18 +535030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49075, "usage_id": 120 }, "5407.01.700F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27009, Installationsschacht", "arch_name": "27009@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -484662,18 +535051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49083, "usage_id": 120 }, "5407.01.700H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27004, WC-Herren", "arch_name": "27004@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -484681,18 +535072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74106, "usage_id": 115 }, "5407.01.700I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27004A, WC-Herren", "arch_name": "27004A@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -484700,18 +535093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74105, "usage_id": 115 }, "5407.01.701A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27010, Installationsschacht", "arch_name": "27010@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -484719,18 +535114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49095, "usage_id": 120 }, "5407.01.701B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27011, Installationsschacht", "arch_name": "27011@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -484738,18 +535135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49112, "usage_id": 120 }, "5407.01.701C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27012, Treppenraum", "arch_name": "27012@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -484757,18 +535156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49416, "usage_id": 223 }, "5407.01.701D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27013, Halle", "arch_name": "27013@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -484776,18 +535177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49425, "usage_id": 222 }, "5407.01.701E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27014, Aufzug", "arch_name": "27014@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -484795,18 +535198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49436, "usage_id": 4 }, "5407.01.701F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27015, Installationsschacht", "arch_name": "27015@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -484814,18 +535219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49445, "usage_id": 120 }, "5407.01.701G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27016, Installationsschacht", "arch_name": "27016@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -484833,18 +535240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49898, "usage_id": 120 }, "5407.01.701H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27017, Installationsschacht", "arch_name": "27017@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -484852,18 +535261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49905, "usage_id": 120 }, "5407.01.701I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27403B, Lager", "arch_name": "27403B@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -484871,18 +535282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74107, "usage_id": 30 }, "5407.01.701J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27019, Flur", "arch_name": "27019@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -484890,18 +535303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49914, "usage_id": 222 }, "5407.01.701M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27022, M\u00fcllsammelraum o.Verarbeitung", "arch_name": "27022@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -484909,18 +535324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74126, "usage_id": 214 }, "5407.01.701N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27023, Flur", "arch_name": "27023@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -484928,18 +535345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74125, "usage_id": 222 }, "5407.01.708A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27025, Gang, Weg im Freien", "arch_name": "27025@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -484947,18 +535366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74103, "usage_id": 219 }, "5407.01.708B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27026, Treppe im Freien", "arch_name": "27026@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -484966,18 +535387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74124, "usage_id": 7 }, "5407.01.708C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27027, Treppe im Freien", "arch_name": "27027@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -484985,18 +535408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74123, "usage_id": 7 }, "5407.01.708D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27028, Gang, Weg im Freien", "arch_name": "27028@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -485004,18 +535429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74102, "usage_id": 219 }, "5407.01.708E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27029, Treppe im Freien", "arch_name": "27029@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -485023,18 +535450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74109, "usage_id": 7 }, "5407.01.708F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27030, Gang, Weg im Freien", "arch_name": "27030@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -485042,18 +535471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74104, "usage_id": 219 }, "5407.01.710A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27101, Praktikum mit festem Arbeitsplatz", "arch_name": "27101@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485061,18 +535492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49933, "usage_id": 212 }, "5407.01.710C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27003, WC-Herren Vorraum", "arch_name": "27003@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -485080,18 +535513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74108, "usage_id": 118 }, "5407.01.710E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27106, Flur", "arch_name": "27106@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -485099,18 +535534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49590, "usage_id": 222 }, "5407.01.720A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27201, Praktikumslabor", "arch_name": "27201@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485118,18 +535555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49601, "usage_id": 212 }, "5407.01.720D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27204, Praktikumslabor", "arch_name": "27204@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485137,18 +535576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49613, "usage_id": 212 }, "5407.01.720F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27206, Praktikumslabor", "arch_name": "27206@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485156,18 +535597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49253, "usage_id": 212 }, "5407.01.720H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27208, Praktikumslabor", "arch_name": "27208@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485175,18 +535618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49263, "usage_id": 212 }, "5407.01.721D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27214, \u00dcbungsraum", "arch_name": "27214@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485194,18 +535639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49281, "usage_id": 131 }, "5407.01.721E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27215, B\u00fcro", "arch_name": "27215@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51898, "seats": { @@ -485213,18 +535660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49742, "usage_id": 12 }, "5407.01.721F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27216, B\u00fcro", "arch_name": "27216@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 51898, "seats": { @@ -485232,18 +535681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49753, "usage_id": 12 }, "5407.01.721G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27219, Flur", "arch_name": "27219@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485251,18 +535702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49765, "usage_id": 222 }, "5407.01.721H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27218, LRZ-Verteilerknoten", "arch_name": "27218@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 39906, "seats": { @@ -485270,18 +535723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49773, "usage_id": 120 }, "5407.01.721I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27213, Garderobe", "arch_name": "27213@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485289,18 +535744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57734, "usage_id": 121 }, "5407.01.730A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27301, Labor", "arch_name": "27301@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -485308,18 +535765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57891, "usage_id": 102 }, "5407.01.730D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27304, Chemielabor (KNSTL.B., MV)", "arch_name": "27304@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485327,19 +535786,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57901, "usage_id": 102 }, "5407.01.740A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "CH 27401, \u00dcbungsraum", "arch_name": "27401@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 15191, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -485347,19 +535808,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12885, "usage_id": 131 }, "5407.01.740B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "CH 27402, Walter-Hieber-H\u00f6rsaal", "arch_name": "27402@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 12582, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -485367,18 +535830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12890, "usage_id": 20 }, "5407.01.740D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27404, Vorbereitungsraum", "arch_name": "27404@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485386,18 +535851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58072, "usage_id": 136 }, "5407.01.741A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27411, Chemielabor (KNSTL.B., MV)", "arch_name": "27411@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485405,18 +535872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58351, "usage_id": 102 }, "5407.01.741B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27413, Flur", "arch_name": "27413@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485424,18 +535893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58361, "usage_id": 222 }, "5407.01.741C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27414, Flur", "arch_name": "27414@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -485443,18 +535914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58370, "usage_id": 222 }, "5407.01.741D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27306, Flur", "arch_name": "27306@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -485462,18 +535935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58379, "usage_id": 222 }, "5407.01.741E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27416, Lager", "arch_name": "27416@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485481,18 +535956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58499, "usage_id": 30 }, "5407.01.741F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27417, Treppe", "arch_name": "27417@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -485500,18 +535977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58509, "usage_id": 223 }, "5407.01.760A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27540, B\u00fcro", "arch_name": "27540@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44284, "seats": { @@ -485519,18 +535998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62724, "usage_id": 12 }, "5407.01.760B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27541, B\u00fcro", "arch_name": "27541@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44284, "seats": { @@ -485538,18 +536019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62725, "usage_id": 12 }, "5407.01.760C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27542, Sekretariat", "arch_name": "27542@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44284, "seats": { @@ -485557,19 +536040,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62726, "usage_id": 40 }, "5407.01.760D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27543, B\u00fcro", "arch_name": "27543@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 25428, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44284, "seats": { @@ -485577,19 +536062,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62727, "usage_id": 12 }, "5407.01.760E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27544, Seminarraum", "arch_name": "27544@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 22311, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44284, "seats": { @@ -485597,18 +536084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62728, "usage_id": 41 }, "5407.01.770B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27560, Treppe", "arch_name": "27560@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -485616,18 +536105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62729, "usage_id": 223 }, "5407.01.770C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27561, Flur", "arch_name": "27561@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -485635,18 +536126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62730, "usage_id": 222 }, "5407.01.770D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "27562, Flur", "arch_name": "27562@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -485654,18 +536147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62731, "usage_id": 222 }, "5407.02.700A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37001, Putzraum", "arch_name": "37001@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -485673,18 +536168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58664, "usage_id": 205 }, "5407.02.700B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37003, Server", "arch_name": "37003@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485692,18 +536189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58677, "usage_id": 207 }, "5407.02.700D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37007, Installationsschacht", "arch_name": "37007@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -485711,18 +536210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56480, "usage_id": 120 }, "5407.02.700E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37008, Installationsschacht", "arch_name": "37008@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -485730,18 +536231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56611, "usage_id": 120 }, "5407.02.700F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37009, Installationsschacht", "arch_name": "37009@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -485749,18 +536252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56626, "usage_id": 120 }, "5407.02.700G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37006, WC-Herren Vorraum", "arch_name": "37006@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -485768,18 +536273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66661, "usage_id": 118 }, "5407.02.700H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37006A, WC-Herren", "arch_name": "37006A@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -485787,18 +536294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74134, "usage_id": 115 }, "5407.02.701A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37010, Installationsschacht", "arch_name": "37010@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -485806,18 +536315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56634, "usage_id": 120 }, "5407.02.701B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37011, Installationsschacht", "arch_name": "37011@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -485825,18 +536336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56740, "usage_id": 120 }, "5407.02.701C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37012, Treppenraum", "arch_name": "37012@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -485844,18 +536357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56749, "usage_id": 223 }, "5407.02.701D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37013, Halle", "arch_name": "37013@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -485863,18 +536378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56762, "usage_id": 222 }, "5407.02.701E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37014, Aufzug", "arch_name": "37014@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -485882,18 +536399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56775, "usage_id": 4 }, "5407.02.701F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37015, Installationsschacht", "arch_name": "37015@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -485901,18 +536420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56896, "usage_id": 120 }, "5407.02.701G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37016, Installationsschacht", "arch_name": "37016@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -485920,18 +536441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56910, "usage_id": 120 }, "5407.02.701H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37017, Installationsschacht", "arch_name": "37017@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -485939,18 +536462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57030, "usage_id": 120 }, "5407.02.701J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37018, Flur", "arch_name": "37018@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -485958,18 +536483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57042, "usage_id": 222 }, "5407.02.701K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37019, Flur", "arch_name": "37019@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -485977,18 +536504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57055, "usage_id": 222 }, "5407.02.702A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37020, Flur", "arch_name": "37020@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -485996,18 +536525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57190, "usage_id": 222 }, "5407.02.702B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37021, Flur", "arch_name": "37021@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -486015,18 +536546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57198, "usage_id": 222 }, "5407.02.702C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37022, WC-Damen Vorraum", "arch_name": "37022@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -486034,18 +536567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70741, "usage_id": 118 }, "5407.02.702D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37023, WC-Damen", "arch_name": "37023@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -486053,18 +536588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74133, "usage_id": 116 }, "5407.02.702M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37022A, Installationsraum", "arch_name": "37022A@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -486072,18 +536609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74151, "usage_id": 120 }, "5407.02.702N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37023A, Installationsraum", "arch_name": "37023A@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -486091,18 +536630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74149, "usage_id": 120 }, "5407.02.702O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37024A, Installationsraum", "arch_name": "37024A@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -486110,18 +536651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74150, "usage_id": 120 }, "5407.02.702P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37025A, Installationsraum", "arch_name": "37025A@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -486129,18 +536672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74152, "usage_id": 120 }, "5407.02.708A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37026, Gang, Weg im Freien", "arch_name": "37026@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -486148,18 +536693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74127, "usage_id": 219 }, "5407.02.708B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37027, Gang, Weg im Freien", "arch_name": "37027@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -486167,18 +536714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74132, "usage_id": 219 }, "5407.02.708C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37028, Gang, Weg im Freien", "arch_name": "37028@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -486186,18 +536735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74144, "usage_id": 219 }, "5407.02.708D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37029, Gang, Weg im Freien", "arch_name": "37029@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -486205,18 +536756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74128, "usage_id": 219 }, "5407.02.708E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37030, Treppe im Freien", "arch_name": "37030@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -486224,18 +536777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74147, "usage_id": 7 }, "5407.02.708F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37031, Treppe im Freien", "arch_name": "37031@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -486243,18 +536798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74146, "usage_id": 7 }, "5407.02.708G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37032, Gang, Weg im Freien", "arch_name": "37032@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -486262,18 +536819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74130, "usage_id": 219 }, "5407.02.708H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37033, Treppe im Freien", "arch_name": "37033@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -486281,18 +536840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74145, "usage_id": 7 }, "5407.02.708I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37034, Gang, Weg im Freien", "arch_name": "37034@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -486300,19 +536861,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74131, "usage_id": 219 }, "5407.02.710A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37101, \u00dcbergang/Lounge", "arch_name": "37101@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 15188, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -486320,19 +536883,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12399, "usage_id": 208 }, "5407.02.710B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37102, Cube green", "arch_name": "37102@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 27672, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -486340,19 +536905,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66660, "usage_id": 12 }, "5407.02.710C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37103, Cube blue", "arch_name": "37103@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 27673, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -486360,19 +536927,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12404, "usage_id": 12 }, "5407.02.710D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37104, Cube orange", "arch_name": "37104@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 27674, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -486380,19 +536949,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12429, "usage_id": 12 }, "5407.02.710E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37105, Besprechungsraum", "arch_name": "37105@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 28712, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 29165, "seats": { @@ -486400,18 +536971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12431, "usage_id": 196 }, "5407.02.710F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37106, B\u00fcro", "arch_name": "37106@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 29165, "seats": { @@ -486419,18 +536992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26839, "usage_id": 12 }, "5407.02.710G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37107, B\u00fcro", "arch_name": "37107@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 29165, "seats": { @@ -486438,18 +537013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66658, "usage_id": 12 }, "5407.02.710H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37108, B\u00fcro", "arch_name": "37108@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 29165, "seats": { @@ -486457,18 +537034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66659, "usage_id": 12 }, "5407.02.720A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37201, Arbeitsraum/ohne Besp.Grp.", "arch_name": "37201@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -486476,18 +537055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11557, "usage_id": 12 }, "5407.02.720B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37202, Infrastruktur", "arch_name": "37202@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -486495,18 +537076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11561, "usage_id": 194 }, "5407.02.720C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37203, Chem. Experimentalfl\u00e4che", "arch_name": "37203@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -486514,18 +537097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74063, "usage_id": 102 }, "5407.02.720D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37204, Auswertung", "arch_name": "37204@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -486533,18 +537118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26942, "usage_id": 110 }, "5407.02.720E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37205A, Infrastruktur", "arch_name": "37205A@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -486552,18 +537139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74059, "usage_id": 194 }, "5407.02.720F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37206, Auswertung", "arch_name": "37206@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -486571,18 +537160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26948, "usage_id": 110 }, "5407.02.720G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37205B, Ofenraum", "arch_name": "37205B@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -486590,18 +537181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74056, "usage_id": 103 }, "5407.02.720H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37208, Auswertung", "arch_name": "37208@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -486609,18 +537202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57655, "usage_id": 110 }, "5407.02.720I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37207, Chem. Experimentalfl\u00e4che", "arch_name": "37207@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -486628,18 +537223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74061, "usage_id": 102 }, "5407.02.720J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37209, Lager", "arch_name": "37209@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -486647,18 +537244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27039, "usage_id": 18 }, "5407.02.720K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37210, Auswertung", "arch_name": "37210@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -486666,18 +537265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74057, "usage_id": 110 }, "5407.02.720L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37215, MSR", "arch_name": "37215@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -486685,18 +537286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74066, "usage_id": 120 }, "5407.02.721A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37211, Chem. Experimentalfl\u00e4che", "arch_name": "37211@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -486704,18 +537307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11606, "usage_id": 102 }, "5407.02.721B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37212, Infrastruktur", "arch_name": "37212@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -486723,18 +537328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74064, "usage_id": 194 }, "5407.02.721C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37213, Umkleideraum", "arch_name": "37213@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -486742,18 +537349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11608, "usage_id": 121 }, "5407.02.721D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37214, Flur", "arch_name": "37214@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -486761,19 +537370,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57791, "usage_id": 222 }, "5407.02.730A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37301, B\u00fcro", "arch_name": "37301@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 19610, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14722, "seats": { @@ -486781,18 +537392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57924, "usage_id": 12 }, "5407.02.730B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37302, B\u00fcro", "arch_name": "37302@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14722, "seats": { @@ -486800,18 +537413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70742, "usage_id": 12 }, "5407.02.730C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37303, B\u00fcro", "arch_name": "37303@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14722, "seats": { @@ -486819,18 +537434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57933, "usage_id": 12 }, "5407.02.730D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37304, Prof.-B\u00fcro", "arch_name": "37304@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14722, "seats": { @@ -486838,18 +537455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57940, "usage_id": 12 }, "5407.02.730E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37305, B\u00fcro", "arch_name": "37305@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14722, "seats": { @@ -486857,18 +537476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11675, "usage_id": 12 }, "5407.02.730F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37306, B\u00fcro", "arch_name": "37306@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14722, "seats": { @@ -486876,18 +537497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70743, "usage_id": 12 }, "5407.02.730G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37307, B\u00fcro", "arch_name": "37307@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14722, "seats": { @@ -486895,18 +537518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57959, "usage_id": 12 }, "5407.02.730H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37308, Besprechung", "arch_name": "37308@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14722, "seats": { @@ -486914,18 +537539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11680, "usage_id": 196 }, "5407.02.731C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37315, Flur", "arch_name": "37315@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -486933,18 +537560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58110, "usage_id": 222 }, "5407.02.740B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37402, LC-Analytiklabor", "arch_name": "37402@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -486952,18 +537581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11800, "usage_id": 102 }, "5407.02.740D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37404, Fermentation", "arch_name": "37404@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -486971,19 +537602,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58405, "usage_id": 102 }, "5407.02.740F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37414, Labor", "arch_name": "37414@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 27452, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 44284, "seats": { @@ -486991,18 +537624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58531, "usage_id": 194 }, "5407.02.741A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37411, Chemielabor", "arch_name": "37411@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 47377, "seats": { @@ -487010,18 +537645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16950, "usage_id": 102 }, "5407.02.741C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37416, Flur", "arch_name": "37416@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -487029,18 +537666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58694, "usage_id": 222 }, "5407.02.741D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37417, Treppe", "arch_name": "37417@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -487048,18 +537687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58702, "usage_id": 223 }, "5407.02.741E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37415, Flur", "arch_name": "37415@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -487067,18 +537708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58712, "usage_id": 222 }, "5407.02.741F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37413, Technologisches Labor", "arch_name": "37413@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -487086,18 +537729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74129, "usage_id": 194 }, "5407.02.993": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "37025, M\u00fcllsammelraum o.Verarbeitung", "arch_name": "37025@5407", "area_id": 36, "building_id": 826, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -487105,18 +537750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74148, "usage_id": 214 }, "5407.03.700A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47001, Putzraum", "arch_name": "47001@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -487124,18 +537771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58718, "usage_id": 205 }, "5407.03.700B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47003, WC", "arch_name": "47003@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -487143,18 +537792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56499, "usage_id": 114 }, "5407.03.700C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47005, WC", "arch_name": "47005@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -487162,18 +537813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56508, "usage_id": 114 }, "5407.03.700D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47007, Installationsschacht", "arch_name": "47007@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487181,18 +537834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56518, "usage_id": 120 }, "5407.03.700E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47008, Installationsschacht", "arch_name": "47008@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487200,18 +537855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56647, "usage_id": 120 }, "5407.03.700F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47009, Installationsschacht", "arch_name": "47009@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487219,18 +537876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56655, "usage_id": 120 }, "5407.03.700G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47002, WC-Herren Vorraum", "arch_name": "47002@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -487238,18 +537897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74156, "usage_id": 118 }, "5407.03.700H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47004, WC-Damen Vorraum", "arch_name": "47004@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -487257,18 +537918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74154, "usage_id": 118 }, "5407.03.701A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47010, Installationsschacht", "arch_name": "47010@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487276,18 +537939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56663, "usage_id": 120 }, "5407.03.701B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47011, Installationsschacht", "arch_name": "47011@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487295,18 +537960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56784, "usage_id": 120 }, "5407.03.701C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47012, Treppenraum", "arch_name": "47012@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -487314,18 +537981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56791, "usage_id": 223 }, "5407.03.701D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47013, Halle", "arch_name": "47013@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -487333,18 +538002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56796, "usage_id": 222 }, "5407.03.701E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47014, Aufzug", "arch_name": "47014@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -487352,18 +538023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56806, "usage_id": 4 }, "5407.03.701F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47015, Installationsschacht", "arch_name": "47015@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487371,18 +538044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56926, "usage_id": 120 }, "5407.03.701G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47016, Installationsschacht", "arch_name": "47016@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487390,18 +538065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56930, "usage_id": 120 }, "5407.03.701H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47017, Installationsschacht", "arch_name": "47017@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487409,18 +538086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56939, "usage_id": 120 }, "5407.03.701J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47018, Flur", "arch_name": "47018@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -487428,18 +538107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56952, "usage_id": 222 }, "5407.03.701K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47019, Flur", "arch_name": "47019@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -487447,18 +538128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57077, "usage_id": 222 }, "5407.03.702A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47020, Flur", "arch_name": "47020@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -487466,18 +538149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57104, "usage_id": 222 }, "5407.03.702B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47021, Flur", "arch_name": "47021@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -487485,18 +538170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57214, "usage_id": 222 }, "5407.03.702C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47022, M\u00fcllsammelraum o.Verarbeitung", "arch_name": "47022@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -487504,18 +538191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74161, "usage_id": 214 }, "5407.03.708A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47025, Gang, Weg im Freien", "arch_name": "47025@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -487523,18 +538212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74099, "usage_id": 219 }, "5407.03.708B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47026, Gang, Weg im Freien", "arch_name": "47026@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -487542,18 +538233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74097, "usage_id": 219 }, "5407.03.708C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47027, Treppe im Freien", "arch_name": "47027@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487561,18 +538254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74158, "usage_id": 7 }, "5407.03.708D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47028, Treppe im Freien", "arch_name": "47028@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487580,18 +538275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74159, "usage_id": 7 }, "5407.03.708E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47029, Gang, Weg im Freien", "arch_name": "47029@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -487599,18 +538296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74098, "usage_id": 219 }, "5407.03.708F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47030, Treppe im Freien", "arch_name": "47030@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -487618,18 +538317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74160, "usage_id": 7 }, "5407.03.708G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47031, Gang, Weg im Freien", "arch_name": "47031@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -487637,18 +538338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74100, "usage_id": 219 }, "5407.03.710A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47101, Rechnerraum", "arch_name": "47101@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -487656,18 +538359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16129, "usage_id": 207 }, "5407.03.710C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47103, Arbeitsraum/ohne Besp.Grp.", "arch_name": "47103@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -487675,18 +538380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12249, "usage_id": 12 }, "5407.03.710D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47104, Arbeitsraum/mit Besp.Grp.", "arch_name": "47104@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -487694,18 +538401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12287, "usage_id": 12 }, "5407.03.710E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47105, Arbeitsraum/ohne Besp.Grp.", "arch_name": "47105@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23184, "seats": { @@ -487713,18 +538422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12290, "usage_id": 12 }, "5407.03.710F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47106, Arbeitsraum/mit Besp.Grp.", "arch_name": "47106@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 23184, "seats": { @@ -487732,18 +538443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12293, "usage_id": 12 }, "5407.03.710G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47107, Chemielabor (KNSTL.B., MV)", "arch_name": "47107@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -487751,18 +538464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57390, "usage_id": 102 }, "5407.03.710J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47109, Chemielabor (KNSTL.B., MV)", "arch_name": "47109@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -487770,18 +538485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57514, "usage_id": 102 }, "5407.03.711A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47111, Chemielabor (KNSTL.B., MV)", "arch_name": "47111@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -487789,18 +538506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57525, "usage_id": 102 }, "5407.03.711B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47112, Flur", "arch_name": "47112@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -487808,18 +538527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57534, "usage_id": 222 }, "5407.03.711K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47110, Chemielabor (KNSTL.B., MV)", "arch_name": "47110@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -487827,18 +538548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57539, "usage_id": 102 }, "5407.03.720A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47201, Chemielabor (KNSTL.B., MV)", "arch_name": "47201@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -487846,18 +538569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57546, "usage_id": 102 }, "5407.03.720B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47202, Lager", "arch_name": "47202@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -487865,18 +538590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57661, "usage_id": 30 }, "5407.03.720C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47203, Ofen", "arch_name": "47203@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -487884,18 +538611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26705, "usage_id": 103 }, "5407.03.720D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47204, Chemielabor (KNSTL.B., MV)", "arch_name": "47204@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -487903,18 +538632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26712, "usage_id": 102 }, "5407.03.720F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47206, Chemielabor (KNSTL.B., MV)", "arch_name": "47206@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -487922,18 +538653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26715, "usage_id": 102 }, "5407.03.720H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47208, Chemielabor (KNSTL.B., MV)", "arch_name": "47208@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -487941,18 +538674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57813, "usage_id": 102 }, "5407.03.721A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47212, Schleuse", "arch_name": "47212@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -487960,18 +538695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57818, "usage_id": 105 }, "5407.03.721C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47213, Klimaraum", "arch_name": "47213@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 14692, "seats": { @@ -487979,18 +538716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57828, "usage_id": 30 }, "5407.03.721D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47214, Lager", "arch_name": "47214@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -487998,18 +538737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57963, "usage_id": 30 }, "5407.03.721E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47217, B\u00fcro", "arch_name": "47217@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -488017,18 +538758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74101, "usage_id": 12 }, "5407.03.721F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47216, Chemielabor (KNSTL.B., MV)", "arch_name": "47216@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -488036,18 +538779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57967, "usage_id": 102 }, "5407.03.721G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47222A, Serverraum", "arch_name": "47222A@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14684, "seats": { @@ -488055,18 +538800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74153, "usage_id": 207 }, "5407.03.722B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47222, Lager", "arch_name": "47222@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14684, "seats": { @@ -488074,18 +538821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57975, "usage_id": 30 }, "5407.03.722C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47223, Chemielabor (KNSTL.B., MV)", "arch_name": "47223@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -488093,18 +538842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57978, "usage_id": 102 }, "5407.03.722E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47225, Chemielabor (KNSTL.B., MV)", "arch_name": "47225@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -488112,18 +538863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16872, "usage_id": 102 }, "5407.03.722G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47227, Chemielabor (KNSTL.B., MV)", "arch_name": "47227@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -488131,18 +538884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26900, "usage_id": 102 }, "5407.03.722H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47229, Flur", "arch_name": "47229@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488150,18 +538905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58118, "usage_id": 222 }, "5407.03.723A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47230, Flur", "arch_name": "47230@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488169,18 +538926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58127, "usage_id": 222 }, "5407.03.730A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47301, Messraum", "arch_name": "47301@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -488188,18 +538947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58132, "usage_id": 103 }, "5407.03.730B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47302, Chemielabor (KNSTL.B., MV)", "arch_name": "47302@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -488207,18 +538968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27001, "usage_id": 102 }, "5407.03.730C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47303, Chemielabor (KNSTL.B., MV)", "arch_name": "47303@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -488226,18 +538989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58271, "usage_id": 102 }, "5407.03.730D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47304, Chemielabor (KNSTL.B., MV)", "arch_name": "47304@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -488245,18 +539010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27098, "usage_id": 102 }, "5407.03.730F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47306, Chemielabor (KNSTL.B., MV)", "arch_name": "47306@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -488264,18 +539031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58292, "usage_id": 102 }, "5407.03.730G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47307, Teek\u00fcche", "arch_name": "47307@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -488283,18 +539052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58304, "usage_id": 198 }, "5407.03.730H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47308, Arbeitsraum/mit Besp.Grp.", "arch_name": "47308@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14684, "seats": { @@ -488302,18 +539073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11839, "usage_id": 12 }, "5407.03.730J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47309, Arbeitsraum/ohne Besp.Grp.", "arch_name": "47309@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14684, "seats": { @@ -488321,18 +539094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11843, "usage_id": 12 }, "5407.03.731A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47311, Arbeitsraum/mit Besp.Grp.", "arch_name": "47311@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -488340,18 +539115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11903, "usage_id": 12 }, "5407.03.731B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47312, Arbeitsraum/ohne Besp.Grp.", "arch_name": "47312@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -488359,18 +539136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11907, "usage_id": 12 }, "5407.03.731C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47313, Arbeitsraum/mit Besp.Grp.", "arch_name": "47313@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -488378,18 +539157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11911, "usage_id": 12 }, "5407.03.731D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47315, Flur", "arch_name": "47315@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488397,18 +539178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58586, "usage_id": 222 }, "5407.03.731K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47310, Arbeitsraum/mit Besp.Grp.", "arch_name": "47310@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14684, "seats": { @@ -488416,18 +539199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11915, "usage_id": 12 }, "5407.03.740A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47401, Chemielabor (KNSTL.B., MV)", "arch_name": "47401@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 50697, "seats": { @@ -488435,18 +539220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58724, "usage_id": 102 }, "5407.03.740B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47402, Duschraum", "arch_name": "47402@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -488454,18 +539241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74155, "usage_id": 113 }, "5407.03.740C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47403, Chemielabor (KNSTL.B., MV)", "arch_name": "47403@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14684, "seats": { @@ -488473,18 +539262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25886, "usage_id": 102 }, "5407.03.740E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47405, Chemielabor (KNSTL.B., MV)", "arch_name": "47405@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 50697, "seats": { @@ -488492,18 +539283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25891, "usage_id": 102 }, "5407.03.740F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47407, Teek\u00fcche", "arch_name": "47407@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488511,18 +539304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58751, "usage_id": 198 }, "5407.03.740G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47406, Dusche", "arch_name": "47406@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488530,18 +539325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56527, "usage_id": 113 }, "5407.03.740J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47409, Messraum / Server", "arch_name": "47409@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -488549,18 +539346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56535, "usage_id": 103 }, "5407.03.740K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47404A, Duschraum", "arch_name": "47404A@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -488568,18 +539367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74157, "usage_id": 113 }, "5407.03.741G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47417, Fotolabor / Lichtpausenraum", "arch_name": "47417@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -488587,18 +539388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56554, "usage_id": 104 }, "5407.03.741H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47418, Schleuse", "arch_name": "47418@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488606,18 +539409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74162, "usage_id": 105 }, "5407.03.741J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47415, R\u00f6ntgenmessraum", "arch_name": "47415@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14684, "seats": { @@ -488625,18 +539430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56563, "usage_id": 103 }, "5407.03.742A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47421, Rechnerraum", "arch_name": "47421@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -488644,18 +539451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25997, "usage_id": 207 }, "5407.03.742B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47422, Rechnerraum", "arch_name": "47422@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -488663,18 +539472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26073, "usage_id": 207 }, "5407.03.742C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47423, Rechnerraum", "arch_name": "47423@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -488682,18 +539493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26081, "usage_id": 207 }, "5407.03.742D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47424, Rechnerraum", "arch_name": "47424@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14684, "seats": { @@ -488701,18 +539514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56696, "usage_id": 207 }, "5407.03.742E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47429, Flur", "arch_name": "47429@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488720,18 +539535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56818, "usage_id": 222 }, "5407.03.742F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47430, Flur", "arch_name": "47430@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488739,18 +539556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56825, "usage_id": 222 }, "5407.03.742G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "47419, Labor", "arch_name": "47419@5407", "area_id": 36, "building_id": 826, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -488758,18 +539577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30145, "usage_id": 102 }, "5407.04.700A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57001, Putzraum", "arch_name": "57001@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -488777,18 +539598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56839, "usage_id": 205 }, "5407.04.700B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57003, WC", "arch_name": "57003@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488796,18 +539619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56962, "usage_id": 114 }, "5407.04.700C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57004, WC-Damen", "arch_name": "57004@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488815,18 +539640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56967, "usage_id": 116 }, "5407.04.700D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57005, WC", "arch_name": "57005@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -488834,18 +539661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56973, "usage_id": 114 }, "5407.04.700E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57007, Installationsschacht", "arch_name": "57007@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -488853,18 +539682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56981, "usage_id": 120 }, "5407.04.700F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57008, Installationsschacht", "arch_name": "57008@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -488872,18 +539703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57113, "usage_id": 120 }, "5407.04.700G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57009, Installationsschacht", "arch_name": "57009@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -488891,18 +539724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57118, "usage_id": 120 }, "5407.04.700H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57006, Treppe", "arch_name": "57006@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -488910,18 +539745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74169, "usage_id": 223 }, "5407.04.700J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57002, WC-Damen Vorraum", "arch_name": "57002@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -488929,18 +539766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74170, "usage_id": 118 }, "5407.04.701A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57010, Installationsschacht", "arch_name": "57010@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -488948,18 +539787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57125, "usage_id": 120 }, "5407.04.701B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57011, Installationsschacht", "arch_name": "57011@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -488967,18 +539808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57132, "usage_id": 120 }, "5407.04.701C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57012, Treppenraum", "arch_name": "57012@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -488986,18 +539829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57139, "usage_id": 223 }, "5407.04.701D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57013, Halle", "arch_name": "57013@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -489005,18 +539850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57252, "usage_id": 222 }, "5407.04.701E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57014, Aufzug", "arch_name": "57014@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -489024,18 +539871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57260, "usage_id": 4 }, "5407.04.701F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57015, Installationsschacht", "arch_name": "57015@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -489043,18 +539892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57269, "usage_id": 120 }, "5407.04.701G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57016, Installationsschacht", "arch_name": "57016@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -489062,18 +539913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57276, "usage_id": 120 }, "5407.04.701H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57017, Installationsschacht", "arch_name": "57017@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -489081,18 +539934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57285, "usage_id": 120 }, "5407.04.701J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57018, Flur", "arch_name": "57018@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -489100,18 +539955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57405, "usage_id": 222 }, "5407.04.701K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57019, Flur", "arch_name": "57019@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -489119,18 +539976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57414, "usage_id": 222 }, "5407.04.702A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57020, Flur", "arch_name": "57020@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -489138,18 +539997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57435, "usage_id": 222 }, "5407.04.702B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57021, Flur", "arch_name": "57021@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -489157,18 +540018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57553, "usage_id": 222 }, "5407.04.702C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57022, Lager", "arch_name": "57022@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Stein", "main_operator_id": 14180, "seats": { @@ -489176,18 +540039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74174, "usage_id": 30 }, "5407.04.708A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57025, Gang, Weg im Freien", "arch_name": "57025@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -489195,18 +540060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74165, "usage_id": 219 }, "5407.04.708B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57026, Gang, Weg im Freien", "arch_name": "57026@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -489214,18 +540081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74163, "usage_id": 219 }, "5407.04.708C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57027, Treppe im Freien", "arch_name": "57027@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -489233,18 +540102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74172, "usage_id": 7 }, "5407.04.708D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57028, Treppe im Freien", "arch_name": "57028@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -489252,18 +540123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74173, "usage_id": 7 }, "5407.04.708E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57029, Gang, Weg im Freien", "arch_name": "57029@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -489271,18 +540144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74166, "usage_id": 219 }, "5407.04.708F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57030, Treppe im Freien", "arch_name": "57030@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -489290,18 +540165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74171, "usage_id": 7 }, "5407.04.708G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57031, Gang, Weg im Freien", "arch_name": "57031@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -489309,19 +540186,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74164, "usage_id": 219 }, "5407.04.710A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57101, Seminarraum", "arch_name": "57101@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 15160, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14692, "seats": { @@ -489329,18 +540208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11494, "usage_id": 41 }, "5407.04.710C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57103, Arbeitsraum/ohne Besp.Grp.", "arch_name": "57103@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14692, "seats": { @@ -489348,18 +540229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57570, "usage_id": 12 }, "5407.04.710D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57104, Arbeitsraum/ohne Besp.Grp.", "arch_name": "57104@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14692, "seats": { @@ -489367,18 +540250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11499, "usage_id": 12 }, "5407.04.710E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57105, Arbeitsraum/ohne Besp.Grp.", "arch_name": "57105@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14692, "seats": { @@ -489386,18 +540271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11503, "usage_id": 12 }, "5407.04.710F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57106, Arbeitsraum", "arch_name": "57106@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489405,18 +540292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11460, "usage_id": 12 }, "5407.04.710G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57107, Sozialraum", "arch_name": "57107@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14692, "seats": { @@ -489424,18 +540313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32062, "usage_id": 44 }, "5407.04.710H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57108, Chemielabor (KNSTL.B., MV)", "arch_name": "57108@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489443,18 +540334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30635, "usage_id": 102 }, "5407.04.710J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57109, Chemielabor (KNSTL.B., MV)", "arch_name": "57109@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489462,18 +540355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57725, "usage_id": 102 }, "5407.04.711J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57112, Flur", "arch_name": "57112@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -489481,18 +540376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57845, "usage_id": 222 }, "5407.04.711K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57110, Praktikumslabor (KNSTL.B., MV)", "arch_name": "57110@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489500,18 +540397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57857, "usage_id": 102 }, "5407.04.720A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57201, Labor", "arch_name": "57201@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 45791, "seats": { @@ -489519,18 +540418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57865, "usage_id": 102 }, "5407.04.720C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57203, R\u00f6ntgenfluoreszenzanalytik", "arch_name": "57203@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489538,18 +540439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16823, "usage_id": 103 }, "5407.04.720D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57204, Analytisches Labor", "arch_name": "57204@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489557,18 +540460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58000, "usage_id": 102 }, "5407.04.720F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57206, Chemielabor", "arch_name": "57206@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489576,18 +540481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58007, "usage_id": 102 }, "5407.04.720G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57207, Chemielabor", "arch_name": "57207@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489595,18 +540502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58019, "usage_id": 102 }, "5407.04.720H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57208, W\u00e4geraum", "arch_name": "57208@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489614,18 +540523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58028, "usage_id": 103 }, "5407.04.721A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57213, Schleuse", "arch_name": "57213@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489633,18 +540544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58149, "usage_id": 105 }, "5407.04.721D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57214, Lager", "arch_name": "57214@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489652,18 +540565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58159, "usage_id": 30 }, "5407.04.721F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57216, Elektronenmikroskopie", "arch_name": "57216@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489671,18 +540586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58167, "usage_id": 103 }, "5407.04.721K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57210, Physik. Messlabor (KNSTL.B., MV)", "arch_name": "57210@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489690,18 +540607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58175, "usage_id": 103 }, "5407.04.721L": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57221, Lager", "arch_name": "57221@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489709,18 +540628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74175, "usage_id": 30 }, "5407.04.722B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57222, Chemielabor (KNSTL.B., MV)", "arch_name": "57222@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489728,18 +540649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16022, "usage_id": 102 }, "5407.04.722D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57224, S\u00e4urelabor", "arch_name": "57224@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489747,18 +540670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58314, "usage_id": 102 }, "5407.04.722E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57225, Chemielabor (KNSTL.B., MV)", "arch_name": "57225@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489766,18 +540691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31017, "usage_id": 102 }, "5407.04.722F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57226, Chemielabor (KNSTL.B., MV)", "arch_name": "57226@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489785,18 +540712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31022, "usage_id": 102 }, "5407.04.722G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57227, Chemielabor (KNSTL.B., MV)", "arch_name": "57227@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489804,18 +540733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58336, "usage_id": 102 }, "5407.04.722H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57228, Chemielabor (KNSTL.B., MV)", "arch_name": "57228@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489823,18 +540754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31098, "usage_id": 102 }, "5407.04.722J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57229, Flur", "arch_name": "57229@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -489842,18 +540775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58471, "usage_id": 222 }, "5407.04.722K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57220, Freiluftlabor CH", "arch_name": "57220@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -489861,18 +540796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58478, "usage_id": 102 }, "5407.04.723A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57230, Flur", "arch_name": "57230@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -489880,18 +540817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58484, "usage_id": 222 }, "5407.04.723B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57301A, Werkstatt", "arch_name": "57301A@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489899,18 +540838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74167, "usage_id": 51 }, "5407.04.730A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57301, Chemielabor (KNSTL.B., MV)", "arch_name": "57301@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489918,18 +540859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58494, "usage_id": 102 }, "5407.04.730B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57302, Archiv", "arch_name": "57302@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489937,18 +540880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58615, "usage_id": 2 }, "5407.04.730C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57303, Chemielabor (KNSTL.B., MV)", "arch_name": "57303@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14692, "seats": { @@ -489956,18 +540901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15520, "usage_id": 102 }, "5407.04.730D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57304, Besprechungsraum", "arch_name": "57304@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 45791, "seats": { @@ -489975,18 +540922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58632, "usage_id": 196 }, "5407.04.730E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57305, B\u00fcro", "arch_name": "57305@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 45791, "seats": { @@ -489994,18 +540943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58642, "usage_id": 12 }, "5407.04.730F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57306, B\u00fcro", "arch_name": "57306@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 45791, "seats": { @@ -490013,18 +540964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58648, "usage_id": 12 }, "5407.04.730G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57307, Computerraum", "arch_name": "57307@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14692, "seats": { @@ -490032,19 +540985,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31291, "usage_id": 207 }, "5407.04.730J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57309, Sekretariat", "arch_name": "57309@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 18836, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14692, "seats": { @@ -490052,18 +541007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11809, "usage_id": 40 }, "5407.04.731A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57311, Besprechungsraum", "arch_name": "57311@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14692, "seats": { @@ -490071,19 +541028,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58783, "usage_id": 196 }, "5407.04.731B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57312, B\u00fcro", "arch_name": "57312@5407", "area_id": 36, "building_id": 826, "calendar_resource_nr": 18810, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14692, "seats": { @@ -490091,18 +541050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11817, "usage_id": 12 }, "5407.04.731C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57315, Flur", "arch_name": "57315@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -490110,18 +541071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56416, "usage_id": 222 }, "5407.04.731K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57310, B\u00fcro", "arch_name": "57310@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14692, "seats": { @@ -490129,18 +541092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11865, "usage_id": 12 }, "5407.04.740A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57401, Labor", "arch_name": "57401@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490148,18 +541113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56432, "usage_id": 102 }, "5407.04.740B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57402, B\u00fcro", "arch_name": "57402@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14713, "seats": { @@ -490167,18 +541134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11873, "usage_id": 12 }, "5407.04.740C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57403, Labor f\u00fcr Zellkultur", "arch_name": "57403@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 14713, "seats": { @@ -490186,18 +541155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56446, "usage_id": 102 }, "5407.04.740D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57404, B\u00fcro", "arch_name": "57404@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14713, "seats": { @@ -490205,18 +541176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11883, "usage_id": 12 }, "5407.04.740E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57405, Labor", "arch_name": "57405@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490224,18 +541197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56572, "usage_id": 102 }, "5407.04.740F": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57406, Labor", "arch_name": "57406@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490243,18 +541218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56582, "usage_id": 102 }, "5407.04.740G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57407, Technisches Labor, GEM.M.1103060400", "arch_name": "57407@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490262,18 +541239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56586, "usage_id": 102 }, "5407.04.740H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57403A, Lab.m.bes.luftt.Anlage", "arch_name": "57403A@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 14713, "seats": { @@ -490281,18 +541260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74168, "usage_id": 102 }, "5407.04.740J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57409, Lager", "arch_name": "57409@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490300,18 +541281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56598, "usage_id": 30 }, "5407.04.741A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57411, Physik. Messraum", "arch_name": "57411@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490319,18 +541302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56604, "usage_id": 103 }, "5407.04.741C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57413, Mikorskopierraum", "arch_name": "57413@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490338,18 +541323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56706, "usage_id": 102 }, "5407.04.741E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57415, Labor", "arch_name": "57415@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490357,18 +541344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56715, "usage_id": 103 }, "5407.04.741G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57417, K\u00fchlraum f\u00fcr wissensch.-techn. Zwecke", "arch_name": "57417@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 14713, "seats": { @@ -490376,18 +541365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56723, "usage_id": 199 }, "5407.04.741H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57418, Schleuse", "arch_name": "57418@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490395,18 +541386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74176, "usage_id": 105 }, "5407.04.742A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57421, K\u00fchlraum f\u00fcr wissensch.-techn. Zwecke", "arch_name": "57421@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -490414,18 +541407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56731, "usage_id": 199 }, "5407.04.742B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57422, K\u00fchlraum f\u00fcr wissensch.-techn. Zwecke", "arch_name": "57422@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -490433,18 +541428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56844, "usage_id": 199 }, "5407.04.742C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57423, Stromversorgung", "arch_name": "57423@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490452,18 +541449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56852, "usage_id": 160 }, "5407.04.742D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57424, K\u00fchlraum", "arch_name": "57424@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Kunststoff", "main_operator_id": 14713, "seats": { @@ -490471,18 +541470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56861, "usage_id": 199 }, "5407.04.742E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57425, K\u00fchlraum f\u00fcr wissensch.-techn. Zwecke", "arch_name": "57425@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "PVC", "main_operator_id": 14714, "seats": { @@ -490490,18 +541491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56869, "usage_id": 199 }, "5407.04.742G": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57427, Labor", "arch_name": "57427@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490509,18 +541512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56874, "usage_id": 102 }, "5407.04.742H": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57428, Computerraum", "arch_name": "57428@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490528,18 +541533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56880, "usage_id": 207 }, "5407.04.742J": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57429, Labor", "arch_name": "57429@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490547,18 +541554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57152, "usage_id": 102 }, "5407.04.743A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57431, Seminarraum", "arch_name": "57431@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14713, "seats": { @@ -490566,18 +541575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57159, "usage_id": 41 }, "5407.04.743B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57436, Flur", "arch_name": "57436@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -490585,18 +541596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57168, "usage_id": 222 }, "5407.04.743C": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57433, Labor", "arch_name": "57433@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14713, "seats": { @@ -490604,18 +541617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57175, "usage_id": 102 }, "5407.04.743D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57437, Flur", "arch_name": "57437@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -490623,18 +541638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57592, "usage_id": 222 }, "5407.04.743E": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57435, B\u00fcro", "arch_name": "57435@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14713, "seats": { @@ -490642,18 +541659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57600, "usage_id": 12 }, "5407.04.743K": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "57430, B\u00fcro", "arch_name": "57430@5407", "area_id": 36, "building_id": 826, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 14713, "seats": { @@ -490661,18 +541680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12134, "usage_id": 12 }, "5407.05.700A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "67001, Abluftzentrale 1. Ebene", "arch_name": "67001@5407", "area_id": 36, "building_id": 826, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -490680,18 +541701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57612, "usage_id": 32 }, "5407.05.700B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "67004, Treppe", "arch_name": "67004@5407", "area_id": 36, "building_id": 826, + "floor_level": "5.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -490699,18 +541722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57618, "usage_id": 223 }, "5407.05.700D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "67008, Installationsschacht", "arch_name": "67008@5407", "area_id": 36, "building_id": 826, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -490718,18 +541743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57306, "usage_id": 120 }, "5407.05.700E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "67009, Installationsschacht", "arch_name": "67009@5407", "area_id": 36, "building_id": 826, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -490737,18 +541764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57314, "usage_id": 120 }, "5407.05.701A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "67010, Installationsschacht", "arch_name": "67010@5407", "area_id": 36, "building_id": 826, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -490756,18 +541785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57320, "usage_id": 120 }, "5407.05.701C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "67014, Aufzug", "arch_name": "67014@5407", "area_id": 36, "building_id": 826, + "floor_level": "5.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -490775,18 +541806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56993, "usage_id": 4 }, "5407.05.701D": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "67015, Installationsschacht", "arch_name": "67015@5407", "area_id": 36, "building_id": 826, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -490794,18 +541827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57002, "usage_id": 120 }, "5407.05.701E": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "67016, Installationsschacht", "arch_name": "67016@5407", "area_id": 36, "building_id": 826, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -490813,18 +541848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57015, "usage_id": 120 }, "5407.05.701F": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "67017, Installationsschacht", "arch_name": "67017@5407", "area_id": 36, "building_id": 826, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -490832,18 +541869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57024, "usage_id": 120 }, "5407.06.700A": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "77001, Be- und Entl\u00fcftung", "arch_name": "77001@5407", "area_id": 36, "building_id": 826, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -490851,18 +541890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57446, "usage_id": 32 }, "5407.06.700B": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "77004, Treppe", "arch_name": "77004@5407", "area_id": 36, "building_id": 826, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -490870,18 +541911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57453, "usage_id": 223 }, "5407.06.700C": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "77008, Installationsschacht", "arch_name": "77008@5407", "area_id": 36, "building_id": 826, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -490889,18 +541932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57463, "usage_id": 120 }, "5407.06.700D": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "77009, Installationsschacht", "arch_name": "77009@5407", "area_id": 36, "building_id": 826, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -490908,18 +541953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57471, "usage_id": 120 }, "5407.06.701A": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "77010, Abluftzentrale 2. Ebene", "arch_name": "77010@5407", "area_id": 36, "building_id": 826, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -490927,18 +541974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57477, "usage_id": 120 }, "5407.06.701B": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "77014, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "77014@5407", "area_id": 36, "building_id": 826, + "floor_level": "6.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -490946,18 +541995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55378, "usage_id": 5 }, "5407.06.701C": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "77015, Installationsschacht", "arch_name": "77015@5407", "area_id": 36, "building_id": 826, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -490965,18 +542016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55388, "usage_id": 120 }, "5407.06.701D": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "77016, Installationsschacht", "arch_name": "77016@5407", "area_id": 36, "building_id": 826, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -490984,18 +542037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55395, "usage_id": 120 }, "5407.06.701E": { "address": { - "floor": "6.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "77017, Installationsschacht", "arch_name": "77017@5407", "area_id": 36, "building_id": 826, + "floor_level": "6.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491003,18 +542058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55401, "usage_id": 120 }, "5407.EG.651D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16514, Physikal.Messr\u00e4ume", "arch_name": "16514@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -491022,18 +542079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74090, "usage_id": 103 }, "5407.EG.651E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "16515, Phys.Messr.f.instr.Analytik", "arch_name": "16515@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14180, "seats": { @@ -491041,18 +542100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74089, "usage_id": 103 }, "5407.EG.700A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17001, WC (Umbau)", "arch_name": "17001@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -491060,18 +542121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58915, "usage_id": 114 }, "5407.EG.700B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17002, Putzraum (Umbau)", "arch_name": "17002@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -491079,18 +542142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58919, "usage_id": 205 }, "5407.EG.700C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17003, Abstellraum (Umbau)", "arch_name": "17003@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -491098,18 +542163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58924, "usage_id": 159 }, "5407.EG.700D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17004, Flur", "arch_name": "17004@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -491117,18 +542184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58928, "usage_id": 222 }, "5407.EG.700F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17007, Installationsschacht", "arch_name": "17007@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491136,18 +542205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58937, "usage_id": 120 }, "5407.EG.700G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17008, Installationsschacht", "arch_name": "17008@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491155,18 +542226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58990, "usage_id": 120 }, "5407.EG.700H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17009, Installationsschacht", "arch_name": "17009@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491174,18 +542247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58909, "usage_id": 120 }, "5407.EG.701A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17010, Installationsschacht", "arch_name": "17010@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491193,18 +542268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58913, "usage_id": 120 }, "5407.EG.701B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17011, Installationsschacht", "arch_name": "17011@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491212,18 +542289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58917, "usage_id": 120 }, "5407.EG.701C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17012, Treppenraum", "arch_name": "17012@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -491231,18 +542310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58920, "usage_id": 223 }, "5407.EG.701D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17013, Flur", "arch_name": "17013@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -491250,18 +542331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58923, "usage_id": 222 }, "5407.EG.701E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17014, Aufzug", "arch_name": "17014@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -491269,18 +542352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58927, "usage_id": 4 }, "5407.EG.701F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17015, Installationsschacht", "arch_name": "17015@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491288,18 +542373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58930, "usage_id": 120 }, "5407.EG.701G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17016, Installationsschacht", "arch_name": "17016@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491307,18 +542394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58934, "usage_id": 120 }, "5407.EG.701H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17017, Installationsschacht", "arch_name": "17017@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491326,18 +542415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58938, "usage_id": 120 }, "5407.EG.701M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17014A, Personenaufzug", "arch_name": "17014A@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -491345,18 +542436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74143, "usage_id": 4 }, "5407.EG.701N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17018, Flur", "arch_name": "17018@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -491364,18 +542457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74091, "usage_id": 222 }, "5407.EG.702A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17021, Flur", "arch_name": "17021@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -491383,18 +542478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58994, "usage_id": 222 }, "5407.EG.708B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17022, Schleuse", "arch_name": "17022@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -491402,18 +542499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74119, "usage_id": 105 }, "5407.EG.708C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17023, Lager", "arch_name": "17023@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -491421,18 +542520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74137, "usage_id": 30 }, "5407.EG.708D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17027, Treppe im Freien", "arch_name": "17027@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491440,18 +542541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74140, "usage_id": 7 }, "5407.EG.708E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17028, Treppe im Freien", "arch_name": "17028@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491459,18 +542562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74141, "usage_id": 7 }, "5407.EG.708F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17029, Treppe im Freien", "arch_name": "17029@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491478,18 +542583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74139, "usage_id": 7 }, "5407.EG.710A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17101, Umbau", "arch_name": "17101@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -491497,18 +542604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29169, "usage_id": 217 }, "5407.EG.710B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17102, Einzelumkleideraum", "arch_name": "17102@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -491516,18 +542625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74117, "usage_id": 121 }, "5407.EG.710C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17130, Flur", "arch_name": "17130@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -491535,18 +542646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59001, "usage_id": 222 }, "5407.EG.710D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17104, Umbau", "arch_name": "17104@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14180, "seats": { @@ -491554,18 +542667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58833, "usage_id": 217 }, "5407.EG.720A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17201, Be- und Entl\u00fcftung", "arch_name": "17201@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -491573,18 +542688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58840, "usage_id": 32 }, "5407.EG.720B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17202, Metallwerkstatt 4/50,8/25,9/25", "arch_name": "17202@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14180, "seats": { @@ -491592,18 +542709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29120, "usage_id": 108 }, "5407.EG.720E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17205, Schwei\u00dfraum CH", "arch_name": "17205@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14180, "seats": { @@ -491611,18 +542730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58895, "usage_id": 51 }, "5407.EG.721A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17204, B\u00fcro", "arch_name": "17204@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14180, "seats": { @@ -491630,18 +542751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74092, "usage_id": 12 }, "5407.EG.721B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17206, Treppe", "arch_name": "17206@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -491649,18 +542772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74142, "usage_id": 223 }, "5407.EG.721C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17207, Lager", "arch_name": "17207@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14180, "seats": { @@ -491668,18 +542793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74136, "usage_id": 30 }, "5407.EG.721D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17208, Lager", "arch_name": "17208@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14180, "seats": { @@ -491687,18 +542814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74087, "usage_id": 30 }, "5407.EG.730A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17301, Lager", "arch_name": "17301@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14874, "seats": { @@ -491706,18 +542835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58899, "usage_id": 30 }, "5407.EG.730C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17303, Lager/Tische, St\u00fchle", "arch_name": "17303@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -491725,18 +542856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58903, "usage_id": 30 }, "5407.EG.730D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17304, Aktenlager", "arch_name": "17304@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14874, "seats": { @@ -491744,18 +542877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58906, "usage_id": 2 }, "5407.EG.730E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17302, Lager", "arch_name": "17302@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -491763,18 +542898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59015, "usage_id": 30 }, "5407.EG.730F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17305, Flur (Umbau)", "arch_name": "17305@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -491782,18 +542919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59017, "usage_id": 222 }, "5407.EG.740A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17401, Be- und Entl\u00fcftung (Umbau)", "arch_name": "17401@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -491801,18 +542940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59020, "usage_id": 32 }, "5407.EG.740B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17402, Stromversorgung (Umbau)", "arch_name": "17402@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -491820,18 +542961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59023, "usage_id": 160 }, "5407.EG.740C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17403, Telefonzentrale (Umbau)", "arch_name": "17403@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -491839,18 +542982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58995, "usage_id": 160 }, "5407.EG.740D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17404, Trafo", "arch_name": "17404@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -491858,18 +543003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58997, "usage_id": 160 }, "5407.EG.740E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17405, Trafo", "arch_name": "17405@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -491877,18 +543024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59000, "usage_id": 160 }, "5407.EG.740F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17406, Trafo", "arch_name": "17406@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -491896,18 +543045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59004, "usage_id": 160 }, "5407.EG.740H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17408, Eisraum / Materialverw. CH", "arch_name": "17408@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -491915,18 +543066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59010, "usage_id": 30 }, "5407.EG.740I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17407, Windfang", "arch_name": "17407@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -491934,18 +543087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74115, "usage_id": 52 }, "5407.EG.740J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17409, Lager", "arch_name": "17409@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -491953,18 +543108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59013, "usage_id": 30 }, "5407.EG.741A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17411, Lager / Materialverw. CH", "arch_name": "17411@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -491972,18 +543129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28963, "usage_id": 30 }, "5407.EG.741B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17412, Flur", "arch_name": "17412@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -491991,18 +543150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59018, "usage_id": 222 }, "5407.EG.741C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17413, Flur (Umbau)", "arch_name": "17413@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -492010,18 +543171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59021, "usage_id": 222 }, "5407.EG.741D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17414, B\u00fcro", "arch_name": "17414@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 14180, "seats": { @@ -492029,18 +543192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74110, "usage_id": 12 }, "5407.EG.741E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17415, Windfang", "arch_name": "17415@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -492048,18 +543213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74122, "usage_id": 52 }, "5407.EG.741K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17410, B\u00fcro / Materialverw. CH", "arch_name": "17410@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492067,18 +543234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50856, "usage_id": 12 }, "5407.EG.749A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17503A, B\u00fcro", "arch_name": "17503A@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14180, "seats": { @@ -492086,18 +543255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74114, "usage_id": 12 }, "5407.EG.750A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17501, Autoklavenlagerraum CH", "arch_name": "17501@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -492105,18 +543276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50858, "usage_id": 30 }, "5407.EG.750B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17502, Metalllagerraum CH", "arch_name": "17502@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -492124,18 +543297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50860, "usage_id": 30 }, "5407.EG.750C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17503, B\u00fcro / Werkstatt", "arch_name": "17503@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -492143,18 +543318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13007, "usage_id": 12 }, "5407.EG.750D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17504, B\u00fcro", "arch_name": "17504@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -492162,18 +543339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13009, "usage_id": 12 }, "5407.EG.750E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17505, Umkleide", "arch_name": "17505@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 14180, "seats": { @@ -492181,18 +543360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50866, "usage_id": 121 }, "5407.EG.750G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17507, Autoklavenlagerraum CH", "arch_name": "17507@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492200,18 +543381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50873, "usage_id": 182 }, "5407.EG.750H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17508, Autoklavenlabor CH", "arch_name": "17508@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492219,18 +543402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50877, "usage_id": 103 }, "5407.EG.750J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17509, Autoklavenlabor CH", "arch_name": "17509@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492238,18 +543423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50882, "usage_id": 194 }, "5407.EG.751A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17511, Autoklavenlabor", "arch_name": "17511@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492257,18 +543444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50887, "usage_id": 102 }, "5407.EG.751B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17512, Autoklavenlabor CH", "arch_name": "17512@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492276,18 +543465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50891, "usage_id": 194 }, "5407.EG.751C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17513, Autoklavenlabor CH", "arch_name": "17513@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492295,18 +543486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51028, "usage_id": 102 }, "5407.EG.751D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17514, Autoklavenlabor CH", "arch_name": "17514@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492314,18 +543507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51033, "usage_id": 194 }, "5407.EG.751E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17515, Kompressorraum", "arch_name": "17515@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492333,18 +543528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51038, "usage_id": 182 }, "5407.EG.751F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17516, Autoklavenlabor CH", "arch_name": "17516@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492352,18 +543549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51041, "usage_id": 194 }, "5407.EG.751G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17517, Autoklavenlabor CH", "arch_name": "17517@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492371,18 +543570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51047, "usage_id": 194 }, "5407.EG.751H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17518, Autoklavenlabor CH", "arch_name": "17518@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492390,18 +543591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51054, "usage_id": 194 }, "5407.EG.751J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17519, Autoklavenlabor CH", "arch_name": "17519@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492409,18 +543612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51059, "usage_id": 194 }, "5407.EG.751K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17510, Schaltraum / Autoklavenlabor CH", "arch_name": "17510@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492428,18 +543633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51063, "usage_id": 164 }, "5407.EG.752A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17521, Autoklavenlabor CH", "arch_name": "17521@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492447,18 +543654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51064, "usage_id": 194 }, "5407.EG.752B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17522, Autoklavenlabor CH", "arch_name": "17522@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492466,18 +543675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48583, "usage_id": 194 }, "5407.EG.752C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17523, Autoklavenlabor 5/100", "arch_name": "17523@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492485,18 +543696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48589, "usage_id": 194 }, "5407.EG.752D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17524, Autoklavenlabor CH", "arch_name": "17524@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492504,18 +543717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48594, "usage_id": 194 }, "5407.EG.752E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17525, Autoklavenlabor CH", "arch_name": "17525@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492523,18 +543738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48599, "usage_id": 194 }, "5407.EG.752F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17526, Autoklavenlabor CH", "arch_name": "17526@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492542,18 +543759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48604, "usage_id": 194 }, "5407.EG.752G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17527, Autoklavenlabor CH", "arch_name": "17527@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492561,18 +543780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48611, "usage_id": 194 }, "5407.EG.752H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17528, Lager", "arch_name": "17528@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14432, "seats": { @@ -492580,18 +543801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48740, "usage_id": 30 }, "5407.EG.752K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17520, Autoklavenlabor 9/100", "arch_name": "17520@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -492599,18 +543822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48746, "usage_id": 194 }, "5407.EG.753A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17530, Flur", "arch_name": "17530@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 14180, "seats": { @@ -492618,18 +543843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48753, "usage_id": 222 }, "5407.EG.753B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17531, Flur", "arch_name": "17531@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -492637,18 +543864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48761, "usage_id": 222 }, "5407.EG.753C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17532, Flur", "arch_name": "17532@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -492656,18 +543885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48767, "usage_id": 222 }, "5407.EG.760A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17540, Technikum GEN S1", "arch_name": "17540@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15294, "seats": { @@ -492675,18 +543906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62734, "usage_id": 49 }, "5407.EG.760B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17550, B\u00fcro", "arch_name": "17550@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15294, "seats": { @@ -492694,18 +543927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62735, "usage_id": 12 }, "5407.EG.760C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17540B, Vorzone", "arch_name": "17540B@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -492713,18 +543948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62736, "usage_id": 222 }, "5407.EG.760D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17541, Elektroraum", "arch_name": "17541@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14432, "seats": { @@ -492732,18 +543969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62737, "usage_id": 160 }, "5407.EG.760E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17542, Reindampfanlage", "arch_name": "17542@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -492751,18 +543990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62738, "usage_id": 120 }, "5407.EG.760F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17543, K\u00fchlraum", "arch_name": "17543@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 15294, "seats": { @@ -492770,18 +544011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62739, "usage_id": 199 }, "5407.EG.760G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17544, Heizverteilung", "arch_name": "17544@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14432, "seats": { @@ -492789,18 +544032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62888, "usage_id": 54 }, "5407.EG.760I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17551, B\u00fcro", "arch_name": "17551@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15294, "seats": { @@ -492808,18 +544053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74113, "usage_id": 12 }, "5407.EG.760J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17552, B\u00fcro", "arch_name": "17552@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15294, "seats": { @@ -492827,18 +544074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74094, "usage_id": 12 }, "5407.EG.761A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17540C, Lager", "arch_name": "17540C@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15294, "seats": { @@ -492846,18 +544095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74118, "usage_id": 30 }, "5407.EG.770B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17560, Treppe", "arch_name": "17560@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -492865,18 +544116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62732, "usage_id": 223 }, "5407.EG.770C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17560, Treppenhaus", "arch_name": "17560@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -492884,18 +544137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74095, "usage_id": 223 }, "5407.EG.770D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17562, Flur", "arch_name": "17562@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25925, "seats": { @@ -492903,18 +544158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74112, "usage_id": 222 }, "5407.EG.772A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17570, Gang, Weg im Freien", "arch_name": "17570@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -492922,18 +544179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74086, "usage_id": 219 }, "5407.EG.772B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17571, Gang, Weg im Freien", "arch_name": "17571@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -492941,18 +544200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74084, "usage_id": 219 }, "5407.EG.772C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17572, Pflanzenraum im Freien", "arch_name": "17572@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -492960,18 +544221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74096, "usage_id": 218 }, "5407.EG.772D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17573, Pflanzenraum im Freien", "arch_name": "17573@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -492979,18 +544242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74111, "usage_id": 218 }, "5407.EG.772E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17574, Gang, Weg im Freien", "arch_name": "17574@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -492998,18 +544263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74085, "usage_id": 219 }, "5407.EG.772F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17575, Pflanzenraum im Freien", "arch_name": "17575@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -493017,18 +544284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74120, "usage_id": 218 }, "5407.EG.772G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17576, Terrasse", "arch_name": "17576@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -493036,18 +544305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74088, "usage_id": 48 }, "5407.EG.772H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17577, Pflanzenraum im Freien", "arch_name": "17577@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -493055,18 +544326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74093, "usage_id": 218 }, "5407.EG.772I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17578, Gang, Weg im Freien", "arch_name": "17578@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493074,18 +544347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74121, "usage_id": 219 }, "5407.EG.772J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17579, Pflanzenraum im Freien", "arch_name": "17579@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -493093,18 +544368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74116, "usage_id": 218 }, "5407.EG.961": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "Installationsschacht", "arch_name": "@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -493112,18 +544389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74135, "usage_id": 120 }, "5407.EG.989": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "Installationsschacht", "arch_name": "@5407", "area_id": 36, "building_id": 826, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -493131,18 +544410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74138, "usage_id": 120 }, "5407.Z1.760A": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17550, B\u00fcro", "arch_name": "17550@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.ZG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44565, "seats": { @@ -493150,18 +544431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62740, "usage_id": 12 }, "5407.Z1.760B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17551, B\u00fcro", "arch_name": "17551@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.ZG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44565, "seats": { @@ -493169,18 +544452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62741, "usage_id": 12 }, "5407.Z1.760C": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17552, B\u00fcro", "arch_name": "17552@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.ZG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 44565, "seats": { @@ -493188,18 +544473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62742, "usage_id": 12 }, "5407.Z1.770B": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17561, Treppe", "arch_name": "17561@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.ZG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -493207,18 +544494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62743, "usage_id": 223 }, "5407.Z1.770C": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "17562, Flur", "arch_name": "17562@5407", "area_id": 36, "building_id": 826, + "floor_level": "1.ZG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -493226,18 +544515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62744, "usage_id": 222 }, "5408.02.228": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "2HG228, Treppenturm", "arch_name": "2HG228@5408", "area_id": 36, "building_id": 828, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14180, "seats": { @@ -493245,18 +544536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65671, "usage_id": 223 }, "5408.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 101, L\u00f6sungsmittellager", "arch_name": "1 HG 101@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493264,18 +544557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56023, "usage_id": 132 }, "5408.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 102, L\u00f6sungsmittellager", "arch_name": "1 HG 102@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493283,18 +544578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56030, "usage_id": 132 }, "5408.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 103, L\u00f6sungsmittellager", "arch_name": "1 HG 103@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493302,18 +544599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56038, "usage_id": 132 }, "5408.EG.104": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 104, L\u00f6sungsmittellager", "arch_name": "1 HG 104@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493321,18 +544620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56044, "usage_id": 132 }, "5408.EG.105": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 105, L\u00f6sungsmittellager", "arch_name": "1 HG 105@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493340,18 +544641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56051, "usage_id": 132 }, "5408.EG.106": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 106, L\u00f6sungsmittellager", "arch_name": "1 HG 106@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493359,18 +544662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56181, "usage_id": 132 }, "5408.EG.107": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 107, L\u00f6sungsmittellager", "arch_name": "1 HG 107@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493378,18 +544683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56191, "usage_id": 132 }, "5408.EG.108": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 108, L\u00f6sungsmittellager", "arch_name": "1 HG 108@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493397,18 +544704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56200, "usage_id": 132 }, "5408.EG.109": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 109, L\u00fcftungszentrale", "arch_name": "1 HG 109@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493416,18 +544725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56209, "usage_id": 32 }, "5408.EG.110": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 110, L\u00fcftungszentrale", "arch_name": "1 HG 110@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493435,18 +544746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56341, "usage_id": 32 }, "5408.EG.111": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 111, Hochspannungsschaltanlage", "arch_name": "1 HG 111@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493454,18 +544767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56349, "usage_id": 160 }, "5408.EG.112": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 112, Niederspannungsschaltanlage", "arch_name": "1 HG 112@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493473,18 +544788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56355, "usage_id": 160 }, "5408.EG.113": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 113, Trafo I", "arch_name": "1 HG 113@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493492,18 +544809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56367, "usage_id": 160 }, "5408.EG.114": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 114, Trafo II", "arch_name": "1 HG 114@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493511,18 +544830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56375, "usage_id": 160 }, "5408.EG.115": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 115, Gasflaschen", "arch_name": "1 HG 115@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493530,18 +544851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56381, "usage_id": 30 }, "5408.EG.116": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 116, Gasflaschen", "arch_name": "1 HG 116@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493549,18 +544872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53986, "usage_id": 30 }, "5408.EG.117": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 117, Gasflaschen", "arch_name": "1 HG 117@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493568,18 +544893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53993, "usage_id": 30 }, "5408.EG.118": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 118, Gas\u00fcbergabestation", "arch_name": "1 HG 118@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493587,18 +544914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54005, "usage_id": 17 }, "5408.EG.119": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 119, Brandmeldezentrale/Hausanschl\u00fcsse", "arch_name": "1 HG 119@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493606,18 +544935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54012, "usage_id": 120 }, "5408.EG.120": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 120, CO2 L\u00f6schmittellagerraum", "arch_name": "1 HG 120@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -493625,18 +544956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54130, "usage_id": 30 }, "5408.EG.121": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 121, Lager", "arch_name": "1 HG 121@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14180, "seats": { @@ -493644,18 +544977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54137, "usage_id": 30 }, "5408.EG.123": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 123, Wendeltreppe", "arch_name": "1 HG 123@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493663,18 +544998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54147, "usage_id": 223 }, "5408.EG.124": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 124, Lastenaufzug", "arch_name": "1 HG 124@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493682,18 +545019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54157, "usage_id": 4 }, "5408.EG.125": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 125, Flur", "arch_name": "1 HG 125@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493701,18 +545040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54166, "usage_id": 222 }, "5408.EG.125A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 125A, Flur/Brandschutzabtrennung von Raum 1HG", "arch_name": "1 HG 125A@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493720,18 +545061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65667, "usage_id": 222 }, "5408.EG.126": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 126, Installationsschacht", "arch_name": "1 HG 126@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493739,18 +545082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54289, "usage_id": 120 }, "5408.EG.127": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 127, Installationsschacht", "arch_name": "1 HG 127@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493758,18 +545103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54298, "usage_id": 120 }, "5408.EG.128": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 128, Treppenraum", "arch_name": "1 HG 128@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493777,18 +545124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54304, "usage_id": 223 }, "5408.EG.129": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "1 HG 129, Wendeltreppe", "arch_name": "1 HG 129@5408", "area_id": 36, "building_id": 828, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 14180, "seats": { @@ -493796,18 +545145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54310, "usage_id": 223 }, "5408.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 101, Druckluftversorgung", "arch_name": "0 HG 101@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493815,18 +545166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55408, "usage_id": 32 }, "5408.U1.102": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 102, S\u00e4ureraum", "arch_name": "0 HG 102@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493834,18 +545187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55534, "usage_id": 132 }, "5408.U1.103": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 103, Lager", "arch_name": "0 HG 103@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493853,18 +545208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55544, "usage_id": 30 }, "5408.U1.104": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 104, Neutralisation", "arch_name": "0 HG 104@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493872,18 +545229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55549, "usage_id": 184 }, "5408.U1.105": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 105, L\u00fcftungszentrale", "arch_name": "0 HG 105@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493891,18 +545250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55568, "usage_id": 32 }, "5408.U1.106": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 106, N\u00b2 Tanklager", "arch_name": "0 HG 106@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493910,18 +545271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55575, "usage_id": 30 }, "5408.U1.107": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 107, Fernmelderaum", "arch_name": "0 HG 107@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493929,18 +545292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55702, "usage_id": 202 }, "5408.U1.108": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 108, EDV-Hauptverteiler", "arch_name": "0 HG 108@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493948,18 +545313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55711, "usage_id": 120 }, "5408.U1.109": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 109, Batterieraum", "arch_name": "0 HG 109@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493967,18 +545334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55720, "usage_id": 30 }, "5408.U1.110": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 110, Relaisraum", "arch_name": "0 HG 110@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -493986,18 +545355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55729, "usage_id": 160 }, "5408.U1.111": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 111, Flur", "arch_name": "0 HG 111@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -494005,18 +545376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55858, "usage_id": 222 }, "5408.U1.112": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 112, Treppenraum", "arch_name": "0 HG 112@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -494024,18 +545397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55866, "usage_id": 223 }, "5408.U1.113": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 113, Treppenraum", "arch_name": "0 HG 113@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -494043,18 +545418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55877, "usage_id": 223 }, "5408.U1.114": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 114, Installationsschacht", "arch_name": "0 HG 114@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -494062,18 +545439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55885, "usage_id": 120 }, "5408.U1.115": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 115, Wendeltreppe", "arch_name": "0 HG 115@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -494081,18 +545460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55893, "usage_id": 223 }, "5408.U1.116": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 116, Lastaufzug", "arch_name": "0 HG 116@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -494100,18 +545481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56017, "usage_id": 4 }, "5408.U1.117": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4", "zip_code": 85748 }, + "alt_name": "0 HG 117, SM Hebeb\u00fchne", "arch_name": "0 HG 117@5408", "area_id": 36, "building_id": 828, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -494119,18 +545502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59066, "usage_id": 4 }, "5409.EG.901": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "001, S\u00e4uren / L\u00f6sungsmittel", "arch_name": "001@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -494138,18 +545523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54316, "usage_id": 132 }, "5409.EG.902": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "002, Lager Freiger\u00fcst", "arch_name": "002@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15294, "seats": { @@ -494157,18 +545544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54324, "usage_id": 30 }, "5409.EG.903": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "003, Chemikalienlager", "arch_name": "003@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -494176,18 +545565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54453, "usage_id": 132 }, "5409.EG.904": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "004, Analytikraum", "arch_name": "004@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -494195,18 +545586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54464, "usage_id": 102 }, "5409.EG.905": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "005, Technikraum", "arch_name": "005@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -494214,18 +545607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54473, "usage_id": 120 }, "5409.EG.906": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "006, Halle", "arch_name": "006@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -494233,18 +545628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54480, "usage_id": 222 }, "5409.EG.907": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "007, B\u00fcro", "arch_name": "007@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -494252,18 +545649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54488, "usage_id": 12 }, "5409.EG.908": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "008, WC", "arch_name": "008@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -494271,18 +545670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54604, "usage_id": 114 }, "5409.EG.909": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "009, Umkleide / Dusche", "arch_name": "009@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -494290,18 +545691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54610, "usage_id": 121 }, "5409.EG.910": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "010, Flur", "arch_name": "010@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -494309,18 +545712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54620, "usage_id": 222 }, "5409.EG.911": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "011, Bedienstand", "arch_name": "011@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -494328,18 +545733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54628, "usage_id": 120 }, "5409.EG.912": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "012, Umf\u00fcllstation", "arch_name": "012@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -494347,18 +545754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54637, "usage_id": 132 }, "5409.EG.913": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "013, Lager f\u00fcr S\u00e4uren/Basen/Gitterb.", "arch_name": "013@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -494366,18 +545775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54774, "usage_id": 132 }, "5409.EG.914": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "014, Lager f\u00fcr L\u00f6sungsmittel/KTCs", "arch_name": "014@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -494385,18 +545796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54785, "usage_id": 132 }, "5409.EG.915": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "015, Lager f\u00fcr Feststoffe", "arch_name": "015@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -494404,18 +545817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67672, "usage_id": 132 }, "5409.EG.990": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 4", "zip_code": 85748 }, + "alt_name": "090, Wertstoffhof Lager/Container", "arch_name": "090@5409", "area_id": 36, "building_id": 830, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -494423,18 +545838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67671, "usage_id": 217 }, "5410.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2001, Lager", "arch_name": "2001@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494442,18 +545859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63424, "usage_id": 30 }, "5410.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2002, Cafeteria", "arch_name": "2002@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -494461,18 +545880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63425, "usage_id": 139 }, "5410.01.002A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2002A, Cafeteria", "arch_name": "2002A@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -494480,18 +545901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63426, "usage_id": 139 }, "5410.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2003, WC-Damen", "arch_name": "2003@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494499,18 +545922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63427, "usage_id": 116 }, "5410.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2004, WC-Herren", "arch_name": "2004@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494518,18 +545943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63428, "usage_id": 115 }, "5410.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2005, Biokatalyse", "arch_name": "2005@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494537,18 +545964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63429, "usage_id": 102 }, "5410.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2006, Biokatalyse", "arch_name": "2006@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494556,18 +545985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63430, "usage_id": 102 }, "5410.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2007, Biokatalyse", "arch_name": "2007@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494575,18 +546006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63431, "usage_id": 102 }, "5410.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2008, WC-Damen", "arch_name": "2008@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494594,18 +546027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63411, "usage_id": 116 }, "5410.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2009, WC-Herren", "arch_name": "2009@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494613,18 +546048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63412, "usage_id": 115 }, "5410.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2010, Mikroreaktor", "arch_name": "2010@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494632,18 +546069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63413, "usage_id": 102 }, "5410.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2011, Mikroreaktor", "arch_name": "2011@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494651,18 +546090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63414, "usage_id": 102 }, "5410.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2012, Mikroreaktor", "arch_name": "2012@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494670,18 +546111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63415, "usage_id": 102 }, "5410.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2013, Mikroreaktor", "arch_name": "2013@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494689,18 +546132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63416, "usage_id": 102 }, "5410.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2014, Mikroreaktor", "arch_name": "2014@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494708,18 +546153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63417, "usage_id": 102 }, "5410.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2015, Mikroreaktor", "arch_name": "2015@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494727,18 +546174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63418, "usage_id": 102 }, "5410.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2016, WC-Damen", "arch_name": "2016@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494746,18 +546195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63419, "usage_id": 116 }, "5410.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2017, WC-Herren", "arch_name": "2017@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494765,18 +546216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63420, "usage_id": 115 }, "5410.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2018, Depant. Sraubing", "arch_name": "2018@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494784,19 +546237,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63372, "usage_id": 102 }, "5410.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2019, Physikalische Chemie I", "arch_name": "2019@5410", "area_id": 36, "building_id": 1405, "calendar_resource_nr": 27752, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494804,18 +546259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63373, "usage_id": 102 }, "5410.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2020, Physikalische Chemie I", "arch_name": "2020@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14722, "seats": { @@ -494823,18 +546280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63374, "usage_id": 102 }, "5410.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2021, Dusche-Damen", "arch_name": "2021@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -494842,18 +546301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63375, "usage_id": 113 }, "5410.01.021A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2021A, Duschraum", "arch_name": "2021A@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494861,18 +546322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74073, "usage_id": 113 }, "5410.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2022, Umkleide Damen", "arch_name": "2022@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -494880,18 +546343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63376, "usage_id": 121 }, "5410.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2023, Sozialraum", "arch_name": "2023@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -494899,18 +546364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63377, "usage_id": 44 }, "5410.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2024, Umkleide Herren", "arch_name": "2024@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -494918,18 +546385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63378, "usage_id": 121 }, "5410.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2025, Dusche-Herren", "arch_name": "2025@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494937,18 +546406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63379, "usage_id": 113 }, "5410.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2026, Putzmittel", "arch_name": "2026@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494956,18 +546427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63380, "usage_id": 205 }, "5410.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2027, Physikalische Chemie I", "arch_name": "2027@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -494975,18 +546448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63381, "usage_id": 102 }, "5410.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2028, B\u00fcro (ZBV)", "arch_name": "2028@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -494994,18 +546469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63382, "usage_id": 12 }, "5410.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2029, Physikalische Chemie I", "arch_name": "2029@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495013,18 +546490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63383, "usage_id": 102 }, "5410.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2030, Physikalische Chemie I", "arch_name": "2030@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495032,18 +546511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63385, "usage_id": 102 }, "5410.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2031, Physikalische Chemie I (G\u00e4ste)", "arch_name": "2031@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495051,18 +546532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63384, "usage_id": 102 }, "5410.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2032, WC-Herren", "arch_name": "2032@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495070,18 +546553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63396, "usage_id": 115 }, "5410.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2033, WC-Damen", "arch_name": "2033@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495089,18 +546574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63397, "usage_id": 116 }, "5410.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2034, Disposition", "arch_name": "2034@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495108,18 +546595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63402, "usage_id": 102 }, "5410.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2035, Disposition", "arch_name": "2035@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495127,18 +546616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63403, "usage_id": 102 }, "5410.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2036, Elektrochemie", "arch_name": "2036@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495146,18 +546637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63404, "usage_id": 102 }, "5410.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2037, Elektrochemie", "arch_name": "2037@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495165,18 +546658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63405, "usage_id": 102 }, "5410.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2038, Kolloidchemie", "arch_name": "2038@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495184,18 +546679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63406, "usage_id": 102 }, "5410.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2039, Kolloidchemie", "arch_name": "2039@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495203,18 +546700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63407, "usage_id": 102 }, "5410.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2040, WC-Herren", "arch_name": "2040@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495222,18 +546721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63408, "usage_id": 115 }, "5410.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2041, WC-Damen", "arch_name": "2041@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495241,18 +546742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63409, "usage_id": 116 }, "5410.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2042, Biokatalyse", "arch_name": "2042@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495260,18 +546763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63432, "usage_id": 102 }, "5410.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2043, Anorg. Chemie", "arch_name": "2043@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495279,18 +546784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63433, "usage_id": 102 }, "5410.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2044, Anorg. Chemie", "arch_name": "2044@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495298,18 +546805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63434, "usage_id": 102 }, "5410.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2101, Treppenhaus 1", "arch_name": "2101@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495317,18 +546826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64689, "usage_id": 223 }, "5410.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2102, Treppenhaus 2", "arch_name": "2102@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495336,18 +546847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64690, "usage_id": 223 }, "5410.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2103, Treppenhaus 3", "arch_name": "2103@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495355,18 +546868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63386, "usage_id": 223 }, "5410.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2104, Treppenhaus 4", "arch_name": "2104@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495374,19 +546889,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63387, "usage_id": 223 }, "5410.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2105, Foyer", "arch_name": "2105@5410", "area_id": 36, "building_id": 1405, "calendar_resource_nr": 28673, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495394,18 +546911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63436, "usage_id": 222 }, "5410.01.105A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2105A, Windfang", "arch_name": "2105A@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 29165, "seats": { @@ -495413,18 +546932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63435, "usage_id": 52 }, "5410.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2106, Flur", "arch_name": "2106@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495432,18 +546953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64691, "usage_id": 222 }, "5410.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2107, Flur", "arch_name": "2107@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495451,18 +546974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64684, "usage_id": 222 }, "5410.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2108, Flur", "arch_name": "2108@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495470,18 +546995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64685, "usage_id": 222 }, "5410.01.109": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2109, Flur", "arch_name": "2109@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495489,18 +547016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63388, "usage_id": 222 }, "5410.01.110": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2110, Flur", "arch_name": "2110@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495508,18 +547037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63389, "usage_id": 222 }, "5410.01.111": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2111, Flur", "arch_name": "2111@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495527,18 +547058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63390, "usage_id": 222 }, "5410.01.112": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2112, Flur", "arch_name": "2112@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495546,18 +547079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64679, "usage_id": 222 }, "5410.01.113": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2113, Flur", "arch_name": "2113@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495565,18 +547100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64680, "usage_id": 222 }, "5410.01.114": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2114, Flur", "arch_name": "2114@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495584,18 +547121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64692, "usage_id": 222 }, "5410.01.115": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2115, Personen-Aufzug", "arch_name": "2115@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -495603,18 +547142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63437, "usage_id": 4 }, "5410.01.116": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2116, Personen-Lastenaufzug", "arch_name": "2116@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -495622,18 +547163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63391, "usage_id": 4 }, "5410.01.117": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2117, Kleing\u00fcter-Aufzug", "arch_name": "2117@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -495641,18 +547184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63392, "usage_id": 4 }, "5410.01.201": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2201, ELT", "arch_name": "2201@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 29165, "seats": { @@ -495660,18 +547205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63438, "usage_id": 160 }, "5410.01.202": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2202, HLS", "arch_name": "2202@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -495679,18 +547226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63421, "usage_id": 201 }, "5410.01.203": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2203, ELT", "arch_name": "2203@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495698,18 +547247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64686, "usage_id": 160 }, "5410.01.204": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2204, HLS", "arch_name": "2204@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495717,18 +547268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64687, "usage_id": 201 }, "5410.01.205": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2205, ELT", "arch_name": "2205@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495736,18 +547289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64688, "usage_id": 160 }, "5410.01.206": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2206, HLS", "arch_name": "2206@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 29165, "seats": { @@ -495755,18 +547310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63393, "usage_id": 201 }, "5410.01.207": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2207, ELT", "arch_name": "2207@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495774,18 +547331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63394, "usage_id": 160 }, "5410.01.208": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2208, HLS", "arch_name": "2208@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 29165, "seats": { @@ -495793,18 +547352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63395, "usage_id": 201 }, "5410.01.209": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2209, ELT", "arch_name": "2209@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495812,18 +547373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64681, "usage_id": 160 }, "5410.01.210": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2210, HLS", "arch_name": "2210@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495831,18 +547394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64682, "usage_id": 201 }, "5410.01.211": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2211, ELT", "arch_name": "2211@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495850,18 +547415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64683, "usage_id": 160 }, "5410.01.212": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2212, HLS", "arch_name": "2212@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -495869,18 +547436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63410, "usage_id": 201 }, "5410.01.301": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2301, Innenhof", "arch_name": "2301@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -495888,18 +547457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65100, "usage_id": 218 }, "5410.01.705": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2705, Verbindungsgang", "arch_name": "2705@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495907,18 +547478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66526, "usage_id": 16 }, "5410.01.706": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "2706, Treppe im Freien", "arch_name": "2706@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -495926,18 +547499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74072, "usage_id": 7 }, "5410.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3001, Beh.-WC", "arch_name": "3001@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -495945,19 +547520,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63469, "usage_id": 117 }, "5410.02.002": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3002, Seminarraum", "arch_name": "3002@5410", "area_id": 36, "building_id": 1405, "calendar_resource_nr": 27252, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29165, "seats": { @@ -495965,18 +547542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63470, "usage_id": 41 }, "5410.02.003": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3003, Seminarraum II", "arch_name": "3003@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29165, "seats": { @@ -495984,18 +547563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65202, "usage_id": 41 }, "5410.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3004, WC-Herren", "arch_name": "3004@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496003,18 +547584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63471, "usage_id": 115 }, "5410.02.005": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3005, WC-Damen", "arch_name": "3005@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496022,18 +547605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63472, "usage_id": 116 }, "5410.02.006": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3006, Macrom. Chemie", "arch_name": "3006@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496041,18 +547626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63473, "usage_id": 102 }, "5410.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3007, Macrom. Chemie", "arch_name": "3007@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496060,18 +547647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63474, "usage_id": 102 }, "5410.02.008": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3008, Macrom. Chemie", "arch_name": "3008@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496079,18 +547668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63475, "usage_id": 102 }, "5410.02.009": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3009, WC-Damen", "arch_name": "3009@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496098,18 +547689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63457, "usage_id": 116 }, "5410.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3010, WC-Herren", "arch_name": "3010@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496117,18 +547710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63458, "usage_id": 115 }, "5410.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3011, Macrom. Chemie", "arch_name": "3011@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496136,18 +547731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63459, "usage_id": 102 }, "5410.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3012, Reaktionskinetik", "arch_name": "3012@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496155,18 +547752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63460, "usage_id": 102 }, "5410.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3013, Reaktionskinetik", "arch_name": "3013@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496174,18 +547773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63461, "usage_id": 102 }, "5410.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3014, Technische Chemie I", "arch_name": "3014@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496193,18 +547794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63462, "usage_id": 102 }, "5410.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3015, Technische Chemie I", "arch_name": "3015@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496212,18 +547815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63463, "usage_id": 102 }, "5410.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3016, Technische Chemie I", "arch_name": "3016@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496231,18 +547836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63464, "usage_id": 102 }, "5410.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3017, WC-Damen", "arch_name": "3017@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496250,18 +547857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63465, "usage_id": 116 }, "5410.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3018, WC-Herren", "arch_name": "3018@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496269,18 +547878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63466, "usage_id": 115 }, "5410.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3019, Technische Chemie I", "arch_name": "3019@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496288,18 +547899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63481, "usage_id": 102 }, "5410.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3020, Technische Chemie I", "arch_name": "3020@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496307,18 +547920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63482, "usage_id": 102 }, "5410.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3021, Technische Chemie I", "arch_name": "3021@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496326,18 +547941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63483, "usage_id": 102 }, "5410.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3022, Dusche-Damen", "arch_name": "3022@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496345,18 +547962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63484, "usage_id": 113 }, "5410.02.022A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3022A, Duschraum", "arch_name": "3022A@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 29165, "seats": { @@ -496364,18 +547983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74078, "usage_id": 113 }, "5410.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3023, Umkleide Damen", "arch_name": "3023@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496383,18 +548004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63485, "usage_id": 121 }, "5410.02.024": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3024, Sozialraum", "arch_name": "3024@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496402,18 +548025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63486, "usage_id": 44 }, "5410.02.025": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3025, Umkleide Herren", "arch_name": "3025@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496421,18 +548046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63487, "usage_id": 121 }, "5410.02.026": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3026, Dusche-Herren", "arch_name": "3026@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496440,18 +548067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63488, "usage_id": 113 }, "5410.02.027": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3027, Putzraum", "arch_name": "3027@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496459,18 +548088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63489, "usage_id": 113 }, "5410.02.028": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3028, Technische Chemie I, II, Macrom Chemie", "arch_name": "3028@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496478,18 +548109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63490, "usage_id": 102 }, "5410.02.029": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3029, ZBV", "arch_name": "3029@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496497,18 +548130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64701, "usage_id": 102 }, "5410.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3030, Technische Chemie II", "arch_name": "3030@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496516,18 +548151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63491, "usage_id": 102 }, "5410.02.031": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3031, Technische Chemie II", "arch_name": "3031@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496535,18 +548172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63492, "usage_id": 102 }, "5410.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3032, Technische Chemie II", "arch_name": "3032@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496554,18 +548193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63493, "usage_id": 102 }, "5410.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3033, WC-Herren", "arch_name": "3033@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496573,18 +548214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63441, "usage_id": 115 }, "5410.02.034": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3034, WC-Damen", "arch_name": "3034@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496592,18 +548235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63442, "usage_id": 116 }, "5410.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3035, Technische Chemie II", "arch_name": "3035@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496611,18 +548256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63443, "usage_id": 102 }, "5410.02.036": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3036, Technische Chemie II", "arch_name": "3036@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496630,18 +548277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63445, "usage_id": 102 }, "5410.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3037, Technische Chemie II", "arch_name": "3037@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496649,18 +548298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63449, "usage_id": 102 }, "5410.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3038, Technische Chemie II", "arch_name": "3038@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496668,18 +548319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63450, "usage_id": 102 }, "5410.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3039, Technische Chemie II", "arch_name": "3039@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496687,18 +548340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63451, "usage_id": 102 }, "5410.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3040, Macrom. Chemie", "arch_name": "3040@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496706,18 +548361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63452, "usage_id": 102 }, "5410.02.041": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3041, WC-Herren", "arch_name": "3041@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496725,18 +548382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63453, "usage_id": 115 }, "5410.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3042, WC-Damen", "arch_name": "3042@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496744,18 +548403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63454, "usage_id": 116 }, "5410.02.043": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3043, Macrom. Chemie", "arch_name": "3043@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496763,18 +548424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63476, "usage_id": 102 }, "5410.02.044": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3044, Macrom. Chemie", "arch_name": "3044@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496782,18 +548445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63477, "usage_id": 102 }, "5410.02.045": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3045, Macrom. Chemie", "arch_name": "3045@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -496801,18 +548466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63478, "usage_id": 102 }, "5410.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3101, Treppenhaus 1", "arch_name": "3101@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496820,18 +548487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63448, "usage_id": 223 }, "5410.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3102, Treppenhaus 2", "arch_name": "3102@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496839,18 +548508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64697, "usage_id": 223 }, "5410.02.103": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3103, Treppenhaus 3", "arch_name": "3103@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496858,18 +548529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64702, "usage_id": 223 }, "5410.02.104": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3104, Treppenhaus 4", "arch_name": "3104@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496877,18 +548550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64703, "usage_id": 223 }, "5410.02.105": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3105, Flur", "arch_name": "3105@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496896,18 +548571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64698, "usage_id": 222 }, "5410.02.106": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3106, Flur", "arch_name": "3106@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496915,18 +548592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64699, "usage_id": 222 }, "5410.02.107": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3107, Flur", "arch_name": "3107@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496934,18 +548613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64693, "usage_id": 222 }, "5410.02.108": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3108, Flur", "arch_name": "3108@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496953,18 +548634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64694, "usage_id": 222 }, "5410.02.109": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3109, Flur", "arch_name": "3109@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496972,18 +548655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64704, "usage_id": 222 }, "5410.02.110": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3110, Flur", "arch_name": "3110@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -496991,18 +548676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64705, "usage_id": 222 }, "5410.02.111": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3111, Flur", "arch_name": "3111@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497010,18 +548697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64706, "usage_id": 222 }, "5410.02.112": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3112, Flur", "arch_name": "3112@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497029,18 +548718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65201, "usage_id": 222 }, "5410.02.113": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3113, Flur", "arch_name": "3113@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497048,18 +548739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63447, "usage_id": 222 }, "5410.02.114": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3114, Flur", "arch_name": "3114@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497067,18 +548760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64700, "usage_id": 222 }, "5410.02.115": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3115, Personen-Aufzug", "arch_name": "3115@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -497086,18 +548781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63479, "usage_id": 4 }, "5410.02.116": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3116, Personen/Lasten-Aufzug", "arch_name": "3116@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -497105,18 +548802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63494, "usage_id": 4 }, "5410.02.117": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3117, Kleing\u00fcteraufzug", "arch_name": "3117@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -497124,18 +548823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63495, "usage_id": 4 }, "5410.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3201, ELT", "arch_name": "3201@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 29165, "seats": { @@ -497143,18 +548844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63480, "usage_id": 160 }, "5410.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3202, HLS", "arch_name": "3202@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -497162,18 +548865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63467, "usage_id": 201 }, "5410.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3203, ELT", "arch_name": "3203@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497181,18 +548886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64695, "usage_id": 160 }, "5410.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3204, HLS", "arch_name": "3204@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -497200,18 +548907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63468, "usage_id": 201 }, "5410.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3205, ELT", "arch_name": "3205@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497219,18 +548928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64696, "usage_id": 160 }, "5410.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3206, HLS", "arch_name": "3206@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -497238,18 +548949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63496, "usage_id": 201 }, "5410.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3207, ELT", "arch_name": "3207@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497257,18 +548970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64707, "usage_id": 160 }, "5410.02.208": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3208, HLS", "arch_name": "3208@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -497276,18 +548991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63497, "usage_id": 201 }, "5410.02.209": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3209, ELT", "arch_name": "3209@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497295,18 +549012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63444, "usage_id": 160 }, "5410.02.210": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3210, HLS", "arch_name": "3210@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -497314,18 +549033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63455, "usage_id": 201 }, "5410.02.211": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3211, ELT", "arch_name": "3211@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497333,18 +549054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63456, "usage_id": 160 }, "5410.02.212": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3212, HLS", "arch_name": "3212@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -497352,18 +549075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63446, "usage_id": 201 }, "5410.02.301": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3301, Balkon", "arch_name": "3301@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497371,18 +549096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65101, "usage_id": 48 }, "5410.02.705": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3705, Verbindungsgang", "arch_name": "3705@5410", "area_id": 36, "building_id": 1405, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497390,18 +549117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74077, "usage_id": 16 }, "5410.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4001, B\u00fcro", "arch_name": "4001@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29165, "seats": { @@ -497409,18 +549138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63532, "usage_id": 12 }, "5410.03.002": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4002, Sekretariat", "arch_name": "4002@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29165, "seats": { @@ -497428,18 +549159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63533, "usage_id": 40 }, "5410.03.003": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4003, B\u00fcro", "arch_name": "4003@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29165, "seats": { @@ -497447,18 +549180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63534, "usage_id": 12 }, "5410.03.004": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4004, WC-Herren", "arch_name": "4004@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497466,18 +549201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63535, "usage_id": 115 }, "5410.03.005": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4005, WC-Damen", "arch_name": "4005@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497485,18 +549222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63536, "usage_id": 116 }, "5410.03.006": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4006, Molekulare Katalyse", "arch_name": "4006@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497504,18 +549243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63537, "usage_id": 102 }, "5410.03.007": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4007, Molekulare Katalyse", "arch_name": "4007@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497523,18 +549264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63538, "usage_id": 102 }, "5410.03.008": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4008, Molekulare Katalyse", "arch_name": "4008@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497542,18 +549285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63539, "usage_id": 102 }, "5410.03.009": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4009, WC-Damen", "arch_name": "4009@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497561,18 +549306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63517, "usage_id": 116 }, "5410.03.010": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4010, WC-Herren", "arch_name": "4010@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497580,18 +549327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63516, "usage_id": 115 }, "5410.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4011, Organische Chemie", "arch_name": "4011@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497599,18 +549348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63518, "usage_id": 102 }, "5410.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4012, Organische Chemie", "arch_name": "4012@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497618,18 +549369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63519, "usage_id": 102 }, "5410.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4013, Organische Chemie", "arch_name": "4013@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497637,18 +549390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63520, "usage_id": 102 }, "5410.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4014, Organische Chemie", "arch_name": "4014@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497656,18 +549411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63521, "usage_id": 102 }, "5410.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4015, Organische Chemie", "arch_name": "4015@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497675,18 +549432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63522, "usage_id": 102 }, "5410.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4016, Organische Chemie", "arch_name": "4016@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497694,18 +549453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63523, "usage_id": 102 }, "5410.03.017": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4017, WC-Damen", "arch_name": "4017@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497713,18 +549474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63524, "usage_id": 116 }, "5410.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4018, WC-Herren", "arch_name": "4018@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497732,18 +549495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63525, "usage_id": 115 }, "5410.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4019, Organische Chemie", "arch_name": "4019@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497751,18 +549516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63550, "usage_id": 102 }, "5410.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4020, Organische Chemie", "arch_name": "4020@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497770,18 +549537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63551, "usage_id": 102 }, "5410.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4021, Organische Chemie", "arch_name": "4021@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497789,18 +549558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63552, "usage_id": 102 }, "5410.03.022": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4022, Duschraum-Damen", "arch_name": "4022@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497808,18 +549579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63553, "usage_id": 113 }, "5410.03.022A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4022A, Duschraum", "arch_name": "4022A@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497827,18 +549600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74079, "usage_id": 113 }, "5410.03.023": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4023, Umkleide Damen", "arch_name": "4023@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497846,18 +549621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63554, "usage_id": 121 }, "5410.03.024": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4024, Sozialraum", "arch_name": "4024@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497865,18 +549642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63555, "usage_id": 44 }, "5410.03.025": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4025, Umkleide Herren", "arch_name": "4025@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497884,18 +549663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63557, "usage_id": 121 }, "5410.03.026": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4026, Duschraum-Herren", "arch_name": "4026@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497903,18 +549684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63556, "usage_id": 113 }, "5410.03.027": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4027, Putzmittel", "arch_name": "4027@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497922,18 +549705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63558, "usage_id": 205 }, "5410.03.028": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4028, Org./Anorg. Chemie", "arch_name": "4028@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497941,18 +549726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63559, "usage_id": 102 }, "5410.03.029": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4029, ZBV", "arch_name": "4029@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -497960,18 +549747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63560, "usage_id": 12 }, "5410.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4030, Anorg. Chemie", "arch_name": "4030@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497979,18 +549768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63562, "usage_id": 102 }, "5410.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4031, Anorg. Chemie", "arch_name": "4031@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -497998,18 +549789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63561, "usage_id": 102 }, "5410.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4032, Anorg. Chemie", "arch_name": "4032@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498017,18 +549810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63563, "usage_id": 102 }, "5410.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4033, WC-Herren", "arch_name": "4033@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498036,18 +549831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63498, "usage_id": 115 }, "5410.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4034, WC-Damen", "arch_name": "4034@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498055,18 +549852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63499, "usage_id": 116 }, "5410.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4035, Anorg. Chemie", "arch_name": "4035@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498074,18 +549873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63500, "usage_id": 102 }, "5410.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4036, Anorg. Chemie", "arch_name": "4036@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498093,18 +549894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63506, "usage_id": 102 }, "5410.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4037, Anorg. Chemie", "arch_name": "4037@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498112,18 +549915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63507, "usage_id": 102 }, "5410.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4038, Anorg. Chemie", "arch_name": "4038@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498131,18 +549936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63508, "usage_id": 102 }, "5410.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4039, Anorg. Chemie", "arch_name": "4039@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498150,18 +549957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63509, "usage_id": 102 }, "5410.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4040, Anorg. Chemie", "arch_name": "4040@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498169,18 +549978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63510, "usage_id": 102 }, "5410.03.041": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4041, WC-Herren", "arch_name": "4041@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498188,18 +549999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63511, "usage_id": 115 }, "5410.03.042": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4042, WC-Damen", "arch_name": "4042@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498207,18 +550020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63512, "usage_id": 116 }, "5410.03.043": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4043, Anorg. Chemie", "arch_name": "4043@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498226,18 +550041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63540, "usage_id": 102 }, "5410.03.044": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4044, Anorg. Chemie", "arch_name": "4044@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498245,18 +550062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63541, "usage_id": 102 }, "5410.03.045": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4045, Anorg. Chemie", "arch_name": "4045@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 29165, "seats": { @@ -498264,19 +550083,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63542, "usage_id": 102 }, "5410.03.046": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4046, Konferenzraum", "arch_name": "4046@5410", "area_id": 36, "building_id": 1405, "calendar_resource_nr": 28674, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 29165, "seats": { @@ -498284,18 +550105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63543, "usage_id": 196 }, "5410.03.047": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4047, ZBV", "arch_name": "4047@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498303,18 +550126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63544, "usage_id": 12 }, "5410.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4101, Treppenhaus 1", "arch_name": "4101@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498322,18 +550147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63504, "usage_id": 223 }, "5410.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4102, Treppenhaus 2", "arch_name": "4102@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498341,18 +550168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63545, "usage_id": 223 }, "5410.03.103": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4103, Treppenhaus 3", "arch_name": "4103@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498360,18 +550189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63564, "usage_id": 223 }, "5410.03.104": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4104, Treppenhaus 4", "arch_name": "4104@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498379,18 +550210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63565, "usage_id": 223 }, "5410.03.105": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4105, Flur", "arch_name": "4105@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498398,18 +550231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63546, "usage_id": 222 }, "5410.03.106": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4106, Flur", "arch_name": "4106@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498417,18 +550252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63547, "usage_id": 222 }, "5410.03.107": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4107, Flur", "arch_name": "4107@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498436,18 +550273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63526, "usage_id": 222 }, "5410.03.108": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4108, Flur", "arch_name": "4108@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498455,18 +550294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63527, "usage_id": 222 }, "5410.03.109": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4109, Flur", "arch_name": "4109@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498474,18 +550315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63566, "usage_id": 222 }, "5410.03.110": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4110, Flur", "arch_name": "4110@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498493,18 +550336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63567, "usage_id": 222 }, "5410.03.111": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4111, Flur", "arch_name": "4111@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498512,18 +550357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63568, "usage_id": 222 }, "5410.03.112": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4112, Flur", "arch_name": "4112@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498531,18 +550378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63501, "usage_id": 222 }, "5410.03.113": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4113, Flur", "arch_name": "4113@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498550,18 +550399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63513, "usage_id": 222 }, "5410.03.114": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4114, Flur", "arch_name": "4114@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498569,18 +550420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63548, "usage_id": 222 }, "5410.03.115": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4115, Personen-Aufzug", "arch_name": "4115@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -498588,18 +550441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63505, "usage_id": 4 }, "5410.03.116": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4116, Personen/Lasten-Aufzug", "arch_name": "4116@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -498607,18 +550462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63569, "usage_id": 4 }, "5410.03.117": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "3117, Kleing\u00fcteraufzug", "arch_name": "3117@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -498626,18 +550483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63570, "usage_id": 4 }, "5410.03.201": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4201, ELT", "arch_name": "4201@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 29165, "seats": { @@ -498645,18 +550504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63549, "usage_id": 160 }, "5410.03.202": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4202, HLS", "arch_name": "4202@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -498664,18 +550525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63528, "usage_id": 201 }, "5410.03.203": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4203, ELT", "arch_name": "4203@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498683,18 +550546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63529, "usage_id": 160 }, "5410.03.204": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4204, HLS", "arch_name": "4204@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -498702,18 +550567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63530, "usage_id": 201 }, "5410.03.205": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4205, ELT", "arch_name": "4205@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498721,18 +550588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63531, "usage_id": 160 }, "5410.03.206": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4206, HLS", "arch_name": "4206@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -498740,18 +550609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63571, "usage_id": 201 }, "5410.03.207": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4207, ELT", "arch_name": "4207@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498759,18 +550630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63572, "usage_id": 160 }, "5410.03.208": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4208, HLS", "arch_name": "4208@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -498778,18 +550651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63573, "usage_id": 201 }, "5410.03.209": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4209, ELT", "arch_name": "4209@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498797,18 +550672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63502, "usage_id": 160 }, "5410.03.210": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4210, HLS", "arch_name": "4210@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -498816,18 +550693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63503, "usage_id": 201 }, "5410.03.211": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4211, ELT", "arch_name": "4211@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498835,18 +550714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63514, "usage_id": 160 }, "5410.03.212": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4212, HLS", "arch_name": "4212@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -498854,18 +550735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63515, "usage_id": 201 }, "5410.03.301": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4301, Balkon", "arch_name": "4301@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -498873,18 +550756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65104, "usage_id": 48 }, "5410.03.302": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "4302, Balkon", "arch_name": "4302@5410", "area_id": 36, "building_id": 1405, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -498892,18 +550777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65105, "usage_id": 48 }, "5410.04.101": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5101, Flur", "arch_name": "5101@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498911,18 +550798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63577, "usage_id": 222 }, "5410.04.102": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5102, Flur", "arch_name": "5102@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498930,18 +550819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63580, "usage_id": 222 }, "5410.04.103": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5103, Treppenhaus 3", "arch_name": "5103@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498949,18 +550840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63578, "usage_id": 223 }, "5410.04.104": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5104, Treppenhaus 4", "arch_name": "5104@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -498968,18 +550861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63581, "usage_id": 223 }, "5410.04.116": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5116, Personen/Lasten-Aufzug", "arch_name": "5116@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -498987,18 +550882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63582, "usage_id": 4 }, "5410.04.201": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5201, L\u00fcftungszentrale", "arch_name": "5201@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499006,18 +550903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64716, "usage_id": 32 }, "5410.04.202": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5202, HLS", "arch_name": "5202@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -499025,18 +550924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63575, "usage_id": 201 }, "5410.04.202A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5202A, Raumlufttechnische Anlage", "arch_name": "5202A@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499044,18 +550945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74081, "usage_id": 32 }, "5410.04.203": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5203, ELT", "arch_name": "5203@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499063,18 +550966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63574, "usage_id": 160 }, "5410.04.204": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5204, HLS", "arch_name": "5204@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -499082,18 +550987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63584, "usage_id": 201 }, "5410.04.204A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5204A, Raumlufttechnische Anlage", "arch_name": "5204A@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499101,18 +551008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74082, "usage_id": 32 }, "5410.04.205": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5205, ELT", "arch_name": "5205@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499120,18 +551029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64712, "usage_id": 160 }, "5410.04.206": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5206, L\u00fcftungszentrale", "arch_name": "5206@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499139,18 +551050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63576, "usage_id": 32 }, "5410.04.207": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5207, Server", "arch_name": "5207@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499158,18 +551071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63583, "usage_id": 207 }, "5410.04.208": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5208, L\u00fcftungszentrale", "arch_name": "5208@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499177,18 +551092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64708, "usage_id": 32 }, "5410.04.209": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5209, ELT", "arch_name": "5209@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499196,18 +551113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64713, "usage_id": 160 }, "5410.04.210": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5210, HLS", "arch_name": "5210@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -499215,18 +551134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63585, "usage_id": 201 }, "5410.04.210A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5210A, Raumlufttechnische Anlage", "arch_name": "5210A@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499234,18 +551155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74083, "usage_id": 32 }, "5410.04.211": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5211, ELT", "arch_name": "5211@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499253,18 +551176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64714, "usage_id": 160 }, "5410.04.212": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5212, HLS", "arch_name": "5212@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -499272,18 +551197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63586, "usage_id": 201 }, "5410.04.212A": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5212A, Raumlufttechnische Anlage", "arch_name": "5212A@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499291,18 +551218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74080, "usage_id": 32 }, "5410.04.213": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5213, L\u00fcftungszentrale", "arch_name": "5213@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499310,18 +551239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63579, "usage_id": 32 }, "5410.04.214": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5214, Technik", "arch_name": "5214@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499329,18 +551260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64711, "usage_id": 120 }, "5410.04.215": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5215, L\u00fcftungszentrale", "arch_name": "5215@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499348,18 +551281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64709, "usage_id": 32 }, "5410.04.216": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5216, Server", "arch_name": "5216@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499367,18 +551302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64710, "usage_id": 207 }, "5410.04.217": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5217, L\u00fcftungszentrale", "arch_name": "5217@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499386,18 +551323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64715, "usage_id": 32 }, "5410.04.218": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5218, L\u00fcftungszentrale", "arch_name": "5218@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499405,18 +551344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64717, "usage_id": 32 }, "5410.04.301": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "5301, Aussenbereich Dach", "arch_name": "5301@5410", "area_id": 36, "building_id": 1405, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499424,18 +551365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63587, "usage_id": 219 }, "5410.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1001, Lager", "arch_name": "1001@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499443,18 +551386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63369, "usage_id": 30 }, "5410.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1002, Lager", "arch_name": "1002@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499462,18 +551407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63370, "usage_id": 30 }, "5410.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1003, Lager", "arch_name": "1003@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499481,18 +551428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63371, "usage_id": 30 }, "5410.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1004, Lager", "arch_name": "1004@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499500,18 +551449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64722, "usage_id": 30 }, "5410.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1005, Lager", "arch_name": "1005@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499519,18 +551470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63331, "usage_id": 30 }, "5410.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1006, Erste-Hilfe-Raum", "arch_name": "1006@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499538,18 +551491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64723, "usage_id": 178 }, "5410.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1007, Lager", "arch_name": "1007@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499557,18 +551512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64724, "usage_id": 30 }, "5410.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1101, Treppenhaus 1", "arch_name": "1101@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499576,18 +551533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63361, "usage_id": 223 }, "5410.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1102, Treppenhaus 2", "arch_name": "1102@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499595,18 +551554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63354, "usage_id": 223 }, "5410.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1103, Treppenhaus 3", "arch_name": "1103@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499614,18 +551575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63334, "usage_id": 223 }, "5410.EG.104": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1104, Treppenhaus 4", "arch_name": "1104@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499633,18 +551596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63335, "usage_id": 223 }, "5410.EG.105": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1105, Flur", "arch_name": "1105@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499652,18 +551617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63362, "usage_id": 222 }, "5410.EG.106": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1106, Flur", "arch_name": "1106@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499671,18 +551638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64725, "usage_id": 222 }, "5410.EG.107": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1107, ZBV", "arch_name": "1107@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499690,18 +551659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63353, "usage_id": 222 }, "5410.EG.108": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1108, Flur", "arch_name": "1108@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499709,18 +551680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63336, "usage_id": 222 }, "5410.EG.109": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1109, Flur", "arch_name": "1109@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499728,18 +551701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63337, "usage_id": 222 }, "5410.EG.110": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1110, ZBV", "arch_name": "1110@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499747,18 +551722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63357, "usage_id": 222 }, "5410.EG.111": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1111, Flur", "arch_name": "1111@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499766,18 +551743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63363, "usage_id": 222 }, "5410.EG.112": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1112, Personen-Aufzug", "arch_name": "1112@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -499785,18 +551764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63364, "usage_id": 4 }, "5410.EG.113": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1113, Personen-Lastenaufzug", "arch_name": "1113@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -499804,18 +551785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63338, "usage_id": 4 }, "5410.EG.114": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1114, Kleing\u00fcteraufzug", "arch_name": "1114@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -499823,18 +551806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63339, "usage_id": 4 }, "5410.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1201, ELT", "arch_name": "1201@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499842,18 +551827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63365, "usage_id": 160 }, "5410.EG.202": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1202, HLS", "arch_name": "1202@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499861,18 +551848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63352, "usage_id": 201 }, "5410.EG.203": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1203, ELT", "arch_name": "1203@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499880,18 +551869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63355, "usage_id": 160 }, "5410.EG.204": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1204, EDV", "arch_name": "1204@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499899,18 +551890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63366, "usage_id": 120 }, "5410.EG.205": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1205, Medienkanal S\u00fcd", "arch_name": "1205@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499918,18 +551911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63356, "usage_id": 120 }, "5410.EG.206": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1206, Medienkanal Nord-S\u00fcd", "arch_name": "1206@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499937,18 +551932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63340, "usage_id": 120 }, "5410.EG.207": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1207, Maschinenraum-Aufzug", "arch_name": "1207@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499956,18 +551953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63341, "usage_id": 5 }, "5410.EG.208": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1208, HLS", "arch_name": "1208@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499975,18 +551974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63342, "usage_id": 201 }, "5410.EG.209": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1209, FM HV/GMA", "arch_name": "1209@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -499994,18 +551995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63343, "usage_id": 160 }, "5410.EG.210": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1210, EDV", "arch_name": "1210@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500013,18 +552016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63344, "usage_id": 120 }, "5410.EG.211": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1211, ELT", "arch_name": "1211@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500032,18 +552037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63358, "usage_id": 160 }, "5410.EG.212": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1212, HLS", "arch_name": "1212@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500051,18 +552058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63359, "usage_id": 201 }, "5410.EG.213": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1213, Bat. USV", "arch_name": "1213@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500070,18 +552079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63345, "usage_id": 160 }, "5410.EG.214": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1214, Stat. USV", "arch_name": "1214@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500089,18 +552100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63346, "usage_id": 160 }, "5410.EG.215": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1215, SiBel.", "arch_name": "1215@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500108,18 +552121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63347, "usage_id": 160 }, "5410.EG.216": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1216, NSHV NN", "arch_name": "1216@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500127,18 +552142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63348, "usage_id": 160 }, "5410.EG.217": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1217, NSHV EN", "arch_name": "1217@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500146,18 +552163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63349, "usage_id": 160 }, "5410.EG.218": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1218, Medienkanal Nord", "arch_name": "1218@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500165,18 +552184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63360, "usage_id": 120 }, "5410.EG.219": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1219, EDV", "arch_name": "1219@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500184,18 +552205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63367, "usage_id": 120 }, "5410.EG.220": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1220, Maschinenraum", "arch_name": "1220@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 29165, "seats": { @@ -500203,18 +552226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63368, "usage_id": 120 }, "5410.EG.301": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1301, Treppe im Freien", "arch_name": "1301@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -500222,18 +552247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74070, "usage_id": 7 }, "5410.EG.302": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1302, Installationsraum", "arch_name": "1302@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 29165, "seats": { @@ -500241,18 +552268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74071, "usage_id": 120 }, "5410.EG.303": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "1303, Installationsraum", "arch_name": "1303@5410", "area_id": 36, "building_id": 1405, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 29165, "seats": { @@ -500260,18 +552289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74069, "usage_id": 120 }, "5410.U1.201": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1201, T 1 EN", "arch_name": "-1201@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -500279,18 +552310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63325, "usage_id": 120 }, "5410.U1.202": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1202, Reserve", "arch_name": "-1202@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -500298,18 +552331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63326, "usage_id": 120 }, "5410.U1.203": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1203, T 1 NN", "arch_name": "-1203@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -500317,18 +552352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63327, "usage_id": 120 }, "5410.U1.204": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1204, T 2 NN", "arch_name": "-1204@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -500336,18 +552373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63328, "usage_id": 120 }, "5410.U1.205": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1205, T 3 NN", "arch_name": "-1205@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -500355,18 +552394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63329, "usage_id": 120 }, "5410.U1.206": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1206, Flur", "arch_name": "-1206@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 29165, "seats": { @@ -500374,18 +552415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74074, "usage_id": 222 }, "5410.U1.207": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1207, Zustieg", "arch_name": "-1207@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 29165, "seats": { @@ -500393,18 +552436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65199, "usage_id": 222 }, "5410.U1.208": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1208, Einbring\u00f6ffnung", "arch_name": "-1208@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 29165, "seats": { @@ -500412,18 +552457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65200, "usage_id": 222 }, "5410.U1.210": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1210, Install.kanal", "arch_name": "-1210@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 29165, "seats": { @@ -500431,18 +552478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63330, "usage_id": 120 }, "5410.U1.211": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1211, Schacht f.Materialbef\u00f6rderung", "arch_name": "-1211@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 29165, "seats": { @@ -500450,18 +552499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74076, "usage_id": 195 }, "5410.U1.212": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 1", "zip_code": 85748 }, + "alt_name": "-1212, Schacht f.Personenaufzug", "arch_name": "-1212@5410", "area_id": 36, "building_id": 1405, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 29165, "seats": { @@ -500469,18 +552520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74075, "usage_id": 195 }, "5413.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2001, PuMi", "arch_name": "2001@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -500488,18 +552541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67043, "usage_id": 205 }, "5413.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2002, WC-Vorraum Damen", "arch_name": "2002@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -500507,18 +552562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67044, "usage_id": 118 }, "5413.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2003, WC-Damen", "arch_name": "2003@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -500526,18 +552583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67045, "usage_id": 116 }, "5413.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2004, E UV", "arch_name": "2004@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -500545,18 +552604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67033, "usage_id": 160 }, "5413.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2005, WC-Vorraum Herren", "arch_name": "2005@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -500564,18 +552625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67046, "usage_id": 118 }, "5413.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2006, WC-Herren", "arch_name": "2006@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -500583,18 +552646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67047, "usage_id": 115 }, "5413.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2007, Technik", "arch_name": "2007@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -500602,18 +552667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67041, "usage_id": 120 }, "5413.01.007A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2007A, Treppe Technik", "arch_name": "2007A@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -500621,18 +552688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67042, "usage_id": 223 }, "5413.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2010, Schacht 1", "arch_name": "2010@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -500640,18 +552709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67029, "usage_id": 120 }, "5413.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2014, Schacht 2", "arch_name": "2014@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -500659,18 +552730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67030, "usage_id": 120 }, "5413.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2101, Server", "arch_name": "2101@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -500678,18 +552751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67027, "usage_id": 207 }, "5413.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2102, B\u00fcro", "arch_name": "2102@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500697,18 +552772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67013, "usage_id": 12 }, "5413.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2103, Kopierer", "arch_name": "2103@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500716,18 +552793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67015, "usage_id": 110 }, "5413.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2104, B\u00fcro", "arch_name": "2104@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500735,18 +552814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67014, "usage_id": 12 }, "5413.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2105, B\u00fcro", "arch_name": "2105@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500754,18 +552835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66995, "usage_id": 12 }, "5413.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2107, B\u00fcro", "arch_name": "2107@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500773,18 +552856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66996, "usage_id": 12 }, "5413.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2108, B\u00fcro", "arch_name": "2108@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500792,18 +552877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66997, "usage_id": 12 }, "5413.01.109": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2109, B\u00fcro", "arch_name": "2109@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500811,18 +552898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66998, "usage_id": 12 }, "5413.01.110": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2110, B\u00fcro", "arch_name": "2110@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500830,18 +552919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66999, "usage_id": 12 }, "5413.01.111": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2111, B\u00fcro", "arch_name": "2111@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500849,18 +552940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67000, "usage_id": 12 }, "5413.01.112": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2112, Teek\u00fcche", "arch_name": "2112@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -500868,18 +552961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67040, "usage_id": 198 }, "5413.01.113": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2113, B\u00fcro", "arch_name": "2113@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500887,18 +552982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67001, "usage_id": 12 }, "5413.01.114": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2114, B\u00fcro", "arch_name": "2114@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500906,18 +553003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67002, "usage_id": 12 }, "5413.01.115": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2115, B\u00fcro", "arch_name": "2115@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500925,18 +553024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67003, "usage_id": 12 }, "5413.01.116": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2116, B\u00fcro", "arch_name": "2116@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500944,18 +553045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67004, "usage_id": 12 }, "5413.01.117": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2117, B\u00fcro", "arch_name": "2117@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500963,18 +553066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67005, "usage_id": 12 }, "5413.01.118": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2118, B\u00fcro", "arch_name": "2118@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -500982,18 +553087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67006, "usage_id": 12 }, "5413.01.119": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2119, Kopierer", "arch_name": "2119@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501001,18 +553108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67018, "usage_id": 110 }, "5413.01.120": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2120, B\u00fcro", "arch_name": "2120@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501020,18 +553129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67017, "usage_id": 12 }, "5413.01.121": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2121, B\u00fcro", "arch_name": "2121@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501039,18 +553150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67016, "usage_id": 12 }, "5413.01.122": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2122, EDV", "arch_name": "2122@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -501058,18 +553171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67021, "usage_id": 207 }, "5413.01.123": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2123, B\u00fcro", "arch_name": "2123@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501077,18 +553192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67019, "usage_id": 12 }, "5413.01.124": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2124, B\u00fcro", "arch_name": "2124@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501096,18 +553213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67020, "usage_id": 12 }, "5413.01.125": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2125, B\u00fcro", "arch_name": "2125@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501115,18 +553234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67007, "usage_id": 12 }, "5413.01.126": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2126, Teek\u00fcche", "arch_name": "2126@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -501134,18 +553255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67039, "usage_id": 198 }, "5413.01.127": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2127, B\u00fcro", "arch_name": "2127@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501153,18 +553276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67008, "usage_id": 12 }, "5413.01.129": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2129, B\u00fcro", "arch_name": "2129@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501172,18 +553297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67009, "usage_id": 12 }, "5413.01.130": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2130, B\u00fcro", "arch_name": "2130@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501191,18 +553318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67010, "usage_id": 12 }, "5413.01.131": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2131, B\u00fcro", "arch_name": "2131@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501210,18 +553339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67011, "usage_id": 12 }, "5413.01.132": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2132, B\u00fcro", "arch_name": "2132@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501229,18 +553360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67012, "usage_id": 12 }, "5413.01.133": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2133, Kopierer", "arch_name": "2133@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501248,18 +553381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67024, "usage_id": 110 }, "5413.01.134": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2134, B\u00fcro", "arch_name": "2134@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501267,18 +553402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67022, "usage_id": 12 }, "5413.01.135": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2135, B\u00fcro", "arch_name": "2135@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501286,18 +553423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67023, "usage_id": 12 }, "5413.01.136": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2136, B\u00fcro", "arch_name": "2136@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501305,18 +553444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67025, "usage_id": 12 }, "5413.01.137": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2137, B\u00fcro", "arch_name": "2137@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501324,18 +553465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67026, "usage_id": 12 }, "5413.01.701": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2701, Flur", "arch_name": "2701@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501343,18 +553486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67036, "usage_id": 222 }, "5413.01.702": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2702, Flur", "arch_name": "2702@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501362,18 +553507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67035, "usage_id": 222 }, "5413.01.703": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2703, Treppenhaus 1", "arch_name": "2703@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -501381,18 +553528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67034, "usage_id": 223 }, "5413.01.705": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2705, Flur", "arch_name": "2705@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -501400,18 +553549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67053, "usage_id": 222 }, "5413.01.706": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2706, Treppenhaus 2", "arch_name": "2706@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -501419,18 +553570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67037, "usage_id": 223 }, "5413.01.707": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2707, Flur Technik", "arch_name": "2707@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -501438,18 +553591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67038, "usage_id": 222 }, "5413.01.901": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2901, Aufzug", "arch_name": "2901@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -501457,18 +553612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67028, "usage_id": 195 }, "5413.01.902": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2901, Terrasse", "arch_name": "2901@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -501476,18 +553633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67031, "usage_id": 48 }, "5413.01.903": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "2903, Terrasse", "arch_name": "2903@5413", "area_id": 36, "building_id": 1989, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -501495,18 +553654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67032, "usage_id": 48 }, "5413.DG.001": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "3001, TGA RLT", "arch_name": "3001@5413", "area_id": 36, "building_id": 1989, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -501514,18 +553675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67048, "usage_id": 32 }, "5413.DG.001A": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "3001A, Treppe", "arch_name": "3001A@5413", "area_id": 36, "building_id": 1989, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -501533,18 +553696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67049, "usage_id": 223 }, "5413.DG.002": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "3002, Technik", "arch_name": "3002@5413", "area_id": 36, "building_id": 1989, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -501552,18 +553717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67050, "usage_id": 120 }, "5413.DG.003": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "3003, TGA Sanit\u00e4r", "arch_name": "3003@5413", "area_id": 36, "building_id": 1989, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -501571,18 +553738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67052, "usage_id": 120 }, "5413.DG.004": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "3004, Technik", "arch_name": "3004@5413", "area_id": 36, "building_id": 1989, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -501590,18 +553759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67051, "usage_id": 120 }, "5413.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1001, WC-Vorraum Damen u. Herren", "arch_name": "1001@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -501609,18 +553780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66973, "usage_id": 118 }, "5413.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1002, WC-Vorraum Herren", "arch_name": "1002@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -501628,18 +553801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66974, "usage_id": 118 }, "5413.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1003, WC-Herren", "arch_name": "1003@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -501647,18 +553822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66975, "usage_id": 115 }, "5413.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1004, WC-Damen", "arch_name": "1004@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -501666,18 +553843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66976, "usage_id": 115 }, "5413.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1005, WC-Vorraum Damen", "arch_name": "1005@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -501685,18 +553864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66977, "usage_id": 118 }, "5413.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1006, Beh.-WC", "arch_name": "1006@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -501704,18 +553885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66972, "usage_id": 117 }, "5413.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1007, PuMi", "arch_name": "1007@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -501723,18 +553906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66978, "usage_id": 205 }, "5413.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1008, Batterie", "arch_name": "1008@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -501742,18 +553927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66970, "usage_id": 160 }, "5413.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1010, Hausanschluss", "arch_name": "1010@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -501761,18 +553948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66963, "usage_id": 120 }, "5413.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1011, Elektro", "arch_name": "1011@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -501780,18 +553969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66989, "usage_id": 160 }, "5413.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1012, Fernmelde", "arch_name": "1012@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -501799,18 +553990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66990, "usage_id": 202 }, "5413.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1013, Hausanschluss/-BMZ", "arch_name": "1013@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -501818,18 +554011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66991, "usage_id": 120 }, "5413.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1014, Gase/Fernm.", "arch_name": "1014@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 31359, "seats": { @@ -501837,18 +554032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66964, "usage_id": 17 }, "5413.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1101, Seminarraum", "arch_name": "1101@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -501856,18 +554053,20 @@ "standing": 30, "wheelchair": null }, + "tumonline_id": 66966, "usage_id": 41 }, "5413.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1102, Sozialraum", "arch_name": "1102@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -501875,18 +554074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66965, "usage_id": 44 }, "5413.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1103, Lager 1", "arch_name": "1103@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -501894,18 +554095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66981, "usage_id": 30 }, "5413.EG.104": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1104, Lager 2", "arch_name": "1104@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -501913,18 +554116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66982, "usage_id": 30 }, "5413.EG.105": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1105, Lager 3", "arch_name": "1105@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -501932,18 +554137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66983, "usage_id": 30 }, "5413.EG.106": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1106, Lager 4", "arch_name": "1106@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -501951,18 +554158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66984, "usage_id": 30 }, "5413.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1202, S 1 Labor", "arch_name": "1202@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -501970,18 +554179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66958, "usage_id": 102 }, "5413.EG.202": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1202, S 1 Labor", "arch_name": "1202@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -501989,18 +554200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66953, "usage_id": 102 }, "5413.EG.203": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1203, S 1 Labor", "arch_name": "1203@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -502008,18 +554221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66954, "usage_id": 102 }, "5413.EG.204": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1204, S 1 Labor", "arch_name": "1204@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -502027,18 +554242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66955, "usage_id": 102 }, "5413.EG.205": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1205, S 1 Labor", "arch_name": "1205@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -502046,18 +554263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66956, "usage_id": 102 }, "5413.EG.206": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1206, S 1 Labor", "arch_name": "1206@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 31359, "seats": { @@ -502065,18 +554284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66957, "usage_id": 102 }, "5413.EG.207": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1207, Vorraum K\u00fchlzelle", "arch_name": "1207@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -502084,18 +554305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66987, "usage_id": 102 }, "5413.EG.208": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1208, K\u00fchlzelle 1", "arch_name": "1208@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -502103,18 +554326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66986, "usage_id": 102 }, "5413.EG.209": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1209, K\u00fchlzelle 2", "arch_name": "1209@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -502122,18 +554347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66988, "usage_id": 102 }, "5413.EG.210": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1210, NMR-Halle", "arch_name": "1210@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -502141,18 +554368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66951, "usage_id": 49 }, "5413.EG.211": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1211, Operator 2", "arch_name": "1211@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -502160,18 +554389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66980, "usage_id": 120 }, "5413.EG.212": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1212, Operator 1", "arch_name": "1212@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 31359, "seats": { @@ -502179,18 +554410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66979, "usage_id": 120 }, "5413.EG.213": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1213, Umf\u00fcllstation", "arch_name": "1213@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -502198,18 +554431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66962, "usage_id": 18 }, "5413.EG.214": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1214, Lager 5", "arch_name": "1214@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 31359, "seats": { @@ -502217,18 +554452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66985, "usage_id": 30 }, "5413.EG.501": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1501, Trafo", "arch_name": "1501@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -502236,18 +554473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66992, "usage_id": 46 }, "5413.EG.501A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1501A, Trafo 1", "arch_name": "1501A@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -502255,18 +554494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67054, "usage_id": 46 }, "5413.EG.501B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1501B, Trafo 2", "arch_name": "1501B@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -502274,18 +554515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67055, "usage_id": 46 }, "5413.EG.502": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1502, Stickstofftanks", "arch_name": "1502@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -502293,18 +554536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66993, "usage_id": 30 }, "5413.EG.503": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1503, M\u00fcll", "arch_name": "1503@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -502312,18 +554557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66994, "usage_id": 30 }, "5413.EG.701": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1701, Windfang", "arch_name": "1701@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -502331,18 +554578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66967, "usage_id": 52 }, "5413.EG.702": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1702, Foyer", "arch_name": "1702@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -502350,18 +554599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66961, "usage_id": 15 }, "5413.EG.703": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1703, Treppenhaus 1", "arch_name": "1703@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -502369,18 +554620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66959, "usage_id": 223 }, "5413.EG.704": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1704, Flur", "arch_name": "1704@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -502388,18 +554641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66968, "usage_id": 222 }, "5413.EG.705": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1705, Flur", "arch_name": "1705@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -502407,18 +554662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66969, "usage_id": 222 }, "5413.EG.706": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1706, Treppenhaus 2", "arch_name": "1706@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 31359, "seats": { @@ -502426,18 +554683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66960, "usage_id": 223 }, "5413.EG.901": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 2", "zip_code": 85748 }, + "alt_name": "1901, Aufzug", "arch_name": "1901@5413", "area_id": 36, "building_id": 1989, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 31359, "seats": { @@ -502445,18 +554704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66971, "usage_id": 4 }, "5414.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1001, Sozialraum", "arch_name": "1001@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -502464,18 +554725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66197, "usage_id": 44 }, "5414.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1002, Besprechungsraum", "arch_name": "1002@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502483,18 +554746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66198, "usage_id": 196 }, "5414.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1003, B\u00fcro", "arch_name": "1003@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502502,18 +554767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66199, "usage_id": 12 }, "5414.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1004, B\u00fcro", "arch_name": "1004@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502521,18 +554788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66206, "usage_id": 12 }, "5414.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1005, B\u00fcro", "arch_name": "1005@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502540,18 +554809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66200, "usage_id": 12 }, "5414.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1006, B\u00fcro", "arch_name": "1006@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502559,18 +554830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66207, "usage_id": 12 }, "5414.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1007, B\u00fcro", "arch_name": "1007@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502578,18 +554851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66201, "usage_id": 12 }, "5414.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1008, B\u00fcro", "arch_name": "1008@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502597,18 +554872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66208, "usage_id": 12 }, "5414.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1009, B\u00fcro", "arch_name": "1009@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502616,18 +554893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66202, "usage_id": 12 }, "5414.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1010, Lager", "arch_name": "1010@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -502635,18 +554914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66211, "usage_id": 30 }, "5414.01.010A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1010A, Kopierer", "arch_name": "1010A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -502654,18 +554935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66210, "usage_id": 110 }, "5414.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1011, B\u00fcro", "arch_name": "1011@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502673,18 +554956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66203, "usage_id": 12 }, "5414.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1012, B\u00fcro", "arch_name": "1012@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502692,18 +554977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66204, "usage_id": 12 }, "5414.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1013, B\u00fcro", "arch_name": "1013@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502711,18 +554998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66205, "usage_id": 12 }, "5414.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1014, B\u00fcro", "arch_name": "1014@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502730,18 +555019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66212, "usage_id": 12 }, "5414.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1015, B\u00fcro", "arch_name": "1015@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502749,18 +555040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66213, "usage_id": 12 }, "5414.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1016, B\u00fcro", "arch_name": "1016@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502768,18 +555061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66214, "usage_id": 12 }, "5414.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1017, B\u00fcro", "arch_name": "1017@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502787,18 +555082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66215, "usage_id": 12 }, "5414.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1018, B\u00fcro", "arch_name": "1018@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502806,18 +555103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66216, "usage_id": 12 }, "5414.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1019, B\u00fcro", "arch_name": "1019@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502825,18 +555124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66209, "usage_id": 12 }, "5414.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1020, B\u00fcro", "arch_name": "1020@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -502844,18 +555145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66217, "usage_id": 12 }, "5414.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1021, WC-Damen", "arch_name": "1021@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -502863,18 +555166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66337, "usage_id": 116 }, "5414.01.021A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1021A, WC-Vorraum Damen", "arch_name": "1021A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -502882,18 +555187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66338, "usage_id": 118 }, "5414.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1022, WC-Herren", "arch_name": "1022@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -502901,18 +555208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66335, "usage_id": 115 }, "5414.01.022A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1022A, WC-Vorraum Herren", "arch_name": "1022A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -502920,18 +555229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66336, "usage_id": 118 }, "5414.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1023, Lager", "arch_name": "1023@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -502939,18 +555250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66222, "usage_id": 30 }, "5414.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1024, Schweiss-Werkstatt", "arch_name": "1024@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -502958,18 +555271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66219, "usage_id": 51 }, "5414.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1025, Lager", "arch_name": "1025@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -502977,18 +555292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66221, "usage_id": 30 }, "5414.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1026, Meister B\u00fcro", "arch_name": "1026@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -502996,18 +555313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66218, "usage_id": 12 }, "5414.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1027, Chemielabor", "arch_name": "1027@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -503015,18 +555334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66223, "usage_id": 102 }, "5414.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1028, Werkstatt", "arch_name": "1028@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -503034,18 +555355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66220, "usage_id": 51 }, "5414.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1029, Beh.-WC", "arch_name": "1029@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -503053,18 +555376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66340, "usage_id": 117 }, "5414.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1030, Putzraum", "arch_name": "1030@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 38541, "seats": { @@ -503072,18 +555397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66339, "usage_id": 205 }, "5414.01.070A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1070A, Treppe Forum", "arch_name": "1070A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503091,18 +555418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66325, "usage_id": 223 }, "5414.01.070B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1070B, Galerie", "arch_name": "1070B@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503110,18 +555439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66324, "usage_id": 206 }, "5414.01.070C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1070C, Flur", "arch_name": "1070C@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503129,18 +555460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66328, "usage_id": 222 }, "5414.01.070D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1070D, Flur", "arch_name": "1070D@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503148,18 +555481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66326, "usage_id": 222 }, "5414.01.070E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1070E, Flur", "arch_name": "1070E@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503167,18 +555502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66319, "usage_id": 222 }, "5414.01.070F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1070F, Treppenhaus 1", "arch_name": "1070F@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503186,18 +555523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66318, "usage_id": 223 }, "5414.01.070M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1070M, Flur", "arch_name": "1070M@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503205,18 +555544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66320, "usage_id": 222 }, "5414.01.070N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1070N, Flur", "arch_name": "1070N@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503224,18 +555565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66321, "usage_id": 222 }, "5414.01.070O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1070O, Treppenhaus 2", "arch_name": "1070O@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503243,18 +555586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66322, "usage_id": 223 }, "5414.01.070P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1070P, Treppenhaus 3", "arch_name": "1070P@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503262,18 +555607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66327, "usage_id": 223 }, "5414.01.090": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1090, Aufzug", "arch_name": "1090@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -503281,18 +555628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66323, "usage_id": 4 }, "5414.01.098A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1098A, HLSK Schacht 1", "arch_name": "1098A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -503300,18 +555649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66331, "usage_id": 120 }, "5414.01.098B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1098B, HLSK Schacht 2", "arch_name": "1098B@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -503319,18 +555670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66332, "usage_id": 120 }, "5414.01.098C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1098C, ELT.", "arch_name": "1098C@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -503338,18 +555691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66333, "usage_id": 160 }, "5414.01.098D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1098D, HLSK Schacht 3", "arch_name": "1098D@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -503357,18 +555712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66334, "usage_id": 120 }, "5414.01.098E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1098E, ELT.", "arch_name": "1098E@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -503376,18 +555733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66330, "usage_id": 160 }, "5414.01.098F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "1098F, HLSK Schacht 4", "arch_name": "1098F@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -503395,18 +555754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66329, "usage_id": 120 }, "5414.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2001, Sozialraum", "arch_name": "2001@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 46275, "seats": { @@ -503414,19 +555775,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66362, "usage_id": 44 }, "5414.02.002": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2002, Besprechungsraum", "arch_name": "2002@5414", "area_id": 36, "building_id": 1670, "calendar_resource_nr": 29595, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503434,18 +555797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66363, "usage_id": 196 }, "5414.02.003": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2003, B\u00fcro", "arch_name": "2003@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -503453,18 +555818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66341, "usage_id": 12 }, "5414.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2004, B\u00fcro", "arch_name": "2004@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503472,18 +555839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66359, "usage_id": 12 }, "5414.02.005": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2005, B\u00fcro", "arch_name": "2005@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -503491,18 +555860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66342, "usage_id": 12 }, "5414.02.006": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2006, B\u00fcro", "arch_name": "2006@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503510,18 +555881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66357, "usage_id": 12 }, "5414.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2007, B\u00fcro", "arch_name": "2007@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -503529,18 +555902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66343, "usage_id": 12 }, "5414.02.008": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2008, B\u00fcro", "arch_name": "2008@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503548,18 +555923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66356, "usage_id": 12 }, "5414.02.009": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2009, B\u00fcro", "arch_name": "2009@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -503567,18 +555944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66344, "usage_id": 12 }, "5414.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2010, Archiv", "arch_name": "2010@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 46275, "seats": { @@ -503586,18 +555965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66354, "usage_id": 2 }, "5414.02.010A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2010A, Kopierer", "arch_name": "2010A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 46275, "seats": { @@ -503605,18 +555986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66355, "usage_id": 110 }, "5414.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2011, B\u00fcro", "arch_name": "2011@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -503624,18 +556007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66345, "usage_id": 12 }, "5414.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2012, B\u00fcro", "arch_name": "2012@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503643,18 +556028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66346, "usage_id": 12 }, "5414.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2013, B\u00fcro", "arch_name": "2013@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503662,18 +556049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66347, "usage_id": 12 }, "5414.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2014, B\u00fcro", "arch_name": "2014@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503681,18 +556070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66348, "usage_id": 12 }, "5414.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2015, B\u00fcro", "arch_name": "2015@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503700,18 +556091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66349, "usage_id": 12 }, "5414.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2016, B\u00fcro", "arch_name": "2016@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503719,18 +556112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66350, "usage_id": 12 }, "5414.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2017, B\u00fcro", "arch_name": "2017@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503738,18 +556133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66351, "usage_id": 12 }, "5414.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2018, B\u00fcro", "arch_name": "2018@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503757,18 +556154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66352, "usage_id": 12 }, "5414.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2019, B\u00fcro", "arch_name": "2019@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43589, "seats": { @@ -503776,18 +556175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66358, "usage_id": 12 }, "5414.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2020, B\u00fcro", "arch_name": "2020@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 46275, "seats": { @@ -503795,18 +556196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66353, "usage_id": 12 }, "5414.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2021, WC-Damen", "arch_name": "2021@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -503814,18 +556217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66382, "usage_id": 116 }, "5414.02.021A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2021A, WC-Vorraum Damen", "arch_name": "2021A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -503833,18 +556238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66383, "usage_id": 118 }, "5414.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2022, WC-Herren", "arch_name": "2022@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -503852,18 +556259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66380, "usage_id": 115 }, "5414.02.022A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2022, WC-Vorraum Herren", "arch_name": "2022@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -503871,18 +556280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66381, "usage_id": 118 }, "5414.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2023, Chemie Labor", "arch_name": "2023@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -503890,18 +556301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66364, "usage_id": 102 }, "5414.02.024": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2024, Lager", "arch_name": "2024@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503909,18 +556322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66360, "usage_id": 30 }, "5414.02.025": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2025, Chemie Labor", "arch_name": "2025@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -503928,18 +556343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66365, "usage_id": 102 }, "5414.02.026": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2026, Werkstatt", "arch_name": "2026@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503947,18 +556364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66361, "usage_id": 51 }, "5414.02.027": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2027, Chemie Labor", "arch_name": "2027@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -503966,18 +556385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66366, "usage_id": 102 }, "5414.02.028": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2028, ZBV", "arch_name": "2028@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -503985,18 +556406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66398, "usage_id": 12 }, "5414.02.029": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2029, Beh.-WC", "arch_name": "2029@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -504004,18 +556427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66379, "usage_id": 117 }, "5414.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2030, Putzraum", "arch_name": "2030@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -504023,18 +556448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66378, "usage_id": 205 }, "5414.02.070A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2070A, Treppe Forum", "arch_name": "2070A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504042,18 +556469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66372, "usage_id": 223 }, "5414.02.070B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2070B, Galerie", "arch_name": "2070B@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504061,18 +556490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66371, "usage_id": 206 }, "5414.02.070C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2070C, Flur", "arch_name": "2070C@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504080,18 +556511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66370, "usage_id": 222 }, "5414.02.070D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2070D, Flur", "arch_name": "2070D@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504099,18 +556532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66374, "usage_id": 222 }, "5414.02.070E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2070E, Flur", "arch_name": "2070E@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504118,18 +556553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66373, "usage_id": 222 }, "5414.02.070F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2070F, Treppenhaus 1", "arch_name": "2070F@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504137,18 +556574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66367, "usage_id": 223 }, "5414.02.070M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2070M, Flur", "arch_name": "2070M@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504156,18 +556595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66375, "usage_id": 222 }, "5414.02.070N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2070N, Flur", "arch_name": "2070N@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504175,18 +556616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66376, "usage_id": 222 }, "5414.02.070O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2070O, Treppenhaus 2", "arch_name": "2070O@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504194,18 +556637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66368, "usage_id": 223 }, "5414.02.070P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2070P, Treppenhaus 3", "arch_name": "2070P@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504213,18 +556658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66369, "usage_id": 223 }, "5414.02.090": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2090, Aufzug", "arch_name": "2090@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -504232,18 +556679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66377, "usage_id": 4 }, "5414.02.098A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2098A, HLSK Schacht 1", "arch_name": "2098A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -504251,18 +556700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66386, "usage_id": 120 }, "5414.02.098B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2098B, HLSK Schacht 2", "arch_name": "2098B@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -504270,18 +556721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66385, "usage_id": 120 }, "5414.02.098C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2098C, ELT.", "arch_name": "2098C@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -504289,18 +556742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66384, "usage_id": 160 }, "5414.02.098D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2098D, HLSK Schacht 3", "arch_name": "2098D@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -504308,18 +556763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66387, "usage_id": 120 }, "5414.02.098E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2098E, ELT.", "arch_name": "2098E@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -504327,18 +556784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66388, "usage_id": 160 }, "5414.02.098F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "2098F, HLSK Schacht 4", "arch_name": "2098F@5414", "area_id": 36, "building_id": 1670, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -504346,18 +556805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66389, "usage_id": 120 }, "5414.DG.001": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "3001, Technik RLT", "arch_name": "3001@5414", "area_id": 36, "building_id": 1670, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -504365,18 +556826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66430, "usage_id": 32 }, "5414.DG.070N": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "3070N, Flur", "arch_name": "3070N@5414", "area_id": 36, "building_id": 1670, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -504384,18 +556847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66434, "usage_id": 222 }, "5414.DG.070O": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "3070O, Treppenhaus 2", "arch_name": "3070O@5414", "area_id": 36, "building_id": 1670, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -504403,18 +556868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66433, "usage_id": 223 }, "5414.DG.090": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "3091, Aufzug", "arch_name": "3091@5414", "area_id": 36, "building_id": 1670, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -504422,18 +556889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66432, "usage_id": 195 }, "5414.DG.091": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "3091, Maschinenraum", "arch_name": "3091@5414", "area_id": 36, "building_id": 1670, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -504441,19 +556910,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66431, "usage_id": 32 }, "5414.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0001, ZEI-Seminarraum", "arch_name": "0001@5414", "area_id": 36, "building_id": 1670, "calendar_resource_nr": 28492, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -504461,19 +556932,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65318, "usage_id": 41 }, "5414.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0002, Seminarraum", "arch_name": "0002@5414", "area_id": 36, "building_id": 1670, "calendar_resource_nr": 28692, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -504481,19 +556954,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65319, "usage_id": 41 }, "5414.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0003, Seminarraum", "arch_name": "0003@5414", "area_id": 36, "building_id": 1670, "calendar_resource_nr": 28693, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -504501,18 +556976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65320, "usage_id": 41 }, "5414.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0004, WC-Damen", "arch_name": "0004@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -504520,18 +556997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65334, "usage_id": 116 }, "5414.EG.004A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0004A, WC-Vorraum Damen", "arch_name": "0004A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -504539,18 +557018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65335, "usage_id": 118 }, "5414.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0005, Beh.-WC", "arch_name": "0005@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -504558,18 +557039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65339, "usage_id": 117 }, "5414.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0006, WC-Herren", "arch_name": "0006@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -504577,18 +557060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65341, "usage_id": 115 }, "5414.EG.006A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0006A, WC-Vorraum Herren", "arch_name": "0006A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -504596,18 +557081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65340, "usage_id": 118 }, "5414.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0007, M\u00fcllraum", "arch_name": "0007@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -504615,18 +557102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65342, "usage_id": 215 }, "5414.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0008, Putzraum", "arch_name": "0008@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -504634,18 +557123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66196, "usage_id": 205 }, "5414.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0009, 1. Hilferaum", "arch_name": "0009@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -504653,18 +557144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65343, "usage_id": 178 }, "5414.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0010, Lager", "arch_name": "0010@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 43589, "seats": { @@ -504672,18 +557165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65344, "usage_id": 30 }, "5414.EG.070": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070, Forumshalle", "arch_name": "0070@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504691,18 +557186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65323, "usage_id": 15 }, "5414.EG.070A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070A, Treppe", "arch_name": "0070A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504710,18 +557207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65325, "usage_id": 223 }, "5414.EG.070E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070E, Flur", "arch_name": "0070E@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -504729,18 +557228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65330, "usage_id": 222 }, "5414.EG.070F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070F, Treppenhaus 1", "arch_name": "0070F@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -504748,18 +557249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65332, "usage_id": 223 }, "5414.EG.070G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070G, Erschlie\u00dfung-Galerie", "arch_name": "0070G@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -504767,18 +557270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65329, "usage_id": 206 }, "5414.EG.070H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070H, Treppe", "arch_name": "0070H@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 43589, "seats": { @@ -504786,18 +557291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65326, "usage_id": 223 }, "5414.EG.070I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070I, Treppe", "arch_name": "0070I@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 43589, "seats": { @@ -504805,18 +557312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65327, "usage_id": 223 }, "5414.EG.070J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070J, Erschlie\u00dfung-Galerie", "arch_name": "0070J@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -504824,18 +557333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65328, "usage_id": 206 }, "5414.EG.070N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070N, Flur", "arch_name": "0070N@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -504843,18 +557354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65331, "usage_id": 222 }, "5414.EG.070O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070O, Treppenhaus 2", "arch_name": "0070O@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -504862,18 +557375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65333, "usage_id": 223 }, "5414.EG.070P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0070P, Treppenhaus 3", "arch_name": "0070P@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -504881,18 +557396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65322, "usage_id": 223 }, "5414.EG.071": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0071, Windfang", "arch_name": "0071@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43589, "seats": { @@ -504900,18 +557417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65324, "usage_id": 52 }, "5414.EG.090": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0090, Aufzug", "arch_name": "0090@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -504919,18 +557438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65347, "usage_id": 4 }, "5414.EG.098A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0098A, HLSK", "arch_name": "0098A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -504938,18 +557459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65336, "usage_id": 120 }, "5414.EG.098B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0098B, HLSK", "arch_name": "0098B@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -504957,18 +557480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65337, "usage_id": 120 }, "5414.EG.098C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0098C, ELT", "arch_name": "0098C@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -504976,18 +557501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65338, "usage_id": 160 }, "5414.EG.098D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0098D, HLSK", "arch_name": "0098D@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -504995,18 +557522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65346, "usage_id": 120 }, "5414.EG.098E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "0098E, ELT", "arch_name": "0098E@5414", "area_id": 36, "building_id": 1670, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505014,18 +557543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65321, "usage_id": 160 }, "5414.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U001, Simulations-Labor", "arch_name": "U001@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505033,18 +557564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66390, "usage_id": 49 }, "5414.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U005, NR-Labor", "arch_name": "U005@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505052,18 +557585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66394, "usage_id": 103 }, "5414.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U003, EDV", "arch_name": "U003@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505071,18 +557606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66393, "usage_id": 207 }, "5414.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U004, Niederspannung", "arch_name": "U004@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -505090,18 +557627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66392, "usage_id": 160 }, "5414.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U005, NR-Labor", "arch_name": "U005@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505109,18 +557648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66391, "usage_id": 103 }, "5414.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U009, Putzraum", "arch_name": "U009@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 38541, "seats": { @@ -505128,18 +557669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66423, "usage_id": 205 }, "5414.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U010, Mittelspannung", "arch_name": "U010@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -505147,18 +557690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66408, "usage_id": 160 }, "5414.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U011, Niederspannung", "arch_name": "U011@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -505166,18 +557711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66407, "usage_id": 160 }, "5414.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U012, Notstrom", "arch_name": "U012@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505185,18 +557732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66406, "usage_id": 160 }, "5414.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U014, Sanit\u00e4r Zentrale", "arch_name": "U014@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505204,18 +557753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66405, "usage_id": 182 }, "5414.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U015, TWK/Erdgas \u00dcbergabe", "arch_name": "U015@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505223,18 +557774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66404, "usage_id": 17 }, "5414.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U016, Server 2", "arch_name": "U016@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505242,18 +557795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66400, "usage_id": 207 }, "5414.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U017, Server 1", "arch_name": "U017@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505261,18 +557816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66399, "usage_id": 207 }, "5414.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U018, LRZ-Verteilerknoten", "arch_name": "U018@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39906, "seats": { @@ -505280,18 +557837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66397, "usage_id": 120 }, "5414.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U019, SIBE", "arch_name": "U019@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505299,18 +557858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66396, "usage_id": 12 }, "5414.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U020, BMZ", "arch_name": "U020@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505318,18 +557879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66395, "usage_id": 120 }, "5414.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U022, Heizung/K\u00e4ltezentrale", "arch_name": "U022@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505337,18 +557900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66403, "usage_id": 201 }, "5414.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U022, Druckluftzentrale", "arch_name": "U022@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505356,18 +557921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66402, "usage_id": 32 }, "5414.U1.023": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U023, PM Zentrale", "arch_name": "U023@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505375,18 +557942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66401, "usage_id": 12 }, "5414.U1.024": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U024, Dusche-Damen", "arch_name": "U024@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -505394,18 +557963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66421, "usage_id": 113 }, "5414.U1.025": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U025, WC-Damen", "arch_name": "U025@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -505413,18 +557984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66422, "usage_id": 116 }, "5414.U1.026": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U026, WC-Herren", "arch_name": "U026@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -505432,18 +558005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66420, "usage_id": 115 }, "5414.U1.027": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U027, Dusche-Herren", "arch_name": "U027@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 43589, "seats": { @@ -505451,18 +558026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66419, "usage_id": 113 }, "5414.U1.050": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U050, Trafo 1 Lab.", "arch_name": "U050@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -505470,18 +558047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66414, "usage_id": 160 }, "5414.U1.051": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U051, Trafo 2 Lab.", "arch_name": "U051@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -505489,18 +558068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66415, "usage_id": 160 }, "5414.U1.052": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U052, Trafo 3 Lab.", "arch_name": "U052@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -505508,18 +558089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66416, "usage_id": 160 }, "5414.U1.053": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U053, Trafo 4 Lab.", "arch_name": "U053@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -505527,18 +558110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66417, "usage_id": 160 }, "5414.U1.054": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U054, Trafo 5 Lab.", "arch_name": "U054@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -505546,18 +558131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66418, "usage_id": 160 }, "5414.U1.055": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U055, Mittelspannung", "arch_name": "U055@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -505565,18 +558152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66412, "usage_id": 160 }, "5414.U1.070E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U070E, Flur-Technik", "arch_name": "U070E@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505584,18 +558173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66427, "usage_id": 222 }, "5414.U1.070F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U070F, Treppenhaus 1", "arch_name": "U070F@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505603,18 +558194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66424, "usage_id": 223 }, "5414.U1.070H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U070H, Treppe Labor", "arch_name": "U070H@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 43589, "seats": { @@ -505622,18 +558215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66426, "usage_id": 223 }, "5414.U1.070M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U070M, Flur", "arch_name": "U070M@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505641,18 +558236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66428, "usage_id": 222 }, "5414.U1.070N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U070N, Treppenhaus 2", "arch_name": "U070N@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505660,18 +558257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66425, "usage_id": 223 }, "5414.U1.090": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U090, Aufzug Schacht", "arch_name": "U090@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 43589, "seats": { @@ -505679,18 +558278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66429, "usage_id": 195 }, "5414.U1.098A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U098A, HLSK Schacht 1", "arch_name": "U098A@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505698,18 +558299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66409, "usage_id": 120 }, "5414.U1.098B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U098B, HLSK Schacht 2", "arch_name": "U098B@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505717,18 +558320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66410, "usage_id": 120 }, "5414.U1.098C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U098C, ELT", "arch_name": "U098C@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38541, "seats": { @@ -505736,18 +558341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66411, "usage_id": 160 }, "5414.U1.098D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 4a", "zip_code": 85748 }, + "alt_name": "U098D, HLSK Schacht 3", "arch_name": "U098D@5414", "area_id": 36, "building_id": 1670, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38541, "seats": { @@ -505755,18 +558362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66413, "usage_id": 120 }, "5415.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.003, Kommunikationsraum", "arch_name": "01.003@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -505774,18 +558383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71234, "usage_id": 196 }, "5415.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.004, Teek\u00fcche", "arch_name": "01.004@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -505793,18 +558404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71235, "usage_id": 198 }, "5415.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.005, Prof.-B\u00fcro", "arch_name": "01.005@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 23185, "seats": { @@ -505812,18 +558425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71232, "usage_id": 12 }, "5415.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.006, Sekretariat", "arch_name": "01.006@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -505831,18 +558446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71161, "usage_id": 40 }, "5415.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.007, Prof.-B\u00fcro", "arch_name": "01.007@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -505850,18 +558467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71121, "usage_id": 12 }, "5415.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.008, Prof.-B\u00fcro", "arch_name": "01.008@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -505869,18 +558488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71122, "usage_id": 12 }, "5415.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.009, B\u00fcro", "arch_name": "01.009@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -505888,18 +558509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71125, "usage_id": 12 }, "5415.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.010, Prof.-B\u00fcro", "arch_name": "01.010@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -505907,18 +558530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71126, "usage_id": 12 }, "5415.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.011, Sekretariat", "arch_name": "01.011@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -505926,18 +558551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71127, "usage_id": 40 }, "5415.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.012, B\u00fcro", "arch_name": "01.012@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -505945,18 +558572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71128, "usage_id": 12 }, "5415.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.013, B\u00fcro", "arch_name": "01.013@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -505964,18 +558593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71129, "usage_id": 12 }, "5415.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.014, B\u00fcro", "arch_name": "01.014@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -505983,18 +558614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71130, "usage_id": 12 }, "5415.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.015, B\u00fcro", "arch_name": "01.015@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -506002,18 +558635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71256, "usage_id": 12 }, "5415.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.016, Rheameter S2 Messraum", "arch_name": "01.016@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -506021,18 +558656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71257, "usage_id": 103 }, "5415.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.017, Kopierraum", "arch_name": "01.017@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -506040,18 +558677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71258, "usage_id": 110 }, "5415.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.018, Mikroskopie S2", "arch_name": "01.018@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -506059,18 +558698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71164, "usage_id": 102 }, "5415.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.019, Ger\u00e4te/K\u00fchlraum", "arch_name": "01.019@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -506078,18 +558719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71165, "usage_id": 18 }, "5415.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.020, Mikrobiologie S2", "arch_name": "01.020@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -506097,18 +558740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71253, "usage_id": 102 }, "5415.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.021, Nasslabore", "arch_name": "01.021@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -506116,18 +558761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71166, "usage_id": 102 }, "5415.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.022, Labor Zellkultur S1/S2", "arch_name": "01.022@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -506135,18 +558782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71168, "usage_id": 102 }, "5415.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.023, Labor/Schreib.-/Auswertepl.", "arch_name": "01.023@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 44864, "seats": { @@ -506154,18 +558803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71259, "usage_id": 103 }, "5415.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.024, GR Chromatogra.", "arch_name": "01.024@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 23185, "seats": { @@ -506173,18 +558824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71145, "usage_id": 102 }, "5415.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.025, GR Analytik", "arch_name": "01.025@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 23185, "seats": { @@ -506192,18 +558845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71146, "usage_id": 102 }, "5415.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.026, Ger\u00e4telager", "arch_name": "01.026@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 23185, "seats": { @@ -506211,18 +558866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71255, "usage_id": 18 }, "5415.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.027, Labor Chemie/Biochemie OC", "arch_name": "01.027@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 23185, "seats": { @@ -506230,18 +558887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71170, "usage_id": 102 }, "5415.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.028, Labor /Schreib.-/Auswertepl.", "arch_name": "01.028@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 23185, "seats": { @@ -506249,18 +558908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71169, "usage_id": 103 }, "5415.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.029, Medienlabor", "arch_name": "01.029@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506268,18 +558929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71263, "usage_id": 194 }, "5415.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.030, Lager", "arch_name": "01.030@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506287,18 +558950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71178, "usage_id": 30 }, "5415.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.031, Labor Chemie/Biochemie", "arch_name": "01.031@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506306,18 +558971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71185, "usage_id": 102 }, "5415.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.032, Labor Chemie/Biochemie", "arch_name": "01.032@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506325,18 +558992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71186, "usage_id": 102 }, "5415.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.033, Labor /Schreib.-/Auswertepl.", "arch_name": "01.033@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506344,18 +559013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71264, "usage_id": 103 }, "5415.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.034, Labor Chemie/Biochemie", "arch_name": "01.034@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506363,18 +559034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71148, "usage_id": 102 }, "5415.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.035, Labor Chemie/Biochemie", "arch_name": "01.035@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506382,18 +559055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71150, "usage_id": 102 }, "5415.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.037, Kopierraum", "arch_name": "01.037@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506401,18 +559076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71266, "usage_id": 110 }, "5415.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.038, Mikrobiologie S2", "arch_name": "01.038@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506420,18 +559097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71317, "usage_id": 102 }, "5415.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.039, Labor Zellkultur S1", "arch_name": "01.039@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506439,18 +559118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71189, "usage_id": 102 }, "5415.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.040, Labor Chemie/Biochemie", "arch_name": "01.040@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506458,18 +559139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71190, "usage_id": 102 }, "5415.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.041, Putzmittel", "arch_name": "01.041@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506477,18 +559160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71183, "usage_id": 205 }, "5415.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.042, Kopierraum", "arch_name": "01.042@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -506496,18 +559181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71152, "usage_id": 110 }, "5415.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.043, B\u00fcro", "arch_name": "01.043@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 23185, "seats": { @@ -506515,18 +559202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71160, "usage_id": 12 }, "5415.01.070": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.070, WC-Vorraum Damen", "arch_name": "01.070@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506534,18 +559223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71179, "usage_id": 118 }, "5415.01.071": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.071, WC-Damen", "arch_name": "01.071@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506553,18 +559244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71180, "usage_id": 116 }, "5415.01.072": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.072, Dusche", "arch_name": "01.072@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506572,18 +559265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71151, "usage_id": 116 }, "5415.01.073": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.073, WC-Vorraum Herren", "arch_name": "01.073@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506591,18 +559286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71181, "usage_id": 118 }, "5415.01.074": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.074, WC-Herren", "arch_name": "01.074@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506610,18 +559307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71182, "usage_id": 115 }, "5415.01.701A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.701A, Flur", "arch_name": "01.701A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506629,18 +559328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71233, "usage_id": 222 }, "5415.01.701B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.701B, Flur", "arch_name": "01.701B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506648,18 +559349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71123, "usage_id": 222 }, "5415.01.701C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.701C, Flur", "arch_name": "01.701C@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506667,18 +559370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71153, "usage_id": 222 }, "5415.01.702": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.702, Schacht Personenaufzug", "arch_name": "01.702@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506686,18 +559391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71124, "usage_id": 195 }, "5415.01.710": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.710, Treppenhaus", "arch_name": "01.710@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506705,18 +559412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71162, "usage_id": 223 }, "5415.01.711A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.711A, Flur", "arch_name": "01.711A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506724,18 +559433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71147, "usage_id": 222 }, "5415.01.711B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.711B, Gardarobe", "arch_name": "01.711B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506743,18 +559454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71254, "usage_id": 121 }, "5415.01.712": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.712, Flur", "arch_name": "01.712@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506762,18 +559475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71167, "usage_id": 222 }, "5415.01.720": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.720, Treppenhaus", "arch_name": "01.720@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506781,18 +559496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71175, "usage_id": 223 }, "5415.01.721": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.721, Schacht Lastenaufzug", "arch_name": "01.721@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506800,18 +559517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71261, "usage_id": 195 }, "5415.01.722": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.722, Flur", "arch_name": "01.722@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506819,18 +559538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71174, "usage_id": 222 }, "5415.01.723": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.723, Flur", "arch_name": "01.723@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506838,18 +559559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71144, "usage_id": 222 }, "5415.01.724": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.724, Flur", "arch_name": "01.724@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506857,18 +559580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71149, "usage_id": 222 }, "5415.01.725": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.725, Flur", "arch_name": "01.725@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506876,18 +559601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71265, "usage_id": 222 }, "5415.01.730": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.730, Treppenhaus", "arch_name": "01.730@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506895,18 +559622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71230, "usage_id": 223 }, "5415.01.731": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.731, Flur", "arch_name": "01.731@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506914,18 +559643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71120, "usage_id": 222 }, "5415.01.732A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.732A, Flur", "arch_name": "01.732A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506933,18 +559664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71188, "usage_id": 222 }, "5415.01.732B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.732B, Gardarobe", "arch_name": "01.732B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506952,18 +559685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71187, "usage_id": 121 }, "5415.01.732C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.732C, Gardarobe", "arch_name": "01.732C@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -506971,18 +559706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71267, "usage_id": 121 }, "5415.01.812": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.812, Technik EDV", "arch_name": "01.812@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -506990,18 +559727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71143, "usage_id": 120 }, "5415.01.832": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.832, Technik EDV", "arch_name": "01.832@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -507009,18 +559748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71184, "usage_id": 120 }, "5415.01.910": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.910, Technik Schacht", "arch_name": "01.910@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -507028,18 +559769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71163, "usage_id": 120 }, "5415.01.911": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.911, Technik Schacht", "arch_name": "01.911@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -507047,18 +559790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71260, "usage_id": 120 }, "5415.01.920A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.920A, Technik Schacht", "arch_name": "01.920A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -507066,18 +559811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71176, "usage_id": 120 }, "5415.01.920B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.920B, Technik Schacht", "arch_name": "01.920B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -507085,18 +559832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71177, "usage_id": 120 }, "5415.01.921": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.921, Technik Schacht", "arch_name": "01.921@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -507104,18 +559853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71262, "usage_id": 120 }, "5415.01.930": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "01.930, Technik Schacht", "arch_name": "01.930@5415", "area_id": 36, "building_id": 2729, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -507123,18 +559874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71231, "usage_id": 120 }, "5415.02.003": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.003, Besprechungsraum", "arch_name": "02.003@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507142,18 +559895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71236, "usage_id": 196 }, "5415.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.004, Teek\u00fcche", "arch_name": "02.004@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507161,18 +559916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71237, "usage_id": 198 }, "5415.02.005": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.005, B\u00fcro", "arch_name": "02.005@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507180,18 +559937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71193, "usage_id": 12 }, "5415.02.006": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.006, B\u00fcro", "arch_name": "02.006@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507199,18 +559958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71194, "usage_id": 12 }, "5415.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.007, B\u00fcro", "arch_name": "02.007@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507218,18 +559979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71195, "usage_id": 12 }, "5415.02.008": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.008, B\u00fcro", "arch_name": "02.008@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507237,19 +560000,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71196, "usage_id": 12 }, "5415.02.009": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.009, B\u00fcro", "arch_name": "02.009@5415", "area_id": 36, "building_id": 2729, "calendar_resource_nr": 33572, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -507257,19 +560022,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71270, "usage_id": 12 }, "5415.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.010, B\u00fcro", "arch_name": "02.010@5415", "area_id": 36, "building_id": 2729, "calendar_resource_nr": 33573, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -507277,19 +560044,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71271, "usage_id": 12 }, "5415.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.011, B\u00fcro", "arch_name": "02.011@5415", "area_id": 36, "building_id": 2729, "calendar_resource_nr": 33574, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -507297,19 +560066,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71268, "usage_id": 12 }, "5415.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.012, B\u00fcro", "arch_name": "02.012@5415", "area_id": 36, "building_id": 2729, "calendar_resource_nr": 33575, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -507317,19 +560088,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71269, "usage_id": 12 }, "5415.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.013, B\u00fcro", "arch_name": "02.013@5415", "area_id": 36, "building_id": 2729, "calendar_resource_nr": 33576, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -507337,18 +560110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71238, "usage_id": 12 }, "5415.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.014, B\u00fcro", "arch_name": "02.014@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -507356,18 +560131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71239, "usage_id": 12 }, "5415.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.015, B\u00fcro", "arch_name": "02.015@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507375,18 +560152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71154, "usage_id": 12 }, "5415.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.016, Labor GR Analytik", "arch_name": "02.016@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507394,18 +560173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71241, "usage_id": 103 }, "5415.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.017, GR Spektrometer", "arch_name": "02.017@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507413,18 +560194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71242, "usage_id": 103 }, "5415.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.018, Kopierraum", "arch_name": "02.018@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507432,18 +560215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71091, "usage_id": 110 }, "5415.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.019, GR Zentrifugen", "arch_name": "02.019@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507451,18 +560236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71321, "usage_id": 102 }, "5415.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.020, K\u00fchlraum", "arch_name": "02.020@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507470,18 +560257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71322, "usage_id": 30 }, "5415.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.021, Nasslabor", "arch_name": "02.021@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507489,18 +560278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71205, "usage_id": 102 }, "5415.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.022, Labor/Schreib.-/Auswertepl.", "arch_name": "02.022@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507508,18 +560299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71201, "usage_id": 103 }, "5415.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.023, Lichtmikroskopie", "arch_name": "02.023@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507527,18 +560320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71171, "usage_id": 102 }, "5415.02.024": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.024, GR Mikrobiologie", "arch_name": "02.024@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507546,18 +560341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71172, "usage_id": 102 }, "5415.02.025": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.025, K\u00fchlraum", "arch_name": "02.025@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507565,18 +560362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71173, "usage_id": 30 }, "5415.02.026": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.026, Nasslabor", "arch_name": "02.026@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507584,18 +560383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71206, "usage_id": 102 }, "5415.02.027": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.027, Eukaryotisch 1", "arch_name": "02.027@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507603,18 +560404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71092, "usage_id": 102 }, "5415.02.028": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.028, Labor/Schreib.-/Auswertepl.", "arch_name": "02.028@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507622,18 +560425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71203, "usage_id": 103 }, "5415.02.029": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.029, Medienlabor", "arch_name": "02.029@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507641,18 +560446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71375, "usage_id": 103 }, "5415.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.030, GR Mikrobiologie", "arch_name": "02.030@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507660,18 +560467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71319, "usage_id": 102 }, "5415.02.031A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.031A, Generatorraum", "arch_name": "02.031A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -507679,18 +560488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71329, "usage_id": 120 }, "5415.02.031B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.031B, Technik", "arch_name": "02.031B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -507698,18 +560509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71302, "usage_id": 120 }, "5415.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.032, OC Labor", "arch_name": "02.032@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507717,18 +560530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71359, "usage_id": 103 }, "5415.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.033, Labor/Schreib.-/Auswertepl.", "arch_name": "02.033@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507736,18 +560551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71320, "usage_id": 103 }, "5415.02.034": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.034, K\u00fchlzelle", "arch_name": "02.034@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507755,18 +560572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71376, "usage_id": 30 }, "5415.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.035, Lager", "arch_name": "02.035@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507774,18 +560593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71291, "usage_id": 30 }, "5415.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.037, Kopierraum", "arch_name": "02.037@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507793,18 +560614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71357, "usage_id": 110 }, "5415.02.038A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.038A, Radionuklidlabor", "arch_name": "02.038A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507812,18 +560635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71303, "usage_id": 102 }, "5415.02.038B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.038B, Radionuklidlabor", "arch_name": "02.038B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -507831,18 +560656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71304, "usage_id": 102 }, "5415.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.039, GR Mikrobiologie", "arch_name": "02.039@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507850,18 +560677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71305, "usage_id": 102 }, "5415.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.040, Nasslabor Biochemie", "arch_name": "02.040@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507869,18 +560698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71360, "usage_id": 102 }, "5415.02.041": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.041, Putzraum", "arch_name": "02.041@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -507888,18 +560719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71299, "usage_id": 205 }, "5415.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.042, B\u00fcro", "arch_name": "02.042@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507907,18 +560740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71361, "usage_id": 12 }, "5415.02.043": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.043, Kopierraum", "arch_name": "02.043@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507926,18 +560761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71295, "usage_id": 110 }, "5415.02.044": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.044, B\u00fcro", "arch_name": "02.044@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14714, "seats": { @@ -507945,18 +560782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71306, "usage_id": 12 }, "5415.02.070": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.070, WC-Vorraum Damen", "arch_name": "02.070@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -507964,18 +560803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71293, "usage_id": 118 }, "5415.02.071": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.071, WC-Damen", "arch_name": "02.071@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -507983,18 +560824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71297, "usage_id": 116 }, "5415.02.072": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.072, Dusche", "arch_name": "02.072@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508002,18 +560845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71294, "usage_id": 113 }, "5415.02.073": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.073, WC-Vorraum Herren", "arch_name": "02.073@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508021,18 +560866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71292, "usage_id": 118 }, "5415.02.074": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.074, WC-Herren", "arch_name": "02.074@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508040,18 +560887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71296, "usage_id": 115 }, "5415.02.701A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.701A, Flur", "arch_name": "02.701A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508059,18 +560908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71198, "usage_id": 222 }, "5415.02.701B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.701B, Flur", "arch_name": "02.701B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508078,18 +560929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71197, "usage_id": 222 }, "5415.02.701C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.701C, Flur", "arch_name": "02.701C@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508097,18 +560950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71272, "usage_id": 222 }, "5415.02.702": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.702, Schacht Personenaufzug", "arch_name": "02.702@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508116,18 +560971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71273, "usage_id": 195 }, "5415.02.710": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.710, Treppenhaus", "arch_name": "02.710@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508135,18 +560992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71155, "usage_id": 223 }, "5415.02.711": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.711, Flur", "arch_name": "02.711@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508154,18 +561013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71199, "usage_id": 222 }, "5415.02.711B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.711B, Gardarobe", "arch_name": "02.711B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508173,18 +561034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71200, "usage_id": 121 }, "5415.02.712": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.712, Flur", "arch_name": "02.712@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508192,18 +561055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71202, "usage_id": 222 }, "5415.02.720": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.720, Treppenhaus", "arch_name": "02.720@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508211,18 +561076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71318, "usage_id": 223 }, "5415.02.721": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.721, Schacht Lastenaufzug", "arch_name": "02.721@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508230,18 +561097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71374, "usage_id": 195 }, "5415.02.722": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.722, Flur", "arch_name": "02.722@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508249,18 +561118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71204, "usage_id": 222 }, "5415.02.723": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.723, Flur", "arch_name": "02.723@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508268,18 +561139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71290, "usage_id": 222 }, "5415.02.724": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.724, Flur", "arch_name": "02.724@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508287,18 +561160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71373, "usage_id": 222 }, "5415.02.725": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.725, Flur", "arch_name": "02.725@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508306,18 +561181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71338, "usage_id": 222 }, "5415.02.730": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.730, Treppenhaus", "arch_name": "02.730@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508325,18 +561202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71307, "usage_id": 223 }, "5415.02.731": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.731, Flur", "arch_name": "02.731@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508344,18 +561223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71191, "usage_id": 222 }, "5415.02.732A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.732A, Flur", "arch_name": "02.732A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508363,18 +561244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71300, "usage_id": 222 }, "5415.02.732B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.732B, Gardarobe", "arch_name": "02.732B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508382,18 +561265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71301, "usage_id": 121 }, "5415.02.732C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.732C, Gardarobe", "arch_name": "02.732C@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -508401,18 +561286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71358, "usage_id": 121 }, "5415.02.812": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.812, Technik EDV", "arch_name": "02.812@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -508420,18 +561307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71093, "usage_id": 120 }, "5415.02.832": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.832, Technik EDV", "arch_name": "02.832@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -508439,18 +561328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71298, "usage_id": 120 }, "5415.02.910": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.910, Technik Schacht", "arch_name": "02.910@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -508458,18 +561349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71156, "usage_id": 120 }, "5415.02.911": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.911, Technik Schacht", "arch_name": "02.911@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -508477,18 +561370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71240, "usage_id": 120 }, "5415.02.920A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.920A, Technik Schacht", "arch_name": "02.920A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -508496,18 +561391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71370, "usage_id": 120 }, "5415.02.920B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.920B, Technik Schacht", "arch_name": "02.920B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -508515,18 +561412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71371, "usage_id": 120 }, "5415.02.921": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.921, Technik Schacht", "arch_name": "02.921@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -508534,18 +561433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71372, "usage_id": 120 }, "5415.02.930": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "02.930, Technik Schacht", "arch_name": "02.930@5415", "area_id": 36, "building_id": 2729, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -508553,18 +561454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71308, "usage_id": 120 }, "5415.03.003": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.003, Besprechungsraum", "arch_name": "03.003@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508572,18 +561475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71278, "usage_id": 196 }, "5415.03.004": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.004, Teek\u00fcche", "arch_name": "03.004@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508591,18 +561496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71279, "usage_id": 198 }, "5415.03.005": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.005, B\u00fcro", "arch_name": "03.005@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -508610,18 +561517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71309, "usage_id": 12 }, "5415.03.006": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.006, B\u00fcro", "arch_name": "03.006@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 16210, "seats": { @@ -508629,18 +561538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71362, "usage_id": 12 }, "5415.03.007": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.007, Sozialraum", "arch_name": "03.007@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508648,18 +561559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71363, "usage_id": 44 }, "5415.03.008": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.008, B\u00fcro", "arch_name": "03.008@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 16210, "seats": { @@ -508667,18 +561580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71323, "usage_id": 12 }, "5415.03.009": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.009, B\u00fcro", "arch_name": "03.009@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 16210, "seats": { @@ -508686,18 +561601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71325, "usage_id": 12 }, "5415.03.010": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.010, B\u00fcro", "arch_name": "03.010@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508705,18 +561622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71364, "usage_id": 12 }, "5415.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.011, B\u00fcro", "arch_name": "03.011@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508724,18 +561643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71365, "usage_id": 12 }, "5415.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.012, B\u00fcro", "arch_name": "03.012@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508743,18 +561664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71310, "usage_id": 12 }, "5415.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.013, B\u00fcro", "arch_name": "03.013@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 16210, "seats": { @@ -508762,18 +561685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71311, "usage_id": 12 }, "5415.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.014, B\u00fcro", "arch_name": "03.014@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 16210, "seats": { @@ -508781,18 +561706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71274, "usage_id": 12 }, "5415.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.015, B\u00fcro", "arch_name": "03.015@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 16210, "seats": { @@ -508800,18 +561727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71275, "usage_id": 12 }, "5415.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.016, Kopierraum", "arch_name": "03.016@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 16210, "seats": { @@ -508819,18 +561748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71276, "usage_id": 110 }, "5415.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.018, K\u00fchlraum", "arch_name": "03.018@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508838,18 +561769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72008, "usage_id": 199 }, "5415.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.019, Zellkultur S1", "arch_name": "03.019@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508857,18 +561790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71313, "usage_id": 102 }, "5415.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.020, Nasslabor", "arch_name": "03.020@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508876,18 +561811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71394, "usage_id": 102 }, "5415.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.021, Labor/Schreib.-/Auswertepl.", "arch_name": "03.021@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508895,18 +561832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71277, "usage_id": 103 }, "5415.03.022": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.022, Medienlabor", "arch_name": "03.022@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508914,18 +561853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71377, "usage_id": 103 }, "5415.03.023B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.023B, K\u00fchlschr\u00e4nke", "arch_name": "03.023B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508933,18 +561874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71332, "usage_id": 30 }, "5415.03.024": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.024, Nasslabor", "arch_name": "03.024@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508952,18 +561895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71396, "usage_id": 102 }, "5415.03.025": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.025, GR Mikrobiologie", "arch_name": "03.025@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508971,18 +561916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71314, "usage_id": 102 }, "5415.03.026": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.026, Labor/Schreib.-/Auswertepl.", "arch_name": "03.026@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -508990,18 +561937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71392, "usage_id": 103 }, "5415.03.027": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.027, GR Zentrifugen", "arch_name": "03.027@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509009,18 +561958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71282, "usage_id": 102 }, "5415.03.028": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.028, MBi Brutraum", "arch_name": "03.028@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509028,18 +561979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71379, "usage_id": 102 }, "5415.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.025, Mikroskopie", "arch_name": "03.025@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509047,18 +562000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71334, "usage_id": 102 }, "5415.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.031, Lager/Verbrauchsmaterial", "arch_name": "03.031@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509066,18 +562021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71382, "usage_id": 30 }, "5415.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.032, chromatographie", "arch_name": "03.032@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509085,18 +562042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71345, "usage_id": 103 }, "5415.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.033, GR Analytik", "arch_name": "03.033@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509104,18 +562063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71284, "usage_id": 103 }, "5415.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.034, Mikroskopie", "arch_name": "03.034@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509123,18 +562084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71285, "usage_id": 102 }, "5415.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.035, Mikroskopie", "arch_name": "03.035@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509142,18 +562105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71286, "usage_id": 102 }, "5415.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.036, Mikroskopie", "arch_name": "03.036@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509161,18 +562126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71287, "usage_id": 102 }, "5415.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.037, Fluoreszenzmikroskopie", "arch_name": "03.037@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509180,18 +562147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71336, "usage_id": 102 }, "5415.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.039, Optische Fa.", "arch_name": "03.039@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509199,18 +562168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71383, "usage_id": 103 }, "5415.03.041": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.041, Optische Fa.", "arch_name": "03.041@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509218,18 +562189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71384, "usage_id": 103 }, "5415.03.043": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.043, Mikroskopie", "arch_name": "03.043@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509237,18 +562210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71288, "usage_id": 102 }, "5415.03.044": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.044, Fluoreszenzmikroskopie", "arch_name": "03.044@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509256,18 +562231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71388, "usage_id": 102 }, "5415.03.046": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.046, Mikroskopie", "arch_name": "03.046@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509275,18 +562252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71289, "usage_id": 102 }, "5415.03.047": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.047, Mikroskopie", "arch_name": "03.047@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509294,18 +562273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71330, "usage_id": 102 }, "5415.03.048": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.048, AFM", "arch_name": "03.048@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509313,18 +562294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71337, "usage_id": 103 }, "5415.03.049": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.049, Mikro. Praktikum", "arch_name": "03.049@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509332,18 +562315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71331, "usage_id": 212 }, "5415.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.050, Mikroskopie", "arch_name": "03.050@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509351,18 +562336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71346, "usage_id": 102 }, "5415.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.051, Mikroskopie", "arch_name": "03.051@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509370,18 +562357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71347, "usage_id": 102 }, "5415.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.052, B\u00fcro", "arch_name": "03.052@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 16210, "seats": { @@ -509389,18 +562378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71348, "usage_id": 12 }, "5415.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.053, Putzraum", "arch_name": "03.053@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509408,18 +562399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71342, "usage_id": 205 }, "5415.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.054, B\u00fcro", "arch_name": "03.054@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 16210, "seats": { @@ -509427,18 +562420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71349, "usage_id": 12 }, "5415.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.055, Kopierraum", "arch_name": "03.055@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509446,18 +562441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71341, "usage_id": 110 }, "5415.03.056": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.056, B\u00fcro", "arch_name": "03.056@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -509465,18 +562462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71350, "usage_id": 12 }, "5415.03.070": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.070, WC-Vorraum Damen", "arch_name": "03.070@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509484,18 +562483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71340, "usage_id": 118 }, "5415.03.071": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.071, WC-Damen", "arch_name": "03.071@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509503,18 +562504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71390, "usage_id": 116 }, "5415.03.072": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.072, Lager", "arch_name": "03.072@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 16210, "seats": { @@ -509522,18 +562525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71391, "usage_id": 30 }, "5415.03.073": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.073, WC-Vorraum Herren", "arch_name": "03.073@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509541,18 +562546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71339, "usage_id": 118 }, "5415.03.074": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.074, WC-Herren", "arch_name": "03.074@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509560,18 +562567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71389, "usage_id": 115 }, "5415.03.701A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.701A, Flur", "arch_name": "03.701A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509579,18 +562588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71280, "usage_id": 222 }, "5415.03.701B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.701B, Flur", "arch_name": "03.701B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509598,18 +562609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71324, "usage_id": 222 }, "5415.03.701C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.701C, Flur", "arch_name": "03.701C@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509617,18 +562630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71366, "usage_id": 222 }, "5415.03.702": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.702, Schacht f. Personenaufzug", "arch_name": "03.702@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509636,18 +562651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71281, "usage_id": 195 }, "5415.03.710": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.710, Treppenhaus", "arch_name": "03.710@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509655,18 +562672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71312, "usage_id": 223 }, "5415.03.711": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.711, Flur", "arch_name": "03.711@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509674,18 +562693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71368, "usage_id": 222 }, "5415.03.711B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.711B, Gardarobe", "arch_name": "03.711B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509693,18 +562714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71395, "usage_id": 121 }, "5415.03.712": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.712, Flur", "arch_name": "03.712@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509712,18 +562735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71369, "usage_id": 222 }, "5415.03.720": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.720, Treppenhaus", "arch_name": "03.720@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509731,18 +562756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71333, "usage_id": 223 }, "5415.03.721": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.721, Schacht f. Lastenaufzug", "arch_name": "03.721@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509750,18 +562777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71335, "usage_id": 195 }, "5415.03.722": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.722, Flur", "arch_name": "03.722@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509769,18 +562798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71393, "usage_id": 222 }, "5415.03.723": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.723, Flur", "arch_name": "03.723@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509788,18 +562819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71315, "usage_id": 222 }, "5415.03.724": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.724, Flur", "arch_name": "03.724@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509807,18 +562840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71283, "usage_id": 222 }, "5415.03.730": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.730, Treppenhaus", "arch_name": "03.730@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509826,18 +562861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71351, "usage_id": 223 }, "5415.03.731": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.731, Flur", "arch_name": "03.731@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -509845,18 +562882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71343, "usage_id": 222 }, "5415.03.812": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.812, Technik EDV", "arch_name": "03.812@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -509864,18 +562903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71316, "usage_id": 120 }, "5415.03.832": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.832, Technik EDV", "arch_name": "03.832@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -509883,18 +562924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71344, "usage_id": 120 }, "5415.03.910": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.910, Schacht", "arch_name": "03.910@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -509902,18 +562945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71326, "usage_id": 120 }, "5415.03.911": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.911, Schacht", "arch_name": "03.911@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -509921,18 +562966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71367, "usage_id": 120 }, "5415.03.920A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.920A, Schacht", "arch_name": "03.920A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -509940,18 +562987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71380, "usage_id": 120 }, "5415.03.920B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.920B, Schacht", "arch_name": "03.920B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -509959,18 +563008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71381, "usage_id": 120 }, "5415.03.921": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.921, Schacht", "arch_name": "03.921@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -509978,18 +563029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71378, "usage_id": 120 }, "5415.03.930": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "03.930, Schacht", "arch_name": "03.930@5415", "area_id": 36, "building_id": 2729, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -509997,18 +563050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71352, "usage_id": 120 }, "5415.DG.710": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "04.710, Treppenhaus", "arch_name": "04.710@5415", "area_id": 36, "building_id": 2729, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -510016,18 +563071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71385, "usage_id": 223 }, "5415.DG.720": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "04.720, Treppenhaus", "arch_name": "04.720@5415", "area_id": 36, "building_id": 2729, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -510035,18 +563092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71354, "usage_id": 223 }, "5415.DG.721": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "04.721, Schacht Lastenaufzug", "arch_name": "04.721@5415", "area_id": 36, "building_id": 2729, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -510054,18 +563113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71355, "usage_id": 4 }, "5415.DG.722": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "04.722, Flur", "arch_name": "04.722@5415", "area_id": 36, "building_id": 2729, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -510073,18 +563134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71328, "usage_id": 222 }, "5415.DG.723": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "04.723, Auzugsmaschinenraum", "arch_name": "04.723@5415", "area_id": 36, "building_id": 2729, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -510092,18 +563155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71327, "usage_id": 5 }, "5415.DG.810": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "04.810, L\u00fcftungszentrale", "arch_name": "04.810@5415", "area_id": 36, "building_id": 2729, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -510111,18 +563176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71387, "usage_id": 120 }, "5415.DG.811": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "04.811, Druckluftzentrale", "arch_name": "04.811@5415", "area_id": 36, "building_id": 2729, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -510130,18 +563197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71353, "usage_id": 120 }, "5415.DG.812": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "04.812, Technikzentrale", "arch_name": "04.812@5415", "area_id": 36, "building_id": 2729, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -510149,18 +563218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71356, "usage_id": 120 }, "5415.DG.813": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "04.813, Aussenluftansaugung", "arch_name": "04.813@5415", "area_id": 36, "building_id": 2729, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -510168,19 +563239,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71386, "usage_id": 120 }, "5415.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.003, Cafereria", "arch_name": "EG.003@5415", "area_id": 36, "building_id": 2729, "calendar_resource_nr": 32992, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510188,18 +563261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71220, "usage_id": 139 }, "5415.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.004, Teek\u00fcche", "arch_name": "EG.004@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510207,18 +563282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71094, "usage_id": 198 }, "5415.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.005, Erste Hilfe-Raum", "arch_name": "EG.005@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510226,19 +563303,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71095, "usage_id": 178 }, "5415.EG.006A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.006A, Konferenzraum", "arch_name": "EG.006A@5415", "area_id": 36, "building_id": 2729, "calendar_resource_nr": 31732, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510246,19 +563325,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71099, "usage_id": 142 }, "5415.EG.006B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.006B, Konferenzraum", "arch_name": "EG.006B@5415", "area_id": 36, "building_id": 2729, "calendar_resource_nr": 31733, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510266,18 +563347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71224, "usage_id": 142 }, "5415.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.007, Lager/Abstellraum", "arch_name": "EG.007@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510285,18 +563368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71137, "usage_id": 30 }, "5415.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.008, Labor Chemie/Biochemie", "arch_name": "EG.008@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510304,18 +563389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71132, "usage_id": 102 }, "5415.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.009, Labor Auswertungen", "arch_name": "EG.009@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510323,18 +563410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71097, "usage_id": 103 }, "5415.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.010, Fluor.-mikr.STED", "arch_name": "EG.010@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510342,18 +563431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71100, "usage_id": 194 }, "5415.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.011, Optische Fallen kl.1", "arch_name": "EG.011@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510361,18 +563452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71101, "usage_id": 103 }, "5415.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.012, Optische Fallen kl.2", "arch_name": "EG.012@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510380,18 +563473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71102, "usage_id": 103 }, "5415.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.013, Messlabor Analytik NMR", "arch_name": "EG.013@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510399,18 +563494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71207, "usage_id": 103 }, "5415.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.014, Versorg.raum Laser", "arch_name": "EG.014@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -510418,18 +563515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71103, "usage_id": 194 }, "5415.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.015, Optische Fallen gr.3", "arch_name": "EG.015@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510437,18 +563536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71104, "usage_id": 103 }, "5415.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.016, Optische Fallen gr.2", "arch_name": "EG.016@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -510456,18 +563557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71211, "usage_id": 103 }, "5415.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.017, Optische Fallen gr.1", "arch_name": "EG.017@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -510475,18 +563578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71212, "usage_id": 103 }, "5415.EG.018A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.018A, Elektronenmikroskop", "arch_name": "EG.018A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510494,18 +563599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71209, "usage_id": 103 }, "5415.EG.018B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.018B, EM-Service", "arch_name": "EG.018B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510513,18 +563620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71213, "usage_id": 103 }, "5415.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.019, Massenspektroskopie", "arch_name": "EG.019@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -510532,18 +563641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71214, "usage_id": 103 }, "5415.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.021, Probenpr\u00e4paration", "arch_name": "EG.021@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 50301, "seats": { @@ -510551,18 +563662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71210, "usage_id": 102 }, "5415.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.022, Lichtmikroskopie", "arch_name": "EG.022@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 50301, "seats": { @@ -510570,18 +563683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71098, "usage_id": 103 }, "5415.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.023, Ultrazentrifuge", "arch_name": "EG.023@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -510589,18 +563704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71138, "usage_id": 103 }, "5415.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.024, Fluoreszenzmikr.", "arch_name": "EG.024@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -510608,18 +563725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71105, "usage_id": 194 }, "5415.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.026, Werkstatt", "arch_name": "EG.026@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -510627,18 +563746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71108, "usage_id": 51 }, "5415.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.027, Poststelle/WA Chemie", "arch_name": "EG.027@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510646,18 +563767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71225, "usage_id": 180 }, "5415.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.028, M\u00fclllager", "arch_name": "EG.028@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510665,18 +563788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71218, "usage_id": 30 }, "5415.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.029, Lager", "arch_name": "EG.029@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 21453, "seats": { @@ -510684,18 +563809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71142, "usage_id": 30 }, "5415.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.030, Lager", "arch_name": "EG.030@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14713, "seats": { @@ -510703,18 +563830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71157, "usage_id": 30 }, "5415.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.031, Serverraum", "arch_name": "EG.031@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510722,18 +563851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71248, "usage_id": 207 }, "5415.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.032, Lager", "arch_name": "EG.032@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14712, "seats": { @@ -510741,18 +563872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71158, "usage_id": 30 }, "5415.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.033, B\u00fcro", "arch_name": "EG.033@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 50301, "seats": { @@ -510760,18 +563893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71226, "usage_id": 12 }, "5415.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.034, B\u00fcro", "arch_name": "EG.034@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 50301, "seats": { @@ -510779,18 +563914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71227, "usage_id": 12 }, "5415.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.035, B\u00fcro", "arch_name": "EG.035@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 50301, "seats": { @@ -510798,18 +563935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71228, "usage_id": 12 }, "5415.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.036, B\u00fcro", "arch_name": "EG.036@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 50301, "seats": { @@ -510817,18 +563956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71219, "usage_id": 12 }, "5415.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.037, Sekretariat", "arch_name": "EG.037@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 50301, "seats": { @@ -510836,18 +563977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71243, "usage_id": 40 }, "5415.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.038, B\u00fcro", "arch_name": "EG.038@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16218, "seats": { @@ -510855,18 +563998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71244, "usage_id": 12 }, "5415.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.039, B\u00fcro", "arch_name": "EG.039@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16218, "seats": { @@ -510874,18 +564019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71245, "usage_id": 12 }, "5415.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.040, B\u00fcro", "arch_name": "EG.040@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16218, "seats": { @@ -510893,18 +564040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71246, "usage_id": 12 }, "5415.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.041, Putzraum", "arch_name": "EG.041@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -510912,18 +564061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71118, "usage_id": 205 }, "5415.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.042, B\u00fcro", "arch_name": "EG.042@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16218, "seats": { @@ -510931,18 +564082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71109, "usage_id": 12 }, "5415.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.043, Kopierraum", "arch_name": "EG.043@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -510950,18 +564103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71117, "usage_id": 110 }, "5415.EG.044": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.044, B\u00fcro", "arch_name": "EG.044@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16218, "seats": { @@ -510969,18 +564124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71110, "usage_id": 12 }, "5415.EG.045": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.045, B\u00fcro", "arch_name": "EG.045@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16218, "seats": { @@ -510988,18 +564145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71111, "usage_id": 12 }, "5415.EG.046": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.046, Prof.-B\u00fcro", "arch_name": "EG.046@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16218, "seats": { @@ -511007,18 +564166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71247, "usage_id": 12 }, "5415.EG.047": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.047, Sekretariat", "arch_name": "EG.047@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16218, "seats": { @@ -511026,18 +564187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71115, "usage_id": 40 }, "5415.EG.048": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.048, B\u00fcro", "arch_name": "EG.048@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 16218, "seats": { @@ -511045,18 +564208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71116, "usage_id": 12 }, "5415.EG.049A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.049A, HAR", "arch_name": "EG.049A@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -511064,18 +564229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71192, "usage_id": 120 }, "5415.EG.070": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.070, WC-Vorraum Damen", "arch_name": "EG.070@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511083,18 +564250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71249, "usage_id": 118 }, "5415.EG.071": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.071, WC-Damen", "arch_name": "EG.071@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511102,18 +564271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71250, "usage_id": 116 }, "5415.EG.072": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.072, Lager", "arch_name": "EG.072@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 49597, "seats": { @@ -511121,18 +564292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71229, "usage_id": 30 }, "5415.EG.073": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.073, WC-Vorraum Herren", "arch_name": "EG.073@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511140,18 +564313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71251, "usage_id": 118 }, "5415.EG.074": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.074, WC-Herren", "arch_name": "EG.074@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511159,18 +564334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71252, "usage_id": 115 }, "5415.EG.075": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.075, Beh.-WC", "arch_name": "EG.075@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511178,18 +564355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71223, "usage_id": 117 }, "5415.EG.701": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.701, Foyer", "arch_name": "EG.701@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511197,18 +564376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71221, "usage_id": 222 }, "5415.EG.702": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.702, Personenaufzug", "arch_name": "EG.702@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511216,18 +564397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71222, "usage_id": 4 }, "5415.EG.703": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.703, Windfang", "arch_name": "EG.703@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511235,18 +564418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71133, "usage_id": 52 }, "5415.EG.710": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.710, Treppenhaus West", "arch_name": "EG.710@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511254,18 +564439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71096, "usage_id": 223 }, "5415.EG.711": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.711, Flur", "arch_name": "EG.711@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511273,18 +564460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71135, "usage_id": 222 }, "5415.EG.720": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.720, Treppenhaus Nord", "arch_name": "EG.720@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511292,18 +564481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71106, "usage_id": 223 }, "5415.EG.721": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.721, Lastenaufzug", "arch_name": "EG.721@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511311,18 +564502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71216, "usage_id": 4 }, "5415.EG.722": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.722, Flur", "arch_name": "EG.722@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511330,18 +564523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71141, "usage_id": 222 }, "5415.EG.723": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.723, Flur", "arch_name": "EG.723@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511349,18 +564544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71215, "usage_id": 222 }, "5415.EG.730": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.730, Treppenhaus S\u00fcd", "arch_name": "EG.730@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511368,18 +564565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71113, "usage_id": 223 }, "5415.EG.731": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.731, Flur", "arch_name": "EG.731@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511387,18 +564586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71159, "usage_id": 222 }, "5415.EG.732": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.732, Flur", "arch_name": "EG.732@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -511406,18 +564607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71114, "usage_id": 222 }, "5415.EG.811": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.811, Technik BMZ", "arch_name": "EG.811@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -511425,18 +564628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71136, "usage_id": 120 }, "5415.EG.812": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.812, Technik EDV", "arch_name": "EG.812@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -511444,18 +564649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71134, "usage_id": 120 }, "5415.EG.814": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.814, Technik ZBV", "arch_name": "EG.814@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -511463,18 +564670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71208, "usage_id": 120 }, "5415.EG.821": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.821, Technik W\u00e4rme/K\u00e4lte/Wasser", "arch_name": "EG.821@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -511482,18 +564691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71107, "usage_id": 120 }, "5415.EG.822": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.822, Technik Aufzugsmaschinenraum", "arch_name": "EG.822@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -511501,18 +564712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71217, "usage_id": 5 }, "5415.EG.830": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.830, Technik EDV", "arch_name": "EG.830@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -511520,18 +564733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71119, "usage_id": 120 }, "5415.EG.910": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.910, Technik Schacht", "arch_name": "EG.910@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -511539,18 +564754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71131, "usage_id": 120 }, "5415.EG.920B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.920B, Technik Schacht", "arch_name": "EG.920B@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -511558,18 +564775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71140, "usage_id": 120 }, "5415.EG.930": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ernst-Otto-Fischer-Str. 8", "zip_code": 85748 }, + "alt_name": "EG.930, Technik Schacht", "arch_name": "EG.930@5415", "area_id": 36, "building_id": 2729, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -511577,19 +564796,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71112, "usage_id": 120 }, "5416.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "003, H\u00f6rsaal 2, \"Interims II\"", "arch_name": "003@5416", "area_id": 36, "building_id": 2269, "calendar_resource_nr": 29592, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -511597,19 +564818,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68981, "usage_id": 20 }, "5416.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "004, H\u00f6rsaal 1, J\u00fcrgen-Manchot-H\u00f6rsaal", "arch_name": "004@5416", "area_id": 36, "building_id": 2269, "calendar_resource_nr": 29593, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -511617,18 +564840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68973, "usage_id": 20 }, "5416.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "101, Flur/Eingangsbereich HS", "arch_name": "101@5416", "area_id": 36, "building_id": 2269, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -511636,18 +564861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69242, "usage_id": 222 }, "5416.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "102, Technik", "arch_name": "102@5416", "area_id": 36, "building_id": 2269, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -511655,18 +564882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69243, "usage_id": 120 }, "5416.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "001, Foyer/Eingangshalle", "arch_name": "001@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -511674,18 +564903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68935, "usage_id": 15 }, "5416.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "001A, Foyer/Windfang", "arch_name": "001A@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -511693,18 +564924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68936, "usage_id": 52 }, "5416.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "002, Flur", "arch_name": "002@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -511712,18 +564945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68967, "usage_id": 222 }, "5416.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "005, WC-Vorraum Damen u. Herren", "arch_name": "005@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -511731,18 +564966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68976, "usage_id": 115 }, "5416.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "006, WC-Herren", "arch_name": "006@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -511750,18 +564987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68977, "usage_id": 115 }, "5416.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "007, WC-Beh.", "arch_name": "007@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -511769,18 +565008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68968, "usage_id": 117 }, "5416.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "008, Putzraum", "arch_name": "008@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -511788,18 +565029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68969, "usage_id": 205 }, "5416.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "009, Technik", "arch_name": "009@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -511807,18 +565050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68937, "usage_id": 120 }, "5416.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "010, IT/Audio", "arch_name": "010@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -511826,18 +565071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68978, "usage_id": 153 }, "5416.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "011, Hausanschlussraum", "arch_name": "011@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -511845,18 +565092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68947, "usage_id": 120 }, "5416.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "012, WC-Vorraum Damen", "arch_name": "012@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -511864,18 +565113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68970, "usage_id": 118 }, "5416.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "013, WC-Damen", "arch_name": "013@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -511883,18 +565134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68938, "usage_id": 116 }, "5416.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "014, Si-Bel", "arch_name": "014@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -511902,18 +565155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68971, "usage_id": 120 }, "5416.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "017, Lager", "arch_name": "017@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -511921,18 +565176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68972, "usage_id": 30 }, "5416.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "016, Technik", "arch_name": "016@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -511940,18 +565197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68948, "usage_id": 120 }, "5416.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "017, Lager", "arch_name": "017@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -511959,18 +565218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69270, "usage_id": 30 }, "5416.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 2b", "zip_code": 85748 }, + "alt_name": "018, Vorbereitung", "arch_name": "018@5416", "area_id": 36, "building_id": 2269, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -511978,18 +565239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69241, "usage_id": 136 }, "5433.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1001, Kommunikation", "arch_name": "1001@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -511997,18 +565260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65374, "usage_id": 196 }, "5433.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1002, B\u00fcro", "arch_name": "1002@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512016,18 +565281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65377, "usage_id": 12 }, "5433.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1003, B\u00fcro", "arch_name": "1003@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512035,18 +565302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65378, "usage_id": 12 }, "5433.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1004, Kommunikation", "arch_name": "1004@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512054,18 +565323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65375, "usage_id": 196 }, "5433.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1005, B\u00fcro", "arch_name": "1005@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512073,18 +565344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65422, "usage_id": 12 }, "5433.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1006, Besprechungsraum", "arch_name": "1006@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512092,18 +565365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65376, "usage_id": 196 }, "5433.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1007, B\u00fcro", "arch_name": "1007@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512111,18 +565386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65423, "usage_id": 12 }, "5433.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1008, Server", "arch_name": "1008@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -512130,18 +565407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65426, "usage_id": 207 }, "5433.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1009, B\u00fcro", "arch_name": "1009@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512149,18 +565428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65424, "usage_id": 12 }, "5433.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1010, B\u00fcro", "arch_name": "1010@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512168,18 +565449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65425, "usage_id": 12 }, "5433.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1011, Oben Space B\u00fcro", "arch_name": "1011@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512187,18 +565470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65427, "usage_id": 12 }, "5433.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1027, B\u00fcro", "arch_name": "1027@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512206,18 +565491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65909, "usage_id": 12 }, "5433.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1028, B\u00fcro", "arch_name": "1028@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512225,18 +565512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65529, "usage_id": 12 }, "5433.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1029, B\u00fcro", "arch_name": "1029@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512244,18 +565533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65530, "usage_id": 12 }, "5433.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1030, Server", "arch_name": "1030@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -512263,18 +565554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65532, "usage_id": 207 }, "5433.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1031, Lager", "arch_name": "1031@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -512282,18 +565575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65533, "usage_id": 30 }, "5433.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1032, Putzraum", "arch_name": "1032@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -512301,18 +565596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65545, "usage_id": 205 }, "5433.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1033, WC-Herren", "arch_name": "1033@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -512320,18 +565617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65546, "usage_id": 115 }, "5433.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1034, WC-Damen", "arch_name": "1034@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -512339,18 +565638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65547, "usage_id": 116 }, "5433.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1035, ELT", "arch_name": "1035@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -512358,18 +565659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65544, "usage_id": 160 }, "5433.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1037, Sozialraum", "arch_name": "1037@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 43449, "seats": { @@ -512377,18 +565680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65534, "usage_id": 44 }, "5433.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1039, Kommunikation", "arch_name": "1039@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512396,18 +565701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65536, "usage_id": 196 }, "5433.01.091": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1091, Flur", "arch_name": "1091@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -512415,18 +565722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65538, "usage_id": 222 }, "5433.01.091A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1091A, Treppe", "arch_name": "1091A@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -512434,18 +565743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65540, "usage_id": 223 }, "5433.01.091B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1091B, Schacht f. Aufzug", "arch_name": "1091B@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -512453,18 +565764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65542, "usage_id": 195 }, "5433.01.092": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1092, Flur", "arch_name": "1092@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -512472,18 +565785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65537, "usage_id": 222 }, "5433.01.094": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1094, Treppenhaus", "arch_name": "1094@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -512491,18 +565806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65541, "usage_id": 223 }, "5433.01.095": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1095, Flur", "arch_name": "1095@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -512510,18 +565827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65539, "usage_id": 222 }, "5433.01.099A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1099A, Dachfl\u00e4che", "arch_name": "1099A@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -512529,18 +565848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65910, "usage_id": 137 }, "5433.01.099B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "1099B, Dachfl\u00e4che", "arch_name": "1099B@5433", "area_id": 36, "building_id": 1649, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -512548,19 +565869,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65911, "usage_id": 137 }, "5433.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2001, B\u00fcro", "arch_name": "2001@5433", "area_id": 36, "building_id": 1649, "calendar_resource_nr": 27172, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512568,18 +565891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65549, "usage_id": 12 }, "5433.02.002": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2002, B\u00fcro", "arch_name": "2002@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512587,18 +565912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65548, "usage_id": 12 }, "5433.02.003": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2003, Prof.-B\u00fcro", "arch_name": "2003@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512606,18 +565933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65550, "usage_id": 12 }, "5433.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2004, Sekretariat", "arch_name": "2004@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512625,18 +565954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65556, "usage_id": 40 }, "5433.02.005": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2005, Prof.-B\u00fcro", "arch_name": "2005@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512644,18 +565975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65551, "usage_id": 12 }, "5433.02.006": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2006, Sekretariat", "arch_name": "2006@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512663,18 +565996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65555, "usage_id": 40 }, "5433.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2007, Prof.-B\u00fcro", "arch_name": "2007@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512682,18 +566017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65552, "usage_id": 12 }, "5433.02.008": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2008, B\u00fcro", "arch_name": "2008@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512701,18 +566038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65557, "usage_id": 12 }, "5433.02.009": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2009, Prof.-B\u00fcro", "arch_name": "2009@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512720,18 +566059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65553, "usage_id": 12 }, "5433.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2010, B\u00fcro", "arch_name": "2010@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512739,18 +566080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65558, "usage_id": 12 }, "5433.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2011, Prof.-B\u00fcro", "arch_name": "2011@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512758,18 +566101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65554, "usage_id": 12 }, "5433.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2012, Server", "arch_name": "2012@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -512777,18 +566122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65559, "usage_id": 207 }, "5433.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2013, B\u00fcro", "arch_name": "2013@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512796,18 +566143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65561, "usage_id": 12 }, "5433.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2014, B\u00fcro", "arch_name": "2014@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512815,18 +566164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65562, "usage_id": 12 }, "5433.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2015, B\u00fcro", "arch_name": "2015@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512834,18 +566185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65563, "usage_id": 12 }, "5433.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2016, Kopierer/Archiv", "arch_name": "2016@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -512853,18 +566206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65560, "usage_id": 110 }, "5433.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2017, B\u00fcro", "arch_name": "2017@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512872,18 +566227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65564, "usage_id": 12 }, "5433.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2018, Besprechungsraum", "arch_name": "2018@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512891,18 +566248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65565, "usage_id": 196 }, "5433.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2019, B\u00fcro", "arch_name": "2019@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512910,18 +566269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65566, "usage_id": 12 }, "5433.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2020, Besprechungsraum", "arch_name": "2020@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512929,18 +566290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65567, "usage_id": 196 }, "5433.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2021, B\u00fcro", "arch_name": "2021@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512948,18 +566311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65568, "usage_id": 12 }, "5433.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2022, B\u00fcro", "arch_name": "2022@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512967,18 +566332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65569, "usage_id": 12 }, "5433.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2023, Sozialraum", "arch_name": "2023@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -512986,18 +566353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65572, "usage_id": 44 }, "5433.02.024": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2024, B\u00fcro", "arch_name": "2024@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513005,18 +566374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65570, "usage_id": 12 }, "5433.02.025": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2025, B\u00fcro", "arch_name": "2025@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513024,18 +566395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65571, "usage_id": 12 }, "5433.02.026": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2026, B\u00fcro", "arch_name": "2026@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513043,18 +566416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65573, "usage_id": 12 }, "5433.02.027": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2027, B\u00fcro", "arch_name": "2027@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513062,18 +566437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65574, "usage_id": 12 }, "5433.02.028": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2028, B\u00fcro", "arch_name": "2028@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513081,18 +566458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65575, "usage_id": 12 }, "5433.02.029": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2029, B\u00fcro", "arch_name": "2029@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513100,18 +566479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65576, "usage_id": 12 }, "5433.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2030, Lager", "arch_name": "2030@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -513119,18 +566500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65582, "usage_id": 30 }, "5433.02.031": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2031, Lager", "arch_name": "2031@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -513138,18 +566521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65583, "usage_id": 30 }, "5433.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2032, Putzraum", "arch_name": "2032@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -513157,18 +566542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65591, "usage_id": 205 }, "5433.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2033, WC-Herren", "arch_name": "2033@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -513176,18 +566563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65592, "usage_id": 115 }, "5433.02.034": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2034, WC-Damen", "arch_name": "2034@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -513195,18 +566584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65593, "usage_id": 116 }, "5433.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2035, ELT", "arch_name": "2035@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -513214,18 +566605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65590, "usage_id": 160 }, "5433.02.036": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2036, B\u00fcro", "arch_name": "2036@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513233,18 +566626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65577, "usage_id": 12 }, "5433.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2037, B\u00fcro", "arch_name": "2037@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513252,18 +566647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65578, "usage_id": 12 }, "5433.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2038, B\u00fcro", "arch_name": "2038@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513271,18 +566668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65579, "usage_id": 12 }, "5433.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2039, B\u00fcro", "arch_name": "2039@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513290,18 +566689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65580, "usage_id": 12 }, "5433.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2040, Bibliothek", "arch_name": "2040@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43449, "seats": { @@ -513309,18 +566710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65581, "usage_id": 10 }, "5433.02.091": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2091, Flur", "arch_name": "2091@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -513328,18 +566731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65584, "usage_id": 222 }, "5433.02.091A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2091A, Treppe", "arch_name": "2091A@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -513347,18 +566752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65588, "usage_id": 203 }, "5433.02.091B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2091B, Aufzug", "arch_name": "2091B@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -513366,18 +566773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65589, "usage_id": 195 }, "5433.02.092": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2092, Flur", "arch_name": "2092@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -513385,18 +566794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65586, "usage_id": 222 }, "5433.02.093": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2093, Flur", "arch_name": "2093@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -513404,18 +566815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65587, "usage_id": 222 }, "5433.02.094": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2094, Treppenhaus", "arch_name": "2094@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -513423,18 +566836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65594, "usage_id": 222 }, "5433.02.095": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "2095, Flur", "arch_name": "2095@5433", "area_id": 36, "building_id": 1649, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -513442,18 +566857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65585, "usage_id": 222 }, "5433.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "3035, Technik 2", "arch_name": "3035@5433", "area_id": 36, "building_id": 1649, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -513461,19 +566878,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65595, "usage_id": 120 }, "5433.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0001, Seminarraum 1", "arch_name": "0001@5433", "area_id": 36, "building_id": 1649, "calendar_resource_nr": 27010, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -513481,19 +566900,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65308, "usage_id": 41 }, "5433.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0002, Seminarraum 2", "arch_name": "0002@5433", "area_id": 36, "building_id": 1649, "calendar_resource_nr": 27011, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -513501,19 +566922,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65304, "usage_id": 41 }, "5433.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0003, Seminarraum 3", "arch_name": "0003@5433", "area_id": 36, "building_id": 1649, "calendar_resource_nr": 27012, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -513521,19 +566944,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65302, "usage_id": 41 }, "5433.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0004, Shared Space", "arch_name": "0004@5433", "area_id": 36, "building_id": 1649, "calendar_resource_nr": 27013, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -513541,18 +566966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65309, "usage_id": 208 }, "5433.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0031, Putzraum", "arch_name": "0031@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -513560,18 +566987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65310, "usage_id": 205 }, "5433.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0032, WC-Damen", "arch_name": "0032@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -513579,18 +567008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65311, "usage_id": 116 }, "5433.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0033, Beh.-WC", "arch_name": "0033@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -513598,18 +567029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65312, "usage_id": 117 }, "5433.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0034, WC-Herren", "arch_name": "0034@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -513617,18 +567050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65313, "usage_id": 115 }, "5433.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0035, ELT", "arch_name": "0035@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -513636,18 +567071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65314, "usage_id": 160 }, "5433.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0036, HA Fernw\u00e4rme", "arch_name": "0036@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -513655,18 +567092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65348, "usage_id": 201 }, "5433.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0037, HA Trinkwasser", "arch_name": "0037@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -513674,18 +567113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65349, "usage_id": 183 }, "5433.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0038, HA Elektro", "arch_name": "0038@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -513693,18 +567134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65350, "usage_id": 160 }, "5433.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0039, Trafo", "arch_name": "0039@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -513712,18 +567155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65351, "usage_id": 160 }, "5433.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0040, BMZ", "arch_name": "0040@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -513731,18 +567176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65352, "usage_id": 120 }, "5433.EG.040A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0040A, SiBe", "arch_name": "0040A@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -513750,18 +567197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65907, "usage_id": 120 }, "5433.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0041, 1. Hilfe", "arch_name": "0041@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -513769,18 +567218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65353, "usage_id": 178 }, "5433.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0042, Stuhllager", "arch_name": "0042@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43449, "seats": { @@ -513788,18 +567239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65908, "usage_id": 30 }, "5433.EG.090": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0090, Windfang", "arch_name": "0090@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -513807,18 +567260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65367, "usage_id": 52 }, "5433.EG.091": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0091, Eingangsbereich", "arch_name": "0091@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -513826,18 +567281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65369, "usage_id": 222 }, "5433.EG.091B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0091B, Aufzug", "arch_name": "0091B@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -513845,18 +567302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65543, "usage_id": 4 }, "5433.EG.092": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0092, Flur/Eingang", "arch_name": "0092@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -513864,18 +567323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65372, "usage_id": 222 }, "5433.EG.094": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0094, Treppenhaus", "arch_name": "0094@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -513883,18 +567344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65373, "usage_id": 223 }, "5433.EG.095": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 6", "zip_code": 85748 }, + "alt_name": "0095, Flur/Eingang", "arch_name": "0095@5433", "area_id": 36, "building_id": 1649, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -513902,18 +567365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65368, "usage_id": 222 }, "5501.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1101, Foyer/Studenten Arbeitspl\u00e4tze", "arch_name": "1101@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -513921,18 +567386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55357, "usage_id": 222 }, "5501.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1102, RP-Labor", "arch_name": "1102@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -513940,18 +567407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55366, "usage_id": 103 }, "5501.01.102M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1102M, Putzraum", "arch_name": "1102M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -513959,18 +567428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55373, "usage_id": 205 }, "5501.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1103, Emeritus", "arch_name": "1103@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15270, "seats": { @@ -513978,18 +567449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55497, "usage_id": 12 }, "5501.01.103M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1103M, WC-Vorraum Herren", "arch_name": "1103M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -513997,18 +567470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55507, "usage_id": 37 }, "5501.01.103N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1103N, WC-Vorraum Damen", "arch_name": "1103N@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -514016,18 +567491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55514, "usage_id": 37 }, "5501.01.103P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1103P, WC-Herren", "arch_name": "1103P@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -514035,18 +567512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55521, "usage_id": 115 }, "5501.01.103Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1103Q, WC-Damen", "arch_name": "1103Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -514054,18 +567533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55529, "usage_id": 116 }, "5501.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1104, Ordinarius", "arch_name": "1104@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15270, "seats": { @@ -514073,18 +567554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55660, "usage_id": 12 }, "5501.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1105, Sekretariat", "arch_name": "1105@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15270, "seats": { @@ -514092,18 +567575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55668, "usage_id": 40 }, "5501.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1106, B\u00fcro", "arch_name": "1106@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15270, "seats": { @@ -514111,18 +567596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13668, "usage_id": 12 }, "5501.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1107, B\u00fcro", "arch_name": "1107@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15270, "seats": { @@ -514130,19 +567617,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13719, "usage_id": 12 }, "5501.01.107M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1107M, Sammlung", "arch_name": "1107M@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 20581, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -514150,18 +567639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55688, "usage_id": 187 }, "5501.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1108, Mikrotechniklabor", "arch_name": "1108@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15270, "seats": { @@ -514169,18 +567660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55825, "usage_id": 103 }, "5501.01.108L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1108MA, Spezialaufnahme", "arch_name": "1108MA@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15270, "seats": { @@ -514188,18 +567681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68371, "usage_id": 124 }, "5501.01.108M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1108M, Laser", "arch_name": "1108M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15270, "seats": { @@ -514207,19 +567702,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55833, "usage_id": 103 }, "5501.01.109": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1109, Stud.arbeit", "arch_name": "1109@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 15206, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15270, "seats": { @@ -514227,18 +567724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13733, "usage_id": 208 }, "5501.01.109M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1109M, Teek\u00fcche", "arch_name": "1109M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15270, "seats": { @@ -514246,18 +567745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55848, "usage_id": 198 }, "5501.01.110": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1110, B\u00fcro", "arch_name": "1110@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15270, "seats": { @@ -514265,18 +567766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29003, "usage_id": 12 }, "5501.01.111": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1111, Elektr. Labor/Mess.Techn./Tint.", "arch_name": "1111@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15270, "seats": { @@ -514284,18 +567787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55984, "usage_id": 103 }, "5501.01.112": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1112, Putzraum", "arch_name": "1112@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -514303,18 +567808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55988, "usage_id": 205 }, "5501.01.125": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1125, Emeritus", "arch_name": "1125@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -514322,19 +567829,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55993, "usage_id": 12 }, "5501.01.126": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1126, Besprechungsraum", "arch_name": "1126@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 15209, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15270, "seats": { @@ -514342,18 +567851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13796, "usage_id": 196 }, "5501.01.127": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1127, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1127@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -514361,18 +567872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56006, "usage_id": 12 }, "5501.01.127M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1127M, Elektroverteiler", "arch_name": "1127M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -514380,18 +567893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56137, "usage_id": 120 }, "5501.01.127N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1127N, Elektroverteiler", "arch_name": "1127N@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -514399,18 +567914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56145, "usage_id": 120 }, "5501.01.127O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1127o, Nebenraum zu 1127n", "arch_name": "1127o@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -514418,18 +567935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56155, "usage_id": 120 }, "5501.01.128": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1128, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1128@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -514437,18 +567956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13835, "usage_id": 12 }, "5501.01.129": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1129, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1129@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -514456,18 +567977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13838, "usage_id": 12 }, "5501.01.130": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1130, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1130@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -514475,18 +567998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56297, "usage_id": 12 }, "5501.01.131": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1131, Ausstellung", "arch_name": "1131@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -514494,18 +568019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56304, "usage_id": 148 }, "5501.01.131M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1131m, Stromversorgung", "arch_name": "1131m@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -514513,18 +568040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56313, "usage_id": 160 }, "5501.01.132": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1132, B\u00fcro", "arch_name": "1132@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -514532,18 +568061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56320, "usage_id": 12 }, "5501.01.133": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1133, B\u00fcro", "arch_name": "1133@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -514551,19 +568082,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56327, "usage_id": 12 }, "5501.01.134": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1134, Seminarraum/Vorbereitung", "arch_name": "1134@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 15210, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -514571,19 +568104,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13870, "usage_id": 41 }, "5501.01.150": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1150, Cyber Versuchslabor", "arch_name": "1150@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 15265, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -514591,18 +568126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29514, "usage_id": 49 }, "5501.01.150A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1150A, Serverraum", "arch_name": "1150A@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -514610,18 +568147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53950, "usage_id": 207 }, "5501.01.150B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1150B, Stud.arbeit", "arch_name": "1150B@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -514629,18 +568168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29550, "usage_id": 208 }, "5501.01.150C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1150C, Flur", "arch_name": "1150C@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -514648,18 +568189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75057, "usage_id": 222 }, "5501.01.160": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1160, Aufenthaltsraum", "arch_name": "1160@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15270, "seats": { @@ -514667,18 +568210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53969, "usage_id": 44 }, "5501.01.160A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1160A, Flur", "arch_name": "1160A@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -514686,18 +568231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71850, "usage_id": 222 }, "5501.01.160B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1160B, Beh.-WC", "arch_name": "1160B@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -514705,18 +568252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71852, "usage_id": 117 }, "5501.01.160C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1160C, WC-Vorraum Herren", "arch_name": "1160C@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -514724,18 +568273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71851, "usage_id": 118 }, "5501.01.160M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "116, Technik", "arch_name": "116@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -514743,18 +568294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53976, "usage_id": 120 }, "5501.01.160N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1160N, Technik", "arch_name": "1160N@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -514762,18 +568315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54089, "usage_id": 120 }, "5501.01.160P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1160P, WC-Damen / Dusche", "arch_name": "1160P@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15270, "seats": { @@ -514781,18 +568336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54095, "usage_id": 116 }, "5501.01.160Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1160Q, WC-Herren", "arch_name": "1160Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15270, "seats": { @@ -514800,18 +568357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54102, "usage_id": 115 }, "5501.01.160S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1160S, Umkleide / Dusche Herren", "arch_name": "1160S@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15270, "seats": { @@ -514819,18 +568378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54108, "usage_id": 121 }, "5501.01.160T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1160T, Umkleide / Dusche Herren", "arch_name": "1160T@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15270, "seats": { @@ -514838,18 +568399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54114, "usage_id": 121 }, "5501.01.161A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1161A, Lager Optik Werkstatt", "arch_name": "1161A@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15270, "seats": { @@ -514857,18 +568420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54129, "usage_id": 30 }, "5501.01.161B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1161B, Zugang", "arch_name": "1161B@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -514876,19 +568441,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54253, "usage_id": 222 }, "5501.01.161M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1161M, Besprechungsraum B6", "arch_name": "1161M@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 21103, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -514896,18 +568463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54260, "usage_id": 196 }, "5501.01.162": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1162, Feinmechanische Werkstatt", "arch_name": "1162@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15270, "seats": { @@ -514915,18 +568484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29070, "usage_id": 108 }, "5501.01.162A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1162A, B\u00fcro", "arch_name": "1162A@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15270, "seats": { @@ -514934,18 +568505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13989, "usage_id": 12 }, "5501.01.162B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1162B, Werkstatt", "arch_name": "1162B@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15270, "seats": { @@ -514953,18 +568526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54278, "usage_id": 51 }, "5501.01.163": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1163, Druckerraum", "arch_name": "1163@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15286, "seats": { @@ -514972,18 +568547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54284, "usage_id": 110 }, "5501.01.175": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1175, Opt. Messlabor", "arch_name": "1175@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15270, "seats": { @@ -514991,18 +568568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54405, "usage_id": 103 }, "5501.01.175M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1175M, Schwei\u00dfraum", "arch_name": "1175M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15271, "seats": { @@ -515010,18 +568589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54409, "usage_id": 51 }, "5501.01.175N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1175N, Lager", "arch_name": "1175N@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15271, "seats": { @@ -515029,18 +568610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54416, "usage_id": 30 }, "5501.01.176": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1176, Mechanikwerkstatt", "arch_name": "1176@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15271, "seats": { @@ -515048,18 +568631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54421, "usage_id": 108 }, "5501.01.176A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1176A, Aufenthalt", "arch_name": "1176A@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15271, "seats": { @@ -515067,18 +568652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54426, "usage_id": 44 }, "5501.01.176M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1176M, Lager", "arch_name": "1176M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15271, "seats": { @@ -515086,18 +568673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54435, "usage_id": 30 }, "5501.01.176N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1176N, Materiallager", "arch_name": "1176N@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15271, "seats": { @@ -515105,18 +568694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54443, "usage_id": 30 }, "5501.01.177": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1177, B\u00fcro", "arch_name": "1177@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15271, "seats": { @@ -515124,18 +568715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54731, "usage_id": 12 }, "5501.01.190A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1190A, Leitstand", "arch_name": "1190A@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15285, "seats": { @@ -515143,18 +568736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54736, "usage_id": 202 }, "5501.01.190B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1190b, L\u00fcftungszentrale Nr.1", "arch_name": "1190b@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43836, "seats": { @@ -515162,18 +568757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54744, "usage_id": 202 }, "5501.01.198A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198a, Schacht", "arch_name": "1198a@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515181,18 +568778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54750, "usage_id": 120 }, "5501.01.198B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198b, Schacht", "arch_name": "1198b@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515200,18 +568799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54758, "usage_id": 120 }, "5501.01.198C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198c, Aufzug", "arch_name": "1198c@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515219,18 +568820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54764, "usage_id": 4 }, "5501.01.198D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198d, Schacht", "arch_name": "1198d@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515238,18 +568841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55203, "usage_id": 120 }, "5501.01.198E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198e, Schacht", "arch_name": "1198e@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515257,18 +568862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55210, "usage_id": 120 }, "5501.01.198F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198f, Schacht", "arch_name": "1198f@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515276,18 +568883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55218, "usage_id": 120 }, "5501.01.198G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198g, Schacht", "arch_name": "1198g@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515295,18 +568904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55225, "usage_id": 120 }, "5501.01.198H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198h, Schacht", "arch_name": "1198h@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515314,18 +568925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55233, "usage_id": 120 }, "5501.01.198I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198i, Treppenraum", "arch_name": "1198i@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -515333,18 +568946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55241, "usage_id": 223 }, "5501.01.198J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198j, Schacht", "arch_name": "1198j@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515352,18 +568967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54893, "usage_id": 120 }, "5501.01.198K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198k, Schacht", "arch_name": "1198k@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515371,18 +568988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54898, "usage_id": 120 }, "5501.01.198L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198l, Schacht", "arch_name": "1198l@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515390,18 +569009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54904, "usage_id": 120 }, "5501.01.198M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198m, Aufzug", "arch_name": "1198m@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515409,18 +569030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54909, "usage_id": 4 }, "5501.01.198N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198n, Schacht", "arch_name": "1198n@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515428,18 +569051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54915, "usage_id": 120 }, "5501.01.198O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198o, Schacht", "arch_name": "1198o@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515447,18 +569072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54919, "usage_id": 120 }, "5501.01.198P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198p, Schacht", "arch_name": "1198p@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515466,18 +569093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54925, "usage_id": 120 }, "5501.01.198Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198q, Schacht", "arch_name": "1198q@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515485,18 +569114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54929, "usage_id": 120 }, "5501.01.198R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198r, Schacht", "arch_name": "1198r@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515504,18 +569135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54567, "usage_id": 120 }, "5501.01.198S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198s, Schacht", "arch_name": "1198s@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 25925, "seats": { @@ -515523,18 +569156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54573, "usage_id": 120 }, "5501.01.198T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198t, Schacht", "arch_name": "1198t@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515542,18 +569177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54576, "usage_id": 120 }, "5501.01.198U": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198u, Schacht", "arch_name": "1198u@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515561,18 +569198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54581, "usage_id": 120 }, "5501.01.198V": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198v, Schacht", "arch_name": "1198v@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515580,18 +569219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54585, "usage_id": 120 }, "5501.01.198X": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1198x, Schacht", "arch_name": "1198x@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -515599,18 +569240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54594, "usage_id": 120 }, "5501.01.199A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199A, Flur", "arch_name": "1199A@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -515618,18 +569261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55052, "usage_id": 222 }, "5501.01.199B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199B, Flur", "arch_name": "1199B@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -515637,18 +569282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55056, "usage_id": 222 }, "5501.01.199C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199C, Flur/Allraum", "arch_name": "1199C@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -515656,18 +569303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55060, "usage_id": 222 }, "5501.01.199D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199D, Treppenraum", "arch_name": "1199D@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -515675,18 +569324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55068, "usage_id": 223 }, "5501.01.199E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199E, Flur", "arch_name": "1199E@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -515694,18 +569345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55071, "usage_id": 222 }, "5501.01.199F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199F, Flur", "arch_name": "1199F@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -515713,18 +569366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55077, "usage_id": 222 }, "5501.01.199G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199G, Flur", "arch_name": "1199G@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -515732,18 +569387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71848, "usage_id": 222 }, "5501.01.199I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199I, Treppenraum", "arch_name": "1199I@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -515751,18 +569408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55082, "usage_id": 223 }, "5501.01.199J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199J, Flur", "arch_name": "1199J@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -515770,18 +569429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55086, "usage_id": 222 }, "5501.01.199K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199K, Flur", "arch_name": "1199K@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -515789,18 +569450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59316, "usage_id": 222 }, "5501.01.199L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199L, Flur", "arch_name": "1199L@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -515808,18 +569471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59321, "usage_id": 222 }, "5501.01.199M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199M, Galerie", "arch_name": "1199M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -515827,18 +569492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59326, "usage_id": 206 }, "5501.01.199N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199N, Treppenraum", "arch_name": "1199N@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -515846,18 +569513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59331, "usage_id": 223 }, "5501.01.199P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199P, Flur", "arch_name": "1199P@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -515865,18 +569534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59340, "usage_id": 222 }, "5501.01.199Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199Q, Galerie", "arch_name": "1199Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -515884,18 +569555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59344, "usage_id": 206 }, "5501.01.199S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199S, Flur", "arch_name": "1199S@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -515903,18 +569576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59403, "usage_id": 222 }, "5501.01.199T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199T, Treppe", "arch_name": "1199T@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -515922,18 +569597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59406, "usage_id": 223 }, "5501.01.199U": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199U, Treppe/Podest", "arch_name": "1199U@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -515941,18 +569618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59411, "usage_id": 223 }, "5501.01.199W": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199w, Galerie", "arch_name": "1199w@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -515960,18 +569639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59418, "usage_id": 206 }, "5501.01.199Y": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1199R, Flur", "arch_name": "1199R@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -515979,19 +569660,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59428, "usage_id": 222 }, "5501.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2101, Seminarraum", "arch_name": "2101@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 18106, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -515999,18 +569682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29401, "usage_id": 41 }, "5501.02.102A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2102A, B\u00fcro", "arch_name": "2102A@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -516018,18 +569703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59797, "usage_id": 12 }, "5501.02.102B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2102B, B\u00fcro", "arch_name": "2102B@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -516037,18 +569724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59798, "usage_id": 12 }, "5501.02.102M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2102M, Putzraum", "arch_name": "2102M@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -516056,18 +569745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59489, "usage_id": 205 }, "5501.02.103": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2103, B\u00fcro/Emeritus", "arch_name": "2103@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 49317, "seats": { @@ -516075,18 +569766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29059, "usage_id": 12 }, "5501.02.103M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2103M, WC-Vorraum Herren", "arch_name": "2103M@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -516094,18 +569787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59497, "usage_id": 37 }, "5501.02.103N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2103N, WC-Vorraum Herren", "arch_name": "2103N@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -516113,18 +569808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59502, "usage_id": 37 }, "5501.02.103P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2103P, WC-Herren", "arch_name": "2103P@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -516132,18 +569829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59508, "usage_id": 115 }, "5501.02.103Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2103Q, WC-Damen", "arch_name": "2103Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -516151,19 +569850,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59512, "usage_id": 116 }, "5501.02.104": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2104, Seminar", "arch_name": "2104@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 18419, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 49317, "seats": { @@ -516171,18 +569872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59517, "usage_id": 41 }, "5501.02.105": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2105, B\u00fcro", "arch_name": "2105@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -516190,18 +569893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13585, "usage_id": 12 }, "5501.02.106": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2106, B\u00fcro", "arch_name": "2106@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -516209,18 +569914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59578, "usage_id": 12 }, "5501.02.107": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2107, B\u00fcro", "arch_name": "2107@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -516228,18 +569935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13589, "usage_id": 12 }, "5501.02.108": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2108, Sekretariat", "arch_name": "2108@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -516247,18 +569956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59584, "usage_id": 40 }, "5501.02.109": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2109, Sekretariat", "arch_name": "2109@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -516266,18 +569977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59589, "usage_id": 40 }, "5501.02.109M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2109M, Teek\u00fcche", "arch_name": "2109M@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -516285,18 +569998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59596, "usage_id": 198 }, "5501.02.110": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2110, Prof.-B\u00fcro", "arch_name": "2110@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -516304,18 +570019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59599, "usage_id": 12 }, "5501.02.111": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2111, Besprechungsraum", "arch_name": "2111@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -516323,18 +570040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59652, "usage_id": 196 }, "5501.02.112": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2112, B\u00fcro", "arch_name": "2112@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 43476, "seats": { @@ -516342,18 +570061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13632, "usage_id": 12 }, "5501.02.113": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2113, B\u00fcro", "arch_name": "2113@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 50158, "seats": { @@ -516361,18 +570082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59658, "usage_id": 12 }, "5501.02.114": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2114, Lager", "arch_name": "2114@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -516380,18 +570103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71909, "usage_id": 30 }, "5501.02.125": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2125, B\u00fcro", "arch_name": "2125@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -516399,18 +570124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29532, "usage_id": 12 }, "5501.02.126": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2126, B\u00fcro", "arch_name": "2126@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -516418,18 +570145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59673, "usage_id": 12 }, "5501.02.127": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2127, B\u00fcro", "arch_name": "2127@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50457, "seats": { @@ -516437,18 +570166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59677, "usage_id": 12 }, "5501.02.128": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2128, B\u00fcro", "arch_name": "2128@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50158, "seats": { @@ -516456,18 +570187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13652, "usage_id": 12 }, "5501.02.128M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2128M, Elektroverteiler", "arch_name": "2128M@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -516475,18 +570208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59732, "usage_id": 120 }, "5501.02.128N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2128N, Elektroverteiler", "arch_name": "2128N@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -516494,18 +570229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59737, "usage_id": 120 }, "5501.02.129": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2129, B\u00fcro", "arch_name": "2129@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50158, "seats": { @@ -516513,18 +570250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59742, "usage_id": 12 }, "5501.02.129M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2129M, Elektroverteiler", "arch_name": "2129M@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -516532,18 +570271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59748, "usage_id": 120 }, "5501.02.130": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2130, B\u00fcro", "arch_name": "2130@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50158, "seats": { @@ -516551,18 +570292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59753, "usage_id": 12 }, "5501.02.131": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2131, B\u00fcro", "arch_name": "2131@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50457, "seats": { @@ -516570,18 +570313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59758, "usage_id": 12 }, "5501.02.131M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2131M, Lager", "arch_name": "2131M@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516589,18 +570334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59762, "usage_id": 30 }, "5501.02.132": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2132, B\u00fcro", "arch_name": "2132@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 50457, "seats": { @@ -516608,19 +570355,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59767, "usage_id": 12 }, "5501.02.133": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2133, Besprechungsraum", "arch_name": "2133@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 29772, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516628,18 +570377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59817, "usage_id": 196 }, "5501.02.134": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2134, B\u00fcro", "arch_name": "2134@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516647,18 +570398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59821, "usage_id": 12 }, "5501.02.135": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2135, B\u00fcro", "arch_name": "2135@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516666,18 +570419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13761, "usage_id": 12 }, "5501.02.136": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2136, B\u00fcro", "arch_name": "2136@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516685,18 +570440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13763, "usage_id": 12 }, "5501.02.137": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2137, B\u00fcro", "arch_name": "2137@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516704,18 +570461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13765, "usage_id": 12 }, "5501.02.138": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2138, B\u00fcro", "arch_name": "2138@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516723,18 +570482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13767, "usage_id": 12 }, "5501.02.138M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2138M, EDV-Praktikum/VR-Labor", "arch_name": "2138M@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 49317, "seats": { @@ -516742,18 +570503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59839, "usage_id": 208 }, "5501.02.139": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2139, B\u00fcro", "arch_name": "2139@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516761,18 +570524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13771, "usage_id": 12 }, "5501.02.139M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2139m, Elektroverteiler", "arch_name": "2139m@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -516780,18 +570545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59846, "usage_id": 120 }, "5501.02.140": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2140, Verwaltung Drittmittel", "arch_name": "2140@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516799,18 +570566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13774, "usage_id": 12 }, "5501.02.141": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2141, B\u00fcro", "arch_name": "2141@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516818,19 +570587,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58801, "usage_id": 12 }, "5501.02.142": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2142, Studentenarbeitsraum", "arch_name": "2142@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 15260, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -516838,19 +570609,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29078, "usage_id": 208 }, "5501.02.150": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2150, Besprechungsraum", "arch_name": "2150@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 15261, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -516858,18 +570631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29079, "usage_id": 196 }, "5501.02.150A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2150A, Serverraum", "arch_name": "2150A@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15286, "seats": { @@ -516877,18 +570652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58810, "usage_id": 207 }, "5501.02.150B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2150B, Peripherie", "arch_name": "2150B@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -516896,18 +570673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58813, "usage_id": 30 }, "5501.02.160": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2160, Technik", "arch_name": "2160@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -516915,18 +570694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58816, "usage_id": 120 }, "5501.02.161": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2161, Technik", "arch_name": "2161@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -516934,18 +570715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58818, "usage_id": 120 }, "5501.02.198A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198a, Schacht", "arch_name": "2198a@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -516953,18 +570736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58821, "usage_id": 120 }, "5501.02.198B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198b, Schacht", "arch_name": "2198b@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -516972,18 +570757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58824, "usage_id": 120 }, "5501.02.198C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198c, Aufzug", "arch_name": "2198c@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -516991,18 +570778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58827, "usage_id": 4 }, "5501.02.198D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198d, Schacht", "arch_name": "2198d@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517010,18 +570799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58831, "usage_id": 120 }, "5501.02.198E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198e, Schacht", "arch_name": "2198e@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517029,18 +570820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58835, "usage_id": 120 }, "5501.02.198F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198f, Schacht", "arch_name": "2198f@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517048,18 +570841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58839, "usage_id": 120 }, "5501.02.198G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198g, Schacht", "arch_name": "2198g@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517067,18 +570862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58893, "usage_id": 120 }, "5501.02.198H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198h, Schacht", "arch_name": "2198h@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517086,18 +570883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58897, "usage_id": 120 }, "5501.02.198I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198i, Schacht", "arch_name": "2198i@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517105,18 +570904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58900, "usage_id": 120 }, "5501.02.198J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198j, Schacht", "arch_name": "2198j@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517124,18 +570925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58904, "usage_id": 120 }, "5501.02.198K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198k, Schacht", "arch_name": "2198k@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517143,18 +570946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58908, "usage_id": 120 }, "5501.02.198L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198l, Schacht", "arch_name": "2198l@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517162,18 +570967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58911, "usage_id": 120 }, "5501.02.198M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198M, Schacht", "arch_name": "2198M@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517181,18 +570988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58914, "usage_id": 120 }, "5501.02.198N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198n, Schacht", "arch_name": "2198n@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517200,18 +571009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58918, "usage_id": 120 }, "5501.02.198O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198o, Schacht", "arch_name": "2198o@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517219,18 +571030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58922, "usage_id": 120 }, "5501.02.198P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198p, Schacht", "arch_name": "2198p@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517238,18 +571051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58926, "usage_id": 120 }, "5501.02.198Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2198q, Schacht", "arch_name": "2198q@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -517257,18 +571072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58929, "usage_id": 120 }, "5501.02.199A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199A, Flur", "arch_name": "2199A@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -517276,18 +571093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58933, "usage_id": 222 }, "5501.02.199B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199B, Flur", "arch_name": "2199B@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -517295,18 +571114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58936, "usage_id": 222 }, "5501.02.199C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199C, Flur", "arch_name": "2199C@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -517314,18 +571135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58989, "usage_id": 222 }, "5501.02.199D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199D, Treppenraum", "arch_name": "2199D@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -517333,18 +571156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58992, "usage_id": 223 }, "5501.02.199E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199E, Flur", "arch_name": "2199E@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -517352,18 +571177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58996, "usage_id": 222 }, "5501.02.199F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199F, Flur", "arch_name": "2199F@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -517371,18 +571198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58999, "usage_id": 222 }, "5501.02.199G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199G, Flur", "arch_name": "2199G@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -517390,18 +571219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71916, "usage_id": 222 }, "5501.02.199H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199H, Flur", "arch_name": "2199H@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -517409,18 +571240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71917, "usage_id": 222 }, "5501.02.199I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199I, Treppenraum", "arch_name": "2199I@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -517428,18 +571261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59003, "usage_id": 223 }, "5501.02.199K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199K, Flur", "arch_name": "2199K@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -517447,18 +571282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59006, "usage_id": 222 }, "5501.02.199M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199M, Galerie", "arch_name": "2199M@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -517466,18 +571303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59009, "usage_id": 206 }, "5501.02.199N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199N, Treppenraum", "arch_name": "2199N@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -517485,18 +571324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59012, "usage_id": 223 }, "5501.02.199O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2199O, Flur", "arch_name": "2199O@5501", "area_id": 34, "building_id": 833, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -517504,18 +571345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59014, "usage_id": 222 }, "5501.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3101, Steuerung L\u00fcftung", "arch_name": "3101@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -517523,19 +571366,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59025, "usage_id": 32 }, "5501.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3102, Praktikumsraum", "arch_name": "3102@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 15214, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517543,18 +571388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13893, "usage_id": 211 }, "5501.03.102M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3102M, Putzraum", "arch_name": "3102M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -517562,18 +571409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59036, "usage_id": 205 }, "5501.03.103": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3103, Gastprofessor", "arch_name": "3103@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517581,18 +571430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59037, "usage_id": 12 }, "5501.03.103M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3103M, WC-Herren", "arch_name": "3103M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -517600,18 +571451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59038, "usage_id": 115 }, "5501.03.103N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3103N, WC-Damen", "arch_name": "3103N@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -517619,18 +571472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59040, "usage_id": 116 }, "5501.03.103P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3103P, WC-Herren", "arch_name": "3103P@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -517638,18 +571493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59043, "usage_id": 115 }, "5501.03.103Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3103Q, WC-Damen", "arch_name": "3103Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -517657,18 +571514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59045, "usage_id": 116 }, "5501.03.104": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3104, Mitarbeiterb\u00fcro", "arch_name": "3104@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517676,18 +571535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13897, "usage_id": 12 }, "5501.03.104M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3104M, Foyer", "arch_name": "3104M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -517695,18 +571556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59042, "usage_id": 222 }, "5501.03.104N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3104N, Verkehrsfl.", "arch_name": "3104N@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517714,18 +571577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59044, "usage_id": 222 }, "5501.03.104P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3104P, Unterrichtsraum", "arch_name": "3104P@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517733,18 +571598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71919, "usage_id": 130 }, "5501.03.104Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3104Q, Unterrichtsraum", "arch_name": "3104Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517752,19 +571619,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71918, "usage_id": 130 }, "5501.03.105": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3105, MKS-Lab, Computer/Studenten", "arch_name": "3105@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 25705, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517772,18 +571641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13901, "usage_id": 211 }, "5501.03.106": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3106, Werkstattlager", "arch_name": "3106@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517791,18 +571662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59046, "usage_id": 30 }, "5501.03.107": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3107, Werkstatt", "arch_name": "3107@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15271, "seats": { @@ -517810,18 +571683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17955, "usage_id": 51 }, "5501.03.107M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3107M, Besprechungsraum", "arch_name": "3107M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517829,18 +571704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50862, "usage_id": 196 }, "5501.03.108": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3108, Exp. Arbeitsplatz/Labor 1", "arch_name": "3108@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15271, "seats": { @@ -517848,18 +571725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50864, "usage_id": 194 }, "5501.03.108M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3108M, Archiv/Dokumentation", "arch_name": "3108M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517867,18 +571746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50868, "usage_id": 2 }, "5501.03.109": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3109, Exp. Arbeitsplatz/Labor 2", "arch_name": "3109@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15271, "seats": { @@ -517886,18 +571767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50871, "usage_id": 194 }, "5501.03.110": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3110, Exp. Arbeitsplatz/Labor 3", "arch_name": "3110@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15271, "seats": { @@ -517905,18 +571788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50874, "usage_id": 194 }, "5501.03.125": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3125, Prof.-B\u00fcro", "arch_name": "3125@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517924,18 +571809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50878, "usage_id": 12 }, "5501.03.126": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3126, Sekretariat", "arch_name": "3126@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -517943,18 +571830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50883, "usage_id": 40 }, "5501.03.126M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3126M, Elektroverteiler", "arch_name": "3126M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -517962,18 +571851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50888, "usage_id": 120 }, "5501.03.126N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3126N, Elektroverteiler", "arch_name": "3126N@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -517981,18 +571872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50893, "usage_id": 120 }, "5501.03.127": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3127, Mitarbeiterb\u00fcro", "arch_name": "3127@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518000,18 +571893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51030, "usage_id": 12 }, "5501.03.127M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3127M, Server", "arch_name": "3127M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -518019,18 +571914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51036, "usage_id": 207 }, "5501.03.128": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3128, Kopierraum", "arch_name": "3128@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518038,18 +571935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51039, "usage_id": 110 }, "5501.03.128M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3128M, Teek\u00fcche", "arch_name": "3128M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15271, "seats": { @@ -518057,18 +571956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51043, "usage_id": 198 }, "5501.03.129": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3129, Mitarbeiterb\u00fcro mit Besprechung", "arch_name": "3129@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518076,18 +571977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51049, "usage_id": 12 }, "5501.03.129M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3129M, Archiv", "arch_name": "3129M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15271, "seats": { @@ -518095,18 +571998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51052, "usage_id": 2 }, "5501.03.130": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3130, Mitarbeiterb\u00fcro mit Besprechung", "arch_name": "3130@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518114,18 +572019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51058, "usage_id": 12 }, "5501.03.131": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3131, Mitarbeiterb\u00fcro", "arch_name": "3131@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518133,18 +572040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51062, "usage_id": 12 }, "5501.03.132": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3132, Mitarbeiterb\u00fcro", "arch_name": "3132@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518152,18 +572061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13149, "usage_id": 12 }, "5501.03.133": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3133, Mitarbeiterb\u00fcro", "arch_name": "3133@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518171,18 +572082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48581, "usage_id": 12 }, "5501.03.134": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3134, Mitarbeiterb\u00fcro", "arch_name": "3134@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518190,18 +572103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13154, "usage_id": 12 }, "5501.03.135": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3135, Mitarbeiterb\u00fcro", "arch_name": "3135@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518209,19 +572124,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13158, "usage_id": 12 }, "5501.03.136": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3136, B\u00fcro", "arch_name": "3136@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 25099, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518229,19 +572146,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48596, "usage_id": 12 }, "5501.03.138": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3138, Besprechungsraum/Studenten", "arch_name": "3138@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 25261, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518249,18 +572168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48607, "usage_id": 12 }, "5501.03.138M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3138M, Elektroverteiler", "arch_name": "3138M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -518268,18 +572189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48613, "usage_id": 120 }, "5501.03.139": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3139, Mitarbeiterb\u00fcro", "arch_name": "3139@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518287,18 +572210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13234, "usage_id": 12 }, "5501.03.140": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3140, Mitarbeiterb\u00fcro", "arch_name": "3140@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518306,18 +572231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48748, "usage_id": 12 }, "5501.03.141": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3141, Mitarbeiterb\u00fcro", "arch_name": "3141@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518325,18 +572252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48756, "usage_id": 12 }, "5501.03.142": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3142, Gastprofessor, Postdoc's", "arch_name": "3142@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518344,18 +572273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13243, "usage_id": 12 }, "5501.03.143": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3143, Mitarbeiterb\u00fcro mit Besprechung", "arch_name": "3143@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15271, "seats": { @@ -518363,18 +572294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13291, "usage_id": 12 }, "5501.03.144": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3144, Wechselrichtraum", "arch_name": "3144@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -518382,18 +572315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48771, "usage_id": 160 }, "5501.03.198A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198a, Schacht", "arch_name": "3198a@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518401,18 +572336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48908, "usage_id": 120 }, "5501.03.198B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198b, Schacht", "arch_name": "3198b@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518420,18 +572357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48914, "usage_id": 120 }, "5501.03.198C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198c, Aufzug", "arch_name": "3198c@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518439,18 +572378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48921, "usage_id": 4 }, "5501.03.198D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198d, Schacht", "arch_name": "3198d@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518458,18 +572399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48932, "usage_id": 120 }, "5501.03.198E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198e, Schacht", "arch_name": "3198e@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518477,18 +572420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48942, "usage_id": 120 }, "5501.03.198F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198f, Schacht", "arch_name": "3198f@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518496,18 +572441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49084, "usage_id": 120 }, "5501.03.198G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198g, Schacht", "arch_name": "3198g@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518515,18 +572462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49091, "usage_id": 120 }, "5501.03.198H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198h, Schacht", "arch_name": "3198h@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518534,18 +572483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49101, "usage_id": 120 }, "5501.03.198I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198i, Schacht", "arch_name": "3198i@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518553,18 +572504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49111, "usage_id": 120 }, "5501.03.198J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198j, Schacht", "arch_name": "3198j@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518572,18 +572525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49414, "usage_id": 120 }, "5501.03.198K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198k, Schacht", "arch_name": "3198k@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518591,18 +572546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49423, "usage_id": 120 }, "5501.03.198L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198l, Schacht", "arch_name": "3198l@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518610,18 +572567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49432, "usage_id": 120 }, "5501.03.198M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198m, Aufzug", "arch_name": "3198m@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518629,18 +572588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49442, "usage_id": 4 }, "5501.03.198N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198n, Schacht", "arch_name": "3198n@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518648,18 +572609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49448, "usage_id": 120 }, "5501.03.198P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198p, Schacht", "arch_name": "3198p@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518667,18 +572630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49899, "usage_id": 120 }, "5501.03.198Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3198q, Schacht", "arch_name": "3198q@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -518686,18 +572651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49907, "usage_id": 120 }, "5501.03.199A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199A, Galerie", "arch_name": "3199A@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -518705,18 +572672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49919, "usage_id": 206 }, "5501.03.199B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199B, Flur", "arch_name": "3199B@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -518724,18 +572693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49926, "usage_id": 222 }, "5501.03.199C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199C, Flur", "arch_name": "3199C@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -518743,18 +572714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49932, "usage_id": 222 }, "5501.03.199D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199D, Treppenraum", "arch_name": "3199D@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -518762,18 +572735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49584, "usage_id": 223 }, "5501.03.199F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199F, Flur/Kopierer", "arch_name": "3199F@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -518781,18 +572756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49600, "usage_id": 222 }, "5501.03.199G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199G, Flur", "arch_name": "3199G@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -518800,18 +572777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49605, "usage_id": 222 }, "5501.03.199I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199I, Treppenraum", "arch_name": "3199I@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -518819,18 +572798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49616, "usage_id": 223 }, "5501.03.199K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199K, Flur", "arch_name": "3199K@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -518838,18 +572819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49620, "usage_id": 222 }, "5501.03.199L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199L, Flur", "arch_name": "3199L@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -518857,18 +572840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49257, "usage_id": 222 }, "5501.03.199M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199M, Galerie", "arch_name": "3199M@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -518876,18 +572861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49268, "usage_id": 206 }, "5501.03.199N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3199N, Flur", "arch_name": "3199N@5501", "area_id": 34, "building_id": 833, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -518895,18 +572882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49273, "usage_id": 222 }, "5501.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0101, Fachschaft", "arch_name": "0101@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 38689, "seats": { @@ -518914,19 +572903,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56387, "usage_id": 12 }, "5501.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0102, Praktikumsraum", "arch_name": "0102@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 28272, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -518934,18 +572925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13385, "usage_id": 211 }, "5501.EG.102A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0102A, Teek\u00fcche", "arch_name": "0102A@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15268, "seats": { @@ -518953,18 +572946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56400, "usage_id": 198 }, "5501.EG.102M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0102M, WC-Vorraum Herren", "arch_name": "0102M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -518972,18 +572967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56406, "usage_id": 37 }, "5501.EG.102N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0102N, WC-Herren", "arch_name": "0102N@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -518991,18 +572988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56413, "usage_id": 115 }, "5501.EG.102O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0102O, WC-Vorraum", "arch_name": "0102O@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -519010,18 +573009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54025, "usage_id": 37 }, "5501.EG.102P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0102P, WC-Damen", "arch_name": "0102P@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -519029,18 +573030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54032, "usage_id": 116 }, "5501.EG.102Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0102Q, Putzraum", "arch_name": "0102Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -519048,18 +573051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54039, "usage_id": 205 }, "5501.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0103, Sekretariat", "arch_name": "0103@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519067,18 +573072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13424, "usage_id": 40 }, "5501.EG.103M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0103M, WC-Herren", "arch_name": "0103M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -519086,18 +573093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54048, "usage_id": 115 }, "5501.EG.103N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0103N, WC-Damen", "arch_name": "0103N@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -519105,18 +573114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54175, "usage_id": 116 }, "5501.EG.104": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0104, Prof.-B\u00fcro", "arch_name": "0104@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519124,18 +573135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13433, "usage_id": 12 }, "5501.EG.104A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0104A, Archiv", "arch_name": "0104A@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519143,19 +573156,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54187, "usage_id": 2 }, "5501.EG.105": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0105, Worklab", "arch_name": "0105@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 18813, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519163,19 +573178,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54197, "usage_id": 131 }, "5501.EG.105M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0105M, Seminarraum", "arch_name": "0105M@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 18668, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519183,18 +573200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54202, "usage_id": 41 }, "5501.EG.106": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0106, Mitarbeiterzimmer", "arch_name": "0106@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519202,18 +573221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13468, "usage_id": 12 }, "5501.EG.106M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0106M, Bibliothek", "arch_name": "0106M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519221,18 +573242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54333, "usage_id": 10 }, "5501.EG.107": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0107, Mitarbeiterzimmer", "arch_name": "0107@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519240,18 +573263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54342, "usage_id": 12 }, "5501.EG.107M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0107M, Workstation-Pool", "arch_name": "0107M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519259,18 +573284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54350, "usage_id": 207 }, "5501.EG.108": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0108, HiWi Lab", "arch_name": "0108@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519278,18 +573305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13502, "usage_id": 208 }, "5501.EG.108M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0108M, Teek\u00fcche", "arch_name": "0108M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15268, "seats": { @@ -519297,18 +573326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54493, "usage_id": 198 }, "5501.EG.109": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0109, Mitarbeiterzimmer", "arch_name": "0109@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519316,18 +573347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13507, "usage_id": 12 }, "5501.EG.110": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0110, Labor und Studentenraum", "arch_name": "0110@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519335,18 +573368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13510, "usage_id": 208 }, "5501.EG.111": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0111, M\u00fcllraum", "arch_name": "0111@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -519354,18 +573389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54516, "usage_id": 214 }, "5501.EG.125": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0125, Mitarbeiterzimmer", "arch_name": "0125@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519373,18 +573410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13538, "usage_id": 12 }, "5501.EG.125M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0125M, Elektroverteiler", "arch_name": "0125M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -519392,18 +573431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54528, "usage_id": 120 }, "5501.EG.125N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0125N, Elektroverteiler", "arch_name": "0125N@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -519411,18 +573452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54650, "usage_id": 120 }, "5501.EG.125X": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0125X, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0125X@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -519430,18 +573473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71969, "usage_id": 204 }, "5501.EG.126": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0126, Mitarbeiterzimmer", "arch_name": "0126@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519449,18 +573494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13542, "usage_id": 12 }, "5501.EG.126M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0126M, Elektroverteiler", "arch_name": "0126M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -519468,18 +573515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54668, "usage_id": 120 }, "5501.EG.127": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0127, Mitarbeiterzimmer", "arch_name": "0127@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519487,18 +573536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13546, "usage_id": 12 }, "5501.EG.128": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0128, Mitarbeiterzimmer", "arch_name": "0128@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519506,19 +573557,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13569, "usage_id": 12 }, "5501.EG.129": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0129, Mitarbeiterzimmer", "arch_name": "0129@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 19708, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519526,18 +573579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30120, "usage_id": 12 }, "5501.EG.130": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0130, B\u00fcro", "arch_name": "0130@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519545,18 +573600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54829, "usage_id": 12 }, "5501.EG.130N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0130N, Regieraum", "arch_name": "0130N@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519564,18 +573621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54845, "usage_id": 153 }, "5501.EG.131": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0131, Mitarbeiterzimmer", "arch_name": "0131@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519583,18 +573642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13578, "usage_id": 12 }, "5501.EG.132": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0132, B\u00fcro", "arch_name": "0132@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519602,18 +573663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13612, "usage_id": 12 }, "5501.EG.133": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0133, Mitarbeiterzimmer", "arch_name": "0133@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519621,18 +573684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13615, "usage_id": 12 }, "5501.EG.134": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0134, Mitarbeiterzimmer", "arch_name": "0134@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519640,18 +573705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13616, "usage_id": 12 }, "5501.EG.135": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0135, Mitarbeiterzimmer", "arch_name": "0135@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519659,18 +573726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13618, "usage_id": 12 }, "5501.EG.136": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0136, CopyLab / Drucker", "arch_name": "0136@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519678,19 +573747,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55136, "usage_id": 110 }, "5501.EG.137": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0137, Praktikumsraum", "arch_name": "0137@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 20276, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519698,18 +573769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55147, "usage_id": 211 }, "5501.EG.138": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0138, Flur", "arch_name": "0138@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -519717,19 +573790,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71979, "usage_id": 222 }, "5501.EG.150": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0150, Seminar", "arch_name": "0150@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 25644, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -519737,18 +573812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55153, "usage_id": 41 }, "5501.EG.151": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0151, Seminarraum", "arch_name": "0151@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -519756,18 +573833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71973, "usage_id": 41 }, "5501.EG.160": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0160, Abstellraum", "arch_name": "0160@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15271, "seats": { @@ -519775,18 +573854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55164, "usage_id": 159 }, "5501.EG.160M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0160m, Trafo", "arch_name": "0160m@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -519794,18 +573875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55298, "usage_id": 160 }, "5501.EG.160N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0160n, Trafo", "arch_name": "0160n@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -519813,18 +573896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55306, "usage_id": 160 }, "5501.EG.160O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0160O, Technik", "arch_name": "0160O@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -519832,18 +573917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55314, "usage_id": 120 }, "5501.EG.160P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0160p, Trafo", "arch_name": "0160p@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -519851,18 +573938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55320, "usage_id": 160 }, "5501.EG.160Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0160Q, Server", "arch_name": "0160Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -519870,18 +573959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55328, "usage_id": 207 }, "5501.EG.160R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0160R, Umkleide-Herren", "arch_name": "0160R@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15285, "seats": { @@ -519889,18 +573980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55459, "usage_id": 121 }, "5501.EG.160S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0160S, Dusche Herren", "arch_name": "0160S@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -519908,18 +574001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55465, "usage_id": 113 }, "5501.EG.160T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0160T, Umkleide-Damen", "arch_name": "0160T@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15285, "seats": { @@ -519927,18 +574022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55473, "usage_id": 121 }, "5501.EG.161": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0161, Innovation Lab. Studenten", "arch_name": "0161@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15271, "seats": { @@ -519946,18 +574043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55485, "usage_id": 131 }, "5501.EG.162": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0162, Innovation Lab. Studenten", "arch_name": "0162@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -519965,18 +574064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55616, "usage_id": 131 }, "5501.EG.163": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0163, Pr\u00fcfstand", "arch_name": "0163@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -519984,18 +574085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55624, "usage_id": 51 }, "5501.EG.164": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0164, Messwarte", "arch_name": "0164@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -520003,18 +574106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55632, "usage_id": 164 }, "5501.EG.165A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0165A, Versuchshalle", "arch_name": "0165A@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -520022,18 +574127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55641, "usage_id": 49 }, "5501.EG.165B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0165B, Versuchshalle", "arch_name": "0165B@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -520041,18 +574148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55649, "usage_id": 49 }, "5501.EG.166": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0166, K\u00fchlwasserbeh\u00e4lter", "arch_name": "0166@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -520060,18 +574169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55781, "usage_id": 182 }, "5501.EG.166J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0166J, Messraum", "arch_name": "0166J@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15285, "seats": { @@ -520079,18 +574190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55789, "usage_id": 103 }, "5501.EG.166K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0166K, Lager", "arch_name": "0166K@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15285, "seats": { @@ -520098,18 +574211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55797, "usage_id": 30 }, "5501.EG.166M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0166M, Simmulationshalle", "arch_name": "0166M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -520117,18 +574232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55807, "usage_id": 49 }, "5501.EG.167": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0167, Gasflaschenlager", "arch_name": "0167@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520136,18 +574253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55824, "usage_id": 30 }, "5501.EG.175": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0175, K\u00fchlwasserbeh\u00e4lter", "arch_name": "0175@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -520155,18 +574274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55940, "usage_id": 182 }, "5501.EG.176": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0176, Gasflaschenlager", "arch_name": "0176@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -520174,18 +574295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55958, "usage_id": 30 }, "5501.EG.177": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0177, Produktsimulation", "arch_name": "0177@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51267, "seats": { @@ -520193,18 +574316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55965, "usage_id": 49 }, "5501.EG.177M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0177M, Opt. Messlabor", "arch_name": "0177M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15270, "seats": { @@ -520212,18 +574337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55972, "usage_id": 103 }, "5501.EG.178": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0178, Mechanische Werkstatt", "arch_name": "0178@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51267, "seats": { @@ -520231,18 +574358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56096, "usage_id": 108 }, "5501.EG.178A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0178A, Aufenthalt", "arch_name": "0178A@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51267, "seats": { @@ -520250,19 +574379,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56103, "usage_id": 44 }, "5501.EG.178M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0178m, Laserlabor", "arch_name": "0178m@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 30712, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43476, "seats": { @@ -520270,18 +574401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56118, "usage_id": 103 }, "5501.EG.178N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0178n, Operatorraum", "arch_name": "0178n@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43476, "seats": { @@ -520289,18 +574422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56124, "usage_id": 194 }, "5501.EG.178O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0178O, Werkstatt", "arch_name": "0178O@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43476, "seats": { @@ -520308,18 +574443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56130, "usage_id": 107 }, "5501.EG.179": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0179, Meisterb\u00fcro", "arch_name": "0179@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51267, "seats": { @@ -520327,19 +574464,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13942, "usage_id": 12 }, "5501.EG.190": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190, Versuchsfeld", "arch_name": "0190@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 20014, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520347,18 +574486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16007, "usage_id": 49 }, "5501.EG.190A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190A, Lager", "arch_name": "0190A@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15285, "seats": { @@ -520366,18 +574507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56274, "usage_id": 30 }, "5501.EG.190B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190B, Lager", "arch_name": "0190B@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15285, "seats": { @@ -520385,18 +574528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56283, "usage_id": 30 }, "5501.EG.190C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190C, Lager Metalle", "arch_name": "0190C@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15285, "seats": { @@ -520404,18 +574549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56287, "usage_id": 30 }, "5501.EG.190D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190D, \u00d6llager", "arch_name": "0190D@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15285, "seats": { @@ -520423,18 +574570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56292, "usage_id": 30 }, "5501.EG.190E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190E, Lager Vorrichtungen", "arch_name": "0190E@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15285, "seats": { @@ -520442,19 +574591,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56296, "usage_id": 30 }, "5501.EG.190F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190F, Schw. Br\u00fcn. Raum", "arch_name": "0190F@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 23201, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520462,18 +574613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54061, "usage_id": 51 }, "5501.EG.190G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190G, Holzwerkstatt", "arch_name": "0190G@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520481,18 +574634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54065, "usage_id": 107 }, "5501.EG.190H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190H, Personal", "arch_name": "0190H@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15285, "seats": { @@ -520500,18 +574655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54070, "usage_id": 44 }, "5501.EG.190I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190I, Meisterb\u00fcro", "arch_name": "0190I@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15285, "seats": { @@ -520519,18 +574676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54075, "usage_id": 12 }, "5501.EG.190L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190L, Feinmesser", "arch_name": "0190L@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15285, "seats": { @@ -520538,18 +574697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54079, "usage_id": 103 }, "5501.EG.190M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190M, Fotolabor", "arch_name": "0190M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15285, "seats": { @@ -520557,18 +574718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54212, "usage_id": 104 }, "5501.EG.190N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190N, WC-Herren", "arch_name": "0190N@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15285, "seats": { @@ -520576,18 +574739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54218, "usage_id": 115 }, "5501.EG.190O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190O, Umkleide", "arch_name": "0190O@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15285, "seats": { @@ -520595,18 +574760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54223, "usage_id": 121 }, "5501.EG.190P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190P, Umkleide-Herren", "arch_name": "0190P@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15285, "seats": { @@ -520614,18 +574781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54227, "usage_id": 121 }, "5501.EG.190Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190Q, Dusche Herren", "arch_name": "0190Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15285, "seats": { @@ -520633,18 +574802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54231, "usage_id": 113 }, "5501.EG.190X": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0190X, Technologisches Labor", "arch_name": "0190X@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15286, "seats": { @@ -520652,18 +574823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72001, "usage_id": 194 }, "5501.EG.191": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191, Technologisches Labor", "arch_name": "0191@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520671,18 +574844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71970, "usage_id": 194 }, "5501.EG.191A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191A, Technologisches Labor", "arch_name": "0191A@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520690,18 +574865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71975, "usage_id": 194 }, "5501.EG.191B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191B, Technologisches Labor", "arch_name": "0191B@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 15286, "seats": { @@ -520709,18 +574886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72004, "usage_id": 194 }, "5501.EG.191C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191C, Technologisches Labor", "arch_name": "0191C@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15286, "seats": { @@ -520728,18 +574907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71998, "usage_id": 194 }, "5501.EG.191D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191D, Technologisches Labor", "arch_name": "0191D@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520747,18 +574928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71976, "usage_id": 194 }, "5501.EG.191E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191E, Technologisches Labor", "arch_name": "0191E@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15286, "seats": { @@ -520766,18 +574949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71981, "usage_id": 194 }, "5501.EG.191F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191F, Technologisches Labor", "arch_name": "0191F@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15286, "seats": { @@ -520785,18 +574970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71977, "usage_id": 194 }, "5501.EG.191G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191G, Technologisches Labor", "arch_name": "0191G@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15286, "seats": { @@ -520804,18 +574991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72000, "usage_id": 194 }, "5501.EG.191H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191H, Technologisches Labor", "arch_name": "0191H@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15286, "seats": { @@ -520823,18 +575012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72002, "usage_id": 194 }, "5501.EG.191I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191I, Technologisches Labor", "arch_name": "0191I@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15286, "seats": { @@ -520842,18 +575033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71999, "usage_id": 194 }, "5501.EG.191K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191K, Technologisches Labor", "arch_name": "0191K@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520861,18 +575054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71972, "usage_id": 194 }, "5501.EG.191L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191L, Technologisches Labor", "arch_name": "0191L@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520880,18 +575075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71971, "usage_id": 194 }, "5501.EG.191M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0191M, Technologisches Labor", "arch_name": "0191M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520899,18 +575096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72003, "usage_id": 194 }, "5501.EG.192": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0192, Technologisches Labor", "arch_name": "0192@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520918,18 +575117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71974, "usage_id": 194 }, "5501.EG.192A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0192A, Technologisches Labor", "arch_name": "0192A@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15286, "seats": { @@ -520937,18 +575138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72005, "usage_id": 194 }, "5501.EG.198A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198a, Schacht", "arch_name": "0198a@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -520956,18 +575159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54396, "usage_id": 120 }, "5501.EG.198B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198B, Schacht", "arch_name": "0198B@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -520975,18 +575180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54401, "usage_id": 120 }, "5501.EG.198C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198C, Aufzug", "arch_name": "0198C@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -520994,18 +575201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54531, "usage_id": 4 }, "5501.EG.198D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198d, Schacht", "arch_name": "0198d@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521013,18 +575222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54536, "usage_id": 120 }, "5501.EG.198E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198e, Schacht", "arch_name": "0198e@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521032,18 +575243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54545, "usage_id": 120 }, "5501.EG.198F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198f, Schacht", "arch_name": "0198f@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521051,18 +575264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54548, "usage_id": 120 }, "5501.EG.198G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198g, Schacht", "arch_name": "0198g@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521070,18 +575285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54555, "usage_id": 120 }, "5501.EG.198H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198h, Schacht", "arch_name": "0198h@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521089,18 +575306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54563, "usage_id": 120 }, "5501.EG.198I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198i, Schacht", "arch_name": "0198i@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521108,18 +575327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54687, "usage_id": 120 }, "5501.EG.198J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198j, Schacht", "arch_name": "0198j@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521127,18 +575348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54698, "usage_id": 120 }, "5501.EG.198K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198k, Schacht", "arch_name": "0198k@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521146,18 +575369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54707, "usage_id": 120 }, "5501.EG.198L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198l, Schacht", "arch_name": "0198l@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521165,18 +575390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54712, "usage_id": 120 }, "5501.EG.198M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198M, Aufzug", "arch_name": "0198M@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -521184,18 +575411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54722, "usage_id": 4 }, "5501.EG.198N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198n, Schacht", "arch_name": "0198n@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521203,18 +575432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54852, "usage_id": 120 }, "5501.EG.198O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198o, Schacht", "arch_name": "0198o@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521222,18 +575453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54857, "usage_id": 120 }, "5501.EG.198Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198q, Schacht", "arch_name": "0198q@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521241,18 +575474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54875, "usage_id": 120 }, "5501.EG.198V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198v, Schacht", "arch_name": "0198v@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521260,18 +575495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54877, "usage_id": 120 }, "5501.EG.198W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198w, Technik", "arch_name": "0198w@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521279,18 +575516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54884, "usage_id": 120 }, "5501.EG.198X": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0198x, Schacht", "arch_name": "0198x@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -521298,19 +575537,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54889, "usage_id": 120 }, "5501.EG.199A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199A, MW 1 Innenhof", "arch_name": "0199A@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 12646, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -521318,18 +575559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30049, "usage_id": 222 }, "5501.EG.199B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199B, Flur", "arch_name": "0199B@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -521337,18 +575580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55026, "usage_id": 222 }, "5501.EG.199C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199C, Allraum/Flur", "arch_name": "0199C@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -521356,18 +575601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55033, "usage_id": 222 }, "5501.EG.199D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199D, Treppenraum", "arch_name": "0199D@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -521375,18 +575622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55046, "usage_id": 223 }, "5501.EG.199E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199E, Flur", "arch_name": "0199E@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -521394,18 +575643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71995, "usage_id": 222 }, "5501.EG.199I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199I, Treppenraum", "arch_name": "0199I@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -521413,18 +575664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55166, "usage_id": 223 }, "5501.EG.199J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199J, Flur", "arch_name": "0199J@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -521432,18 +575685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55171, "usage_id": 222 }, "5501.EG.199K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199K, Flur", "arch_name": "0199K@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -521451,18 +575706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55180, "usage_id": 222 }, "5501.EG.199L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199L, Flur", "arch_name": "0199L@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -521470,18 +575727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71996, "usage_id": 222 }, "5501.EG.199N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199N, Treppenraum", "arch_name": "0199N@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -521489,18 +575748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55185, "usage_id": 223 }, "5501.EG.199O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199O, Flur", "arch_name": "0199O@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -521508,18 +575769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55192, "usage_id": 222 }, "5501.EG.199Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199Q, Flur", "arch_name": "0199Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -521527,18 +575790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55198, "usage_id": 222 }, "5501.EG.199R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199R, Vorraum", "arch_name": "0199R@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15285, "seats": { @@ -521546,18 +575811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55330, "usage_id": 50 }, "5501.EG.199S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199s, Treppe", "arch_name": "0199s@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -521565,18 +575832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55338, "usage_id": 223 }, "5501.EG.199T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199T, Treppe", "arch_name": "0199T@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -521584,18 +575853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55347, "usage_id": 223 }, "5501.EG.199U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199U, Treppe", "arch_name": "0199U@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -521603,18 +575874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55038, "usage_id": 223 }, "5501.EG.199V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199V, Flur", "arch_name": "0199V@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -521622,18 +575895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71978, "usage_id": 222 }, "5501.EG.199W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199W, Treppe im Freien", "arch_name": "0199W@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -521641,18 +575916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71980, "usage_id": 7 }, "5501.EG.199X": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199X, Flur", "arch_name": "0199X@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -521660,18 +575937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71982, "usage_id": 222 }, "5501.EG.199Y": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199Y, Flur", "arch_name": "0199Y@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -521679,18 +575958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71997, "usage_id": 222 }, "5501.EG.199Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0199Z, Treppe", "arch_name": "0199Z@5501", "area_id": 34, "building_id": 833, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -521698,18 +575979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71849, "usage_id": 223 }, "5501.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U101, Technik", "arch_name": "U101@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -521717,18 +576000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54791, "usage_id": 120 }, "5501.U1.101A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U101A, Installationskeller", "arch_name": "U101A@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -521736,18 +576021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54802, "usage_id": 120 }, "5501.U1.101M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U101M, Maschinenraum", "arch_name": "U101M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -521755,18 +576042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54808, "usage_id": 120 }, "5501.U1.101N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U101N, Schachtaufgang", "arch_name": "U101N@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -521774,18 +576063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54934, "usage_id": 120 }, "5501.U1.103N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U103N, Maschinenraum", "arch_name": "U103N@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -521793,18 +576084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54944, "usage_id": 120 }, "5501.U1.109M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U103M, Lager Hausmaterial", "arch_name": "U103M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -521812,18 +576105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54955, "usage_id": 30 }, "5501.U1.125": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U125, Netz", "arch_name": "U125@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -521831,18 +576126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54961, "usage_id": 160 }, "5501.U1.125M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U125M, Elektroverteiler", "arch_name": "U125M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -521850,18 +576147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54972, "usage_id": 120 }, "5501.U1.126": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U126, SV", "arch_name": "U126@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -521869,18 +576168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55094, "usage_id": 160 }, "5501.U1.126M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U126M, Elektroverteiler", "arch_name": "U126M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -521888,18 +576189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55101, "usage_id": 120 }, "5501.U1.127": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U127, FM", "arch_name": "U127@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -521907,18 +576210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55109, "usage_id": 202 }, "5501.U1.128A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U128A, Werkstatt", "arch_name": "U128A@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15270, "seats": { @@ -521926,18 +576231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71898, "usage_id": 51 }, "5501.U1.128B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U128B, Werkstatt", "arch_name": "U128B@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15270, "seats": { @@ -521945,18 +576252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71905, "usage_id": 51 }, "5501.U1.128C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U128C, Lager", "arch_name": "U128C@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15270, "seats": { @@ -521964,18 +576273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71902, "usage_id": 30 }, "5501.U1.128D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U128D, Lager", "arch_name": "U128D@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15270, "seats": { @@ -521983,18 +576294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71903, "usage_id": 30 }, "5501.U1.129": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U129, Reinigungsdienst", "arch_name": "U129@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -522002,18 +576315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55123, "usage_id": 44 }, "5501.U1.130": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U130, Werkstatt", "arch_name": "U130@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15268, "seats": { @@ -522021,18 +576336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55249, "usage_id": 51 }, "5501.U1.130M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U130M, Elektroverteiler", "arch_name": "U130M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522040,18 +576357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55259, "usage_id": 120 }, "5501.U1.131": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U131, Archiv", "arch_name": "U131@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -522059,18 +576378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55269, "usage_id": 2 }, "5501.U1.131M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U131M, B\u00fcchermagazin", "arch_name": "U131M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19671, "seats": { @@ -522078,18 +576399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55278, "usage_id": 2 }, "5501.U1.132": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U132, Archiv", "arch_name": "U132@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -522097,19 +576420,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55288, "usage_id": 2 }, "5501.U1.150": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U150, Seminar", "arch_name": "U150@5501", "area_id": 34, "building_id": 833, "calendar_resource_nr": 21664, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -522117,18 +576442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55421, "usage_id": 41 }, "5501.U1.150B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U150B, Abstellraum", "arch_name": "U150B@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 49317, "seats": { @@ -522136,18 +576463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55435, "usage_id": 159 }, "5501.U1.150C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U150C, Treppe", "arch_name": "U150C@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -522155,18 +576484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55446, "usage_id": 223 }, "5501.U1.150D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U150D, Lager", "arch_name": "U150D@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Gie\u00dfharz", "main_operator_id": 49317, "seats": { @@ -522174,18 +576505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55452, "usage_id": 30 }, "5501.U1.150E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "150E, Seminarraum", "arch_name": "150E@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15270, "seats": { @@ -522193,18 +576526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71904, "usage_id": 41 }, "5501.U1.198B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198B, Schacht", "arch_name": "U198B@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522212,18 +576547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55584, "usage_id": 120 }, "5501.U1.198C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198C, Aufzug", "arch_name": "U198C@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522231,18 +576568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55589, "usage_id": 4 }, "5501.U1.198D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198D, Schacht", "arch_name": "U198D@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522250,18 +576589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55598, "usage_id": 120 }, "5501.U1.198E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198E, Schacht", "arch_name": "U198E@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522269,18 +576610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55605, "usage_id": 120 }, "5501.U1.198F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198F, Schacht", "arch_name": "U198F@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522288,18 +576631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55614, "usage_id": 120 }, "5501.U1.198G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198G, Schacht", "arch_name": "U198G@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522307,18 +576652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55742, "usage_id": 120 }, "5501.U1.198H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198H, Schacht", "arch_name": "U198H@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522326,18 +576673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55752, "usage_id": 120 }, "5501.U1.198I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198I, Lager", "arch_name": "U198I@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -522345,18 +576694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71906, "usage_id": 30 }, "5501.U1.198J": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198J, Schacht", "arch_name": "U198J@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522364,18 +576715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55762, "usage_id": 120 }, "5501.U1.198K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198K, Schacht", "arch_name": "U198K@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522383,18 +576736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55767, "usage_id": 120 }, "5501.U1.198L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198L, Flur", "arch_name": "U198L@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -522402,18 +576757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71908, "usage_id": 222 }, "5501.U1.198M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198M, Aufzugsmaschinenraum", "arch_name": "U198M@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522421,18 +576778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55774, "usage_id": 5 }, "5501.U1.198N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198N, Schacht", "arch_name": "U198N@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522440,18 +576799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55910, "usage_id": 120 }, "5501.U1.198O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198O, Schacht", "arch_name": "U198O@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522459,18 +576820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55914, "usage_id": 120 }, "5501.U1.198P": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198P, Schacht", "arch_name": "U198P@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522478,18 +576841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55920, "usage_id": 120 }, "5501.U1.198Q": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198Q, Schacht", "arch_name": "U198Q@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522497,18 +576862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55925, "usage_id": 120 }, "5501.U1.198R": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198r, Schacht", "arch_name": "U198r@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522516,18 +576883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55932, "usage_id": 120 }, "5501.U1.198S": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U198S, Lager", "arch_name": "U198S@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -522535,18 +576904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71915, "usage_id": 30 }, "5501.U1.199A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U199A, TB-Anlage", "arch_name": "U199A@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -522554,18 +576925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56064, "usage_id": 120 }, "5501.U1.199B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U199B, Installationskeller", "arch_name": "U199B@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -522573,18 +576946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56069, "usage_id": 120 }, "5501.U1.199C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U199C, Flur", "arch_name": "U199C@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -522592,18 +576967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56078, "usage_id": 222 }, "5501.U1.199D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U199D, Treppenraum", "arch_name": "U199D@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -522611,18 +576988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56086, "usage_id": 223 }, "5501.U1.199E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U199E, Treppenraum", "arch_name": "U199E@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -522630,18 +577009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56094, "usage_id": 223 }, "5501.U1.199G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U199G, Flur", "arch_name": "U199G@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -522649,18 +577030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56232, "usage_id": 222 }, "5501.U1.199H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U199H, Flur", "arch_name": "U199H@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -522668,18 +577051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56237, "usage_id": 222 }, "5501.U1.199N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U199N, Flur", "arch_name": "U199N@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -522687,18 +577072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56255, "usage_id": 222 }, "5501.U1.199R": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U199R, Treppe im Freien", "arch_name": "U199R@5501", "area_id": 34, "building_id": 833, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -522706,18 +577093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71907, "usage_id": 7 }, "5502.01.201": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1201, B\u00fcro", "arch_name": "1201@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522725,18 +577114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58432, "usage_id": 12 }, "5502.01.202": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1202, B\u00fcro", "arch_name": "1202@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522744,18 +577135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58439, "usage_id": 12 }, "5502.01.203": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1203, B\u00fcro", "arch_name": "1203@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522763,18 +577156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58445, "usage_id": 12 }, "5502.01.203M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1203M, WC-Vorraum", "arch_name": "1203M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -522782,18 +577177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58451, "usage_id": 37 }, "5502.01.203N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1203N, WC-Vorraum", "arch_name": "1203N@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -522801,18 +577198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58458, "usage_id": 37 }, "5502.01.203P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0203P, WC-Damen", "arch_name": "0203P@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -522820,18 +577219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58574, "usage_id": 116 }, "5502.01.203Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1203Q, WC-Herren", "arch_name": "1203Q@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -522839,18 +577240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58589, "usage_id": 115 }, "5502.01.204": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1204, B\u00fcro", "arch_name": "1204@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522858,18 +577261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58594, "usage_id": 12 }, "5502.01.205": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1205, Prof.-B\u00fcro", "arch_name": "1205@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522877,18 +577282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58602, "usage_id": 12 }, "5502.01.206": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1206, Sekretariat", "arch_name": "1206@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522896,18 +577303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58721, "usage_id": 40 }, "5502.01.207": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1207, B\u00fcro", "arch_name": "1207@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522915,18 +577324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58732, "usage_id": 12 }, "5502.01.208": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1208, B\u00fcro", "arch_name": "1208@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522934,18 +577345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58739, "usage_id": 12 }, "5502.01.209": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1209, B\u00fcro", "arch_name": "1209@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522953,18 +577366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58746, "usage_id": 12 }, "5502.01.209M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1209M, Bibliothek", "arch_name": "1209M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522972,18 +577387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58756, "usage_id": 10 }, "5502.01.210": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1210, Besprechungsraum", "arch_name": "1210@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -522991,18 +577408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56532, "usage_id": 196 }, "5502.01.210M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1210M, Teek\u00fcche", "arch_name": "1210M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15277, "seats": { @@ -523010,18 +577429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56542, "usage_id": 198 }, "5502.01.211": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1211, B\u00fcro", "arch_name": "1211@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523029,18 +577450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56552, "usage_id": 12 }, "5502.01.212A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1212A, B\u00fcro", "arch_name": "1212A@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523048,18 +577471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61928, "usage_id": 12 }, "5502.01.212B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1212B, Server", "arch_name": "1212B@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15277, "seats": { @@ -523067,18 +577492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61927, "usage_id": 207 }, "5502.01.213": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1213, Putzraum", "arch_name": "1213@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -523086,18 +577513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56564, "usage_id": 205 }, "5502.01.225": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1225, B\u00fcro", "arch_name": "1225@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523105,18 +577534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56676, "usage_id": 12 }, "5502.01.226": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1226, B\u00fcro", "arch_name": "1226@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523124,18 +577555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56681, "usage_id": 12 }, "5502.01.227": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1227, B\u00fcro", "arch_name": "1227@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523143,18 +577576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56684, "usage_id": 12 }, "5502.01.228": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1228, B\u00fcro", "arch_name": "1228@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523162,18 +577597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56688, "usage_id": 12 }, "5502.01.228M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1228M, Elektroverteiler", "arch_name": "1228M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -523181,18 +577618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56694, "usage_id": 120 }, "5502.01.228N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1228N, Nebenraum zu 1228m", "arch_name": "1228N@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -523200,18 +577639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56814, "usage_id": 120 }, "5502.01.229": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1229, B\u00fcro", "arch_name": "1229@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523219,18 +577660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56822, "usage_id": 12 }, "5502.01.229M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1229M, Elektroverteiler", "arch_name": "1229M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -523238,18 +577681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56827, "usage_id": 120 }, "5502.01.230": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1230, B\u00fcro", "arch_name": "1230@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523257,18 +577702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12159, "usage_id": 12 }, "5502.01.230M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1230M, Lager", "arch_name": "1230M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15277, "seats": { @@ -523276,18 +577723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56835, "usage_id": 30 }, "5502.01.231": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1231, Prof.-B\u00fcro", "arch_name": "1231@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523295,18 +577744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56842, "usage_id": 12 }, "5502.01.232": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1232, B\u00fcro", "arch_name": "1232@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523314,18 +577765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12167, "usage_id": 12 }, "5502.01.233": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1233, B\u00fcro", "arch_name": "1233@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523333,18 +577786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56963, "usage_id": 12 }, "5502.01.234": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1234, B\u00fcro", "arch_name": "1234@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523352,18 +577807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12218, "usage_id": 12 }, "5502.01.234M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1234M, Elektroverteiler", "arch_name": "1234M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -523371,18 +577828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56974, "usage_id": 120 }, "5502.01.235": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1235, B\u00fcro", "arch_name": "1235@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523390,18 +577849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56985, "usage_id": 12 }, "5502.01.236": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1236, B\u00fcro", "arch_name": "1236@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523409,19 +577870,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12229, "usage_id": 12 }, "5502.01.237": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1237, Seminarraum", "arch_name": "1237@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 15516, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523429,19 +577892,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57124, "usage_id": 41 }, "5502.01.250": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1250, H\u00f6rsaal", "arch_name": "1250@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 12574, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -523449,18 +577914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12237, "usage_id": 20 }, "5502.01.250A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1250A, Putzraum", "arch_name": "1250A@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -523468,18 +577935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57135, "usage_id": 205 }, "5502.01.250B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1250b, H\u00f6rsaalnebenraum", "arch_name": "1250b@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -523487,18 +577956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57141, "usage_id": 136 }, "5502.01.251": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1251, Galerie", "arch_name": "1251@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -523506,18 +577977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57255, "usage_id": 206 }, "5502.01.252": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1252, Galerie", "arch_name": "1252@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -523525,18 +577998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71925, "usage_id": 206 }, "5502.01.260": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1260, Lager", "arch_name": "1260@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 50157, "seats": { @@ -523544,18 +578019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57262, "usage_id": 30 }, "5502.01.260M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1260M, Technik", "arch_name": "1260M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -523563,18 +578040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57273, "usage_id": 120 }, "5502.01.260N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1260N, Technik", "arch_name": "1260N@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -523582,18 +578061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57280, "usage_id": 120 }, "5502.01.260O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1260O, WC-Vorraum Herren", "arch_name": "1260O@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -523601,18 +578082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71932, "usage_id": 118 }, "5502.01.260P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1260P, WC-Damen / Dusche", "arch_name": "1260P@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -523620,18 +578103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57291, "usage_id": 116 }, "5502.01.260Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1260Q, WC-Herren", "arch_name": "1260Q@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -523639,18 +578124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57406, "usage_id": 115 }, "5502.01.260R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1260R, Umkleide / Dusche", "arch_name": "1260R@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -523658,18 +578145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57411, "usage_id": 121 }, "5502.01.260S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1260S, Gruppenumkleideraum", "arch_name": "1260S@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -523677,18 +578166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71931, "usage_id": 121 }, "5502.01.260T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1260T, Umkleide / Dusche", "arch_name": "1260T@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -523696,18 +578187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57418, "usage_id": 121 }, "5502.01.260U": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1260U, WC-Herren", "arch_name": "1260U@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -523715,18 +578208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71933, "usage_id": 115 }, "5502.01.261": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1261, Elektrowerkstatt", "arch_name": "1261@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15276, "seats": { @@ -523734,18 +578229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30434, "usage_id": 51 }, "5502.01.261M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1261M, Messger\u00e4telabor", "arch_name": "1261M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -523753,18 +578250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57434, "usage_id": 30 }, "5502.01.261N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1261N, Lager", "arch_name": "1261N@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -523772,18 +578271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57551, "usage_id": 30 }, "5502.01.262": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1262, B\u00fcro", "arch_name": "1262@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523791,18 +578292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57560, "usage_id": 12 }, "5502.01.263": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1263, Seminarnebenraum", "arch_name": "1263@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523810,18 +578313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57566, "usage_id": 41 }, "5502.01.263M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1263M, Lager", "arch_name": "1263M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15277, "seats": { @@ -523829,19 +578334,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57575, "usage_id": 30 }, "5502.01.264": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1264, Seminar", "arch_name": "1264@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 18366, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15277, "seats": { @@ -523849,18 +578356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57584, "usage_id": 41 }, "5502.01.264M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1264M, Lager", "arch_name": "1264M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15277, "seats": { @@ -523868,18 +578377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57590, "usage_id": 30 }, "5502.01.264N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1264N, Lager", "arch_name": "1264N@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15277, "seats": { @@ -523887,19 +578398,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71928, "usage_id": 30 }, "5502.01.265M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1265M, Lager", "arch_name": "1265M@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 25102, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15277, "seats": { @@ -523907,19 +578420,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57700, "usage_id": 30 }, "5502.01.266": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1266, Seminarnebenraum", "arch_name": "1266@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 18663, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15277, "seats": { @@ -523927,18 +578442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57708, "usage_id": 41 }, "5502.01.290A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1290A, L\u00fcftungszentrale Nr. 2", "arch_name": "1290A@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -523946,18 +578463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57713, "usage_id": 32 }, "5502.01.290B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1290B, Labor", "arch_name": "1290B@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -523965,18 +578484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57721, "usage_id": 194 }, "5502.01.290C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1290C, Aufenthaltsraum", "arch_name": "1290C@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -523984,18 +578505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57838, "usage_id": 44 }, "5502.01.290D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1290D, Lager", "arch_name": "1290D@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -524003,18 +578526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57847, "usage_id": 30 }, "5502.01.298A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298a, Schacht", "arch_name": "1298a@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524022,18 +578547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57854, "usage_id": 120 }, "5502.01.298B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298b, Schacht", "arch_name": "1298b@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524041,18 +578568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57864, "usage_id": 120 }, "5502.01.298C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298c, Aufzug", "arch_name": "1298c@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524060,18 +578589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57873, "usage_id": 4 }, "5502.01.298D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298d, Schacht", "arch_name": "1298d@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524079,18 +578610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57990, "usage_id": 120 }, "5502.01.298E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298e, Schacht", "arch_name": "1298e@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524098,18 +578631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57997, "usage_id": 120 }, "5502.01.298F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298f, Schacht", "arch_name": "1298f@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524117,18 +578652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58004, "usage_id": 120 }, "5502.01.298G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298g, Schacht", "arch_name": "1298g@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524136,18 +578673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58012, "usage_id": 120 }, "5502.01.298H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298h, Schacht", "arch_name": "1298h@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524155,18 +578694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58021, "usage_id": 120 }, "5502.01.298K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298k, Aufzug", "arch_name": "1298k@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524174,18 +578715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58148, "usage_id": 4 }, "5502.01.298L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298l, Schacht", "arch_name": "1298l@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524193,18 +578736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58158, "usage_id": 120 }, "5502.01.298M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298m, Schacht", "arch_name": "1298m@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524212,18 +578757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58169, "usage_id": 120 }, "5502.01.298N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298n, Schacht", "arch_name": "1298n@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524231,18 +578778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58177, "usage_id": 120 }, "5502.01.298O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298o, Schacht", "arch_name": "1298o@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524250,18 +578799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58309, "usage_id": 120 }, "5502.01.298Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298q, Schacht", "arch_name": "1298q@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524269,18 +578820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58315, "usage_id": 120 }, "5502.01.298R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298r, Schacht", "arch_name": "1298r@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524288,18 +578841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58321, "usage_id": 120 }, "5502.01.298S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298s, Schacht", "arch_name": "1298s@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524307,18 +578862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58329, "usage_id": 120 }, "5502.01.298T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298t, Schacht", "arch_name": "1298t@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -524326,18 +578883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58335, "usage_id": 120 }, "5502.01.298U": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1298u, Br\u00fccke", "arch_name": "1298u@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -524345,18 +578904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58461, "usage_id": 206 }, "5502.01.299A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299A, Galerie", "arch_name": "1299A@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -524364,18 +578925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58490, "usage_id": 206 }, "5502.01.299B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299B, Galerie", "arch_name": "1299B@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -524383,18 +578946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58611, "usage_id": 206 }, "5502.01.299C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299C, Flur", "arch_name": "1299C@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -524402,18 +578967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58621, "usage_id": 222 }, "5502.01.299D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299D, Treppenraum", "arch_name": "1299D@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -524421,18 +578988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58628, "usage_id": 223 }, "5502.01.299E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299E, Flur/Foyer", "arch_name": "1299E@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -524440,18 +579009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58638, "usage_id": 222 }, "5502.01.299F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299F, Flur", "arch_name": "1299F@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -524459,18 +579030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58759, "usage_id": 222 }, "5502.01.299G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299G, Flur", "arch_name": "1299G@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -524478,18 +579051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58772, "usage_id": 222 }, "5502.01.299I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299I, Treppenraum", "arch_name": "1299I@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -524497,18 +579072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58788, "usage_id": 223 }, "5502.01.299K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299K, Flur", "arch_name": "1299K@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -524516,18 +579093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56422, "usage_id": 222 }, "5502.01.299L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299L, Flur", "arch_name": "1299L@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -524535,18 +579114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56431, "usage_id": 222 }, "5502.01.299M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299M, Galerie", "arch_name": "1299M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -524554,18 +579135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56441, "usage_id": 206 }, "5502.01.299O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299O, Flur LNM / Werkstatt", "arch_name": "1299O@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -524573,18 +579156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56565, "usage_id": 222 }, "5502.01.299P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299P, Galerie", "arch_name": "1299P@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -524592,18 +579177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56576, "usage_id": 206 }, "5502.01.299Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299Q, Galerie", "arch_name": "1299Q@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -524611,18 +579198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56587, "usage_id": 206 }, "5502.01.299S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299S, Flur", "arch_name": "1299S@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -524630,18 +579219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71926, "usage_id": 222 }, "5502.01.299T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299T, Gang, Weg im Freien", "arch_name": "1299T@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -524649,18 +579240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71927, "usage_id": 219 }, "5502.01.299U": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299U, Flur", "arch_name": "1299U@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -524668,18 +579261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71929, "usage_id": 222 }, "5502.01.299V": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1299V, Treppe", "arch_name": "1299V@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -524687,18 +579282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71930, "usage_id": 223 }, "5502.02.099A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099A, Galerie", "arch_name": "2099A@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -524706,19 +579303,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71965, "usage_id": 206 }, "5502.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2201, Praktikumsraum", "arch_name": "2201@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 26871, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -524726,18 +579325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56595, "usage_id": 211 }, "5502.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2202, Wissenschaftliche Mitarbeiter", "arch_name": "2202@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -524745,18 +579346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56606, "usage_id": 12 }, "5502.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2203, Wissenschaftliche Mitarbeiter", "arch_name": "2203@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -524764,18 +579367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56708, "usage_id": 12 }, "5502.02.203M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2203M, WC-Vorraum", "arch_name": "2203M@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -524783,18 +579388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56719, "usage_id": 37 }, "5502.02.203N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2203N, WC-Vorraum", "arch_name": "2203N@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -524802,18 +579409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56728, "usage_id": 37 }, "5502.02.203P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2203P, WC-Damen", "arch_name": "2203P@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -524821,18 +579430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56735, "usage_id": 116 }, "5502.02.203Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2203Q, WC-Herren", "arch_name": "2203Q@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -524840,18 +579451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56850, "usage_id": 115 }, "5502.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2204, Wissenschaftliche Mitarbeiter", "arch_name": "2204@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -524859,18 +579472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56859, "usage_id": 12 }, "5502.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2205, Wiss. Mitarbeiter/LTD-Pr\u00fcfing.", "arch_name": "2205@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -524878,19 +579493,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56866, "usage_id": 12 }, "5502.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2206, Wissenschaftliche Mitarbeiter", "arch_name": "2206@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 25429, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -524898,18 +579515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56878, "usage_id": 12 }, "5502.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2207, Wissenschaftliche Mitarbeiter", "arch_name": "2207@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -524917,18 +579536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57148, "usage_id": 12 }, "5502.02.208": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2208, Archiv", "arch_name": "2208@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -524936,18 +579557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57154, "usage_id": 2 }, "5502.02.208M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2208M, Dilatometrie+digitale Bildbearbeitung", "arch_name": "2208M@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -524955,18 +579578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57162, "usage_id": 194 }, "5502.02.209": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2209, Labor", "arch_name": "2209@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -524974,18 +579599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57169, "usage_id": 194 }, "5502.02.209M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2209M, Dunkelkammer", "arch_name": "2209M@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -524993,18 +579620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57177, "usage_id": 104 }, "5502.02.210": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2210, GDS", "arch_name": "2210@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -525012,18 +579641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57593, "usage_id": 103 }, "5502.02.210M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2210M, Teek\u00fcche", "arch_name": "2210M@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15276, "seats": { @@ -525031,18 +579662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57605, "usage_id": 198 }, "5502.02.211": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2211, Bildanalyse", "arch_name": "2211@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -525050,18 +579683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57611, "usage_id": 194 }, "5502.02.212": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2212, Met. Mikroskop", "arch_name": "2212@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -525069,18 +579704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57620, "usage_id": 194 }, "5502.02.213": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2213, Met. \u00c4tzlabor", "arch_name": "2213@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -525088,18 +579725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57296, "usage_id": 194 }, "5502.02.214": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2214, Met. Schleifen/Polieren", "arch_name": "2214@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -525107,18 +579746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57301, "usage_id": 194 }, "5502.02.215": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2215, REM 1", "arch_name": "2215@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -525126,18 +579767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57311, "usage_id": 103 }, "5502.02.216": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2216, Serverraum", "arch_name": "2216@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 15276, "seats": { @@ -525145,18 +579788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57322, "usage_id": 207 }, "5502.02.217": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2217, Met. Lager", "arch_name": "2217@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15276, "seats": { @@ -525164,19 +579809,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57327, "usage_id": 30 }, "5502.02.225": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2225, Beratungszimmer", "arch_name": "2225@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 18670, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -525184,18 +579831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56992, "usage_id": 196 }, "5502.02.226": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2226, B\u00fcro/Techn. Angestellter", "arch_name": "2226@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -525203,19 +579852,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57001, "usage_id": 12 }, "5502.02.227": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2227, B\u00fcro/Wiss. Mitarbeiter", "arch_name": "2227@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 25946, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -525223,18 +579874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57010, "usage_id": 12 }, "5502.02.227M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2227M, Elektroverteiler", "arch_name": "2227M@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -525242,18 +579895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57020, "usage_id": 120 }, "5502.02.227N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2227N, Nebenraum 2227m", "arch_name": "2227N@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -525261,19 +579916,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57444, "usage_id": 120 }, "5502.02.228": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2228, B\u00fcro/Wiss. Mitarbeiter", "arch_name": "2228@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 27392, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -525281,18 +579938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57456, "usage_id": 12 }, "5502.02.228M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2228M, Elektroverteiler", "arch_name": "2228M@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -525300,18 +579959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57464, "usage_id": 120 }, "5502.02.229": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2229, Wissenschaftliche Mitarbeiter", "arch_name": "2229@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -525319,18 +579980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12302, "usage_id": 12 }, "5502.02.230": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2230, B\u00fcro/Wiss. Angestellter", "arch_name": "2230@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -525338,18 +580001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12304, "usage_id": 12 }, "5502.02.231": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2231, Prof.-B\u00fcro", "arch_name": "2231@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -525357,18 +580022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55382, "usage_id": 12 }, "5502.02.231M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2231M, Dunkelkammer", "arch_name": "2231M@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -525376,18 +580043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55389, "usage_id": 104 }, "5502.02.231N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2231N, Dilatometrie", "arch_name": "2231N@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -525395,19 +580064,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55399, "usage_id": 194 }, "5502.02.232": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2232, Sekretariat", "arch_name": "2232@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 18490, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -525415,19 +580086,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55409, "usage_id": 40 }, "5502.02.233": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2233, B\u00fcro/Sekretariat", "arch_name": "2233@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 18925, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -525435,18 +580108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55535, "usage_id": 12 }, "5502.02.233M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2233M, Elektroverteiler", "arch_name": "2233M@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -525454,18 +580129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55546, "usage_id": 120 }, "5502.02.234": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2234, B\u00fcro Oberingenieur", "arch_name": "2234@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -525473,19 +580150,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55556, "usage_id": 12 }, "5502.02.235": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 2235, Seminarraum", "arch_name": "2235@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 15166, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -525493,19 +580172,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11637, "usage_id": 41 }, "5502.02.250": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2250, Seminarraum B8", "arch_name": "2250@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 15167, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -525513,18 +580194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11640, "usage_id": 41 }, "5502.02.250A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2250A, Teek\u00fcche", "arch_name": "2250A@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -525532,18 +580215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55700, "usage_id": 198 }, "5502.02.250B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2250b, Schacht", "arch_name": "2250b@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -525551,18 +580236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55708, "usage_id": 120 }, "5502.02.260": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2260, Technik", "arch_name": "2260@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -525570,18 +580257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30877, "usage_id": 120 }, "5502.02.298A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298a, Schacht", "arch_name": "2298a@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525589,18 +580278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55731, "usage_id": 120 }, "5502.02.298B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298b, Schacht", "arch_name": "2298b@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525608,18 +580299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55859, "usage_id": 120 }, "5502.02.298C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298C, Personenaufzug", "arch_name": "2298C@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -525627,18 +580320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55870, "usage_id": 4 }, "5502.02.298D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298d, Schacht", "arch_name": "2298d@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525646,18 +580341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55881, "usage_id": 120 }, "5502.02.298E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298e, Schacht", "arch_name": "2298e@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525665,18 +580362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55891, "usage_id": 120 }, "5502.02.298F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298f, Schacht", "arch_name": "2298f@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525684,18 +580383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55900, "usage_id": 120 }, "5502.02.298G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298g, Schacht", "arch_name": "2298g@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525703,18 +580404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56024, "usage_id": 120 }, "5502.02.298H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298h, Schacht", "arch_name": "2298h@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525722,18 +580425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56035, "usage_id": 120 }, "5502.02.298I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298i, Schacht", "arch_name": "2298i@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525741,18 +580446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56047, "usage_id": 120 }, "5502.02.298J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298j, Schacht", "arch_name": "2298j@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525760,18 +580467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56058, "usage_id": 120 }, "5502.02.298K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298k, Schacht", "arch_name": "2298k@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525779,18 +580488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56189, "usage_id": 120 }, "5502.02.298M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298m, Schacht", "arch_name": "2298m@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525798,18 +580509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56199, "usage_id": 120 }, "5502.02.298N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298n, Schacht", "arch_name": "2298n@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525817,18 +580530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56208, "usage_id": 120 }, "5502.02.298O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2298o, Schacht", "arch_name": "2298o@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -525836,18 +580551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56216, "usage_id": 120 }, "5502.02.299A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299A, Galerie", "arch_name": "2299A@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -525855,18 +580572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56343, "usage_id": 206 }, "5502.02.299C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299C, Flur", "arch_name": "2299C@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -525874,18 +580593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56362, "usage_id": 222 }, "5502.02.299D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299D, Treppenraum", "arch_name": "2299D@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -525893,18 +580614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56370, "usage_id": 223 }, "5502.02.299E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299E, Flur", "arch_name": "2299E@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -525912,18 +580635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56378, "usage_id": 222 }, "5502.02.299F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299F, Flur", "arch_name": "2299F@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -525931,18 +580656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53985, "usage_id": 222 }, "5502.02.299G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299G, Flur", "arch_name": "2299G@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -525950,18 +580677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53997, "usage_id": 222 }, "5502.02.299H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299H, Flur", "arch_name": "2299H@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -525969,18 +580698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54006, "usage_id": 222 }, "5502.02.299I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299I, Treppenraum", "arch_name": "2299I@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -525988,18 +580719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54016, "usage_id": 223 }, "5502.02.299L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299L, Flur", "arch_name": "2299L@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -526007,18 +580740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54134, "usage_id": 222 }, "5502.02.299M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299M, Flur", "arch_name": "2299M@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -526026,18 +580761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54146, "usage_id": 222 }, "5502.02.299N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299N, Galerie", "arch_name": "2299N@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 15276, "seats": { @@ -526045,18 +580782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54163, "usage_id": 206 }, "5502.02.299U": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299U, Flur", "arch_name": "2299U@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -526064,18 +580803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71966, "usage_id": 222 }, "5502.02.299V": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299V, Verbindungsgang", "arch_name": "2299V@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -526083,18 +580824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71967, "usage_id": 16 }, "5502.02.299W": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2299W, Schleuse", "arch_name": "2299W@5502", "area_id": 34, "building_id": 836, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -526102,18 +580845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71968, "usage_id": 105 }, "5502.03.201": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3201, B\u00fcro", "arch_name": "3201@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526121,18 +580866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54446, "usage_id": 12 }, "5502.03.202": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3202, B\u00fcro", "arch_name": "3202@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15318, "seats": { @@ -526140,18 +580887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54455, "usage_id": 12 }, "5502.03.203": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3203, B\u00fcro", "arch_name": "3203@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526159,18 +580908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54463, "usage_id": 12 }, "5502.03.203M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3203M, WC-Herren", "arch_name": "3203M@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -526178,18 +580929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54474, "usage_id": 115 }, "5502.03.203N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3203N, WC-Damen", "arch_name": "3203N@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -526197,18 +580950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54483, "usage_id": 116 }, "5502.03.203P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3203P, WC-Vorraum", "arch_name": "3203P@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -526216,18 +580971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54599, "usage_id": 37 }, "5502.03.203Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3203Q, WC-Vorraum", "arch_name": "3203Q@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -526235,18 +580992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54609, "usage_id": 37 }, "5502.03.204": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3204, B\u00fcro", "arch_name": "3204@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15318, "seats": { @@ -526254,18 +581013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54621, "usage_id": 12 }, "5502.03.205": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3205, Bibliothek", "arch_name": "3205@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 50157, "seats": { @@ -526273,18 +581034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54630, "usage_id": 10 }, "5502.03.206": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3206, Bibliothek", "arch_name": "3206@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 50157, "seats": { @@ -526292,18 +581055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54771, "usage_id": 10 }, "5502.03.207": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3207, Nass. Chem. Labor", "arch_name": "3207@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 50157, "seats": { @@ -526311,18 +581076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54780, "usage_id": 102 }, "5502.03.207M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3207M, Physiklabor", "arch_name": "3207M@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 50157, "seats": { @@ -526330,18 +581097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54783, "usage_id": 103 }, "5502.03.207N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3207N, Vorbereitungsraum", "arch_name": "3207N@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 50157, "seats": { @@ -526349,18 +581118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54796, "usage_id": 136 }, "5502.03.208": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3208, Metallographie", "arch_name": "3208@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 50157, "seats": { @@ -526368,18 +581139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54807, "usage_id": 194 }, "5502.03.208M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3208M, REM JSM 7900F", "arch_name": "3208M@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15276, "seats": { @@ -526387,18 +581160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54939, "usage_id": 103 }, "5502.03.209": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3209, Technolog. Labor", "arch_name": "3209@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 50157, "seats": { @@ -526406,18 +581181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54949, "usage_id": 194 }, "5502.03.209M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3209M, Teek\u00fcche", "arch_name": "3209M@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15276, "seats": { @@ -526425,19 +581202,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54960, "usage_id": 198 }, "5502.03.210": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3210, Labor", "arch_name": "3210@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 24835, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -526445,18 +581224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54973, "usage_id": 194 }, "5502.03.211": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3211, Labor", "arch_name": "3211@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -526464,18 +581245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55104, "usage_id": 194 }, "5502.03.212": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3212, R\u00f6ntgen GADDS", "arch_name": "3212@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -526483,18 +581266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55113, "usage_id": 103 }, "5502.03.213": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3213, R\u00f6ntgendiff. D8, D5000", "arch_name": "3213@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -526502,18 +581287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55120, "usage_id": 103 }, "5502.03.214": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3214, Labor (HIP-Pr\u00e4paration)", "arch_name": "3214@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -526521,18 +581308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55125, "usage_id": 103 }, "5502.03.215": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3215, REM CS 4", "arch_name": "3215@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -526540,18 +581329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55253, "usage_id": 103 }, "5502.03.216": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3216, Zentrale Gasversorgung", "arch_name": "3216@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15276, "seats": { @@ -526559,18 +581350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55263, "usage_id": 17 }, "5502.03.225": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3225, B\u00fcro", "arch_name": "3225@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526578,18 +581371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55271, "usage_id": 12 }, "5502.03.226": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3226, Wissenschaftliche Mitarbeiter", "arch_name": "3226@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526597,18 +581392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55281, "usage_id": 12 }, "5502.03.227": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3227, Wissenschaftliche Mitarbeiter", "arch_name": "3227@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526616,18 +581413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55417, "usage_id": 12 }, "5502.03.228": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3228, Wissenschaftliche Mitarbeiter", "arch_name": "3228@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526635,18 +581434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55424, "usage_id": 12 }, "5502.03.228M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3228M, Elektroverteiler", "arch_name": "3228M@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -526654,18 +581455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55432, "usage_id": 120 }, "5502.03.228N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3228n, Nebenraum ZU 3228m", "arch_name": "3228n@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -526673,18 +581476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55441, "usage_id": 120 }, "5502.03.229": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3229, Diplomanden", "arch_name": "3229@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526692,18 +581497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11470, "usage_id": 12 }, "5502.03.229M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3229M, Elektroverteiler", "arch_name": "3229M@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -526711,18 +581518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55582, "usage_id": 120 }, "5502.03.230": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3230, Semesterr. K./Tutoren", "arch_name": "3230@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526730,18 +581539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11474, "usage_id": 12 }, "5502.03.231": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3231, Wissenschaftliche Mitarbeiter", "arch_name": "3231@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526749,18 +581560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55597, "usage_id": 12 }, "5502.03.232": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3232, Emeritus", "arch_name": "3232@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526768,18 +581581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55607, "usage_id": 12 }, "5502.03.233A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3233A, Prof.-B\u00fcro", "arch_name": "3233A@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526787,18 +581602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55737, "usage_id": 12 }, "5502.03.233B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3233B, Sekretariat", "arch_name": "3233B@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526806,19 +581623,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55749, "usage_id": 40 }, "5502.03.234": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3234, Besprechung", "arch_name": "3234@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 19669, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526826,18 +581645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55755, "usage_id": 196 }, "5502.03.234M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3234M, Elektroverteiler", "arch_name": "3234M@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -526845,19 +581666,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55763, "usage_id": 120 }, "5502.03.235": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3235, B\u00fcro", "arch_name": "3235@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 19504, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 50157, "seats": { @@ -526865,18 +581688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55776, "usage_id": 12 }, "5502.03.236": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3236, Lager/Lehrmittel", "arch_name": "3236@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15276, "seats": { @@ -526884,19 +581709,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55908, "usage_id": 30 }, "5502.03.237": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3237, Seminarraum", "arch_name": "3237@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 15161, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15276, "seats": { @@ -526904,18 +581731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11525, "usage_id": 41 }, "5502.03.298A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298a, Schacht", "arch_name": "3298a@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -526923,18 +581752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55919, "usage_id": 120 }, "5502.03.298B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298B, Schacht", "arch_name": "3298B@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -526942,18 +581773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55921, "usage_id": 120 }, "5502.03.298C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298c, Aufzug", "arch_name": "3298c@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -526961,18 +581794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55929, "usage_id": 4 }, "5502.03.298D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298d, Schacht", "arch_name": "3298d@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -526980,18 +581815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56062, "usage_id": 120 }, "5502.03.298E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298e, Schacht", "arch_name": "3298e@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -526999,18 +581836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56075, "usage_id": 120 }, "5502.03.298F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298f, Schacht", "arch_name": "3298f@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -527018,18 +581857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56081, "usage_id": 120 }, "5502.03.298G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298g, Schacht", "arch_name": "3298g@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -527037,18 +581878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56089, "usage_id": 120 }, "5502.03.298H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298h, Schacht", "arch_name": "3298h@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -527056,18 +581899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56221, "usage_id": 120 }, "5502.03.298I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298i, Schacht", "arch_name": "3298i@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -527075,18 +581920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56227, "usage_id": 120 }, "5502.03.298J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3289j, Schacht", "arch_name": "3289j@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -527094,18 +581941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56236, "usage_id": 120 }, "5502.03.298K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298k, Aufzug", "arch_name": "3298k@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -527113,18 +581962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56239, "usage_id": 4 }, "5502.03.298M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298m, Schacht", "arch_name": "3298m@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -527132,18 +581983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56256, "usage_id": 120 }, "5502.03.298N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298n, Schacht", "arch_name": "3298n@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -527151,18 +582004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56388, "usage_id": 120 }, "5502.03.298P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3298p, Schacht", "arch_name": "3298p@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -527170,18 +582025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56392, "usage_id": 120 }, "5502.03.299A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299A, Galerie", "arch_name": "3299A@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -527189,18 +582046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56398, "usage_id": 206 }, "5502.03.299B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299B, Galerie", "arch_name": "3299B@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -527208,18 +582067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56404, "usage_id": 206 }, "5502.03.299D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299D, Treppenraum", "arch_name": "3299D@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -527227,18 +582088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56412, "usage_id": 223 }, "5502.03.299E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299E, Flur", "arch_name": "3299E@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -527246,18 +582109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54023, "usage_id": 222 }, "5502.03.299F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299F, Flur", "arch_name": "3299F@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -527265,18 +582130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54031, "usage_id": 222 }, "5502.03.299G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299G, Flur", "arch_name": "3299G@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -527284,18 +582151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54038, "usage_id": 222 }, "5502.03.299I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299I, Treppenraum", "arch_name": "3299I@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -527303,18 +582172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54044, "usage_id": 223 }, "5502.03.299J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299J, Flur", "arch_name": "3299J@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -527322,18 +582193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54052, "usage_id": 222 }, "5502.03.299K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299K, Flur", "arch_name": "3299K@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -527341,18 +582214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54179, "usage_id": 222 }, "5502.03.299L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299L, Galerie", "arch_name": "3299L@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -527360,18 +582235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54186, "usage_id": 206 }, "5502.03.299M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299M, Flur", "arch_name": "3299M@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -527379,18 +582256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71899, "usage_id": 222 }, "5502.03.299N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3299N, Flur", "arch_name": "3299N@5502", "area_id": 34, "building_id": 836, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -527398,19 +582277,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71900, "usage_id": 222 }, "5502.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0201, Seminarraum", "arch_name": "0201@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 18726, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527418,18 +582299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57186, "usage_id": 41 }, "5502.EG.202": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0202, Gastwissenschaftler", "arch_name": "0202@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527437,18 +582320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57195, "usage_id": 12 }, "5502.EG.203": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0203, Doktorand", "arch_name": "0203@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527456,18 +582341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57200, "usage_id": 12 }, "5502.EG.203M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0203M, WC-Vorraum", "arch_name": "0203M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -527475,18 +582362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57210, "usage_id": 37 }, "5502.EG.203N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0203N, WC-Vorraum", "arch_name": "0203N@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -527494,18 +582383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57332, "usage_id": 37 }, "5502.EG.203P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0203P, WC-Damen", "arch_name": "0203P@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -527513,18 +582404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57341, "usage_id": 116 }, "5502.EG.203Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0203Q, WC-Herren", "arch_name": "0203Q@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -527532,18 +582425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57349, "usage_id": 115 }, "5502.EG.204": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0204, Doktorand", "arch_name": "0204@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527551,18 +582446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12430, "usage_id": 12 }, "5502.EG.205": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0205, Doktorand", "arch_name": "0205@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527570,18 +582467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12433, "usage_id": 12 }, "5502.EG.206": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0206, Doktorand", "arch_name": "0206@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527589,18 +582488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57489, "usage_id": 12 }, "5502.EG.207": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0207, Rechner", "arch_name": "0207@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527608,18 +582509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57493, "usage_id": 207 }, "5502.EG.207M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0207M, Flur", "arch_name": "0207M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -527627,18 +582530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71954, "usage_id": 222 }, "5502.EG.208": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0208, Rechner", "arch_name": "0208@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527646,18 +582551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57504, "usage_id": 207 }, "5502.EG.208M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0208M, Labor/Rechner", "arch_name": "0208M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15272, "seats": { @@ -527665,19 +582572,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57512, "usage_id": 194 }, "5502.EG.209": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0209, Labor", "arch_name": "0209@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 26938, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15272, "seats": { @@ -527685,18 +582594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57638, "usage_id": 194 }, "5502.EG.209M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0209M, IT-, Lehrmittellager", "arch_name": "0209M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15272, "seats": { @@ -527704,18 +582615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57649, "usage_id": 30 }, "5502.EG.210": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0210, Labor", "arch_name": "0210@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15272, "seats": { @@ -527723,18 +582636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57658, "usage_id": 102 }, "5502.EG.210M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0210M, Teek\u00fcche", "arch_name": "0210M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15272, "seats": { @@ -527742,18 +582657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57776, "usage_id": 198 }, "5502.EG.211": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0211, Labor", "arch_name": "0211@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15272, "seats": { @@ -527761,18 +582678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57784, "usage_id": 194 }, "5502.EG.212": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0212, M\u00fcllraum", "arch_name": "0212@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -527780,18 +582699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57792, "usage_id": 214 }, "5502.EG.225": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0225, Doktorand", "arch_name": "0225@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527799,18 +582720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57927, "usage_id": 12 }, "5502.EG.225M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0225M, Elektroverteiler", "arch_name": "0225M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -527818,18 +582741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57935, "usage_id": 120 }, "5502.EG.225Y": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0225Y, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0225Y@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -527837,18 +582762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71952, "usage_id": 204 }, "5502.EG.226": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0226, Doktorand", "arch_name": "0226@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527856,18 +582783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57942, "usage_id": 12 }, "5502.EG.226M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0226M, Elektroverteiler", "arch_name": "0226M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -527875,18 +582804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57949, "usage_id": 120 }, "5502.EG.227": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0227, Doktorand", "arch_name": "0227@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527894,18 +582825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57957, "usage_id": 12 }, "5502.EG.228": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0228, Doktorand", "arch_name": "0228@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527913,18 +582846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58076, "usage_id": 12 }, "5502.EG.228M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0228M, Drucker", "arch_name": "0228M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15272, "seats": { @@ -527932,18 +582867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58086, "usage_id": 110 }, "5502.EG.228N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0228N, Archiv", "arch_name": "0228N@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15272, "seats": { @@ -527951,18 +582888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58094, "usage_id": 2 }, "5502.EG.229": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0229, Doktorand", "arch_name": "0229@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -527970,18 +582909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11734, "usage_id": 12 }, "5502.EG.229N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0229N, Kopierer", "arch_name": "0229N@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15272, "seats": { @@ -527989,18 +582930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58229, "usage_id": 110 }, "5502.EG.230": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0230, B\u00fcro", "arch_name": "0230@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -528008,18 +582951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58237, "usage_id": 12 }, "5502.EG.231": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0231, Sekretariat", "arch_name": "0231@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -528027,18 +582972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58244, "usage_id": 40 }, "5502.EG.232": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0232, Prof.-B\u00fcro", "arch_name": "0232@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -528046,18 +582993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11795, "usage_id": 12 }, "5502.EG.232M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0232M, Elektroverteiler", "arch_name": "0232M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -528065,19 +583014,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58384, "usage_id": 120 }, "5502.EG.233": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0233, Besprechungsraum", "arch_name": "0233@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 22721, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15272, "seats": { @@ -528085,19 +583036,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58392, "usage_id": 196 }, "5502.EG.234": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 0234, Seminarraum", "arch_name": "0234@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 15170, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -528105,19 +583058,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11803, "usage_id": 41 }, "5502.EG.250": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 0250, H\u00f6rsaal", "arch_name": "0250@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 12590, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -528125,18 +583080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11850, "usage_id": 20 }, "5502.EG.250A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0250A, MW 0250a, H\u00f6rsaalnebenraum", "arch_name": "0250A@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -528144,18 +583101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58418, "usage_id": 136 }, "5502.EG.250B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0250B, MW 0250b, H\u00f6rsaalnebenraum", "arch_name": "0250B@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -528163,18 +583122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58536, "usage_id": 136 }, "5502.EG.260": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260, Versuche", "arch_name": "0260@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15272, "seats": { @@ -528182,18 +583143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58544, "usage_id": 49 }, "5502.EG.260M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260m, Trafo", "arch_name": "0260m@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -528201,18 +583164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58553, "usage_id": 160 }, "5502.EG.260N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260n, Trafo", "arch_name": "0260n@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -528220,18 +583185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58561, "usage_id": 160 }, "5502.EG.260O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260O, Technik", "arch_name": "0260O@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -528239,18 +583206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58683, "usage_id": 120 }, "5502.EG.260P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260p, Trafo", "arch_name": "0260p@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -528258,18 +583227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58689, "usage_id": 160 }, "5502.EG.260Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260Q, Fernmeldetechnik", "arch_name": "0260Q@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -528277,18 +583248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58701, "usage_id": 202 }, "5502.EG.260R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260R, Umkleide / Dusche Herren", "arch_name": "0260R@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -528296,18 +583269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58709, "usage_id": 121 }, "5502.EG.260S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260S, Dusche", "arch_name": "0260S@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -528315,18 +583290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58717, "usage_id": 113 }, "5502.EG.260T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260T, Umkleide", "arch_name": "0260T@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -528334,18 +583311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56497, "usage_id": 121 }, "5502.EG.260U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260U, WC-Damen", "arch_name": "0260U@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -528353,18 +583332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56505, "usage_id": 116 }, "5502.EG.260V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260V, WC-Vorraum Damen", "arch_name": "0260V@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -528372,18 +583353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71963, "usage_id": 118 }, "5502.EG.260W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0260W, WC-Herren", "arch_name": "0260W@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -528391,18 +583374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71964, "usage_id": 115 }, "5502.EG.261": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0261, Lager", "arch_name": "0261@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15272, "seats": { @@ -528410,18 +583395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56511, "usage_id": 30 }, "5502.EG.261M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0261M, \u00c4tzen, Schwei\u00dfen", "arch_name": "0261M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15272, "seats": { @@ -528429,18 +583416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56516, "usage_id": 51 }, "5502.EG.261N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0261N, Lager, S\u00e4ge", "arch_name": "0261N@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 50157, "seats": { @@ -528448,18 +583437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56523, "usage_id": 30 }, "5502.EG.262": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0262, Werkstatt", "arch_name": "0262@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15272, "seats": { @@ -528467,18 +583458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56646, "usage_id": 51 }, "5502.EG.262A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0262A, B\u00fcro", "arch_name": "0262A@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15272, "seats": { @@ -528486,18 +583479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71955, "usage_id": 12 }, "5502.EG.263": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0263, Versuchshalle", "arch_name": "0263@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15272, "seats": { @@ -528505,18 +583500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56667, "usage_id": 49 }, "5502.EG.264": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0264, Pr\u00fcfungen", "arch_name": "0264@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15272, "seats": { @@ -528524,18 +583521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56781, "usage_id": 2 }, "5502.EG.265": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0265, Aufenthaltstraum", "arch_name": "0265@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15272, "seats": { @@ -528543,18 +583542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56787, "usage_id": 44 }, "5502.EG.265A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0265A, Versuche", "arch_name": "0265A@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15272, "seats": { @@ -528562,18 +583563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56795, "usage_id": 194 }, "5502.EG.290": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290, Halle 1/Technologiehalle", "arch_name": "0290@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528581,18 +583584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26238, "usage_id": 49 }, "5502.EG.290B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290B, CNC-Werkstatt", "arch_name": "0290B@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15276, "seats": { @@ -528600,18 +583605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56923, "usage_id": 51 }, "5502.EG.290C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290C, B\u00fcro", "arch_name": "0290C@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15276, "seats": { @@ -528619,18 +583626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12117, "usage_id": 12 }, "5502.EG.290D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290D, Grobmechanische Werkstatt", "arch_name": "0290D@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15276, "seats": { @@ -528638,18 +583647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26255, "usage_id": 51 }, "5502.EG.290E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290E, B\u00fcro", "arch_name": "0290E@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15276, "seats": { @@ -528657,18 +583668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12182, "usage_id": 12 }, "5502.EG.290F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290F, Werkstattlager", "arch_name": "0290F@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528676,18 +583689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56949, "usage_id": 30 }, "5502.EG.290G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290G, Hydraulikaggregate", "arch_name": "0290G@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528695,18 +583710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57071, "usage_id": 49 }, "5502.EG.290H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290H, Versuchshalle", "arch_name": "0290H@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528714,18 +583731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57079, "usage_id": 49 }, "5502.EG.290I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290I, Garage", "arch_name": "0290I@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528733,18 +583752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57086, "usage_id": 100 }, "5502.EG.290J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290J, Lager/Holzbearbeitung", "arch_name": "0290J@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528752,18 +583773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57094, "usage_id": 30 }, "5502.EG.290K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290K, Festigkeitslabor", "arch_name": "0290K@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528771,18 +583794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57101, "usage_id": 194 }, "5502.EG.290L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290L, Labor", "arch_name": "0290L@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528790,18 +583815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57108, "usage_id": 194 }, "5502.EG.290M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290M, Pulserlabor", "arch_name": "0290M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528809,18 +583836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57219, "usage_id": 194 }, "5502.EG.290N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290N, Festigkeitslabor", "arch_name": "0290N@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528828,18 +583857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57227, "usage_id": 194 }, "5502.EG.290O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290A, CNC-Werkstatt", "arch_name": "0290A@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528847,18 +583878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57234, "usage_id": 51 }, "5502.EG.290P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290P, Kleinere + mittlere Pr\u00fcfhalle", "arch_name": "0290P@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528866,18 +583899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57243, "usage_id": 49 }, "5502.EG.290Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290Q, Pr\u00fcfmaschinenhalle", "arch_name": "0290Q@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528885,18 +583920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57365, "usage_id": 49 }, "5502.EG.290R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290R, Labor Impuls", "arch_name": "0290R@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15276, "seats": { @@ -528904,18 +583941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57375, "usage_id": 194 }, "5502.EG.290S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0290S, Sonst.Betriebst.Anlagen", "arch_name": "0290S@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -528923,18 +583962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71957, "usage_id": 120 }, "5502.EG.298A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298a, Schacht", "arch_name": "0298a@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -528942,18 +583983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57381, "usage_id": 120 }, "5502.EG.298B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298b, Schacht", "arch_name": "0298b@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -528961,18 +584004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57391, "usage_id": 120 }, "5502.EG.298C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298C, Aufzug", "arch_name": "0298C@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -528980,18 +584025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57401, "usage_id": 4 }, "5502.EG.298D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298d, Schacht", "arch_name": "0298d@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -528999,18 +584046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57524, "usage_id": 120 }, "5502.EG.298E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298e, Schacht", "arch_name": "0298e@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529018,18 +584067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57531, "usage_id": 120 }, "5502.EG.298F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298f, Schacht", "arch_name": "0298f@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529037,18 +584088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57541, "usage_id": 120 }, "5502.EG.298G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298g, Schacht", "arch_name": "0298g@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529056,18 +584109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57550, "usage_id": 120 }, "5502.EG.298H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298h, Schacht", "arch_name": "0298h@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529075,18 +584130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57669, "usage_id": 120 }, "5502.EG.298I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298i, Schacht", "arch_name": "0298i@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529094,18 +584151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57676, "usage_id": 120 }, "5502.EG.298J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298j, Schacht", "arch_name": "0298j@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529113,18 +584172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57683, "usage_id": 120 }, "5502.EG.298K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298K, Aufzug", "arch_name": "0298K@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -529132,18 +584193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57690, "usage_id": 4 }, "5502.EG.298L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298l, Schacht", "arch_name": "0298l@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529151,18 +584214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57806, "usage_id": 120 }, "5502.EG.298M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298m, Schacht", "arch_name": "0298m@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529170,18 +584235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57811, "usage_id": 120 }, "5502.EG.298N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298n, Schacht", "arch_name": "0298n@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529189,18 +584256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57820, "usage_id": 120 }, "5502.EG.298O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298o, Schacht", "arch_name": "0298o@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529208,18 +584277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57830, "usage_id": 120 }, "5502.EG.298P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298p, Technik", "arch_name": "0298p@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529227,18 +584298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57835, "usage_id": 120 }, "5502.EG.298S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298s, Schacht", "arch_name": "0298s@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529246,18 +584319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57966, "usage_id": 120 }, "5502.EG.298T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0298t, Schacht", "arch_name": "0298t@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529265,19 +584340,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57970, "usage_id": 120 }, "5502.EG.299A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299A, MW 2 Innenhof", "arch_name": "0299A@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 17994, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -529285,18 +584362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26892, "usage_id": 222 }, "5502.EG.299B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299B, Flur", "arch_name": "0299B@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -529304,18 +584383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57980, "usage_id": 222 }, "5502.EG.299C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299C, Flur", "arch_name": "0299C@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -529323,18 +584404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57986, "usage_id": 222 }, "5502.EG.299D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299D, Treppenraum", "arch_name": "0299D@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -529342,18 +584425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58114, "usage_id": 223 }, "5502.EG.299E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299E, Treppe", "arch_name": "0299E@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -529361,18 +584446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71958, "usage_id": 223 }, "5502.EG.299G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299G, Flur", "arch_name": "0299G@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -529380,18 +584467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58120, "usage_id": 222 }, "5502.EG.299H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299H, Flur Zugang zu M\u00fcllraum", "arch_name": "0299H@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -529399,18 +584488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58133, "usage_id": 222 }, "5502.EG.299I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299I, Treppenraum", "arch_name": "0299I@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -529418,18 +584509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58140, "usage_id": 223 }, "5502.EG.299J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299J, Flur", "arch_name": "0299J@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -529437,18 +584530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58267, "usage_id": 222 }, "5502.EG.299K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299K, Flur", "arch_name": "0299K@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -529456,18 +584551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58274, "usage_id": 222 }, "5502.EG.299L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299L, Flur", "arch_name": "0299L@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -529475,18 +584572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58282, "usage_id": 222 }, "5502.EG.299M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299M, Flur", "arch_name": "0299M@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -529494,18 +584593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58289, "usage_id": 222 }, "5502.EG.299N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299N, Flur", "arch_name": "0299N@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -529513,18 +584614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58299, "usage_id": 222 }, "5502.EG.299R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299R, Flur", "arch_name": "0299R@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -529532,18 +584635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71962, "usage_id": 222 }, "5502.EG.299S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299S, Flur", "arch_name": "0299S@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -529551,18 +584656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71956, "usage_id": 222 }, "5502.EG.299T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299T, Treppe", "arch_name": "0299T@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -529570,18 +584677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71959, "usage_id": 223 }, "5502.EG.299U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299U, Treppe im Freien", "arch_name": "0299U@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -529589,18 +584698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71953, "usage_id": 7 }, "5502.EG.299V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299V, Treppe", "arch_name": "0299V@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -529608,18 +584719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71960, "usage_id": 223 }, "5502.EG.299W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0299W, Treppe im Freien", "arch_name": "0299W@5502", "area_id": 34, "building_id": 836, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -529627,18 +584740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71961, "usage_id": 7 }, "5502.U1.201": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U201, Technik", "arch_name": "U201@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -529646,18 +584761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49283, "usage_id": 120 }, "5502.U1.202": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U202, Installationskeller", "arch_name": "U202@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -529665,18 +584782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49743, "usage_id": 120 }, "5502.U1.203M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U203M, Lager", "arch_name": "U203M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -529684,18 +584803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49759, "usage_id": 30 }, "5502.U1.203N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U203N, Maschinenraum", "arch_name": "U203N@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -529703,18 +584824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49767, "usage_id": 5 }, "5502.U1.225": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U225, Stromversorgung", "arch_name": "U225@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -529722,18 +584845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57728, "usage_id": 160 }, "5502.U1.226": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U226, Stromversorgung", "arch_name": "U226@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -529741,18 +584866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57735, "usage_id": 160 }, "5502.U1.226M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U226m, Elektroverteiler", "arch_name": "U226m@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -529760,18 +584887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57742, "usage_id": 120 }, "5502.U1.227": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U227, Fernmeldetechnik", "arch_name": "U227@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -529779,18 +584908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57750, "usage_id": 202 }, "5502.U1.227M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U227m, Schacht", "arch_name": "U227m@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -529798,18 +584929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57758, "usage_id": 120 }, "5502.U1.228": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U228, B\u00fccher/Magazin/Zeitschriften", "arch_name": "U228@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15276, "seats": { @@ -529817,18 +584950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57879, "usage_id": 2 }, "5502.U1.229": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U229, Aufenthaltsraum", "arch_name": "U229@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -529836,19 +584971,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57884, "usage_id": 44 }, "5502.U1.230": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U230, Gruppen", "arch_name": "U230@5502", "area_id": 34, "building_id": 836, "calendar_resource_nr": 33692, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -529856,18 +584993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57893, "usage_id": 131 }, "5502.U1.230M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U230M, Elektroverteiler", "arch_name": "U230M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -529875,18 +585014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57905, "usage_id": 120 }, "5502.U1.231": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U231, Lager", "arch_name": "U231@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -529894,18 +585035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57916, "usage_id": 30 }, "5502.U1.232": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U232, Archiv", "arch_name": "U232@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -529913,18 +585056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58034, "usage_id": 2 }, "5502.U1.233": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U233, Archiv/Pr\u00fcfungen", "arch_name": "U233@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15276, "seats": { @@ -529932,18 +585077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58046, "usage_id": 2 }, "5502.U1.234": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U234, Archiv", "arch_name": "U234@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15276, "seats": { @@ -529951,18 +585098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58055, "usage_id": 2 }, "5502.U1.234M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U234M, Lager", "arch_name": "U234M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38689, "seats": { @@ -529970,18 +585119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58066, "usage_id": 30 }, "5502.U1.250A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U250A, Flur", "arch_name": "U250A@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -529989,18 +585140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71945, "usage_id": 222 }, "5502.U1.250C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U250C, Installationskeller", "arch_name": "U250C@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -530008,18 +585161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58186, "usage_id": 120 }, "5502.U1.250D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U250D, Putzraum", "arch_name": "U250D@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -530027,18 +585182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58196, "usage_id": 205 }, "5502.U1.250F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U250F, Flur", "arch_name": "U250F@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -530046,18 +585203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71942, "usage_id": 222 }, "5502.U1.251A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U251a, L\u00f6sungsmittel AI", "arch_name": "U251a@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 24207, "seats": { @@ -530065,18 +585224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58204, "usage_id": 30 }, "5502.U1.251B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U251b, L\u00f6sungsmittel AI", "arch_name": "U251b@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -530084,18 +585245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58214, "usage_id": 30 }, "5502.U1.251C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U251c, L\u00f6sungsmittel AII/B", "arch_name": "U251c@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -530103,18 +585266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58224, "usage_id": 30 }, "5502.U1.251D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U251d, L\u00f6sungsmittel AII/B", "arch_name": "U251d@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 24207, "seats": { @@ -530122,18 +585287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58348, "usage_id": 30 }, "5502.U1.251E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U251E, Lager Leergut", "arch_name": "U251E@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530141,18 +585308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58357, "usage_id": 30 }, "5502.U1.251F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U251F, Lagerrist", "arch_name": "U251F@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530160,18 +585329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58362, "usage_id": 30 }, "5502.U1.252A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U252a, L\u00f6sungsmittel AI", "arch_name": "U252a@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15308, "seats": { @@ -530179,18 +585350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58374, "usage_id": 30 }, "5502.U1.252B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U252b, L\u00f6sungsmittel AI", "arch_name": "U252b@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15294, "seats": { @@ -530198,18 +585371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58496, "usage_id": 30 }, "5502.U1.252C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U252C, Bioprodukte", "arch_name": "U252C@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530217,18 +585392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58504, "usage_id": 30 }, "5502.U1.252D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U252D, Bioprodukte", "arch_name": "U252D@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48837, "seats": { @@ -530236,18 +585413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58511, "usage_id": 30 }, "5502.U1.252E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U252E, Bioprodukte", "arch_name": "U252E@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15294, "seats": { @@ -530255,18 +585434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58514, "usage_id": 30 }, "5502.U1.253A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U253a, Lager m. Brandschutz", "arch_name": "U253a@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 24207, "seats": { @@ -530274,18 +585455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58524, "usage_id": 30 }, "5502.U1.253B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U253b, Salze", "arch_name": "U253b@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15298, "seats": { @@ -530293,18 +585476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58649, "usage_id": 30 }, "5502.U1.253C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U253c, S\u00e4uren", "arch_name": "U253c@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 24207, "seats": { @@ -530312,18 +585497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58656, "usage_id": 30 }, "5502.U1.254A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U254a, Lager m. Brandschutz", "arch_name": "U254a@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -530331,18 +585518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58662, "usage_id": 30 }, "5502.U1.254B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U254b, Fette/\u00d6le", "arch_name": "U254b@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -530350,18 +585539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58669, "usage_id": 30 }, "5502.U1.254C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U254c, Chemikalienlager", "arch_name": "U254c@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -530369,18 +585560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58676, "usage_id": 132 }, "5502.U1.254D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U254D, Lager", "arch_name": "U254D@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -530388,18 +585581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56457, "usage_id": 30 }, "5502.U1.254E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U254e, \u00d6le/Schmierstoffe", "arch_name": "U254e@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15298, "seats": { @@ -530407,18 +585602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56461, "usage_id": 30 }, "5502.U1.254F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U254f, CKW-L\u00f6sungsmittel", "arch_name": "U254f@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15315, "seats": { @@ -530426,18 +585623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56470, "usage_id": 30 }, "5502.U1.255A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U255A, Flur", "arch_name": "U255A@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -530445,18 +585644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71941, "usage_id": 222 }, "5502.U1.255B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U255B, Installationsschacht", "arch_name": "U255B@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -530464,18 +585665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71950, "usage_id": 120 }, "5502.U1.255C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U255C, Treppe im Freien", "arch_name": "U255C@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -530483,18 +585686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71943, "usage_id": 7 }, "5502.U1.260": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U260, Dampfzentrale", "arch_name": "U260@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -530502,18 +585707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56475, "usage_id": 201 }, "5502.U1.261": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U261, Gas\u00fcbergaberaum", "arch_name": "U261@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530521,18 +585728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56482, "usage_id": 17 }, "5502.U1.298": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298, Schacht", "arch_name": "U298@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530540,18 +585749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56487, "usage_id": 120 }, "5502.U1.298B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298B, Schacht", "arch_name": "U298B@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530559,18 +585770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56613, "usage_id": 120 }, "5502.U1.298C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298C, Aufzug", "arch_name": "U298C@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530578,18 +585791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56619, "usage_id": 4 }, "5502.U1.298D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298D, Schacht", "arch_name": "U298D@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530597,18 +585812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56625, "usage_id": 120 }, "5502.U1.298E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298E, Schacht", "arch_name": "U298E@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530616,18 +585833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56631, "usage_id": 120 }, "5502.U1.298F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298F, Schacht", "arch_name": "U298F@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530635,18 +585854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56641, "usage_id": 120 }, "5502.U1.298H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298H, Schacht", "arch_name": "U298H@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530654,18 +585875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56745, "usage_id": 120 }, "5502.U1.298I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298I, Schacht", "arch_name": "U298I@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530673,18 +585896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56754, "usage_id": 120 }, "5502.U1.298K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298K, Aufzugs- u. F\u00f6rdermaschinenraum", "arch_name": "U298K@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530692,18 +585917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56761, "usage_id": 5 }, "5502.U1.298L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298L, Schacht", "arch_name": "U298L@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -530711,18 +585938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56770, "usage_id": 120 }, "5502.U1.298N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U298N, Schacht", "arch_name": "U298N@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -530730,18 +585959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56893, "usage_id": 120 }, "5502.U1.299": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299, Flur", "arch_name": "U299@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -530749,18 +585980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56898, "usage_id": 222 }, "5502.U1.299B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299B, Technik", "arch_name": "U299B@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -530768,18 +586001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56912, "usage_id": 120 }, "5502.U1.299C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299C, Flur", "arch_name": "U299C@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -530787,18 +586022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56920, "usage_id": 222 }, "5502.U1.299D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299D, Treppenraum", "arch_name": "U299D@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -530806,18 +586043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57039, "usage_id": 223 }, "5502.U1.299E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299E, Treppe im Freien", "arch_name": "U299E@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -530825,18 +586064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71947, "usage_id": 7 }, "5502.U1.299F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299F, Flur", "arch_name": "U299F@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -530844,18 +586085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57045, "usage_id": 222 }, "5502.U1.299G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299G, Flur", "arch_name": "U299G@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -530863,18 +586106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57052, "usage_id": 222 }, "5502.U1.299H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299H, Flur", "arch_name": "U299H@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -530882,18 +586127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57063, "usage_id": 222 }, "5502.U1.299I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299I, Treppenraum", "arch_name": "U299I@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -530901,18 +586148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57179, "usage_id": 223 }, "5502.U1.299L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299L, Treppe", "arch_name": "U299L@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -530920,18 +586169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71951, "usage_id": 223 }, "5502.U1.299M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299M, Treppe", "arch_name": "U299M@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -530939,18 +586190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71949, "usage_id": 223 }, "5502.U1.299N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299N, Gang, Weg im Freien", "arch_name": "U299N@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -530958,18 +586211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71944, "usage_id": 219 }, "5502.U1.299O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U299O, Treppe im Freien", "arch_name": "U299O@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -530977,18 +586232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71946, "usage_id": 7 }, "5502.U1.981": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U255E, Treppe im Freien", "arch_name": "U255E@5502", "area_id": 34, "building_id": 836, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -530996,19 +586253,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71948, "usage_id": 7 }, "5503.01.301": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1301, \u00dcbung", "arch_name": "1301@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 15208, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15285, "seats": { @@ -531016,18 +586275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13791, "usage_id": 131 }, "5503.01.301A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1301A, Lager", "arch_name": "1301A@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -531035,18 +586296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71912, "usage_id": 30 }, "5503.01.302A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1302A, Verwaltung", "arch_name": "1302A@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -531054,18 +586317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55995, "usage_id": 12 }, "5503.01.302B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1302B, Besprechungsraum", "arch_name": "1302B@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -531073,18 +586338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56001, "usage_id": 12 }, "5503.01.302M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1302M, WC-Herren", "arch_name": "1302M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531092,18 +586359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56009, "usage_id": 115 }, "5503.01.302N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1302N, WC-Vorraum", "arch_name": "1302N@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531111,18 +586380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56136, "usage_id": 37 }, "5503.01.302O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1302O, Sanit\u00e4r", "arch_name": "1302O@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -531130,18 +586401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56142, "usage_id": 37 }, "5503.01.303": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1303, B\u00fcro", "arch_name": "1303@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -531149,18 +586422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56146, "usage_id": 12 }, "5503.01.303A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1303A, Flur", "arch_name": "1303A@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -531168,18 +586443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71901, "usage_id": 222 }, "5503.01.303M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1303M, WC-Herren", "arch_name": "1303M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531187,18 +586464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56154, "usage_id": 115 }, "5503.01.303N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1303N, WC-Herren", "arch_name": "1303N@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531206,18 +586485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56162, "usage_id": 115 }, "5503.01.303P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1303P, WC-Damen", "arch_name": "1303P@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531225,18 +586506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56167, "usage_id": 116 }, "5503.01.303Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1303Q, WC-Damen", "arch_name": "1303Q@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531244,18 +586527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56174, "usage_id": 116 }, "5503.01.304": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1304, B\u00fcro", "arch_name": "1304@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531263,18 +586548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56300, "usage_id": 12 }, "5503.01.305": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1305, B\u00fcro", "arch_name": "1305@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531282,18 +586569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56309, "usage_id": 12 }, "5503.01.306": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1306, B\u00fcro", "arch_name": "1306@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531301,18 +586590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56325, "usage_id": 12 }, "5503.01.306M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1306M, CIM I", "arch_name": "1306M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531320,18 +586611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56334, "usage_id": 131 }, "5503.01.307": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1307, Aufenthalt", "arch_name": "1307@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531339,18 +586632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53938, "usage_id": 44 }, "5503.01.307M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1307M, Teek\u00fcche", "arch_name": "1307M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15286, "seats": { @@ -531358,18 +586653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53944, "usage_id": 198 }, "5503.01.308": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1308, B\u00fcro", "arch_name": "1308@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531377,18 +586674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53953, "usage_id": 12 }, "5503.01.309": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1309, B\u00fcro", "arch_name": "1309@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531396,18 +586695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53963, "usage_id": 12 }, "5503.01.310": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1310, Graphiker", "arch_name": "1310@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531415,18 +586716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53970, "usage_id": 12 }, "5503.01.311": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1311, B\u00fcro Marketing", "arch_name": "1311@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531434,18 +586737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54086, "usage_id": 12 }, "5503.01.312": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1312, Putzraum", "arch_name": "1312@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -531453,18 +586758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54092, "usage_id": 205 }, "5503.01.325": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1325, B\u00fcro", "arch_name": "1325@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531472,18 +586779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54100, "usage_id": 12 }, "5503.01.326": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1326, B\u00fcro", "arch_name": "1326@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531491,18 +586800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54107, "usage_id": 12 }, "5503.01.327": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1327, B\u00fcro", "arch_name": "1327@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531510,18 +586821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54113, "usage_id": 12 }, "5503.01.327M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1327M, Elektroverteiler", "arch_name": "1327M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -531529,18 +586842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54122, "usage_id": 120 }, "5503.01.327N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1327N, Nebenraum von 1327m", "arch_name": "1327N@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 38579, "seats": { @@ -531548,18 +586863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54128, "usage_id": 120 }, "5503.01.328": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1328, B\u00fcro", "arch_name": "1328@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531567,18 +586884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54255, "usage_id": 12 }, "5503.01.328M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1328M, Elektroverteiler", "arch_name": "1328M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -531586,18 +586905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54263, "usage_id": 120 }, "5503.01.329": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1329, B\u00fcro", "arch_name": "1329@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531605,18 +586926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54269, "usage_id": 12 }, "5503.01.330": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1330, B\u00fcro", "arch_name": "1330@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531624,18 +586947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54273, "usage_id": 12 }, "5503.01.331": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1331, B\u00fcro", "arch_name": "1331@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531643,18 +586968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54281, "usage_id": 12 }, "5503.01.332": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1332, B\u00fcro", "arch_name": "1332@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531662,18 +586989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54407, "usage_id": 12 }, "5503.01.333": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1333, Sekretariat", "arch_name": "1333@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531681,18 +587010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54415, "usage_id": 40 }, "5503.01.334": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1334, B\u00fcro", "arch_name": "1334@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531700,18 +587031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54424, "usage_id": 12 }, "5503.01.334M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1334M, Elektroverteiler", "arch_name": "1334M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -531719,19 +587052,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54432, "usage_id": 120 }, "5503.01.335": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1335, Besprechungsraum B3", "arch_name": "1335@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 26072, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15286, "seats": { @@ -531739,19 +587074,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54439, "usage_id": 196 }, "5503.01.336": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1336, Besprechungsraum B2", "arch_name": "1336@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 23951, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531759,19 +587096,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54753, "usage_id": 196 }, "5503.01.337": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1337, Besprechungsraum B1", "arch_name": "1337@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 26366, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -531779,19 +587118,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54761, "usage_id": 196 }, "5503.01.350": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1350, Ludwig-Burmester-Zeichensaal", "arch_name": "1350@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 12596, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 15299, "seats": { @@ -531799,18 +587140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13373, "usage_id": 208 }, "5503.01.360": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1360, Messflur", "arch_name": "1360@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -531818,18 +587161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29660, "usage_id": 222 }, "5503.01.360M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1360m, Technik", "arch_name": "1360m@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -531837,18 +587182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55219, "usage_id": 120 }, "5503.01.360N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1360n, Technik", "arch_name": "1360n@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -531856,18 +587203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56169, "usage_id": 120 }, "5503.01.360O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1360O, WC-Vorraum Herren", "arch_name": "1360O@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531875,18 +587224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71913, "usage_id": 118 }, "5503.01.360P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1360P, WC-Damen / Dusche", "arch_name": "1360P@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531894,18 +587245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56305, "usage_id": 116 }, "5503.01.360Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1360Q, WC-Herren", "arch_name": "1360Q@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531913,18 +587266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56321, "usage_id": 115 }, "5503.01.360R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1360R, Umkleide / Dusche Herren", "arch_name": "1360R@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531932,18 +587287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56328, "usage_id": 121 }, "5503.01.360S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1360S, Beh.-WC", "arch_name": "1360S@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531951,18 +587308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56335, "usage_id": 117 }, "5503.01.360T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1360T, Umkleide / Dusche Herren", "arch_name": "1360T@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -531970,18 +587329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53941, "usage_id": 121 }, "5503.01.361": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1361, Pr\u00fcfstand", "arch_name": "1361@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -531989,18 +587350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53946, "usage_id": 51 }, "5503.01.362": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1362, Pr\u00fcfstand", "arch_name": "1362@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -532008,18 +587371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53954, "usage_id": 51 }, "5503.01.362M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1362M, Pr\u00fcfstandstechnik", "arch_name": "1362M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -532027,18 +587392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53961, "usage_id": 51 }, "5503.01.363": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1363, Pr\u00fcfstand", "arch_name": "1363@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -532046,18 +587413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53967, "usage_id": 51 }, "5503.01.364": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1364, Pr\u00fcfstand", "arch_name": "1364@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -532065,18 +587434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53974, "usage_id": 51 }, "5503.01.365": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1365, Pr\u00fcfstand", "arch_name": "1365@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -532084,18 +587455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54088, "usage_id": 51 }, "5503.01.366": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1366, Pr\u00fcfstand", "arch_name": "1366@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -532103,18 +587476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54096, "usage_id": 51 }, "5503.01.367": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1367, Pr\u00fcfstand", "arch_name": "1367@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -532122,18 +587497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55227, "usage_id": 51 }, "5503.01.368": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1368, Pr\u00fcfstand", "arch_name": "1368@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -532141,18 +587518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55237, "usage_id": 51 }, "5503.01.369": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1369, Pr\u00fcfstand", "arch_name": "1369@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -532160,18 +587539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29184, "usage_id": 51 }, "5503.01.370": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1370, Technik", "arch_name": "1370@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -532179,18 +587560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55678, "usage_id": 120 }, "5503.01.370M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1370M, Ger\u00e4tereinigung", "arch_name": "1370M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15298, "seats": { @@ -532198,18 +587581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55686, "usage_id": 209 }, "5503.01.370N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1370N, Flur", "arch_name": "1370N@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -532217,18 +587602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71910, "usage_id": 222 }, "5503.01.390A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1390a, L\u00fcftungszentrale", "arch_name": "1390a@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532236,18 +587623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55690, "usage_id": 32 }, "5503.01.390C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1390C, Stud.arbeit", "arch_name": "1390C@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15300, "seats": { @@ -532255,18 +587644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29355, "usage_id": 208 }, "5503.01.390D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1390D, Stud.arbeit", "arch_name": "1390D@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -532274,18 +587665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55843, "usage_id": 208 }, "5503.01.398A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398a, Schacht", "arch_name": "1398a@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532293,18 +587686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55853, "usage_id": 120 }, "5503.01.398B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398b, Schacht", "arch_name": "1398b@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532312,18 +587707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55989, "usage_id": 120 }, "5503.01.398C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398c, Schacht", "arch_name": "1398c@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532331,18 +587728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55999, "usage_id": 120 }, "5503.01.398D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398d, Schacht", "arch_name": "1398d@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532350,18 +587749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56138, "usage_id": 120 }, "5503.01.398E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398e, Schacht", "arch_name": "1398e@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532369,18 +587770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56151, "usage_id": 120 }, "5503.01.398F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398f, Schacht", "arch_name": "1398f@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532388,18 +587791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54103, "usage_id": 120 }, "5503.01.398G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398g, Schacht", "arch_name": "1398g@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532407,18 +587812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54438, "usage_id": 120 }, "5503.01.398H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398h, Schacht", "arch_name": "1398h@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532426,18 +587833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54728, "usage_id": 120 }, "5503.01.398I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398i, Schacht", "arch_name": "1398i@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532445,18 +587854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54735, "usage_id": 120 }, "5503.01.398J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398j, Schacht", "arch_name": "1398j@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532464,18 +587875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54743, "usage_id": 120 }, "5503.01.398L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398l, Schacht", "arch_name": "1398l@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532483,18 +587896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54763, "usage_id": 120 }, "5503.01.398M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398m, Schacht", "arch_name": "1398m@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532502,18 +587917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55204, "usage_id": 120 }, "5503.01.398O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398o, Schacht", "arch_name": "1398o@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532521,18 +587938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55213, "usage_id": 120 }, "5503.01.398P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398p, Schacht", "arch_name": "1398p@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532540,18 +587959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55221, "usage_id": 120 }, "5503.01.398Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398q, Schacht", "arch_name": "1398q@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532559,18 +587980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55229, "usage_id": 120 }, "5503.01.398R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398r, Schacht", "arch_name": "1398r@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532578,18 +588001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55235, "usage_id": 120 }, "5503.01.398S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398s, Schacht", "arch_name": "1398s@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532597,18 +588022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55243, "usage_id": 120 }, "5503.01.398T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398t, Schacht", "arch_name": "1398t@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532616,18 +588043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54891, "usage_id": 120 }, "5503.01.398V": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1398v, Schacht", "arch_name": "1398v@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -532635,18 +588064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54112, "usage_id": 120 }, "5503.01.399A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399A, Galerie", "arch_name": "1399A@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -532654,18 +588085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54120, "usage_id": 206 }, "5503.01.399B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399B, Galerie", "arch_name": "1399B@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -532673,18 +588106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54127, "usage_id": 206 }, "5503.01.399C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399C, Treppe", "arch_name": "1399C@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -532692,18 +588127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54251, "usage_id": 223 }, "5503.01.399D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399D, Treppenraum", "arch_name": "1399D@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -532711,18 +588148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54262, "usage_id": 223 }, "5503.01.399E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399E, Flur", "arch_name": "1399E@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -532730,18 +588169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54268, "usage_id": 222 }, "5503.01.399F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399F, Flur", "arch_name": "1399F@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -532749,18 +588190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54274, "usage_id": 222 }, "5503.01.399G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399G, Treppe", "arch_name": "1399G@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -532768,18 +588211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71911, "usage_id": 223 }, "5503.01.399I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399I, Treppenraum", "arch_name": "1399I@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -532787,18 +588232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54279, "usage_id": 223 }, "5503.01.399J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399J, Flur", "arch_name": "1399J@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -532806,18 +588253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54286, "usage_id": 222 }, "5503.01.399K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399K, Flur", "arch_name": "1399K@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -532825,18 +588274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54411, "usage_id": 222 }, "5503.01.399L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399L, Flur", "arch_name": "1399L@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -532844,18 +588295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54418, "usage_id": 222 }, "5503.01.399M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399M, Galerie", "arch_name": "1399M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -532863,18 +588316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54425, "usage_id": 206 }, "5503.01.399N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399N, Treppenraum", "arch_name": "1399N@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -532882,18 +588337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54430, "usage_id": 223 }, "5503.01.399O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399O, Flur", "arch_name": "1399O@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -532901,18 +588358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55640, "usage_id": 222 }, "5503.01.399Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1399Q, Galerie", "arch_name": "1399Q@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -532920,18 +588379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55792, "usage_id": 206 }, "5503.02.301": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2301, Archiv", "arch_name": "2301@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -532939,18 +588400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56129, "usage_id": 2 }, "5503.02.302M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2302M, WC-Vorraum Herren", "arch_name": "2302M@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -532958,18 +588421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56270, "usage_id": 37 }, "5503.02.302N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2302N, Putzraum", "arch_name": "2302N@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -532977,18 +588442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56284, "usage_id": 205 }, "5503.02.302O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2302O, WC-Vorraum Herren", "arch_name": "2302O@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -532996,18 +588463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54998, "usage_id": 118 }, "5503.02.302P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2302P, WC-Herren", "arch_name": "2302P@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -533015,18 +588484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55009, "usage_id": 115 }, "5503.02.302Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2302Q, WC-Damen", "arch_name": "2302Q@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -533034,18 +588505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55130, "usage_id": 116 }, "5503.02.303": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2303, B\u00fcro", "arch_name": "2303@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533053,18 +588526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55141, "usage_id": 12 }, "5503.02.303M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2303M, WC-Herren", "arch_name": "2303M@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -533072,18 +588547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55150, "usage_id": 115 }, "5503.02.303N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2303N, WC-Damen", "arch_name": "2303N@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -533091,18 +588568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55156, "usage_id": 116 }, "5503.02.304": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2304, B\u00fcro", "arch_name": "2304@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533110,18 +588589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55290, "usage_id": 12 }, "5503.02.305": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2305, B\u00fcro", "arch_name": "2305@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533129,18 +588610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55300, "usage_id": 12 }, "5503.02.306": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2306, B\u00fcro", "arch_name": "2306@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533148,18 +588631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55312, "usage_id": 12 }, "5503.02.307": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2307, B\u00fcro", "arch_name": "2307@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533167,18 +588652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13750, "usage_id": 12 }, "5503.02.308": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2308, B\u00fcro", "arch_name": "2308@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533186,19 +588673,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13756, "usage_id": 12 }, "5503.02.308N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2308M, CIM II", "arch_name": "2308M@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 18855, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533206,18 +588695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55481, "usage_id": 131 }, "5503.02.309": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2309, B\u00fcro", "arch_name": "2309@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533225,18 +588716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13813, "usage_id": 12 }, "5503.02.310": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2310, B\u00fcro", "arch_name": "2310@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533244,18 +588737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13981, "usage_id": 12 }, "5503.02.311": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2311, B\u00fcro", "arch_name": "2311@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533263,18 +588758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14008, "usage_id": 12 }, "5503.02.311M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2311M, Teek\u00fcche", "arch_name": "2311M@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15285, "seats": { @@ -533282,18 +588779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54076, "usage_id": 198 }, "5503.02.312": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2312, B\u00fcro", "arch_name": "2312@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533301,18 +588800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54084, "usage_id": 12 }, "5503.02.313": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2313, B\u00fcro", "arch_name": "2313@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533320,18 +588821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50869, "usage_id": 12 }, "5503.02.314": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2314, B\u00fcro", "arch_name": "2314@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533339,18 +588842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13063, "usage_id": 12 }, "5503.02.315": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2315, Rechnerwerkstatt", "arch_name": "2315@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533358,18 +588863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50875, "usage_id": 51 }, "5503.02.316": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2316, B\u00fcro", "arch_name": "2316@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533377,18 +588884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50880, "usage_id": 12 }, "5503.02.317": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2317, Rechner", "arch_name": "2317@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533396,18 +588905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50884, "usage_id": 207 }, "5503.02.325": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2325, Poststelle", "arch_name": "2325@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533415,18 +588926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50889, "usage_id": 180 }, "5503.02.326": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2326, B\u00fcro", "arch_name": "2326@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533434,18 +588947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50894, "usage_id": 12 }, "5503.02.327": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2327, B\u00fcro", "arch_name": "2327@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533453,18 +588968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51032, "usage_id": 12 }, "5503.02.327M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2327M, Elektroverteiler", "arch_name": "2327M@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -533472,18 +588989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51035, "usage_id": 120 }, "5503.02.327N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2327N, Elektroverteiler", "arch_name": "2327N@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -533491,18 +589010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51040, "usage_id": 120 }, "5503.02.328": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2328, Besprechungsraum", "arch_name": "2328@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -533510,18 +589031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51044, "usage_id": 196 }, "5503.02.328N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2328N, Serverraum", "arch_name": "2328N@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15286, "seats": { @@ -533529,18 +589052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71920, "usage_id": 207 }, "5503.02.329": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2329, Prof.-B\u00fcro", "arch_name": "2329@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -533548,19 +589073,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51048, "usage_id": 12 }, "5503.02.330": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2330, Sekretariat", "arch_name": "2330@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 19486, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -533568,19 +589095,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51053, "usage_id": 40 }, "5503.02.331": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2331, Prof.-B\u00fcro", "arch_name": "2331@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 18107, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533588,18 +589117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13144, "usage_id": 12 }, "5503.02.333M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2333M, Elektroverteiler", "arch_name": "2333M@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -533607,18 +589138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48586, "usage_id": 120 }, "5503.02.334": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2334, Besprechung", "arch_name": "2334@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -533626,19 +589159,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48593, "usage_id": 196 }, "5503.02.335": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2335, Besprechungsraum B7", "arch_name": "2335@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 25015, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533646,18 +589181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48597, "usage_id": 196 }, "5503.02.336": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2336, Archiv", "arch_name": "2336@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15285, "seats": { @@ -533665,19 +589202,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48602, "usage_id": 2 }, "5503.02.350": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2350, Stud.arbeit", "arch_name": "2350@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 18083, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 15299, "seats": { @@ -533685,18 +589224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13226, "usage_id": 208 }, "5503.02.360": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2360, TB-Anlage", "arch_name": "2360@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -533704,18 +589245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48612, "usage_id": 120 }, "5503.02.398A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398a, Schacht", "arch_name": "2398a@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533723,18 +589266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48742, "usage_id": 120 }, "5503.02.398B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398b, Schacht", "arch_name": "2398b@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533742,18 +589287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48747, "usage_id": 120 }, "5503.02.398D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398d, Schacht", "arch_name": "2398d@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533761,18 +589308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48752, "usage_id": 120 }, "5503.02.398E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398e, Schacht", "arch_name": "2398e@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533780,18 +589329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48759, "usage_id": 120 }, "5503.02.398F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398f, Schacht", "arch_name": "2398f@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533799,18 +589350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48764, "usage_id": 120 }, "5503.02.398G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398g, Schacht", "arch_name": "2398g@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533818,18 +589371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48770, "usage_id": 120 }, "5503.02.398H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398h, Schacht", "arch_name": "2398h@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533837,18 +589392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48774, "usage_id": 120 }, "5503.02.398I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398i, Schacht", "arch_name": "2398i@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533856,18 +589413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48911, "usage_id": 120 }, "5503.02.398J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398j, Schacht", "arch_name": "2398j@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533875,18 +589434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48919, "usage_id": 120 }, "5503.02.398L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398l, Schacht", "arch_name": "2398l@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533894,18 +589455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48929, "usage_id": 120 }, "5503.02.398M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398m, Aufzug", "arch_name": "2398m@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533913,18 +589476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48938, "usage_id": 4 }, "5503.02.398N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398n, Schacht", "arch_name": "2398n@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533932,18 +589497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49078, "usage_id": 120 }, "5503.02.398O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398o, Schacht", "arch_name": "2398o@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533951,18 +589518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49081, "usage_id": 120 }, "5503.02.398P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398p, Schacht", "arch_name": "2398p@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533970,18 +589539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49092, "usage_id": 120 }, "5503.02.398Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2398q, Schacht", "arch_name": "2398q@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -533989,18 +589560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49100, "usage_id": 120 }, "5503.02.399A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399A, Galerie", "arch_name": "2399A@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -534008,18 +589581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49109, "usage_id": 206 }, "5503.02.399C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399C, Flur", "arch_name": "2399C@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -534027,18 +589602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49417, "usage_id": 222 }, "5503.02.399D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399D, Treppenraum", "arch_name": "2399D@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -534046,18 +589623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49422, "usage_id": 223 }, "5503.02.399E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399E, Flur", "arch_name": "2399E@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -534065,18 +589644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49429, "usage_id": 222 }, "5503.02.399F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399F, Flur", "arch_name": "2399F@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -534084,18 +589665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49435, "usage_id": 222 }, "5503.02.399I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399I, Treppenraum", "arch_name": "2399I@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -534103,18 +589686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49451, "usage_id": 223 }, "5503.02.399J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399J, Flur", "arch_name": "2399J@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -534122,18 +589707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49900, "usage_id": 222 }, "5503.02.399K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399K, Flur", "arch_name": "2399K@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -534141,18 +589728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49906, "usage_id": 222 }, "5503.02.399M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399M, Galerie", "arch_name": "2399M@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -534160,18 +589749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49917, "usage_id": 206 }, "5503.02.399N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399N, Galerie", "arch_name": "2399N@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -534179,18 +589770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49925, "usage_id": 206 }, "5503.02.399Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399Q, Treppenraum", "arch_name": "2399Q@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -534198,18 +589791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49598, "usage_id": 223 }, "5503.02.399S": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399S, Flur", "arch_name": "2399S@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -534217,18 +589812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49618, "usage_id": 222 }, "5503.02.399T": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399T, Verbindungsgang", "arch_name": "2399T@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -534236,18 +589833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71921, "usage_id": 16 }, "5503.02.399U": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2399U, Flur", "arch_name": "2399U@5503", "area_id": 34, "building_id": 838, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -534255,18 +589854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71914, "usage_id": 222 }, "5503.03.301": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3301, Steuerung L\u00fcftung", "arch_name": "3301@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -534274,19 +589875,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49252, "usage_id": 32 }, "5503.03.302": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3302, Seminarraum/Besprechungsraum", "arch_name": "3302@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 18661, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534294,18 +589897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49259, "usage_id": 41 }, "5503.03.302M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3302M, Putzraum", "arch_name": "3302M@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -534313,18 +589918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49265, "usage_id": 205 }, "5503.03.303": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3303, B\u00fcro/Buchhaltung", "arch_name": "3303@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534332,18 +589939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49275, "usage_id": 12 }, "5503.03.303M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3303M, WC-Vorraum Herren", "arch_name": "3303M@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -534351,18 +589960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49282, "usage_id": 118 }, "5503.03.303N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3303N, WC-Vorraum Damen", "arch_name": "3303N@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -534370,18 +589981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49741, "usage_id": 37 }, "5503.03.303P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3303P, WC-Damen", "arch_name": "3303P@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -534389,18 +590002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49747, "usage_id": 116 }, "5503.03.303Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3303Q, WC-Herren", "arch_name": "3303Q@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -534408,18 +590023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49758, "usage_id": 115 }, "5503.03.304": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3304, Prof.-B\u00fcro", "arch_name": "3304@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534427,18 +590044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49762, "usage_id": 12 }, "5503.03.305": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3305, B\u00fcro", "arch_name": "3305@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534446,18 +590065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49771, "usage_id": 12 }, "5503.03.306": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3306, B\u00fcro", "arch_name": "3306@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534465,18 +590086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57731, "usage_id": 12 }, "5503.03.307": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3307, B\u00fcro", "arch_name": "3307@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534484,18 +590107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57739, "usage_id": 12 }, "5503.03.308": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3308, Bibliothek", "arch_name": "3308@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534503,19 +590128,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57744, "usage_id": 10 }, "5503.03.309": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3309, Silent Work", "arch_name": "3309@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 18415, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534523,19 +590150,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57762, "usage_id": 194 }, "5503.03.310": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3310, Telko-Raum", "arch_name": "3310@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 32774, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -534543,19 +590172,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57886, "usage_id": 194 }, "5503.03.310M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3310M, CoCreation 2", "arch_name": "3310M@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 18534, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -534563,18 +590194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57894, "usage_id": 194 }, "5503.03.311": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3311, B\u00fcro", "arch_name": "3311@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16134, "seats": { @@ -534582,18 +590215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57904, "usage_id": 12 }, "5503.03.311M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3311M, Teek\u00fcche", "arch_name": "3311M@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -534601,18 +590236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57915, "usage_id": 198 }, "5503.03.312": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3312, Archiv", "arch_name": "3312@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -534620,19 +590257,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57923, "usage_id": 2 }, "5503.03.313": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3313, CoCreation 1", "arch_name": "3313@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 32775, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -534640,19 +590279,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58038, "usage_id": 194 }, "5503.03.314": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3314, Flex-Area 1-1", "arch_name": "3314@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 32776, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -534660,19 +590301,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58045, "usage_id": 12 }, "5503.03.315": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3315, Flex-Area 1-2", "arch_name": "3315@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 32777, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -534680,19 +590323,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58053, "usage_id": 12 }, "5503.03.316": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3316, Flex-Area 2", "arch_name": "3316@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 28052, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -534700,19 +590345,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58060, "usage_id": 12 }, "5503.03.317": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3317, Flex-Area 3", "arch_name": "3317@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 32778, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -534720,18 +590367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58070, "usage_id": 12 }, "5503.03.325": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3325, B\u00fcro Wissenschaftler", "arch_name": "3325@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534739,18 +590388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58192, "usage_id": 12 }, "5503.03.326": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3326, B\u00fcro Wissenschaftler", "arch_name": "3326@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534758,18 +590409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58201, "usage_id": 12 }, "5503.03.327": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3327, B\u00fcro Wissenschaftler", "arch_name": "3327@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534777,18 +590430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58212, "usage_id": 12 }, "5503.03.327M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3327M, Elektroverteiler", "arch_name": "3327M@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -534796,18 +590451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58219, "usage_id": 120 }, "5503.03.327N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3327N, Nebenraum von 3327m", "arch_name": "3327N@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -534815,19 +590472,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58340, "usage_id": 120 }, "5503.03.328": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3328, B\u00fcro Wissenschaftler", "arch_name": "3328@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 18623, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534835,18 +590494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58350, "usage_id": 12 }, "5503.03.328M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3328M, Elektroverteiler", "arch_name": "3328M@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -534854,18 +590515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58358, "usage_id": 120 }, "5503.03.329": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3329, B\u00fcro Wissenschaftler", "arch_name": "3329@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534873,18 +590536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58365, "usage_id": 12 }, "5503.03.330": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3330, Prof.-B\u00fcro", "arch_name": "3330@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534892,18 +590557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58376, "usage_id": 12 }, "5503.03.332": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3332, Sekretariat", "arch_name": "3332@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534911,19 +590578,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58500, "usage_id": 40 }, "5503.03.333": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3333, B\u00fcro", "arch_name": "3333@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 18658, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16134, "seats": { @@ -534931,19 +590600,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13030, "usage_id": 12 }, "5503.03.334": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3334, B\u00fcro", "arch_name": "3334@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 29452, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -534951,19 +590622,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58512, "usage_id": 12 }, "5503.03.335": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3335, Sekretariat", "arch_name": "3335@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 18660, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16134, "seats": { @@ -534971,19 +590644,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58519, "usage_id": 40 }, "5503.03.336": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3336, Prof.-B\u00fcro", "arch_name": "3336@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 18659, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16134, "seats": { @@ -534991,18 +590666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58520, "usage_id": 12 }, "5503.03.336M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3336M, Elektroverteiler", "arch_name": "3336M@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -535010,18 +590687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58525, "usage_id": 120 }, "5503.03.337": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3337, B\u00fcro", "arch_name": "3337@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -535029,18 +590708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58653, "usage_id": 12 }, "5503.03.338": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3338, B\u00fcro", "arch_name": "3338@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -535048,18 +590729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58663, "usage_id": 12 }, "5503.03.339": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3339, Kopierraum", "arch_name": "3339@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -535067,19 +590750,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58670, "usage_id": 110 }, "5503.03.340": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3340, Seminarraum", "arch_name": "3340@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 15195, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -535087,18 +590772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13171, "usage_id": 41 }, "5503.03.341": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3341, Wechselrichterraum", "arch_name": "3341@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535106,18 +590793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56456, "usage_id": 160 }, "5503.03.398A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398a, Schacht", "arch_name": "3398a@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535125,18 +590814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56465, "usage_id": 120 }, "5503.03.398B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398b, Aufzug", "arch_name": "3398b@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535144,18 +590835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56471, "usage_id": 4 }, "5503.03.398C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398c, Schacht", "arch_name": "3398c@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535163,18 +590856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56477, "usage_id": 120 }, "5503.03.398D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398d, Schacht", "arch_name": "3398d@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535182,18 +590877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56485, "usage_id": 120 }, "5503.03.398E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398E, Schacht", "arch_name": "3398E@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535201,18 +590898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56610, "usage_id": 120 }, "5503.03.398F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398f, Schacht", "arch_name": "3398f@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535220,18 +590919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56616, "usage_id": 120 }, "5503.03.398G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398g, Schacht", "arch_name": "3398g@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535239,18 +590940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56622, "usage_id": 120 }, "5503.03.398H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398h, Schacht", "arch_name": "3398h@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535258,18 +590961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56627, "usage_id": 120 }, "5503.03.398I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398i, Schacht", "arch_name": "3398i@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535277,18 +590982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56630, "usage_id": 120 }, "5503.03.398J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398j, Schacht", "arch_name": "3398j@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535296,18 +591003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56637, "usage_id": 120 }, "5503.03.398L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398l, Schacht", "arch_name": "3398l@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535315,18 +591024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56744, "usage_id": 120 }, "5503.03.398M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398m, Aufzug", "arch_name": "3398m@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535334,18 +591045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56753, "usage_id": 4 }, "5503.03.398N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398n, Schacht", "arch_name": "3398n@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535353,18 +591066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56759, "usage_id": 120 }, "5503.03.398O": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398o, Schacht", "arch_name": "3398o@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535372,18 +591087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56767, "usage_id": 120 }, "5503.03.398P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398p, Schacht", "arch_name": "3398p@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535391,18 +591108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56881, "usage_id": 120 }, "5503.03.398Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3398q, Schacht", "arch_name": "3398q@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -535410,18 +591129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56890, "usage_id": 120 }, "5503.03.399A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399A, Galerie", "arch_name": "3399A@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -535429,18 +591150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56897, "usage_id": 206 }, "5503.03.399B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399B, Flur", "arch_name": "3399B@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -535448,18 +591171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56908, "usage_id": 222 }, "5503.03.399C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399C, Flur", "arch_name": "3399C@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -535467,18 +591192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71922, "usage_id": 222 }, "5503.03.399D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399D, Treppenraum", "arch_name": "3399D@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -535486,18 +591213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56918, "usage_id": 223 }, "5503.03.399E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399E, Flur", "arch_name": "3399E@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -535505,18 +591234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57032, "usage_id": 222 }, "5503.03.399F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399F, Flur", "arch_name": "3399F@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -535524,18 +591255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57046, "usage_id": 222 }, "5503.03.399G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399G, Flur", "arch_name": "3399G@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -535543,18 +591276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57054, "usage_id": 222 }, "5503.03.399H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399H, Flur", "arch_name": "3399H@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -535562,18 +591297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71923, "usage_id": 222 }, "5503.03.399I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399I, Treppenraum", "arch_name": "3399I@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -535581,18 +591318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57060, "usage_id": 223 }, "5503.03.399K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399K, Flur", "arch_name": "3399K@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -535600,18 +591339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57067, "usage_id": 222 }, "5503.03.399L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399L, Flur", "arch_name": "3399L@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -535619,18 +591360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57187, "usage_id": 222 }, "5503.03.399M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399M, Flur", "arch_name": "3399M@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -535638,18 +591381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71924, "usage_id": 222 }, "5503.03.399P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399P, Galerie", "arch_name": "3399P@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -535657,18 +591402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57203, "usage_id": 206 }, "5503.03.399Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3399Q, Galerie", "arch_name": "3399Q@5503", "area_id": 34, "building_id": 838, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -535676,18 +591423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57211, "usage_id": 206 }, "5503.EG.301A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0301A, WC-Vorraum", "arch_name": "0301A@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -535695,18 +591444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55487, "usage_id": 37 }, "5503.EG.301B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398B, WC-Damen", "arch_name": "0398B@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -535714,18 +591465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55619, "usage_id": 116 }, "5503.EG.301C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0301C, Beh.-WC / Wickeltisch", "arch_name": "0301C@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -535733,18 +591486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55627, "usage_id": 117 }, "5503.EG.301D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0301D, WC-Herren", "arch_name": "0301D@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -535752,18 +591507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55637, "usage_id": 115 }, "5503.EG.301E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0301E, WC-Vorraum", "arch_name": "0301E@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -535771,18 +591528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55647, "usage_id": 37 }, "5503.EG.301F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0301F, Laden (Loske) Cafebar", "arch_name": "0301F@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25918, "seats": { @@ -535790,18 +591549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55653, "usage_id": 164 }, "5503.EG.302": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0302, Werkstatt", "arch_name": "0302@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15284, "seats": { @@ -535809,18 +591570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55782, "usage_id": 51 }, "5503.EG.302M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0302M, Putzraum", "arch_name": "0302M@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -535828,18 +591591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55795, "usage_id": 205 }, "5503.EG.303": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0303, Mechanische Werkstatt", "arch_name": "0303@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15284, "seats": { @@ -535847,18 +591612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55806, "usage_id": 51 }, "5503.EG.303N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0303N, Duschen", "arch_name": "0303N@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -535866,18 +591633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55823, "usage_id": 113 }, "5503.EG.303O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0303O, Klimakammer", "arch_name": "0303O@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -535885,18 +591654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55941, "usage_id": 103 }, "5503.EG.303P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0303P, Labor", "arch_name": "0303P@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -535904,18 +591675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55950, "usage_id": 103 }, "5503.EG.303Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0303Q, WC-Damen", "arch_name": "0303Q@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -535923,18 +591696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55960, "usage_id": 116 }, "5503.EG.303R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0303R, WC-Vorraum Damen", "arch_name": "0303R@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15284, "seats": { @@ -535942,18 +591717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55970, "usage_id": 118 }, "5503.EG.303S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0303S, Sanit\u00e4rr\u00e4ume", "arch_name": "0303S@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -535961,18 +591738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71868, "usage_id": 37 }, "5503.EG.303T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0303T, WC-Herren", "arch_name": "0303T@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -535980,18 +591759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71864, "usage_id": 115 }, "5503.EG.304": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0304, Schlosserei", "arch_name": "0304@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15284, "seats": { @@ -535999,18 +591780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56097, "usage_id": 108 }, "5503.EG.304M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0304M, Umkleide / Dusche Herren", "arch_name": "0304M@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15284, "seats": { @@ -536018,19 +591801,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56114, "usage_id": 121 }, "5503.EG.304N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0304N, Seminar- u. Schulungsraum", "arch_name": "0304N@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 15215, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -536038,18 +591823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13937, "usage_id": 41 }, "5503.EG.305": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0305, Versuchshalle", "arch_name": "0305@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15284, "seats": { @@ -536057,18 +591844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68373, "usage_id": 49 }, "5503.EG.305M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0305M, CNC-Maschinenraum", "arch_name": "0305M@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -536076,18 +591865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56131, "usage_id": 49 }, "5503.EG.306": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0306, Simulationshalle + Steuerraum", "arch_name": "0306@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15284, "seats": { @@ -536095,18 +591886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56264, "usage_id": 49 }, "5503.EG.306M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0306M, Materiallager", "arch_name": "0306M@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -536114,18 +591907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56272, "usage_id": 30 }, "5503.EG.306N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0306N, Teek\u00fcche", "arch_name": "0306N@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -536133,18 +591928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56281, "usage_id": 198 }, "5503.EG.308": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0308, M\u00fcllraum", "arch_name": "0308@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -536152,18 +591949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56289, "usage_id": 214 }, "5503.EG.325": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0325, Elektronik Werkstatt", "arch_name": "0325@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536171,18 +591970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13980, "usage_id": 51 }, "5503.EG.325M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0325M, Elektroverteiler", "arch_name": "0325M@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -536190,18 +591991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54058, "usage_id": 120 }, "5503.EG.325N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0325N, Nebenraum von 0325m", "arch_name": "0325N@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -536209,18 +592012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54063, "usage_id": 120 }, "5503.EG.325X": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0325X, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0325X@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -536228,18 +592033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71990, "usage_id": 204 }, "5503.EG.326": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0326, Techniklager", "arch_name": "0326@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536247,18 +592054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54068, "usage_id": 18 }, "5503.EG.326M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0326M, Elektroverteiler", "arch_name": "0326M@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -536266,19 +592075,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54074, "usage_id": 120 }, "5503.EG.327": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0327, Team Besprechungsraum", "arch_name": "0327@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 24012, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536286,18 +592097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54081, "usage_id": 196 }, "5503.EG.328": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0328, Labor", "arch_name": "0328@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536305,18 +592118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54213, "usage_id": 194 }, "5503.EG.329": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0329, Technische Angestellte", "arch_name": "0329@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536324,18 +592139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54220, "usage_id": 12 }, "5503.EG.330": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0330, Labor", "arch_name": "0330@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536343,18 +592160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54226, "usage_id": 194 }, "5503.EG.331": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0331, Studentenarbeitsraum", "arch_name": "0331@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536362,18 +592181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54233, "usage_id": 208 }, "5503.EG.332": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0332, Flex-Lab", "arch_name": "0332@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536381,18 +592202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54240, "usage_id": 194 }, "5503.EG.332A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0332A, Installationsraum", "arch_name": "0332A@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -536400,18 +592223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71867, "usage_id": 120 }, "5503.EG.333": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0333, Flex-Lab", "arch_name": "0333@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536419,18 +592244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54361, "usage_id": 194 }, "5503.EG.334": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0334, Flex-Lab", "arch_name": "0334@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536438,18 +592265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54368, "usage_id": 194 }, "5503.EG.334M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0334M, Elektroverteiler", "arch_name": "0334M@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -536457,18 +592286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54376, "usage_id": 120 }, "5503.EG.335": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0335, Flex-Lab", "arch_name": "0335@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536476,18 +592307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54385, "usage_id": 194 }, "5503.EG.336": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0336, B\u00fcro", "arch_name": "0336@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -536495,19 +592328,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54394, "usage_id": 12 }, "5503.EG.337": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 0337, Seminarraum", "arch_name": "0337@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 15202, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -536515,18 +592350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13416, "usage_id": 41 }, "5503.EG.338": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0338, Flur", "arch_name": "0338@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -536534,19 +592371,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71993, "usage_id": 222 }, "5503.EG.350": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 0350, Egbert-von-Hoyer-H\u00f6rsaal", "arch_name": "0350@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 12547, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -536554,18 +592393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13418, "usage_id": 20 }, "5503.EG.360": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0360, Messflur", "arch_name": "0360@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -536573,18 +592414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31282, "usage_id": 222 }, "5503.EG.360M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0360m, Trafo", "arch_name": "0360m@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -536592,18 +592435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54552, "usage_id": 160 }, "5503.EG.360N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0360n, Trafo", "arch_name": "0360n@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -536611,18 +592456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54560, "usage_id": 160 }, "5503.EG.360O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0360O, Technik", "arch_name": "0360O@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -536630,18 +592477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54686, "usage_id": 120 }, "5503.EG.360P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0360p, Trafo", "arch_name": "0360p@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -536649,18 +592498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54695, "usage_id": 160 }, "5503.EG.360Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0360Q, Fernmeldetechnik", "arch_name": "0360Q@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -536668,18 +592519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54704, "usage_id": 202 }, "5503.EG.360R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0360R, Umkleide / Dusche Herren", "arch_name": "0360R@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -536687,18 +592540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54710, "usage_id": 121 }, "5503.EG.360S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0360S, Umkleide / Dusche Herren", "arch_name": "0360S@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -536706,18 +592561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54716, "usage_id": 121 }, "5503.EG.360W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0360w, Technik", "arch_name": "0360w@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -536725,18 +592582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54724, "usage_id": 120 }, "5503.EG.361": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0361, Pr\u00fcfstand", "arch_name": "0361@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536744,18 +592603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29941, "usage_id": 51 }, "5503.EG.362": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0362, Pr\u00fcfstand", "arch_name": "0362@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536763,18 +592624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54862, "usage_id": 51 }, "5503.EG.363": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0363, Pr\u00fcfstand", "arch_name": "0363@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536782,18 +592645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54869, "usage_id": 51 }, "5503.EG.364": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0364, Pr\u00fcfstand", "arch_name": "0364@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536801,18 +592666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54878, "usage_id": 51 }, "5503.EG.365": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0365, Pr\u00fcfstand", "arch_name": "0365@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536820,18 +592687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54886, "usage_id": 51 }, "5503.EG.366": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0366, Pr\u00fcfstand", "arch_name": "0366@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536839,18 +592708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55016, "usage_id": 51 }, "5503.EG.367": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0367, Pr\u00fcfstand", "arch_name": "0367@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536858,18 +592729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55025, "usage_id": 51 }, "5503.EG.368": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0368, Pr\u00fcfstand", "arch_name": "0368@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536877,18 +592750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55032, "usage_id": 51 }, "5503.EG.368A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0368A, Elektrowerkstatt o.f.e.M.", "arch_name": "0368A@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -536896,18 +592771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71855, "usage_id": 51 }, "5503.EG.368B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "368B, Technologische Versuchshalle", "arch_name": "368B@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536915,18 +592792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71857, "usage_id": 49 }, "5503.EG.368C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "368C, Technologische Versuchshalle", "arch_name": "368C@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536934,18 +592813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71860, "usage_id": 49 }, "5503.EG.368D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "368D, Technologische Versuchshalle", "arch_name": "368D@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536953,18 +592834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71856, "usage_id": 49 }, "5503.EG.368E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "368E, Sonst.Betriebst.Anlagen", "arch_name": "368E@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -536972,18 +592855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71863, "usage_id": 120 }, "5503.EG.368F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "368F, Technologische Versuchshalle", "arch_name": "368F@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -536991,18 +592876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71994, "usage_id": 49 }, "5503.EG.369": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0369, K\u00fchlwasserbeh\u00e4lter", "arch_name": "0369@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -537010,18 +592897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54880, "usage_id": 182 }, "5503.EG.370": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0370, Gasflaschenlager", "arch_name": "0370@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -537029,18 +592918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55018, "usage_id": 30 }, "5503.EG.390": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390, Versuchshalle", "arch_name": "0390@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -537048,18 +592939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16835, "usage_id": 49 }, "5503.EG.390A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390A, Lager", "arch_name": "0390A@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -537067,18 +592960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55044, "usage_id": 30 }, "5503.EG.390B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390B, Lager", "arch_name": "0390B@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15299, "seats": { @@ -537086,18 +592981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55049, "usage_id": 30 }, "5503.EG.390C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390C, Fahrsimulator", "arch_name": "0390C@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -537105,18 +593002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29148, "usage_id": 49 }, "5503.EG.390D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390D, VR.-Labor", "arch_name": "0390D@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15285, "seats": { @@ -537124,18 +593023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55177, "usage_id": 49 }, "5503.EG.390E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390E, Sens.-Labor", "arch_name": "0390E@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15285, "seats": { @@ -537143,18 +593044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29149, "usage_id": 103 }, "5503.EG.390F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390F, Elektro-Labor", "arch_name": "0390F@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15285, "seats": { @@ -537162,18 +593065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29156, "usage_id": 103 }, "5503.EG.390G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390G, Aufenthalt", "arch_name": "0390G@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15285, "seats": { @@ -537181,18 +593086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13559, "usage_id": 44 }, "5503.EG.390H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390H, Versuchshalle", "arch_name": "0390H@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -537200,18 +593107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55191, "usage_id": 49 }, "5503.EG.390I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390I, KFZ-Wartung", "arch_name": "0390I@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15300, "seats": { @@ -537219,18 +593128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55196, "usage_id": 51 }, "5503.EG.390J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390J, Werkstatt", "arch_name": "0390J@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -537238,18 +593149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29162, "usage_id": 51 }, "5503.EG.390L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390L, Flur", "arch_name": "0390L@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15300, "seats": { @@ -537257,18 +593170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13408, "usage_id": 222 }, "5503.EG.391K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0390K, Personal/Schulung", "arch_name": "0390K@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15300, "seats": { @@ -537276,18 +593191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13358, "usage_id": 130 }, "5503.EG.392": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0392, Werkstatt", "arch_name": "0392@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15300, "seats": { @@ -537295,18 +593212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71989, "usage_id": 51 }, "5503.EG.392A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0392A, B\u00fcro", "arch_name": "0392A@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15300, "seats": { @@ -537314,18 +593233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71861, "usage_id": 12 }, "5503.EG.392B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0392B, B\u00fcro", "arch_name": "0392B@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15300, "seats": { @@ -537333,18 +593254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71862, "usage_id": 12 }, "5503.EG.392C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0392C, Werkstatt", "arch_name": "0392C@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -537352,18 +593275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71858, "usage_id": 51 }, "5503.EG.392D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0392D, Werkstatt", "arch_name": "0392D@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -537371,18 +593296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71859, "usage_id": 51 }, "5503.EG.398A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398a, Schacht", "arch_name": "0398a@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537390,18 +593317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55365, "usage_id": 120 }, "5503.EG.398B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398B, Schacht", "arch_name": "0398B@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -537409,18 +593338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55491, "usage_id": 120 }, "5503.EG.398C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398C, Aufzug", "arch_name": "0398C@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -537428,18 +593359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55500, "usage_id": 4 }, "5503.EG.398D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398d, Schacht", "arch_name": "0398d@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537447,18 +593380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55508, "usage_id": 120 }, "5503.EG.398E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398e, Schacht", "arch_name": "0398e@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537466,18 +593401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55517, "usage_id": 120 }, "5503.EG.398F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398f, Schacht", "arch_name": "0398f@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537485,18 +593422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55527, "usage_id": 120 }, "5503.EG.398G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398g, Schacht", "arch_name": "0398g@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537504,18 +593443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55661, "usage_id": 120 }, "5503.EG.398H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398h, Schacht", "arch_name": "0398h@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537523,18 +593464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55671, "usage_id": 120 }, "5503.EG.398I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398i, Schacht", "arch_name": "0398i@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537542,18 +593485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55676, "usage_id": 120 }, "5503.EG.398J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398j, Schacht", "arch_name": "0398j@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537561,18 +593506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55337, "usage_id": 120 }, "5503.EG.398L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398l, Schacht", "arch_name": "0398l@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537580,18 +593527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55349, "usage_id": 120 }, "5503.EG.398M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398M, Aufzug", "arch_name": "0398M@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -537599,18 +593548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55356, "usage_id": 4 }, "5503.EG.398N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398n, Schacht", "arch_name": "0398n@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537618,18 +593569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55363, "usage_id": 120 }, "5503.EG.398O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398o, Schacht", "arch_name": "0398o@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537637,18 +593590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55371, "usage_id": 120 }, "5503.EG.398P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398p, Schacht", "arch_name": "0398p@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537656,18 +593611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55496, "usage_id": 120 }, "5503.EG.398Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398q, Schacht", "arch_name": "0398q@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537675,18 +593632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55503, "usage_id": 120 }, "5503.EG.398S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398S, Installationsschacht", "arch_name": "0398S@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537694,18 +593653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71870, "usage_id": 120 }, "5503.EG.398V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0398v, Schacht", "arch_name": "0398v@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -537713,19 +593674,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55511, "usage_id": 120 }, "5503.EG.399A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399A, MW 3 Innenhof", "arch_name": "0399A@5503", "area_id": 34, "building_id": 838, "calendar_resource_nr": 17989, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -537733,18 +593696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29275, "usage_id": 222 }, "5503.EG.399B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399B, WC-Vorraum", "arch_name": "0399B@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -537752,18 +593717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55528, "usage_id": 37 }, "5503.EG.399C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399C, Flur", "arch_name": "0399C@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -537771,18 +593738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55657, "usage_id": 222 }, "5503.EG.399D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399D, Treppenraum", "arch_name": "0399D@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -537790,18 +593759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55664, "usage_id": 223 }, "5503.EG.399E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399E, Flur", "arch_name": "0399E@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -537809,18 +593780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55669, "usage_id": 222 }, "5503.EG.399F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399F, Flur", "arch_name": "0399F@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -537828,18 +593801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55685, "usage_id": 222 }, "5503.EG.399I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399I, Treppenraum", "arch_name": "0399I@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -537847,18 +593822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55691, "usage_id": 223 }, "5503.EG.399J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399J, Flur", "arch_name": "0399J@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -537866,18 +593843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55831, "usage_id": 222 }, "5503.EG.399K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399K, Flur", "arch_name": "0399K@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -537885,18 +593864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55837, "usage_id": 222 }, "5503.EG.399L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399L, Flur", "arch_name": "0399L@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -537904,18 +593885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55841, "usage_id": 222 }, "5503.EG.399M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399P, Flur", "arch_name": "0399P@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -537923,18 +593906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55845, "usage_id": 222 }, "5503.EG.399N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399N, Treppenraum", "arch_name": "0399N@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -537942,18 +593927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55851, "usage_id": 223 }, "5503.EG.399O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399O, Flur", "arch_name": "0399O@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -537961,18 +593948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55980, "usage_id": 222 }, "5503.EG.399P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399P, Flur", "arch_name": "0399P@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -537980,18 +593969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55986, "usage_id": 222 }, "5503.EG.399S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399S, Treppe im Freien", "arch_name": "0399S@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -537999,18 +593990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71865, "usage_id": 7 }, "5503.EG.399T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399T, Treppe im Freien", "arch_name": "0399T@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -538018,18 +594011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71866, "usage_id": 7 }, "5503.EG.399U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399U, Treppe", "arch_name": "0399U@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -538037,18 +594032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71869, "usage_id": 223 }, "5503.EG.399X": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399X, Flur", "arch_name": "0399X@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -538056,18 +594053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71991, "usage_id": 222 }, "5503.EG.399Y": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0399Y, Flur", "arch_name": "0399Y@5503", "area_id": 34, "building_id": 838, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -538075,18 +594074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71992, "usage_id": 222 }, "5503.U1.301": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U301, Technik", "arch_name": "U301@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -538094,18 +594095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54194, "usage_id": 120 }, "5503.U1.301M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U301M, Schachtaufgang", "arch_name": "U301M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -538113,18 +594116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54201, "usage_id": 120 }, "5503.U1.302": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U302, Installationskeller", "arch_name": "U302@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -538132,18 +594137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54210, "usage_id": 120 }, "5503.U1.303M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U303M, Lager Laden 4", "arch_name": "U303M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -538151,18 +594158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54329, "usage_id": 30 }, "5503.U1.303N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U303N, Maschinenraum", "arch_name": "U303N@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538170,18 +594179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54339, "usage_id": 120 }, "5503.U1.325": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U325, Elektrische Stromversorgung", "arch_name": "U325@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -538189,18 +594200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54344, "usage_id": 160 }, "5503.U1.326": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U326, Elektrische Stromversorgung", "arch_name": "U326@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -538208,18 +594221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54349, "usage_id": 160 }, "5503.U1.326M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U326M, Elektroverteiler", "arch_name": "U326M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -538227,18 +594242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54356, "usage_id": 120 }, "5503.U1.327": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U327, Fernmeldetechnik", "arch_name": "U327@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -538246,18 +594263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54490, "usage_id": 202 }, "5503.U1.327M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U327M, Elektroverteiler", "arch_name": "U327M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -538265,18 +594284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54494, "usage_id": 120 }, "5503.U1.328": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U328, Studenten Hilfskr\u00e4fte/Arbeitspl\u00e4tze", "arch_name": "U328@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -538284,18 +594305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54501, "usage_id": 12 }, "5503.U1.329": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U329, Installation", "arch_name": "U329@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 15284, "seats": { @@ -538303,18 +594326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54508, "usage_id": 120 }, "5503.U1.330": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U330, Reinigungsdienst", "arch_name": "U330@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -538322,18 +594347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54514, "usage_id": 44 }, "5503.U1.331": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U331, Lager", "arch_name": "U331@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15286, "seats": { @@ -538341,18 +594368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54523, "usage_id": 30 }, "5503.U1.331M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U331M, Elektroverteiler", "arch_name": "U331M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538360,18 +594389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54527, "usage_id": 120 }, "5503.U1.332": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U332, Lager", "arch_name": "U332@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15285, "seats": { @@ -538379,18 +594410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54648, "usage_id": 30 }, "5503.U1.333": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U333, Filmbearbeitg.", "arch_name": "U333@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15284, "seats": { @@ -538398,18 +594431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54659, "usage_id": 104 }, "5503.U1.333M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U333M, B\u00fcchermagazin", "arch_name": "U333M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19671, "seats": { @@ -538417,18 +594452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54667, "usage_id": 2 }, "5503.U1.334": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U334, Lagerraum", "arch_name": "U334@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15284, "seats": { @@ -538436,18 +594473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54672, "usage_id": 30 }, "5503.U1.334M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U334M, Maschinenraum", "arch_name": "U334M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -538455,18 +594494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54677, "usage_id": 120 }, "5503.U1.350A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U350A, MW U350a, Vorbereitung", "arch_name": "U350A@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -538474,18 +594515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54817, "usage_id": 136 }, "5503.U1.350B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U350B, Technik", "arch_name": "U350B@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538493,18 +594536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54824, "usage_id": 120 }, "5503.U1.360": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U360, Installationskanal", "arch_name": "U360@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538512,18 +594557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71984, "usage_id": 120 }, "5503.U1.398B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398B, Schacht", "arch_name": "U398B@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538531,18 +594578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54833, "usage_id": 120 }, "5503.U1.398C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398c, Aufzug", "arch_name": "U398c@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538550,18 +594599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54840, "usage_id": 4 }, "5503.U1.398D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398D, Schacht", "arch_name": "U398D@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538569,18 +594620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54848, "usage_id": 120 }, "5503.U1.398E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398E, Schacht", "arch_name": "U398E@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538588,18 +594641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54977, "usage_id": 120 }, "5503.U1.398F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398F, Schacht", "arch_name": "U398F@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538607,18 +594662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54985, "usage_id": 120 }, "5503.U1.398G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398G, Schacht", "arch_name": "U398G@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538626,18 +594683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54991, "usage_id": 120 }, "5503.U1.398I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398I, Schacht", "arch_name": "U398I@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538645,18 +594704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55000, "usage_id": 120 }, "5503.U1.398J": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398J, Schacht", "arch_name": "U398J@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538664,18 +594725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55008, "usage_id": 120 }, "5503.U1.398K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398K, Schacht", "arch_name": "U398K@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538683,18 +594746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55131, "usage_id": 120 }, "5503.U1.398M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398M, Aufzugs-u. F\u00f6rdermaschinenraum", "arch_name": "U398M@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -538702,18 +594767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55137, "usage_id": 5 }, "5503.U1.398O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398O, Schacht", "arch_name": "U398O@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538721,18 +594788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55151, "usage_id": 120 }, "5503.U1.398P": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398P, Schacht", "arch_name": "U398P@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -538740,18 +594809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55159, "usage_id": 120 }, "5503.U1.398Q": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398Q, Schacht", "arch_name": "U398Q@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538759,18 +594830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55297, "usage_id": 120 }, "5503.U1.398S": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U398S, Installationsschacht", "arch_name": "U398S@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538778,18 +594851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71988, "usage_id": 120 }, "5503.U1.399A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399A, Installationskeller", "arch_name": "U399A@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -538797,18 +594872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55307, "usage_id": 120 }, "5503.U1.399B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399B, Betriebstechn. Anlagen", "arch_name": "U399B@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -538816,18 +594893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71983, "usage_id": 120 }, "5503.U1.399D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399D, Treppenraum", "arch_name": "U399D@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -538835,18 +594914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55315, "usage_id": 223 }, "5503.U1.399E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399E, Flur", "arch_name": "U399E@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -538854,18 +594935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71987, "usage_id": 222 }, "5503.U1.399F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399F, Maschinenraum", "arch_name": "U399F@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -538873,18 +594956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55324, "usage_id": 5 }, "5503.U1.399G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399G, Flur", "arch_name": "U399G@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -538892,18 +594977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55457, "usage_id": 222 }, "5503.U1.399H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399H, Flur", "arch_name": "U399H@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -538911,18 +594998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55463, "usage_id": 222 }, "5503.U1.399I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399I, Treppe", "arch_name": "U399I@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -538930,18 +595019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55472, "usage_id": 223 }, "5503.U1.399J": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399J, Flur", "arch_name": "U399J@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -538949,18 +595040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71985, "usage_id": 222 }, "5503.U1.399N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399N, Treppenraum", "arch_name": "U399N@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -538968,18 +595061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55479, "usage_id": 223 }, "5503.U1.399O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U399O, Treppe im Freien", "arch_name": "U399O@5503", "area_id": 34, "building_id": 838, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -538987,19 +595082,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71986, "usage_id": 7 }, "5504.01.401": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1401, Seminarraum", "arch_name": "1401@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 12654, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24207, "seats": { @@ -539007,18 +595104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11630, "usage_id": 41 }, "5504.01.402": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1402, Praktikum Labor", "arch_name": "1402@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15316, "seats": { @@ -539026,18 +595125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58326, "usage_id": 103 }, "5504.01.402M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1402M, Putzraum", "arch_name": "1402M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -539045,19 +595146,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58333, "usage_id": 205 }, "5504.01.403": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1403, Teamroom", "arch_name": "1403@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 19003, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539065,18 +595168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58339, "usage_id": 12 }, "5504.01.403M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1403M, WC-Vorraum", "arch_name": "1403M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -539084,18 +595189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58462, "usage_id": 37 }, "5504.01.403N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1403N, WC-Vorraum", "arch_name": "1403N@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -539103,18 +595210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58467, "usage_id": 37 }, "5504.01.403P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1403P, WC-Damen", "arch_name": "1403P@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -539122,18 +595231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58475, "usage_id": 116 }, "5504.01.403Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1403Q, WC-Herren", "arch_name": "1403Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -539141,18 +595252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58479, "usage_id": 115 }, "5504.01.404": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1404, B\u00fcro", "arch_name": "1404@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539160,19 +595273,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58487, "usage_id": 12 }, "5504.01.404M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1404M, Seminarraum", "arch_name": "1404M@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 18412, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539180,19 +595295,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58495, "usage_id": 41 }, "5504.01.405": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1405, RFA Labor", "arch_name": "1405@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 15281, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15316, "seats": { @@ -539200,18 +595317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31193, "usage_id": 102 }, "5504.01.405M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1405M, Praktikum Labor-Brennstoffanalyse", "arch_name": "1405M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15316, "seats": { @@ -539219,19 +595338,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31198, "usage_id": 103 }, "5504.01.405N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1405N, AAS Labor", "arch_name": "1405N@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 18521, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15316, "seats": { @@ -539239,19 +595360,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58630, "usage_id": 102 }, "5504.01.406": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1406, Computerpool", "arch_name": "1406@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 20157, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 24074, "seats": { @@ -539259,19 +595382,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58639, "usage_id": 213 }, "5504.01.406M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1406M, Chemielabor", "arch_name": "1406M@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 19007, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15316, "seats": { @@ -539279,18 +595404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58647, "usage_id": 102 }, "5504.01.406N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1406N, Teek\u00fcche", "arch_name": "1406N@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24074, "seats": { @@ -539298,18 +595425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58766, "usage_id": 198 }, "5504.01.407": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1407, Springer B\u00fcro", "arch_name": "1407@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24074, "seats": { @@ -539317,18 +595446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58776, "usage_id": 12 }, "5504.01.408": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1408, Permeabilit\u00e4tslabor", "arch_name": "1408@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24074, "seats": { @@ -539336,18 +595467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58785, "usage_id": 103 }, "5504.01.409": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1409, Aditive Manufacturing Labor", "arch_name": "1409@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 24074, "seats": { @@ -539355,18 +595488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58794, "usage_id": 130 }, "5504.01.410": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1410, Optiklabor", "arch_name": "1410@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15279, "seats": { @@ -539374,18 +595509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56420, "usage_id": 103 }, "5504.01.411": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1411, Putzraum", "arch_name": "1411@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -539393,19 +595530,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56429, "usage_id": 205 }, "5504.01.425": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1425, Videokonferenzraum/Bibliothek", "arch_name": "1425@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 25100, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539413,18 +595552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56437, "usage_id": 161 }, "5504.01.426": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1426, B\u00fcro", "arch_name": "1426@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539432,18 +595573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56443, "usage_id": 12 }, "5504.01.427": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1427, B\u00fcro", "arch_name": "1427@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539451,18 +595594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56453, "usage_id": 12 }, "5504.01.428": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1428, B\u00fcro", "arch_name": "1428@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539470,18 +595615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56569, "usage_id": 12 }, "5504.01.428M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1428M, Elektroverteiler", "arch_name": "1428M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -539489,18 +595636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56579, "usage_id": 120 }, "5504.01.428N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1428N, Elektroverteiler", "arch_name": "1428N@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -539508,18 +595657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56589, "usage_id": 120 }, "5504.01.429": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1429, B\u00fcro", "arch_name": "1429@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539527,18 +595678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11943, "usage_id": 12 }, "5504.01.429M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1429M, Elektroverteiler", "arch_name": "1429M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -539546,18 +595699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56605, "usage_id": 120 }, "5504.01.430": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1430, B\u00fcro", "arch_name": "1430@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539565,18 +595720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56705, "usage_id": 12 }, "5504.01.431": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1431, B\u00fcro", "arch_name": "1431@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539584,18 +595741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56714, "usage_id": 12 }, "5504.01.432": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1432, B\u00fcro", "arch_name": "1432@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539603,18 +595762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56721, "usage_id": 12 }, "5504.01.433": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1433, B\u00fcro", "arch_name": "1433@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539622,18 +595783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56736, "usage_id": 12 }, "5504.01.434": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1434, B\u00fcro", "arch_name": "1434@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539641,18 +595804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56848, "usage_id": 12 }, "5504.01.435": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1435, B\u00fcro", "arch_name": "1435@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539660,18 +595825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56853, "usage_id": 12 }, "5504.01.436": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1436, B\u00fcro", "arch_name": "1436@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539679,18 +595846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56862, "usage_id": 12 }, "5504.01.437": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1437, B\u00fcro", "arch_name": "1437@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539698,18 +595867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56868, "usage_id": 12 }, "5504.01.437M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1437M, Elektroverteiler", "arch_name": "1437M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -539717,18 +595888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56873, "usage_id": 120 }, "5504.01.438": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1438, B\u00fcro", "arch_name": "1438@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539736,18 +595909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57146, "usage_id": 12 }, "5504.01.439": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1439, B\u00fcro", "arch_name": "1439@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539755,18 +595930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57153, "usage_id": 12 }, "5504.01.440": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1440, B\u00fcro", "arch_name": "1440@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -539774,18 +595951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57158, "usage_id": 12 }, "5504.01.441": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1441, B\u00fcro", "arch_name": "1441@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24074, "seats": { @@ -539793,19 +595972,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57165, "usage_id": 12 }, "5504.01.442": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1442, Studentenpraktika mit PC", "arch_name": "1442@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 32012, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -539813,19 +595994,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57174, "usage_id": 208 }, "5504.01.450": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1450, Zeichensaal", "arch_name": "1450@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 12641, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 15299, "seats": { @@ -539833,18 +596016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12128, "usage_id": 55 }, "5504.01.450A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1450A, Treppe", "arch_name": "1450A@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -539852,19 +596037,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71896, "usage_id": 223 }, "5504.01.460": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1460, Mikrobiologielabor", "arch_name": "1460@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 31412, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15279, "seats": { @@ -539872,18 +596059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57599, "usage_id": 102 }, "5504.01.460M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1460M, Lager", "arch_name": "1460M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15294, "seats": { @@ -539891,18 +596080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57606, "usage_id": 30 }, "5504.01.460O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1460O, Technik", "arch_name": "1460O@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -539910,18 +596101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57622, "usage_id": 120 }, "5504.01.460P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1460P, WC-Damen", "arch_name": "1460P@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -539929,18 +596122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57300, "usage_id": 116 }, "5504.01.460Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1460Q, WC-Herren", "arch_name": "1460Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -539948,18 +596143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57304, "usage_id": 115 }, "5504.01.460R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1460R, Beh.-WC", "arch_name": "1460R@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -539967,18 +596164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57313, "usage_id": 117 }, "5504.01.460S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1460S, Umkleide / Dusche Damen", "arch_name": "1460S@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -539986,18 +596185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57319, "usage_id": 121 }, "5504.01.460T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1460T, Umkleide / Dusche Herren", "arch_name": "1460T@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -540005,18 +596206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57329, "usage_id": 121 }, "5504.01.460U": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1460N, Technik", "arch_name": "1460N@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -540024,18 +596227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56994, "usage_id": 120 }, "5504.01.461": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1461, Labor", "arch_name": "1461@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 24074, "seats": { @@ -540043,18 +596248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57003, "usage_id": 194 }, "5504.01.461A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1461A, Aufenthaltsraum/Lehrlingswerkstatt", "arch_name": "1461A@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 24074, "seats": { @@ -540062,18 +596269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57011, "usage_id": 44 }, "5504.01.461M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1461M, Gemeinsames Labor", "arch_name": "1461M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15279, "seats": { @@ -540081,19 +596290,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57021, "usage_id": 194 }, "5504.01.462": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1462, Labor", "arch_name": "1462@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 25966, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 41772, "seats": { @@ -540101,18 +596312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16509, "usage_id": 194 }, "5504.01.462M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1462M, Lager", "arch_name": "1462M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 24074, "seats": { @@ -540120,18 +596333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57452, "usage_id": 30 }, "5504.01.463": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1463, Labor", "arch_name": "1463@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 41772, "seats": { @@ -540139,18 +596354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57472, "usage_id": 194 }, "5504.01.463M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1463M, Chemie Labor", "arch_name": "1463M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 24074, "seats": { @@ -540158,18 +596375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57478, "usage_id": 102 }, "5504.01.464": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1464, Auswertung", "arch_name": "1464@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 42933, "seats": { @@ -540177,18 +596396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55377, "usage_id": 110 }, "5504.01.490": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1490, Lager", "arch_name": "1490@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 24207, "seats": { @@ -540196,18 +596417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71887, "usage_id": 30 }, "5504.01.490A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1490A, L\u00fcftungszentrale", "arch_name": "1490A@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -540215,18 +596438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55386, "usage_id": 32 }, "5504.01.490B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1490B, Elektrowerkstatt", "arch_name": "1490B@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15294, "seats": { @@ -540234,18 +596459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30663, "usage_id": 51 }, "5504.01.490D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1490D, Praktikum Verfahrenstechnik", "arch_name": "1490D@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24207, "seats": { @@ -540253,18 +596480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55532, "usage_id": 102 }, "5504.01.490E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1490E, Schleuse", "arch_name": "1490E@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24207, "seats": { @@ -540272,18 +596501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55540, "usage_id": 105 }, "5504.01.490F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1490F, B\u00fcro", "arch_name": "1490F@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24074, "seats": { @@ -540291,18 +596522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55550, "usage_id": 12 }, "5504.01.490G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1490G, B\u00fcro", "arch_name": "1490G@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24074, "seats": { @@ -540310,18 +596543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55560, "usage_id": 12 }, "5504.01.490H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1490H, B\u00fcro", "arch_name": "1490H@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24074, "seats": { @@ -540329,18 +596564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55566, "usage_id": 12 }, "5504.01.490I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1490I, Gast", "arch_name": "1490I@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 24074, "seats": { @@ -540348,18 +596585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55709, "usage_id": 12 }, "5504.01.490N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499V, Verkehrsweg", "arch_name": "1499V@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -540367,18 +596606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55574, "usage_id": 222 }, "5504.01.490P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1490P, Balkon", "arch_name": "1490P@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -540386,18 +596627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71892, "usage_id": 219 }, "5504.01.497A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1497A, Flur", "arch_name": "1497A@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -540405,18 +596648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71897, "usage_id": 222 }, "5504.01.497B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1497B, Flur", "arch_name": "1497B@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -540424,18 +596669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71894, "usage_id": 222 }, "5504.01.497C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1497C, Galerie", "arch_name": "1497C@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -540443,18 +596690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71893, "usage_id": 206 }, "5504.01.497D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1497D, Galerie", "arch_name": "1497D@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -540462,18 +596711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71889, "usage_id": 206 }, "5504.01.497E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1497E, Technologisches Labor", "arch_name": "1497E@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15294, "seats": { @@ -540481,18 +596732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71891, "usage_id": 194 }, "5504.01.497F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1497F, Technologisches Labor", "arch_name": "1497F@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15294, "seats": { @@ -540500,18 +596753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71890, "usage_id": 194 }, "5504.01.497G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1497G, Technologisches Labor", "arch_name": "1497G@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15294, "seats": { @@ -540519,18 +596774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71888, "usage_id": 194 }, "5504.01.497H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1497H, Galerie", "arch_name": "1497H@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -540538,18 +596795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71883, "usage_id": 206 }, "5504.01.498A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498S, Schacht", "arch_name": "1498S@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540557,18 +596816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55719, "usage_id": 120 }, "5504.01.498B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498b, Schacht", "arch_name": "1498b@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540576,18 +596837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55728, "usage_id": 120 }, "5504.01.498C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498C, Aufzug", "arch_name": "1498C@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -540595,18 +596858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55857, "usage_id": 4 }, "5504.01.498D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498d, Schacht", "arch_name": "1498d@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540614,18 +596879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55868, "usage_id": 120 }, "5504.01.498E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498e, Schacht", "arch_name": "1498e@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540633,18 +596900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55878, "usage_id": 120 }, "5504.01.498F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498f, Schacht", "arch_name": "1498f@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540652,18 +596921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55883, "usage_id": 120 }, "5504.01.498G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498g, Schacht", "arch_name": "1498g@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540671,18 +596942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55894, "usage_id": 120 }, "5504.01.498H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498h, Schacht", "arch_name": "1498h@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540690,18 +596963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56019, "usage_id": 120 }, "5504.01.498I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498i, Schacht", "arch_name": "1498i@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540709,18 +596984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56028, "usage_id": 120 }, "5504.01.498J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498j, Schacht", "arch_name": "1498j@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540728,18 +597005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56039, "usage_id": 120 }, "5504.01.498K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498k, Schacht", "arch_name": "1498k@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540747,18 +597026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56050, "usage_id": 120 }, "5504.01.498L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498l, Aufzug", "arch_name": "1498l@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540766,18 +597047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56180, "usage_id": 4 }, "5504.01.498M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498m, Schacht", "arch_name": "1498m@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540785,18 +597068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56190, "usage_id": 120 }, "5504.01.498O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498o, Schacht", "arch_name": "1498o@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540804,18 +597089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56198, "usage_id": 120 }, "5504.01.498P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498p, Schacht", "arch_name": "1498p@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540823,18 +597110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56207, "usage_id": 120 }, "5504.01.498Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498q, Schacht", "arch_name": "1498q@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540842,18 +597131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56214, "usage_id": 120 }, "5504.01.498R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498r, Schacht", "arch_name": "1498r@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540861,18 +597152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56344, "usage_id": 120 }, "5504.01.498S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498s, Schacht", "arch_name": "1498s@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540880,18 +597173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56353, "usage_id": 120 }, "5504.01.498T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498t, Schacht", "arch_name": "1498t@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540899,18 +597194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56360, "usage_id": 120 }, "5504.01.498U": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1498u, Schacht", "arch_name": "1498u@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -540918,18 +597215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56366, "usage_id": 120 }, "5504.01.499": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499, Treppe", "arch_name": "1499@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -540937,18 +597236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71895, "usage_id": 223 }, "5504.01.499A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499A, Galerie", "arch_name": "1499A@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -540956,18 +597257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56374, "usage_id": 206 }, "5504.01.499B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499B, Galerie", "arch_name": "1499B@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -540975,18 +597278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53979, "usage_id": 206 }, "5504.01.499C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499C, Flur", "arch_name": "1499C@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -540994,18 +597299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53987, "usage_id": 222 }, "5504.01.499D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499D, Treppenraum", "arch_name": "1499D@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -541013,18 +597320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53995, "usage_id": 223 }, "5504.01.499E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499E, Flur und Allraum", "arch_name": "1499E@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -541032,18 +597341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54002, "usage_id": 222 }, "5504.01.499F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499F, Flur", "arch_name": "1499F@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -541051,18 +597362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54014, "usage_id": 222 }, "5504.01.499I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499I, Treppenraum", "arch_name": "1499I@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -541070,18 +597383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54154, "usage_id": 223 }, "5504.01.499J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499J, Flur", "arch_name": "1499J@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -541089,18 +597404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54161, "usage_id": 222 }, "5504.01.499K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499K, Flur", "arch_name": "1499K@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -541108,18 +597425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54168, "usage_id": 222 }, "5504.01.499M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499M, Galerie", "arch_name": "1499M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -541127,18 +597446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54302, "usage_id": 206 }, "5504.01.499N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499N, Treppenraum", "arch_name": "1499N@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -541146,18 +597467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54312, "usage_id": 223 }, "5504.01.499O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499O, Flur", "arch_name": "1499O@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -541165,18 +597488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54320, "usage_id": 222 }, "5504.01.499Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499Q, Treppenraum", "arch_name": "1499Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -541184,18 +597509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54459, "usage_id": 223 }, "5504.01.499R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499R, Flur", "arch_name": "1499R@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -541203,18 +597530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54466, "usage_id": 222 }, "5504.01.499S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499S, Galerie", "arch_name": "1499S@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 24207, "seats": { @@ -541222,18 +597551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54478, "usage_id": 206 }, "5504.01.499T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1499T, Galerie", "arch_name": "1499T@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -541241,18 +597572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54489, "usage_id": 206 }, "5504.02.401": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2401, Arbeitsraum", "arch_name": "2401@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42933, "seats": { @@ -541260,18 +597593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54789, "usage_id": 12 }, "5504.02.402": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2402, B\u00fcro", "arch_name": "2402@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42933, "seats": { @@ -541279,18 +597614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54800, "usage_id": 12 }, "5504.02.403": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2403, B\u00fcro", "arch_name": "2403@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42933, "seats": { @@ -541298,18 +597635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54811, "usage_id": 12 }, "5504.02.403M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2403M, WC-Vorraum", "arch_name": "2403M@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -541317,18 +597656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54938, "usage_id": 37 }, "5504.02.403N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2403N, WC-Vorraum", "arch_name": "2403N@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -541336,18 +597677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54947, "usage_id": 37 }, "5504.02.403P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2403P, WC-Damen", "arch_name": "2403P@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -541355,18 +597698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54954, "usage_id": 116 }, "5504.02.403Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2403Q, WC-Herren", "arch_name": "2403Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -541374,18 +597719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54963, "usage_id": 115 }, "5504.02.404": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2404, B\u00fcro", "arch_name": "2404@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 41772, "seats": { @@ -541393,18 +597740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12269, "usage_id": 12 }, "5504.02.404M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2404M, Putzraum", "arch_name": "2404M@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -541412,18 +597761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55093, "usage_id": 205 }, "5504.02.405": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2405, Lehrbeauftragter 1", "arch_name": "2405@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 41772, "seats": { @@ -541431,18 +597782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55100, "usage_id": 12 }, "5504.02.406": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2406, Gast", "arch_name": "2406@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 41772, "seats": { @@ -541450,19 +597803,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55108, "usage_id": 12 }, "5504.02.407": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2407, Besprechungsraum", "arch_name": "2407@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 26530, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -541470,19 +597825,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12313, "usage_id": 196 }, "5504.02.408": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2408, Praktikumsraum", "arch_name": "2408@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 27772, + "floor_level": "2.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 24207, "seats": { @@ -541490,18 +597847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12316, "usage_id": 211 }, "5504.02.408M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2408M, W\u00e4geraum", "arch_name": "2408M@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24207, "seats": { @@ -541509,18 +597868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55248, "usage_id": 103 }, "5504.02.409": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2409, Laboranten", "arch_name": "2409@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 24207, "seats": { @@ -541528,18 +597889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30486, "usage_id": 103 }, "5504.02.410": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2410, Labor", "arch_name": "2410@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 24207, "seats": { @@ -541547,18 +597910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55265, "usage_id": 103 }, "5504.02.410A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2410a, Gasflaschen", "arch_name": "2410a@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 24207, "seats": { @@ -541566,18 +597931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55274, "usage_id": 30 }, "5504.02.410M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2410M, Phasengleichgewichtslabor", "arch_name": "2410M@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 24207, "seats": { @@ -541585,18 +597952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55285, "usage_id": 102 }, "5504.02.410N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2410N, Schleuse", "arch_name": "2410N@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 24207, "seats": { @@ -541604,18 +597973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55418, "usage_id": 105 }, "5504.02.410O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2410O, Lagerraum", "arch_name": "2410O@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 24207, "seats": { @@ -541623,18 +597994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55428, "usage_id": 30 }, "5504.02.410P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2410P, Serverraum", "arch_name": "2410P@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 24207, "seats": { @@ -541642,18 +598015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55436, "usage_id": 207 }, "5504.02.410Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2410Q, Teek\u00fcche", "arch_name": "2410Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24207, "seats": { @@ -541661,18 +598036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55443, "usage_id": 198 }, "5504.02.411": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2411, Handlager", "arch_name": "2411@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 24207, "seats": { @@ -541680,19 +598057,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55454, "usage_id": 30 }, "5504.02.412": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2412, Rechner", "arch_name": "2412@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 15227, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24207, "seats": { @@ -541700,18 +598079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16719, "usage_id": 207 }, "5504.02.413": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2413, \u00dcbungsraum", "arch_name": "2413@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24207, "seats": { @@ -541719,18 +598100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71853, "usage_id": 131 }, "5504.02.419M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2419M, Fotolabor", "arch_name": "2419M@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 24207, "seats": { @@ -541738,18 +598121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55592, "usage_id": 104 }, "5504.02.419N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2419N, Fotolabor", "arch_name": "2419N@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 24207, "seats": { @@ -541757,19 +598142,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55604, "usage_id": 104 }, "5504.02.425": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2425, B\u00fcro", "arch_name": "2425@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 21626, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -541777,18 +598164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11480, "usage_id": 12 }, "5504.02.426": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2426, B\u00fcro", "arch_name": "2426@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -541796,18 +598185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11483, "usage_id": 12 }, "5504.02.427": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2427, B\u00fcro", "arch_name": "2427@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -541815,18 +598206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11486, "usage_id": 12 }, "5504.02.428": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2428, B\u00fcro", "arch_name": "2428@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -541834,18 +598227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11489, "usage_id": 12 }, "5504.02.428M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2428M, Elektroverteiler", "arch_name": "2428M@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -541853,18 +598248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55771, "usage_id": 120 }, "5504.02.428N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2428N, Elektroverteiler", "arch_name": "2428N@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -541872,18 +598269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55906, "usage_id": 120 }, "5504.02.428O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2428O, Elektroverteiler", "arch_name": "2428O@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -541891,18 +598290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55913, "usage_id": 120 }, "5504.02.429": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2429, B\u00fcro", "arch_name": "2429@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -541910,18 +598311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11527, "usage_id": 12 }, "5504.02.430": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2430, B\u00fcro", "arch_name": "2430@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -541929,18 +598332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11530, "usage_id": 12 }, "5504.02.431": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2431, B\u00fcro", "arch_name": "2431@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -541948,18 +598353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55928, "usage_id": 12 }, "5504.02.432": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2432, B\u00fcro", "arch_name": "2432@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -541967,18 +598374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11539, "usage_id": 12 }, "5504.02.433": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2433, Prof.-B\u00fcro", "arch_name": "2433@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -541986,18 +598395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11542, "usage_id": 12 }, "5504.02.434": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2434, Sekretariat", "arch_name": "2434@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -542005,18 +598416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11545, "usage_id": 40 }, "5504.02.435A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2435A, Kopierraum", "arch_name": "2435A@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -542024,18 +598437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72850, "usage_id": 110 }, "5504.02.435B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2435B, B\u00fcro", "arch_name": "2435B@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -542043,18 +598458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72851, "usage_id": 12 }, "5504.02.435M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2435M, Laserlabor", "arch_name": "2435M@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 24207, "seats": { @@ -542062,18 +598479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61076, "usage_id": 103 }, "5504.02.435N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2435N, Registratur", "arch_name": "2435N@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24207, "seats": { @@ -542081,18 +598500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56093, "usage_id": 2 }, "5504.02.436": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2436, B\u00fcro", "arch_name": "2436@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -542100,18 +598521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11577, "usage_id": 12 }, "5504.02.436M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2436M, Elektroverteiler", "arch_name": "2436M@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -542119,18 +598542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56234, "usage_id": 120 }, "5504.02.437": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2437, B\u00fcro", "arch_name": "2437@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 41772, "seats": { @@ -542138,18 +598563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56243, "usage_id": 12 }, "5504.02.438": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2438, Sekretariat", "arch_name": "2438@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42933, "seats": { @@ -542157,18 +598584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56250, "usage_id": 40 }, "5504.02.439": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2439, Prof.-B\u00fcro", "arch_name": "2439@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 41772, "seats": { @@ -542176,18 +598605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56382, "usage_id": 12 }, "5504.02.440": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2440, Prof.-B\u00fcro", "arch_name": "2440@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 42933, "seats": { @@ -542195,19 +598626,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61571, "usage_id": 12 }, "5504.02.450": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2450, Empore Zeichensaal MW zu 1450", "arch_name": "2450@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 18084, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 15299, "seats": { @@ -542215,19 +598648,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13381, "usage_id": 55 }, "5504.02.451": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2451, B\u00fcro", "arch_name": "2451@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 18498, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48837, "seats": { @@ -542235,19 +598670,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13384, "usage_id": 12 }, "5504.02.452": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2452, Seminar", "arch_name": "2452@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 18408, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -542255,18 +598692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13388, "usage_id": 41 }, "5504.02.452A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2452A, Besprechung", "arch_name": "2452A@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -542274,18 +598713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56403, "usage_id": 196 }, "5504.02.460": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2460, Technik", "arch_name": "2460@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -542293,18 +598734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56415, "usage_id": 120 }, "5504.02.498A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498a, Schacht", "arch_name": "2498a@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542312,18 +598755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54027, "usage_id": 120 }, "5504.02.498B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498b, Schacht", "arch_name": "2498b@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542331,18 +598776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54035, "usage_id": 120 }, "5504.02.498C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498C, Aufzug", "arch_name": "2498C@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -542350,18 +598797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54040, "usage_id": 4 }, "5504.02.498D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498d, Schacht", "arch_name": "2498d@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542369,18 +598818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54046, "usage_id": 120 }, "5504.02.498E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498e, Schacht", "arch_name": "2498e@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542388,18 +598839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54174, "usage_id": 120 }, "5504.02.498F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498f, Schacht", "arch_name": "2498f@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542407,18 +598860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54182, "usage_id": 120 }, "5504.02.498G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498g, Schacht", "arch_name": "2498g@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542426,18 +598881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54188, "usage_id": 120 }, "5504.02.498H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498h, Schacht", "arch_name": "2498h@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542445,18 +598902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54192, "usage_id": 120 }, "5504.02.498I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498i, Schacht", "arch_name": "2498i@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542464,18 +598923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54200, "usage_id": 120 }, "5504.02.498J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498j, Schacht", "arch_name": "2498j@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542483,18 +598944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54326, "usage_id": 120 }, "5504.02.498K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498k, Schacht", "arch_name": "2498k@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542502,18 +598965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54332, "usage_id": 120 }, "5504.02.498L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498L, Aufzug", "arch_name": "2498L@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -542521,18 +598986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54341, "usage_id": 4 }, "5504.02.498M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498m, Schacht", "arch_name": "2498m@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542540,18 +599007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54348, "usage_id": 120 }, "5504.02.498O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498o, Schacht", "arch_name": "2498o@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542559,18 +599028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54354, "usage_id": 120 }, "5504.02.498P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2498p, Schacht", "arch_name": "2498p@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -542578,18 +599049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54360, "usage_id": 120 }, "5504.02.499A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499A, Galerie", "arch_name": "2499A@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542597,18 +599070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54498, "usage_id": 206 }, "5504.02.499B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499B, Galerie", "arch_name": "2499B@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542616,18 +599091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54502, "usage_id": 206 }, "5504.02.499C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499C, Flur", "arch_name": "2499C@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -542635,18 +599112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54509, "usage_id": 222 }, "5504.02.499D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499D, Treppenraum", "arch_name": "2499D@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542654,18 +599133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54520, "usage_id": 223 }, "5504.02.499E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499E, Flur und Allraum", "arch_name": "2499E@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -542673,18 +599154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54526, "usage_id": 222 }, "5504.02.499F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499F, Flur", "arch_name": "2499F@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -542692,18 +599175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54647, "usage_id": 222 }, "5504.02.499G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499G, Flur", "arch_name": "2499G@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 24207, "seats": { @@ -542711,18 +599196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54658, "usage_id": 222 }, "5504.02.499H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499H, Flur", "arch_name": "2499H@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542730,18 +599217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54666, "usage_id": 222 }, "5504.02.499I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499I, Treppenraum", "arch_name": "2499I@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542749,18 +599238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54675, "usage_id": 223 }, "5504.02.499J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499J, Verbindungsgang", "arch_name": "2499J@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542768,18 +599259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71884, "usage_id": 16 }, "5504.02.499K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499K, Flur", "arch_name": "2499K@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 24207, "seats": { @@ -542787,18 +599280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54815, "usage_id": 222 }, "5504.02.499L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499L, Flur", "arch_name": "2499L@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 24207, "seats": { @@ -542806,18 +599301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54820, "usage_id": 222 }, "5504.02.499M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499M, Treppe", "arch_name": "2499M@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542825,18 +599322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71854, "usage_id": 223 }, "5504.02.499N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499N, Treppenraum", "arch_name": "2499N@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542844,18 +599343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54827, "usage_id": 223 }, "5504.02.499O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499O, Galerie", "arch_name": "2499O@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542863,18 +599364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54837, "usage_id": 206 }, "5504.02.499P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499P, Galerie", "arch_name": "2499P@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542882,18 +599385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54844, "usage_id": 206 }, "5504.02.499Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2499Q, Treppenraum", "arch_name": "2499Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -542901,18 +599406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54975, "usage_id": 223 }, "5504.03.401": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3401, Computation Room", "arch_name": "3401@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -542920,18 +599427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55145, "usage_id": 12 }, "5504.03.402": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3402, B\u00fcro", "arch_name": "3402@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -542939,18 +599448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13680, "usage_id": 12 }, "5504.03.403": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3403, B\u00fcro", "arch_name": "3403@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -542958,18 +599469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55163, "usage_id": 12 }, "5504.03.403M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3403M, WC-Vorraum", "arch_name": "3403M@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -542977,18 +599490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55296, "usage_id": 37 }, "5504.03.403N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3403N, WC-Vorraum Damen", "arch_name": "3403N@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -542996,18 +599511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55304, "usage_id": 118 }, "5504.03.403P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3403P, WC-Damen", "arch_name": "3403P@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -543015,18 +599532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55311, "usage_id": 116 }, "5504.03.403Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3403Q, WC-Herren", "arch_name": "3403Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -543034,18 +599553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55319, "usage_id": 115 }, "5504.03.404": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3404, B\u00fcro", "arch_name": "3404@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -543053,18 +599574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13748, "usage_id": 12 }, "5504.03.405": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3405, B\u00fcro", "arch_name": "3405@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -543072,18 +599595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13752, "usage_id": 12 }, "5504.03.405M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3405M, Putzraum", "arch_name": "3405M@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -543091,18 +599616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55467, "usage_id": 205 }, "5504.03.406": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3406, B\u00fcro", "arch_name": "3406@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -543110,18 +599637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13803, "usage_id": 12 }, "5504.03.407": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3407, B\u00fcro", "arch_name": "3407@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -543129,19 +599658,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13805, "usage_id": 12 }, "5504.03.408": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3408, Besprechungsraum", "arch_name": "3408@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 31532, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -543149,18 +599680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13807, "usage_id": 196 }, "5504.03.409": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3409, Sekretariat", "arch_name": "3409@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -543168,19 +599701,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13811, "usage_id": 40 }, "5504.03.409M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3409M, Allraum", "arch_name": "3409M@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 18434, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -543188,18 +599723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55628, "usage_id": 12 }, "5504.03.410": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3410, Prof.-B\u00fcro", "arch_name": "3410@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -543207,18 +599744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13818, "usage_id": 12 }, "5504.03.410M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3410M, 3D Druckerraum", "arch_name": "3410M@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15279, "seats": { @@ -543226,19 +599765,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55643, "usage_id": 110 }, "5504.03.411": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3411, B\u00fcro", "arch_name": "3411@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 18007, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15279, "seats": { @@ -543246,18 +599787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13841, "usage_id": 12 }, "5504.03.411M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3411M, Kopierraum", "arch_name": "3411M@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15279, "seats": { @@ -543265,19 +599808,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55779, "usage_id": 110 }, "5504.03.412": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3412, Studentenraum / Biofabrication Labor", "arch_name": "3412@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 26148, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15279, "seats": { @@ -543285,18 +599830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55788, "usage_id": 208 }, "5504.03.412M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3412M, Gelblichtlabor", "arch_name": "3412M@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15279, "seats": { @@ -543304,18 +599851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55796, "usage_id": 103 }, "5504.03.412N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3412N, Gelblichtlabor", "arch_name": "3412N@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15279, "seats": { @@ -543323,18 +599872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55802, "usage_id": 103 }, "5504.03.412O": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3412O, Teek\u00fcche", "arch_name": "3412O@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15279, "seats": { @@ -543342,19 +599893,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55810, "usage_id": 198 }, "5504.03.413": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3413, Zellkulturlabor", "arch_name": "3413@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 18780, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15279, "seats": { @@ -543362,19 +599915,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55818, "usage_id": 102 }, "5504.03.414": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3414, Seminarraum", "arch_name": "3414@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 15211, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15279, "seats": { @@ -543382,18 +599937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13878, "usage_id": 41 }, "5504.03.425": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3425, B\u00fcro Dipl./Hiwis", "arch_name": "3425@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543401,18 +599958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55942, "usage_id": 12 }, "5504.03.426": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3426, B\u00fcro", "arch_name": "3426@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543420,18 +599979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55951, "usage_id": 12 }, "5504.03.427": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3427, B\u00fcro", "arch_name": "3427@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543439,18 +600000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55959, "usage_id": 12 }, "5504.03.428": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3428, B\u00fcro", "arch_name": "3428@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543458,18 +600021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13886, "usage_id": 12 }, "5504.03.428M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3428M, Elektroverteiler", "arch_name": "3428M@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -543477,18 +600042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55971, "usage_id": 120 }, "5504.03.428N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3428n, Elektroverteiler", "arch_name": "3428n@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -543496,18 +600063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56095, "usage_id": 120 }, "5504.03.429": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3429, B\u00fcro", "arch_name": "3429@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543515,18 +600084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13931, "usage_id": 12 }, "5504.03.429M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3429M, Server", "arch_name": "3429M@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -543534,18 +600105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56109, "usage_id": 207 }, "5504.03.430": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3430, B\u00fcro", "arch_name": "3430@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543553,18 +600126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56116, "usage_id": 12 }, "5504.03.430M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3430M, Teek\u00fcche", "arch_name": "3430M@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15294, "seats": { @@ -543572,18 +600147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56122, "usage_id": 198 }, "5504.03.432": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3432, B\u00fcro", "arch_name": "3432@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543591,18 +600168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13938, "usage_id": 12 }, "5504.03.433": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3433, B\u00fcro", "arch_name": "3433@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543610,18 +600189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13941, "usage_id": 12 }, "5504.03.433M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3433M, Archiv", "arch_name": "3433M@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15294, "seats": { @@ -543629,18 +600210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56265, "usage_id": 2 }, "5504.03.434": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3434, B\u00fcro", "arch_name": "3434@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543648,19 +600231,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13967, "usage_id": 12 }, "5504.03.435": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3435, Medienraum", "arch_name": "3435@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 23268, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543668,18 +600253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56278, "usage_id": 161 }, "5504.03.436": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3436, B\u00fcro", "arch_name": "3436@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543687,18 +600274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56285, "usage_id": 12 }, "5504.03.437": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3437, Sekretariat", "arch_name": "3437@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543706,18 +600295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13974, "usage_id": 40 }, "5504.03.437M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3437M, Flur", "arch_name": "3437M@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543725,18 +600316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56294, "usage_id": 222 }, "5504.03.437N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3437N, Elektro-Unterverteiler", "arch_name": "3437N@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -543744,19 +600337,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54055, "usage_id": 120 }, "5504.03.438": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3438, Prof.-B\u00fcro", "arch_name": "3438@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 20177, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543764,18 +600359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14005, "usage_id": 12 }, "5504.03.439": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3439, B\u00fcro", "arch_name": "3439@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543783,18 +600380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14012, "usage_id": 12 }, "5504.03.440": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3440, B\u00fcro", "arch_name": "3440@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543802,18 +600401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14016, "usage_id": 12 }, "5504.03.441": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3441, B\u00fcro", "arch_name": "3441@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -543821,18 +600422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14020, "usage_id": 12 }, "5504.03.442": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3442, B\u00fcro Dipl./Hiwis", "arch_name": "3442@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15294, "seats": { @@ -543840,18 +600443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54082, "usage_id": 12 }, "5504.03.498A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498a, Schacht", "arch_name": "3498a@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -543859,18 +600464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54211, "usage_id": 120 }, "5504.03.498B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498b, Schacht", "arch_name": "3498b@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -543878,18 +600485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54216, "usage_id": 120 }, "5504.03.498C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498C, Aufzug", "arch_name": "3498C@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -543897,18 +600506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54222, "usage_id": 4 }, "5504.03.498D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498d, Schacht", "arch_name": "3498d@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -543916,18 +600527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54229, "usage_id": 120 }, "5504.03.498E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498e, Schacht", "arch_name": "3498e@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -543935,18 +600548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54232, "usage_id": 120 }, "5504.03.498F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498F, Schacht", "arch_name": "3498F@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -543954,18 +600569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54239, "usage_id": 120 }, "5504.03.498G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498f, Schacht", "arch_name": "3498f@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -543973,18 +600590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54246, "usage_id": 120 }, "5504.03.498H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498H, Schacht", "arch_name": "3498H@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -543992,18 +600611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54365, "usage_id": 120 }, "5504.03.498I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498i, Schacht", "arch_name": "3498i@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -544011,18 +600632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54374, "usage_id": 120 }, "5504.03.498J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498j, Schacht", "arch_name": "3498j@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -544030,18 +600653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54381, "usage_id": 120 }, "5504.03.498K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498k, Schacht", "arch_name": "3498k@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -544049,18 +600674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54388, "usage_id": 120 }, "5504.03.498L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498L, Aufzug", "arch_name": "3498L@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -544068,18 +600695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54397, "usage_id": 4 }, "5504.03.498M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498m, Schacht", "arch_name": "3498m@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -544087,18 +600716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54403, "usage_id": 120 }, "5504.03.498O": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498o, Schacht", "arch_name": "3498o@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -544106,18 +600737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54534, "usage_id": 120 }, "5504.03.498P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3498p, Schacht", "arch_name": "3498p@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -544125,18 +600758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54540, "usage_id": 120 }, "5504.03.499A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499A, Galerie", "arch_name": "3499A@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -544144,18 +600779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54546, "usage_id": 206 }, "5504.03.499B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499B, Galerie", "arch_name": "3499B@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 15294, "seats": { @@ -544163,18 +600800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54551, "usage_id": 206 }, "5504.03.499C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499C, Flur", "arch_name": "3499C@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -544182,18 +600821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54556, "usage_id": 222 }, "5504.03.499D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499D, Treppenraum", "arch_name": "3499D@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -544201,18 +600842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54562, "usage_id": 223 }, "5504.03.499E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499E, Flur", "arch_name": "3499E@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -544220,18 +600863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54685, "usage_id": 222 }, "5504.03.499F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499F, Flur", "arch_name": "3499F@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -544239,18 +600884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54691, "usage_id": 222 }, "5504.03.499G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499G, Flur", "arch_name": "3499G@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -544258,18 +600905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54699, "usage_id": 222 }, "5504.03.499H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499H, Flur", "arch_name": "3499H@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15294, "seats": { @@ -544277,18 +600926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54705, "usage_id": 222 }, "5504.03.499I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499I, Treppenraum", "arch_name": "3499I@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 15294, "seats": { @@ -544296,18 +600947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54711, "usage_id": 223 }, "5504.03.499K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499K, Flur", "arch_name": "3499K@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -544315,18 +600968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54720, "usage_id": 222 }, "5504.03.499L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499L, Flur", "arch_name": "3499L@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -544334,18 +600989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54725, "usage_id": 222 }, "5504.03.499O": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499O, Flur", "arch_name": "3499O@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -544353,18 +601010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54861, "usage_id": 222 }, "5504.03.499P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499P, Flur", "arch_name": "3499P@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -544372,18 +601031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54867, "usage_id": 222 }, "5504.03.499Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499Q, Galerie", "arch_name": "3499Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -544391,18 +601052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54874, "usage_id": 206 }, "5504.03.499R": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499R, Flur", "arch_name": "3499R@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -544410,18 +601073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71886, "usage_id": 222 }, "5504.03.499S": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3499S, Unterrichtsgro\u00dfraum", "arch_name": "3499S@5504", "area_id": 34, "building_id": 841, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -544429,18 +601094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71885, "usage_id": 130 }, "5504.EG.401A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0401A, WC-Vorraum", "arch_name": "0401A@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544448,18 +601115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56669, "usage_id": 37 }, "5504.EG.401B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0401B, Beh.-WC", "arch_name": "0401B@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544467,18 +601136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56780, "usage_id": 117 }, "5504.EG.401C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0401C, WC-Vorraum", "arch_name": "0401C@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544486,18 +601157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56788, "usage_id": 37 }, "5504.EG.401D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0401D, WC-Herren", "arch_name": "0401D@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544505,18 +601178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56800, "usage_id": 115 }, "5504.EG.401E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0401E, WC-Damen", "arch_name": "0401E@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544524,19 +601199,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56807, "usage_id": 116 }, "5504.EG.402": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0402, Praktikum", "arch_name": "0402@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 18776, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -544544,18 +601221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61326, "usage_id": 103 }, "5504.EG.402M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0402M, Putzraum", "arch_name": "0402M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -544563,19 +601242,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56929, "usage_id": 205 }, "5504.EG.403": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0403, techn. \u00dcbungsraum", "arch_name": "0403@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 18777, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15319, "seats": { @@ -544583,18 +601264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56940, "usage_id": 211 }, "5504.EG.403J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0403P, Bibliothek", "arch_name": "0403P@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15319, "seats": { @@ -544602,18 +601285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56946, "usage_id": 10 }, "5504.EG.403K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0403M, Umkleide / Dusche Herren", "arch_name": "0403M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15319, "seats": { @@ -544621,18 +601306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57074, "usage_id": 121 }, "5504.EG.403M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0403M, WC-Vorraum Herren", "arch_name": "0403M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544640,18 +601327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57081, "usage_id": 37 }, "5504.EG.403N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0403N, WC-Vorraum Damen", "arch_name": "0403N@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544659,18 +601348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57097, "usage_id": 37 }, "5504.EG.403O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0403O, Umkleide / Dusche Damen", "arch_name": "0403O@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15319, "seats": { @@ -544678,18 +601369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57106, "usage_id": 121 }, "5504.EG.403P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0403P, WC-Herren", "arch_name": "0403P@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544697,18 +601390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57215, "usage_id": 115 }, "5504.EG.403Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0403Q, WC-Damen", "arch_name": "0403Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544716,18 +601411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57225, "usage_id": 116 }, "5504.EG.403S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0403S, Duschraum", "arch_name": "0403S@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544735,18 +601432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71876, "usage_id": 113 }, "5504.EG.403T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0403T, Duschraum", "arch_name": "0403T@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -544754,19 +601453,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71878, "usage_id": 113 }, "5504.EG.404": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0404, technologisches Labor", "arch_name": "0404@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 32712, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15304, "seats": { @@ -544774,18 +601475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57236, "usage_id": 194 }, "5504.EG.404A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0404a, Gasflaschenraum", "arch_name": "0404a@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15304, "seats": { @@ -544793,18 +601496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57244, "usage_id": 30 }, "5504.EG.405": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0405, M\u00fcllraum", "arch_name": "0405@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -544812,19 +601517,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57369, "usage_id": 214 }, "5504.EG.425": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0425, Meeting Room", "arch_name": "0425@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 25101, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -544832,18 +601539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57377, "usage_id": 196 }, "5504.EG.425M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0425M, Elektroverteiler", "arch_name": "0425M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -544851,18 +601560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57387, "usage_id": 120 }, "5504.EG.425N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0425N, Elektroverteiler", "arch_name": "0425N@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -544870,18 +601581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57397, "usage_id": 120 }, "5504.EG.425Y": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0425Y, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0425Y@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -544889,18 +601602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71871, "usage_id": 204 }, "5504.EG.426": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0426, B\u00fcro", "arch_name": "0426@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -544908,18 +601623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57515, "usage_id": 12 }, "5504.EG.426M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0426M, Elektroverteiler", "arch_name": "0426M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -544927,18 +601644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57523, "usage_id": 120 }, "5504.EG.427": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0427, B\u00fcro", "arch_name": "0427@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -544946,18 +601665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57535, "usage_id": 12 }, "5504.EG.427M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0427M, Teek\u00fcche", "arch_name": "0427M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15319, "seats": { @@ -544965,18 +601686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57542, "usage_id": 198 }, "5504.EG.428": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0428, B\u00fcro", "arch_name": "0428@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -544984,18 +601707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57549, "usage_id": 12 }, "5504.EG.428M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0428M, Serverraum", "arch_name": "0428M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15319, "seats": { @@ -545003,18 +601728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57664, "usage_id": 207 }, "5504.EG.429": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0429, B\u00fcro", "arch_name": "0429@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -545022,18 +601749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57673, "usage_id": 12 }, "5504.EG.430": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0430, B\u00fcro", "arch_name": "0430@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -545041,19 +601770,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57684, "usage_id": 12 }, "5504.EG.430M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0430M, Seminarraum", "arch_name": "0430M@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 15164, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15319, "seats": { @@ -545061,18 +601792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11597, "usage_id": 41 }, "5504.EG.431": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0431, B\u00fcro", "arch_name": "0431@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -545080,18 +601813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57805, "usage_id": 12 }, "5504.EG.432": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0432, B\u00fcro", "arch_name": "0432@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -545099,18 +601834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57816, "usage_id": 12 }, "5504.EG.433": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0433, Sekretariat", "arch_name": "0433@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -545118,18 +601855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57822, "usage_id": 40 }, "5504.EG.434": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0434, Sekretariat", "arch_name": "0434@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -545137,18 +601876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11657, "usage_id": 40 }, "5504.EG.435": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0435, Prof.-B\u00fcro", "arch_name": "0435@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -545156,18 +601897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11660, "usage_id": 12 }, "5504.EG.435M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0435M, Installationsraum", "arch_name": "0435M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -545175,18 +601918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71880, "usage_id": 120 }, "5504.EG.436": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0436, B\u00fcro", "arch_name": "0436@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45370, "seats": { @@ -545194,18 +601939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11663, "usage_id": 12 }, "5504.EG.437": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0437, B\u00fcro", "arch_name": "0437@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45370, "seats": { @@ -545213,18 +601960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11709, "usage_id": 12 }, "5504.EG.438": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0438, B\u00fcro", "arch_name": "0438@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45370, "seats": { @@ -545232,18 +601981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11715, "usage_id": 12 }, "5504.EG.439": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0439, B\u00fcro", "arch_name": "0439@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45370, "seats": { @@ -545251,19 +602002,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57985, "usage_id": 12 }, "5504.EG.450": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0450, Rechnerraum", "arch_name": "0450@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 15251, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -545271,18 +602024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26901, "usage_id": 207 }, "5504.EG.450A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0450A, Lager", "arch_name": "0450A@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -545290,19 +602045,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58117, "usage_id": 30 }, "5504.EG.450B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0450B, Server", "arch_name": "0450B@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 23509, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -545310,18 +602067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58125, "usage_id": 207 }, "5504.EG.460": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460, Lager", "arch_name": "0460@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 24207, "seats": { @@ -545329,18 +602088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58134, "usage_id": 30 }, "5504.EG.460M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460m, Trafo", "arch_name": "0460m@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -545348,18 +602109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58141, "usage_id": 160 }, "5504.EG.460N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460n, Trafo", "arch_name": "0460n@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -545367,18 +602130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58270, "usage_id": 160 }, "5504.EG.460O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460O, Technik", "arch_name": "0460O@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -545386,18 +602151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58281, "usage_id": 120 }, "5504.EG.460P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460p, Trafo", "arch_name": "0460p@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -545405,18 +602172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58285, "usage_id": 160 }, "5504.EG.460Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460Q, Fernmeldetechnik", "arch_name": "0460Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -545424,18 +602193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58295, "usage_id": 202 }, "5504.EG.460R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460R, Umkleide / Dusche Herren", "arch_name": "0460R@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -545443,18 +602214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58306, "usage_id": 121 }, "5504.EG.460S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460S, WC-Herren", "arch_name": "0460S@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -545462,18 +602235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71881, "usage_id": 115 }, "5504.EG.460T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460T, Umkleide / Dusche Herren", "arch_name": "0460T@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -545481,18 +602256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58429, "usage_id": 121 }, "5504.EG.460U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460U, WC-Vorraum Herren", "arch_name": "0460U@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -545500,18 +602277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71879, "usage_id": 118 }, "5504.EG.460V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460V, Duschraum", "arch_name": "0460V@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -545519,18 +602298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71882, "usage_id": 113 }, "5504.EG.460W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0460W, WC-Herren", "arch_name": "0460W@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -545538,18 +602319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71877, "usage_id": 115 }, "5504.EG.461": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0461, Werkstatt", "arch_name": "0461@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 24207, "seats": { @@ -545557,18 +602340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27196, "usage_id": 51 }, "5504.EG.461A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0461A, Meister", "arch_name": "0461A@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 24207, "seats": { @@ -545576,18 +602361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58440, "usage_id": 12 }, "5504.EG.461B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0461B, Aufenthalt", "arch_name": "0461B@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 24207, "seats": { @@ -545595,18 +602382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58449, "usage_id": 44 }, "5504.EG.461M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0461M, Labor", "arch_name": "0461M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 24207, "seats": { @@ -545614,18 +602403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58456, "usage_id": 103 }, "5504.EG.461N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0461N, Schwei\u00dfraum", "arch_name": "0461N@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 24207, "seats": { @@ -545633,18 +602424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58570, "usage_id": 51 }, "5504.EG.461O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0461O, Lager", "arch_name": "0461O@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 24207, "seats": { @@ -545652,18 +602445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58582, "usage_id": 30 }, "5504.EG.461P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0461P, Seminarraum", "arch_name": "0461P@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 24207, "seats": { @@ -545671,18 +602466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58598, "usage_id": 41 }, "5504.EG.462": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0462, Mechanische Werkstatt", "arch_name": "0462@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15308, "seats": { @@ -545690,18 +602487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58728, "usage_id": 51 }, "5504.EG.462B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0462B, Schwei\u00dfraum", "arch_name": "0462B@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15308, "seats": { @@ -545709,18 +602508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58742, "usage_id": 51 }, "5504.EG.462M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0462M, Mechanische Werkstatt", "arch_name": "0462M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15308, "seats": { @@ -545728,18 +602529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58747, "usage_id": 51 }, "5504.EG.462N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0462N, B\u00fcro", "arch_name": "0462N@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15308, "seats": { @@ -545747,18 +602550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56524, "usage_id": 12 }, "5504.EG.462O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0462O, Lager", "arch_name": "0462O@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15308, "seats": { @@ -545766,18 +602571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56531, "usage_id": 30 }, "5504.EG.463": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0463, Lager", "arch_name": "0463@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -545785,18 +602592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56549, "usage_id": 30 }, "5504.EG.464": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0464, Lager", "arch_name": "0464@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -545804,18 +602613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56560, "usage_id": 30 }, "5504.EG.490": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490, Biotechnikum", "arch_name": "0490@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15294, "seats": { @@ -545823,18 +602634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56675, "usage_id": 49 }, "5504.EG.490A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490A, Verkehrsfl\u00e4che", "arch_name": "0490A@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15294, "seats": { @@ -545842,18 +602655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56680, "usage_id": 222 }, "5504.EG.490B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490B, Anlieferung", "arch_name": "0490B@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15294, "seats": { @@ -545861,18 +602676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56686, "usage_id": 222 }, "5504.EG.490C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490C, Rotorblattpr\u00fcfstand", "arch_name": "0490C@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 43429, "seats": { @@ -545880,18 +602697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56690, "usage_id": 194 }, "5504.EG.490D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490D, Lager", "arch_name": "0490D@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15294, "seats": { @@ -545899,18 +602718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56695, "usage_id": 30 }, "5504.EG.490E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490E, Werkstatt", "arch_name": "0490E@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15304, "seats": { @@ -545918,18 +602739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56816, "usage_id": 51 }, "5504.EG.490F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490F, Mechanische Werkstatt", "arch_name": "0490F@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15294, "seats": { @@ -545937,18 +602760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56823, "usage_id": 51 }, "5504.EG.490G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490G, Aufenthaltsraum", "arch_name": "0490G@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15294, "seats": { @@ -545956,18 +602781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56828, "usage_id": 44 }, "5504.EG.490I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490I, Anlieferung/Abstellfl\u00e4che", "arch_name": "0490I@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 51267, "seats": { @@ -545975,18 +602802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56841, "usage_id": 222 }, "5504.EG.490J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490J, Lager", "arch_name": "0490J@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 24207, "seats": { @@ -545994,19 +602823,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56957, "usage_id": 30 }, "5504.EG.490L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490L, Technikum", "arch_name": "0490L@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 26226, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 24207, "seats": { @@ -546014,18 +602845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56969, "usage_id": 120 }, "5504.EG.490M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490M, B\u00fcro", "arch_name": "0490M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 24207, "seats": { @@ -546033,18 +602866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12161, "usage_id": 12 }, "5504.EG.490N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490N, Verkehrsfl\u00e4che", "arch_name": "0490N@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 24074, "seats": { @@ -546052,18 +602887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56975, "usage_id": 222 }, "5504.EG.490R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490R, Technikum", "arch_name": "0490R@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -546071,18 +602908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57131, "usage_id": 120 }, "5504.EG.490S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0490S, Verkehrsfl.", "arch_name": "0490S@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 24074, "seats": { @@ -546090,18 +602929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57136, "usage_id": 222 }, "5504.EG.498A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498a, Schacht", "arch_name": "0498a@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546109,18 +602950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57144, "usage_id": 120 }, "5504.EG.498B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498b, Schacht", "arch_name": "0498b@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546128,18 +602971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57258, "usage_id": 120 }, "5504.EG.498C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498C, Aufzug", "arch_name": "0498C@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -546147,18 +602992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57266, "usage_id": 4 }, "5504.EG.498D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498d, Schacht", "arch_name": "0498d@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546166,18 +603013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57272, "usage_id": 120 }, "5504.EG.498E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498E, Schacht", "arch_name": "0498E@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -546185,18 +603034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57281, "usage_id": 120 }, "5504.EG.498F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498f, Schacht", "arch_name": "0498f@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546204,18 +603055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57290, "usage_id": 120 }, "5504.EG.498G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498g, Schacht", "arch_name": "0498g@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546223,18 +603076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57404, "usage_id": 120 }, "5504.EG.498H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498h, Schacht", "arch_name": "0498h@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546242,18 +603097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57412, "usage_id": 120 }, "5504.EG.498I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498i, Schacht", "arch_name": "0498i@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546261,18 +603118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57420, "usage_id": 120 }, "5504.EG.498J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498j, Schacht", "arch_name": "0498j@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546280,18 +603139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57432, "usage_id": 120 }, "5504.EG.498K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498k, Schacht", "arch_name": "0498k@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546299,18 +603160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57440, "usage_id": 120 }, "5504.EG.498L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498L, Aufzug", "arch_name": "0498L@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -546318,18 +603181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57557, "usage_id": 4 }, "5504.EG.498M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498m, Schacht", "arch_name": "0498m@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546337,18 +603202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57565, "usage_id": 120 }, "5504.EG.498N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498n, Schacht", "arch_name": "0498n@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546356,18 +603223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57574, "usage_id": 120 }, "5504.EG.498O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498O, Schacht", "arch_name": "0498O@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -546375,18 +603244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57583, "usage_id": 120 }, "5504.EG.498P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498P, Schacht", "arch_name": "0498P@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546394,18 +603265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57589, "usage_id": 120 }, "5504.EG.498Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498q, Schacht", "arch_name": "0498q@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546413,18 +603286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57699, "usage_id": 120 }, "5504.EG.498R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498R, Schacht", "arch_name": "0498R@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546432,18 +603307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57707, "usage_id": 120 }, "5504.EG.498S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0498p, Technik", "arch_name": "0498p@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -546451,19 +603328,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57712, "usage_id": 160 }, "5504.EG.499A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499A, MW 4 Innenhof", "arch_name": "0499A@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 17990, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -546471,18 +603350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30636, "usage_id": 222 }, "5504.EG.499B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499B, Flurbereich im Finger 4", "arch_name": "0499B@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -546490,18 +603371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57723, "usage_id": 222 }, "5504.EG.499C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499C, Flurbereich im Finger 4", "arch_name": "0499C@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -546509,18 +603392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57842, "usage_id": 222 }, "5504.EG.499D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499D, Treppenraum", "arch_name": "0499D@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -546528,18 +603413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57850, "usage_id": 223 }, "5504.EG.499E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499E, Treppe", "arch_name": "0499E@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -546547,18 +603434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71874, "usage_id": 223 }, "5504.EG.499F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499F, Flurbereich im Finger 4", "arch_name": "0499F@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -546566,18 +603455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57855, "usage_id": 222 }, "5504.EG.499G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499G, Flurbereich im Finger 4", "arch_name": "0499G@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -546585,18 +603476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57862, "usage_id": 222 }, "5504.EG.499H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499H, Flurbereich im Finger 4", "arch_name": "0499H@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -546604,18 +603497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57874, "usage_id": 222 }, "5504.EG.499I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499I, Treppenraum", "arch_name": "0499I@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -546623,18 +603518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57993, "usage_id": 223 }, "5504.EG.499J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499J, Flur", "arch_name": "0499J@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -546642,18 +603539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58006, "usage_id": 222 }, "5504.EG.499K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499K, WC-Vorraum", "arch_name": "0499K@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -546661,18 +603560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58015, "usage_id": 37 }, "5504.EG.499L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499L, Treppe im Freien", "arch_name": "0499L@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -546680,18 +603581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71875, "usage_id": 7 }, "5504.EG.499M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499M, Flur", "arch_name": "0499M@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -546699,18 +603602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71873, "usage_id": 222 }, "5504.EG.499N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499N, Treppenraum", "arch_name": "0499N@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -546718,18 +603623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58026, "usage_id": 223 }, "5504.EG.499Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499Q, Treppenraum", "arch_name": "0499Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -546737,18 +603644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58152, "usage_id": 223 }, "5504.EG.499R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499R, Flur", "arch_name": "0499R@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 24207, "seats": { @@ -546756,18 +603665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58160, "usage_id": 222 }, "5504.EG.499S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499S, Flur", "arch_name": "0499S@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -546775,18 +603686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58165, "usage_id": 222 }, "5504.EG.499T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499T, Flur", "arch_name": "0499T@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -546794,18 +603707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58174, "usage_id": 222 }, "5504.EG.499U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499u, Treppe", "arch_name": "0499u@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -546813,18 +603728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58183, "usage_id": 223 }, "5504.EG.499V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499V, Flur und Allraum", "arch_name": "0499V@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15319, "seats": { @@ -546832,18 +603749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58316, "usage_id": 15 }, "5504.EG.499W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499W, Flur", "arch_name": "0499W@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -546851,18 +603770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58002, "usage_id": 222 }, "5504.EG.499X": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0499X, Flur", "arch_name": "0499X@5504", "area_id": 34, "building_id": 841, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -546870,18 +603791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71872, "usage_id": 222 }, "5504.U1.401": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U401, Technik", "arch_name": "U401@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -546889,18 +603812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57335, "usage_id": 120 }, "5504.U1.402": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U402, Installationskeller", "arch_name": "U402@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -546908,18 +603833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57340, "usage_id": 120 }, "5504.U1.402M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U402M, Schachtaufgang", "arch_name": "U402M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -546927,18 +603854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57354, "usage_id": 120 }, "5504.U1.403M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U403M, Lager", "arch_name": "U403M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15316, "seats": { @@ -546946,18 +603875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57360, "usage_id": 30 }, "5504.U1.403N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U403N, Maschinenraum", "arch_name": "U403N@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -546965,18 +603896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57487, "usage_id": 120 }, "5504.U1.403O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U403O, Labor 6/Lager", "arch_name": "U403O@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15271, "seats": { @@ -546984,18 +603917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57495, "usage_id": 194 }, "5504.U1.403P": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U403P, Lager", "arch_name": "U403P@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15279, "seats": { @@ -547003,18 +603938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57503, "usage_id": 30 }, "5504.U1.403Q": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U403Q, M\u00f6bellager", "arch_name": "U403Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -547022,18 +603959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57509, "usage_id": 30 }, "5504.U1.403R": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U403R, Lager", "arch_name": "U403R@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 24207, "seats": { @@ -547041,18 +603980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57628, "usage_id": 30 }, "5504.U1.425": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U425, Stromversorgung", "arch_name": "U425@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -547060,18 +604001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57637, "usage_id": 160 }, "5504.U1.425M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U425M, Elektroverteiler", "arch_name": "U425M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -547079,18 +604022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57644, "usage_id": 120 }, "5504.U1.426": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U426, Stromversorgung", "arch_name": "U426@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -547098,18 +604043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57648, "usage_id": 160 }, "5504.U1.426M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U426M, Elektroverteiler", "arch_name": "U426M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -547117,18 +604064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57657, "usage_id": 120 }, "5504.U1.427": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U427, Fernmeldetechnik", "arch_name": "U427@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -547136,18 +604085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57772, "usage_id": 202 }, "5504.U1.428": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U428, Keller", "arch_name": "U428@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 51267, "seats": { @@ -547155,56 +604106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57779, "usage_id": 30 }, - "5504.U1.429": { - "address": { - "floor": "1.UG", - "place": "Garching b. M\u00fcnchen", - "street": "Boltzmannstr. 15", - "zip_code": 85748 - }, - "arch_name": "U429@5504", - "area_id": 34, - "building_id": 841, - "floor_type": "Estrich (Beton)", - "main_operator_id": 51267, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 194 - }, - "5504.U1.430": { - "address": { - "floor": "1.UG", - "place": "Garching b. M\u00fcnchen", - "street": "Boltzmannstr. 15", - "zip_code": 85748 - }, - "arch_name": "U430@5504", - "area_id": 34, - "building_id": 841, - "floor_type": "Estrich (Beton)", - "main_operator_id": 51267, - "seats": { - "sitting": null, - "standing": null, - "wheelchair": null - }, - "usage_id": 194 - }, "5504.U1.431": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U431, Reinigungsdienst", "arch_name": "U431@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -547212,18 +604127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57930, "usage_id": 44 }, "5504.U1.432": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U432, LDA-Labor", "arch_name": "U432@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15316, "seats": { @@ -547231,18 +604148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27149, "usage_id": 194 }, "5504.U1.432M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U432M, Elektroverteiler", "arch_name": "U432M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547250,18 +604169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57946, "usage_id": 120 }, "5504.U1.433": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U433, Technol. Labor", "arch_name": "U433@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 41772, "seats": { @@ -547269,18 +604190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57953, "usage_id": 194 }, "5504.U1.433A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U433A, Labor", "arch_name": "U433A@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -547288,18 +604211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58074, "usage_id": 194 }, "5504.U1.434": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U434, Kristallisationslabor", "arch_name": "U434@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -547307,18 +604232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58079, "usage_id": 194 }, "5504.U1.434A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U434A, Kristallisationslabor", "arch_name": "U434A@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -547326,19 +604253,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58089, "usage_id": 194 }, "5504.U1.435": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U435, Lager", "arch_name": "U435@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 28292, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 16134, "seats": { @@ -547346,19 +604275,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58097, "usage_id": 30 }, "5504.U1.450": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U450, Rechnerpraktikum", "arch_name": "U450@5504", "area_id": 34, "building_id": 841, "calendar_resource_nr": 19305, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -547366,18 +604297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58109, "usage_id": 213 }, "5504.U1.450A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U450A, Lager", "arch_name": "U450A@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -547385,18 +604318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58234, "usage_id": 30 }, "5504.U1.450B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U450B, Serverraum", "arch_name": "U450B@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -547404,18 +604339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58241, "usage_id": 207 }, "5504.U1.450C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U450C, Treppenhaus", "arch_name": "U450C@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 15299, "seats": { @@ -547423,18 +604360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58249, "usage_id": 223 }, "5504.U1.498B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498B, Schacht", "arch_name": "U498B@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547442,18 +604381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58256, "usage_id": 120 }, "5504.U1.498C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498C, Aufzug", "arch_name": "U498C@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547461,18 +604402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58262, "usage_id": 4 }, "5504.U1.498D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498D, Schacht", "arch_name": "U498D@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547480,18 +604423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58389, "usage_id": 120 }, "5504.U1.498E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498E, Schacht", "arch_name": "U498E@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547499,18 +604444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58397, "usage_id": 120 }, "5504.U1.498F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498F, Schacht", "arch_name": "U498F@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547518,18 +604465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58406, "usage_id": 120 }, "5504.U1.498G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498G, Schacht", "arch_name": "U498G@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547537,18 +604486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58414, "usage_id": 120 }, "5504.U1.498I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498I, Schacht", "arch_name": "U498I@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547556,18 +604507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58529, "usage_id": 120 }, "5504.U1.498J": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498J, Schacht", "arch_name": "U498J@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547575,18 +604528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58537, "usage_id": 120 }, "5504.U1.498L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498L, Aufzugs- u. F\u00f6rdermaschinenraum", "arch_name": "U498L@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547594,18 +604549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58546, "usage_id": 5 }, "5504.U1.498M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498M, Schacht", "arch_name": "U498M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547613,18 +604570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58555, "usage_id": 120 }, "5504.U1.498N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498n, Schacht", "arch_name": "U498n@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -547632,18 +604591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58687, "usage_id": 120 }, "5504.U1.498O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498o, Schacht", "arch_name": "U498o@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -547651,18 +604612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58696, "usage_id": 120 }, "5504.U1.498R": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U498R, Installationsschacht", "arch_name": "U498R@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547670,18 +604633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71937, "usage_id": 120 }, "5504.U1.499B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499B, Technik", "arch_name": "U499B@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -547689,18 +604654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58710, "usage_id": 120 }, "5504.U1.499C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499C, Flur", "arch_name": "U499C@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -547708,18 +604675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56491, "usage_id": 222 }, "5504.U1.499D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499D, Treppenraum", "arch_name": "U499D@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -547727,18 +604696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56495, "usage_id": 223 }, "5504.U1.499E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499E, Treppe im Freien", "arch_name": "U499E@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -547746,18 +604717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71936, "usage_id": 7 }, "5504.U1.499G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499G, Flur", "arch_name": "U499G@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -547765,18 +604738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56507, "usage_id": 222 }, "5504.U1.499H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499H, Flur", "arch_name": "U499H@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -547784,18 +604759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56515, "usage_id": 222 }, "5504.U1.499I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499I, Treppenraum", "arch_name": "U499I@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -547803,18 +604780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56521, "usage_id": 223 }, "5504.U1.499M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499M, Flur", "arch_name": "U499M@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -547822,18 +604801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71934, "usage_id": 222 }, "5504.U1.499N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499N, Flur", "arch_name": "U499N@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -547841,18 +604822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71935, "usage_id": 222 }, "5504.U1.499P": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499P, Installationsschacht", "arch_name": "U499P@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -547860,18 +604843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71938, "usage_id": 120 }, "5504.U1.499Q": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499Q, Treppenraum", "arch_name": "U499Q@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -547879,18 +604864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56657, "usage_id": 223 }, "5504.U1.499R": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499R, Treppe", "arch_name": "U499R@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -547898,18 +604885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56664, "usage_id": 223 }, "5504.U1.996": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U499K, Flur", "arch_name": "U499K@5504", "area_id": 34, "building_id": 841, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -547917,19 +604906,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71939, "usage_id": 222 }, "5505.01.501": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1501, Seminarraum", "arch_name": "1501@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 15172, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -547937,18 +604928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11822, "usage_id": 41 }, "5505.01.502": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1502, Lager f. Seminarraum", "arch_name": "1502@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -547956,18 +604949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56425, "usage_id": 30 }, "5505.01.503": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1503, Offiziant", "arch_name": "1503@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -547975,18 +604970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11868, "usage_id": 12 }, "5505.01.503M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1503M, WC-Herren", "arch_name": "1503M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -547994,18 +604991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56445, "usage_id": 115 }, "5505.01.503N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1503N, WC-Damen", "arch_name": "1503N@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -548013,18 +605012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56455, "usage_id": 116 }, "5505.01.503P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1503P, WC-Herren", "arch_name": "1503P@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -548032,18 +605033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53940, "usage_id": 115 }, "5505.01.503Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1503Q, WC-Damen", "arch_name": "1503Q@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -548051,18 +605054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53947, "usage_id": 116 }, "5505.01.504": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1504, Labor", "arch_name": "1504@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -548070,18 +605075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58331, "usage_id": 194 }, "5505.01.505": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1505, Elektr. Messlabor", "arch_name": "1505@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -548089,18 +605096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31028, "usage_id": 103 }, "5505.01.505M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1505M, Vorbereitung", "arch_name": "1505M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -548108,18 +605117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58470, "usage_id": 136 }, "5505.01.505N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1505N, HiWi Rechnerraum", "arch_name": "1505N@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -548127,18 +605138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58480, "usage_id": 207 }, "5505.01.506": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1506, Messraum", "arch_name": "1506@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -548146,18 +605159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58489, "usage_id": 103 }, "5505.01.507": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1507, Videostation", "arch_name": "1507@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -548165,18 +605180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58612, "usage_id": 161 }, "5505.01.507M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1507M, W\u00e4geraum", "arch_name": "1507M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -548184,18 +605201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58622, "usage_id": 103 }, "5505.01.508": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1508, Messraum", "arch_name": "1508@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -548203,18 +605222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58631, "usage_id": 103 }, "5505.01.508M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1508M, Teek\u00fcche", "arch_name": "1508M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -548222,18 +605243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58645, "usage_id": 198 }, "5505.01.509": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1509, Messraum", "arch_name": "1509@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -548241,18 +605264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50879, "usage_id": 194 }, "5505.01.510": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1510, Metalllabor", "arch_name": "1510@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15298, "seats": { @@ -548260,18 +605285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50886, "usage_id": 194 }, "5505.01.511": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1511, Mikroskopie", "arch_name": "1511@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15298, "seats": { @@ -548279,18 +605306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 50892, "usage_id": 194 }, "5505.01.512": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1512, \u00d6llabor", "arch_name": "1512@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15298, "seats": { @@ -548298,18 +605327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51031, "usage_id": 194 }, "5505.01.513": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1513, Chemielabor", "arch_name": "1513@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15298, "seats": { @@ -548317,18 +605348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51037, "usage_id": 102 }, "5505.01.514": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1514, Lager", "arch_name": "1514@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15298, "seats": { @@ -548336,18 +605369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51042, "usage_id": 30 }, "5505.01.515": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1515, Putzraum", "arch_name": "1515@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -548355,18 +605390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51051, "usage_id": 205 }, "5505.01.526": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1526, B\u00fcro", "arch_name": "1526@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -548374,18 +605411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13146, "usage_id": 12 }, "5505.01.527": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1527, B\u00fcro", "arch_name": "1527@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -548393,18 +605432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13152, "usage_id": 12 }, "5505.01.527M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1527M, Elektroverteiler", "arch_name": "1527M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -548412,18 +605453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48587, "usage_id": 120 }, "5505.01.527N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1527N, Nebenraum zu 1527m", "arch_name": "1527N@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -548431,18 +605474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48591, "usage_id": 120 }, "5505.01.528": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1528, B\u00fcro", "arch_name": "1528@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -548450,18 +605495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13218, "usage_id": 12 }, "5505.01.528M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1528M, Elektroverteiler", "arch_name": "1528M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -548469,18 +605516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48606, "usage_id": 120 }, "5505.01.529": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1529, B\u00fcro", "arch_name": "1529@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -548488,18 +605537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13231, "usage_id": 12 }, "5505.01.530": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1530, B\u00fcro", "arch_name": "1530@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -548507,18 +605558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13233, "usage_id": 12 }, "5505.01.531": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1531, Sekretariat", "arch_name": "1531@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 47617, "seats": { @@ -548526,18 +605579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13237, "usage_id": 40 }, "5505.01.531M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1531M, Kopierer", "arch_name": "1531M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 47617, "seats": { @@ -548545,18 +605600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48754, "usage_id": 110 }, "5505.01.532": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1532, B\u00fcro", "arch_name": "1532@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -548564,18 +605621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13290, "usage_id": 12 }, "5505.01.534": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1534, B\u00fcro", "arch_name": "1534@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -548583,18 +605642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13294, "usage_id": 12 }, "5505.01.535": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1535, B\u00fcro", "arch_name": "1535@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -548602,18 +605663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13296, "usage_id": 12 }, "5505.01.535M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1535M, Installationsraum", "arch_name": "1535M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -548621,18 +605684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73282, "usage_id": 120 }, "5505.01.536": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1536, B\u00fcro", "arch_name": "1536@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -548640,19 +605705,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13297, "usage_id": 12 }, "5505.01.537": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1537, Besprechung", "arch_name": "1537@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 27652, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 47617, "seats": { @@ -548660,18 +605727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48941, "usage_id": 196 }, "5505.01.538": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1538, Sammlung", "arch_name": "1538@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -548679,19 +605748,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49086, "usage_id": 187 }, "5505.01.550": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1550, Georg-K\u00fchne-Zeichensaal", "arch_name": "1550@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 12644, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 15298, "seats": { @@ -548699,18 +605770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12327, "usage_id": 55 }, "5505.01.550A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1550A, Korrektur", "arch_name": "1550A@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -548718,18 +605791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49104, "usage_id": 12 }, "5505.01.560": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560, Messgang/Kontrollraum", "arch_name": "1560@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -548737,18 +605812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49114, "usage_id": 222 }, "5505.01.560A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560A, Flur", "arch_name": "1560A@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -548756,18 +605833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73263, "usage_id": 222 }, "5505.01.560B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560B, Flur", "arch_name": "1560B@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -548775,18 +605854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73262, "usage_id": 222 }, "5505.01.560M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560M, Technik", "arch_name": "1560M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -548794,18 +605875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49421, "usage_id": 120 }, "5505.01.560N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560N, Technik", "arch_name": "1560N@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -548813,18 +605896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49434, "usage_id": 120 }, "5505.01.560P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560P, WC-Damen / Dusche", "arch_name": "1560P@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -548832,18 +605917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49446, "usage_id": 116 }, "5505.01.560Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560Q, WC-Herren", "arch_name": "1560Q@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -548851,18 +605938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49449, "usage_id": 115 }, "5505.01.560R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560R, Umkleide / Dusche Herren", "arch_name": "1560R@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15298, "seats": { @@ -548870,18 +605959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49903, "usage_id": 37 }, "5505.01.560S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560S, Umkleide", "arch_name": "1560S@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15298, "seats": { @@ -548889,18 +605980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49913, "usage_id": 121 }, "5505.01.560T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560T, Umkleide / Dusche Herren", "arch_name": "1560T@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15298, "seats": { @@ -548908,18 +606001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49923, "usage_id": 37 }, "5505.01.560U": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560U, Duschraum", "arch_name": "1560U@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -548927,18 +606022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73283, "usage_id": 113 }, "5505.01.560V": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560V, WC-Herren", "arch_name": "1560V@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -548946,18 +606043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73284, "usage_id": 115 }, "5505.01.560W": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1560W, WC-Herren Vorraum", "arch_name": "1560W@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -548965,18 +606064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73281, "usage_id": 118 }, "5505.01.561": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1561, Pr\u00fcfstand", "arch_name": "1561@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -548984,18 +606085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49930, "usage_id": 51 }, "5505.01.561M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1561M, Werkstatt", "arch_name": "1561M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -549003,18 +606106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49581, "usage_id": 51 }, "5505.01.562": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1562, Pr\u00fcfstand", "arch_name": "1562@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -549022,18 +606127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49595, "usage_id": 51 }, "5505.01.563": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1563, Pr\u00fcfstand", "arch_name": "1563@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -549041,18 +606148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49604, "usage_id": 51 }, "5505.01.564": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1564, Pr\u00fcfstand", "arch_name": "1564@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -549060,18 +606169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49614, "usage_id": 51 }, "5505.01.565": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1565, Pr\u00fcfstand", "arch_name": "1565@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -549079,18 +606190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49254, "usage_id": 51 }, "5505.01.566": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1566, Pr\u00fcfstand", "arch_name": "1566@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -549098,18 +606211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49266, "usage_id": 51 }, "5505.01.567": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1567, Lager", "arch_name": "1567@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -549117,18 +606232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49278, "usage_id": 30 }, "5505.01.567M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1567M, Pr\u00fcfstandtechnik", "arch_name": "1567M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -549136,18 +606253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49285, "usage_id": 51 }, "5505.01.568": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1568, Flur", "arch_name": "1568@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -549155,18 +606274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73266, "usage_id": 222 }, "5505.01.590A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1590a, L\u00fcftungszentrale Nr. 5", "arch_name": "1590a@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549174,18 +606295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49754, "usage_id": 32 }, "5505.01.590B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1590B, B\u00fcro mit exp.Arb.Pl.", "arch_name": "1590B@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -549193,18 +606316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17074, "usage_id": 12 }, "5505.01.590C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1590C, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1590C@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -549212,18 +606337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12761, "usage_id": 12 }, "5505.01.590D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1590D, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1590D@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -549231,18 +606358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12765, "usage_id": 12 }, "5505.01.590E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1590E, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1590E@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -549250,18 +606379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12769, "usage_id": 12 }, "5505.01.590F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1590F, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1590F@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -549269,18 +606400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12773, "usage_id": 12 }, "5505.01.590G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1590G, B\u00fcro mit exp. Arbeitsplatz", "arch_name": "1590G@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -549288,18 +606421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57760, "usage_id": 12 }, "5505.01.590H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1590H, Elektroniklabor einf.", "arch_name": "1590H@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 15298, "seats": { @@ -549307,18 +606442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73261, "usage_id": 103 }, "5505.01.591C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1591C, Balkon", "arch_name": "1591C@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -549326,18 +606463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73265, "usage_id": 219 }, "5505.01.591E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1591E, Treppe", "arch_name": "1591E@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -549345,18 +606484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73268, "usage_id": 223 }, "5505.01.591F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1591F, Treppe", "arch_name": "1591F@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -549364,18 +606505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73269, "usage_id": 223 }, "5505.01.592": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1592, Werkstatt", "arch_name": "1592@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -549383,18 +606526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73264, "usage_id": 51 }, "5505.01.593": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1593, B\u00fcro", "arch_name": "1593@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -549402,18 +606547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73267, "usage_id": 12 }, "5505.01.598A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598A, Schacht", "arch_name": "1598A@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -549421,18 +606568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57900, "usage_id": 120 }, "5505.01.598B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598B, Schacht", "arch_name": "1598B@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -549440,18 +606589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57909, "usage_id": 120 }, "5505.01.598C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598c, Aufzug", "arch_name": "1598c@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549459,18 +606610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57920, "usage_id": 4 }, "5505.01.598D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598D, Schacht", "arch_name": "1598D@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -549478,18 +606631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58037, "usage_id": 120 }, "5505.01.598E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598e, Schacht", "arch_name": "1598e@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549497,18 +606652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58048, "usage_id": 120 }, "5505.01.598F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598f, Schacht", "arch_name": "1598f@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549516,18 +606673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58056, "usage_id": 120 }, "5505.01.598G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598g, Schacht", "arch_name": "1598g@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549535,18 +606694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58065, "usage_id": 120 }, "5505.01.598H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598H, Schacht", "arch_name": "1598H@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -549554,18 +606715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58190, "usage_id": 120 }, "5505.01.598I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598I, Schacht", "arch_name": "1598I@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -549573,18 +606736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58200, "usage_id": 120 }, "5505.01.598J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598J, Schacht", "arch_name": "1598J@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -549592,18 +606757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58210, "usage_id": 120 }, "5505.01.598K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598k, Aufzug", "arch_name": "1598k@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549611,18 +606778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58216, "usage_id": 4 }, "5505.01.598L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598l, Schacht", "arch_name": "1598l@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549630,18 +606799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58223, "usage_id": 120 }, "5505.01.598M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598m, Schacht", "arch_name": "1598m@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -549649,18 +606820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58345, "usage_id": 120 }, "5505.01.598N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598N, Schacht", "arch_name": "1598N@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -549668,18 +606841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58355, "usage_id": 120 }, "5505.01.598O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598O, Schacht", "arch_name": "1598O@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -549687,18 +606862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58364, "usage_id": 120 }, "5505.01.598P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598p, Schacht", "arch_name": "1598p@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549706,18 +606883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58373, "usage_id": 120 }, "5505.01.598Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598q, Schacht", "arch_name": "1598q@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549725,18 +606904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58382, "usage_id": 120 }, "5505.01.598R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598R, Schacht", "arch_name": "1598R@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -549744,18 +606925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58502, "usage_id": 120 }, "5505.01.598S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "598s, Schacht", "arch_name": "598s@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549763,18 +606946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58508, "usage_id": 120 }, "5505.01.598T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1598t, Schacht", "arch_name": "1598t@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -549782,18 +606967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58513, "usage_id": 120 }, "5505.01.599A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599A, Galerie", "arch_name": "1599A@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -549801,18 +606988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58522, "usage_id": 206 }, "5505.01.599B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599B, Galerie", "arch_name": "1599B@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -549820,18 +607009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58527, "usage_id": 206 }, "5505.01.599C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599C, Flur", "arch_name": "1599C@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -549839,18 +607030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58655, "usage_id": 222 }, "5505.01.599D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599D, Flur", "arch_name": "1599D@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -549858,18 +607051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58661, "usage_id": 222 }, "5505.01.599E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599E, Treppenraum", "arch_name": "1599E@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -549877,18 +607072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58667, "usage_id": 223 }, "5505.01.599F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599F, Flur", "arch_name": "1599F@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -549896,18 +607093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58674, "usage_id": 222 }, "5505.01.599G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599G, Flur", "arch_name": "1599G@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -549915,18 +607114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58681, "usage_id": 222 }, "5505.01.599I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599I, Treppenraum", "arch_name": "1599I@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -549934,18 +607135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56468, "usage_id": 223 }, "5505.01.599J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599Q, Galerie", "arch_name": "1599Q@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -549953,18 +607156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56473, "usage_id": 206 }, "5505.01.599K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599K, Flur", "arch_name": "1599K@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -549972,18 +607177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56481, "usage_id": 222 }, "5505.01.599L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599L, Flur", "arch_name": "1599L@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -549991,18 +607198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56488, "usage_id": 222 }, "5505.01.599M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599M, Galerie", "arch_name": "1599M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -550010,18 +607219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56615, "usage_id": 206 }, "5505.01.599N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599N, Flur", "arch_name": "1599N@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -550029,18 +607240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56621, "usage_id": 222 }, "5505.01.599O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599O, Treppe", "arch_name": "1599O@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -550048,18 +607261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56629, "usage_id": 223 }, "5505.01.599R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1599R, Galerie", "arch_name": "1599R@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -550067,19 +607282,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56756, "usage_id": 206 }, "5505.02.501": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2501, Seminarraum", "arch_name": "2501@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 18027, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550087,18 +607304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12345, "usage_id": 41 }, "5505.02.501A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2501A, Flur", "arch_name": "2501A@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550106,18 +607325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57043, "usage_id": 222 }, "5505.02.502": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2502, Gast", "arch_name": "2502@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550125,18 +607346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12375, "usage_id": 12 }, "5505.02.503A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2503A, B\u00fcro", "arch_name": "2503A@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550144,18 +607367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72970, "usage_id": 12 }, "5505.02.503M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2503M, WC-Vorraum Herren", "arch_name": "2503M@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -550163,18 +607388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57068, "usage_id": 37 }, "5505.02.503N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2503N, WC-Vorraum Damen", "arch_name": "2503N@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -550182,18 +607409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57050, "usage_id": 37 }, "5505.02.503P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2503P, WC-Herren", "arch_name": "2503P@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -550201,18 +607430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57062, "usage_id": 115 }, "5505.02.503Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2503Q, WC-Damen", "arch_name": "2503Q@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -550220,18 +607451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57183, "usage_id": 116 }, "5505.02.504": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2504, B\u00fcro", "arch_name": "2504@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550239,18 +607472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12385, "usage_id": 12 }, "5505.02.505": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2505, B\u00fcro", "arch_name": "2505@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550258,18 +607493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72967, "usage_id": 12 }, "5505.02.505M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2505M, B\u00fcro", "arch_name": "2505M@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550277,18 +607514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57204, "usage_id": 12 }, "5505.02.506": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2506, B\u00fcro", "arch_name": "2506@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550296,18 +607535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12396, "usage_id": 12 }, "5505.02.507M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2507M, Rechner", "arch_name": "2507M@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -550315,18 +607556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57205, "usage_id": 207 }, "5505.02.508A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2508A, B\u00fcro", "arch_name": "2508A@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550334,18 +607577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72966, "usage_id": 12 }, "5505.02.508M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2508M, Kopierer", "arch_name": "2508M@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -550353,18 +607598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57344, "usage_id": 110 }, "5505.02.508N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2508N, Besprechungsraum", "arch_name": "2508N@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -550372,18 +607619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72969, "usage_id": 196 }, "5505.02.509": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2509, B\u00fcro", "arch_name": "2509@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550391,18 +607640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56466, "usage_id": 12 }, "5505.02.509M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2509M, Teek\u00fcche", "arch_name": "2509M@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15298, "seats": { @@ -550410,18 +607661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56479, "usage_id": 198 }, "5505.02.511": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2511, B\u00fcro / Dipl.", "arch_name": "2511@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550429,18 +607682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13259, "usage_id": 12 }, "5505.02.512": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2512, B\u00fcro / Dipl.", "arch_name": "2512@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550448,18 +607703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13299, "usage_id": 12 }, "5505.02.513": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2513, B\u00fcro / Dipl.", "arch_name": "2513@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550467,18 +607724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13303, "usage_id": 12 }, "5505.02.514": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2514, B\u00fcro", "arch_name": "2514@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550486,18 +607745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13307, "usage_id": 12 }, "5505.02.515": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2515, B\u00fcro", "arch_name": "2515@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550505,18 +607766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26453, "usage_id": 12 }, "5505.02.516": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2516, Lager EDV", "arch_name": "2516@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550524,18 +607787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56774, "usage_id": 30 }, "5505.02.526": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2526, B\u00fcro", "arch_name": "2526@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550543,18 +607808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12335, "usage_id": 12 }, "5505.02.527": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2527, Sekretariat", "arch_name": "2527@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550562,18 +607829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12339, "usage_id": 40 }, "5505.02.528": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2528, B\u00fcro", "arch_name": "2528@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550581,18 +607850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12342, "usage_id": 12 }, "5505.02.528M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2528M, Elektroverteiler", "arch_name": "2528M@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -550600,18 +607871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57036, "usage_id": 120 }, "5505.02.528N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2528N, Vorraum zu 2528m", "arch_name": "2528N@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -550619,18 +607892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57350, "usage_id": 120 }, "5505.02.529": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2529, B\u00fcro", "arch_name": "2529@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550638,18 +607913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12432, "usage_id": 40 }, "5505.02.529M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2529M, Elektroverteiler", "arch_name": "2529M@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -550657,18 +607934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57482, "usage_id": 120 }, "5505.02.530": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2530, B\u00fcro", "arch_name": "2530@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550676,18 +607955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12435, "usage_id": 12 }, "5505.02.531": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2531, B\u00fcro", "arch_name": "2531@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550695,18 +607976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12438, "usage_id": 12 }, "5505.02.532": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2532, B\u00fcro", "arch_name": "2532@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550714,18 +607997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12440, "usage_id": 12 }, "5505.02.533": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2533, B\u00fcro", "arch_name": "2533@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550733,18 +608018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11555, "usage_id": 12 }, "5505.02.534": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2534, B\u00fcro", "arch_name": "2534@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550752,18 +608039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11559, "usage_id": 12 }, "5505.02.535": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2535, B\u00fcro", "arch_name": "2535@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550771,18 +608060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57632, "usage_id": 12 }, "5505.02.535M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2535M, Elektro-Unterverteiler", "arch_name": "2535M@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -550790,19 +608081,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57641, "usage_id": 120 }, "5505.02.536": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2536, Besprechung", "arch_name": "2536@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 18089, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -550810,19 +608103,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11566, "usage_id": 196 }, "5505.02.537": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2537, Kolloquium", "arch_name": "2537@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 15518, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -550830,19 +608125,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57656, "usage_id": 131 }, "5505.02.550": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2550, Zeichen\u00fcbung", "arch_name": "2550@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 18085, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 15298, "seats": { @@ -550850,18 +608147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11605, "usage_id": 55 }, "5505.02.560": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2560, Technik", "arch_name": "2560@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -550869,18 +608168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57361, "usage_id": 120 }, "5505.02.598A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598a, Schacht", "arch_name": "2598a@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -550888,18 +608189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57488, "usage_id": 120 }, "5505.02.598B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598b, Schacht", "arch_name": "2598b@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -550907,18 +608210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57496, "usage_id": 120 }, "5505.02.598C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598c, Aufzug", "arch_name": "2598c@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -550926,18 +608231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57502, "usage_id": 4 }, "5505.02.598D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598d, Schacht", "arch_name": "2598d@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -550945,18 +608252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57507, "usage_id": 120 }, "5505.02.598E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598e, Schacht", "arch_name": "2598e@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -550964,18 +608273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57626, "usage_id": 120 }, "5505.02.598F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598f, Schacht", "arch_name": "2598f@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -550983,18 +608294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57631, "usage_id": 120 }, "5505.02.598G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598g, Schacht", "arch_name": "2598g@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -551002,18 +608315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57639, "usage_id": 120 }, "5505.02.598H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598h, Schacht", "arch_name": "2598h@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -551021,18 +608336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57645, "usage_id": 120 }, "5505.02.598I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598i, Schacht", "arch_name": "2598i@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -551040,18 +608357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57651, "usage_id": 120 }, "5505.02.598J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598J, Schacht", "arch_name": "2598J@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -551059,18 +608378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57770, "usage_id": 120 }, "5505.02.598K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598k, Aufzug", "arch_name": "2598k@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -551078,18 +608399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57774, "usage_id": 4 }, "5505.02.598L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598l, Schacht", "arch_name": "2598l@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -551097,18 +608420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57782, "usage_id": 120 }, "5505.02.598M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598M, Schacht", "arch_name": "2598M@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -551116,18 +608441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49908, "usage_id": 120 }, "5505.02.598N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598n, Schacht", "arch_name": "2598n@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -551135,18 +608462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49921, "usage_id": 120 }, "5505.02.598O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598o, Schacht", "arch_name": "2598o@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -551154,18 +608483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49936, "usage_id": 120 }, "5505.02.598P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2598p, Schacht", "arch_name": "2598p@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -551173,18 +608504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49587, "usage_id": 120 }, "5505.02.599A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599A, Galerie", "arch_name": "2599A@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -551192,18 +608525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49597, "usage_id": 206 }, "5505.02.599B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599B, Galerie", "arch_name": "2599B@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -551211,18 +608546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49608, "usage_id": 206 }, "5505.02.599C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599C, Flur", "arch_name": "2599C@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -551230,18 +608567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49617, "usage_id": 222 }, "5505.02.599E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599E, Treppenraum", "arch_name": "2599E@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -551249,18 +608588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49269, "usage_id": 223 }, "5505.02.599F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599F, Flur", "arch_name": "2599F@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -551268,18 +608609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49276, "usage_id": 222 }, "5505.02.599G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599G, Flur", "arch_name": "2599G@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -551287,18 +608630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49284, "usage_id": 222 }, "5505.02.599H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599H, Flur", "arch_name": "2599H@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -551306,18 +608651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72968, "usage_id": 222 }, "5505.02.599I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599I, Treppenraum", "arch_name": "2599I@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -551325,18 +608672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49744, "usage_id": 223 }, "5505.02.599J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599J, Verbindungsgang", "arch_name": "2599J@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -551344,18 +608693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72971, "usage_id": 16 }, "5505.02.599M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599M, Galerie", "arch_name": "2599M@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -551363,18 +608714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49103, "usage_id": 206 }, "5505.02.599N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599N, Treppenhaus", "arch_name": "2599N@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -551382,18 +608735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49094, "usage_id": 223 }, "5505.02.599O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599o, Treppe", "arch_name": "2599o@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -551401,18 +608756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49082, "usage_id": 223 }, "5505.02.599Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599Q, Br\u00fccke", "arch_name": "2599Q@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -551420,18 +608777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48933, "usage_id": 206 }, "5505.02.599R": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2599R, Treppe", "arch_name": "2599R@5505", "area_id": 34, "building_id": 843, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -551439,18 +608798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48943, "usage_id": 223 }, "5505.03.501": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3501, Steuerung L\u00fcftung", "arch_name": "3501@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -551458,19 +608819,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49113, "usage_id": 32 }, "5505.03.502": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3502, Seminarraum", "arch_name": "3502@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 12647, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15300, "seats": { @@ -551478,18 +608841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12332, "usage_id": 41 }, "5505.03.503": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3503, B\u00fcro", "arch_name": "3503@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15300, "seats": { @@ -551497,18 +608862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12495, "usage_id": 12 }, "5505.03.503M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3503M, WC-Vorraum Herren", "arch_name": "3503M@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -551516,18 +608883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49433, "usage_id": 37 }, "5505.03.503N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3503N, WC-Vorraum Damen", "arch_name": "3503N@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -551535,18 +608904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49444, "usage_id": 37 }, "5505.03.503P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3503P, WC-Herren", "arch_name": "3503P@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -551554,18 +608925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49450, "usage_id": 115 }, "5505.03.503Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3503Q, WC-Damen", "arch_name": "3503Q@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -551573,18 +608946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49902, "usage_id": 116 }, "5505.03.504": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3504, Doktoranden", "arch_name": "3504@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551592,18 +608967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12759, "usage_id": 12 }, "5505.03.505": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3505, Doktoranden", "arch_name": "3505@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551611,18 +608988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16934, "usage_id": 12 }, "5505.03.505M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3505M, Aufenthaltsraum", "arch_name": "3505M@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551630,19 +609009,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58194, "usage_id": 44 }, "5505.03.506": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3506, Bibliothek / Besprechung", "arch_name": "3506@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 24336, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551650,18 +609031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12949, "usage_id": 196 }, "5505.03.507": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3507, B\u00fcro", "arch_name": "3507@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551669,18 +609052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12953, "usage_id": 12 }, "5505.03.507M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3507M, Rechnerraum HiWi", "arch_name": "3507M@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15300, "seats": { @@ -551688,18 +609073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58226, "usage_id": 207 }, "5505.03.507N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3507N, Drucker", "arch_name": "3507N@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15300, "seats": { @@ -551707,18 +609094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31950, "usage_id": 110 }, "5505.03.508": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3508, Doktoranden", "arch_name": "3508@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551726,18 +609115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13011, "usage_id": 12 }, "5505.03.508M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3508M, Teek\u00fcche", "arch_name": "3508M@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15300, "seats": { @@ -551745,18 +609136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58368, "usage_id": 198 }, "5505.03.509": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3509, Doktoranden", "arch_name": "3509@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551764,18 +609157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13022, "usage_id": 12 }, "5505.03.510": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3510, Doktoranden", "arch_name": "3510@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551783,18 +609178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13075, "usage_id": 12 }, "5505.03.511": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3511, Doktoranden", "arch_name": "3511@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551802,18 +609199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13087, "usage_id": 12 }, "5505.03.512": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3512, Elektroniklabor", "arch_name": "3512@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15300, "seats": { @@ -551821,18 +609220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26189, "usage_id": 103 }, "5505.03.513": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3513, Elektroniklabor", "arch_name": "3513@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15300, "seats": { @@ -551840,18 +609241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15824, "usage_id": 103 }, "5505.03.526A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3526A, B\u00fcro", "arch_name": "3526A@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551859,18 +609262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72951, "usage_id": 12 }, "5505.03.527": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3527, B\u00fcro", "arch_name": "3527@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551878,18 +609283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12770, "usage_id": 12 }, "5505.03.528": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3528, Doktoranden", "arch_name": "3528@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551897,18 +609304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12775, "usage_id": 12 }, "5505.03.528M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3528M, Elektroverteiler", "arch_name": "3528M@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -551916,18 +609325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57880, "usage_id": 120 }, "5505.03.528N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3528N, Nebenraum zu 3528m", "arch_name": "3528N@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -551935,18 +609346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57885, "usage_id": 120 }, "5505.03.529": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3529, B\u00fcro", "arch_name": "3529@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551954,18 +609367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12832, "usage_id": 12 }, "5505.03.529M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3529M, Elektroverteiler", "arch_name": "3529M@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -551973,18 +609388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57908, "usage_id": 120 }, "5505.03.530": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3530, Prof.-B\u00fcro", "arch_name": "3530@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -551992,18 +609409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12838, "usage_id": 12 }, "5505.03.531": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3531, Sekretariat", "arch_name": "3531@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -552011,18 +609430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12886, "usage_id": 40 }, "5505.03.531M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3531M, Archiv / Kopierer", "arch_name": "3531M@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15300, "seats": { @@ -552030,19 +609451,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58044, "usage_id": 2 }, "5505.03.532": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3532, Studentenrechnerraum", "arch_name": "3532@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 19001, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -552050,18 +609473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17968, "usage_id": 12 }, "5505.03.532M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3532M, Elektro-Unterverteiler", "arch_name": "3532M@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -552069,19 +609494,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58062, "usage_id": 120 }, "5505.03.533": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3533, Projektraum", "arch_name": "3533@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 24335, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15300, "seats": { @@ -552089,18 +609516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57783, "usage_id": 211 }, "5505.03.534": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3534, Wechselrichterraum", "arch_name": "3534@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -552108,18 +609537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57793, "usage_id": 160 }, "5505.03.598A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598a, Schacht", "arch_name": "3598a@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552127,18 +609558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57926, "usage_id": 120 }, "5505.03.598B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598b, Schacht", "arch_name": "3598b@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552146,18 +609579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57932, "usage_id": 120 }, "5505.03.598C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598c, Aufzug", "arch_name": "3598c@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552165,18 +609600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57941, "usage_id": 4 }, "5505.03.598D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598d, Schacht", "arch_name": "3598d@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552184,18 +609621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57947, "usage_id": 120 }, "5505.03.598E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598e, Schacht", "arch_name": "3598e@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552203,18 +609642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57952, "usage_id": 120 }, "5505.03.598F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598f, Schacht", "arch_name": "3598f@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552222,18 +609663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57960, "usage_id": 120 }, "5505.03.598G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598G, Schacht", "arch_name": "3598G@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -552241,18 +609684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58082, "usage_id": 120 }, "5505.03.598H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598h, Schacht", "arch_name": "3598h@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552260,18 +609705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58092, "usage_id": 120 }, "5505.03.598I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598i, Schacht", "arch_name": "3598i@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552279,18 +609726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58100, "usage_id": 120 }, "5505.03.598J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598j, Schacht", "arch_name": "3598j@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552298,18 +609747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58108, "usage_id": 120 }, "5505.03.598K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598k, Aufzug", "arch_name": "3598k@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552317,18 +609768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58235, "usage_id": 4 }, "5505.03.598L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598L, Schacht", "arch_name": "3598L@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -552336,18 +609789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58243, "usage_id": 120 }, "5505.03.598M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598m, Schacht", "arch_name": "3598m@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552355,18 +609810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58250, "usage_id": 120 }, "5505.03.598N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598n, Schacht", "arch_name": "3598n@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552374,18 +609831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58258, "usage_id": 120 }, "5505.03.598O": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3598o, Schacht", "arch_name": "3598o@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -552393,18 +609852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58264, "usage_id": 120 }, "5505.03.599A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599A, Galerie", "arch_name": "3599A@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -552412,18 +609873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58393, "usage_id": 206 }, "5505.03.599B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599B, Galerie", "arch_name": "3599B@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -552431,18 +609894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58402, "usage_id": 206 }, "5505.03.599C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599C, Flur", "arch_name": "3599C@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -552450,18 +609915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58411, "usage_id": 222 }, "5505.03.599D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599D, Flur", "arch_name": "3599D@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -552469,18 +609936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58532, "usage_id": 222 }, "5505.03.599E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599E, Install.schacht", "arch_name": "3599E@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -552488,18 +609957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58545, "usage_id": 120 }, "5505.03.599F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599F, Flur", "arch_name": "3599F@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -552507,18 +609978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58552, "usage_id": 222 }, "5505.03.599G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599G, Flur", "arch_name": "3599G@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -552526,18 +609999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58564, "usage_id": 222 }, "5505.03.599H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599H, Flur", "arch_name": "3599H@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -552545,18 +610020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58691, "usage_id": 222 }, "5505.03.599I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599I, Treppenraum", "arch_name": "3599I@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -552564,18 +610041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58704, "usage_id": 223 }, "5505.03.599K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599K, Flur", "arch_name": "3599K@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -552583,18 +610062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58713, "usage_id": 222 }, "5505.03.599L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599L, Galerie", "arch_name": "3599L@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -552602,18 +610083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56493, "usage_id": 206 }, "5505.03.599N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599N, Galerie", "arch_name": "3599N@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -552621,18 +610104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72952, "usage_id": 206 }, "5505.03.599Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3599Q, Galerie", "arch_name": "3599Q@5505", "area_id": 34, "building_id": 843, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -552640,18 +610125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72950, "usage_id": 206 }, "5505.EG.501": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0501, Gro\u00dfraumb\u00fcro", "arch_name": "0501@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -552659,18 +610146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56168, "usage_id": 12 }, "5505.EG.501A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0501A, Laden", "arch_name": "0501A@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25918, "seats": { @@ -552678,18 +610167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56970, "usage_id": 164 }, "5505.EG.502": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0502, B\u00fcro", "arch_name": "0502@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -552697,18 +610188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56978, "usage_id": 12 }, "5505.EG.503": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0503, B\u00fcro", "arch_name": "0503@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -552716,18 +610209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56986, "usage_id": 12 }, "5505.EG.503M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0503M, WC-Vorraum", "arch_name": "0503M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -552735,18 +610230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57119, "usage_id": 37 }, "5505.EG.503N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0503N, WC-Vorraum Damen", "arch_name": "0503N@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -552754,18 +610251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57122, "usage_id": 37 }, "5505.EG.503P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0503P, WC-Herren", "arch_name": "0503P@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -552773,18 +610272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57129, "usage_id": 115 }, "5505.EG.503Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0503Q, WC-Damen", "arch_name": "0503Q@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -552792,18 +610293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57137, "usage_id": 116 }, "5505.EG.504": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0504, B\u00fcro", "arch_name": "0504@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -552811,18 +610314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57143, "usage_id": 12 }, "5505.EG.505A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0505, Gro\u00dfraumb\u00fcro", "arch_name": "0505@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -552830,18 +610335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57259, "usage_id": 12 }, "5505.EG.505M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0505M, Flur", "arch_name": "0505M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -552849,18 +610356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57268, "usage_id": 222 }, "5505.EG.506": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0506, B\u00fcro", "arch_name": "0506@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -552868,18 +610377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12284, "usage_id": 12 }, "5505.EG.506M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0506M, Studentenarbeitsraum", "arch_name": "0506M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -552887,18 +610398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72955, "usage_id": 208 }, "5505.EG.506N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0506N, Studentenarbeitsraum", "arch_name": "0506N@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -552906,18 +610419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72956, "usage_id": 208 }, "5505.EG.507": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0507, B\u00fcro", "arch_name": "0507@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -552925,18 +610440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57293, "usage_id": 12 }, "5505.EG.508": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0508, Kopierraum", "arch_name": "0508@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -552944,18 +610461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56672, "usage_id": 110 }, "5505.EG.509": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0509, B\u00fcro", "arch_name": "0509@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -552963,18 +610482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56678, "usage_id": 12 }, "5505.EG.509M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0509M, Teek\u00fcche", "arch_name": "0509M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -552982,18 +610503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56682, "usage_id": 198 }, "5505.EG.510": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0510, Gro\u00dfraumb\u00fcro", "arch_name": "0510@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553001,18 +610524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12092, "usage_id": 12 }, "5505.EG.511": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0511, M\u00fcllraum", "arch_name": "0511@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -553020,19 +610545,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56693, "usage_id": 214 }, "5505.EG.525": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0525, Besprechung 2", "arch_name": "0525@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 21302, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553040,18 +610567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56697, "usage_id": 196 }, "5505.EG.525M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0525M, Elektroverteiler", "arch_name": "0525M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -553059,18 +610588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56817, "usage_id": 120 }, "5505.EG.525N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0525N, Nebenraum von 0525m", "arch_name": "0525N@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -553078,18 +610609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56824, "usage_id": 120 }, "5505.EG.525Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0525Z, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0525Z@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -553097,18 +610630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72953, "usage_id": 204 }, "5505.EG.526": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0526, B\u00fcro", "arch_name": "0526@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553116,18 +610651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56829, "usage_id": 12 }, "5505.EG.526M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0526M, Elektroverteiler", "arch_name": "0526M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -553135,18 +610672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56833, "usage_id": 120 }, "5505.EG.527": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0527, B\u00fcro", "arch_name": "0527@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553154,18 +610693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12164, "usage_id": 12 }, "5505.EG.528": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0528, B\u00fcro", "arch_name": "0528@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553173,18 +610714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12168, "usage_id": 12 }, "5505.EG.529A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0529A, Prof.-B\u00fcro", "arch_name": "0529A@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553192,18 +610735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12174, "usage_id": 12 }, "5505.EG.529B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0529B, B\u00fcro", "arch_name": "0529B@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553211,18 +610756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72959, "usage_id": 12 }, "5505.EG.530": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0530, Sekretariat", "arch_name": "0530@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553230,18 +610777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11456, "usage_id": 40 }, "5505.EG.531": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0531, B\u00fcro m. Registratur", "arch_name": "0531@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553249,18 +610798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11505, "usage_id": 12 }, "5505.EG.531M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0531M, Elektro-Unterverteiler", "arch_name": "0531M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -553268,18 +610819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57861, "usage_id": 120 }, "5505.EG.532": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0532, B\u00fcro", "arch_name": "0532@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553287,19 +610840,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11509, "usage_id": 12 }, "5505.EG.533A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0533, Bibliothek", "arch_name": "0533@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 19304, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553307,18 +610862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57994, "usage_id": 10 }, "5505.EG.533B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0533B, Flur", "arch_name": "0533B@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -553326,19 +610883,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72954, "usage_id": 222 }, "5505.EG.550": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0550, CAD-Pool", "arch_name": "0550@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 15223, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15299, "seats": { @@ -553346,18 +610905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15898, "usage_id": 211 }, "5505.EG.550A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0550A, Lager", "arch_name": "0550A@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15299, "seats": { @@ -553365,18 +610926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58013, "usage_id": 30 }, "5505.EG.560": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560, Vorraum / Durchgang zu 560b", "arch_name": "0560@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -553384,18 +610947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58022, "usage_id": 50 }, "5505.EG.560A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560A, K\u00fcche", "arch_name": "0560A@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -553403,18 +610968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58146, "usage_id": 28 }, "5505.EG.560B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560B, Personal", "arch_name": "0560B@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -553422,18 +610989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58154, "usage_id": 44 }, "5505.EG.560C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560p, Trafo", "arch_name": "0560p@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -553441,18 +611010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58161, "usage_id": 160 }, "5505.EG.560M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560m, Trafo", "arch_name": "0560m@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -553460,18 +611031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58170, "usage_id": 160 }, "5505.EG.560N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560n, Trafo", "arch_name": "0560n@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -553479,18 +611052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58178, "usage_id": 160 }, "5505.EG.560O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560O, Technik", "arch_name": "0560O@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -553498,18 +611073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58308, "usage_id": 120 }, "5505.EG.560Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560Q, Fernmelderaum", "arch_name": "0560Q@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -553517,18 +611094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57428, "usage_id": 202 }, "5505.EG.560R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560R, Umkleide / Dusche Herren", "arch_name": "0560R@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15299, "seats": { @@ -553536,18 +611115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57437, "usage_id": 121 }, "5505.EG.560S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560S, Nebenraum zu 0560s", "arch_name": "0560S@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -553555,18 +611136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57555, "usage_id": 121 }, "5505.EG.560T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560T, Umkleide / Dusche Herren", "arch_name": "0560T@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15298, "seats": { @@ -553574,18 +611157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57564, "usage_id": 121 }, "5505.EG.560U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560U, Dusche Nebenraum zu 560t", "arch_name": "0560U@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15298, "seats": { @@ -553593,18 +611178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57573, "usage_id": 113 }, "5505.EG.560V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0560V, Lager", "arch_name": "0560V@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15298, "seats": { @@ -553612,18 +611199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72962, "usage_id": 30 }, "5505.EG.561": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0561, Montagehalle", "arch_name": "0561@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -553631,18 +611220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57582, "usage_id": 155 }, "5505.EG.561A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0561A, Werkstatt", "arch_name": "0561A@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15298, "seats": { @@ -553650,18 +611241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72960, "usage_id": 51 }, "5505.EG.561M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0561M, Zahnradschleifmaschine", "arch_name": "0561M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15298, "seats": { @@ -553669,18 +611262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57694, "usage_id": 51 }, "5505.EG.561N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0561N, Messflur", "arch_name": "0561N@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -553688,18 +611283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57702, "usage_id": 108 }, "5505.EG.562": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0562, Grobmechanikwerkstatt", "arch_name": "0562@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -553707,18 +611304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30628, "usage_id": 51 }, "5505.EG.562A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0562A, Messmittel", "arch_name": "0562A@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -553726,18 +611325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16618, "usage_id": 30 }, "5505.EG.562B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0562B, Materiallager", "arch_name": "0562B@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -553745,18 +611346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57718, "usage_id": 30 }, "5505.EG.562M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0562M, Pr\u00fcfstand", "arch_name": "0562M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -553764,18 +611367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57841, "usage_id": 51 }, "5505.EG.562N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0562N, Zahnradlager", "arch_name": "0562N@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -553783,18 +611388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57666, "usage_id": 30 }, "5505.EG.563": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0563, Schleifraum", "arch_name": "0563@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -553802,18 +611409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57671, "usage_id": 108 }, "5505.EG.563M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0563m, \u00d6llager", "arch_name": "0563m@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15298, "seats": { @@ -553821,18 +611430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57682, "usage_id": 30 }, "5505.EG.564": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0564, Lager", "arch_name": "0564@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15315, "seats": { @@ -553840,18 +611451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57689, "usage_id": 30 }, "5505.EG.565": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0565, K\u00fchlwasserbeh\u00e4lter", "arch_name": "0565@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -553859,18 +611472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57803, "usage_id": 32 }, "5505.EG.565M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0565M, Abstellraum", "arch_name": "0565M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15316, "seats": { @@ -553878,18 +611493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57809, "usage_id": 159 }, "5505.EG.565N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0565N, Abstellraum", "arch_name": "0565N@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15316, "seats": { @@ -553897,18 +611514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57812, "usage_id": 159 }, "5505.EG.565O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0565O, B\u00fcro", "arch_name": "0565O@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15316, "seats": { @@ -553916,18 +611535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26791, "usage_id": 12 }, "5505.EG.565P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0565P, Aufenthalt", "arch_name": "0565P@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15316, "seats": { @@ -553935,19 +611556,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68290, "usage_id": 44 }, "5505.EG.590": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0590, Versuchshalle", "arch_name": "0590@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 19306, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15299, "seats": { @@ -553955,18 +611578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57827, "usage_id": 49 }, "5505.EG.590B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0590B, KFZ-Praktikum", "arch_name": "0590B@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -553974,18 +611599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26881, "usage_id": 211 }, "5505.EG.590C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0590C, Schleuse", "arch_name": "0590C@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -553993,18 +611620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57974, "usage_id": 105 }, "5505.EG.590D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0590D, Spanende Fertigung + Montage", "arch_name": "0590D@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15299, "seats": { @@ -554012,18 +611641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16869, "usage_id": 51 }, "5505.EG.590E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0590E, Werkstattpersonal", "arch_name": "0590E@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15299, "seats": { @@ -554031,18 +611662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56298, "usage_id": 44 }, "5505.EG.590F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0590F, B\u00fcro", "arch_name": "0590F@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15299, "seats": { @@ -554050,18 +611683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13862, "usage_id": 12 }, "5505.EG.590G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0590G, Schwei\u00dferei", "arch_name": "0590G@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15299, "seats": { @@ -554069,18 +611704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57239, "usage_id": 51 }, "5505.EG.590H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0590H, Maschinenhalle", "arch_name": "0590H@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15316, "seats": { @@ -554088,18 +611725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57247, "usage_id": 49 }, "5505.EG.590I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0590I, Grobmechanikwerkstatt", "arch_name": "0590I@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15316, "seats": { @@ -554107,18 +611746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57370, "usage_id": 51 }, "5505.EG.590P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0590P, KFZ-Praktikum", "arch_name": "0590P@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -554126,18 +611767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57537, "usage_id": 51 }, "5505.EG.591A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0591A, Treppe", "arch_name": "0591A@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -554145,18 +611788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72965, "usage_id": 223 }, "5505.EG.591B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0591B, Treppe im Freien", "arch_name": "0591B@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -554164,18 +611809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72964, "usage_id": 7 }, "5505.EG.591C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0591C, Treppe", "arch_name": "0591C@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -554183,18 +611830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72961, "usage_id": 223 }, "5505.EG.591D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0591D, Treppe", "arch_name": "0591D@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -554202,18 +611851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72963, "usage_id": 223 }, "5505.EG.598A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598a, Schacht", "arch_name": "0598a@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554221,18 +611872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57983, "usage_id": 120 }, "5505.EG.598B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598B, Schacht", "arch_name": "0598B@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -554240,18 +611893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58446, "usage_id": 120 }, "5505.EG.598C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598C, Aufzug", "arch_name": "0598C@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -554259,18 +611914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58455, "usage_id": 4 }, "5505.EG.598D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598d, Schacht", "arch_name": "0598d@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554278,18 +611935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58571, "usage_id": 120 }, "5505.EG.598E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598e, Schacht", "arch_name": "0598e@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554297,18 +611956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58583, "usage_id": 120 }, "5505.EG.598F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598f, Schacht", "arch_name": "0598f@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554316,18 +611977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58592, "usage_id": 120 }, "5505.EG.598G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598g, Schacht", "arch_name": "0598g@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554335,18 +611998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58603, "usage_id": 120 }, "5505.EG.598H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598h, Schacht", "arch_name": "0598h@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554354,18 +612019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58720, "usage_id": 120 }, "5505.EG.598I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598i, Schacht", "arch_name": "0598i@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554373,18 +612040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58730, "usage_id": 120 }, "5505.EG.598J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598j, Schacht", "arch_name": "0598j@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554392,18 +612061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58738, "usage_id": 120 }, "5505.EG.598K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598K, Aufzug", "arch_name": "0598K@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -554411,18 +612082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58753, "usage_id": 4 }, "5505.EG.598L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598l, Schacht", "arch_name": "0598l@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554430,18 +612103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56528, "usage_id": 120 }, "5505.EG.598M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598m, Schacht", "arch_name": "0598m@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554449,18 +612124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56537, "usage_id": 120 }, "5505.EG.598N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598n, Schacht", "arch_name": "0598n@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554468,18 +612145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56548, "usage_id": 120 }, "5505.EG.598O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598O, Schacht", "arch_name": "0598O@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -554487,18 +612166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57989, "usage_id": 120 }, "5505.EG.598S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598S, Schacht", "arch_name": "0598S@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554506,18 +612187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58115, "usage_id": 120 }, "5505.EG.598T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0598t, Schacht", "arch_name": "0598t@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554525,19 +612208,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58124, "usage_id": 120 }, "5505.EG.599A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599A, MW 5 Innenhof", "arch_name": "0599A@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 17991, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -554545,18 +612230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26994, "usage_id": 222 }, "5505.EG.599B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599B, Flur", "arch_name": "0599B@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -554564,18 +612251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58135, "usage_id": 222 }, "5505.EG.599D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599D, Flur", "arch_name": "0599D@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -554583,18 +612272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58268, "usage_id": 222 }, "5505.EG.599E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599E, Treppenraum", "arch_name": "0599E@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -554602,18 +612293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58278, "usage_id": 223 }, "5505.EG.599F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599F, Flur", "arch_name": "0599F@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -554621,18 +612314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58286, "usage_id": 222 }, "5505.EG.599G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599G, Flur", "arch_name": "0599G@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -554640,18 +612335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58300, "usage_id": 222 }, "5505.EG.599I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599I, Treppenraum", "arch_name": "0599I@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -554659,18 +612356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58428, "usage_id": 223 }, "5505.EG.599K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599K, Flur", "arch_name": "0599K@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -554678,18 +612377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58436, "usage_id": 222 }, "5505.EG.599L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599L, Flur", "arch_name": "0599L@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -554697,18 +612398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72958, "usage_id": 222 }, "5505.EG.599M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599M, Flur", "arch_name": "0599M@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -554716,18 +612419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58318, "usage_id": 222 }, "5505.EG.599N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599N, Treppenraum", "arch_name": "0599N@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -554735,18 +612440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56314, "usage_id": 223 }, "5505.EG.599O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599O, Flur", "arch_name": "0599O@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -554754,18 +612461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56322, "usage_id": 222 }, "5505.EG.599P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599P, Flur", "arch_name": "0599P@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -554773,18 +612482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56331, "usage_id": 222 }, "5505.EG.599S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599S, Flur", "arch_name": "0599S@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -554792,18 +612503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58773, "usage_id": 222 }, "5505.EG.599U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599U, Wendeltreppe", "arch_name": "0599U@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -554811,18 +612524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58791, "usage_id": 223 }, "5505.EG.599W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0599W, Flur", "arch_name": "0599W@5505", "area_id": 34, "building_id": 843, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -554830,18 +612545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72957, "usage_id": 222 }, "5505.U1.501": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U501, Technik", "arch_name": "U501@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -554849,18 +612566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54881, "usage_id": 120 }, "5505.U1.501M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U501M, FM-Zentrale", "arch_name": "U501M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -554868,18 +612587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54885, "usage_id": 202 }, "5505.U1.501N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U501N, FM-Zentrale", "arch_name": "U501N@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -554887,18 +612608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55012, "usage_id": 202 }, "5505.U1.502": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U502, Installationskeller", "arch_name": "U502@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -554906,18 +612629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55019, "usage_id": 120 }, "5505.U1.502A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U502A, Flur", "arch_name": "U502A@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -554925,18 +612650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55022, "usage_id": 222 }, "5505.U1.502B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U502B, Lager", "arch_name": "U502B@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -554944,18 +612671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72945, "usage_id": 30 }, "5505.U1.503M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U503M, M\u00f6bellager", "arch_name": "U503M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -554963,18 +612692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55029, "usage_id": 30 }, "5505.U1.503N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U530N, Maschinenraum", "arch_name": "U530N@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -554982,18 +612713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55035, "usage_id": 120 }, "5505.U1.503O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U503O, Lager", "arch_name": "U503O@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -555001,18 +612734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55041, "usage_id": 30 }, "5505.U1.525": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U525, Netz", "arch_name": "U525@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -555020,18 +612755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55047, "usage_id": 160 }, "5505.U1.525M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U525M, Elektroverteiler", "arch_name": "U525M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -555039,18 +612776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55169, "usage_id": 120 }, "5505.U1.526": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U526, SV", "arch_name": "U526@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -555058,18 +612797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55174, "usage_id": 160 }, "5505.U1.526M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U526M, Elektroverteiler", "arch_name": "U526M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -555077,18 +612818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55179, "usage_id": 120 }, "5505.U1.527": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U527, FM", "arch_name": "U527@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -555096,18 +612839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55184, "usage_id": 202 }, "5505.U1.528": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U528, Arbeitspl\u00e4tze", "arch_name": "U528@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -555115,18 +612860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55190, "usage_id": 12 }, "5505.U1.529": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U529, Reinigungsdienst", "arch_name": "U529@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -555134,18 +612881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55195, "usage_id": 44 }, "5505.U1.530": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U530, Archiv", "arch_name": "U530@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15299, "seats": { @@ -555153,18 +612902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55200, "usage_id": 2 }, "5505.U1.530M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U530M, Elektro-Unterverteiler", "arch_name": "U530M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -555172,18 +612923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55333, "usage_id": 120 }, "5505.U1.531": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U531, Dokumentenarchiv", "arch_name": "U531@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15299, "seats": { @@ -555191,18 +612944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55339, "usage_id": 2 }, "5505.U1.531M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U531M, FM-Zentrale", "arch_name": "U531M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -555210,18 +612965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55345, "usage_id": 202 }, "5505.U1.531N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U531N, LRZ-Verteilerknoten", "arch_name": "U531N@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 39906, "seats": { @@ -555229,19 +612986,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55355, "usage_id": 120 }, "5505.U1.550": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U550, CAD-Pool", "arch_name": "U550@5505", "area_id": 34, "building_id": 843, "calendar_resource_nr": 25481, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -555249,18 +613008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55360, "usage_id": 211 }, "5505.U1.550A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U550A, Lager", "arch_name": "U550A@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -555268,18 +613029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55370, "usage_id": 30 }, "5505.U1.551A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U551A, Lager", "arch_name": "U551A@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -555287,18 +613050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72943, "usage_id": 30 }, "5505.U1.590A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U590A, Rollenpr\u00fcfstand", "arch_name": "U590A@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -555306,18 +613071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55494, "usage_id": 49 }, "5505.U1.590B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U590B, Schleuse", "arch_name": "U590B@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15316, "seats": { @@ -555325,18 +613092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55501, "usage_id": 105 }, "5505.U1.590C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U590C, Werkstatt", "arch_name": "U590C@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15299, "seats": { @@ -555344,18 +613113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55509, "usage_id": 51 }, "5505.U1.590D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U590D, Werkstatt", "arch_name": "U590D@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15299, "seats": { @@ -555363,18 +613134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72942, "usage_id": 51 }, "5505.U1.598B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598B, Schacht", "arch_name": "U598B@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -555382,18 +613155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55519, "usage_id": 120 }, "5505.U1.598C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598C, Aufzug", "arch_name": "U598C@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -555401,18 +613176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55525, "usage_id": 4 }, "5505.U1.598D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598D, Schacht", "arch_name": "U598D@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -555420,18 +613197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55658, "usage_id": 120 }, "5505.U1.598E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598e, Schacht", "arch_name": "U598e@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -555439,18 +613218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55667, "usage_id": 120 }, "5505.U1.598F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598f, Schacht", "arch_name": "U598f@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -555458,18 +613239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55673, "usage_id": 120 }, "5505.U1.598G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598g, Schacht", "arch_name": "U598g@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -555477,18 +613260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55677, "usage_id": 120 }, "5505.U1.598H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598h, Schacht", "arch_name": "U598h@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -555496,18 +613281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55684, "usage_id": 120 }, "5505.U1.598K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598K, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "U598K@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -555515,18 +613302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55689, "usage_id": 5 }, "5505.U1.598L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598L, Schacht", "arch_name": "U598L@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -555534,18 +613323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55832, "usage_id": 120 }, "5505.U1.598M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598M, Schacht", "arch_name": "U598M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -555553,18 +613344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55836, "usage_id": 120 }, "5505.U1.598N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598N, Schacht", "arch_name": "U598N@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -555572,18 +613365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55840, "usage_id": 120 }, "5505.U1.598O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598O, Schacht", "arch_name": "U598O@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -555591,18 +613386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55844, "usage_id": 120 }, "5505.U1.598P": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U598P, Schacht", "arch_name": "U598P@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -555610,18 +613407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55849, "usage_id": 120 }, "5505.U1.599A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599A, Installationskeller", "arch_name": "U599A@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -555629,18 +613428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55855, "usage_id": 120 }, "5505.U1.599B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599B, Technik", "arch_name": "U599B@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -555648,18 +613449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55985, "usage_id": 120 }, "5505.U1.599D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599D, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "U599D@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -555667,18 +613470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55990, "usage_id": 5 }, "5505.U1.599E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599E, Treppenraum", "arch_name": "U599E@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -555686,18 +613491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55996, "usage_id": 223 }, "5505.U1.599F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599F, Flur", "arch_name": "U599F@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -555705,18 +613512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56002, "usage_id": 222 }, "5505.U1.599G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599G, Flur", "arch_name": "U599G@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -555724,18 +613533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56010, "usage_id": 222 }, "5505.U1.599H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599H, Flur", "arch_name": "U599H@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -555743,18 +613554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56141, "usage_id": 222 }, "5505.U1.599I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599I, Treppe", "arch_name": "U599I@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -555762,18 +613575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56147, "usage_id": 223 }, "5505.U1.599J": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599J, Treppenraum", "arch_name": "U599J@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -555781,18 +613596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56158, "usage_id": 223 }, "5505.U1.599K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599K, Treppe", "arch_name": "U599K@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -555800,18 +613617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56160, "usage_id": 7 }, "5505.U1.599L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599L, Treppe im Freien", "arch_name": "U599L@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -555819,18 +613638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72944, "usage_id": 7 }, "5505.U1.599M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599M, Flur", "arch_name": "U599M@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -555838,18 +613659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72949, "usage_id": 222 }, "5505.U1.599O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599O, Treppe", "arch_name": "U599O@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -555857,18 +613680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72946, "usage_id": 223 }, "5505.U1.599R": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599R, Treppe", "arch_name": "U599R@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -555876,18 +613701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72947, "usage_id": 223 }, "5505.U1.599S": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U599S, Treppe", "arch_name": "U599S@5505", "area_id": 34, "building_id": 843, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -555895,18 +613722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72948, "usage_id": 223 }, "5506.01.601": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1601, Studenten-Arbeitsplatz", "arch_name": "1601@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -555914,19 +613743,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58609, "usage_id": 208 }, "5506.01.602": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1602, Seminarraum", "arch_name": "1602@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 22225, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -555934,18 +613765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58614, "usage_id": 41 }, "5506.01.602M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1602M, Teek\u00fcche", "arch_name": "1602M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 15309, "seats": { @@ -555953,18 +613786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58625, "usage_id": 198 }, "5506.01.603": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1603, Wissenschaftliche Mitarbeiter", "arch_name": "1603@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -555972,18 +613807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58634, "usage_id": 12 }, "5506.01.603M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1603M, WC-Vorraum", "arch_name": "1603M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -555991,18 +613828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58640, "usage_id": 37 }, "5506.01.603N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1603N, WC-Vorraum", "arch_name": "1603N@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -556010,18 +613849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58760, "usage_id": 37 }, "5506.01.603P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1603P, WC-Damen", "arch_name": "1603P@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -556029,18 +613870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58770, "usage_id": 116 }, "5506.01.603Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1603Q, WC-Herren", "arch_name": "1603Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -556048,18 +613891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58778, "usage_id": 115 }, "5506.01.604": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1604, Wissenschaftliche Mitarbeiter", "arch_name": "1604@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -556067,18 +613912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11815, "usage_id": 12 }, "5506.01.605": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1605, Stipendiaten", "arch_name": "1605@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -556086,18 +613933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58795, "usage_id": 12 }, "5506.01.606": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1606, Wissenschaftliche Mitarbeiter", "arch_name": "1606@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -556105,18 +613954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11864, "usage_id": 12 }, "5506.01.607": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1607, WARR Studentengruppe", "arch_name": "1607@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -556124,18 +613975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56430, "usage_id": 12 }, "5506.01.608": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1608, Emeriti", "arch_name": "1608@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -556143,18 +613996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56438, "usage_id": 12 }, "5506.01.608M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1608M, \u00dcbungsraum", "arch_name": "1608M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -556162,18 +614017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56447, "usage_id": 131 }, "5506.01.609": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1609, Studentenlabor", "arch_name": "1609@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -556181,18 +614038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56452, "usage_id": 211 }, "5506.01.610": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1610, B\u00fcro", "arch_name": "1610@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556200,18 +614059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11940, "usage_id": 12 }, "5506.01.610M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1610M, HVA Labor, Project Room CopKa", "arch_name": "1610M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15309, "seats": { @@ -556219,18 +614080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56596, "usage_id": 194 }, "5506.01.611": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1611, B\u00fcro", "arch_name": "1611@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556238,18 +614101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29979, "usage_id": 12 }, "5506.01.612": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1612, B\u00fcro", "arch_name": "1612@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556257,18 +614122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11949, "usage_id": 12 }, "5506.01.612M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1612M, Bibliothek", "arch_name": "1612M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15307, "seats": { @@ -556276,18 +614143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56713, "usage_id": 10 }, "5506.01.613": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1613, B\u00fcro", "arch_name": "1613@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556295,18 +614164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11988, "usage_id": 12 }, "5506.01.614": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1614, B\u00fcro", "arch_name": "1614@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556314,18 +614185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11990, "usage_id": 12 }, "5506.01.614M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1614M, Teek\u00fcche", "arch_name": "1614M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15307, "seats": { @@ -556333,18 +614206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56845, "usage_id": 198 }, "5506.01.615": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1615, B\u00fcro", "arch_name": "1615@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556352,18 +614227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11998, "usage_id": 12 }, "5506.01.616": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1616, B\u00fcro", "arch_name": "1616@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556371,18 +614248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12047, "usage_id": 12 }, "5506.01.617": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1617, B\u00fcro", "arch_name": "1617@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556390,18 +614269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12052, "usage_id": 12 }, "5506.01.618": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1618, B\u00fcro", "arch_name": "1618@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556409,18 +614290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12054, "usage_id": 12 }, "5506.01.619": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1619, Technikraum", "arch_name": "1619@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -556428,18 +614311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57149, "usage_id": 120 }, "5506.01.620": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1620, Putzraum", "arch_name": "1620@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -556447,18 +614332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57156, "usage_id": 205 }, "5506.01.625": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1625, B\u00fcro", "arch_name": "1625@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556466,18 +614353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12072, "usage_id": 12 }, "5506.01.626": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1626, B\u00fcro", "arch_name": "1626@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556485,18 +614374,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12124, "usage_id": 12 }, "5506.01.627": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1627, B\u00fcro", "arch_name": "1627@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556504,18 +614395,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30266, "usage_id": 12 }, "5506.01.627M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1627m, Elektroverteiler", "arch_name": "1627m@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -556523,18 +614416,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57596, "usage_id": 160 }, "5506.01.627N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1627n, Elektroverteiler", "arch_name": "1627n@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -556542,18 +614437,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57603, "usage_id": 160 }, "5506.01.628": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1628, B\u00fcro", "arch_name": "1628@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556561,18 +614458,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12138, "usage_id": 12 }, "5506.01.628M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1628M, Elektroverteiler", "arch_name": "1628M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -556580,18 +614479,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57616, "usage_id": 120 }, "5506.01.629": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1629, B\u00fcro", "arch_name": "1629@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556599,18 +614500,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12200, "usage_id": 40 }, "5506.01.630": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1630, B\u00fcro", "arch_name": "1630@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556618,18 +614521,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12204, "usage_id": 12 }, "5506.01.630M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1630M, Bibliothek", "arch_name": "1630M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15307, "seats": { @@ -556637,18 +614542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57312, "usage_id": 10 }, "5506.01.631": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1631, B\u00fcro", "arch_name": "1631@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556656,18 +614563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12211, "usage_id": 12 }, "5506.01.632": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1632, B\u00fcro", "arch_name": "1632@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556675,18 +614584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12253, "usage_id": 12 }, "5506.01.633": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1633, Prof.-B\u00fcro", "arch_name": "1633@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556694,18 +614605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12258, "usage_id": 12 }, "5506.01.633M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1633M, Bibliothek", "arch_name": "1633M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15307, "seats": { @@ -556713,18 +614626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57016, "usage_id": 10 }, "5506.01.633N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1633N, Bibliotheksraum einf.", "arch_name": "1633N@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15307, "seats": { @@ -556732,18 +614647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72999, "usage_id": 10 }, "5506.01.634": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1634, B\u00fcro", "arch_name": "1634@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556751,18 +614668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12260, "usage_id": 12 }, "5506.01.635": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1635, B\u00fcro", "arch_name": "1635@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556770,18 +614689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12296, "usage_id": 12 }, "5506.01.636": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1636, B\u00fcro", "arch_name": "1636@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556789,18 +614710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12301, "usage_id": 12 }, "5506.01.636M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1636M, Foyer", "arch_name": "1636M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556808,18 +614731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57481, "usage_id": 222 }, "5506.01.637": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1637, B\u00fcro", "arch_name": "1637@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556827,19 +614752,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12305, "usage_id": 12 }, "5506.01.638": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1638, Besprechungsraum", "arch_name": "1638@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 15158, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556847,19 +614774,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11430, "usage_id": 196 }, "5506.01.639": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1639, Vortragsraum/Seminarraum", "arch_name": "1639@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 12645, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -556867,18 +614796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11432, "usage_id": 41 }, "5506.01.660": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1660, Flugsimulator DA-42", "arch_name": "1660@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15305, "seats": { @@ -556886,18 +614817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55543, "usage_id": 211 }, "5506.01.660L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1660L, WC-Vorraum Herren", "arch_name": "1660L@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -556905,18 +614838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73003, "usage_id": 118 }, "5506.01.660M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1660M, Technikraum", "arch_name": "1660M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -556924,18 +614859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55555, "usage_id": 120 }, "5506.01.660N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1660N, Technikraum", "arch_name": "1660N@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -556943,18 +614880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55564, "usage_id": 120 }, "5506.01.660P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1660P, WC-Damen / Dusche", "arch_name": "1660P@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -556962,18 +614901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55571, "usage_id": 116 }, "5506.01.660Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1660Q, WC-Herren", "arch_name": "1660Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -556981,18 +614922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55698, "usage_id": 115 }, "5506.01.660R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1660R, WC", "arch_name": "1660R@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -557000,18 +614943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55707, "usage_id": 114 }, "5506.01.660S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1660S, Umkleide-Herren", "arch_name": "1660S@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -557019,18 +614964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55716, "usage_id": 121 }, "5506.01.660T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1660T, Dusche Herren", "arch_name": "1660T@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -557038,18 +614985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55725, "usage_id": 113 }, "5506.01.661": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1661, Elektroniklabor", "arch_name": "1661@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15305, "seats": { @@ -557057,18 +615006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30955, "usage_id": 51 }, "5506.01.661M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1661M, Archivraum", "arch_name": "1661M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15305, "seats": { @@ -557076,18 +615027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55876, "usage_id": 2 }, "5506.01.661N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1661N, Lehrstuhlwerkstatt", "arch_name": "1661N@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15305, "seats": { @@ -557095,18 +615048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55886, "usage_id": 51 }, "5506.01.661O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1661O, Materiallager", "arch_name": "1661O@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15305, "seats": { @@ -557114,18 +615069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55898, "usage_id": 30 }, "5506.01.662": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1662, Inkubationslabor", "arch_name": "1662@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -557133,18 +615090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56021, "usage_id": 102 }, "5506.01.662M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1662M, Werkstattlager", "arch_name": "1662M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 15305, "seats": { @@ -557152,18 +615111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56034, "usage_id": 30 }, "5506.01.663": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1663, Analysenlabor", "arch_name": "1663@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -557171,18 +615132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56045, "usage_id": 102 }, "5506.01.663M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1663M, W\u00e4geraum", "arch_name": "1663M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -557190,18 +615153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56054, "usage_id": 194 }, "5506.01.663N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1663N, Autoklavenraum", "arch_name": "1663N@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -557209,18 +615174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56185, "usage_id": 103 }, "5506.01.663O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1663O, Sp\u00fclk\u00fcche", "arch_name": "1663O@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -557228,18 +615195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56195, "usage_id": 209 }, "5506.01.664": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1664, Bioprozesslabor", "arch_name": "1664@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -557247,18 +615216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56206, "usage_id": 194 }, "5506.01.664M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1664M, DNA-Raum", "arch_name": "1664M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15294, "seats": { @@ -557266,18 +615237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56215, "usage_id": 103 }, "5506.01.664N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1664n, Gasflaschenlager", "arch_name": "1664n@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15294, "seats": { @@ -557285,19 +615258,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56346, "usage_id": 30 }, "5506.01.665": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1665, Garderobe", "arch_name": "1665@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 19028, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15294, "seats": { @@ -557305,18 +615280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56357, "usage_id": 121 }, "5506.01.665A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1665A, Aufenthalt", "arch_name": "1665A@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15294, "seats": { @@ -557324,18 +615301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56369, "usage_id": 44 }, "5506.01.670A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1670A, Treppe", "arch_name": "1670A@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -557343,18 +615322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72998, "usage_id": 223 }, "5506.01.670B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1670B, Treppe", "arch_name": "1670B@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -557362,18 +615343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73001, "usage_id": 223 }, "5506.01.670C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1670C, Flur", "arch_name": "1670C@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -557381,18 +615364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73000, "usage_id": 222 }, "5506.01.670E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1670E, Galerie", "arch_name": "1670E@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -557400,18 +615385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72977, "usage_id": 206 }, "5506.01.670F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1670F, Flur", "arch_name": "1670F@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -557419,18 +615406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72997, "usage_id": 222 }, "5506.01.670G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1670G, Lager", "arch_name": "1670G@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -557438,18 +615427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72976, "usage_id": 30 }, "5506.01.670H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1670H, Balkon", "arch_name": "1670H@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -557457,18 +615448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72978, "usage_id": 219 }, "5506.01.670I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1670I, Treppe im Freien", "arch_name": "1670I@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -557476,18 +615469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73002, "usage_id": 7 }, "5506.01.670J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1670J, Flur", "arch_name": "1670J@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -557495,18 +615490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72996, "usage_id": 222 }, "5506.01.675": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1675, B\u00fcro f\u00fcr Studenten", "arch_name": "1675@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15307, "seats": { @@ -557514,18 +615511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56376, "usage_id": 12 }, "5506.01.676A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1676A, B\u00fcro", "arch_name": "1676A@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15307, "seats": { @@ -557533,18 +615532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53990, "usage_id": 12 }, "5506.01.676B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1676B, B\u00fcro", "arch_name": "1676B@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15307, "seats": { @@ -557552,18 +615553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61817, "usage_id": 12 }, "5506.01.676M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1676M, Schlosserei", "arch_name": "1676M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -557571,18 +615574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54001, "usage_id": 108 }, "5506.01.677": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1677, Prof.-B\u00fcro", "arch_name": "1677@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15307, "seats": { @@ -557590,18 +615595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11961, "usage_id": 12 }, "5506.01.678": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1678, Elektrowerkstatt", "arch_name": "1678@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15307, "seats": { @@ -557609,18 +615616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29877, "usage_id": 51 }, "5506.01.679": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1679, Elektrowerkstatt", "arch_name": "1679@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Holzpflaster", "main_operator_id": 15307, "seats": { @@ -557628,18 +615637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54140, "usage_id": 103 }, "5506.01.680": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1680, Rechnerraum Studenten", "arch_name": "1680@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15307, "seats": { @@ -557647,18 +615658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29888, "usage_id": 131 }, "5506.01.681": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1681, Rechnerraum Studenten", "arch_name": "1681@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15307, "seats": { @@ -557666,18 +615679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54162, "usage_id": 131 }, "5506.01.690A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1690A, L\u00fcftungszentrale", "arch_name": "1690A@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -557685,18 +615700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54172, "usage_id": 32 }, "5506.01.690B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1690B, Reaktionstechn. Technik", "arch_name": "1690B@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15316, "seats": { @@ -557704,18 +615721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54297, "usage_id": 194 }, "5506.01.690C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1690C, Bildverarbeitendes Labor", "arch_name": "1690C@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15316, "seats": { @@ -557723,18 +615742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54308, "usage_id": 104 }, "5506.01.690D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1690D, Flammenlabor", "arch_name": "1690D@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15316, "seats": { @@ -557742,18 +615763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54317, "usage_id": 194 }, "5506.01.690J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1690J, Raumlufttechnische Anlage", "arch_name": "1690J@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -557761,18 +615784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72975, "usage_id": 32 }, "5506.01.698B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698b, Schacht", "arch_name": "1698b@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -557780,18 +615805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54450, "usage_id": 120 }, "5506.01.698C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698c, Schacht", "arch_name": "1698c@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -557799,18 +615826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54457, "usage_id": 120 }, "5506.01.698E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698e, Schacht", "arch_name": "1698e@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -557818,18 +615847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54471, "usage_id": 120 }, "5506.01.698F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698f, Schacht", "arch_name": "1698f@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -557837,18 +615868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54482, "usage_id": 120 }, "5506.01.698G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "198g, Schacht", "arch_name": "198g@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -557856,18 +615889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54602, "usage_id": 120 }, "5506.01.698H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698h, Schacht", "arch_name": "1698h@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -557875,18 +615910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54617, "usage_id": 120 }, "5506.01.698I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698I, Schacht", "arch_name": "1698I@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -557894,18 +615931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54625, "usage_id": 120 }, "5506.01.698J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698j, Schacht", "arch_name": "1698j@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -557913,18 +615952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54633, "usage_id": 120 }, "5506.01.698K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698k, Schacht", "arch_name": "1698k@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -557932,18 +615973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54777, "usage_id": 120 }, "5506.01.698L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698L, Schacht", "arch_name": "1698L@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -557951,18 +615994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54787, "usage_id": 120 }, "5506.01.698M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698m, Aufzug", "arch_name": "1698m@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -557970,18 +616015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54797, "usage_id": 4 }, "5506.01.698N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698n, Schacht", "arch_name": "1698n@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -557989,18 +616036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54810, "usage_id": 120 }, "5506.01.698O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698o, Schacht", "arch_name": "1698o@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -558008,18 +616057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54941, "usage_id": 120 }, "5506.01.698P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698p, Schacht", "arch_name": "1698p@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -558027,18 +616078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54950, "usage_id": 120 }, "5506.01.698Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698Q, Schacht", "arch_name": "1698Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -558046,18 +616099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54959, "usage_id": 120 }, "5506.01.698S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698S, Absetzfl\u00e4che", "arch_name": "1698S@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -558065,18 +616120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54968, "usage_id": 30 }, "5506.01.698U": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1698u, Schacht", "arch_name": "1698u@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -558084,18 +616141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55098, "usage_id": 120 }, "5506.01.699A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699A, Galerie", "arch_name": "1699A@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -558103,18 +616162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55110, "usage_id": 206 }, "5506.01.699B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699B, Galerie", "arch_name": "1699B@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -558122,18 +616183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55117, "usage_id": 206 }, "5506.01.699D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699D, Treppenraum", "arch_name": "1699D@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -558141,18 +616204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55257, "usage_id": 223 }, "5506.01.699F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699F, Flur", "arch_name": "1699F@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -558160,18 +616225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55282, "usage_id": 222 }, "5506.01.699G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699G, Flur", "arch_name": "1699G@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -558179,18 +616246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55415, "usage_id": 222 }, "5506.01.699H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699H, Flur", "arch_name": "1699H@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -558198,18 +616267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53983, "usage_id": 222 }, "5506.01.699I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699I, Treppenraum", "arch_name": "1699I@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -558217,18 +616288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53998, "usage_id": 223 }, "5506.01.699J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699J, Flur", "arch_name": "1699J@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558236,18 +616309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54008, "usage_id": 222 }, "5506.01.699L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699L, Flur", "arch_name": "1699L@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -558255,18 +616330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54135, "usage_id": 222 }, "5506.01.699P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699P, Verkehrsweg", "arch_name": "1699P@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -558274,18 +616351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54292, "usage_id": 222 }, "5506.01.699Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699Q, Lager", "arch_name": "1699Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -558293,18 +616372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54299, "usage_id": 30 }, "5506.01.699S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699S, Flur", "arch_name": "1699S@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -558312,18 +616393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54319, "usage_id": 222 }, "5506.01.699T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699T, Galerie", "arch_name": "1699T@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -558331,18 +616414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54451, "usage_id": 206 }, "5506.01.699U": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1699U, Flur", "arch_name": "1699U@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -558350,18 +616435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56014, "usage_id": 222 }, "5506.02.601": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2601, Studentenarbeitsplatz", "arch_name": "2601@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -558369,18 +616456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56204, "usage_id": 208 }, "5506.02.602": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2602, B\u00fcro", "arch_name": "2602@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558388,18 +616477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11832, "usage_id": 12 }, "5506.02.602M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2602M, Putzraum", "arch_name": "2602M@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -558407,18 +616498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56342, "usage_id": 205 }, "5506.02.603": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2603, B\u00fcro", "arch_name": "2603@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558426,18 +616519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56354, "usage_id": 12 }, "5506.02.603M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2603M, WC-Vorraum", "arch_name": "2603M@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -558445,18 +616540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56363, "usage_id": 37 }, "5506.02.603N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2603N, WC-Vorraum", "arch_name": "2603N@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -558464,18 +616561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56371, "usage_id": 37 }, "5506.02.603P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2603P, WC-Damen", "arch_name": "2603P@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -558483,18 +616582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56377, "usage_id": 116 }, "5506.02.603Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2603Q, WC-Herren", "arch_name": "2603Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -558502,18 +616603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54461, "usage_id": 115 }, "5506.02.604": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2604, B\u00fcro", "arch_name": "2604@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558521,18 +616624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12266, "usage_id": 12 }, "5506.02.605": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2605, B\u00fcro", "arch_name": "2605@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558540,18 +616645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54969, "usage_id": 12 }, "5506.02.606": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2606, B\u00fcro", "arch_name": "2606@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558559,18 +616666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12307, "usage_id": 12 }, "5506.02.607": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2607, B\u00fcro", "arch_name": "2607@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558578,18 +616687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12309, "usage_id": 12 }, "5506.02.608": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2608, Techniker", "arch_name": "2608@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558597,18 +616708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12312, "usage_id": 12 }, "5506.02.609": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2609, B\u00fcro", "arch_name": "2609@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558616,18 +616729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55118, "usage_id": 12 }, "5506.02.610": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2610, B\u00fcro", "arch_name": "2610@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558635,19 +616750,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12318, "usage_id": 12 }, "5506.02.610N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2610N, Vorbereitung/Allraum", "arch_name": "2610N@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 18450, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -558655,18 +616772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55264, "usage_id": 211 }, "5506.02.611": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2611, Prof.-B\u00fcro", "arch_name": "2611@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558674,18 +616793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55272, "usage_id": 12 }, "5506.02.613": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2613, Sekretariat", "arch_name": "2613@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558693,19 +616814,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55284, "usage_id": 40 }, "5506.02.613B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2613m2, B\u00fcro", "arch_name": "2613m2@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 29372, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558713,19 +616836,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65665, "usage_id": 40 }, "5506.02.613M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2613m1, B\u00fcro", "arch_name": "2613m1@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 19137, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558733,18 +616858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55419, "usage_id": 40 }, "5506.02.614": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2614, Prof.-B\u00fcro", "arch_name": "2614@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558752,18 +616879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55426, "usage_id": 12 }, "5506.02.614M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2614M, DV-Raum", "arch_name": "2614M@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15309, "seats": { @@ -558771,18 +616900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54470, "usage_id": 207 }, "5506.02.615": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2615, B\u00fcro f\u00fcr Langzeit G\u00e4ste", "arch_name": "2615@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558790,18 +616921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54481, "usage_id": 12 }, "5506.02.616": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2616, B\u00fcro", "arch_name": "2616@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558809,18 +616942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12147, "usage_id": 12 }, "5506.02.616M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2616M, Teek\u00fcche", "arch_name": "2616M@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15309, "seats": { @@ -558828,18 +616963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54606, "usage_id": 198 }, "5506.02.617": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2617, B\u00fcro", "arch_name": "2617@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15309, "seats": { @@ -558847,18 +616984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12152, "usage_id": 12 }, "5506.02.618": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2618, Mission Control", "arch_name": "2618@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15309, "seats": { @@ -558866,18 +617005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54624, "usage_id": 194 }, "5506.02.619A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2619A, Sat. Integration", "arch_name": "2619A@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 15309, "seats": { @@ -558885,18 +617026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54636, "usage_id": 103 }, "5506.02.620": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2620, Messraum", "arch_name": "2620@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -558904,19 +617047,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30206, "usage_id": 194 }, "5506.02.621": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2621, Gruppen", "arch_name": "2621@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 15179, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -558924,18 +617069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12213, "usage_id": 131 }, "5506.02.625": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2625, Server", "arch_name": "2625@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -558943,18 +617090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54798, "usage_id": 207 }, "5506.02.626": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2626, B\u00fcro", "arch_name": "2626@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -558962,18 +617111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12261, "usage_id": 12 }, "5506.02.627": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2627, B\u00fcro", "arch_name": "2627@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -558981,18 +617132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12263, "usage_id": 12 }, "5506.02.628": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2628, Wissenschaftliche Mitarbeiter", "arch_name": "2628@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559000,18 +617153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12264, "usage_id": 12 }, "5506.02.628M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2628m, Elektro Verteiler", "arch_name": "2628m@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -559019,18 +617174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56867, "usage_id": 160 }, "5506.02.628N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2628n, Elektro Verteiler", "arch_name": "2628n@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -559038,18 +617195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56872, "usage_id": 160 }, "5506.02.629": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2629, Wissenschaftliche Mitarbeiter", "arch_name": "2629@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559057,18 +617216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12063, "usage_id": 12 }, "5506.02.629M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2629M, Serverraum", "arch_name": "2629M@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48837, "seats": { @@ -559076,18 +617237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73007, "usage_id": 207 }, "5506.02.630": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2630, Wiss. Assistent C1", "arch_name": "2630@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559095,18 +617258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12067, "usage_id": 12 }, "5506.02.630M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2630M, Teek\u00fcche", "arch_name": "2630M@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48837, "seats": { @@ -559114,18 +617279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57163, "usage_id": 198 }, "5506.02.631": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2631, Drittmittel/Bat I B", "arch_name": "2631@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559133,18 +617300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12122, "usage_id": 12 }, "5506.02.632": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2632, Wiss. Assistent", "arch_name": "2632@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559152,18 +617321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12127, "usage_id": 12 }, "5506.02.633": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2633, Drittmittel", "arch_name": "2633@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559171,18 +617342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12130, "usage_id": 12 }, "5506.02.634": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2634, Wiss. Assistent", "arch_name": "2634@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559190,18 +617363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12133, "usage_id": 12 }, "5506.02.635": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2635, Prof.-B\u00fcro", "arch_name": "2635@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559209,19 +617384,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12137, "usage_id": 12 }, "5506.02.636": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2636, Sekretariat", "arch_name": "2636@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 18449, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559229,18 +617406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12194, "usage_id": 40 }, "5506.02.637": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2637, Wiss. Mitarbeiter", "arch_name": "2637@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559248,19 +617427,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12197, "usage_id": 12 }, "5506.02.638": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2638, Gastwissenschaftler", "arch_name": "2638@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 18497, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559268,18 +617449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12201, "usage_id": 12 }, "5506.02.639": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2639, B\u00fcro", "arch_name": "2639@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48837, "seats": { @@ -559287,18 +617470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56591, "usage_id": 12 }, "5506.02.639M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2639m, Elektro Verteiler", "arch_name": "2639m@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -559306,18 +617491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56581, "usage_id": 160 }, "5506.02.640": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2640, Gastwissenschaftler", "arch_name": "2640@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48837, "seats": { @@ -559325,18 +617512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11449, "usage_id": 12 }, "5506.02.641": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2641, Wiss. Assistent", "arch_name": "2641@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559344,19 +617533,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11465, "usage_id": 12 }, "5506.02.642": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2642, Besprechungsraum", "arch_name": "2642@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 18211, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48837, "seats": { @@ -559364,19 +617555,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11466, "usage_id": 196 }, "5506.02.643": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2643, Studentenarbeitsraum", "arch_name": "2643@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 18605, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48837, "seats": { @@ -559384,18 +617577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30679, "usage_id": 208 }, "5506.02.660": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2660, Technik", "arch_name": "2660@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -559403,18 +617598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56601, "usage_id": 120 }, "5506.02.660A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2660A, RLT", "arch_name": "2660A@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -559422,18 +617619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56703, "usage_id": 32 }, "5506.02.698B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698b, Schacht", "arch_name": "2698b@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -559441,18 +617640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56712, "usage_id": 120 }, "5506.02.698C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698C, Aufzug", "arch_name": "2698C@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -559460,18 +617661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56725, "usage_id": 4 }, "5506.02.698D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698D, Schacht", "arch_name": "2698D@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -559479,18 +617682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56734, "usage_id": 120 }, "5506.02.698E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698E, Schacht", "arch_name": "2698E@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -559498,18 +617703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56847, "usage_id": 120 }, "5506.02.698F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698F, Schacht", "arch_name": "2698F@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -559517,18 +617724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56857, "usage_id": 120 }, "5506.02.698G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698G, Schacht", "arch_name": "2698G@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -559536,18 +617745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57307, "usage_id": 120 }, "5506.02.698H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698H, Schacht", "arch_name": "2698H@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -559555,18 +617766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55413, "usage_id": 120 }, "5506.02.698I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698I, Schacht", "arch_name": "2698I@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -559574,18 +617787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55538, "usage_id": 120 }, "5506.02.698J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698J, Schacht", "arch_name": "2698J@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -559593,18 +617808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55548, "usage_id": 120 }, "5506.02.698K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698K, Schacht", "arch_name": "2698K@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -559612,18 +617829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55563, "usage_id": 120 }, "5506.02.698L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698l, Schacht", "arch_name": "2698l@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -559631,18 +617850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55572, "usage_id": 120 }, "5506.02.698M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698M, Aufzug", "arch_name": "2698M@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -559650,18 +617871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55699, "usage_id": 4 }, "5506.02.698N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698n, Schacht", "arch_name": "2698n@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -559669,18 +617892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55706, "usage_id": 120 }, "5506.02.698O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698o, Schacht", "arch_name": "2698o@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -559688,18 +617913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55717, "usage_id": 120 }, "5506.02.698P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698p, Schacht", "arch_name": "2698p@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -559707,18 +617934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55726, "usage_id": 120 }, "5506.02.698Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2698q, Schacht", "arch_name": "2698q@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -559726,18 +617955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55736, "usage_id": 120 }, "5506.02.699A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699A, Galerie", "arch_name": "2699A@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -559745,18 +617976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55864, "usage_id": 206 }, "5506.02.699B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699B, Galerie", "arch_name": "2699B@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -559764,18 +617997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55875, "usage_id": 206 }, "5506.02.699C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699C, Flur", "arch_name": "2699C@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -559783,18 +618018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55888, "usage_id": 222 }, "5506.02.699D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699D, Treppenraum", "arch_name": "2699D@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -559802,18 +618039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57315, "usage_id": 223 }, "5506.02.699E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699E, Flur", "arch_name": "2699E@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -559821,18 +618060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57321, "usage_id": 222 }, "5506.02.699F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699F, Flur", "arch_name": "2699F@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -559840,18 +618081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56990, "usage_id": 222 }, "5506.02.699G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699G, Flur", "arch_name": "2699G@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -559859,18 +618102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57005, "usage_id": 222 }, "5506.02.699I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699I, Treppenraum", "arch_name": "2699I@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -559878,18 +618123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57013, "usage_id": 223 }, "5506.02.699J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699J, Treppe", "arch_name": "2699J@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -559897,18 +618144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57027, "usage_id": 223 }, "5506.02.699K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699K, Flur", "arch_name": "2699K@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -559916,18 +618165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57448, "usage_id": 222 }, "5506.02.699L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699L, Flur", "arch_name": "2699L@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -559935,18 +618186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73009, "usage_id": 222 }, "5506.02.699M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699M, Flur", "arch_name": "2699M@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -559954,18 +618207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57457, "usage_id": 222 }, "5506.02.699N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699N, Flur", "arch_name": "2699N@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -559973,18 +618228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73004, "usage_id": 222 }, "5506.02.699O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699O, Flur", "arch_name": "2699O@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -559992,18 +618249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73006, "usage_id": 222 }, "5506.02.699P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699P, Verbindungsgang", "arch_name": "2699P@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -560011,18 +618270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73008, "usage_id": 16 }, "5506.02.699Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2699Q, Flur", "arch_name": "2699Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -560030,18 +618291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73005, "usage_id": 222 }, "5506.03.601": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3601, Wissenschaftliche Mitarbeiter", "arch_name": "3601@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560049,18 +618312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57469, "usage_id": 12 }, "5506.03.602": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3602, Wissenschaftliche Mitarbeiter", "arch_name": "3602@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560068,18 +618333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57476, "usage_id": 12 }, "5506.03.602M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3602M, Getr\u00e4nkelager/Caffeek\u00fcche", "arch_name": "3602M@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 15305, "seats": { @@ -560087,18 +618354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55376, "usage_id": 28 }, "5506.03.603": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3603, Wissenschaftliche Mitarbeiter", "arch_name": "3603@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560106,18 +618375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11427, "usage_id": 12 }, "5506.03.603M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3603M, WC-Vorraum", "arch_name": "3603M@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -560125,18 +618396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55404, "usage_id": 37 }, "5506.03.603N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3603N, WC-Vorraum", "arch_name": "3603N@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -560144,18 +618417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55437, "usage_id": 37 }, "5506.03.603P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3603P, WC-Damen", "arch_name": "3603P@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -560163,18 +618438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55581, "usage_id": 116 }, "5506.03.603Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3603Q, WC-Herren", "arch_name": "3603Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -560182,18 +618459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55590, "usage_id": 115 }, "5506.03.604": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3604, Prof.-B\u00fcro", "arch_name": "3604@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560201,18 +618480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11477, "usage_id": 12 }, "5506.03.605": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3605, Wissenschaftliche Mitarbeiter", "arch_name": "3605@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560220,18 +618501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11478, "usage_id": 12 }, "5506.03.606": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3606, Prof.-B\u00fcro", "arch_name": "3606@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560239,18 +618522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30789, "usage_id": 12 }, "5506.03.606A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3606A, Archiv", "arch_name": "3606A@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560258,18 +618543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73285, "usage_id": 2 }, "5506.03.607": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3607, Sekretariat", "arch_name": "3607@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560277,18 +618564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11482, "usage_id": 40 }, "5506.03.608": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3608, Prof.-B\u00fcro", "arch_name": "3608@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560296,18 +618585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11485, "usage_id": 12 }, "5506.03.608M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3608M, Flugsimulator Beech Baron", "arch_name": "3608M@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560315,18 +618606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55758, "usage_id": 194 }, "5506.03.608N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3608N, Labor", "arch_name": "3608N@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560334,18 +618627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66705, "usage_id": 194 }, "5506.03.609": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3609, Wissenschaftliche Mitarbeiter", "arch_name": "3609@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560353,18 +618648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55769, "usage_id": 12 }, "5506.03.609M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3609M, Labor/Vorraum", "arch_name": "3609M@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560372,18 +618669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55773, "usage_id": 194 }, "5506.03.610": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3610, Wissenschaftliche Mitarbeiter", "arch_name": "3610@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560391,18 +618690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11524, "usage_id": 12 }, "5506.03.611": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3611, Wissenschaftliche Mitarbeiter", "arch_name": "3611@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560410,18 +618711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11529, "usage_id": 12 }, "5506.03.612": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3612, Wissenschaftliche Mitarbeiter", "arch_name": "3612@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560429,18 +618732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55922, "usage_id": 12 }, "5506.03.612M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3612M, Registratur", "arch_name": "3612M@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560448,18 +618753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55931, "usage_id": 2 }, "5506.03.612N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3612N, Pr\u00fcfungsarchiv", "arch_name": "3612N@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560467,18 +618774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56059, "usage_id": 2 }, "5506.03.613": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3613, Wissenschaftliche Mitarbeiter", "arch_name": "3613@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560486,18 +618795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56065, "usage_id": 12 }, "5506.03.613M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3613M, Aufenthaltsraum m. Teek\u00fcche", "arch_name": "3613M@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15305, "seats": { @@ -560505,18 +618816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56071, "usage_id": 44 }, "5506.03.614": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3614, Wissenschaftliche Mitarbeiter", "arch_name": "3614@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560524,18 +618837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11548, "usage_id": 12 }, "5506.03.615": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3615, Wissenschaftliche Mitarbeiter", "arch_name": "3615@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560543,18 +618858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11550, "usage_id": 12 }, "5506.03.616": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3616, Wissenschaftliche Mitarbeiter", "arch_name": "3616@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560562,18 +618879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11553, "usage_id": 12 }, "5506.03.617": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3617, Wissenschaftliche Mitarbeiter", "arch_name": "3617@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560581,19 +618900,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56228, "usage_id": 12 }, "5506.03.618": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3618, Seminarraum", "arch_name": "3618@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 15279, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560601,18 +618922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31074, "usage_id": 41 }, "5506.03.625": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3625, Wissenschaftliche Mitarbeiter", "arch_name": "3625@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560620,18 +618943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56244, "usage_id": 12 }, "5506.03.626": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3626, Wissenschaftlicher Mitarbeiter", "arch_name": "3626@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560639,18 +618964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11584, "usage_id": 12 }, "5506.03.627": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3627, Wissenschaftlicher Mitarbeiter", "arch_name": "3627@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560658,18 +618985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56257, "usage_id": 12 }, "5506.03.627M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3627m, Elektroverteiler", "arch_name": "3627m@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -560677,18 +619006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56384, "usage_id": 160 }, "5506.03.627N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3627, Elektroverteiler", "arch_name": "3627@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -560696,18 +619027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56395, "usage_id": 160 }, "5506.03.628": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3628, Wissenschaftlicher Mitarbeiter", "arch_name": "3628@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560715,18 +619048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13390, "usage_id": 12 }, "5506.03.628M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3628m, Elektroverteiler", "arch_name": "3628m@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -560734,18 +619069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56405, "usage_id": 160 }, "5506.03.629": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3629, B\u00fcro/Emeritus", "arch_name": "3629@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560753,18 +619090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56411, "usage_id": 12 }, "5506.03.630": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3630, B\u00fcro", "arch_name": "3630@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560772,18 +619111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13397, "usage_id": 12 }, "5506.03.631": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3631, B\u00fcro", "arch_name": "3631@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560791,18 +619132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13420, "usage_id": 12 }, "5506.03.632": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3632, B\u00fcro", "arch_name": "3632@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560810,18 +619153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13423, "usage_id": 12 }, "5506.03.633": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3633, B\u00fcro", "arch_name": "3633@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560829,18 +619174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13427, "usage_id": 12 }, "5506.03.633M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3633M, Flugsimulator", "arch_name": "3633M@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -560848,18 +619195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54054, "usage_id": 194 }, "5506.03.634": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3634, B\u00fcro", "arch_name": "3634@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560867,18 +619216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13432, "usage_id": 12 }, "5506.03.635": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3635, B\u00fcro", "arch_name": "3635@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560886,19 +619237,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13435, "usage_id": 12 }, "5506.03.636": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3636, B\u00fcro/Leitung", "arch_name": "3636@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 19954, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560906,19 +619259,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13463, "usage_id": 12 }, "5506.03.637": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3637, Sekretariat", "arch_name": "3637@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 28533, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560926,19 +619281,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54208, "usage_id": 40 }, "5506.03.638": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3638, B\u00fcro", "arch_name": "3638@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 20421, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560946,18 +619303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54328, "usage_id": 12 }, "5506.03.638M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3638M, Elektroverteiler", "arch_name": "3638M@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -560965,18 +619324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54340, "usage_id": 120 }, "5506.03.640": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3640, B\u00fcro", "arch_name": "3640@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -560984,18 +619345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13501, "usage_id": 12 }, "5506.03.641": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3641, B\u00fcro", "arch_name": "3641@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -561003,18 +619366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13503, "usage_id": 12 }, "5506.03.642": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3642, B\u00fcro", "arch_name": "3642@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -561022,19 +619387,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13505, "usage_id": 12 }, "5506.03.643": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3643, Seminarraum", "arch_name": "3643@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 23327, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -561042,18 +619409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54503, "usage_id": 41 }, "5506.03.6980": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698o, Schacht", "arch_name": "3698o@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -561061,18 +619430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54511, "usage_id": 120 }, "5506.03.698B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698B, Schacht", "arch_name": "3698B@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -561080,18 +619451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54519, "usage_id": 120 }, "5506.03.698C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698C, Aufzug", "arch_name": "3698C@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -561099,18 +619472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54525, "usage_id": 4 }, "5506.03.698D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698d, Schacht", "arch_name": "3698d@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -561118,18 +619493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54649, "usage_id": 120 }, "5506.03.698E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698e, Schacht", "arch_name": "3698e@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -561137,18 +619514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54657, "usage_id": 120 }, "5506.03.698F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698f, Schacht", "arch_name": "3698f@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -561156,18 +619535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54665, "usage_id": 120 }, "5506.03.698G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698g, Schacht", "arch_name": "3698g@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -561175,18 +619556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55924, "usage_id": 120 }, "5506.03.698H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698h, Schacht", "arch_name": "3698h@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -561194,18 +619577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56060, "usage_id": 120 }, "5506.03.698I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698I, Schacht", "arch_name": "3698I@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -561213,18 +619598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56068, "usage_id": 120 }, "5506.03.698J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698j, Schacht", "arch_name": "3698j@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -561232,18 +619619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56079, "usage_id": 120 }, "5506.03.698K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698k, Schacht", "arch_name": "3698k@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -561251,18 +619640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56091, "usage_id": 120 }, "5506.03.698M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698M, Aufzug", "arch_name": "3698M@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -561270,18 +619661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56230, "usage_id": 4 }, "5506.03.698N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698N, Schacht", "arch_name": "3698N@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -561289,18 +619682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56238, "usage_id": 120 }, "5506.03.698P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698P, Schacht", "arch_name": "3698P@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -561308,18 +619703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56248, "usage_id": 120 }, "5506.03.698Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3698Q, Schacht", "arch_name": "3698Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -561327,18 +619724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56260, "usage_id": 120 }, "5506.03.699A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699A, Galerie", "arch_name": "3699A@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -561346,18 +619745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56389, "usage_id": 206 }, "5506.03.699B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699B, Galerie", "arch_name": "3699B@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -561365,18 +619766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56393, "usage_id": 206 }, "5506.03.699C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699C, Flur", "arch_name": "3699C@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -561384,18 +619787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56399, "usage_id": 222 }, "5506.03.699D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699D, Treppenraum", "arch_name": "3699D@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -561403,18 +619808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56407, "usage_id": 223 }, "5506.03.699E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699E, Flur", "arch_name": "3699E@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -561422,18 +619829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55445, "usage_id": 222 }, "5506.03.699F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699F, Flur", "arch_name": "3699F@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -561441,18 +619850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55453, "usage_id": 222 }, "5506.03.699G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699G, Flur", "arch_name": "3699G@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -561460,18 +619871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55583, "usage_id": 222 }, "5506.03.699J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699J, Flur", "arch_name": "3699J@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -561479,18 +619892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55600, "usage_id": 222 }, "5506.03.699K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699K, Flur mit Sitzgelegenheit", "arch_name": "3699K@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15305, "seats": { @@ -561498,18 +619913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55609, "usage_id": 222 }, "5506.03.699L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699L, Treppenraum", "arch_name": "3699L@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -561517,18 +619934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55741, "usage_id": 223 }, "5506.03.699N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699N, Flur", "arch_name": "3699N@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -561536,18 +619955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66929, "usage_id": 222 }, "5506.03.699P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3699P, Flur", "arch_name": "3699P@5506", "area_id": 34, "building_id": 845, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -561555,18 +619976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73176, "usage_id": 222 }, "5506.EG.601": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0601, Bibliothek", "arch_name": "0601@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561574,37 +619997,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57943, "usage_id": 10 }, "5506.EG.601A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0601A, Fachschaft LRG", "arch_name": "0601A@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 25925, + "main_operator_id": 50499, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 71940, "usage_id": 164 }, "5506.EG.602": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0602, Studenten-Arbeitsplatz", "arch_name": "0602@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561612,18 +620039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57950, "usage_id": 12 }, "5506.EG.602M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0602M, Putzraum", "arch_name": "0602M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -561631,18 +620060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57962, "usage_id": 205 }, "5506.EG.603": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0603, Emeriti", "arch_name": "0603@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561650,18 +620081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58084, "usage_id": 12 }, "5506.EG.603M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0603M, Vorraum", "arch_name": "0603M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -561669,18 +620102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58099, "usage_id": 37 }, "5506.EG.603N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0603N, Vorraum", "arch_name": "0603N@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -561688,18 +620123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58103, "usage_id": 37 }, "5506.EG.603O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0603O, Sanit\u00e4r", "arch_name": "0603O@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -561707,18 +620144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58230, "usage_id": 37 }, "5506.EG.603P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0603P, Sanit\u00e4r", "arch_name": "0603P@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -561726,18 +620165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58684, "usage_id": 37 }, "5506.EG.604": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0604, B\u00fcro", "arch_name": "0604@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561745,18 +620186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12044, "usage_id": 12 }, "5506.EG.605": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0605, Sekretariat", "arch_name": "0605@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561764,18 +620207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12104, "usage_id": 40 }, "5506.EG.606": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0606, Ordinarius", "arch_name": "0606@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561783,18 +620228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12105, "usage_id": 12 }, "5506.EG.606M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0606M, Foyer / Eingangsbereich", "arch_name": "0606M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561802,18 +620249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56803, "usage_id": 222 }, "5506.EG.607": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0607, B\u00fcro", "arch_name": "0607@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561821,19 +620270,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56811, "usage_id": 12 }, "5506.EG.608": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0608, B\u00fcro", "arch_name": "0608@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 26050, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561841,19 +620292,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56925, "usage_id": 12 }, "5506.EG.608M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0608M, Otto-Lilienthal-H\u00f6rsaal", "arch_name": "0608M@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 15176, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15308, "seats": { @@ -561861,18 +620314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12118, "usage_id": 20 }, "5506.EG.609": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0609, B\u00fcro Dipl.", "arch_name": "0609@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561880,18 +620335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12179, "usage_id": 12 }, "5506.EG.610": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0610, B\u00fcro", "arch_name": "0610@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561899,18 +620356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12184, "usage_id": 12 }, "5506.EG.611": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0611, B\u00fcro", "arch_name": "0611@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561918,18 +620377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56948, "usage_id": 12 }, "5506.EG.611M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0611M, Teek\u00fcche", "arch_name": "0611M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15308, "seats": { @@ -561937,18 +620398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57072, "usage_id": 198 }, "5506.EG.612": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0612, B\u00fcro", "arch_name": "0612@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -561956,18 +620419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12190, "usage_id": 12 }, "5506.EG.613": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0613, Werkstatt Messtechnik", "arch_name": "0613@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15308, "seats": { @@ -561975,18 +620440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57089, "usage_id": 51 }, "5506.EG.614": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0614, M\u00fcllraum", "arch_name": "0614@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -561994,18 +620461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58693, "usage_id": 214 }, "5506.EG.625": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0625, B\u00fcro", "arch_name": "0625@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562013,18 +620482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58698, "usage_id": 12 }, "5506.EG.625M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0625m, Elektro Verteiler", "arch_name": "0625m@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -562032,18 +620503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58706, "usage_id": 160 }, "5506.EG.625N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0625n, Elektro Verteiler", "arch_name": "0625n@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -562051,18 +620524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58715, "usage_id": 160 }, "5506.EG.625Y": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0625Y, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0625Y@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -562070,18 +620545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72972, "usage_id": 204 }, "5506.EG.626": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0626, Techn. Angestellte", "arch_name": "0626@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562089,18 +620566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11975, "usage_id": 12 }, "5506.EG.626M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0626m, Elektro Verteiler", "arch_name": "0626m@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -562108,18 +620587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56506, "usage_id": 160 }, "5506.EG.627": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0627, Emeritus", "arch_name": "0627@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562127,18 +620608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56510, "usage_id": 12 }, "5506.EG.628": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0628, B\u00fcro", "arch_name": "0628@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562146,18 +620629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11983, "usage_id": 12 }, "5506.EG.628M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0628M, EDV-Raum", "arch_name": "0628M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15308, "seats": { @@ -562165,18 +620650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56520, "usage_id": 207 }, "5506.EG.629": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0629, B\u00fcro", "arch_name": "0629@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562184,18 +620671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12028, "usage_id": 12 }, "5506.EG.630": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0630, B\u00fcro", "arch_name": "0630@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562203,18 +620692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12032, "usage_id": 12 }, "5506.EG.631": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0631, Prof.-B\u00fcro", "arch_name": "0631@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562222,18 +620713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12037, "usage_id": 12 }, "5506.EG.632": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0632, Extraordinarius", "arch_name": "0632@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562241,19 +620734,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12039, "usage_id": 12 }, "5506.EG.633": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0633, Besprechungsraum", "arch_name": "0633@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 27512, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562261,19 +620756,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57386, "usage_id": 196 }, "5506.EG.634": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0634, B\u00fcro", "arch_name": "0634@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 26287, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562281,18 +620778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11409, "usage_id": 12 }, "5506.EG.634M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0634m, Elektro Verteiler", "arch_name": "0634m@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -562300,19 +620799,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57522, "usage_id": 160 }, "5506.EG.635": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0635, Stud.arbeit", "arch_name": "0635@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 18654, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15308, "seats": { @@ -562320,19 +620821,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57530, "usage_id": 208 }, "5506.EG.636": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0636, Seminar", "arch_name": "0636@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 15157, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15304, "seats": { @@ -562340,18 +620843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11420, "usage_id": 41 }, "5506.EG.660": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660, Werkstattb\u00fcro", "arch_name": "0660@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48837, "seats": { @@ -562359,18 +620864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11421, "usage_id": 12 }, "5506.EG.660M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660m, Trafo", "arch_name": "0660m@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -562378,18 +620885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57663, "usage_id": 160 }, "5506.EG.660N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660n, Trafo", "arch_name": "0660n@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -562397,18 +620906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57674, "usage_id": 160 }, "5506.EG.660P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660p, Trafo", "arch_name": "0660p@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -562416,18 +620927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57688, "usage_id": 160 }, "5506.EG.660Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660Q, Fernmeldetechnik", "arch_name": "0660Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -562435,18 +620948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57691, "usage_id": 202 }, "5506.EG.660R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660R, WC-Herren", "arch_name": "0660R@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -562454,18 +620969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57810, "usage_id": 115 }, "5506.EG.660S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660S, WC-Herren", "arch_name": "0660S@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -562473,18 +620990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57817, "usage_id": 115 }, "5506.EG.660T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660T, Umkleide / Dusche Damen", "arch_name": "0660T@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -562492,18 +621011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57826, "usage_id": 121 }, "5506.EG.660U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660U, Umkleide", "arch_name": "0660U@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -562511,18 +621032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57837, "usage_id": 121 }, "5506.EG.660V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660V, Waschraum", "arch_name": "0660V@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -562530,18 +621053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72993, "usage_id": 210 }, "5506.EG.660W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0660W, WC", "arch_name": "0660W@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -562549,18 +621074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72995, "usage_id": 114 }, "5506.EG.661": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0661, Metallwerkstatt", "arch_name": "0661@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48837, "seats": { @@ -562568,18 +621095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26885, "usage_id": 51 }, "5506.EG.661A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0661A, Meister", "arch_name": "0661A@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48837, "seats": { @@ -562587,18 +621116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11711, "usage_id": 12 }, "5506.EG.661B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0661B, Aufenthalt", "arch_name": "0661B@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 48837, "seats": { @@ -562606,18 +621137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57979, "usage_id": 44 }, "5506.EG.661M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0661M, Schwei\u00dferei", "arch_name": "0661M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48837, "seats": { @@ -562625,18 +621158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57988, "usage_id": 51 }, "5506.EG.661N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0661N, Materiallager", "arch_name": "0661N@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48837, "seats": { @@ -562644,18 +621179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58116, "usage_id": 30 }, "5506.EG.661O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0661O, Ger\u00e4telager", "arch_name": "0661O@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48837, "seats": { @@ -562663,18 +621200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58126, "usage_id": 18 }, "5506.EG.661Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0661Q, Flur", "arch_name": "0661Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -562682,18 +621221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72983, "usage_id": 222 }, "5506.EG.661R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0661R, Technologisches Labor", "arch_name": "0661R@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15279, "seats": { @@ -562701,18 +621242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72992, "usage_id": 194 }, "5506.EG.662": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0662, Feinmechanische Werkstatt", "arch_name": "0662@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15279, "seats": { @@ -562720,18 +621263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17065, "usage_id": 108 }, "5506.EG.662A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0662A, Meisterb\u00fcro", "arch_name": "0662A@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15279, "seats": { @@ -562739,18 +621284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11787, "usage_id": 12 }, "5506.EG.662B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0662B, Aufenthalt", "arch_name": "0662B@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15279, "seats": { @@ -562758,18 +621305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58275, "usage_id": 44 }, "5506.EG.662C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0662C, Flur", "arch_name": "0662C@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15279, "seats": { @@ -562777,18 +621326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58284, "usage_id": 222 }, "5506.EG.662M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0662M, Lager", "arch_name": "0662M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15279, "seats": { @@ -562796,18 +621347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58294, "usage_id": 30 }, "5506.EG.662N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0662N, Blechbearbeitung", "arch_name": "0662N@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15279, "seats": { @@ -562815,18 +621368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58422, "usage_id": 51 }, "5506.EG.662O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0662O, Schleifen / Schwei\u00dfen", "arch_name": "0662O@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15279, "seats": { @@ -562834,18 +621389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58430, "usage_id": 51 }, "5506.EG.663": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0663, K\u00fchlwasser", "arch_name": "0663@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -562853,18 +621410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58438, "usage_id": 32 }, "5506.EG.664": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0664, Gasflaschenlager", "arch_name": "0664@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15279, "seats": { @@ -562872,18 +621431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58447, "usage_id": 30 }, "5506.EG.670A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0670A, Flur", "arch_name": "0670A@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -562891,18 +621452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72973, "usage_id": 222 }, "5506.EG.670B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0670B, Flur", "arch_name": "0670B@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -562910,18 +621473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72991, "usage_id": 222 }, "5506.EG.670C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0670C, Flur", "arch_name": "0670C@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -562929,18 +621494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72985, "usage_id": 222 }, "5506.EG.670D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0670D, Treppe im Freien", "arch_name": "0670D@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -562948,18 +621515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72994, "usage_id": 7 }, "5506.EG.675": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0675, K\u00fchlwasser", "arch_name": "0675@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -562967,18 +621536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58569, "usage_id": 32 }, "5506.EG.676": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0676, Gasflaschenlager", "arch_name": "0676@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -562986,18 +621557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58588, "usage_id": 30 }, "5506.EG.677": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0677, Modelwerkstatt", "arch_name": "0677@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15307, "seats": { @@ -563005,18 +621578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58596, "usage_id": 107 }, "5506.EG.678": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0678, Blechwerkstatt", "arch_name": "0678@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -563024,18 +621599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58606, "usage_id": 51 }, "5506.EG.678M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0678M, Materiallager", "arch_name": "0678M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -563043,18 +621620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58725, "usage_id": 30 }, "5506.EG.679": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0679, Werkstatt / Windkanal", "arch_name": "0679@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15307, "seats": { @@ -563062,18 +621641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25888, "usage_id": 51 }, "5506.EG.679A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0679A, Aufenthalt", "arch_name": "0679A@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15307, "seats": { @@ -563081,18 +621662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58744, "usage_id": 44 }, "5506.EG.679M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0679M, Lager", "arch_name": "0679M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15307, "seats": { @@ -563100,18 +621683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58755, "usage_id": 30 }, "5506.EG.680": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0680, B\u00fcro", "arch_name": "0680@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15307, "seats": { @@ -563119,19 +621704,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12015, "usage_id": 12 }, "5506.EG.690": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690, Experimentierhalle / E-Labor", "arch_name": "0690@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 15243, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48837, "seats": { @@ -563139,18 +621726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25980, "usage_id": 49 }, "5506.EG.690A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690A, Verkehrsweg zw. 0690 u. 0690B", "arch_name": "0690A@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 48837, "seats": { @@ -563158,18 +621747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56556, "usage_id": 222 }, "5506.EG.690B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690B, Kunststofflager", "arch_name": "0690B@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48837, "seats": { @@ -563177,18 +621768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56674, "usage_id": 30 }, "5506.EG.690C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690C, Flugtechnik-Praktikum", "arch_name": "0690C@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48837, "seats": { @@ -563196,18 +621789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12086, "usage_id": 131 }, "5506.EG.690D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690D, Halle FSD/Ironbird/Forschungsflugzeug", "arch_name": "0690D@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15305, "seats": { @@ -563215,18 +621810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56685, "usage_id": 131 }, "5506.EG.690E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690E, Reaktionstechnikum", "arch_name": "0690E@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15316, "seats": { @@ -563234,18 +621831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56691, "usage_id": 194 }, "5506.EG.690F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690F, Lager Fakult\u00e4t", "arch_name": "0690F@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15298, "seats": { @@ -563253,19 +621852,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56698, "usage_id": 30 }, "5506.EG.690G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690G, Experimentierhalle", "arch_name": "0690G@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 19769, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15279, "seats": { @@ -563273,19 +621874,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56821, "usage_id": 49 }, "5506.EG.690H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690H, Windkanal B", "arch_name": "0690H@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 19055, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -563293,18 +621896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26095, "usage_id": 49 }, "5506.EG.690I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690I, Str\u00f6mungslabor", "arch_name": "0690I@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -563312,19 +621917,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56830, "usage_id": 194 }, "5506.EG.690J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690J, Windkanal C", "arch_name": "0690J@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 25566, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -563332,18 +621939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30151, "usage_id": 49 }, "5506.EG.690K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690K, Lackiererei", "arch_name": "0690K@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -563351,18 +621960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56960, "usage_id": 51 }, "5506.EG.690L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690L, Garage", "arch_name": "0690L@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -563370,18 +621981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56965, "usage_id": 100 }, "5506.EG.690M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690M, Windkanal A", "arch_name": "0690M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -563389,18 +622002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30233, "usage_id": 49 }, "5506.EG.690P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0690P, Flur", "arch_name": "0690P@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -563408,18 +622023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57117, "usage_id": 222 }, "5506.EG.691": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0691, Werkstatt", "arch_name": "0691@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15307, "seats": { @@ -563427,18 +622044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72974, "usage_id": 51 }, "5506.EG.691A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0691A, Betriebstechn. Anlagen", "arch_name": "0691A@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -563446,18 +622065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72987, "usage_id": 120 }, "5506.EG.691B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0691B, B\u00fcro", "arch_name": "0691B@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -563465,18 +622086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72986, "usage_id": 12 }, "5506.EG.698B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698B, Schacht", "arch_name": "0698B@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -563484,18 +622107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57254, "usage_id": 120 }, "5506.EG.698C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698c, Aufzug", "arch_name": "0698c@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563503,18 +622128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57264, "usage_id": 4 }, "5506.EG.698D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698d, Schacht", "arch_name": "0698d@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563522,18 +622149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57279, "usage_id": 120 }, "5506.EG.698E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698e, Schacht", "arch_name": "0698e@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563541,18 +622170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57289, "usage_id": 120 }, "5506.EG.698F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698f, Schacht", "arch_name": "0698f@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563560,18 +622191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57408, "usage_id": 120 }, "5506.EG.698G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698G, Schacht", "arch_name": "0698G@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -563579,18 +622212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57415, "usage_id": 120 }, "5506.EG.698H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698h, Schacht", "arch_name": "0698h@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563598,18 +622233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57424, "usage_id": 120 }, "5506.EG.698I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698I, Schacht", "arch_name": "0698I@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -563617,18 +622254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57431, "usage_id": 120 }, "5506.EG.698J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698j, Schacht", "arch_name": "0698j@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563636,18 +622275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57552, "usage_id": 120 }, "5506.EG.698K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698k, Schacht", "arch_name": "0698k@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563655,18 +622296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57562, "usage_id": 120 }, "5506.EG.698L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698L, Schacht", "arch_name": "0698L@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -563674,18 +622317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57572, "usage_id": 120 }, "5506.EG.698N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698n, Schacht", "arch_name": "0698n@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563693,18 +622338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57696, "usage_id": 120 }, "5506.EG.698O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698o, Schacht", "arch_name": "0698o@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563712,18 +622359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57704, "usage_id": 120 }, "5506.EG.698P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698p, Schacht", "arch_name": "0698p@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563731,18 +622380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57710, "usage_id": 120 }, "5506.EG.698Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698q, Schacht", "arch_name": "0698q@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563750,18 +622401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57719, "usage_id": 120 }, "5506.EG.698R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0698r, Schacht", "arch_name": "0698r@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -563769,19 +622422,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57840, "usage_id": 120 }, "5506.EG.699A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699A, MW 6 Innenhof", "arch_name": "0699A@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 17992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -563789,18 +622444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30732, "usage_id": 222 }, "5506.EG.699C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699C, Flur", "arch_name": "0699C@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -563808,18 +622465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57871, "usage_id": 222 }, "5506.EG.699D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699D, Treppe", "arch_name": "0699D@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -563827,18 +622486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57996, "usage_id": 223 }, "5506.EG.699E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699E, Flur", "arch_name": "0699E@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -563846,18 +622507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58003, "usage_id": 222 }, "5506.EG.699F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699F, Flur", "arch_name": "0699F@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -563865,18 +622528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58014, "usage_id": 222 }, "5506.EG.699G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699G, Flur", "arch_name": "0699G@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -563884,18 +622549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58027, "usage_id": 222 }, "5506.EG.699H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699H, Flur", "arch_name": "0699H@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -563903,18 +622570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58153, "usage_id": 222 }, "5506.EG.699I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699I, Treppenraum", "arch_name": "0699I@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -563922,18 +622591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58162, "usage_id": 223 }, "5506.EG.699J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699J, Flur", "arch_name": "0699J@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15308, "seats": { @@ -563941,18 +622612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58168, "usage_id": 222 }, "5506.EG.699L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699L, Flur", "arch_name": "0699L@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -563960,18 +622633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58317, "usage_id": 222 }, "5506.EG.699M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699M, Dilatometer", "arch_name": "0699M@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48837, "seats": { @@ -563979,18 +622654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58322, "usage_id": 51 }, "5506.EG.699P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699p, Flur", "arch_name": "0699p@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -563998,18 +622675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58460, "usage_id": 222 }, "5506.EG.699Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699Q, Flur", "arch_name": "0699Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -564017,18 +622696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58469, "usage_id": 222 }, "5506.EG.699R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699R, Flur", "arch_name": "0699R@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -564036,18 +622717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58476, "usage_id": 222 }, "5506.EG.699S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699S, Flur", "arch_name": "0699S@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -564055,18 +622738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58483, "usage_id": 222 }, "5506.EG.699T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699T, Verkehrsfl\u00e4che", "arch_name": "0699T@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15307, "seats": { @@ -564074,18 +622759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58491, "usage_id": 222 }, "5506.EG.699V": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699V, Treppe", "arch_name": "0699V@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -564093,18 +622780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72990, "usage_id": 223 }, "5506.EG.699W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699W, Flur", "arch_name": "0699W@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -564112,18 +622801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72989, "usage_id": 222 }, "5506.EG.699X": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699X, Flur", "arch_name": "0699X@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -564131,18 +622822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72988, "usage_id": 222 }, "5506.EG.699Y": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0699Y, Flur", "arch_name": "0699Y@5506", "area_id": 34, "building_id": 845, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -564150,18 +622843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72984, "usage_id": 222 }, "5506.U1.601": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U601, Technikraum", "arch_name": "U601@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -564169,18 +622864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56501, "usage_id": 120 }, "5506.U1.601A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U601A, Installationsraum", "arch_name": "U601A@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -564188,18 +622885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72979, "usage_id": 120 }, "5506.U1.602": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U602, Installationskeller", "arch_name": "U602@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -564207,18 +622906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56509, "usage_id": 120 }, "5506.U1.602M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U602n, Technikraum", "arch_name": "U602n@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -564226,18 +622927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56644, "usage_id": 160 }, "5506.U1.603M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U603M, Lager Hausmaterialien", "arch_name": "U603M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -564245,18 +622948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56649, "usage_id": 30 }, "5506.U1.603N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U603N, Maschinenraum", "arch_name": "U603N@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564264,18 +622969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56656, "usage_id": 120 }, "5506.U1.603O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U603O, Sprinklerzentrale", "arch_name": "U603O@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564283,18 +622990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56662, "usage_id": 216 }, "5506.U1.603P": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U603P, Maschinenraum", "arch_name": "U603P@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564302,18 +623011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56668, "usage_id": 120 }, "5506.U1.603Q": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U603Q, Lager", "arch_name": "U603Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564321,18 +623032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72981, "usage_id": 30 }, "5506.U1.625": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U625, Netz", "arch_name": "U625@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -564340,18 +623053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56785, "usage_id": 160 }, "5506.U1.625M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U625M, Elektroverteiler", "arch_name": "U625M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -564359,18 +623074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56792, "usage_id": 120 }, "5506.U1.626": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U626, Stromversorgung", "arch_name": "U626@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -564378,18 +623095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56802, "usage_id": 160 }, "5506.U1.626M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U626M, Elektroverteiler", "arch_name": "U626M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -564397,18 +623116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56808, "usage_id": 120 }, "5506.U1.627": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U627, Fernmeldetechnik", "arch_name": "U627@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -564416,18 +623137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56928, "usage_id": 202 }, "5506.U1.628": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U628, Lager", "arch_name": "U628@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15304, "seats": { @@ -564435,19 +623158,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56932, "usage_id": 30 }, "5506.U1.629": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U629, Lager", "arch_name": "U629@5506", "area_id": 34, "building_id": 845, "calendar_resource_nr": 28538, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15304, "seats": { @@ -564455,18 +623180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56941, "usage_id": 30 }, "5506.U1.630": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U630, Reinigungsdienst", "arch_name": "U630@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -564474,18 +623201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56954, "usage_id": 44 }, "5506.U1.631": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U631, Werkstatt", "arch_name": "U631@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15309, "seats": { @@ -564493,18 +623222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57073, "usage_id": 51 }, "5506.U1.632": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U632, \u00dcbungsraum/Archiv", "arch_name": "U632@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15308, "seats": { @@ -564512,18 +623243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57091, "usage_id": 131 }, "5506.U1.633": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U633, Archiv", "arch_name": "U633@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 15305, "seats": { @@ -564531,18 +623264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57102, "usage_id": 2 }, "5506.U1.634": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U634, Feinmessraum", "arch_name": "U634@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 48837, "seats": { @@ -564550,18 +623285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 32037, "usage_id": 103 }, "5506.U1.635": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U635, Probenlager", "arch_name": "U635@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 15309, "seats": { @@ -564569,37 +623306,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57109, "usage_id": 30 }, "5506.U1.636": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U636, Archiv", "arch_name": "U636@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Keine Angabe", - "main_operator_id": 25925, + "main_operator_id": 51267, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 30 + "tumonline_id": 57217, + "usage_id": 2 }, "5506.U1.698B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698B, Schacht", "arch_name": "U698B@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564607,18 +623348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57222, "usage_id": 120 }, "5506.U1.698C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698C, Aufzug", "arch_name": "U698C@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564626,18 +623369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57228, "usage_id": 4 }, "5506.U1.698D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698D, Schacht", "arch_name": "U698D@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564645,18 +623390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57237, "usage_id": 120 }, "5506.U1.698E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698E, Schacht", "arch_name": "U698E@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564664,18 +623411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58239, "usage_id": 120 }, "5506.U1.698F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698F, Schacht", "arch_name": "U698F@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564683,18 +623432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58247, "usage_id": 120 }, "5506.U1.698G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698G, Schacht", "arch_name": "U698G@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564702,18 +623453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58255, "usage_id": 120 }, "5506.U1.698H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698H, Schacht", "arch_name": "U698H@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564721,18 +623474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58261, "usage_id": 120 }, "5506.U1.698J": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698J, Schacht", "arch_name": "U698J@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564740,18 +623495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58390, "usage_id": 120 }, "5506.U1.698K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698K, Schacht", "arch_name": "U698K@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564759,18 +623516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58399, "usage_id": 120 }, "5506.U1.698M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698M, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "U698M@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564778,18 +623537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58408, "usage_id": 5 }, "5506.U1.698N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698N, Schacht", "arch_name": "U698N@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564797,18 +623558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58412, "usage_id": 120 }, "5506.U1.698O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698O, Schacht", "arch_name": "U698O@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564816,18 +623579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58533, "usage_id": 120 }, "5506.U1.698P": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698P, Schacht", "arch_name": "U698P@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564835,18 +623600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58540, "usage_id": 120 }, "5506.U1.698Q": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698Q, Schacht", "arch_name": "U698Q@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564854,18 +623621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58547, "usage_id": 120 }, "5506.U1.698R": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U698R, Wasser-Vorratsbeh\u00e4lter", "arch_name": "U698R@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -564873,18 +623642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72980, "usage_id": 183 }, "5506.U1.699B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U699B, Flur", "arch_name": "U699B@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -564892,18 +623663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58556, "usage_id": 222 }, "5506.U1.699C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U699C, Flur", "arch_name": "U699C@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -564911,18 +623684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58563, "usage_id": 222 }, "5506.U1.699D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U699D, Treppenraum", "arch_name": "U699D@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -564930,18 +623705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57246, "usage_id": 223 }, "5506.U1.699F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U699F, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "U699F@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -564949,18 +623726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57368, "usage_id": 5 }, "5506.U1.699G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U699G, Flur", "arch_name": "U699G@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -564968,18 +623747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57376, "usage_id": 222 }, "5506.U1.699H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U699H, Flur", "arch_name": "U699H@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -564987,18 +623768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57799, "usage_id": 222 }, "5506.U1.699I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U699I, Treppenraum", "arch_name": "U699I@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -565006,18 +623789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57928, "usage_id": 223 }, "5506.U1.699K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U699K, Flur", "arch_name": "U699K@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -565025,18 +623810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57938, "usage_id": 222 }, "5506.U1.699L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U699L, Flur", "arch_name": "U699L@5506", "area_id": 34, "building_id": 845, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -565044,19 +623831,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72982, "usage_id": 222 }, "5507.01.701": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1701, Seminarraum", "arch_name": "1701@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 12639, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -565064,19 +623853,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12951, "usage_id": 41 }, "5507.01.702": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1702, Besprechnung", "arch_name": "1702@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 18413, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 15315, "seats": { @@ -565084,18 +623875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58220, "usage_id": 196 }, "5507.01.703": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1703, Labor", "arch_name": "1703@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15315, "seats": { @@ -565103,19 +623896,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58342, "usage_id": 194 }, "5507.01.703A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1703A, Seminarraum", "arch_name": "1703A@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 19076, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15315, "seats": { @@ -565123,18 +623918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59935, "usage_id": 41 }, "5507.01.703B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1703B, B\u00fcro", "arch_name": "1703B@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15315, "seats": { @@ -565142,18 +623939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59936, "usage_id": 12 }, "5507.01.703M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1703M, Rechner", "arch_name": "1703M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -565161,18 +623960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58352, "usage_id": 207 }, "5507.01.703N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1703N, Teek\u00fcche", "arch_name": "1703N@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -565180,18 +623981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58360, "usage_id": 198 }, "5507.01.703O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1703O, WC-Herren Vorraum", "arch_name": "1703O@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -565199,18 +624002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58369, "usage_id": 118 }, "5507.01.703P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1703P, WC-Herren", "arch_name": "1703P@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -565218,18 +624023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58377, "usage_id": 115 }, "5507.01.703Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1703Q, WC-Damen", "arch_name": "1703Q@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -565237,18 +624044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58498, "usage_id": 116 }, "5507.01.703R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1703R, WC-Damen Vorraum", "arch_name": "1703R@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -565256,18 +624065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58506, "usage_id": 118 }, "5507.01.704": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1704, Labor SToffwertebestimmung", "arch_name": "1704@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15315, "seats": { @@ -565275,18 +624086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58510, "usage_id": 103 }, "5507.01.705": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1705, Bibliothek", "arch_name": "1705@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -565294,18 +624107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58517, "usage_id": 10 }, "5507.01.706": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1706, Putzraum", "arch_name": "1706@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -565313,18 +624128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58523, "usage_id": 205 }, "5507.01.725": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1725, Studentenarbeitsraum", "arch_name": "1725@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565332,18 +624149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73226, "usage_id": 208 }, "5507.01.726": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1726, Zeichenraum", "arch_name": "1726@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565351,18 +624170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58650, "usage_id": 55 }, "5507.01.727": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1727, Wissenschaftliche Mitarbeiter", "arch_name": "1727@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565370,18 +624191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13093, "usage_id": 12 }, "5507.01.728": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1728, Wissenschaftliche Mitarbeiter", "arch_name": "1728@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565389,18 +624212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13097, "usage_id": 12 }, "5507.01.728M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1728M, Elektroverteiler", "arch_name": "1728M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -565408,18 +624233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58668, "usage_id": 120 }, "5507.01.728N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1728N, Elektroverteiler", "arch_name": "1728N@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -565427,18 +624254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58673, "usage_id": 120 }, "5507.01.729": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1729, Wissenschaftliche Mitarbeiter", "arch_name": "1729@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565446,18 +624275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13174, "usage_id": 12 }, "5507.01.729M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1729M, Elektroverteiler", "arch_name": "1729M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -565465,18 +624296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56462, "usage_id": 120 }, "5507.01.730": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1730, Wissenschaftliche Mitarbeiter", "arch_name": "1730@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565484,18 +624317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13183, "usage_id": 12 }, "5507.01.731": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1731, Oberingenieur", "arch_name": "1731@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565503,18 +624338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13187, "usage_id": 12 }, "5507.01.732": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1732, Prof.-B\u00fcro", "arch_name": "1732@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565522,19 +624359,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13246, "usage_id": 12 }, "5507.01.733": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1733, Besprechnung", "arch_name": "1733@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 22422, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565542,18 +624381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56484, "usage_id": 196 }, "5507.01.733M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1733M, Foyer", "arch_name": "1733M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565561,18 +624402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56490, "usage_id": 222 }, "5507.01.734": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1734, Sekretariat", "arch_name": "1734@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565580,18 +624423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13256, "usage_id": 40 }, "5507.01.735": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1735, Prof.-B\u00fcro", "arch_name": "1735@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565599,18 +624444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13258, "usage_id": 12 }, "5507.01.735M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1735M, Elektroverteiler", "arch_name": "1735M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -565618,18 +624465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56636, "usage_id": 120 }, "5507.01.736": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1736, B\u00fcro", "arch_name": "1736@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565637,18 +624486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13301, "usage_id": 12 }, "5507.01.737": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1737, B\u00fcro", "arch_name": "1737@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565656,18 +624507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13305, "usage_id": 12 }, "5507.01.738": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1738, B\u00fcro", "arch_name": "1738@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565675,18 +624528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56752, "usage_id": 12 }, "5507.01.739": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1739, B\u00fcro", "arch_name": "1739@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -565694,18 +624549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13310, "usage_id": 12 }, "5507.01.760": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1760, Abstellraum", "arch_name": "1760@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -565713,18 +624570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56771, "usage_id": 159 }, "5507.01.760M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1760M, Technik", "arch_name": "1760M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -565732,18 +624591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56883, "usage_id": 120 }, "5507.01.760N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1760N, Technik", "arch_name": "1760N@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -565751,18 +624612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56889, "usage_id": 120 }, "5507.01.760P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1760P, WC-Damen", "arch_name": "1760P@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -565770,18 +624633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56895, "usage_id": 116 }, "5507.01.760Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1760Q, WC-Herren", "arch_name": "1760Q@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -565789,18 +624654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56901, "usage_id": 115 }, "5507.01.760R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1760R, Beh.-WC", "arch_name": "1760R@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -565808,18 +624675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56913, "usage_id": 117 }, "5507.01.760S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1760S, Umkleide / Dusche Herren", "arch_name": "1760S@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15316, "seats": { @@ -565827,18 +624696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57029, "usage_id": 121 }, "5507.01.760T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1760T, Dusche Herren", "arch_name": "1760T@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -565846,18 +624717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57035, "usage_id": 113 }, "5507.01.761": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1761, Aufenthaltsraum", "arch_name": "1761@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -565865,18 +624738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57044, "usage_id": 44 }, "5507.01.761M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1761M, Schaltraum", "arch_name": "1761M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -565884,18 +624759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26576, "usage_id": 120 }, "5507.01.762": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1762, Forschungssimulator", "arch_name": "1762@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 43429, "seats": { @@ -565903,18 +624780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57064, "usage_id": 194 }, "5507.01.762M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1762M, Studentenraum", "arch_name": "1762M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -565922,18 +624801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57181, "usage_id": 208 }, "5507.01.790A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1790a, L\u00fcftungszentrale Nr. 7", "arch_name": "1790a@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -565941,18 +624822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57188, "usage_id": 32 }, "5507.01.790B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1790B, Schleiferei", "arch_name": "1790B@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15315, "seats": { @@ -565960,18 +624843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57194, "usage_id": 108 }, "5507.01.790C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1790C, SCR Technologie (Abgasnachbehandlung)", "arch_name": "1790C@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -565979,18 +624864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57202, "usage_id": 194 }, "5507.01.790D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1790D, Labor", "arch_name": "1790D@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15315, "seats": { @@ -565998,18 +624885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57208, "usage_id": 194 }, "5507.01.790E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1790E, Elektrische Werkstatt", "arch_name": "1790E@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 15315, "seats": { @@ -566017,18 +624906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26752, "usage_id": 51 }, "5507.01.798A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798a, Schacht", "arch_name": "1798a@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566036,18 +624927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57336, "usage_id": 120 }, "5507.01.798B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798b, Schacht", "arch_name": "1798b@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566055,18 +624948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57342, "usage_id": 120 }, "5507.01.798C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798c, Aufzug", "arch_name": "1798c@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566074,18 +624969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57347, "usage_id": 4 }, "5507.01.798D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798d, Schacht", "arch_name": "1798d@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566093,18 +624990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57352, "usage_id": 120 }, "5507.01.798E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798e, Schacht", "arch_name": "1798e@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566112,18 +625011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57359, "usage_id": 120 }, "5507.01.798F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798f, Schacht", "arch_name": "1798f@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566131,18 +625032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57483, "usage_id": 120 }, "5507.01.798G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798g, Schacht", "arch_name": "1798g@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566150,18 +625053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57492, "usage_id": 120 }, "5507.01.798H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798h, Schacht", "arch_name": "1798h@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566169,18 +625074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57499, "usage_id": 120 }, "5507.01.798I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798i, Schacht", "arch_name": "1798i@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566188,18 +625095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57511, "usage_id": 120 }, "5507.01.798J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798j, Schacht", "arch_name": "1798j@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566207,18 +625116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57629, "usage_id": 120 }, "5507.01.798K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798k, Aufzug", "arch_name": "1798k@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566226,18 +625137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57635, "usage_id": 4 }, "5507.01.798L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798l, Schacht", "arch_name": "1798l@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566245,18 +625158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57643, "usage_id": 120 }, "5507.01.798M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798m, Schacht", "arch_name": "1798m@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566264,18 +625179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57646, "usage_id": 120 }, "5507.01.798N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798n, Schacht", "arch_name": "1798n@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566283,18 +625200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57654, "usage_id": 120 }, "5507.01.798O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798o, Schacht", "arch_name": "1798o@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566302,18 +625221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57767, "usage_id": 120 }, "5507.01.798Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798q, Schacht", "arch_name": "1798q@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566321,18 +625242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57777, "usage_id": 120 }, "5507.01.798R": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1798r, Schacht", "arch_name": "1798r@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -566340,18 +625263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57781, "usage_id": 120 }, "5507.01.799A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799A, Galerie", "arch_name": "1799A@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -566359,18 +625284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57787, "usage_id": 206 }, "5507.01.799B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799B, Flur", "arch_name": "1799B@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -566378,18 +625305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57797, "usage_id": 222 }, "5507.01.799C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799C, Flur", "arch_name": "1799C@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -566397,18 +625326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57934, "usage_id": 222 }, "5507.01.799D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799D, Treppenraum", "arch_name": "1799D@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -566416,18 +625347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57948, "usage_id": 223 }, "5507.01.799E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799E, Flur", "arch_name": "1799E@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -566435,18 +625368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57951, "usage_id": 222 }, "5507.01.799F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799F, Flur", "arch_name": "1799F@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -566454,18 +625389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57961, "usage_id": 222 }, "5507.01.799G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799G, Flur", "arch_name": "1799G@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -566473,18 +625410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73227, "usage_id": 222 }, "5507.01.799H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1977H, Flur", "arch_name": "1977H@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -566492,18 +625431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73230, "usage_id": 222 }, "5507.01.799I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799I, Treppenraum", "arch_name": "1799I@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -566511,18 +625452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58080, "usage_id": 223 }, "5507.01.799J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799J, Flur", "arch_name": "1799J@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -566530,18 +625473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58090, "usage_id": 222 }, "5507.01.799K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799K, Flur", "arch_name": "1799K@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -566549,18 +625494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58096, "usage_id": 222 }, "5507.01.799L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799L, Flur", "arch_name": "1799L@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -566568,18 +625515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58105, "usage_id": 222 }, "5507.01.799M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799M, Flur", "arch_name": "1799M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -566587,18 +625536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58232, "usage_id": 222 }, "5507.01.799N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799N, Flur", "arch_name": "1799N@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -566606,18 +625557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58245, "usage_id": 222 }, "5507.01.799O": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799O, Galerie", "arch_name": "1799O@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -566625,18 +625578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58254, "usage_id": 206 }, "5507.01.799Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799Q, Flur", "arch_name": "1799Q@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -566644,18 +625599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73229, "usage_id": 222 }, "5507.01.799S": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1799S, Balkon", "arch_name": "1799S@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -566663,18 +625620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73228, "usage_id": 219 }, "5507.02.701": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2701, Wissenschaftlicher Mitarbeiter", "arch_name": "2701@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43429, "seats": { @@ -566682,19 +625641,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58388, "usage_id": 12 }, "5507.02.701M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2701M, Seminarraum", "arch_name": "2701M@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 15169, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15318, "seats": { @@ -566702,19 +625663,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11801, "usage_id": 41 }, "5507.02.702": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2702, Besprechungszimmer", "arch_name": "2702@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 22205, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43429, "seats": { @@ -566722,18 +625685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58404, "usage_id": 196 }, "5507.02.703": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2703, Prof.-B\u00fcro", "arch_name": "2703@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43429, "seats": { @@ -566741,18 +625706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11851, "usage_id": 12 }, "5507.02.703M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2703M, WC-Vorraum Herren", "arch_name": "2703M@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -566760,18 +625727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58530, "usage_id": 37 }, "5507.02.703N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2703N, WC-Vorraum Damen", "arch_name": "2703N@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -566779,18 +625748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58538, "usage_id": 37 }, "5507.02.703P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2703P, WC-Herren", "arch_name": "2703P@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -566798,18 +625769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58548, "usage_id": 115 }, "5507.02.703Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2703Q, WC-Damen", "arch_name": "2703Q@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -566817,18 +625790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58557, "usage_id": 116 }, "5507.02.704": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2704, Sekretariat", "arch_name": "2704@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43429, "seats": { @@ -566836,18 +625811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11920, "usage_id": 40 }, "5507.02.705": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2705/2706, Wissenschaftlicher Mitarbeiter", "arch_name": "2705/2706@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43429, "seats": { @@ -566855,18 +625832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11925, "usage_id": 12 }, "5507.02.707": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2707, B\u00fcro", "arch_name": "2707@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43429, "seats": { @@ -566874,18 +625853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58700, "usage_id": 12 }, "5507.02.708": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2708, Praktikaraum", "arch_name": "2708@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 43429, "seats": { @@ -566893,18 +625874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58711, "usage_id": 211 }, "5507.02.709": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2709, Wissenschaftlicher Mitarbeiter", "arch_name": "2709@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 43429, "seats": { @@ -566912,18 +625895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56492, "usage_id": 12 }, "5507.02.709M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2709M, Teek\u00fcche", "arch_name": "2709M@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45951, "seats": { @@ -566931,18 +625916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56496, "usage_id": 198 }, "5507.02.709N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2709N, Archiv", "arch_name": "2709N@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45951, "seats": { @@ -566950,18 +625937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56502, "usage_id": 2 }, "5507.02.709O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2709O, Rechner-Raum", "arch_name": "2709O@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 45951, "seats": { @@ -566969,19 +625958,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56512, "usage_id": 207 }, "5507.02.710": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2710, Studentenarbeitsraum m. DV", "arch_name": "2710@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 15244, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 43429, "seats": { @@ -566989,19 +625980,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26057, "usage_id": 208 }, "5507.02.711": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2711, B\u00fcro", "arch_name": "2711@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 15175, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 43429, "seats": { @@ -567009,18 +626002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11984, "usage_id": 12 }, "5507.02.725": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2725, B\u00fcro", "arch_name": "2725@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567028,18 +626023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12030, "usage_id": 12 }, "5507.02.726": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2726, B\u00fcro", "arch_name": "2726@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567047,18 +626044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12034, "usage_id": 12 }, "5507.02.727": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2727, B\u00fcro m. Rechnerarbeitsplatz", "arch_name": "2727@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567066,18 +626065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12038, "usage_id": 12 }, "5507.02.727M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2727M, Elektroverteiler", "arch_name": "2727M@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -567085,18 +626086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56783, "usage_id": 120 }, "5507.02.728": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2728, B\u00fcro m. Rechnerarbeitsplatz", "arch_name": "2728@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567104,18 +626107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12106, "usage_id": 12 }, "5507.02.728N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2728N, Installationsraum", "arch_name": "2728N@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -567123,18 +626128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73238, "usage_id": 120 }, "5507.02.729": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2729, Prof.-B\u00fcro", "arch_name": "2729@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567142,18 +626149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12109, "usage_id": 12 }, "5507.02.730": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2730, Sekretariat", "arch_name": "2730@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567161,18 +626170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56924, "usage_id": 40 }, "5507.02.731": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2731, B\u00fcro", "arch_name": "2731@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567180,18 +626191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56934, "usage_id": 12 }, "5507.02.732": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2732, B\u00fcro m. Rechnerarbeitsplatz", "arch_name": "2732@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567199,18 +626212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56937, "usage_id": 12 }, "5507.02.733": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2733, B\u00fcro m. Rechnerarbeitsplatz", "arch_name": "2733@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567218,18 +626233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56942, "usage_id": 12 }, "5507.02.734": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2734, B\u00fcro m. Rechnerarbeitsplatz", "arch_name": "2734@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567237,18 +626254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57085, "usage_id": 12 }, "5507.02.735": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2735, B\u00fcro", "arch_name": "2735@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567256,18 +626275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57092, "usage_id": 12 }, "5507.02.735M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2735M, Elektroverteiler", "arch_name": "2735M@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -567275,18 +626296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57103, "usage_id": 120 }, "5507.02.736": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2736, B\u00fcro", "arch_name": "2736@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567294,19 +626317,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57213, "usage_id": 12 }, "5507.02.737": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2737, Labor", "arch_name": "2737@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 15181, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 45951, "seats": { @@ -567314,18 +626339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12246, "usage_id": 194 }, "5507.02.760": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2760, Technik", "arch_name": "2760@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -567333,18 +626360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57229, "usage_id": 120 }, "5507.02.798A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798a, Schacht", "arch_name": "2798a@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567352,18 +626381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57241, "usage_id": 120 }, "5507.02.798B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798b, Schacht", "arch_name": "2798b@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567371,18 +626402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57249, "usage_id": 120 }, "5507.02.798C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798c, Schacht", "arch_name": "2798c@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567390,18 +626423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57374, "usage_id": 120 }, "5507.02.798D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798D, Schacht", "arch_name": "2798D@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -567409,18 +626444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57385, "usage_id": 120 }, "5507.02.798E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798e, Schacht", "arch_name": "2798e@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567428,18 +626465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57393, "usage_id": 120 }, "5507.02.798F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798f, Schacht", "arch_name": "2798f@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567447,18 +626486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57400, "usage_id": 120 }, "5507.02.798G": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798g, Schacht", "arch_name": "2798g@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567466,18 +626507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57519, "usage_id": 120 }, "5507.02.798H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798h, Schacht", "arch_name": "2798h@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567485,18 +626528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57527, "usage_id": 120 }, "5507.02.798I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798i, Schacht", "arch_name": "2798i@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567504,18 +626549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57536, "usage_id": 120 }, "5507.02.798J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798j, Schacht", "arch_name": "2798j@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567523,18 +626570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57544, "usage_id": 120 }, "5507.02.798K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798k, Schacht", "arch_name": "2798k@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567542,18 +626591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57662, "usage_id": 120 }, "5507.02.798L": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798l, Schacht", "arch_name": "2798l@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567561,18 +626612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57675, "usage_id": 120 }, "5507.02.798M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2798m, Schacht", "arch_name": "2798m@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -567580,18 +626633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57680, "usage_id": 120 }, "5507.02.799A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2799A, Flur", "arch_name": "2799A@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -567599,18 +626654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57808, "usage_id": 222 }, "5507.02.799D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2799D, Treppenraum", "arch_name": "2799D@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -567618,18 +626675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57831, "usage_id": 223 }, "5507.02.799F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2799F, Flur", "arch_name": "2799F@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -567637,18 +626696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57969, "usage_id": 222 }, "5507.02.799I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2799I, Treppenraum", "arch_name": "2799I@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -567656,18 +626717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57981, "usage_id": 223 }, "5507.02.799J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2799J, Flur", "arch_name": "2799J@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -567675,18 +626738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57987, "usage_id": 222 }, "5507.02.799M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2799M, Flur", "arch_name": "2799M@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -567694,18 +626759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58119, "usage_id": 222 }, "5507.02.799N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2799N, Durchgang", "arch_name": "2799N@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -567713,18 +626780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58128, "usage_id": 222 }, "5507.02.799P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2799P, Flur", "arch_name": "2799P@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -567732,18 +626801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73232, "usage_id": 222 }, "5507.02.799Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2799Q, Flur", "arch_name": "2799Q@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -567751,18 +626822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73237, "usage_id": 222 }, "5507.02.799R": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2799R, Flur", "arch_name": "2799R@5507", "area_id": 34, "building_id": 844, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -567770,19 +626843,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73231, "usage_id": 222 }, "5507.03.701": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3701, Studenten Arbeitsplatz", "arch_name": "3701@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 22291, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 15316, "seats": { @@ -567790,18 +626865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58136, "usage_id": 207 }, "5507.03.702": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3702, B\u00fcro", "arch_name": "3702@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -567809,18 +626886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58269, "usage_id": 12 }, "5507.03.702A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3702A, Sonst.Betriebst.Anlagen", "arch_name": "3702A@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -567828,18 +626907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73239, "usage_id": 120 }, "5507.03.703": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3703, Gast/Lehrbeauftragter", "arch_name": "3703@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -567847,18 +626928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11789, "usage_id": 12 }, "5507.03.703M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3703M, WC-Vorraum Herren", "arch_name": "3703M@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -567866,18 +626949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58288, "usage_id": 37 }, "5507.03.703N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3703N, WC-Vorraum Damen", "arch_name": "3703N@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -567885,18 +626970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58298, "usage_id": 37 }, "5507.03.703P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3703P, WC-Herren", "arch_name": "3703P@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -567904,18 +626991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58419, "usage_id": 115 }, "5507.03.703Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3703Q, WC-Damen", "arch_name": "3703Q@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -567923,18 +627012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58427, "usage_id": 116 }, "5507.03.704": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3704, B\u00fcro", "arch_name": "3704@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -567942,18 +627033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11842, "usage_id": 12 }, "5507.03.705": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3705, B\u00fcro", "arch_name": "3705@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -567961,18 +627054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58442, "usage_id": 12 }, "5507.03.706": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3706, B\u00fcro", "arch_name": "3706@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -567980,19 +627075,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58450, "usage_id": 12 }, "5507.03.707": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3707, Seminarraum", "arch_name": "3707@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 15174, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15316, "seats": { @@ -568000,18 +627097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11908, "usage_id": 41 }, "5507.03.707M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3707M, Rechner", "arch_name": "3707M@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568019,18 +627118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58576, "usage_id": 207 }, "5507.03.707N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3707N, Rechnerraum", "arch_name": "3707N@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568038,18 +627139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58587, "usage_id": 207 }, "5507.03.708": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3708, B\u00fcro", "arch_name": "3708@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568057,18 +627160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58593, "usage_id": 12 }, "5507.03.708M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3708M, Teek\u00fcche", "arch_name": "3708M@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15316, "seats": { @@ -568076,19 +627181,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58601, "usage_id": 198 }, "5507.03.709": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3709, Besprechungsraum", "arch_name": "3709@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 18105, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568096,18 +627203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11964, "usage_id": 196 }, "5507.03.710": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3710, Chemielabor", "arch_name": "3710@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15316, "seats": { @@ -568115,18 +627224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58726, "usage_id": 102 }, "5507.03.711": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3711, B\u00fcro", "arch_name": "3711@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568134,18 +627245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25889, "usage_id": 12 }, "5507.03.712": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3712, B\u00fcro", "arch_name": "3712@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568153,18 +627266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25894, "usage_id": 12 }, "5507.03.712A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3712A, Lager Elektronik", "arch_name": "3712A@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15316, "seats": { @@ -568172,18 +627287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58752, "usage_id": 30 }, "5507.03.713": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3713, Archiv", "arch_name": "3713@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 15316, "seats": { @@ -568191,18 +627308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58758, "usage_id": 2 }, "5507.03.725": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3725, B\u00fcro", "arch_name": "3725@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568210,18 +627329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12014, "usage_id": 12 }, "5507.03.726": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3726, B\u00fcro", "arch_name": "3726@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568229,18 +627350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56540, "usage_id": 12 }, "5507.03.727": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3727, B\u00fcro", "arch_name": "3727@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568248,18 +627371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56550, "usage_id": 12 }, "5507.03.727M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3727M, Elektroverteiler", "arch_name": "3727M@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -568267,18 +627392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56558, "usage_id": 120 }, "5507.03.727N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3727N, Elektroverteiler", "arch_name": "3727N@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -568286,18 +627413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56673, "usage_id": 120 }, "5507.03.728": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3728, Lehrbeauftragter", "arch_name": "3728@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568305,18 +627434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12026, "usage_id": 12 }, "5507.03.728M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3728M, Elektroverteiler", "arch_name": "3728M@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -568324,18 +627455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56683, "usage_id": 120 }, "5507.03.729": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3729, B\u00fcro", "arch_name": "3729@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568343,18 +627476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12094, "usage_id": 12 }, "5507.03.730": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3730, B\u00fcro", "arch_name": "3730@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568362,19 +627497,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12096, "usage_id": 12 }, "5507.03.730M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3730M, Rechner", "arch_name": "3730M@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 18456, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15316, "seats": { @@ -568382,18 +627519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56815, "usage_id": 133 }, "5507.03.731": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3731, Prof.-B\u00fcro", "arch_name": "3731@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568401,18 +627540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12102, "usage_id": 12 }, "5507.03.732": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3732, Sekretariat", "arch_name": "3732@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15316, "seats": { @@ -568420,18 +627561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12155, "usage_id": 40 }, "5507.03.733": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3733, Sekretariat", "arch_name": "3733@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15316, "seats": { @@ -568439,18 +627582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12160, "usage_id": 40 }, "5507.03.734": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3734, Emeritus", "arch_name": "3734@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568458,18 +627603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56837, "usage_id": 12 }, "5507.03.734M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3734M, Elektroverteiler", "arch_name": "3734M@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -568477,18 +627624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56843, "usage_id": 120 }, "5507.03.735": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3735, B\u00fcro", "arch_name": "3735@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568496,18 +627645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12169, "usage_id": 12 }, "5507.03.736": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3736, B\u00fcro", "arch_name": "3736@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568515,18 +627666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12171, "usage_id": 12 }, "5507.03.737": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3737, B\u00fcro", "arch_name": "3737@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15316, "seats": { @@ -568534,18 +627687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12217, "usage_id": 12 }, "5507.03.798B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798b, Schacht", "arch_name": "3798b@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568553,18 +627708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56976, "usage_id": 120 }, "5507.03.798C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798c, Aufzug", "arch_name": "3798c@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568572,18 +627729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56983, "usage_id": 4 }, "5507.03.798D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798d, Schacht", "arch_name": "3798d@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568591,18 +627750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57115, "usage_id": 120 }, "5507.03.798E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798e, Schacht", "arch_name": "3798e@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568610,18 +627771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57121, "usage_id": 120 }, "5507.03.798F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798f, Schacht", "arch_name": "3798f@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568629,18 +627792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57130, "usage_id": 120 }, "5507.03.798G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798g, Schacht", "arch_name": "3798g@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568648,18 +627813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57138, "usage_id": 120 }, "5507.03.798H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798h, Schacht", "arch_name": "3798h@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568667,18 +627834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57142, "usage_id": 120 }, "5507.03.798I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798i, Schacht", "arch_name": "3798i@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568686,18 +627855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57257, "usage_id": 120 }, "5507.03.798J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798j, Schacht", "arch_name": "3798j@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568705,18 +627876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57265, "usage_id": 120 }, "5507.03.798K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798k, Aufzug", "arch_name": "3798k@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568724,18 +627897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57275, "usage_id": 4 }, "5507.03.798L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798l, Schacht", "arch_name": "3798l@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568743,18 +627918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57283, "usage_id": 120 }, "5507.03.798M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798m, Schacht", "arch_name": "3798m@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568762,18 +627939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57292, "usage_id": 120 }, "5507.03.798N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798n, Schacht", "arch_name": "3798n@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568781,18 +627960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57409, "usage_id": 120 }, "5507.03.798O": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3798o, Schacht", "arch_name": "3798o@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -568800,18 +627981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57417, "usage_id": 120 }, "5507.03.799A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3799A, Flur", "arch_name": "3799A@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -568819,18 +628002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57426, "usage_id": 222 }, "5507.03.799B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3799B, Flur", "arch_name": "3799B@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -568838,18 +628023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57429, "usage_id": 222 }, "5507.03.799C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3799C, B\u00fcro", "arch_name": "3799C@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15316, "seats": { @@ -568857,18 +628044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57438, "usage_id": 12 }, "5507.03.799D": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3799D, Treppenraum", "arch_name": "3799D@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -568876,18 +628065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57559, "usage_id": 223 }, "5507.03.799E": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3799E, Flur", "arch_name": "3799E@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -568895,18 +628086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57568, "usage_id": 222 }, "5507.03.799F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3799F, Flur", "arch_name": "3799F@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -568914,18 +628107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57578, "usage_id": 222 }, "5507.03.799G": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3799G, Flur", "arch_name": "3799G@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -568933,18 +628128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57586, "usage_id": 222 }, "5507.03.799H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3799H, Flur", "arch_name": "3799H@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -568952,18 +628149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57697, "usage_id": 222 }, "5507.03.799I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3799I, Treppenraum", "arch_name": "3799I@5507", "area_id": 34, "building_id": 844, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -568971,18 +628170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57706, "usage_id": 223 }, "5507.04.703M": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4703M, Foto/Bioreatoren", "arch_name": "4703M@5507", "area_id": 34, "building_id": 844, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15294, "seats": { @@ -568990,18 +628191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57711, "usage_id": 120 }, "5507.04.703N": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4703N, Fotovoltaik", "arch_name": "4703N@5507", "area_id": 34, "building_id": 844, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569009,18 +628212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57717, "usage_id": 120 }, "5507.04.703O": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4703O, Fotovoltaik", "arch_name": "4703O@5507", "area_id": 34, "building_id": 844, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 15315, "seats": { @@ -569028,18 +628233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57727, "usage_id": 120 }, "5507.04.703P": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4703P, Sonst.Betriebst.Anlagen", "arch_name": "4703P@5507", "area_id": 34, "building_id": 844, + "floor_level": "4.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -569047,18 +628254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73240, "usage_id": 120 }, "5507.04.798B": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4798b, Schacht", "arch_name": "4798b@5507", "area_id": 34, "building_id": 844, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -569066,18 +628275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57848, "usage_id": 120 }, "5507.04.798M": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4798m, Schacht", "arch_name": "4798m@5507", "area_id": 34, "building_id": 844, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -569085,18 +628296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57853, "usage_id": 120 }, "5507.04.798N": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4798n, Schacht", "arch_name": "4798n@5507", "area_id": 34, "building_id": 844, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -569104,18 +628317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57863, "usage_id": 120 }, "5507.04.799D": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4799D, Treppenraum", "arch_name": "4799D@5507", "area_id": 34, "building_id": 844, + "floor_level": "4.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -569123,18 +628338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57870, "usage_id": 223 }, "5507.EG.701A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0701A, WC-Vorraum", "arch_name": "0701A@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -569142,18 +628359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55146, "usage_id": 37 }, "5507.EG.701B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0701B, WC-Damen", "arch_name": "0701B@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -569161,18 +628380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55155, "usage_id": 116 }, "5507.EG.701C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0701C, Beh.-WC / Wickeltisch", "arch_name": "0701C@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -569180,18 +628401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55162, "usage_id": 117 }, "5507.EG.701D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0701D, WC-Herren", "arch_name": "0701D@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -569199,18 +628422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55294, "usage_id": 115 }, "5507.EG.701E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0701E, WC-Vorraum Herren", "arch_name": "0701E@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -569218,18 +628443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55302, "usage_id": 37 }, "5507.EG.702": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0702, Wissenschaftliche Mitarbeiter", "arch_name": "0702@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569237,18 +628464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13738, "usage_id": 12 }, "5507.EG.703": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0703, Wissenschaftliche Mitarbeiter", "arch_name": "0703@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569256,18 +628485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13743, "usage_id": 12 }, "5507.EG.703M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0703m, Vorraum WC-D", "arch_name": "0703m@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -569275,18 +628506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55323, "usage_id": 37 }, "5507.EG.703N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0703n, Vorraum WC-H", "arch_name": "0703n@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -569294,18 +628527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55455, "usage_id": 37 }, "5507.EG.703P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0703p, WC-H", "arch_name": "0703p@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -569313,18 +628548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55461, "usage_id": 115 }, "5507.EG.703Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0703q, WC-D", "arch_name": "0703q@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -569332,19 +628569,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55470, "usage_id": 116 }, "5507.EG.704": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0704, Computer Labor", "arch_name": "0704@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 18445, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569352,18 +628591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55475, "usage_id": 208 }, "5507.EG.704M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0704M, Labor Str\u00f6mungssieden", "arch_name": "0704M@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569371,18 +628612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30497, "usage_id": 103 }, "5507.EG.704N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0704N, Optik und Laser Labor", "arch_name": "0704N@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569390,18 +628633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16405, "usage_id": 103 }, "5507.EG.705": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0705, B\u00fcro", "arch_name": "0705@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569409,18 +628654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13808, "usage_id": 12 }, "5507.EG.705M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0705M, Aufenthalt", "arch_name": "0705M@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569428,18 +628675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55625, "usage_id": 44 }, "5507.EG.706": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0706, Wissenschaftliche Mitarbeiter", "arch_name": "0706@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569447,18 +628696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13817, "usage_id": 12 }, "5507.EG.706M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0706M, Teek\u00fcche", "arch_name": "0706M@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569466,18 +628717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55638, "usage_id": 198 }, "5507.EG.707": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0707, Wissenschaftliche Mitarbeiter", "arch_name": "0707@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15315, "seats": { @@ -569485,18 +628738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13072, "usage_id": 12 }, "5507.EG.708": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0708, M\u00fcllraum", "arch_name": "0708@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -569504,18 +628759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51045, "usage_id": 214 }, "5507.EG.725": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0725, Wissenschaftliche Mitarbeiter", "arch_name": "0725@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569523,18 +628780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13139, "usage_id": 12 }, "5507.EG.725M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0725M, Elektroverteiler", "arch_name": "0725M@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -569542,18 +628801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51055, "usage_id": 120 }, "5507.EG.725N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0725N, Elektroverteiler", "arch_name": "0725N@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -569561,18 +628822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 51060, "usage_id": 120 }, "5507.EG.725S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0725S, Hebeb\u00fchne", "arch_name": "0725S@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -569580,18 +628843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73221, "usage_id": 4 }, "5507.EG.725T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0725T, Fahrzeugverkehrsfl\u00e4che", "arch_name": "0725T@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -569599,18 +628864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73212, "usage_id": 204 }, "5507.EG.726": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0726, Wissenschaftliche Mitarbeiter", "arch_name": "0726@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569618,18 +628885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13148, "usage_id": 12 }, "5507.EG.727": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0727, Wissenschaftliche Mitarbeiter", "arch_name": "0727@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569637,18 +628906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13150, "usage_id": 12 }, "5507.EG.727M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0727M, Elektroverteiler", "arch_name": "0727M@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -569656,18 +628927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48582, "usage_id": 120 }, "5507.EG.728": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0728, Wissenschaftliche Mitarbeiter", "arch_name": "0728@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569675,19 +628948,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13155, "usage_id": 12 }, "5507.EG.729": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0729, Wissenschaftliche Mitarbeiter", "arch_name": "0729@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 22268, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569695,18 +628970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13159, "usage_id": 12 }, "5507.EG.730": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0730, Wissenschaftliche Mitarbeiter", "arch_name": "0730@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569714,18 +628991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13164, "usage_id": 12 }, "5507.EG.731": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0731, Wissenschaftliche Mitarbeiter", "arch_name": "0731@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569733,18 +629012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13221, "usage_id": 12 }, "5507.EG.732": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0732, Wissenschaftliche Mitarbeiter", "arch_name": "0732@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569752,18 +629033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13225, "usage_id": 12 }, "5507.EG.733": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0733, Wissenschaftliche Mitarbeiter", "arch_name": "0733@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569771,18 +629054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13230, "usage_id": 12 }, "5507.EG.733M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0733M, Elektroverteiler", "arch_name": "0733M@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -569790,18 +629075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48741, "usage_id": 120 }, "5507.EG.734": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0734, B\u00fcro", "arch_name": "0734@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569809,18 +629096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13235, "usage_id": 12 }, "5507.EG.735": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0735, Wissenschaftliche Mitarbeiter", "arch_name": "0735@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569828,18 +629117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13239, "usage_id": 12 }, "5507.EG.736": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0736, Wissenschaftliche Mitarbeiter", "arch_name": "0736@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15315, "seats": { @@ -569847,18 +629138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13244, "usage_id": 12 }, "5507.EG.760": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0760, Phsik Labor Optik.", "arch_name": "0760@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15315, "seats": { @@ -569866,18 +629159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26432, "usage_id": 194 }, "5507.EG.760P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0760p, Trafo", "arch_name": "0760p@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -569885,18 +629180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48773, "usage_id": 160 }, "5507.EG.760Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0760Q, Fernmeldetechnik", "arch_name": "0760Q@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -569904,18 +629201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48910, "usage_id": 202 }, "5507.EG.761": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0761, Phsik Labor Optik.", "arch_name": "0761@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15315, "seats": { @@ -569923,18 +629222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26539, "usage_id": 103 }, "5507.EG.761M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0761M, Werkstatt", "arch_name": "0761M@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15315, "seats": { @@ -569942,18 +629243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49087, "usage_id": 51 }, "5507.EG.762": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0762, Phsik Labor Optik.", "arch_name": "0762@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15315, "seats": { @@ -569961,18 +629264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49105, "usage_id": 103 }, "5507.EG.790": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790, Verkehrsfl\u00e4che", "arch_name": "0790@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15315, "seats": { @@ -569980,18 +629285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49418, "usage_id": 222 }, "5507.EG.790A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790A, Technische Funktionsfl\u00e4che", "arch_name": "0790A@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15315, "seats": { @@ -569999,18 +629306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49426, "usage_id": 49 }, "5507.EG.790B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790B, Lager Halbzeuge", "arch_name": "0790B@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15315, "seats": { @@ -570018,18 +629327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26650, "usage_id": 30 }, "5507.EG.790C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790C, Lager Material", "arch_name": "0790C@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15316, "seats": { @@ -570037,18 +629348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49443, "usage_id": 30 }, "5507.EG.790D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790D, Grobmechanische Werkstatt", "arch_name": "0790D@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15316, "seats": { @@ -570056,18 +629369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49453, "usage_id": 51 }, "5507.EG.790E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790E, Grobmechanische Werkstatt", "arch_name": "0790E@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15315, "seats": { @@ -570075,18 +629390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16653, "usage_id": 51 }, "5507.EG.790F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790F, B\u00fcro", "arch_name": "0790F@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 15315, "seats": { @@ -570094,18 +629411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49912, "usage_id": 12 }, "5507.EG.790G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790G, Labor", "arch_name": "0790G@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15315, "seats": { @@ -570113,18 +629432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49922, "usage_id": 194 }, "5507.EG.790R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790R, Einzelumkleideraum", "arch_name": "0790R@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -570132,18 +629453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73216, "usage_id": 121 }, "5507.EG.790S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790S, WC-Herren", "arch_name": "0790S@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -570151,18 +629474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73218, "usage_id": 115 }, "5507.EG.790T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790T, Einzelumkleideraum", "arch_name": "0790T@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -570170,18 +629495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73217, "usage_id": 121 }, "5507.EG.790U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0790U, WC-Damen", "arch_name": "0790U@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -570189,18 +629516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73220, "usage_id": 116 }, "5507.EG.798B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798b, Schacht", "arch_name": "0798b@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570208,18 +629537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49929, "usage_id": 120 }, "5507.EG.798C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798C, Aufzug", "arch_name": "0798C@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -570227,18 +629558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49937, "usage_id": 4 }, "5507.EG.798D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798d, Schacht", "arch_name": "0798d@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570246,18 +629579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49586, "usage_id": 120 }, "5507.EG.798E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798E, Schacht", "arch_name": "0798E@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570265,18 +629600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49594, "usage_id": 120 }, "5507.EG.798F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798f, Schacht", "arch_name": "0798f@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570284,18 +629621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49606, "usage_id": 120 }, "5507.EG.798G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798g, Schacht", "arch_name": "0798g@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570303,18 +629642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49611, "usage_id": 120 }, "5507.EG.798H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798h, Schacht", "arch_name": "0798h@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570322,18 +629663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49250, "usage_id": 120 }, "5507.EG.798I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798i, Schacht", "arch_name": "0798i@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570341,18 +629684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49260, "usage_id": 120 }, "5507.EG.798J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798j, Schacht", "arch_name": "0798j@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570360,18 +629705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49271, "usage_id": 120 }, "5507.EG.798K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798K, Aufzug", "arch_name": "0798K@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -570379,18 +629726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49279, "usage_id": 4 }, "5507.EG.798L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798l, Schacht", "arch_name": "0798l@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570398,18 +629747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49287, "usage_id": 120 }, "5507.EG.798M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798m, Schacht", "arch_name": "0798m@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570417,18 +629768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49746, "usage_id": 120 }, "5507.EG.798N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798n, Schacht", "arch_name": "0798n@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570436,18 +629789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49752, "usage_id": 120 }, "5507.EG.798O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798o, Schacht", "arch_name": "0798o@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570455,18 +629810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49757, "usage_id": 120 }, "5507.EG.798P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798p, Technik", "arch_name": "0798p@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570474,18 +629831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49763, "usage_id": 120 }, "5507.EG.798Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798q, Schacht", "arch_name": "0798q@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570493,18 +629852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49768, "usage_id": 120 }, "5507.EG.798R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798r, Trafo", "arch_name": "0798r@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570512,18 +629873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57729, "usage_id": 120 }, "5507.EG.798S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798s, Trafo", "arch_name": "0798s@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570531,18 +629894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57738, "usage_id": 120 }, "5507.EG.798T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0798t, Technik", "arch_name": "0798t@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570550,19 +629915,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57746, "usage_id": 120 }, "5507.EG.799A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799A, MW 7 Innenhof", "arch_name": "0799A@5507", "area_id": 34, "building_id": 844, "calendar_resource_nr": 17993, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -570570,18 +629937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27133, "usage_id": 222 }, "5507.EG.799B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799B, WC-Vorraum", "arch_name": "0799B@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -570589,18 +629958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57759, "usage_id": 37 }, "5507.EG.799D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799D, Treppenraum", "arch_name": "0799D@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -570608,18 +629979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57890, "usage_id": 223 }, "5507.EG.799E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799E, Flur", "arch_name": "0799E@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -570627,18 +630000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57899, "usage_id": 222 }, "5507.EG.799F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799F, Flur", "arch_name": "0799F@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -570646,18 +630021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73215, "usage_id": 222 }, "5507.EG.799G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799G, Flur", "arch_name": "0799G@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -570665,18 +630042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57907, "usage_id": 222 }, "5507.EG.799I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799I, Treppenraum", "arch_name": "0799I@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -570684,18 +630063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57919, "usage_id": 223 }, "5507.EG.799J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799J, Flur", "arch_name": "0799J@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -570703,18 +630084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58033, "usage_id": 222 }, "5507.EG.799K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799K, Flur", "arch_name": "0799K@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -570722,18 +630105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58049, "usage_id": 222 }, "5507.EG.799O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799O, Treppe", "arch_name": "0799O@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 48298, "seats": { @@ -570741,18 +630126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58191, "usage_id": 223 }, "5507.EG.799R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799R, Flur", "arch_name": "0799R@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -570760,18 +630147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73214, "usage_id": 222 }, "5507.EG.799S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799S, Treppe im Freien", "arch_name": "0799S@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -570779,18 +630168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73213, "usage_id": 7 }, "5507.EG.799T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0799T, Treppe im Freien", "arch_name": "0799T@5507", "area_id": 34, "building_id": 844, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -570798,18 +630189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73219, "usage_id": 7 }, "5507.U1.701": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U701, Technik", "arch_name": "U701@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -570817,18 +630210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55756, "usage_id": 120 }, "5507.U1.701M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U701m, Mittelspannung Hauptverteiler", "arch_name": "U701m@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -570836,18 +630231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55764, "usage_id": 160 }, "5507.U1.701N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U701n, Mittelspannung Hauptverteiler", "arch_name": "U701n@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -570855,18 +630252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55775, "usage_id": 160 }, "5507.U1.701O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U701o, Batterieraum", "arch_name": "U701o@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -570874,18 +630273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55911, "usage_id": 160 }, "5507.U1.702": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U702, Installationkeller", "arch_name": "U702@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -570893,18 +630294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55916, "usage_id": 120 }, "5507.U1.702A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U702A, Install.schacht", "arch_name": "U702A@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -570912,18 +630315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54020, "usage_id": 120 }, "5507.U1.703M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U703M, Lager-Hausmaterialien", "arch_name": "U703M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -570931,18 +630336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54358, "usage_id": 30 }, "5507.U1.703N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U703N, Maschinenraum", "arch_name": "U703N@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -570950,18 +630357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54495, "usage_id": 120 }, "5507.U1.725": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U725, Netz", "arch_name": "U725@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -570969,18 +630378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54504, "usage_id": 160 }, "5507.U1.726": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U726n, Stromversorgung", "arch_name": "U726n@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -570988,18 +630399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54512, "usage_id": 160 }, "5507.U1.726M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U726M, Elektroverteiler", "arch_name": "U726M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -571007,18 +630420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54522, "usage_id": 120 }, "5507.U1.726N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U726n, Elektroverteiler", "arch_name": "U726n@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -571026,18 +630441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54644, "usage_id": 120 }, "5507.U1.727": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U727, Feldmeldetechnik", "arch_name": "U727@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -571045,18 +630462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54653, "usage_id": 202 }, "5507.U1.728": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U728, Lager", "arch_name": "U728@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 45951, "seats": { @@ -571064,18 +630483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54661, "usage_id": 30 }, "5507.U1.729": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U729, Reinigungsdienst", "arch_name": "U729@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -571083,18 +630504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54671, "usage_id": 44 }, "5507.U1.729M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U729M, Elektroverteiler", "arch_name": "U729M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -571102,18 +630525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54674, "usage_id": 120 }, "5507.U1.730": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U730, Trafo", "arch_name": "U730@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -571121,18 +630546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54681, "usage_id": 160 }, "5507.U1.731": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U731, Netz", "arch_name": "U731@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -571140,18 +630567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54822, "usage_id": 160 }, "5507.U1.732": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U732, Stromversorgung", "arch_name": "U732@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -571159,18 +630588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54679, "usage_id": 160 }, "5507.U1.733": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U733, Feldmeldetechnik", "arch_name": "U733@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -571178,18 +630609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54028, "usage_id": 202 }, "5507.U1.734": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U734, Batterieraum", "arch_name": "U734@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -571197,18 +630630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54036, "usage_id": 160 }, "5507.U1.798B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798B, Schacht", "arch_name": "U798B@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571216,18 +630651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54042, "usage_id": 120 }, "5507.U1.798C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798C, Aufzug", "arch_name": "U798C@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571235,18 +630672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54050, "usage_id": 4 }, "5507.U1.798D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798D, Schacht", "arch_name": "U798D@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571254,18 +630693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54177, "usage_id": 120 }, "5507.U1.798E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798E, Schacht", "arch_name": "U798E@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571273,18 +630714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54181, "usage_id": 120 }, "5507.U1.798F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798F, Schacht", "arch_name": "U798F@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571292,18 +630735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54191, "usage_id": 120 }, "5507.U1.798H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798H, Schacht", "arch_name": "U798H@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571311,18 +630756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54198, "usage_id": 120 }, "5507.U1.798I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798I, Schacht", "arch_name": "U798I@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571330,18 +630777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54205, "usage_id": 120 }, "5507.U1.798K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798K, Aufzugs/F\u00f6rderanlage", "arch_name": "U798K@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571349,18 +630798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54327, "usage_id": 5 }, "5507.U1.798L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798L, Schacht", "arch_name": "U798L@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571368,18 +630819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54334, "usage_id": 120 }, "5507.U1.798M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798M, Schacht", "arch_name": "U798M@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571387,18 +630840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54346, "usage_id": 120 }, "5507.U1.798N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798N, Schacht", "arch_name": "U798N@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571406,18 +630861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54352, "usage_id": 120 }, "5507.U1.798O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U798O, Schacht", "arch_name": "U798O@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571425,18 +630882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54828, "usage_id": 120 }, "5507.U1.799A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799A, Installationskeller", "arch_name": "U799A@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571444,18 +630903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54836, "usage_id": 120 }, "5507.U1.799B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799B, Technik", "arch_name": "U799B@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -571463,18 +630924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54843, "usage_id": 120 }, "5507.U1.799C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799D, Treppenraum", "arch_name": "U799D@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -571482,18 +630945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54850, "usage_id": 223 }, "5507.U1.799F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799F, Flur", "arch_name": "U799F@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -571501,18 +630966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54987, "usage_id": 222 }, "5507.U1.799G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799G, Flur", "arch_name": "U799G@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -571520,18 +630987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54994, "usage_id": 222 }, "5507.U1.799H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799H, Flur", "arch_name": "U799H@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -571539,18 +631008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55003, "usage_id": 222 }, "5507.U1.799I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799I, Treppenraum", "arch_name": "U799I@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -571558,18 +631029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55126, "usage_id": 223 }, "5507.U1.799J": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799J, Flur", "arch_name": "U799J@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -571577,18 +631050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55135, "usage_id": 222 }, "5507.U1.799K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799K, Flur", "arch_name": "U799K@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -571596,18 +631071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73200, "usage_id": 222 }, "5507.U1.799Q": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799Q, Treppe im Freien", "arch_name": "U799Q@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -571615,18 +631092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73199, "usage_id": 7 }, "5507.U1.799Z": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U799Z, Installationsraum", "arch_name": "U799Z@5507", "area_id": 34, "building_id": 844, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571634,19 +631113,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73198, "usage_id": 120 }, "5508.01.801A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1801a, Vorbereitung", "arch_name": "1801a@5508", "area_id": 34, "building_id": 846, "calendar_resource_nr": 20076, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -571654,18 +631135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58779, "usage_id": 136 }, "5508.01.802": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1802, NS UV", "arch_name": "1802@5508", "area_id": 34, "building_id": 846, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -571673,18 +631156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58786, "usage_id": 160 }, "5508.01.803": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1803, Lager", "arch_name": "1803@5508", "area_id": 34, "building_id": 846, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -571692,18 +631177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58793, "usage_id": 30 }, "5508.01.804": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1804, Installationsraum", "arch_name": "1804@5508", "area_id": 34, "building_id": 846, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -571711,19 +631198,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73195, "usage_id": 120 }, "5508.01.899A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1899a, Foyer", "arch_name": "1899a@5508", "area_id": 34, "building_id": 846, "calendar_resource_nr": 17988, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -571731,18 +631220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15567, "usage_id": 222 }, "5508.01.899B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1899B, Treppe", "arch_name": "1899B@5508", "area_id": 34, "building_id": 846, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -571750,19 +631241,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73196, "usage_id": 223 }, "5508.02.801": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1801, H\u00f6rsaal", "arch_name": "1801@5508", "area_id": 34, "building_id": 846, "calendar_resource_nr": 12549, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -571770,18 +631263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11807, "usage_id": 20 }, "5508.02.803": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2803, Sonst. TB-Anl.", "arch_name": "2803@5508", "area_id": 34, "building_id": 846, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -571789,18 +631284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56428, "usage_id": 120 }, "5508.02.899B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2899B, Galerie", "arch_name": "2899B@5508", "area_id": 34, "building_id": 846, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -571808,18 +631305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73197, "usage_id": 206 }, "5508.EG.801": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0801, Speisesaal", "arch_name": "0801@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -571827,18 +631326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58016, "usage_id": 147 }, "5508.EG.801A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0801a, Relaisk\u00fcche", "arch_name": "0801a@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -571846,18 +631347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58024, "usage_id": 28 }, "5508.EG.801B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0801b, Sp\u00fclk\u00fcche", "arch_name": "0801b@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -571865,18 +631368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58151, "usage_id": 28 }, "5508.EG.802": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0802, WC-Damen", "arch_name": "0802@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -571884,18 +631389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58172, "usage_id": 116 }, "5508.EG.803": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0803, WC-Herren", "arch_name": "0803@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -571903,18 +631410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58181, "usage_id": 115 }, "5508.EG.804": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0804, Lager", "arch_name": "0804@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -571922,18 +631431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58312, "usage_id": 30 }, "5508.EG.805": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0805, B\u00fcro Hausmeister", "arch_name": "0805@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -571941,18 +631452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58319, "usage_id": 12 }, "5508.EG.806": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0806, Reinigungsdienst", "arch_name": "0806@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -571960,38 +631473,42 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58324, "usage_id": 44 }, "5508.EG.807": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0807, Familienzimmer", "arch_name": "0807@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Spannteppich", - "main_operator_id": 48298, + "main_operator_id": 51537, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 44 + "tumonline_id": 58330, + "usage_id": 53 }, "5508.EG.808": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0808, Seminarraum", "arch_name": "0808@5508", "area_id": 34, "building_id": 846, "calendar_resource_nr": 15222, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -571999,18 +631516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15614, "usage_id": 41 }, "5508.EG.810": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0810, M\u00fcllzwischenlager", "arch_name": "0810@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -572018,18 +631537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58459, "usage_id": 214 }, "5508.EG.810M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0810m, K\u00fchlraum", "arch_name": "0810m@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -572037,18 +631558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58465, "usage_id": 199 }, "5508.EG.810N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0810n, K\u00fchlraum", "arch_name": "0810n@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -572056,18 +631579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58473, "usage_id": 199 }, "5508.EG.811": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0811, Warenzwischenlager", "arch_name": "0811@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -572075,18 +631600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58477, "usage_id": 30 }, "5508.EG.811M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0811m, Trockenlager", "arch_name": "0811m@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -572094,18 +631621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58488, "usage_id": 30 }, "5508.EG.812": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0812, Aufenthalt", "arch_name": "0812@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -572113,18 +631642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58493, "usage_id": 44 }, "5508.EG.813": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0813, Umkleide / WC-Herren", "arch_name": "0813@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -572132,18 +631663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58617, "usage_id": 121 }, "5508.EG.814": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0814, Umkleide / WC-Damen", "arch_name": "0814@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -572151,18 +631684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58623, "usage_id": 121 }, "5508.EG.814A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0814A, Duschraum", "arch_name": "0814A@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -572170,18 +631705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73193, "usage_id": 113 }, "5508.EG.814B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0814B, WC-Damen", "arch_name": "0814B@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -572189,19 +631726,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73194, "usage_id": 116 }, "5508.EG.899A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899A, Windfang West Cafeteria", "arch_name": "0899A@5508", "area_id": 34, "building_id": 846, "calendar_resource_nr": 17995, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -572209,18 +631748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31204, "usage_id": 52 }, "5508.EG.899B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899b, WC", "arch_name": "0899b@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -572228,18 +631769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58637, "usage_id": 114 }, "5508.EG.899C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899C, Flur", "arch_name": "0899C@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572247,18 +631790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58646, "usage_id": 222 }, "5508.EG.899D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899D, Flur", "arch_name": "0899D@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -572266,18 +631811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58767, "usage_id": 222 }, "5508.EG.899E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899E, Flur", "arch_name": "0899E@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -572285,18 +631832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73190, "usage_id": 222 }, "5508.EG.899F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899F, Treppe", "arch_name": "0899F@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572304,18 +631853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73192, "usage_id": 223 }, "5508.EG.899G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899G, Treppe", "arch_name": "0899G@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572323,18 +631874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73191, "usage_id": 223 }, "5508.EG.899K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899K, Flur", "arch_name": "0899K@5508", "area_id": 34, "building_id": 846, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -572342,18 +631895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73189, "usage_id": 222 }, "5508.U1.801": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U801, Wasser / Abwasser / Luft", "arch_name": "U801@5508", "area_id": 34, "building_id": 846, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -572361,18 +631916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57876, "usage_id": 32 }, "5508.U1.802": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U802, Raumlufttechnische Anlage", "arch_name": "U802@5508", "area_id": 34, "building_id": 846, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -572380,18 +631937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73188, "usage_id": 32 }, "5509.01.901": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1901, Galerie", "arch_name": "1901@5509", "area_id": 34, "building_id": 2569, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572399,18 +631958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73243, "usage_id": 206 }, "5509.01.902": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1902, Treppe", "arch_name": "1902@5509", "area_id": 34, "building_id": 2569, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -572418,18 +631979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73249, "usage_id": 223 }, "5509.01.903": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1903, Galerie", "arch_name": "1903@5509", "area_id": 34, "building_id": 2569, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572437,18 +632000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73247, "usage_id": 206 }, "5509.01.904": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1904, Galerie", "arch_name": "1904@5509", "area_id": 34, "building_id": 2569, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572456,18 +632021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73251, "usage_id": 206 }, "5509.01.905": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1905, Galerie", "arch_name": "1905@5509", "area_id": 34, "building_id": 2569, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572475,18 +632042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73250, "usage_id": 206 }, "5509.01.906": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1906, Galerie", "arch_name": "1906@5509", "area_id": 34, "building_id": 2569, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572494,18 +632063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73248, "usage_id": 206 }, "5509.01.907": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1907, Galerie", "arch_name": "1907@5509", "area_id": 34, "building_id": 2569, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572513,18 +632084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73242, "usage_id": 206 }, "5509.01.908": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1908, Galerie", "arch_name": "1908@5509", "area_id": 34, "building_id": 2569, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572532,18 +632105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73241, "usage_id": 206 }, "5509.02.902": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2902, Galerie", "arch_name": "2902@5509", "area_id": 34, "building_id": 2569, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572551,18 +632126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73256, "usage_id": 206 }, "5509.02.906": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2906, Galerie", "arch_name": "2906@5509", "area_id": 34, "building_id": 2569, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572570,18 +632147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73254, "usage_id": 206 }, "5509.02.907": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2907, Galerie", "arch_name": "2907@5509", "area_id": 34, "building_id": 2569, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572589,18 +632168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73258, "usage_id": 206 }, "5509.02.908": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2908, Galerie", "arch_name": "2908@5509", "area_id": 34, "building_id": 2569, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572608,18 +632189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73259, "usage_id": 206 }, "5509.02.909": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2909, Galerie", "arch_name": "2909@5509", "area_id": 34, "building_id": 2569, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572627,18 +632210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73252, "usage_id": 206 }, "5509.02.910": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2910, Galerie", "arch_name": "2910@5509", "area_id": 34, "building_id": 2569, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572646,18 +632231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73257, "usage_id": 206 }, "5509.02.911": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2911, Galerie", "arch_name": "2911@5509", "area_id": 34, "building_id": 2569, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572665,18 +632252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73255, "usage_id": 206 }, "5509.03.901": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3901, Galerie", "arch_name": "3901@5509", "area_id": 34, "building_id": 2569, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572684,18 +632273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73272, "usage_id": 206 }, "5509.03.902": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3902, Galerie", "arch_name": "3902@5509", "area_id": 34, "building_id": 2569, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572703,18 +632294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73276, "usage_id": 206 }, "5509.03.903": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3903, Galerie", "arch_name": "3903@5509", "area_id": 34, "building_id": 2569, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572722,18 +632315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73278, "usage_id": 206 }, "5509.03.904": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3904, Galerie", "arch_name": "3904@5509", "area_id": 34, "building_id": 2569, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572741,18 +632336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73277, "usage_id": 206 }, "5509.03.905": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3905, Galerie", "arch_name": "3905@5509", "area_id": 34, "building_id": 2569, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572760,18 +632357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73274, "usage_id": 206 }, "5509.03.906": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3906, Galerie", "arch_name": "3906@5509", "area_id": 34, "building_id": 2569, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572779,18 +632378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73273, "usage_id": 206 }, "5509.03.907": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3907, Galerie", "arch_name": "3907@5509", "area_id": 34, "building_id": 2569, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572798,18 +632399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73275, "usage_id": 206 }, "5509.03.908": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3908, Galerie", "arch_name": "3908@5509", "area_id": 34, "building_id": 2569, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572817,18 +632420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73270, "usage_id": 206 }, "5509.03.910": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3910, Galerie", "arch_name": "3910@5509", "area_id": 34, "building_id": 2569, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -572836,18 +632441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73271, "usage_id": 206 }, "5510.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1002, Vorbereitung 1", "arch_name": "1002@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -572855,18 +632462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55740, "usage_id": 136 }, "5510.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1003, Vorbereitung 2", "arch_name": "1003@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -572874,18 +632483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55747, "usage_id": 136 }, "5510.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1004, Sammlung Physik", "arch_name": "1004@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -572893,18 +632504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55757, "usage_id": 187 }, "5510.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1005, Elektroverteiler", "arch_name": "1005@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -572912,19 +632525,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55903, "usage_id": 120 }, "5510.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1010, Seminarraum", "arch_name": "1010@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 15277, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -572932,19 +632547,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30896, "usage_id": 41 }, "5510.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1011, Dozentenzimmer", "arch_name": "1011@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 15278, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26608, "seats": { @@ -572952,18 +632569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30901, "usage_id": 12 }, "5510.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1012, B\u00fcro", "arch_name": "1012@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26745, "seats": { @@ -572971,18 +632590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55923, "usage_id": 12 }, "5510.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1013, B\u00fcro", "arch_name": "1013@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26745, "seats": { @@ -572990,18 +632611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56063, "usage_id": 12 }, "5510.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1014, Sozialraum", "arch_name": "1014@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26745, "seats": { @@ -573009,18 +632632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56067, "usage_id": 44 }, "5510.01.014M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1014M, WC-Damen", "arch_name": "1014M@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -573028,18 +632653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56076, "usage_id": 116 }, "5510.01.014N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1014N, WC-Herren", "arch_name": "1014N@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -573047,18 +632674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56087, "usage_id": 115 }, "5510.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1015, B\u00fcro", "arch_name": "1015@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26745, "seats": { @@ -573066,18 +632695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56223, "usage_id": 12 }, "5510.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1017, B\u00fcro", "arch_name": "1017@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26745, "seats": { @@ -573085,18 +632716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73169, "usage_id": 12 }, "5510.01.017M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1017m, Elektrische Stromversorgung", "arch_name": "1017m@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -573104,18 +632737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56241, "usage_id": 160 }, "5510.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1018, B\u00fcro", "arch_name": "1018@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26745, "seats": { @@ -573123,18 +632758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56251, "usage_id": 12 }, "5510.01.018M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1018M, Fernmeldetechnik", "arch_name": "1018M@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -573142,18 +632779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56259, "usage_id": 202 }, "5510.01.018N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1018N, Putzraum", "arch_name": "1018N@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -573161,18 +632800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56390, "usage_id": 205 }, "5510.01.025H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1025H, Lesesaal/Monographien", "arch_name": "1025H@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26745, "seats": { @@ -573180,18 +632821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56396, "usage_id": 150 }, "5510.01.025M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1025M, B\u00fcro m.manuellem Arb.Pl.", "arch_name": "1025M@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26745, "seats": { @@ -573199,19 +632842,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73170, "usage_id": 12 }, "5510.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 1050, Johann-Bauschinger-Zeichensaal", "arch_name": "1050@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 15201, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -573219,18 +632864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13391, "usage_id": 55 }, "5510.01.098A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1098a, Schacht", "arch_name": "1098a@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -573238,18 +632885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56410, "usage_id": 120 }, "5510.01.098B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1098b, Schacht", "arch_name": "1098b@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -573257,18 +632906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54024, "usage_id": 120 }, "5510.01.098C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1098c, Lastenaufzug", "arch_name": "1098c@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -573276,18 +632927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54033, "usage_id": 4 }, "5510.01.098H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1098h, Schacht", "arch_name": "1098h@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -573295,18 +632948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54178, "usage_id": 120 }, "5510.01.098I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1098i, Schacht", "arch_name": "1098i@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -573314,18 +632969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54185, "usage_id": 120 }, "5510.01.098J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1098J, Schacht", "arch_name": "1098J@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -573333,18 +632990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54195, "usage_id": 120 }, "5510.01.098K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1098k, Lastenaufzug", "arch_name": "1098k@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -573352,18 +633011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54207, "usage_id": 4 }, "5510.01.098L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1098l, Schacht", "arch_name": "1098l@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -573371,18 +633032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54331, "usage_id": 120 }, "5510.01.098M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1098m, Schacht", "arch_name": "1098m@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -573390,18 +633053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54345, "usage_id": 120 }, "5510.01.098P": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1098p, Schacht", "arch_name": "1098p@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -573409,18 +633074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54357, "usage_id": 120 }, "5510.01.099A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099A, Flur/Galerie/Treppe", "arch_name": "1099A@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573428,18 +633095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54496, "usage_id": 222 }, "5510.01.099B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099E, Galerie/Treppe", "arch_name": "1099E@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573447,18 +633116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54506, "usage_id": 222 }, "5510.01.099C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099C, Flur", "arch_name": "1099C@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573466,18 +633137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54515, "usage_id": 222 }, "5510.01.099D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099D, Treppe", "arch_name": "1099D@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573485,18 +633158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54524, "usage_id": 223 }, "5510.01.099F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099F, Flur", "arch_name": "1099F@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573504,18 +633179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54655, "usage_id": 222 }, "5510.01.099G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099G, Treppe", "arch_name": "1099G@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573523,18 +633200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54664, "usage_id": 223 }, "5510.01.099H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099H, Flur", "arch_name": "1099H@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573542,18 +633221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54676, "usage_id": 222 }, "5510.01.099I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099I, Flur", "arch_name": "1099I@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -573561,18 +633242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54813, "usage_id": 222 }, "5510.01.099J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099J, Flur", "arch_name": "1099J@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573580,18 +633263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54823, "usage_id": 222 }, "5510.01.099K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099K, Treppe", "arch_name": "1099K@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -573599,18 +633284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73174, "usage_id": 223 }, "5510.01.099L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099L, Treppe", "arch_name": "1099L@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -573618,18 +633305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73173, "usage_id": 223 }, "5510.01.099M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099M, Treppe", "arch_name": "1099M@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -573637,18 +633326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73175, "usage_id": 223 }, "5510.01.099N": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099N, Treppenraum", "arch_name": "1099N@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573656,18 +633347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54831, "usage_id": 223 }, "5510.01.099Q": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099Q, Galerie", "arch_name": "1099Q@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573675,18 +633368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54978, "usage_id": 206 }, "5510.01.099T": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099T, Treppe", "arch_name": "1099T@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573694,18 +633389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73172, "usage_id": 223 }, "5510.01.099X": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1099X, Treppe", "arch_name": "1099X@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -573713,19 +633410,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73171, "usage_id": 223 }, "5510.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 2001 Rudolf-Diesel-H\u00f6rsaal", "arch_name": "2001@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 12543, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -573733,18 +633432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13614, "usage_id": 20 }, "5510.02.002": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2002, Bedienungsraum", "arch_name": "2002@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -573752,19 +633453,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54995, "usage_id": 202 }, "5510.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2010, Dekanatssaal", "arch_name": "2010@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 18940, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -573772,18 +633475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55011, "usage_id": 196 }, "5510.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2011, Leitung Zentrale Lehre", "arch_name": "2011@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -573791,18 +633496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66939, "usage_id": 12 }, "5510.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2012, Leitung Studienb\u00fcro", "arch_name": "2012@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -573810,18 +633517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13624, "usage_id": 12 }, "5510.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2013, It-Administration", "arch_name": "2013@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -573829,18 +633538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55138, "usage_id": 12 }, "5510.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2014, B\u00fcro", "arch_name": "2014@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -573848,18 +633559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55144, "usage_id": 40 }, "5510.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2015, Akad. Angelegenheiten", "arch_name": "2015@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -573867,18 +633580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55152, "usage_id": 12 }, "5510.02.015M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2015M, WC-Herren", "arch_name": "2015M@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -573886,18 +633601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55157, "usage_id": 115 }, "5510.02.015N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2015N, WC-Damen", "arch_name": "2015N@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -573905,18 +633622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55291, "usage_id": 116 }, "5510.02.015O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2015Q, Lager", "arch_name": "2015Q@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -573924,18 +633643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55299, "usage_id": 30 }, "5510.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2016, Controlling", "arch_name": "2016@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -573943,18 +633664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55305, "usage_id": 12 }, "5510.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2017, Gesch\u00e4ftsf\u00fchrung", "arch_name": "2017@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -573962,18 +633685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55310, "usage_id": 12 }, "5510.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2019, Sekretariat", "arch_name": "2019@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -573981,18 +633706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55318, "usage_id": 40 }, "5510.02.019M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2019m, Stromversorgung", "arch_name": "2019m@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -574000,18 +633727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55325, "usage_id": 160 }, "5510.02.019N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2019n, Nebenraum zu 2019m", "arch_name": "2019n@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -574019,18 +633748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55458, "usage_id": 160 }, "5510.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2020, Dekan", "arch_name": "2020@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -574038,18 +633769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55466, "usage_id": 12 }, "5510.02.020M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2020M, Serverraum", "arch_name": "2020M@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -574057,18 +633790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55471, "usage_id": 207 }, "5510.02.020N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2020N, Teek\u00fcche", "arch_name": "2020N@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -574076,18 +633811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55478, "usage_id": 198 }, "5510.02.025": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2025, Lesesall/Monograpien", "arch_name": "2025@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26745, "seats": { @@ -574095,19 +633832,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55486, "usage_id": 150 }, "5510.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 2050, Zeichen-/H\u00f6rsaal", "arch_name": "2050@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 15274, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -574115,18 +633854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30504, "usage_id": 55 }, "5510.02.098A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2098a, Schacht", "arch_name": "2098a@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -574134,18 +633875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55622, "usage_id": 120 }, "5510.02.098B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2098b, Schacht", "arch_name": "2098b@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -574153,18 +633896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55633, "usage_id": 120 }, "5510.02.098C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2098c, Aufzug", "arch_name": "2098c@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -574172,18 +633917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55642, "usage_id": 4 }, "5510.02.098I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2098i, Schacht", "arch_name": "2098i@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -574191,18 +633938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55786, "usage_id": 120 }, "5510.02.098J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2098j, Schacht", "arch_name": "2098j@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -574210,18 +633959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55793, "usage_id": 120 }, "5510.02.098K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2098k, Lastenaufzug", "arch_name": "2098k@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -574229,18 +633980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55801, "usage_id": 4 }, "5510.02.098M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2098m, Schacht", "arch_name": "2098m@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -574248,18 +634001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55819, "usage_id": 120 }, "5510.02.099A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099A, Galerie/Treppe", "arch_name": "2099A@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574267,18 +634022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55936, "usage_id": 206 }, "5510.02.099B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099B, Treppe", "arch_name": "2099B@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574286,18 +634043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55944, "usage_id": 206 }, "5510.02.099C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099C, Wartezone Studienb\u00fcro", "arch_name": "2099C@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -574305,18 +634064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55952, "usage_id": 44 }, "5510.02.099D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099D, Treppenraum", "arch_name": "2099D@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574324,18 +634085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55964, "usage_id": 223 }, "5510.02.099F": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099F, Flur", "arch_name": "2099F@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574343,18 +634106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55974, "usage_id": 222 }, "5510.02.099H": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099H, Flur/Galerie/Treppe", "arch_name": "2099H@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574362,18 +634127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56105, "usage_id": 222 }, "5510.02.099I": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099I, Zugang zu 2015m", "arch_name": "2099I@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -574381,18 +634148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56113, "usage_id": 222 }, "5510.02.099J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099J, Flur", "arch_name": "2099J@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574400,18 +634169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56121, "usage_id": 222 }, "5510.02.099M": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099M, Treppe", "arch_name": "2099M@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574419,18 +634190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56126, "usage_id": 223 }, "5510.02.099N": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099N, Treppenraum", "arch_name": "2099N@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 48298, "seats": { @@ -574438,18 +634211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56134, "usage_id": 223 }, "5510.02.099O": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099o, Treppenraum", "arch_name": "2099o@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -574457,18 +634232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56263, "usage_id": 223 }, "5510.02.099P": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099P, Flur", "arch_name": "2099P@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574476,18 +634253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55956, "usage_id": 222 }, "5510.02.099Q": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099Q, Treppe", "arch_name": "2099Q@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574495,18 +634274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73179, "usage_id": 223 }, "5510.02.902": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2902, Gruppenraum", "arch_name": "2902@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -574514,18 +634295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73177, "usage_id": 131 }, "5510.02.979": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2099, Treppenhaus", "arch_name": "2099@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574533,18 +634316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73178, "usage_id": 223 }, "5510.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3001, Galerie", "arch_name": "3001@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 48298, "seats": { @@ -574552,18 +634337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56271, "usage_id": 206 }, "5510.03.001A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3001A, Technik/Rolltor", "arch_name": "3001A@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -574571,19 +634358,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56276, "usage_id": 120 }, "5510.03.002": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3002, Galerie", "arch_name": "3002@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 12548, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -574591,18 +634380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13970, "usage_id": 206 }, "5510.03.003": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3003, Galerie", "arch_name": "3003@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -574610,18 +634401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56290, "usage_id": 206 }, "5510.03.010": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3010, Putzraum", "arch_name": "3010@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -574629,18 +634422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56295, "usage_id": 205 }, "5510.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3011, Aufenthalt", "arch_name": "3011@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -574648,18 +634443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54056, "usage_id": 44 }, "5510.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3012, Verteilerraum 5 m. Schaltraum", "arch_name": "3012@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 38596, "seats": { @@ -574667,18 +634464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54062, "usage_id": 120 }, "5510.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3013, Wachleiter", "arch_name": "3013@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -574686,18 +634485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54066, "usage_id": 12 }, "5510.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3014, Aufsicht", "arch_name": "3014@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -574705,18 +634506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54069, "usage_id": 9 }, "5510.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3015, B\u00fcro", "arch_name": "3015@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 48298, "seats": { @@ -574724,18 +634527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54073, "usage_id": 12 }, "5510.03.015M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3015M, WC-Damen", "arch_name": "3015M@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -574743,18 +634548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54078, "usage_id": 116 }, "5510.03.015N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3015N, WC-Herren", "arch_name": "3015N@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -574762,18 +634569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54080, "usage_id": 115 }, "5510.03.015O": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3015O, Umkleide-Damen", "arch_name": "3015O@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -574781,18 +634590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54085, "usage_id": 121 }, "5510.03.015P": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3015P, Dusche Damen", "arch_name": "3015P@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -574800,18 +634611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54217, "usage_id": 113 }, "5510.03.015Q": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3015Q, Umkleide", "arch_name": "3015Q@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -574819,18 +634632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54221, "usage_id": 121 }, "5510.03.015R": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3015R, WC-Herren", "arch_name": "3015R@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -574838,18 +634653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54225, "usage_id": 115 }, "5510.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3016, Sitzungssaal/Archiv", "arch_name": "3016@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31437, "seats": { @@ -574857,18 +634674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54230, "usage_id": 196 }, "5510.03.016M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3016M, Teek\u00fcche", "arch_name": "3016M@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 31437, "seats": { @@ -574876,18 +634695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54236, "usage_id": 198 }, "5510.03.016N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3016N, WC-Damen", "arch_name": "3016N@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -574895,18 +634716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54241, "usage_id": 116 }, "5510.03.016O": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3016O, WC-Herren", "arch_name": "3016O@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -574914,18 +634737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54362, "usage_id": 115 }, "5510.03.017": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3017, B\u00fcro", "arch_name": "3017@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31437, "seats": { @@ -574933,18 +634758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54370, "usage_id": 12 }, "5510.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3018, B\u00fcro", "arch_name": "3018@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31437, "seats": { @@ -574952,18 +634779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54375, "usage_id": 12 }, "5510.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3019, Vorsitzender", "arch_name": "3019@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31437, "seats": { @@ -574971,18 +634800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54383, "usage_id": 12 }, "5510.03.019M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3019M, Stromversorgung", "arch_name": "3019M@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -574990,18 +634821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54389, "usage_id": 120 }, "5510.03.019N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3019n, Nebenraum zu 3019m", "arch_name": "3019n@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -575009,18 +634842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54398, "usage_id": 120 }, "5510.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3020, Vorstand", "arch_name": "3020@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 31437, "seats": { @@ -575028,18 +634863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54404, "usage_id": 12 }, "5510.03.098A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3098a, Schacht", "arch_name": "3098a@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -575047,18 +634884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54535, "usage_id": 120 }, "5510.03.098B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3098b, Schacht", "arch_name": "3098b@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -575066,18 +634905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54537, "usage_id": 120 }, "5510.03.098H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3098h, Schacht", "arch_name": "3098h@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -575085,18 +634926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54542, "usage_id": 120 }, "5510.03.098I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3098I, Schacht", "arch_name": "3098I@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -575104,18 +634947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54547, "usage_id": 120 }, "5510.03.098J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3098J, Schacht", "arch_name": "3098J@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -575123,18 +634968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54553, "usage_id": 120 }, "5510.03.098K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3098k, Schleuse", "arch_name": "3098k@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -575142,18 +634989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54558, "usage_id": 120 }, "5510.03.098M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3098m, Schacht", "arch_name": "3098m@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -575161,18 +635010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54682, "usage_id": 120 }, "5510.03.099C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3099c, Treppe", "arch_name": "3099c@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -575180,18 +635031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54690, "usage_id": 223 }, "5510.03.099F": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3099f, Treppe", "arch_name": "3099f@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -575199,18 +635052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54697, "usage_id": 223 }, "5510.03.099H": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3099H, Schleuse", "arch_name": "3099H@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -575218,18 +635073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54703, "usage_id": 105 }, "5510.03.099I": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3099I, Flur", "arch_name": "3099I@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -575237,18 +635094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54709, "usage_id": 222 }, "5510.03.099J": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3099J, Flur", "arch_name": "3099J@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -575256,18 +635115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54714, "usage_id": 222 }, "5510.03.099K": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3099K, Flur", "arch_name": "3099K@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -575275,18 +635136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54721, "usage_id": 222 }, "5510.03.099L": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3099L, Flur", "arch_name": "3099L@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -575294,18 +635157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54851, "usage_id": 222 }, "5510.03.099M": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3099M, WC-Vorraum", "arch_name": "3099M@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -575313,18 +635178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54858, "usage_id": 37 }, "5510.03.099N": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "3099N, Treppenraum", "arch_name": "3099N@5510", "area_id": 34, "building_id": 842, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -575332,18 +635199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54864, "usage_id": 223 }, "5510.DG.001": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4001, Gang, Weg im Freien", "arch_name": "4001@5510", "area_id": 34, "building_id": 842, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -575351,18 +635220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73180, "usage_id": 219 }, "5510.DG.002": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4002, Gang, Weg im Freien", "arch_name": "4002@5510", "area_id": 34, "building_id": 842, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -575370,18 +635241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73182, "usage_id": 219 }, "5510.DG.003": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "4003, Installation", "arch_name": "4003@5510", "area_id": 34, "building_id": 842, + "floor_level": "DG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -575389,19 +635262,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73181, "usage_id": 120 }, "5510.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 0001, H\u00f6rsaal", "arch_name": "0001@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 12551, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -575409,18 +635284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11647, "usage_id": 20 }, "5510.EG.001E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0001E, Schaltraum f.betriebst.Anlagen", "arch_name": "0001E@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -575428,18 +635305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73309, "usage_id": 120 }, "5510.EG.001M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0001m, Treppe", "arch_name": "0001m@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -575447,18 +635326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55867, "usage_id": 223 }, "5510.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0002, B\u00fcro", "arch_name": "0002@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -575466,18 +635347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55874, "usage_id": 12 }, "5510.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0003, B\u00fcro", "arch_name": "0003@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -575485,18 +635368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55884, "usage_id": 12 }, "5510.EG.003M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0003M, Putzraum", "arch_name": "0003M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -575504,18 +635389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55895, "usage_id": 205 }, "5510.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0004, YIT Germany GmbH", "arch_name": "0004@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -575523,37 +635410,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56016, "usage_id": 12 }, "5510.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0005, B\u00fcro", "arch_name": "0005@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", - "main_operator_id": 19691, + "main_operator_id": 51537, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 56026, "usage_id": 12 }, "5510.EG.005M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0005M, WC-Damen", "arch_name": "0005M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -575561,37 +635452,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56031, "usage_id": 116 }, "5510.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0006, B\u00fcro", "arch_name": "0006@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", - "main_operator_id": 19691, + "main_operator_id": 51537, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 56040, "usage_id": 12 }, "5510.EG.006M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0006M, WC-Herren", "arch_name": "0006M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -575599,37 +635494,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56049, "usage_id": 115 }, "5510.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0007, B\u00fcro", "arch_name": "0007@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", - "main_operator_id": 19691, + "main_operator_id": 51537, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 56056, "usage_id": 12 }, "5510.EG.007M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0007M, Teek\u00fcche", "arch_name": "0007M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -575637,37 +635536,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56183, "usage_id": 198 }, "5510.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0008, B\u00fcro", "arch_name": "0008@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", - "main_operator_id": 19691, + "main_operator_id": 51537, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 56188, "usage_id": 12 }, "5510.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0009, Elektroverteiler", "arch_name": "0009@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -575675,18 +635578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56197, "usage_id": 120 }, "5510.EG.009M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0009m, Treppe", "arch_name": "0009m@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -575694,18 +635599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56205, "usage_id": 223 }, "5510.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0010, Poststelle", "arch_name": "0010@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -575713,18 +635620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56212, "usage_id": 12 }, "5510.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0011, B\u00fcro", "arch_name": "0011@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -575732,18 +635641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56218, "usage_id": 40 }, "5510.EG.011A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0011A, B\u00fcro", "arch_name": "0011A@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -575751,37 +635662,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69787, "usage_id": 40 }, "5510.EG.011M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0011M, Skriptenverkauf", "arch_name": "0011M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Stein", - "main_operator_id": 51267, + "main_operator_id": 38689, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 2 + "tumonline_id": 56347, + "usage_id": 164 }, "5510.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0012, Pr\u00fcfungsb\u00fcro", "arch_name": "0012@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -575789,18 +635704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56356, "usage_id": 12 }, "5510.EG.012A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0012A, B\u00fcro", "arch_name": "0012A@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -575808,37 +635725,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73305, "usage_id": 12 }, "5510.EG.012M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0012M, Lager", "arch_name": "0012M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", - "main_operator_id": 51267, + "main_operator_id": 48298, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 56365, "usage_id": 30 }, "5510.EG.012N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0012N, Teek\u00fcche", "arch_name": "0012N@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -575846,37 +635767,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56373, "usage_id": 198 }, "5510.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0013, Liegeraum", "arch_name": "0013@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", - "main_operator_id": 48298, + "main_operator_id": 51537, "seats": { "sitting": null, "standing": null, "wheelchair": null }, - "usage_id": 178 + "tumonline_id": 56380, + "usage_id": 44 }, "5510.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0014, Putzdienst", "arch_name": "0014@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -575884,18 +635809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53984, "usage_id": 12 }, "5510.EG.014L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0014L, Flur", "arch_name": "0014L@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -575903,18 +635830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73310, "usage_id": 222 }, "5510.EG.014M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0014M, WC-Damen", "arch_name": "0014M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -575922,18 +635851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53992, "usage_id": 116 }, "5510.EG.014N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0014N, WC-Herren", "arch_name": "0014N@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -575941,37 +635872,41 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54000, "usage_id": 115 }, "5510.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0015, B\u00fcro", "arch_name": "0015@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", - "main_operator_id": 48298, + "main_operator_id": 51537, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 54009, "usage_id": 12 }, "5510.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0016, EHG/KHG", "arch_name": "0016@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25918, "seats": { @@ -575979,18 +635914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54017, "usage_id": 12 }, "5510.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0017, EHG/KHG", "arch_name": "0017@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -575998,18 +635935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54133, "usage_id": 12 }, "5510.EG.017M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0017m, Stromversorgung", "arch_name": "0017m@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -576017,18 +635956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54142, "usage_id": 160 }, "5510.EG.017N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0017n, Nebenraum von O017m", "arch_name": "0017n@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -576036,18 +635977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54150, "usage_id": 160 }, "5510.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0018, Hausmeister", "arch_name": "0018@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -576055,18 +635998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54160, "usage_id": 12 }, "5510.EG.018M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0018M, Fernmeldetechnik", "arch_name": "0018M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -576074,18 +636019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54165, "usage_id": 202 }, "5510.EG.018N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0018N, Putzraum", "arch_name": "0018N@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -576093,18 +636040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54288, "usage_id": 205 }, "5510.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0025, Fakult\u00e4tsgraduiertenzentrum", "arch_name": "0025@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -576112,18 +636061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54296, "usage_id": 12 }, "5510.EG.026A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0026A, Leitung Pr\u00fcfungsb\u00fcro", "arch_name": "0026A@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -576131,18 +636082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61973, "usage_id": 12 }, "5510.EG.026B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0026B, Studienb\u00fcro", "arch_name": "0026B@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -576150,19 +636103,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61974, "usage_id": 12 }, "5510.EG.026C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0026C, Kopier- und Besprechungsraum", "arch_name": "0026C@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 31453, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -576170,18 +636125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61975, "usage_id": 196 }, "5510.EG.026M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 0026M, Studienb\u00fcro", "arch_name": "MW 0026M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -576189,18 +636146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54313, "usage_id": 12 }, "5510.EG.026N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 0026N, B\u00fcro", "arch_name": "MW 0026N@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -576208,19 +636167,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12076, "usage_id": 12 }, "5510.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 0027, Physik-Praktikum", "arch_name": "MW 0027@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 20821, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -576228,19 +636189,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54448, "usage_id": 211 }, "5510.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW 0028, Physik-Praktikum", "arch_name": "MW 0028@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 32752, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -576248,18 +636211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54456, "usage_id": 211 }, "5510.EG.028M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0028M, Flur", "arch_name": "0028M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -576267,18 +636232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54465, "usage_id": 222 }, "5510.EG.028N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0028N, WC-Herren", "arch_name": "0028N@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -576286,18 +636253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54476, "usage_id": 115 }, "5510.EG.028O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0028O, WC-Damen", "arch_name": "0028O@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -576305,19 +636274,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54485, "usage_id": 116 }, "5510.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0029, Praktikumsraum", "arch_name": "0029@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 18846, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -576325,18 +636296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54600, "usage_id": 41 }, "5510.EG.029M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0029M, Werkstatt", "arch_name": "0029M@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -576344,18 +636317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54611, "usage_id": 51 }, "5510.EG.029N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0029N, Lager Hausmeister", "arch_name": "0029N@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -576363,19 +636338,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54619, "usage_id": 30 }, "5510.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0050, EDV-Pool", "arch_name": "0050@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 18092, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -576383,18 +636360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30196, "usage_id": 211 }, "5510.EG.050A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0050A, B\u00fcro", "arch_name": "0050A@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -576402,18 +636381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54770, "usage_id": 12 }, "5510.EG.098A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098a, Schacht", "arch_name": "0098a@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576421,18 +636402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54773, "usage_id": 120 }, "5510.EG.098B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098b, Schacht", "arch_name": "0098b@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576440,18 +636423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54782, "usage_id": 120 }, "5510.EG.098C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098c, Lastenaufzug", "arch_name": "0098c@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576459,18 +636444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54790, "usage_id": 4 }, "5510.EG.098I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098I, Schacht", "arch_name": "0098I@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576478,18 +636465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54799, "usage_id": 120 }, "5510.EG.098J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098j, Schacht", "arch_name": "0098j@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576497,18 +636486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54809, "usage_id": 120 }, "5510.EG.098K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098K, Lastenaufzug", "arch_name": "0098K@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -576516,18 +636507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54937, "usage_id": 4 }, "5510.EG.098L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098L, Schacht", "arch_name": "0098L@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576535,18 +636528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54946, "usage_id": 120 }, "5510.EG.098M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098m, Schacht", "arch_name": "0098m@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576554,18 +636549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54952, "usage_id": 120 }, "5510.EG.098N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098n, Schacht", "arch_name": "0098n@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576573,18 +636570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54962, "usage_id": 120 }, "5510.EG.098P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098p, Schacht", "arch_name": "0098p@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576592,18 +636591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54970, "usage_id": 120 }, "5510.EG.098Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098q, Schacht", "arch_name": "0098q@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576611,18 +636612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55096, "usage_id": 120 }, "5510.EG.098R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098r, Schacht", "arch_name": "0098r@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576630,18 +636633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55102, "usage_id": 120 }, "5510.EG.098S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0098s, Schacht", "arch_name": "0098s@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -576649,19 +636654,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55112, "usage_id": 120 }, "5510.EG.099A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099A, Foyer, MW Hof 0", "arch_name": "0099A@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 17996, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -576669,18 +636676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30475, "usage_id": 15 }, "5510.EG.099B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099B, Windfang Pf\u00f6rtner", "arch_name": "0099B@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -576688,18 +636697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30478, "usage_id": 52 }, "5510.EG.099C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099C, Flur", "arch_name": "0099C@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -576707,18 +636718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55252, "usage_id": 222 }, "5510.EG.099D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099D, Treppe", "arch_name": "0099D@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -576726,18 +636739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55260, "usage_id": 223 }, "5510.EG.099E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099E, Flur", "arch_name": "0099E@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -576745,18 +636760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55276, "usage_id": 222 }, "5510.EG.099F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099F, Flur", "arch_name": "0099F@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -576764,18 +636781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55280, "usage_id": 222 }, "5510.EG.099G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099G, Treppe", "arch_name": "0099G@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -576783,18 +636802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55416, "usage_id": 223 }, "5510.EG.099H": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099H, Flur", "arch_name": "0099H@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -576802,19 +636823,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55423, "usage_id": 222 }, "5510.EG.099J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099J, Flur, MW Hof 0", "arch_name": "0099J@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 23021, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -576822,18 +636845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55440, "usage_id": 222 }, "5510.EG.099K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099K, Flur", "arch_name": "0099K@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -576841,18 +636866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55449, "usage_id": 222 }, "5510.EG.099L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099L, Pf\u00f6rtner", "arch_name": "0099L@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -576860,18 +636887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55580, "usage_id": 34 }, "5510.EG.099N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099N, Treppenraum", "arch_name": "0099N@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -576879,18 +636908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55586, "usage_id": 223 }, "5510.EG.099P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099p, Treppe", "arch_name": "0099p@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -576898,18 +636929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55602, "usage_id": 223 }, "5510.EG.099Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099Q, Treppe", "arch_name": "0099Q@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -576917,18 +636950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55612, "usage_id": 223 }, "5510.EG.099T": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099T, Treppe", "arch_name": "0099T@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -576936,18 +636971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73306, "usage_id": 223 }, "5510.EG.099U": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099U, Flur", "arch_name": "0099U@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -576955,18 +636992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73308, "usage_id": 222 }, "5510.EG.099W": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0099W, Treppe im Freien", "arch_name": "0099W@5510", "area_id": 34, "building_id": 842, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -576974,18 +637013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73307, "usage_id": 7 }, "5510.U1.001A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U001A, WC-Damen", "arch_name": "U001A@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -576993,18 +637034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56435, "usage_id": 116 }, "5510.U1.001B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U001B, WC-Herren", "arch_name": "U001B@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -577012,18 +637055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56442, "usage_id": 115 }, "5510.U1.001C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U001C, WC-Herren Vorraum", "arch_name": "U001C@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -577031,18 +637076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73299, "usage_id": 118 }, "5510.U1.001D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U001D, WC-Herren", "arch_name": "U001D@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -577050,18 +637097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73300, "usage_id": 115 }, "5510.U1.001E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U001E, WC-Damen Vorraum", "arch_name": "U001E@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -577069,18 +637118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73296, "usage_id": 118 }, "5510.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U002, Technik", "arch_name": "U002@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -577088,18 +637139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56451, "usage_id": 120 }, "5510.U1.002B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U002B, YIT Germany GmbH", "arch_name": "U002B@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -577107,18 +637160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56568, "usage_id": 30 }, "5510.U1.002C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U002C, YIT Germany GmbH", "arch_name": "U002C@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -577126,18 +637181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56574, "usage_id": 30 }, "5510.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U003, Betriebstechnische Anlage", "arch_name": "U003@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38596, "seats": { @@ -577145,18 +637202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56583, "usage_id": 120 }, "5510.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U004, Installation", "arch_name": "U004@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 38596, "seats": { @@ -577164,18 +637223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56592, "usage_id": 120 }, "5510.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW U005, Vorbereitung 2", "arch_name": "U005@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -577183,18 +637244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56594, "usage_id": 136 }, "5510.U1.005A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U005A, MW U005a, Vorbereitung 1", "arch_name": "U005A@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -577202,18 +637265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56603, "usage_id": 136 }, "5510.U1.005B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW U005b, Gasflaschenlager f\u00fcr H\u00f6rsaal", "arch_name": "U005b@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -577221,18 +637286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56704, "usage_id": 30 }, "5510.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "MW U006, Sammlung Chemie", "arch_name": "U006@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -577240,18 +637307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56711, "usage_id": 187 }, "5510.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U007, Aufzugs/F\u00f6rderanlage", "arch_name": "U007@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -577259,18 +637328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56720, "usage_id": 5 }, "5510.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U008, Papierlager", "arch_name": "U008@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38689, "seats": { @@ -577278,18 +637349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56730, "usage_id": 30 }, "5510.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U009, Umkleide", "arch_name": "U009@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -577297,18 +637370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56849, "usage_id": 121 }, "5510.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0110, Lager", "arch_name": "U0110@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 43836, "seats": { @@ -577316,18 +637391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56856, "usage_id": 30 }, "5510.U1.010M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U010M, Lager M\u00f6bel", "arch_name": "U010M@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -577335,18 +637412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56863, "usage_id": 30 }, "5510.U1.010N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U010N, Lager Hausdienst", "arch_name": "U010N@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -577354,18 +637433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56870, "usage_id": 30 }, "5510.U1.010O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U010O, YIT Germany GmbH", "arch_name": "U010O@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25918, "seats": { @@ -577373,18 +637454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56876, "usage_id": 30 }, "5510.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0111, Lager Hausmeister", "arch_name": "U0111@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -577392,18 +637475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57145, "usage_id": 30 }, "5510.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0112, Archiv", "arch_name": "U0112@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -577411,18 +637496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57161, "usage_id": 2 }, "5510.U1.012M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0112M, Abstellraum", "arch_name": "U0112M@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26745, "seats": { @@ -577430,18 +637517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57166, "usage_id": 159 }, "5510.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0113, Archiv", "arch_name": "U0113@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -577449,18 +637538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57172, "usage_id": 2 }, "5510.U1.013M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0113M, Archiv", "arch_name": "U0113M@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -577468,18 +637559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57178, "usage_id": 2 }, "5510.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0114, Fernmeldetechnik", "arch_name": "U0114@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -577487,18 +637580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57604, "usage_id": 202 }, "5510.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0115, Elektrische Stromversorgung", "arch_name": "U0115@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -577506,18 +637601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57609, "usage_id": 160 }, "5510.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0116, Elektrische Stromversorgung", "arch_name": "U0116@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -577525,18 +637622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57614, "usage_id": 160 }, "5510.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0117, Kabelverteiler", "arch_name": "U0117@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -577544,18 +637643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57621, "usage_id": 120 }, "5510.U1.017A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0117A, Installationsraum", "arch_name": "U0117A@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -577563,18 +637664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73294, "usage_id": 120 }, "5510.U1.017B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0117b, Trafo", "arch_name": "U0117b@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -577582,18 +637685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57299, "usage_id": 160 }, "5510.U1.017C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U0117c, Trafo", "arch_name": "U0117c@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -577601,18 +637706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57303, "usage_id": 160 }, "5510.U1.017M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U017M, Maschinenraum", "arch_name": "U017M@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -577620,18 +637727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57308, "usage_id": 5 }, "5510.U1.017N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U017N, Installation", "arch_name": "U017N@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -577639,18 +637748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57316, "usage_id": 120 }, "5510.U1.025": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U025, Installationskeller", "arch_name": "U025@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -577658,19 +637769,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57323, "usage_id": 120 }, "5510.U1.050": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U050, Server", "arch_name": "U050@5510", "area_id": 34, "building_id": 842, "calendar_resource_nr": 19299, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -577678,18 +637791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56987, "usage_id": 207 }, "5510.U1.050A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U050A, Server", "arch_name": "U050A@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 15268, "seats": { @@ -577697,18 +637812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56995, "usage_id": 207 }, "5510.U1.050B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U050B, Lager", "arch_name": "U050B@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15268, "seats": { @@ -577716,18 +637833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73298, "usage_id": 30 }, "5510.U1.098A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U098a, Schacht", "arch_name": "U098a@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -577735,18 +637854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57004, "usage_id": 120 }, "5510.U1.098B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U098b, Schacht", "arch_name": "U098b@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -577754,18 +637875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57012, "usage_id": 120 }, "5510.U1.098C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U098c, Aufzug", "arch_name": "U098c@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -577773,18 +637896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57022, "usage_id": 4 }, "5510.U1.098I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U098I, Schacht", "arch_name": "U098I@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -577792,18 +637917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57443, "usage_id": 120 }, "5510.U1.098J": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U098J, Schacht", "arch_name": "U098J@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -577811,18 +637938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57451, "usage_id": 120 }, "5510.U1.098K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U098K, Aufzug", "arch_name": "U098K@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -577830,18 +637959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57459, "usage_id": 4 }, "5510.U1.098L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U098L, Schacht", "arch_name": "U098L@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -577849,18 +637980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57467, "usage_id": 120 }, "5510.U1.098M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U098M, Schacht", "arch_name": "U098M@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -577868,18 +638001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57474, "usage_id": 120 }, "5510.U1.098R": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U098R, Schacht", "arch_name": "U098R@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -577887,18 +638022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55374, "usage_id": 120 }, "5510.U1.098S": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U098S, Schacht", "arch_name": "U098S@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -577906,18 +638043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55383, "usage_id": 120 }, "5510.U1.099A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099A, Gardarobe", "arch_name": "U099A@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -577925,18 +638064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55391, "usage_id": 121 }, "5510.U1.099B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099B, Flur", "arch_name": "U099B@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -577944,18 +638085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73291, "usage_id": 222 }, "5510.U1.099D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099D, Treppe", "arch_name": "U099D@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -577963,18 +638106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55407, "usage_id": 223 }, "5510.U1.099E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099E, Treppe", "arch_name": "U099E@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -577982,18 +638127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73293, "usage_id": 223 }, "5510.U1.099F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099F, Flur", "arch_name": "U099F@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -578001,18 +638148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55414, "usage_id": 222 }, "5510.U1.099G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099G, Treppe", "arch_name": "U099G@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -578020,18 +638169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55539, "usage_id": 223 }, "5510.U1.099H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099H, Flur", "arch_name": "U099H@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -578039,18 +638190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55547, "usage_id": 222 }, "5510.U1.099I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099I, Teil von Raum U099n", "arch_name": "U099I@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -578058,18 +638211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55557, "usage_id": 222 }, "5510.U1.099K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099K, Treppe", "arch_name": "U099K@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -578077,18 +638232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73303, "usage_id": 223 }, "5510.U1.099L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099L, Lager", "arch_name": "U099L@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -578096,18 +638253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73297, "usage_id": 30 }, "5510.U1.099M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099M, Treppe", "arch_name": "U099M@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -578115,18 +638274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73301, "usage_id": 223 }, "5510.U1.099N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099N, Treppenraum", "arch_name": "U099N@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -578134,18 +638295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55573, "usage_id": 223 }, "5510.U1.099O": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099O, Treppenraum", "arch_name": "U099O@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -578153,18 +638316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55696, "usage_id": 223 }, "5510.U1.099P": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099P, Treppe", "arch_name": "U099P@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 48298, "seats": { @@ -578172,18 +638337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55704, "usage_id": 223 }, "5510.U1.099Q": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099Q, Lager", "arch_name": "U099Q@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -578191,18 +638358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73295, "usage_id": 30 }, "5510.U1.099R": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099R, Treppe", "arch_name": "U099R@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -578210,18 +638379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73302, "usage_id": 223 }, "5510.U1.099S": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099S, Flur", "arch_name": "U099S@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -578229,18 +638400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73304, "usage_id": 222 }, "5510.U1.099T": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U099T, Flur", "arch_name": "U099T@5510", "area_id": 34, "building_id": 842, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 48298, "seats": { @@ -578248,18 +638421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73292, "usage_id": 222 }, "5510.U2.050": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2.U050, Betriebstechn. Anlagen", "arch_name": "2.U050@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -578267,18 +638442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73279, "usage_id": 120 }, "5510.U2.098A": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2.U098A, Flur", "arch_name": "2.U098A@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -578286,18 +638463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73286, "usage_id": 222 }, "5510.U2.098B": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2.U098B, Schacht f.Personenaufzug", "arch_name": "2.U098B@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -578305,18 +638484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73289, "usage_id": 195 }, "5510.U2.098C": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2.U098BC, Flur", "arch_name": "2.U098BC@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -578324,18 +638505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73287, "usage_id": 222 }, "5510.U2.099A": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2.U099A, Treppenhaus", "arch_name": "2.U099A@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -578343,18 +638526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73280, "usage_id": 223 }, "5510.U2.099B": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2.U099B, Treppenhaus", "arch_name": "2.U099B@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.UG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -578362,18 +638547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73288, "usage_id": 223 }, "5510.U2.099C": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2.U099C, Treppe", "arch_name": "2.U099C@5510", "area_id": 34, "building_id": 842, + "floor_level": "2.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -578381,18 +638568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73290, "usage_id": 223 }, "5513.01.860": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1860, Leitwarte", "arch_name": "1860@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 43836, "seats": { @@ -578400,18 +638589,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56317, "usage_id": 164 }, "5513.01.861": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1861, Technik", "arch_name": "1861@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -578419,18 +638610,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56324, "usage_id": 120 }, "5513.01.898A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1898a, Schacht", "arch_name": "1898a@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578438,18 +638631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56330, "usage_id": 120 }, "5513.01.898B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1898b, Schacht", "arch_name": "1898b@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578457,18 +638652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56339, "usage_id": 120 }, "5513.01.899I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1899i, Treppe", "arch_name": "1899i@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578476,18 +638673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53949, "usage_id": 223 }, "5513.EG.860A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0860A, Lager/Container", "arch_name": "0860A@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578495,18 +638694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55492, "usage_id": 217 }, "5513.EG.860B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0860B, Freifl\u00e4chen Lager/Container", "arch_name": "0860B@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -578514,18 +638715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73184, "usage_id": 217 }, "5513.EG.861": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0861, B\u00fcrotechnikraum", "arch_name": "0861@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43836, "seats": { @@ -578533,18 +638736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55504, "usage_id": 12 }, "5513.EG.861M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0861M, Umkleide", "arch_name": "0861M@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43836, "seats": { @@ -578552,18 +638757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55515, "usage_id": 121 }, "5513.EG.861N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0861N, Waschraum", "arch_name": "0861N@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 43836, "seats": { @@ -578571,18 +638778,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55526, "usage_id": 210 }, "5513.EG.861O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0861O, WC-Damen", "arch_name": "0861O@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -578590,18 +638799,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55662, "usage_id": 116 }, "5513.EG.861P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0861P, WC-Herren", "arch_name": "0861P@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -578609,18 +638820,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55672, "usage_id": 115 }, "5513.EG.861Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0861Q, WC-Herren", "arch_name": "0861Q@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -578628,18 +638841,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73185, "usage_id": 115 }, "5513.EG.862": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0862, Werkstatt", "arch_name": "0862@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 43836, "seats": { @@ -578647,18 +638862,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55681, "usage_id": 108 }, "5513.EG.862A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0862A, Lager", "arch_name": "0862A@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 43836, "seats": { @@ -578666,18 +638883,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55692, "usage_id": 30 }, "5513.EG.862B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0862B, Lager", "arch_name": "0862B@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 43836, "seats": { @@ -578685,18 +638904,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55828, "usage_id": 30 }, "5513.EG.863": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0863, Stromversorgung", "arch_name": "0863@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578704,18 +638925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55834, "usage_id": 160 }, "5513.EG.863M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0863M, Putzraum", "arch_name": "0863M@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -578723,18 +638946,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55839, "usage_id": 205 }, "5513.EG.863N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0863n, Trafo", "arch_name": "0863n@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578742,18 +638967,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55842, "usage_id": 160 }, "5513.EG.863O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0863o, Trafo", "arch_name": "0863o@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578761,18 +638988,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55846, "usage_id": 160 }, "5513.EG.863P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0863p, Trafo", "arch_name": "0863p@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578780,18 +639009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55852, "usage_id": 160 }, "5513.EG.863Q": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0863q, Trafo", "arch_name": "0863q@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578799,18 +639030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55982, "usage_id": 160 }, "5513.EG.863R": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0863r, Trafo", "arch_name": "0863r@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578818,18 +639051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55987, "usage_id": 160 }, "5513.EG.863S": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0863s, Trafo", "arch_name": "0863s@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578837,18 +639072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55992, "usage_id": 160 }, "5513.EG.864": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0864, Stromversorgung", "arch_name": "0864@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578856,18 +639093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55998, "usage_id": 160 }, "5513.EG.865": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0865, Trafo", "arch_name": "0865@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578875,18 +639114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56005, "usage_id": 160 }, "5513.EG.898A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0898a, Schacht", "arch_name": "0898a@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578894,18 +639135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56011, "usage_id": 120 }, "5513.EG.898B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0898b, Schacht", "arch_name": "0898b@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578913,18 +639156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56140, "usage_id": 120 }, "5513.EG.898C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0898c, Schacht", "arch_name": "0898c@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -578932,18 +639177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56149, "usage_id": 120 }, "5513.EG.899F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899F, Flur", "arch_name": "0899F@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -578951,18 +639198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56170, "usage_id": 222 }, "5513.EG.899G": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899G, Flur", "arch_name": "0899G@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -578970,18 +639219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56175, "usage_id": 222 }, "5513.EG.899I": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899I, Treppenhaus", "arch_name": "0899I@5513", "area_id": 34, "building_id": 817, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -578989,18 +639240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56301, "usage_id": 223 }, "5513.U1.860": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U860, Druckluftzentrale", "arch_name": "U860@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -579008,18 +639261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54873, "usage_id": 32 }, "5513.U1.860A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U860a, Abluftkanal", "arch_name": "U860a@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -579027,18 +639282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54876, "usage_id": 32 }, "5513.U1.860M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U860m, Gas\u00fcbergabe", "arch_name": "U860m@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -579046,18 +639303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54883, "usage_id": 17 }, "5513.U1.860N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U860n, Wasserbecken", "arch_name": "U860n@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -579065,18 +639324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54887, "usage_id": 183 }, "5513.U1.861A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U861a, Wasser\u00fcbergabe", "arch_name": "U861a@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -579084,18 +639345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55027, "usage_id": 183 }, "5513.U1.861B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U861b, Wasseraufbereitung", "arch_name": "U861b@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -579103,18 +639366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55031, "usage_id": 182 }, "5513.U1.862": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U862, W\u00e4rmezentrale", "arch_name": "U862@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -579122,18 +639387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55037, "usage_id": 201 }, "5513.U1.899E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899E, Treppe im Freien", "arch_name": "U899E@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -579141,18 +639408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73183, "usage_id": 7 }, "5513.U1.899F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899f, Einbringhof", "arch_name": "U899f@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -579160,18 +639429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55183, "usage_id": 204 }, "5513.U1.899G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899g, Flur", "arch_name": "U899g@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -579179,18 +639450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55187, "usage_id": 222 }, "5513.U1.899H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899h, Flur", "arch_name": "U899h@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -579198,18 +639471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55194, "usage_id": 222 }, "5513.U1.899I": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899i, Treppe", "arch_name": "U899i@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -579217,18 +639492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55202, "usage_id": 223 }, "5513.U1.899K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899K, Treppenraum", "arch_name": "U899K@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -579236,18 +639513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55348, "usage_id": 223 }, "5513.U1.899L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899L, Installations-Keller", "arch_name": "U899L@5513", "area_id": 34, "building_id": 817, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -579255,18 +639534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55362, "usage_id": 120 }, "5513.U2.860": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U860, Raumlufttechnische Anlage", "arch_name": "U860@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -579274,18 +639555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73368, "usage_id": 32 }, "5513.U2.861": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U861, Raumlufttechnische Anlage", "arch_name": "U861@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -579293,18 +639576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73367, "usage_id": 32 }, "5513.U2.861A": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U861A, Wasserversorgung", "arch_name": "U861A@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -579312,18 +639597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73373, "usage_id": 183 }, "5513.U2.861B": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U861B, Abwasseraufbereit./-beseitig.", "arch_name": "U861B@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -579331,18 +639618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73372, "usage_id": 182 }, "5513.U2.862": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U862, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "U862@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -579350,18 +639639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73369, "usage_id": 201 }, "5513.U2.899F": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899F, Schleuse", "arch_name": "U899F@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -579369,18 +639660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73370, "usage_id": 105 }, "5513.U2.899G": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899G, Flur", "arch_name": "U899G@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -579388,18 +639681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73371, "usage_id": 222 }, "5513.U2.899H": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899H, Flur", "arch_name": "U899H@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -579407,18 +639702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73375, "usage_id": 222 }, "5513.U2.899I": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899I, Treppe", "arch_name": "U899I@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -579426,18 +639723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73374, "usage_id": 223 }, "5513.U2.899K": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899K, Treppe im Freien", "arch_name": "U899K@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -579445,18 +639744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73376, "usage_id": 7 }, "5513.U2.899N": { "address": { - "floor": "2.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899N, Treppe", "arch_name": "U899N@5513", "area_id": 34, "building_id": 817, + "floor_level": "2.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -579464,18 +639765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73377, "usage_id": 223 }, "5514.U1.850": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U850, Gruppenarbeitsraum", "arch_name": "U850@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -579483,18 +639786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53956, "usage_id": 146 }, "5514.U1.851": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U851, Ruheraum", "arch_name": "U851@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -579502,18 +639807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53966, "usage_id": 44 }, "5514.U1.852": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U852, B\u00fcro", "arch_name": "U852@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 39687, "seats": { @@ -579521,18 +639828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53978, "usage_id": 12 }, "5514.U1.853": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U853, WC", "arch_name": "U853@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -579540,18 +639849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54094, "usage_id": 114 }, "5514.U1.854": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U854, Waschraum", "arch_name": "U854@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -579559,18 +639870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54106, "usage_id": 210 }, "5514.U1.854M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U854m, Trockenraum", "arch_name": "U854m@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -579578,18 +639891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54119, "usage_id": 37 }, "5514.U1.855": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U855, Putzraum", "arch_name": "U855@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -579597,18 +639912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54250, "usage_id": 205 }, "5514.U1.856": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U856, K\u00fcche", "arch_name": "U856@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -579616,18 +639933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54257, "usage_id": 28 }, "5514.U1.857": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U857, Lager", "arch_name": "U857@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -579635,18 +639954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54265, "usage_id": 30 }, "5514.U1.858": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U858, Abfall", "arch_name": "U858@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -579654,18 +639975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54275, "usage_id": 214 }, "5514.U1.859": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U859, Ger\u00e4telager", "arch_name": "U859@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -579673,18 +639996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54283, "usage_id": 30 }, "5514.U1.899E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899e, Kinderwagen / Gardarobe", "arch_name": "U899e@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -579692,18 +640017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54412, "usage_id": 121 }, "5514.U1.899F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899F, Flur/Wartebereich", "arch_name": "U899F@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -579711,18 +640038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54420, "usage_id": 222 }, "5514.U1.899N": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899n, Windfang", "arch_name": "U899n@5514", "area_id": 34, "building_id": 820, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -579730,18 +640059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54433, "usage_id": 52 }, "5515.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "01501, WC-Damen", "arch_name": "01501@5515", "area_id": 34, "building_id": 822, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -579749,18 +640080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65077, "usage_id": 118 }, "5515.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "01501A, WC-Vorraum Damen", "arch_name": "01501A@5515", "area_id": 34, "building_id": 822, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -579768,18 +640101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65078, "usage_id": 118 }, "5515.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "01502, B\u00fcro", "arch_name": "01502@5515", "area_id": 34, "building_id": 822, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -579787,18 +640122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65079, "usage_id": 12 }, "5515.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "01503, B\u00fcro", "arch_name": "01503@5515", "area_id": 34, "building_id": 822, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -579806,18 +640143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65080, "usage_id": 12 }, "5515.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "01504, B\u00fcro", "arch_name": "01504@5515", "area_id": 34, "building_id": 822, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -579825,19 +640164,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65081, "usage_id": 12 }, "5515.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "01505, Seminarraum", "arch_name": "01505@5515", "area_id": 34, "building_id": 822, "calendar_resource_nr": 25502, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -579845,18 +640186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65082, "usage_id": 41 }, "5515.EG.099": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "01599, Treppenhaus", "arch_name": "01599@5515", "area_id": 34, "building_id": 822, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -579864,18 +640207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65083, "usage_id": 223 }, "5515.EG.099B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "01599B, Flur", "arch_name": "01599B@5515", "area_id": 34, "building_id": 822, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -579883,18 +640228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65084, "usage_id": 222 }, "5515.EG.099C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "01599C, Balkon", "arch_name": "01599C@5515", "area_id": 34, "building_id": 822, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -579902,18 +640249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65085, "usage_id": 219 }, "5515.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1501, WC-Herren", "arch_name": "U1501@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -579921,18 +640270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65075, "usage_id": 115 }, "5515.U1.001A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1501A, WC-Vorraum Herren", "arch_name": "U1501A@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -579940,18 +640291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65076, "usage_id": 118 }, "5515.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1502, B\u00fcro", "arch_name": "U1502@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -579959,18 +640312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65073, "usage_id": 12 }, "5515.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1503, Teek\u00fcche", "arch_name": "U1503@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -579978,18 +640333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65074, "usage_id": 198 }, "5515.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1504, Besprechungsraum", "arch_name": "U1504@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -579997,19 +640354,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65072, "usage_id": 196 }, "5515.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1505, Seminarraum", "arch_name": "U1505@5515", "area_id": 34, "building_id": 822, "calendar_resource_nr": 25522, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -580017,18 +640376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65071, "usage_id": 41 }, "5515.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1506, Lager", "arch_name": "U1506@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -580036,18 +640397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65069, "usage_id": 30 }, "5515.U1.098": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1598, Flur", "arch_name": "U1598@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -580055,18 +640418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65070, "usage_id": 222 }, "5515.U1.099": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1599, Treppenhaus", "arch_name": "U1599@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -580074,18 +640439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65067, "usage_id": 223 }, "5515.U1.099B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1599B, Flur", "arch_name": "U1599B@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -580093,18 +640460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65068, "usage_id": 222 }, "5515.U1.099C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1599C, Terrasse", "arch_name": "U1599C@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51267, "seats": { @@ -580112,18 +640481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65098, "usage_id": 48 }, "5515.U1.1598": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1598, Installationsraum", "arch_name": "U1598@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -580131,18 +640502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73186, "usage_id": 120 }, "5515.U1.599D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U1599D, Treppe im Freien", "arch_name": "U1599D@5515", "area_id": 34, "building_id": 822, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -580150,18 +640523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73187, "usage_id": 7 }, "5517.01.870M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1870M, Technik", "arch_name": "1870M@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -580169,18 +640544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59736, "usage_id": 120 }, "5517.01.871A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1871A, Gang, Weg im Freien", "arch_name": "1871A@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -580188,18 +640565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73222, "usage_id": 219 }, "5517.01.871B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1871B, Gang, Weg im Freien", "arch_name": "1871B@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -580207,18 +640586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73223, "usage_id": 219 }, "5517.01.880M": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1880M, Technik", "arch_name": "1880M@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -580226,18 +640607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59746, "usage_id": 120 }, "5517.01.898A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1898a, Schacht", "arch_name": "1898a@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -580245,18 +640628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59750, "usage_id": 120 }, "5517.01.898B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1898b, Schacht", "arch_name": "1898b@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -580264,18 +640649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59755, "usage_id": 120 }, "5517.01.899A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "Z.1899A, Treppe", "arch_name": "Z.1899A@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -580283,18 +640670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73234, "usage_id": 223 }, "5517.01.899B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "Z.1899B, Flur", "arch_name": "Z.1899B@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -580302,18 +640691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73224, "usage_id": 222 }, "5517.01.899C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "Z.1899C, Treppe", "arch_name": "Z.1899C@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -580321,18 +640712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73235, "usage_id": 223 }, "5517.01.899D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "Z.1899D, Flur", "arch_name": "Z.1899D@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -580340,18 +640733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73225, "usage_id": 222 }, "5517.01.899E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "Z.1899E, Treppe", "arch_name": "Z.1899E@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -580359,18 +640754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73236, "usage_id": 223 }, "5517.01.899J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1899J, Treppe", "arch_name": "1899J@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -580378,18 +640775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59760, "usage_id": 223 }, "5517.01.899K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1899K, Treppenhaus", "arch_name": "1899K@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -580397,18 +640796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59763, "usage_id": 223 }, "5517.01.899L": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "1899L, Flur", "arch_name": "1899L@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -580416,18 +640817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73233, "usage_id": 222 }, "5517.02.803": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2803, Technik-Verteilerebene 1", "arch_name": "2803@5517", "area_id": 34, "building_id": 825, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -580435,18 +640838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59766, "usage_id": 120 }, "5517.02.804": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "2804, Technik-Verteilerebene 2", "arch_name": "2804@5517", "area_id": 34, "building_id": 825, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -580454,18 +640859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59815, "usage_id": 120 }, "5517.EG.870": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0870, Gasturbinen", "arch_name": "0870@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -580473,18 +640880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59404, "usage_id": 194 }, "5517.EG.870L": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0870L, WC-Herren Vorraum", "arch_name": "0870L@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -580492,18 +640901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73246, "usage_id": 118 }, "5517.EG.870M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0870m, Putzraum", "arch_name": "0870m@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -580511,18 +640922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59412, "usage_id": 205 }, "5517.EG.870N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0870N, WC-Herren", "arch_name": "0870N@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -580530,18 +640943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59416, "usage_id": 115 }, "5517.EG.870O": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0870O, WC-Damen", "arch_name": "0870O@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -580549,18 +640964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59419, "usage_id": 116 }, "5517.EG.870P": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0870P, WC-Damen Vorraum", "arch_name": "0870P@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -580568,18 +640985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73260, "usage_id": 118 }, "5517.EG.871": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0871, Str\u00f6mungsmaschinen Labor", "arch_name": "0871@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -580587,18 +641006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59425, "usage_id": 194 }, "5517.EG.871A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0871A, Werkstatt", "arch_name": "0871A@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15308, "seats": { @@ -580606,18 +641027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73245, "usage_id": 51 }, "5517.EG.872": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0872, Thermogasdynamik", "arch_name": "0872@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -580625,18 +641048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59429, "usage_id": 194 }, "5517.EG.872A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0872A, Werkstatt", "arch_name": "0872A@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15308, "seats": { @@ -580644,18 +641069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59432, "usage_id": 51 }, "5517.EG.873": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0873, Labor f. verbrenn. Forschung", "arch_name": "0873@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -580663,18 +641090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59485, "usage_id": 194 }, "5517.EG.874": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0874, Labor f. verbrenn. Forschung", "arch_name": "0874@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -580682,18 +641111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29430, "usage_id": 194 }, "5517.EG.874A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0874A, Werkstatt", "arch_name": "0874A@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15308, "seats": { @@ -580701,18 +641132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59493, "usage_id": 51 }, "5517.EG.875": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0875, Labor f. Flammenforschung", "arch_name": "0875@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15315, "seats": { @@ -580720,18 +641153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59496, "usage_id": 194 }, "5517.EG.875A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0875A, Labor", "arch_name": "0875A@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15315, "seats": { @@ -580739,18 +641174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59499, "usage_id": 194 }, "5517.EG.875B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0875B, Lager", "arch_name": "0875B@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15315, "seats": { @@ -580758,18 +641195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59505, "usage_id": 30 }, "5517.EG.880": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0880, Kleingasturbine", "arch_name": "0880@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -580777,18 +641216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59510, "usage_id": 194 }, "5517.EG.880M": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0880M, Lager", "arch_name": "0880M@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -580796,18 +641237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59513, "usage_id": 30 }, "5517.EG.880N": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0880N, Installation", "arch_name": "0880N@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -580815,18 +641258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59569, "usage_id": 120 }, "5517.EG.881": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0881, Kleingasturbine", "arch_name": "0881@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -580834,18 +641279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59573, "usage_id": 194 }, "5517.EG.881A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0881a, Messraum", "arch_name": "0881a@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15308, "seats": { @@ -580853,18 +641300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59579, "usage_id": 194 }, "5517.EG.882": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0882, Sto\u00dfwellenrohr", "arch_name": "0882@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -580872,18 +641321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59581, "usage_id": 194 }, "5517.EG.882A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0882A, Messraum", "arch_name": "0882A@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15315, "seats": { @@ -580891,18 +641342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29105, "usage_id": 194 }, "5517.EG.883": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0883, \u00dcberschallwindkanal", "arch_name": "0883@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -580910,18 +641363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59590, "usage_id": 194 }, "5517.EG.884": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0884, Laserlabor", "arch_name": "0884@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -580929,18 +641384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59595, "usage_id": 103 }, "5517.EG.885": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0885, Laserlabor", "arch_name": "0885@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -580948,18 +641405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29108, "usage_id": 103 }, "5517.EG.886": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0886, Laserlabor", "arch_name": "0886@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -580967,18 +641426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29494, "usage_id": 103 }, "5517.EG.887": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0887, Technikum", "arch_name": "0887@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 15316, "seats": { @@ -580986,18 +641447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59653, "usage_id": 120 }, "5517.EG.888": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0888, Technik-Schaltraum", "arch_name": "0888@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 15316, "seats": { @@ -581005,18 +641468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59657, "usage_id": 120 }, "5517.EG.898A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0898A, Schacht", "arch_name": "0898A@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -581024,18 +641489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59661, "usage_id": 120 }, "5517.EG.898B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0898B, Schacht", "arch_name": "0898B@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -581043,18 +641510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59665, "usage_id": 120 }, "5517.EG.899A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899A, Flur", "arch_name": "0899A@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -581062,18 +641531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73244, "usage_id": 222 }, "5517.EG.899B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899B, Flur", "arch_name": "0899B@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -581081,18 +641552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73253, "usage_id": 222 }, "5517.EG.899J": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899J, Flur", "arch_name": "0899J@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -581100,18 +641573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59669, "usage_id": 222 }, "5517.EG.899K": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0899K, Treppenhaus", "arch_name": "0899K@5517", "area_id": 34, "building_id": 825, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -581119,18 +641594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59671, "usage_id": 223 }, "5517.U1.870": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U870, Technik", "arch_name": "U870@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -581138,18 +641615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54574, "usage_id": 120 }, "5517.U1.870M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U870M, Installationsraum", "arch_name": "U870M@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -581157,18 +641636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73202, "usage_id": 120 }, "5517.U1.871": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U871, Technik", "arch_name": "U871@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -581176,18 +641657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54579, "usage_id": 120 }, "5517.U1.872": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U872, Technik", "arch_name": "U872@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -581195,18 +641678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54583, "usage_id": 120 }, "5517.U1.873": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U873, Technik", "arch_name": "U873@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -581214,18 +641699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54586, "usage_id": 120 }, "5517.U1.874": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U874, Technik", "arch_name": "U874@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -581233,18 +641720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54589, "usage_id": 120 }, "5517.U1.874A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U874A, Werkstatt", "arch_name": "U874A@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -581252,18 +641741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54593, "usage_id": 51 }, "5517.U1.874B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U874B, Technik", "arch_name": "U874B@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -581271,18 +641762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54597, "usage_id": 120 }, "5517.U1.874C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U874c, Technik", "arch_name": "U874c@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -581290,18 +641783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55055, "usage_id": 120 }, "5517.U1.875": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U875, Technik", "arch_name": "U875@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -581309,18 +641804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55061, "usage_id": 120 }, "5517.U1.880": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U880, Technik", "arch_name": "U880@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -581328,18 +641825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55066, "usage_id": 120 }, "5517.U1.880M": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U880M, Flur", "arch_name": "U880M@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 48298, "seats": { @@ -581347,18 +641846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73203, "usage_id": 222 }, "5517.U1.881": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U881, Technik", "arch_name": "U881@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15308, "seats": { @@ -581366,18 +641867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55069, "usage_id": 120 }, "5517.U1.882": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U882, Technik", "arch_name": "U882@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -581385,18 +641888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55074, "usage_id": 120 }, "5517.U1.883": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U883, Technik", "arch_name": "U883@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -581404,18 +641909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55078, "usage_id": 120 }, "5517.U1.883A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U883A, Installation", "arch_name": "U883A@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -581423,18 +641930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55081, "usage_id": 120 }, "5517.U1.884": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U884, Technik", "arch_name": "U884@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -581442,18 +641951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55087, "usage_id": 120 }, "5517.U1.885": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U885, Technik", "arch_name": "U885@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -581461,18 +641972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59317, "usage_id": 120 }, "5517.U1.886": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U886, Technik", "arch_name": "U886@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15315, "seats": { @@ -581480,18 +641993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59319, "usage_id": 120 }, "5517.U1.887": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U887, Technik", "arch_name": "U887@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15316, "seats": { @@ -581499,18 +642014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59325, "usage_id": 120 }, "5517.U1.888": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U888, Technik", "arch_name": "U888@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 15316, "seats": { @@ -581518,18 +642035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59328, "usage_id": 120 }, "5517.U1.888A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U888A, Aufsichtsraum", "arch_name": "U888A@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 24207, "seats": { @@ -581537,18 +642056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73204, "usage_id": 9 }, "5517.U1.889K": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U889K, Treppenhaus", "arch_name": "U889K@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -581556,18 +642077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73205, "usage_id": 223 }, "5517.U1.898": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U898, Installationsraum", "arch_name": "U898@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -581575,18 +642098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73210, "usage_id": 120 }, "5517.U1.898A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U898A, Installation", "arch_name": "U898A@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 15316, "seats": { @@ -581594,18 +642119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59333, "usage_id": 120 }, "5517.U1.899A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899A, Flur", "arch_name": "U899A@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -581613,18 +642140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59339, "usage_id": 222 }, "5517.U1.899B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899B, Flur", "arch_name": "U899B@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -581632,18 +642161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59343, "usage_id": 222 }, "5517.U1.899C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899C, Weg", "arch_name": "U899C@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -581651,18 +642182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59346, "usage_id": 219 }, "5517.U1.899D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899D, Installation", "arch_name": "U899D@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -581670,18 +642203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59401, "usage_id": 120 }, "5517.U1.899E": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899E, Treppe im Freien", "arch_name": "U899E@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -581689,18 +642224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73206, "usage_id": 7 }, "5517.U1.899F": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899F, Treppe im Freien", "arch_name": "U899F@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -581708,18 +642245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73207, "usage_id": 7 }, "5517.U1.899G": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899G, Treppe", "arch_name": "U899G@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -581727,18 +642266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73209, "usage_id": 223 }, "5517.U1.899H": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899H, Treppe", "arch_name": "U899H@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 48298, "seats": { @@ -581746,18 +642287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73208, "usage_id": 223 }, "5517.U1.899J": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899J, Flur", "arch_name": "U899J@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48298, "seats": { @@ -581765,18 +642308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73211, "usage_id": 222 }, "5517.U1.899L": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "U899L, Gang, Weg im Freien", "arch_name": "U899L@5517", "area_id": 34, "building_id": 825, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -581784,18 +642329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73201, "usage_id": 219 }, "5518.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "001, Pumpenraum", "arch_name": "001@5518", "area_id": 34, "building_id": 827, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -581803,18 +642350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59819, "usage_id": 120 }, "5518.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "002, Elektroraum", "arch_name": "002@5518", "area_id": 34, "building_id": 827, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48298, "seats": { @@ -581822,18 +642371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59822, "usage_id": 160 }, "5518.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "003, Verdampferraum", "arch_name": "003@5518", "area_id": 34, "building_id": 827, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 48298, "seats": { @@ -581841,18 +642392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59825, "usage_id": 201 }, "5518.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "004, Gasflaschenlager", "arch_name": "004@5518", "area_id": 34, "building_id": 827, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 43836, "seats": { @@ -581860,18 +642413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59828, "usage_id": 30 }, "5518.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "005, Gasflaschenlager", "arch_name": "005@5518", "area_id": 34, "building_id": 827, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15315, "seats": { @@ -581879,18 +642434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59830, "usage_id": 30 }, "5518.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "006, Gasflaschenlager", "arch_name": "006@5518", "area_id": 34, "building_id": 827, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15308, "seats": { @@ -581898,18 +642455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59833, "usage_id": 30 }, "5518.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "007, Gasflaschenlager", "arch_name": "007@5518", "area_id": 34, "building_id": 827, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15316, "seats": { @@ -581917,18 +642476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59835, "usage_id": 30 }, "5519.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0001, Versuchsfl\u00e4che I", "arch_name": "0001@5519", "area_id": 34, "building_id": 1949, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -581936,18 +642497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66737, "usage_id": 49 }, "5519.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0002, Versuchsfl\u00e4che II", "arch_name": "0002@5519", "area_id": 34, "building_id": 1949, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -581955,18 +642518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66738, "usage_id": 49 }, "5519.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0003, Fahrzeugfreifl\u00e4che vor Leichtbauhalle MW Gar", "arch_name": "0003@5519", "area_id": 34, "building_id": 1949, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15300, "seats": { @@ -581974,19 +642539,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66739, "usage_id": 218 }, "5530.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "101, Seminarraum", "arch_name": "101@5530", "area_id": 34, "building_id": 992, "calendar_resource_nr": 19097, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -581994,19 +642561,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59857, "usage_id": 41 }, "5530.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "102, Besprechungsraum", "arch_name": "102@5530", "area_id": 34, "building_id": 992, "calendar_resource_nr": 19651, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582014,18 +642583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59858, "usage_id": 196 }, "5530.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "103, Denkerzelle", "arch_name": "103@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582033,18 +642604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59859, "usage_id": 12 }, "5530.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "104, Denkerzelle", "arch_name": "104@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582052,18 +642625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59860, "usage_id": 12 }, "5530.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "105, Denkerzelle", "arch_name": "105@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582071,18 +642646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59861, "usage_id": 12 }, "5530.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "106, Denkerzelle", "arch_name": "106@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582090,18 +642667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59862, "usage_id": 12 }, "5530.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "107, Kommunikationsfl\u00e4che", "arch_name": "107@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582109,19 +642688,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61087, "usage_id": 196 }, "5530.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "108, Besprechungsraum", "arch_name": "108@5530", "area_id": 34, "building_id": 992, "calendar_resource_nr": 21704, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582129,18 +642710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59863, "usage_id": 196 }, "5530.01.109": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "109, Treppe", "arch_name": "109@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -582148,18 +642731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59865, "usage_id": 223 }, "5530.01.110": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "110, Abstellraum", "arch_name": "110@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19710, "seats": { @@ -582167,18 +642752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59866, "usage_id": 159 }, "5530.01.111": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "111, WC-Damen", "arch_name": "111@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 19691, "seats": { @@ -582186,18 +642773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59867, "usage_id": 116 }, "5530.01.112": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "112, WC-Herren", "arch_name": "112@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Gie\u00dfharz", "main_operator_id": 19691, "seats": { @@ -582205,18 +642794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59869, "usage_id": 115 }, "5530.01.113": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "113, Abstellraum", "arch_name": "113@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19710, "seats": { @@ -582224,18 +642815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59864, "usage_id": 159 }, "5530.01.114": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "114, K\u00fcche", "arch_name": "114@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582243,18 +642836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59868, "usage_id": 28 }, "5530.01.115": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "115, Cafe-Treff", "arch_name": "115@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582262,18 +642857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59870, "usage_id": 44 }, "5530.01.116": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "116, Flur", "arch_name": "116@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -582281,18 +642878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59871, "usage_id": 222 }, "5530.01.117": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "117, Verteiler/Flur", "arch_name": "117@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -582300,18 +642899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59872, "usage_id": 222 }, "5530.01.118": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "118, Flur", "arch_name": "118@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -582319,18 +642920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59873, "usage_id": 222 }, "5530.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "201, Besprechungsraum", "arch_name": "201@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582338,18 +642941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59874, "usage_id": 196 }, "5530.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "202, Service", "arch_name": "202@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582357,18 +642962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59875, "usage_id": 12 }, "5530.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "203, Sekretariat", "arch_name": "203@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582376,18 +642983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59876, "usage_id": 40 }, "5530.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "204, B\u00fcro", "arch_name": "204@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582395,18 +643004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59877, "usage_id": 12 }, "5530.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "205, B\u00fcro", "arch_name": "205@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582414,18 +643025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59878, "usage_id": 12 }, "5530.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "206, Sekretariat", "arch_name": "206@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582433,18 +643046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59879, "usage_id": 40 }, "5530.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "207, Direktor", "arch_name": "207@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582452,18 +643067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59880, "usage_id": 12 }, "5530.02.208": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "208, Kursmanagement", "arch_name": "208@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582471,18 +643088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59881, "usage_id": 12 }, "5530.02.209": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "209, Veranstaltungsmanagement", "arch_name": "209@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582490,18 +643109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59882, "usage_id": 12 }, "5530.02.210": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "210, Buchhaltung", "arch_name": "210@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582509,18 +643130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59883, "usage_id": 12 }, "5530.02.211": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "211, Printcenter", "arch_name": "211@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582528,18 +643151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59884, "usage_id": 110 }, "5530.02.212": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "212, Treppe", "arch_name": "212@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -582547,18 +643172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59885, "usage_id": 223 }, "5530.02.213": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "213, Abstellraum", "arch_name": "213@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19710, "seats": { @@ -582566,18 +643193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59886, "usage_id": 159 }, "5530.02.214": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "214, WC-Damen", "arch_name": "214@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -582585,18 +643214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59888, "usage_id": 116 }, "5530.02.215": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "215, WC-Herren", "arch_name": "215@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -582604,18 +643235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59889, "usage_id": 115 }, "5530.02.216": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "216, Abstellraum", "arch_name": "216@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19710, "seats": { @@ -582623,18 +643256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59887, "usage_id": 159 }, "5530.02.217": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "217, K\u00fcche", "arch_name": "217@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582642,18 +643277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59890, "usage_id": 28 }, "5530.02.218": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "218, Cafe-Treff", "arch_name": "218@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582661,18 +643298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59891, "usage_id": 44 }, "5530.02.219": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "219, Flur", "arch_name": "219@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -582680,18 +643319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59892, "usage_id": 222 }, "5530.02.220": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "220, Verteiler/Flur", "arch_name": "220@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -582699,18 +643340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59893, "usage_id": 222 }, "5530.02.221": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "221, Flur", "arch_name": "221@5530", "area_id": 34, "building_id": 992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -582718,18 +643361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59894, "usage_id": 222 }, "5530.03.301": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "301, B\u00fcro", "arch_name": "301@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -582737,18 +643382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59898, "usage_id": 12 }, "5530.03.302": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "302, B\u00fcro", "arch_name": "302@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -582756,18 +643403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59895, "usage_id": 12 }, "5530.03.303": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "303, Sekretariat", "arch_name": "303@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -582775,18 +643424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58842, "usage_id": 40 }, "5530.03.304": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "304, Direktor", "arch_name": "304@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -582794,18 +643445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58843, "usage_id": 12 }, "5530.03.305": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "305, B\u00fcro", "arch_name": "305@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14442, "seats": { @@ -582813,18 +643466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58844, "usage_id": 12 }, "5530.03.306": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "306, B\u00fcro", "arch_name": "306@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14442, "seats": { @@ -582832,18 +643487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58846, "usage_id": 12 }, "5530.03.306A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "306A, B\u00fcro", "arch_name": "306A@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14442, "seats": { @@ -582851,18 +643508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64760, "usage_id": 12 }, "5530.03.307": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "307, B\u00fcro", "arch_name": "307@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 47957, "seats": { @@ -582870,18 +643529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58845, "usage_id": 12 }, "5530.03.307A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "307A, B\u00fcro", "arch_name": "307A@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 26608, "seats": { @@ -582889,18 +643550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64759, "usage_id": 12 }, "5530.03.308": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "308, B\u00fcro", "arch_name": "308@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14442, "seats": { @@ -582908,18 +643571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58848, "usage_id": 12 }, "5530.03.309": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "309, Printcenter", "arch_name": "309@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19710, "seats": { @@ -582927,18 +643592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58849, "usage_id": 110 }, "5530.03.309A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "309A, Besprechungsraum", "arch_name": "309A@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 14442, "seats": { @@ -582946,18 +643613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64758, "usage_id": 196 }, "5530.03.310": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "310, Treppe", "arch_name": "310@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -582965,18 +643634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58850, "usage_id": 223 }, "5530.03.311": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "311, Abstellraum", "arch_name": "311@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19660, "seats": { @@ -582984,18 +643655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58851, "usage_id": 159 }, "5530.03.312": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "312, WC-Damen", "arch_name": "312@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -583003,18 +643676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58855, "usage_id": 116 }, "5530.03.313": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "313, WC-Herren", "arch_name": "313@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -583022,18 +643697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58856, "usage_id": 115 }, "5530.03.314": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "314, Abstellraum", "arch_name": "314@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19660, "seats": { @@ -583041,18 +643718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58852, "usage_id": 159 }, "5530.03.315": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "315, K\u00fcche", "arch_name": "315@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -583060,18 +643739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58853, "usage_id": 28 }, "5530.03.316": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "316, Cafe-Treff", "arch_name": "316@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -583079,18 +643760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58854, "usage_id": 44 }, "5530.03.317": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "317, Flur", "arch_name": "317@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -583098,18 +643781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58857, "usage_id": 222 }, "5530.03.318": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "318, Verteiler/Flur", "arch_name": "318@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -583117,18 +643802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58858, "usage_id": 222 }, "5530.03.319": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "319, Kommunikationsfl\u00e4che", "arch_name": "319@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -583136,18 +643823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58859, "usage_id": 196 }, "5530.03.320": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "320, Vorzone/Flur", "arch_name": "320@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -583155,18 +643844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58860, "usage_id": 222 }, "5530.03.321": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "321, Kommunikationsfl\u00e4che", "arch_name": "321@5530", "area_id": 34, "building_id": 992, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19660, "seats": { @@ -583174,18 +643865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58847, "usage_id": 196 }, "5530.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "001, KHG und EHG Sakralraum", "arch_name": "001@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19710, "seats": { @@ -583193,18 +643886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62856, "usage_id": 129 }, "5530.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "002, Foyer 1", "arch_name": "002@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -583212,19 +643907,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59808, "usage_id": 222 }, "5530.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "003, Seminarraum/Foyer", "arch_name": "003@5530", "area_id": 34, "building_id": 992, "calendar_resource_nr": 18706, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -583232,18 +643929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59809, "usage_id": 41 }, "5530.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "004, Stuhllager", "arch_name": "004@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19710, "seats": { @@ -583251,18 +643950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59810, "usage_id": 30 }, "5530.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "005, Beh.-WC / Wickeltisch", "arch_name": "005@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -583270,18 +643971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59811, "usage_id": 117 }, "5530.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "006, Empfang", "arch_name": "006@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19710, "seats": { @@ -583289,18 +643992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62857, "usage_id": 164 }, "5530.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "007, Vorbereitung/Catering", "arch_name": "007@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19710, "seats": { @@ -583308,18 +644013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62858, "usage_id": 28 }, "5530.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "008, WC-Herren", "arch_name": "008@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -583327,18 +644034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59812, "usage_id": 115 }, "5530.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "009, WC-Damen", "arch_name": "009@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -583346,18 +644055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59813, "usage_id": 116 }, "5530.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "010, WC-Vorraum", "arch_name": "010@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -583365,18 +644076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59814, "usage_id": 37 }, "5530.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "011, Flur", "arch_name": "011@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -583384,18 +644097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59850, "usage_id": 222 }, "5530.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "012, Treppe", "arch_name": "012@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -583403,18 +644118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59851, "usage_id": 223 }, "5530.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "013, Treppe", "arch_name": "013@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -583422,18 +644139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59852, "usage_id": 223 }, "5530.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "014, Abstellbereich", "arch_name": "014@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19710, "seats": { @@ -583441,18 +644160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59853, "usage_id": 159 }, "5530.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "015, Haustechnik", "arch_name": "015@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38580, "seats": { @@ -583460,18 +644181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59854, "usage_id": 120 }, "5530.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "016, Haustechnik", "arch_name": "016@5530", "area_id": 34, "building_id": 992, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38580, "seats": { @@ -583479,18 +644202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59855, "usage_id": 120 }, "5530.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "UZ01, Haustechnik", "arch_name": "UZ01@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38580, "seats": { @@ -583498,18 +644223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59805, "usage_id": 120 }, "5530.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "UZ02, Aufzugsmaschinenraum", "arch_name": "UZ02@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38579, "seats": { @@ -583517,18 +644244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59806, "usage_id": 5 }, "5530.U1.030": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 17", "zip_code": 85748 }, + "alt_name": "UZ30, Aufzug", "arch_name": "UZ30@5530", "area_id": 34, "building_id": 992, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -583536,18 +644265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59807, "usage_id": 4 }, "5531.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0001, Nebenraum 1", "arch_name": "0001@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583555,18 +644286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61720, "usage_id": 53 }, "5531.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0002, Gruppenraum 1", "arch_name": "0002@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583574,18 +644307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61721, "usage_id": 53 }, "5531.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0003, WC", "arch_name": "0003@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583593,18 +644328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61722, "usage_id": 114 }, "5531.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0004, Galerie", "arch_name": "0004@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -583612,18 +644349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61723, "usage_id": 206 }, "5531.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0005, Galerie", "arch_name": "0005@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -583631,18 +644370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61724, "usage_id": 206 }, "5531.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0006, Gruppenraum 2", "arch_name": "0006@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583650,18 +644391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61725, "usage_id": 53 }, "5531.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0007, Nebenraum 2", "arch_name": "0007@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583669,18 +644412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61726, "usage_id": 53 }, "5531.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0008, WC", "arch_name": "0008@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583688,18 +644433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61727, "usage_id": 114 }, "5531.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0009, Haustechnik 1", "arch_name": "0009@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -583707,18 +644454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61728, "usage_id": 120 }, "5531.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0010, Haustechnik 2", "arch_name": "0010@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -583726,18 +644475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61729, "usage_id": 120 }, "5531.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0011, Lager MZR", "arch_name": "0011@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583745,18 +644496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61730, "usage_id": 30 }, "5531.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0012, Mehrzweckraum", "arch_name": "0012@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583764,18 +644517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61731, "usage_id": 130 }, "5531.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0013, Flur/Gardarobe", "arch_name": "0013@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583783,18 +644538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61732, "usage_id": 222 }, "5531.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0014, Foyer", "arch_name": "0014@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583802,18 +644559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62770, "usage_id": 15 }, "5531.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0015, Windfang/Kinderwagen", "arch_name": "0015@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583821,18 +644580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61733, "usage_id": 52 }, "5531.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0016, B\u00fcro", "arch_name": "0016@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583840,18 +644601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61734, "usage_id": 12 }, "5531.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0017, K\u00fcche", "arch_name": "0017@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -583859,18 +644622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61735, "usage_id": 28 }, "5531.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0018, Lager K\u00fcche", "arch_name": "0018@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -583878,18 +644643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61736, "usage_id": 30 }, "5531.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0019, M\u00fcllraum", "arch_name": "0019@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -583897,18 +644664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61737, "usage_id": 214 }, "5531.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0020, ELT 2", "arch_name": "0020@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -583916,18 +644685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61738, "usage_id": 160 }, "5531.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0021, ELT 1", "arch_name": "0021@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -583935,18 +644706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61739, "usage_id": 160 }, "5531.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0022, Schmutzw\u00e4sche", "arch_name": "0022@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -583954,18 +644727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61746, "usage_id": 181 }, "5531.EG.022A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0022A, Reinw\u00e4sche", "arch_name": "0022A@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -583973,18 +644748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61749, "usage_id": 181 }, "5531.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0023, B\u00fcro", "arch_name": "0023@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -583992,18 +644769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61747, "usage_id": 12 }, "5531.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0024, Dusche", "arch_name": "0024@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -584011,18 +644790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61748, "usage_id": 113 }, "5531.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0025, WC-Personal", "arch_name": "0025@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -584030,18 +644811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61750, "usage_id": 114 }, "5531.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0026, Beh.-WC / Personal", "arch_name": "0026@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -584049,18 +644832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61751, "usage_id": 117 }, "5531.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0027, Flur/Gardaroben", "arch_name": "0027@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -584068,18 +644853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61752, "usage_id": 222 }, "5531.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0028, Nebenraum 3", "arch_name": "0028@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -584087,18 +644874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61753, "usage_id": 53 }, "5531.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0029, WC", "arch_name": "0029@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -584106,18 +644895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61754, "usage_id": 114 }, "5531.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0030, Gruppenraum 3", "arch_name": "0030@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -584125,18 +644916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61755, "usage_id": 53 }, "5531.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0031, Galerie", "arch_name": "0031@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -584144,18 +644937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61756, "usage_id": 206 }, "5531.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0032, Galerie", "arch_name": "0032@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39687, "seats": { @@ -584163,18 +644958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61757, "usage_id": 206 }, "5531.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0033, Gruppenraum 4", "arch_name": "0033@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -584182,18 +644979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61758, "usage_id": 53 }, "5531.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0034, Nebenraum 4", "arch_name": "0034@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -584201,18 +645000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61759, "usage_id": 53 }, "5531.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 9", "zip_code": 85748 }, + "alt_name": "0035, WC", "arch_name": "0035@5531", "area_id": 34, "building_id": 1165, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39687, "seats": { @@ -584220,19 +645021,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61760, "usage_id": 114 }, "5532.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.101, Lernraum", "arch_name": "1.101@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29835, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584240,19 +645043,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69083, "usage_id": 208 }, "5532.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.102, Gruppenarbeitsraum", "arch_name": "1.102@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29836, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584260,19 +645065,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69084, "usage_id": 131 }, "5532.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.103, Gruppenarbeitsraum", "arch_name": "1.103@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29837, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584280,19 +645087,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69064, "usage_id": 131 }, "5532.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.104, StudiTUM-B\u00fcro", "arch_name": "1.104@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29838, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584300,19 +645109,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69065, "usage_id": 12 }, "5532.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.105, A StA-Besprechungsraum", "arch_name": "1.105@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29839, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584320,19 +645131,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69038, "usage_id": 196 }, "5532.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.106, Gruppenarbeitsraum", "arch_name": "1.106@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29840, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584340,19 +645153,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69039, "usage_id": 131 }, "5532.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.107, Gruppenarbeitsraum", "arch_name": "1.107@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29841, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584360,18 +645175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69040, "usage_id": 131 }, "5532.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.108, Kommunikation", "arch_name": "1.108@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584379,18 +645196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69041, "usage_id": 196 }, "5532.01.110": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.110, WC / Wickeltisch", "arch_name": "1.110@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -584398,18 +645217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69048, "usage_id": 114 }, "5532.01.111": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.111, WC", "arch_name": "1.111@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -584417,19 +645238,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69049, "usage_id": 114 }, "5532.01.112": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.112, Stillarbeitsraum", "arch_name": "1.112@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29872, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584437,19 +645260,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69066, "usage_id": 208 }, "5532.01.113": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.113, Stillarbeitsraum", "arch_name": "1.113@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29873, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584457,18 +645282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69067, "usage_id": 208 }, "5532.01.171": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.171, Treppenhaus", "arch_name": "1.171@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584476,18 +645303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69042, "usage_id": 223 }, "5532.01.172": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.172, Flur", "arch_name": "1.172@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584495,18 +645324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69043, "usage_id": 222 }, "5532.01.191": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.191, Schacht-Pers.Auf.", "arch_name": "1.191@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -584514,18 +645345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69044, "usage_id": 195 }, "5532.01.192": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.192, Schacht-Elt.", "arch_name": "1.192@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -584533,18 +645366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69045, "usage_id": 120 }, "5532.01.193": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.193, Schacht-Elt.", "arch_name": "1.193@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -584552,18 +645387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69046, "usage_id": 120 }, "5532.01.194": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "1.194, Schacht-Elt.", "arch_name": "1.194@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -584571,19 +645408,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69047, "usage_id": 120 }, "5532.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.201, Lernraum", "arch_name": "2.201@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29842, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584591,19 +645430,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69050, "usage_id": 208 }, "5532.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.202, Gruppenarbeitsraum", "arch_name": "2.202@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29843, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584611,19 +645452,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69076, "usage_id": 131 }, "5532.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.203, Gruppenarbeitsraum", "arch_name": "2.203@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29844, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584631,19 +645474,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69075, "usage_id": 131 }, "5532.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.204, Ruheraum", "arch_name": "2.204@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29845, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584651,19 +645496,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69051, "usage_id": 44 }, "5532.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.205, Gruppenarbeitsraum", "arch_name": "2.205@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29846, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584671,19 +645518,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69068, "usage_id": 131 }, "5532.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.206, Gruppenarbeitsraum", "arch_name": "2.206@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29847, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584691,19 +645540,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69069, "usage_id": 131 }, "5532.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.207, Gruppenarbeitsraum", "arch_name": "2.207@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29848, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584711,18 +645562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69070, "usage_id": 131 }, "5532.02.208": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.208, Kommunikation", "arch_name": "2.208@5532", "area_id": 34, "building_id": 2229, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584730,18 +645583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69081, "usage_id": 196 }, "5532.02.210": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.210, WC-Herren", "arch_name": "2.210@5532", "area_id": 34, "building_id": 2229, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -584749,18 +645604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69071, "usage_id": 115 }, "5532.02.211": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.211, WC", "arch_name": "2.211@5532", "area_id": 34, "building_id": 2229, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -584768,19 +645625,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69072, "usage_id": 114 }, "5532.02.212": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.212, Stillarbeitsraum", "arch_name": "2.212@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29849, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584788,19 +645647,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69077, "usage_id": 208 }, "5532.02.213": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.213, Stillarbeitsraum", "arch_name": "2.213@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29850, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584808,18 +645669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69082, "usage_id": 208 }, "5532.02.271": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.271, Treppenhaus", "arch_name": "2.271@5532", "area_id": 34, "building_id": 2229, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584827,18 +645690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69078, "usage_id": 223 }, "5532.02.272": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.272, Flur", "arch_name": "2.272@5532", "area_id": 34, "building_id": 2229, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584846,18 +645711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69052, "usage_id": 222 }, "5532.02.291": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.291, Schacht f. Pers.", "arch_name": "2.291@5532", "area_id": 34, "building_id": 2229, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -584865,18 +645732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69053, "usage_id": 195 }, "5532.02.292": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.292, Schacht Elt.", "arch_name": "2.292@5532", "area_id": 34, "building_id": 2229, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -584884,18 +645753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69054, "usage_id": 120 }, "5532.02.293": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.293, Schacht Elt.", "arch_name": "2.293@5532", "area_id": 34, "building_id": 2229, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -584903,18 +645774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69055, "usage_id": 120 }, "5532.02.294": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "2.294, Schacht Elt.", "arch_name": "2.294@5532", "area_id": 34, "building_id": 2229, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -584922,18 +645795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69056, "usage_id": 120 }, "5532.03.301": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "3.301, Lager", "arch_name": "3.301@5532", "area_id": 34, "building_id": 2229, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584941,19 +645816,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69079, "usage_id": 30 }, "5532.03.302": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "3.302, Multifunktion", "arch_name": "3.302@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29852, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -584961,18 +645838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69080, "usage_id": 130 }, "5532.03.303": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "3.303, WC-Damen", "arch_name": "3.303@5532", "area_id": 34, "building_id": 2229, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -584980,18 +645859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69061, "usage_id": 116 }, "5532.03.304": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "3.304, WC-Herren", "arch_name": "3.304@5532", "area_id": 34, "building_id": 2229, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -584999,19 +645880,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69062, "usage_id": 115 }, "5532.03.305": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "3.305, Familienzimmer", "arch_name": "3.305@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29853, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -585019,18 +645902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69057, "usage_id": 53 }, "5532.03.371": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "3.371, Treppenhaus", "arch_name": "3.371@5532", "area_id": 34, "building_id": 2229, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -585038,18 +645923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69058, "usage_id": 223 }, "5532.03.391": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "3.391, Schacht f. Pers.", "arch_name": "3.391@5532", "area_id": 34, "building_id": 2229, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -585057,18 +645944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69059, "usage_id": 195 }, "5532.03.392": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "3.392, Schacht Elt.", "arch_name": "3.392@5532", "area_id": 34, "building_id": 2229, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 30361, "seats": { @@ -585076,18 +645965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69060, "usage_id": 120 }, "5532.03.398": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "3.398, Terrasse", "arch_name": "3.398@5532", "area_id": 34, "building_id": 2229, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 30361, "seats": { @@ -585095,19 +645986,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69063, "usage_id": 48 }, "5532.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "0.001, Foyer", "arch_name": "0.001@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29832, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -585115,19 +646008,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68810, "usage_id": 44 }, "5532.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "0.002, Lehr-/ Seminarraum", "arch_name": "0.002@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29833, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -585135,19 +646030,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68811, "usage_id": 41 }, "5532.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "0.003, Studierlounge", "arch_name": "0.003@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29834, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -585155,18 +646052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68816, "usage_id": 208 }, "5532.EG.071": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "0.071, Eingang/Treppenhaus", "arch_name": "0.071@5532", "area_id": 34, "building_id": 2229, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 30361, "seats": { @@ -585174,18 +646073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68817, "usage_id": 223 }, "5532.EG.072": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "0.072, Windfang", "arch_name": "0.072@5532", "area_id": 34, "building_id": 2229, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 30361, "seats": { @@ -585193,18 +646094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68818, "usage_id": 52 }, "5532.EG.091": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "0.091, Personenaufzugschacht", "arch_name": "0.091@5532", "area_id": 34, "building_id": 2229, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 30361, "seats": { @@ -585212,18 +646115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68821, "usage_id": 195 }, "5532.EG.092": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "0.092, ELT.-Schacht", "arch_name": "0.092@5532", "area_id": 34, "building_id": 2229, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 30361, "seats": { @@ -585231,18 +646136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68824, "usage_id": 38 }, "5532.EG.093": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "0.093, ELT.-Schacht", "arch_name": "0.093@5532", "area_id": 34, "building_id": 2229, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 30361, "seats": { @@ -585250,18 +646157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68822, "usage_id": 38 }, "5532.EG.094": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "0.094, Schacht HLS", "arch_name": "0.094@5532", "area_id": 34, "building_id": 2229, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 30361, "seats": { @@ -585269,18 +646178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68823, "usage_id": 38 }, "5532.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.001, Aufzugs.masch.", "arch_name": "U.001@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585288,18 +646199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68815, "usage_id": 5 }, "5532.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.002, BMA", "arch_name": "U.002@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585307,18 +646220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68797, "usage_id": 120 }, "5532.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.003, Batterie", "arch_name": "U.003@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585326,18 +646241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68806, "usage_id": 160 }, "5532.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.004, Elektroversorgung", "arch_name": "U.004@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585345,18 +646262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68807, "usage_id": 160 }, "5532.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.005, Lager", "arch_name": "U.005@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585364,18 +646283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68808, "usage_id": 30 }, "5532.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.006, Wasserversorgung", "arch_name": "U.006@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585383,18 +646304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68809, "usage_id": 183 }, "5532.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.007, Fernw\u00e4rme", "arch_name": "U.007@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585402,18 +646325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68798, "usage_id": 54 }, "5532.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.008, L\u00fcftungszentrale", "arch_name": "U.008@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585421,18 +646346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68814, "usage_id": 32 }, "5532.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.009, Hebeanlage", "arch_name": "U.009@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 30361, "seats": { @@ -585440,18 +646367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68813, "usage_id": 4 }, "5532.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.010, WC-Damen", "arch_name": "U.010@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585459,18 +646388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68804, "usage_id": 116 }, "5532.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.011, WC-Vorraum Damen", "arch_name": "U.011@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585478,18 +646409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68819, "usage_id": 118 }, "5532.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.012, Duschen", "arch_name": "U.012@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 30361, "seats": { @@ -585497,18 +646430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68805, "usage_id": 113 }, "5532.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.013, WC-Herren", "arch_name": "U.013@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585516,18 +646451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68803, "usage_id": 115 }, "5532.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.014, WC-Vorraum Herren", "arch_name": "U.014@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585535,18 +646472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68802, "usage_id": 118 }, "5532.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.015, Beh.-WC / Wickeltisch", "arch_name": "U.015@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 30361, "seats": { @@ -585554,18 +646493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68812, "usage_id": 117 }, "5532.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.016, Putzraum", "arch_name": "U.016@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585573,18 +646514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68801, "usage_id": 205 }, "5532.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.017, Server 2", "arch_name": "U.017@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585592,18 +646535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68826, "usage_id": 207 }, "5532.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.018, Server 1", "arch_name": "U.018@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585611,18 +646556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68825, "usage_id": 207 }, "5532.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.019, Lager 2", "arch_name": "U.019@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585630,19 +646577,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68800, "usage_id": 30 }, "5532.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.020, Musikraum", "arch_name": "U.020@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29851, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 30361, "seats": { @@ -585650,18 +646599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68799, "usage_id": 188 }, "5532.U1.071": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.071, Treppenhaus", "arch_name": "U.071@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585669,18 +646620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68828, "usage_id": 223 }, "5532.U1.072": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.072, Flur", "arch_name": "U.072@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585688,18 +646641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68827, "usage_id": 222 }, "5532.U1.073": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.073, Flur/Spinde", "arch_name": "U.073@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 30361, "seats": { @@ -585707,18 +646662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68829, "usage_id": 222 }, "5532.U1.091": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "U.091, Personenaufzug", "arch_name": "U.091@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 30361, "seats": { @@ -585726,19 +646683,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68820, "usage_id": 4 }, "5532.Z1.001": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "Z.001, Emporenarbeitspl\u00e4tze Foyer", "arch_name": "Z.001@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29912, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 30361, "seats": { @@ -585746,19 +646705,21 @@ "standing": 18, "wheelchair": null }, + "tumonline_id": 69560, "usage_id": 208 }, "5532.Z1.002": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "Z.002, Emporenarbeitspl\u00e4tze Seminar", "arch_name": "Z.002@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29913, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 30361, "seats": { @@ -585766,19 +646727,21 @@ "standing": 18, "wheelchair": null }, + "tumonline_id": 69558, "usage_id": 208 }, "5532.Z1.003": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "Z.003, Emporenarbeitspl\u00e4tze Lounge", "arch_name": "Z.003@5532", "area_id": 34, "building_id": 2229, "calendar_resource_nr": 29914, + "floor_level": "1.ZG", "floor_type": "Spannteppich", "main_operator_id": 30361, "seats": { @@ -585786,18 +646749,20 @@ "standing": 24, "wheelchair": null }, + "tumonline_id": 69555, "usage_id": 208 }, "5532.Z1.071": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "Z.071, Treppenhaus", "arch_name": "Z.071@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.ZG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -585805,18 +646770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69601, "usage_id": 223 }, "5532.Z1.091": { "address": { - "floor": "1.ZG", "place": "Garching b. M\u00fcnchen", "street": "Lichtenbergstr. 3", "zip_code": 85748 }, + "alt_name": "Z.071, Aufzugsraum", "arch_name": "Z.071@5532", "area_id": 34, "building_id": 2229, + "floor_level": "1.ZG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 30361, "seats": { @@ -585824,18 +646791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69559, "usage_id": 195 }, "5537.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0.001, Interims-TUMshop", "arch_name": "0.001@5537", "area_id": 34, "building_id": 2630, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 13946, "seats": { @@ -585843,19 +646812,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70746, "usage_id": 164 }, "5539.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0.001A, H\u00f6rsaal 1A, \"Zelt\"", "arch_name": "0.001A@5539", "area_id": 34, "building_id": 3149, "calendar_resource_nr": 33532, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -585863,19 +646834,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75173, "usage_id": 20 }, "5539.EG.001B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0.001B, H\u00f6rsaal 1B, \"Zelt\"", "arch_name": "0.001B@5539", "area_id": 34, "building_id": 3149, "calendar_resource_nr": 33533, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -585883,19 +646856,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75174, "usage_id": 20 }, "5539.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0.002, H\u00f6rsaal 2, \"Zelt\"", "arch_name": "0.002@5539", "area_id": 34, "building_id": 3149, "calendar_resource_nr": 33534, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -585903,18 +646878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75171, "usage_id": 20 }, "5539.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 15", "zip_code": 85748 }, + "alt_name": "0.003, Technikraum Tentomax", "arch_name": "0.003@5539", "area_id": 34, "building_id": 3149, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 25925, "seats": { @@ -585922,18 +646899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75172, "usage_id": 120 }, "5601.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.01.001, Galerie", "arch_name": "01.01.001@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -585941,18 +646920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70436, "usage_id": 206 }, "5601.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.01.002, Treppe", "arch_name": "01.01.002@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -585960,18 +646941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70439, "usage_id": 223 }, "5601.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.01.003, Treppe", "arch_name": "01.01.003@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -585979,18 +646962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70440, "usage_id": 223 }, "5601.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.01.004, Galerie", "arch_name": "01.01.004@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -585998,18 +646983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70438, "usage_id": 206 }, "5601.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.01.005, Galerie", "arch_name": "01.01.005@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -586017,18 +647004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70437, "usage_id": 206 }, "5601.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.01.001, Galerie", "arch_name": "02.01.001@5601", "area_id": 33, "building_id": 829, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -586036,18 +647025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70441, "usage_id": 206 }, "5601.02.002": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.01.002, Treppe", "arch_name": "02.01.002@5601", "area_id": 33, "building_id": 829, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -586055,18 +647046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70443, "usage_id": 223 }, "5601.02.003": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.01.003, Treppe", "arch_name": "02.01.003@5601", "area_id": 33, "building_id": 829, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -586074,18 +647067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70444, "usage_id": 223 }, "5601.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.01.004, Galerie", "arch_name": "02.01.004@5601", "area_id": 33, "building_id": 829, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -586093,18 +647088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70442, "usage_id": 206 }, "5601.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.01.001, Galerie", "arch_name": "03.01.001@5601", "area_id": 33, "building_id": 829, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -586112,18 +647109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70445, "usage_id": 206 }, "5601.03.002": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.01.002, Galerie", "arch_name": "03.01.002@5601", "area_id": 33, "building_id": 829, + "floor_level": "3.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -586131,19 +647130,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70446, "usage_id": 206 }, "5601.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.001, Magistrale", "arch_name": "00.01.001@5601", "area_id": 33, "building_id": 829, "calendar_resource_nr": 17986, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -586151,18 +647152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13298, "usage_id": 130 }, "5601.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.002, Gang, Weg im Freien", "arch_name": "00.01.002@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -586170,18 +647173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70353, "usage_id": 219 }, "5601.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.003, Windfang", "arch_name": "00.01.003@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586189,18 +647194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70346, "usage_id": 52 }, "5601.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.004, Gang, Weg im Freien", "arch_name": "00.01.004@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -586208,18 +647215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70352, "usage_id": 219 }, "5601.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.005, Windfang", "arch_name": "00.01.005@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586227,18 +647236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70349, "usage_id": 52 }, "5601.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.006, Treppe", "arch_name": "00.01.006@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -586246,18 +647257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70348, "usage_id": 223 }, "5601.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.007, Treppe", "arch_name": "00.01.007@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -586265,18 +647278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70347, "usage_id": 223 }, "5601.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.008, Gang, Weg im Freien", "arch_name": "00.01.008@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -586284,18 +647299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70354, "usage_id": 219 }, "5601.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.009, Windfang", "arch_name": "00.01.009@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586303,18 +647320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70351, "usage_id": 52 }, "5601.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.010, Pforte", "arch_name": "00.01.010@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586322,18 +647341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48936, "usage_id": 44 }, "5601.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.011, Windfang", "arch_name": "00.01.011@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586341,18 +647362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70350, "usage_id": 52 }, "5601.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.01.012, Gang, Weg im Freien", "arch_name": "00.01.012@5601", "area_id": 33, "building_id": 829, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -586360,18 +647383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70355, "usage_id": 219 }, "5601.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.001, Foyer", "arch_name": "-1.01.001@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586379,18 +647404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59838, "usage_id": 222 }, "5601.U1.001C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.001C, Treppe", "arch_name": "-1.01.001C@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586398,18 +647425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70345, "usage_id": 223 }, "5601.U1.001D": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.001D, Treppe", "arch_name": "-1.01.001D@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586417,18 +647446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70344, "usage_id": 223 }, "5601.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.002, Flur", "arch_name": "-1.01.002@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586436,18 +647467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59824, "usage_id": 222 }, "5601.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.003, Flur", "arch_name": "-1.01.003@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -586455,18 +647488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59826, "usage_id": 222 }, "5601.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.004, Flur", "arch_name": "-1.01.004@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -586474,18 +647509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59829, "usage_id": 222 }, "5601.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.005, Flur", "arch_name": "-1.01.005@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -586493,18 +647530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59831, "usage_id": 222 }, "5601.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.006, Flur", "arch_name": "-1.01.006@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -586512,18 +647551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59834, "usage_id": 222 }, "5601.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.007, Flur", "arch_name": "-1.01.007@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -586531,18 +647572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59837, "usage_id": 222 }, "5601.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.008, Flur", "arch_name": "-1.01.008@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -586550,18 +647593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59840, "usage_id": 222 }, "5601.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.009, Flur", "arch_name": "-1.01.009@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -586569,18 +647614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59843, "usage_id": 222 }, "5601.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.010, Flur", "arch_name": "-1.01.010@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586588,18 +647635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59847, "usage_id": 222 }, "5601.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.011, WC-Damen", "arch_name": "-1.01.011@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -586607,18 +647656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59848, "usage_id": 116 }, "5601.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.012, WC-Herren", "arch_name": "-1.01.012@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -586626,18 +647677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58799, "usage_id": 115 }, "5601.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.020, Flur", "arch_name": "-1.01.020@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -586645,18 +647698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58800, "usage_id": 222 }, "5601.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.021, Dozentenb\u00fcro", "arch_name": "-1.01.021@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14179, "seats": { @@ -586664,18 +647719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58805, "usage_id": 12 }, "5601.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.022, B\u00fcro Technik", "arch_name": "-1.01.022@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14179, "seats": { @@ -586683,18 +647740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58807, "usage_id": 12 }, "5601.U1.023": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.023, Werkstatt", "arch_name": "-1.01.023@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -586702,18 +647761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58803, "usage_id": 51 }, "5601.U1.024": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.024, Lager", "arch_name": "-1.01.024@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -586721,18 +647782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48580, "usage_id": 30 }, "5601.U1.026": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.026, Sammlung", "arch_name": "-1.01.026@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -586740,18 +647803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48585, "usage_id": 187 }, "5601.U1.031A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.031A, WC-Herren", "arch_name": "-1.01.031A@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -586759,18 +647824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48588, "usage_id": 115 }, "5601.U1.031B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.031B, WC-Herren", "arch_name": "-1.01.031B@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -586778,18 +647845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48592, "usage_id": 115 }, "5601.U1.031C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.031C, WC-Herren", "arch_name": "-1.01.031C@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -586797,18 +647866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48598, "usage_id": 115 }, "5601.U1.032": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.032, Beh.-WC", "arch_name": "-1.01.032@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -586816,18 +647887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48603, "usage_id": 117 }, "5601.U1.033A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.033A, WC-Damen", "arch_name": "-1.01.033A@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -586835,18 +647908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48609, "usage_id": 116 }, "5601.U1.033B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.033B, WC-Damen", "arch_name": "-1.01.033B@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -586854,18 +647929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48614, "usage_id": 116 }, "5601.U1.034A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.034A, Flur Technik", "arch_name": "-1.01.034A@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -586873,18 +647950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48744, "usage_id": 222 }, "5601.U1.034B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.034B, Hebeanlage", "arch_name": "-1.01.034B@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -586892,18 +647971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48751, "usage_id": 120 }, "5601.U1.034C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.034C, Hebeanlage", "arch_name": "-1.01.034C@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -586911,18 +647992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48755, "usage_id": 120 }, "5601.U1.035": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.035, Versorgungstunnel", "arch_name": "-1.01.035@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -586930,18 +648013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48762, "usage_id": 120 }, "5601.U1.036": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.036, RLT", "arch_name": "-1.01.036@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -586949,18 +648034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48766, "usage_id": 32 }, "5601.U1.038": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.038, TBA", "arch_name": "-1.01.038@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -586968,18 +648055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48909, "usage_id": 120 }, "5601.U1.039": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.039, TBA", "arch_name": "-1.01.039@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -586987,18 +648076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48917, "usage_id": 120 }, "5601.U1.040": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.01.040, Serverraum", "arch_name": "-1.01.040@5601", "area_id": 33, "building_id": 829, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44266, "seats": { @@ -587006,19 +648097,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48923, "usage_id": 207 }, "5602.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.02.001, MI HS 1, Friedrich L. Bauer H\u00f6rsaal", "arch_name": "00.02.001@5602", "area_id": 33, "building_id": 831, "calendar_resource_nr": 12559, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -587026,18 +648119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12325, "usage_id": 20 }, "5602.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.02.002, MI H\u00f6rsaal Regieraum", "arch_name": "00.02.002@5602", "area_id": 33, "building_id": 831, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -587045,18 +648140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49089, "usage_id": 153 }, "5602.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.02.001, Technikraum", "arch_name": "-1.02.001@5602", "area_id": 33, "building_id": 831, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -587064,18 +648161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49076, "usage_id": 120 }, "5602.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.02.004, Treppe im Freien", "arch_name": "-1.02.004@5602", "area_id": 33, "building_id": 831, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -587083,19 +648182,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70356, "usage_id": 7 }, "5603.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.010, Windfang", "arch_name": "01.03.010@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 27052, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587103,19 +648204,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49770, "usage_id": 52 }, "5603.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.011, Gruppenarbeitsraum", "arch_name": "01.03.011@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 18477, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587123,18 +648226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57733, "usage_id": 131 }, "5603.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.012, Flur", "arch_name": "01.03.012@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587142,18 +648247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57740, "usage_id": 222 }, "5603.01.012A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.012A, Treppe", "arch_name": "01.03.012A@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26746, "seats": { @@ -587161,18 +648268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70290, "usage_id": 223 }, "5603.01.012B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.012B, Treppe", "arch_name": "01.03.012B@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26746, "seats": { @@ -587180,18 +648289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70287, "usage_id": 223 }, "5603.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.013, Elektronische Stromversorgung", "arch_name": "01.03.013@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -587199,18 +648310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57745, "usage_id": 160 }, "5603.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.014, Aufzug", "arch_name": "01.03.014@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -587218,18 +648331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57754, "usage_id": 4 }, "5603.01.015A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.015A, Putzraum", "arch_name": "01.03.015A@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -587237,18 +648352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57764, "usage_id": 205 }, "5603.01.015B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.015B, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "01.03.015B@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -587256,18 +648373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57887, "usage_id": 201 }, "5603.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.016, WC-Herren", "arch_name": "01.03.016@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26746, "seats": { @@ -587275,18 +648394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57896, "usage_id": 115 }, "5603.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.017, WC-Damen", "arch_name": "01.03.017@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 26746, "seats": { @@ -587294,18 +648415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57906, "usage_id": 116 }, "5603.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.018, Scannerraum/Kopierer", "arch_name": "01.03.018@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 26746, "seats": { @@ -587313,18 +648436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57913, "usage_id": 110 }, "5603.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.019, Lesesaal", "arch_name": "01.03.019@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587332,18 +648457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57922, "usage_id": 150 }, "5603.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.030, Flur", "arch_name": "01.03.030@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587351,19 +648478,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58035, "usage_id": 222 }, "5603.01.031B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.031B, Einzelarbeitsraum", "arch_name": "01.03.031B@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26700, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587371,19 +648500,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58041, "usage_id": 208 }, "5603.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.032, Gruppenarbeitsraum", "arch_name": "01.03.032@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26701, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587391,19 +648522,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58050, "usage_id": 131 }, "5603.01.033A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.033A, Einzelarbeitsraum", "arch_name": "01.03.033A@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26702, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587411,19 +648544,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58059, "usage_id": 208 }, "5603.01.033B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.033B, Einzelarbeitsraum", "arch_name": "01.03.033B@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26703, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587431,19 +648566,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58068, "usage_id": 208 }, "5603.01.035A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.035A, Einzelarbeitsraum", "arch_name": "01.03.035A@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26704, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587451,19 +648588,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58187, "usage_id": 208 }, "5603.01.035B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.035B, Einzelarbeitsraum", "arch_name": "01.03.035B@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26705, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587471,19 +648610,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58195, "usage_id": 208 }, "5603.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.036, Gruppenarbeitsraum", "arch_name": "01.03.036@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26706, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587491,19 +648632,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58203, "usage_id": 131 }, "5603.01.037A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.037A, Einzelarbeitsraum", "arch_name": "01.03.037A@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26707, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587511,19 +648654,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58211, "usage_id": 208 }, "5603.01.037B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.037B, Einzelarbeitsraum", "arch_name": "01.03.037B@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26708, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587531,19 +648676,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58217, "usage_id": 208 }, "5603.01.039A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.039A, Einzelarbeitsraum", "arch_name": "01.03.039A@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26709, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587551,19 +648698,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58227, "usage_id": 208 }, "5603.01.039B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.039B, Einzelarbeitsraum", "arch_name": "01.03.039B@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26710, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587571,19 +648720,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58346, "usage_id": 208 }, "5603.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.040, Gruppenarbeitsraum", "arch_name": "01.03.040@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26711, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587591,19 +648742,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58354, "usage_id": 131 }, "5603.01.041A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.041A, Einzelarbeitsraum", "arch_name": "01.03.041A@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26712, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587611,19 +648764,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58363, "usage_id": 208 }, "5603.01.043A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.043A, Einzelarbeitsraum", "arch_name": "01.03.043A@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26713, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587631,19 +648786,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58372, "usage_id": 208 }, "5603.01.043B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.043B, Einzelarbeitsraum", "arch_name": "01.03.043B@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 26714, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587651,18 +648808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58380, "usage_id": 208 }, "5603.01.045": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.045, Gruppenarbeitsraum", "arch_name": "01.03.045@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587670,18 +648829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58503, "usage_id": 131 }, "5603.01.045A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.045A, Treppe", "arch_name": "01.03.045A@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26746, "seats": { @@ -587689,18 +648850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70288, "usage_id": 223 }, "5603.01.045B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.045B, Treppe", "arch_name": "01.03.045B@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26746, "seats": { @@ -587708,18 +648871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70289, "usage_id": 223 }, "5603.01.045C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.045C, Treppe", "arch_name": "01.03.045C@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26746, "seats": { @@ -587727,18 +648892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70286, "usage_id": 223 }, "5603.01.046": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.046, Flur", "arch_name": "01.03.046@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587746,18 +648913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58507, "usage_id": 222 }, "5603.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.101, Treppe", "arch_name": "01.03.101@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 26746, "seats": { @@ -587765,18 +648934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58515, "usage_id": 223 }, "5603.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.03.102, Treppe", "arch_name": "01.03.102@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 26746, "seats": { @@ -587784,18 +648955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58521, "usage_id": 223 }, "5603.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.03.014, Aufzug", "arch_name": "02.03.014@5603", "area_id": 33, "building_id": 832, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -587803,18 +648976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58526, "usage_id": 4 }, "5603.02.015A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.03.015A, Putzraum", "arch_name": "02.03.015A@5603", "area_id": 33, "building_id": 832, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -587822,18 +648997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58654, "usage_id": 205 }, "5603.02.015B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.03.015B, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "02.03.015B@5603", "area_id": 33, "building_id": 832, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -587841,18 +649018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58659, "usage_id": 201 }, "5603.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.03.016, WC-Herren", "arch_name": "02.03.016@5603", "area_id": 33, "building_id": 832, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26746, "seats": { @@ -587860,18 +649039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58666, "usage_id": 115 }, "5603.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.03.017, WC-Damen", "arch_name": "02.03.017@5603", "area_id": 33, "building_id": 832, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 26746, "seats": { @@ -587879,18 +649060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58671, "usage_id": 116 }, "5603.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.03.018, Lager", "arch_name": "02.03.018@5603", "area_id": 33, "building_id": 832, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 26746, "seats": { @@ -587898,18 +649081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58675, "usage_id": 30 }, "5603.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.03.019, Lesesaal", "arch_name": "02.03.019@5603", "area_id": 33, "building_id": 832, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -587917,18 +649102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58680, "usage_id": 150 }, "5603.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.03.102, Treppe", "arch_name": "02.03.102@5603", "area_id": 33, "building_id": 832, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 26746, "seats": { @@ -587936,18 +649123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56458, "usage_id": 223 }, "5603.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.03.012, Aufzugs- und Maschinenraum", "arch_name": "03.03.012@5603", "area_id": 33, "building_id": 832, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 26746, "seats": { @@ -587955,18 +649144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56463, "usage_id": 5 }, "5603.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.03.013, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "03.03.013@5603", "area_id": 33, "building_id": 832, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -587974,18 +649165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56472, "usage_id": 201 }, "5603.03.103": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.03.103, Treppe", "arch_name": "03.03.103@5603", "area_id": 33, "building_id": 832, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -587993,18 +649186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56476, "usage_id": 223 }, "5603.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.010, Windfang / Spind", "arch_name": "00.03.010@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26746, "seats": { @@ -588012,18 +649207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49110, "usage_id": 52 }, "5603.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.011, Lesesaal", "arch_name": "00.03.011@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588031,18 +649228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49420, "usage_id": 150 }, "5603.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.012, Lesesaal", "arch_name": "00.03.012@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588050,18 +649249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49428, "usage_id": 150 }, "5603.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.013, Elektrische Stromversorgung", "arch_name": "00.03.013@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -588069,18 +649270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49431, "usage_id": 160 }, "5603.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.014, Aufzug", "arch_name": "00.03.014@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -588088,18 +649291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49439, "usage_id": 4 }, "5603.EG.015A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.015A, Putzraum", "arch_name": "00.03.015A@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -588107,18 +649312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49452, "usage_id": 205 }, "5603.EG.015B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.015B, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "00.03.015B@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -588126,18 +649333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49904, "usage_id": 201 }, "5603.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.016, WC-Herren", "arch_name": "00.03.016@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26746, "seats": { @@ -588145,18 +649354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49911, "usage_id": 115 }, "5603.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.017, WC-Damen", "arch_name": "00.03.017@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 26746, "seats": { @@ -588164,18 +649375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49920, "usage_id": 116 }, "5603.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.018, Kopierer", "arch_name": "00.03.018@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26746, "seats": { @@ -588183,18 +649396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49931, "usage_id": 110 }, "5603.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.019, Lesesaal", "arch_name": "00.03.019@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588202,18 +649417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49582, "usage_id": 150 }, "5603.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.020, Treppe", "arch_name": "00.03.020@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 26746, "seats": { @@ -588221,18 +649438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70390, "usage_id": 223 }, "5603.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.021, Lager", "arch_name": "00.03.021@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26746, "seats": { @@ -588240,18 +649459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49591, "usage_id": 30 }, "5603.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.030, Flur", "arch_name": "00.03.030@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26746, "seats": { @@ -588259,18 +649480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49599, "usage_id": 222 }, "5603.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.032, B\u00fcro", "arch_name": "00.03.032@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588278,18 +649501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12614, "usage_id": 12 }, "5603.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.033, Gruppenarbeitsraum", "arch_name": "00.03.033@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588297,18 +649522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49612, "usage_id": 131 }, "5603.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.034, B\u00fcro", "arch_name": "00.03.034@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588316,18 +649543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12616, "usage_id": 12 }, "5603.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.036, B\u00fcro", "arch_name": "00.03.036@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588335,18 +649564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12618, "usage_id": 12 }, "5603.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.037, Gruppenarbeitsraum", "arch_name": "00.03.037@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588354,18 +649585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49262, "usage_id": 131 }, "5603.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.038, B\u00fcro", "arch_name": "00.03.038@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588373,18 +649606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12683, "usage_id": 12 }, "5603.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.039, Gruppenarbeitsraum", "arch_name": "00.03.039@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588392,18 +649627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49277, "usage_id": 131 }, "5603.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.040, B\u00fcro", "arch_name": "00.03.040@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588411,18 +649648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12687, "usage_id": 12 }, "5603.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.042, Sozialraum", "arch_name": "00.03.042@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26746, "seats": { @@ -588430,19 +649669,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49739, "usage_id": 44 }, "5603.EG.045": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.045, Besprechungsraum", "arch_name": "00.03.045@5603", "area_id": 33, "building_id": 832, "calendar_resource_nr": 23810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 26746, "seats": { @@ -588450,18 +649691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49749, "usage_id": 196 }, "5603.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.050, Flur", "arch_name": "00.03.050@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 26746, "seats": { @@ -588469,18 +649712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49755, "usage_id": 222 }, "5603.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.101, Treppe", "arch_name": "00.03.101@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 26746, "seats": { @@ -588488,18 +649733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49761, "usage_id": 223 }, "5603.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.03.102, Treppe", "arch_name": "00.03.102@5603", "area_id": 33, "building_id": 832, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 26746, "seats": { @@ -588507,18 +649754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49766, "usage_id": 223 }, "5603.U1.037": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.03.037, Betriebstechn. Anlagen", "arch_name": "-1.03.037@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 26746, "seats": { @@ -588526,18 +649775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70389, "usage_id": 120 }, "5603.U1.037B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.03.037B, Aufzug", "arch_name": "-1.03.037B@5603", "area_id": 33, "building_id": 832, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -588545,18 +649796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49097, "usage_id": 4 }, "5604.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.001, Flur", "arch_name": "01.04.001@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -588564,19 +649817,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57348, "usage_id": 222 }, "5604.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.011, Rechnerraum", "arch_name": "01.04.011@5604", "area_id": 33, "building_id": 834, "calendar_resource_nr": 15250, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -588584,18 +649839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26831, "usage_id": 207 }, "5604.01.011A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.011A, Balkon", "arch_name": "01.04.011A@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -588603,18 +649860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70291, "usage_id": 219 }, "5604.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.013, Lager/Rei\u00dfwolf", "arch_name": "01.04.013@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -588622,18 +649881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57362, "usage_id": 30 }, "5604.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.014, Flur", "arch_name": "01.04.014@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -588641,18 +649902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57486, "usage_id": 222 }, "5604.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.015, WC-Herren", "arch_name": "01.04.015@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15435, "seats": { @@ -588660,18 +649923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57494, "usage_id": 115 }, "5604.01.016A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.016A, Putzraum", "arch_name": "01.04.016A@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -588679,18 +649944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57501, "usage_id": 205 }, "5604.01.016B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.016B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.04.016B@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -588698,18 +649965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57510, "usage_id": 201 }, "5604.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.017, Lager", "arch_name": "01.04.017@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -588717,18 +649986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57627, "usage_id": 30 }, "5604.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.018, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.04.018@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -588736,18 +650007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57634, "usage_id": 201 }, "5604.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.019, WC-Damen", "arch_name": "01.04.019@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15435, "seats": { @@ -588755,18 +650028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57640, "usage_id": 116 }, "5604.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.030, Flur", "arch_name": "01.04.030@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -588774,18 +650049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57647, "usage_id": 222 }, "5604.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.031, Teek\u00fcche", "arch_name": "01.04.031@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -588793,18 +650070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57652, "usage_id": 198 }, "5604.01.032A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.032A, Elektrische Stromversorgung", "arch_name": "01.04.032A@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -588812,18 +650091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57768, "usage_id": 160 }, "5604.01.032B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.032B, Elektrische Stromversorgung", "arch_name": "01.04.032B@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -588831,18 +650112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57773, "usage_id": 160 }, "5604.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.033, B\u00fcro", "arch_name": "01.04.033@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -588850,18 +650133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27048, "usage_id": 12 }, "5604.01.034A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.034A, Serverraum", "arch_name": "01.04.034A@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -588869,18 +650154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57788, "usage_id": 207 }, "5604.01.034B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.034B, Kopierraum", "arch_name": "01.04.034B@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -588888,18 +650175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57795, "usage_id": 110 }, "5604.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.035, B\u00fcro", "arch_name": "01.04.035@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -588907,18 +650196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65669, "usage_id": 12 }, "5604.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.036, B\u00fcro", "arch_name": "01.04.036@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -588926,18 +650217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11614, "usage_id": 12 }, "5604.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.037, B\u00fcro", "arch_name": "01.04.037@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -588945,18 +650238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27144, "usage_id": 12 }, "5604.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.038, Leiter", "arch_name": "01.04.038@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -588964,18 +650259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11671, "usage_id": 12 }, "5604.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.039, B\u00fcro", "arch_name": "01.04.039@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -588983,18 +650280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65670, "usage_id": 12 }, "5604.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.040, Prof.-B\u00fcro", "arch_name": "01.04.040@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589002,18 +650301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11676, "usage_id": 12 }, "5604.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.050, Flur", "arch_name": "01.04.050@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -589021,19 +650322,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57955, "usage_id": 222 }, "5604.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.051, Besprechung", "arch_name": "01.04.051@5604", "area_id": 33, "building_id": 834, "calendar_resource_nr": 26633, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589041,18 +650344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58073, "usage_id": 196 }, "5604.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.052, Prof.-B\u00fcro", "arch_name": "01.04.052@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589060,18 +650365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58081, "usage_id": 12 }, "5604.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.053, B\u00fcro", "arch_name": "01.04.053@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589079,18 +650386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11729, "usage_id": 12 }, "5604.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.054, Prof.-B\u00fcro", "arch_name": "01.04.054@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589098,18 +650407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11733, "usage_id": 12 }, "5604.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.055, Leiter", "arch_name": "01.04.055@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589117,18 +650428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11737, "usage_id": 12 }, "5604.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.057, B\u00fcro", "arch_name": "01.04.057@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589136,18 +650449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11739, "usage_id": 12 }, "5604.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.058, B\u00fcro", "arch_name": "01.04.058@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589155,18 +650470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58238, "usage_id": 12 }, "5604.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.059, B\u00fcro", "arch_name": "01.04.059@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589174,18 +650491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11792, "usage_id": 12 }, "5604.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.060, B\u00fcro", "arch_name": "01.04.060@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589193,18 +650512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11793, "usage_id": 12 }, "5604.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.061, B\u00fcro", "arch_name": "01.04.061@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -589212,18 +650533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11796, "usage_id": 12 }, "5604.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.101, Treppe", "arch_name": "01.04.101@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -589231,18 +650554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58391, "usage_id": 223 }, "5604.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.04.102, Treppe", "arch_name": "01.04.102@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -589250,18 +650575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58398, "usage_id": 223 }, "5604.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.001, Flur", "arch_name": "02.04.001@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -589269,19 +650596,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58407, "usage_id": 222 }, "5604.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.011, Seminarraum (M9/M10)", "arch_name": "02.04.011@5604", "area_id": 33, "building_id": 834, "calendar_resource_nr": 15230, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -589289,18 +650618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17166, "usage_id": 41 }, "5604.02.011A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.011A, Balkon", "arch_name": "02.04.011A@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -589308,18 +650639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70399, "usage_id": 219 }, "5604.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.013, Abstellraum", "arch_name": "02.04.013@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -589327,18 +650660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58416, "usage_id": 159 }, "5604.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.014, Flur", "arch_name": "02.04.014@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -589346,18 +650681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58535, "usage_id": 222 }, "5604.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.015, WC-Herren", "arch_name": "02.04.015@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14599, "seats": { @@ -589365,18 +650702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58543, "usage_id": 115 }, "5604.02.016A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.016A, Putzraum", "arch_name": "02.04.016A@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -589384,18 +650723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58551, "usage_id": 205 }, "5604.02.016B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.016B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.04.016B@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -589403,18 +650744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58558, "usage_id": 201 }, "5604.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.017, Abstellraum", "arch_name": "02.04.017@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -589422,18 +650765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58682, "usage_id": 159 }, "5604.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.018, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.04.018@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -589441,18 +650786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58690, "usage_id": 201 }, "5604.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.019, WC-Damen", "arch_name": "02.04.019@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14599, "seats": { @@ -589460,18 +650807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58697, "usage_id": 116 }, "5604.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.030, Flur", "arch_name": "02.04.030@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -589479,18 +650828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58707, "usage_id": 222 }, "5604.02.031": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.031, Wasserversorgung", "arch_name": "02.04.031@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -589498,18 +650849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58714, "usage_id": 183 }, "5604.02.032A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.032A, Elektrische Stromversorgung", "arch_name": "02.04.032A@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -589517,18 +650870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56494, "usage_id": 160 }, "5604.02.032B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.032B, Elektrische Stromversorgung", "arch_name": "02.04.032B@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -589536,18 +650891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56503, "usage_id": 160 }, "5604.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.033, Labor", "arch_name": "02.04.033@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -589555,18 +650912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26049, "usage_id": 103 }, "5604.02.034A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.034A, Serverraum", "arch_name": "02.04.034A@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -589574,18 +650933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56517, "usage_id": 207 }, "5604.02.034B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.034B, Lager B\u00fcromaterial", "arch_name": "02.04.034B@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -589593,18 +650954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56642, "usage_id": 30 }, "5604.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.035, B\u00fcro (GKAAM)", "arch_name": "02.04.035@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -589612,18 +650975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12029, "usage_id": 12 }, "5604.02.036": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.036, B\u00fcro", "arch_name": "02.04.036@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589631,18 +650996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12033, "usage_id": 12 }, "5604.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.037, B\u00fcro", "arch_name": "02.04.037@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589650,18 +651017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12036, "usage_id": 12 }, "5604.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.038, Prof.-B\u00fcro", "arch_name": "02.04.038@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589669,18 +651038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12040, "usage_id": 12 }, "5604.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.039, B\u00fcro", "arch_name": "02.04.039@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589688,18 +651059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12043, "usage_id": 12 }, "5604.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.040, Prof.-B\u00fcro", "arch_name": "02.04.040@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589707,18 +651080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12046, "usage_id": 12 }, "5604.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.050, Flur", "arch_name": "02.04.050@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -589726,18 +651101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56793, "usage_id": 222 }, "5604.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.051, Aufenthalt", "arch_name": "02.04.051@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -589745,18 +651122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56801, "usage_id": 44 }, "5604.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.052, Sekretariat", "arch_name": "02.04.052@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589764,18 +651143,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12111, "usage_id": 40 }, "5604.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.053, Prof.-B\u00fcro", "arch_name": "02.04.053@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589783,18 +651164,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12114, "usage_id": 12 }, "5604.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.054, Prof.-B\u00fcro", "arch_name": "02.04.054@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -589802,18 +651185,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12176, "usage_id": 12 }, "5604.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.055, B\u00fcro", "arch_name": "02.04.055@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589821,18 +651206,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12180, "usage_id": 12 }, "5604.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.057, B\u00fcro", "arch_name": "02.04.057@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589840,18 +651227,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12185, "usage_id": 12 }, "5604.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.058, B\u00fcro", "arch_name": "02.04.058@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589859,18 +651248,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56951, "usage_id": 12 }, "5604.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.059, B\u00fcro", "arch_name": "02.04.059@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589878,18 +651269,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12188, "usage_id": 12 }, "5604.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.060, B\u00fcro", "arch_name": "02.04.060@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589897,18 +651290,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12191, "usage_id": 12 }, "5604.02.061": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.061, B\u00fcro", "arch_name": "02.04.061@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14599, "seats": { @@ -589916,18 +651311,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12238, "usage_id": 12 }, "5604.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.101, Treppe", "arch_name": "02.04.101@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -589935,18 +651332,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57098, "usage_id": 223 }, "5604.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.04.102, Treppe", "arch_name": "02.04.102@5604", "area_id": 33, "building_id": 834, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -589954,18 +651353,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57110, "usage_id": 223 }, "5604.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.001, Flur", "arch_name": "03.04.001@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14605, "seats": { @@ -589973,19 +651374,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57216, "usage_id": 222 }, "5604.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.011, Rechnerraum", "arch_name": "03.04.011@5604", "area_id": 33, "building_id": 834, "calendar_resource_nr": 18662, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14605, "seats": { @@ -589993,18 +651396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57223, "usage_id": 207 }, "5604.03.011A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.011A, Balkon", "arch_name": "03.04.011A@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -590012,18 +651417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70400, "usage_id": 219 }, "5604.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.013, Abstellraum", "arch_name": "03.04.013@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -590031,18 +651438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57232, "usage_id": 159 }, "5604.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.014, Flur", "arch_name": "03.04.014@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14605, "seats": { @@ -590050,18 +651459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57242, "usage_id": 222 }, "5604.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.015, WC-Herren", "arch_name": "03.04.015@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14605, "seats": { @@ -590069,18 +651480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57248, "usage_id": 115 }, "5604.03.016A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.016A, Putzraum", "arch_name": "03.04.016A@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -590088,18 +651501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57366, "usage_id": 205 }, "5604.03.016B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.016B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.04.016B@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -590107,18 +651522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57372, "usage_id": 201 }, "5604.03.017": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.017, Abstellraum", "arch_name": "03.04.017@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14605, "seats": { @@ -590126,18 +651543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57380, "usage_id": 159 }, "5604.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.018, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.04.018@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -590145,18 +651564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57389, "usage_id": 201 }, "5604.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.019, WC-Damen", "arch_name": "03.04.019@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14605, "seats": { @@ -590164,18 +651585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57396, "usage_id": 116 }, "5604.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.030, Flur", "arch_name": "03.04.030@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14605, "seats": { @@ -590183,18 +651606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57521, "usage_id": 222 }, "5604.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.031, Wasserversorgung", "arch_name": "03.04.031@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -590202,18 +651627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57528, "usage_id": 183 }, "5604.03.032A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.032A, Elektrische Stromversorgung", "arch_name": "03.04.032A@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -590221,18 +651648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57533, "usage_id": 160 }, "5604.03.032B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.032B, Elektrische Stromversorgung", "arch_name": "03.04.032B@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -590240,18 +651669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57543, "usage_id": 160 }, "5604.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.033, B\u00fcro", "arch_name": "03.04.033@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590259,18 +651690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57660, "usage_id": 12 }, "5604.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.034, Forschungslabor/Server", "arch_name": "03.04.034@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14605, "seats": { @@ -590278,18 +651711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57667, "usage_id": 103 }, "5604.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.035, B\u00fcro", "arch_name": "03.04.035@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590297,18 +651732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11592, "usage_id": 12 }, "5604.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.036, B\u00fcro", "arch_name": "03.04.036@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590316,18 +651753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11595, "usage_id": 12 }, "5604.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.037, B\u00fcro", "arch_name": "03.04.037@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590335,18 +651774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11596, "usage_id": 12 }, "5604.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.038, B\u00fcro", "arch_name": "03.04.038@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590354,18 +651795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57807, "usage_id": 12 }, "5604.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.039, B\u00fcro", "arch_name": "03.04.039@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590373,18 +651816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11650, "usage_id": 12 }, "5604.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.040, Prof.-B\u00fcro", "arch_name": "03.04.040@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590392,18 +651837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11652, "usage_id": 12 }, "5604.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.050, Flur", "arch_name": "03.04.050@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14605, "seats": { @@ -590411,18 +651858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57823, "usage_id": 222 }, "5604.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.051, Aufenthaltsraum", "arch_name": "03.04.051@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14605, "seats": { @@ -590430,18 +651879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57829, "usage_id": 44 }, "5604.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.052, Sekretariat", "arch_name": "03.04.052@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590449,18 +651900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11662, "usage_id": 40 }, "5604.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.053, B\u00fcro", "arch_name": "03.04.053@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590468,18 +651921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11664, "usage_id": 12 }, "5604.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.054, Prof.-B\u00fcro", "arch_name": "03.04.054@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590487,18 +651942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11710, "usage_id": 12 }, "5604.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.055, B\u00fcro", "arch_name": "03.04.055@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590506,18 +651963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11713, "usage_id": 12 }, "5604.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.057, B\u00fcro", "arch_name": "03.04.057@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590525,18 +651984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11716, "usage_id": 12 }, "5604.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.058, Prof.-B\u00fcro", "arch_name": "03.04.058@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590544,18 +652005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11721, "usage_id": 12 }, "5604.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.059, B\u00fcro", "arch_name": "03.04.059@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590563,18 +652026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11723, "usage_id": 12 }, "5604.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.060, B\u00fcro", "arch_name": "03.04.060@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590582,18 +652047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58123, "usage_id": 12 }, "5604.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.061, B\u00fcro", "arch_name": "03.04.061@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14605, "seats": { @@ -590601,18 +652068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11782, "usage_id": 12 }, "5604.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.101, Treppe", "arch_name": "03.04.101@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14208, "seats": { @@ -590620,18 +652089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58138, "usage_id": 223 }, "5604.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.04.102, Treppe", "arch_name": "03.04.102@5604", "area_id": 33, "building_id": 834, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14208, "seats": { @@ -590639,18 +652110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58145, "usage_id": 223 }, "5604.DG.018": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.04.018, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.04.018@5604", "area_id": 33, "building_id": 834, + "floor_level": "DG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -590658,18 +652131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58272, "usage_id": 201 }, "5604.DG.019": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.04.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.04.019@5604", "area_id": 33, "building_id": 834, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -590677,19 +652152,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58280, "usage_id": 201 }, "5604.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.011, MI H\u00f6rsaal 2", "arch_name": "00.04.011@5604", "area_id": 33, "building_id": 834, "calendar_resource_nr": 12578, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -590697,18 +652174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16238, "usage_id": 20 }, "5604.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.012, Treppe", "arch_name": "00.04.012@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -590716,18 +652195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70395, "usage_id": 223 }, "5604.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.013, Abstellraum", "arch_name": "00.04.013@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -590735,18 +652216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56905, "usage_id": 159 }, "5604.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.014, Flur", "arch_name": "00.04.014@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14179, "seats": { @@ -590754,18 +652237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56915, "usage_id": 222 }, "5604.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.015, WC-Herren", "arch_name": "00.04.015@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -590773,18 +652258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57031, "usage_id": 115 }, "5604.EG.016A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.016A, Putzraum", "arch_name": "00.04.016A@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -590792,18 +652279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57040, "usage_id": 205 }, "5604.EG.016B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.016B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.04.016B@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -590811,18 +652300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57049, "usage_id": 201 }, "5604.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.018, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.04.018@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -590830,18 +652321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57051, "usage_id": 201 }, "5604.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.019, WC-Damen", "arch_name": "00.04.019@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -590849,18 +652342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57058, "usage_id": 116 }, "5604.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.030, Flur", "arch_name": "00.04.030@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 14179, "seats": { @@ -590868,18 +652363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57065, "usage_id": 222 }, "5604.EG.030A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.030A, Rampe", "arch_name": "00.04.030A@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -590887,18 +652384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70394, "usage_id": 36 }, "5604.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.031, Wasserversorgung", "arch_name": "00.04.031@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -590906,18 +652405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57182, "usage_id": 183 }, "5604.EG.032A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.32A, Elektrische Stromversorgung", "arch_name": "00.04.32A@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -590925,18 +652426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57185, "usage_id": 160 }, "5604.EG.032B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.032B, Elektrische Stromversorgung", "arch_name": "00.04.032B@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -590944,18 +652447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57192, "usage_id": 160 }, "5604.EG.032C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.032C, Treppe im Freien", "arch_name": "00.04.032C@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -590963,19 +652468,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70397, "usage_id": 7 }, "5604.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.034, Demonstrationspraktikum", "arch_name": "00.04.034@5604", "area_id": 33, "building_id": 834, "calendar_resource_nr": 15226, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -590983,19 +652490,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16553, "usage_id": 103 }, "5604.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.036, Praktikumsraum-Physik", "arch_name": "00.04.036@5604", "area_id": 33, "building_id": 834, "calendar_resource_nr": 20338, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -591003,19 +652512,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57207, "usage_id": 103 }, "5604.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.038, Praktikumsraum-Physik", "arch_name": "00.04.038@5604", "area_id": 33, "building_id": 834, "calendar_resource_nr": 18443, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14179, "seats": { @@ -591023,18 +652534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57330, "usage_id": 103 }, "5604.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.039, Vorbereitungsraum", "arch_name": "00.04.039@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -591042,18 +652555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70396, "usage_id": 136 }, "5604.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.101, Treppe", "arch_name": "00.04.101@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14179, "seats": { @@ -591061,18 +652576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57337, "usage_id": 223 }, "5604.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.102, Treppe", "arch_name": "00.04.102@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14179, "seats": { @@ -591080,18 +652597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57343, "usage_id": 223 }, "5604.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.04.103, Treppe im Freien", "arch_name": "00.04.103@5604", "area_id": 33, "building_id": 834, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -591099,18 +652618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70398, "usage_id": 7 }, "5604.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.011, Flur", "arch_name": "-1.04.011@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 14179, "seats": { @@ -591118,18 +652639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56483, "usage_id": 222 }, "5604.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.012, Batterieraum", "arch_name": "-1.04.012@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 14179, "seats": { @@ -591137,18 +652660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56489, "usage_id": 30 }, "5604.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.013, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.04.013@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -591156,18 +652681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56612, "usage_id": 201 }, "5604.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.014, Flur", "arch_name": "-1.04.014@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 14179, "seats": { @@ -591175,18 +652702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56618, "usage_id": 222 }, "5604.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.015, WC", "arch_name": "-1.04.015@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -591194,18 +652723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56623, "usage_id": 114 }, "5604.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.016, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.04.016@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -591213,18 +652744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56633, "usage_id": 201 }, "5604.U1.017A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.017A, WC", "arch_name": "-1.04.017A@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -591232,18 +652765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56638, "usage_id": 114 }, "5604.U1.017B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.017B, Lager", "arch_name": "-1.04.017B@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 14179, "seats": { @@ -591251,18 +652786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56742, "usage_id": 30 }, "5604.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.018, Elektrische Stromversorgung", "arch_name": "-1.04.018@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -591270,18 +652807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56750, "usage_id": 160 }, "5604.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.019, Umkleide", "arch_name": "-1.04.019@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -591289,18 +652828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56760, "usage_id": 121 }, "5604.U1.019A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.019A, Duschraum", "arch_name": "-1.04.019A@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -591308,18 +652849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70393, "usage_id": 113 }, "5604.U1.019B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.019B, Duschraum", "arch_name": "-1.04.019B@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -591327,18 +652870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70392, "usage_id": 113 }, "5604.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.020, Heizung/Brauchwassererw\u00e4rmung/Hebeanlag", "arch_name": "-1.04.020@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -591346,18 +652891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56768, "usage_id": 201 }, "5604.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.021, WC", "arch_name": "-1.04.021@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14179, "seats": { @@ -591365,18 +652912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56777, "usage_id": 114 }, "5604.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.022, Betriebstechn. Anlagen", "arch_name": "-1.04.022@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -591384,18 +652933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70391, "usage_id": 120 }, "5604.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.04.101, Treppe", "arch_name": "-1.04.101@5604", "area_id": 33, "building_id": 834, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 14179, "seats": { @@ -591403,18 +652954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56891, "usage_id": 223 }, "5605.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.001, Flur", "arch_name": "01.05.001@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -591422,19 +652975,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57439, "usage_id": 222 }, "5605.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.012, Praktikumsraum", "arch_name": "01.05.012@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 19166, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -591442,19 +652997,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57558, "usage_id": 131 }, "5605.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.013, Praktikumsraum", "arch_name": "01.05.013@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 18896, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -591462,18 +653019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57567, "usage_id": 131 }, "5605.01.014A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.014A, Kopie", "arch_name": "01.05.014A@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -591481,18 +653040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57576, "usage_id": 110 }, "5605.01.014B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.014B, Kinderspielraum", "arch_name": "01.05.014B@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -591500,18 +653061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57585, "usage_id": 146 }, "5605.01.014C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.014C, Balkon", "arch_name": "01.05.014C@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -591519,18 +653082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70297, "usage_id": 219 }, "5605.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.015, Aufzug", "arch_name": "01.05.015@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -591538,18 +653103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57695, "usage_id": 4 }, "5605.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.016, Flur", "arch_name": "01.05.016@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -591557,18 +653124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57703, "usage_id": 222 }, "5605.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.018, WC-Herren", "arch_name": "01.05.018@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15436, "seats": { @@ -591576,18 +653145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57709, "usage_id": 115 }, "5605.01.019A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.019A, Putzraum", "arch_name": "01.05.019A@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -591595,18 +653166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57714, "usage_id": 205 }, "5605.01.019B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.019B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.05.019B@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -591614,18 +653187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57720, "usage_id": 201 }, "5605.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.020, Lager", "arch_name": "01.05.020@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -591633,18 +653208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57726, "usage_id": 30 }, "5605.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.021, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.05.021@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -591652,18 +653229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57849, "usage_id": 201 }, "5605.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.022, WC-Damen", "arch_name": "01.05.022@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15436, "seats": { @@ -591671,18 +653250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57856, "usage_id": 116 }, "5605.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.030, Flur", "arch_name": "01.05.030@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -591690,18 +653271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57867, "usage_id": 222 }, "5605.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.031, Teek\u00fcche", "arch_name": "01.05.031@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -591709,18 +653292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57875, "usage_id": 198 }, "5605.01.032A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.032A, Stromversorgung", "arch_name": "01.05.032A@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -591728,18 +653313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57991, "usage_id": 160 }, "5605.01.032B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.032B, Stromversorgung", "arch_name": "01.05.032B@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -591747,19 +653334,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57999, "usage_id": 120 }, "5605.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.033, Arbeitsraum f\u00fcr Diplomanden", "arch_name": "01.05.033@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 20901, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -591767,18 +653356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58008, "usage_id": 213 }, "5605.01.034A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.034A, Serverraum", "arch_name": "01.05.034A@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -591786,18 +653377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58018, "usage_id": 207 }, "5605.01.034B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.034B, Kopierraum", "arch_name": "01.05.034B@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -591805,18 +653398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58025, "usage_id": 110 }, "5605.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.036, B\u00fcro", "arch_name": "01.05.036@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -591824,18 +653419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30927, "usage_id": 12 }, "5605.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.037, B\u00fcro", "arch_name": "01.05.037@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -591843,18 +653440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11573, "usage_id": 12 }, "5605.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.038, B\u00fcro", "arch_name": "01.05.038@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -591862,18 +653461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11618, "usage_id": 12 }, "5605.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.039, B\u00fcro", "arch_name": "01.05.039@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -591881,18 +653482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11620, "usage_id": 12 }, "5605.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.040, B\u00fcro", "arch_name": "01.05.040@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -591900,18 +653503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11622, "usage_id": 12 }, "5605.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.041, B\u00fcro", "arch_name": "01.05.041@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -591919,18 +653524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11623, "usage_id": 12 }, "5605.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.042, B\u00fcro", "arch_name": "01.05.042@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -591938,18 +653545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11629, "usage_id": 12 }, "5605.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.043, B\u00fcro", "arch_name": "01.05.043@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -591957,18 +653566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11632, "usage_id": 12 }, "5605.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.044, Prof.-B\u00fcro", "arch_name": "01.05.044@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -591976,18 +653587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11683, "usage_id": 12 }, "5605.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.050, Flur", "arch_name": "01.05.050@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -591995,18 +653608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58338, "usage_id": 222 }, "5605.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.051, Besprechungsraum", "arch_name": "01.05.051@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -592014,18 +653629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58464, "usage_id": 196 }, "5605.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.052, B\u00fcro Verwaltung", "arch_name": "01.05.052@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -592033,18 +653650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11689, "usage_id": 12 }, "5605.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.053, B\u00fcro", "arch_name": "01.05.053@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -592052,18 +653671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11693, "usage_id": 12 }, "5605.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.054, Prof.-B\u00fcro", "arch_name": "01.05.054@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -592071,18 +653692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11697, "usage_id": 12 }, "5605.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.055, B\u00fcro", "arch_name": "01.05.055@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -592090,18 +653713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11745, "usage_id": 12 }, "5605.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.057, B\u00fcro", "arch_name": "01.05.057@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -592109,19 +653734,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11748, "usage_id": 12 }, "5605.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.058, Seminarraum", "arch_name": "01.05.058@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 23870, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -592129,18 +653756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58616, "usage_id": 41 }, "5605.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.059, B\u00fcro", "arch_name": "01.05.059@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -592148,18 +653777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11753, "usage_id": 12 }, "5605.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.060, B\u00fcro", "arch_name": "01.05.060@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -592167,18 +653798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11755, "usage_id": 12 }, "5605.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.061, B\u00fcro", "arch_name": "01.05.061@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15436, "seats": { @@ -592186,18 +653819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11760, "usage_id": 12 }, "5605.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.101, Treppe", "arch_name": "01.05.101@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -592205,18 +653840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58761, "usage_id": 223 }, "5605.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.05.102, Treppe", "arch_name": "01.05.102@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -592224,18 +653861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58771, "usage_id": 223 }, "5605.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.001, Flur", "arch_name": "02.05.001@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -592243,18 +653882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58775, "usage_id": 222 }, "5605.02.011A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.011A, Kopierer", "arch_name": "02.05.011A@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -592262,19 +653903,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58781, "usage_id": 110 }, "5605.02.011B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.011B, Seminarraum", "arch_name": "02.05.011B@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 26717, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592282,18 +653925,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58792, "usage_id": 41 }, "5605.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.012, Computerlabor", "arch_name": "02.05.012@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -592301,19 +653946,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56419, "usage_id": 103 }, "5605.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.014, Praktikumsraum", "arch_name": "02.05.014@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 26126, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -592321,18 +653968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56423, "usage_id": 131 }, "5605.02.014A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.014A, Balkon", "arch_name": "02.05.014A@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -592340,18 +653989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70401, "usage_id": 219 }, "5605.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.015, Aufzug", "arch_name": "02.05.015@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -592359,18 +654010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56433, "usage_id": 4 }, "5605.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.016, Flur", "arch_name": "02.05.016@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15430, "seats": { @@ -592378,18 +654031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56440, "usage_id": 222 }, "5605.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.018, WC-Herren", "arch_name": "02.05.018@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15430, "seats": { @@ -592397,18 +654052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56449, "usage_id": 115 }, "5605.02.019A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.019A, Putzraum", "arch_name": "02.05.019A@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -592416,18 +654073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56566, "usage_id": 205 }, "5605.02.019B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.019B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.05.019B@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -592435,18 +654094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56573, "usage_id": 201 }, "5605.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.020, Lager", "arch_name": "02.05.020@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15430, "seats": { @@ -592454,18 +654115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56588, "usage_id": 30 }, "5605.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.021, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.05.021@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -592473,18 +654136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56600, "usage_id": 201 }, "5605.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.022, WC-Damen", "arch_name": "02.05.022@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15430, "seats": { @@ -592492,18 +654157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56701, "usage_id": 116 }, "5605.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.030, Flur", "arch_name": "02.05.030@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15430, "seats": { @@ -592511,18 +654178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56709, "usage_id": 222 }, "5605.02.031": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.031, Teek\u00fcche", "arch_name": "02.05.031@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15430, "seats": { @@ -592530,18 +654199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56716, "usage_id": 198 }, "5605.02.032A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.032A, Stromversorgung", "arch_name": "02.05.032A@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -592549,18 +654220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56726, "usage_id": 160 }, "5605.02.032B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.032B, Stromversorgung", "arch_name": "02.05.032B@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -592568,19 +654241,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56732, "usage_id": 120 }, "5605.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.033, Praktikumsraum", "arch_name": "02.05.033@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 21342, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592588,18 +654263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56739, "usage_id": 131 }, "5605.02.034A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.034A, Serverraum", "arch_name": "02.05.034A@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15430, "seats": { @@ -592607,18 +654284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56851, "usage_id": 207 }, "5605.02.034B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.034B, Lager", "arch_name": "02.05.034B@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15430, "seats": { @@ -592626,18 +654305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56860, "usage_id": 30 }, "5605.02.036": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.036, \u00dcbung", "arch_name": "02.05.036@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15430, "seats": { @@ -592645,18 +654326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30169, "usage_id": 131 }, "5605.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.037, Besprechung", "arch_name": "02.05.037@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15430, "seats": { @@ -592664,19 +654347,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56877, "usage_id": 196 }, "5605.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.040, B\u00fcro", "arch_name": "02.05.040@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 24495, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592684,19 +654369,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12061, "usage_id": 12 }, "5605.02.041": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.041, B\u00fcro", "arch_name": "02.05.041@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 25430, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592704,18 +654391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12066, "usage_id": 12 }, "5605.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.042, B\u00fcro", "arch_name": "02.05.042@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592723,18 +654412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12070, "usage_id": 12 }, "5605.02.043": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.043, B\u00fcro", "arch_name": "02.05.043@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592742,18 +654433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12123, "usage_id": 12 }, "5605.02.044": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.044, Prof.-B\u00fcro", "arch_name": "02.05.044@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592761,18 +654454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12126, "usage_id": 12 }, "5605.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.050, Flur", "arch_name": "02.05.050@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15430, "seats": { @@ -592780,18 +654475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57595, "usage_id": 222 }, "5605.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.051, Aufenthalt", "arch_name": "02.05.051@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592799,18 +654496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57601, "usage_id": 44 }, "5605.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.052, B\u00fcro", "arch_name": "02.05.052@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592818,18 +654517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12136, "usage_id": 40 }, "5605.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.053, B\u00fcro", "arch_name": "02.05.053@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592837,18 +654538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12140, "usage_id": 12 }, "5605.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.054, Prof.-B\u00fcro", "arch_name": "02.05.054@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592856,19 +654559,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12195, "usage_id": 12 }, "5605.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.055, B\u00fcro", "arch_name": "02.05.055@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 23429, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592876,18 +654581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12198, "usage_id": 12 }, "5605.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.057, B\u00fcro", "arch_name": "02.05.057@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592895,18 +654602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12203, "usage_id": 12 }, "5605.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.058, B\u00fcro", "arch_name": "02.05.058@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592914,18 +654623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12209, "usage_id": 12 }, "5605.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.059, B\u00fcro", "arch_name": "02.05.059@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592933,18 +654644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12250, "usage_id": 12 }, "5605.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.060, B\u00fcro", "arch_name": "02.05.060@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592952,18 +654665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12252, "usage_id": 12 }, "5605.02.061": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.061, B\u00fcro", "arch_name": "02.05.061@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15430, "seats": { @@ -592971,18 +654686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12256, "usage_id": 12 }, "5605.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.101, Treppe", "arch_name": "02.05.101@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -592990,18 +654707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57006, "usage_id": 223 }, "5605.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.05.102, Treppe", "arch_name": "02.05.102@5605", "area_id": 33, "building_id": 835, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -593009,18 +654728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57014, "usage_id": 223 }, "5605.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.001, Flur", "arch_name": "03.05.001@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -593028,18 +654749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57025, "usage_id": 222 }, "5605.03.011A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.011A, Kopierraum", "arch_name": "03.05.011A@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -593047,18 +654770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57445, "usage_id": 110 }, "5605.03.011B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.011B, Besprechung", "arch_name": "03.05.011B@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593066,19 +654791,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57454, "usage_id": 196 }, "5605.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.012, Praktikumsraum", "arch_name": "03.05.012@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 15275, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -593086,19 +654813,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30560, "usage_id": 131 }, "5605.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.014, Praktikumsraum", "arch_name": "03.05.014@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 23264, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -593106,18 +654835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57473, "usage_id": 131 }, "5605.03.014A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.014A, Balkon", "arch_name": "03.05.014A@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -593125,18 +654856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70402, "usage_id": 219 }, "5605.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.015, Aufzug", "arch_name": "03.05.015@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -593144,18 +654877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57480, "usage_id": 4 }, "5605.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.016, Flur", "arch_name": "03.05.016@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15438, "seats": { @@ -593163,18 +654898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55380, "usage_id": 222 }, "5605.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.018, WC-Herren", "arch_name": "03.05.018@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15438, "seats": { @@ -593182,18 +654919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55385, "usage_id": 115 }, "5605.03.019A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.019A, Putzraum", "arch_name": "03.05.019A@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -593201,18 +654940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55394, "usage_id": 205 }, "5605.03.019B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.019B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.05.019B@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -593220,18 +654961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55403, "usage_id": 201 }, "5605.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.020, Lager", "arch_name": "03.05.020@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -593239,18 +654982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55411, "usage_id": 30 }, "5605.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.021, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.05.021@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -593258,18 +655003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55541, "usage_id": 201 }, "5605.03.022": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.022, WC-Damen", "arch_name": "03.05.022@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15438, "seats": { @@ -593277,18 +655024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55552, "usage_id": 116 }, "5605.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.030, Flur", "arch_name": "03.05.030@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15438, "seats": { @@ -593296,18 +655045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55559, "usage_id": 222 }, "5605.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.031, Teek\u00fcche", "arch_name": "03.05.031@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -593315,18 +655066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55569, "usage_id": 198 }, "5605.03.032A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.032A, Stromversorgung", "arch_name": "03.05.032A@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -593334,18 +655087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55697, "usage_id": 160 }, "5605.03.032B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.032B, Stromversorgung", "arch_name": "03.05.032B@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -593353,19 +655108,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55705, "usage_id": 120 }, "5605.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.033, Seminarraum", "arch_name": "03.05.033@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 23249, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -593373,18 +655130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55714, "usage_id": 41 }, "5605.03.034A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.034A, Serverraum", "arch_name": "03.05.034A@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -593392,18 +655151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55724, "usage_id": 207 }, "5605.03.034B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.034B, Lager/B\u00fcromaterial", "arch_name": "03.05.034B@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -593411,18 +655172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55734, "usage_id": 30 }, "5605.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.036, B\u00fcro", "arch_name": "03.05.036@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593430,18 +655193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11703, "usage_id": 12 }, "5605.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.037, B\u00fcro", "arch_name": "03.05.037@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -593449,18 +655214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11705, "usage_id": 12 }, "5605.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.038, B\u00fcro", "arch_name": "03.05.038@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593468,18 +655235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11707, "usage_id": 12 }, "5605.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.039, Computerlabor", "arch_name": "03.05.039@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593487,18 +655256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55889, "usage_id": 103 }, "5605.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.040, B\u00fcro", "arch_name": "03.05.040@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593506,18 +655277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55899, "usage_id": 12 }, "5605.03.041": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.041, B\u00fcro", "arch_name": "03.05.041@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593525,18 +655298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11770, "usage_id": 12 }, "5605.03.042": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.042, B\u00fcro", "arch_name": "03.05.042@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593544,18 +655319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11773, "usage_id": 12 }, "5605.03.043": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.043, B\u00fcro", "arch_name": "03.05.043@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593563,18 +655340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11776, "usage_id": 12 }, "5605.03.044": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.044, Prof.-B\u00fcro", "arch_name": "03.05.044@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593582,18 +655361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56048, "usage_id": 12 }, "5605.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.050, Flur", "arch_name": "03.05.050@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15438, "seats": { @@ -593601,18 +655382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56179, "usage_id": 222 }, "5605.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.051, Aufenthalt", "arch_name": "03.05.051@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -593620,18 +655403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56187, "usage_id": 44 }, "5605.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.052, Sekretariat", "arch_name": "03.05.052@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593639,18 +655424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11826, "usage_id": 40 }, "5605.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.053, B\u00fcro", "arch_name": "03.05.053@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593658,18 +655445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11828, "usage_id": 12 }, "5605.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.054, Prof.-B\u00fcro", "arch_name": "03.05.054@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593677,18 +655466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11831, "usage_id": 12 }, "5605.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.055, B\u00fcro", "arch_name": "03.05.055@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593696,18 +655487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11887, "usage_id": 12 }, "5605.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.057, Praktikumsraum", "arch_name": "03.05.057@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593715,18 +655508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11889, "usage_id": 131 }, "5605.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.058, B\u00fcro", "arch_name": "03.05.058@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593734,18 +655529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56361, "usage_id": 12 }, "5605.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.059, B\u00fcro", "arch_name": "03.05.059@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593753,18 +655550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11897, "usage_id": 12 }, "5605.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.060, B\u00fcro", "arch_name": "03.05.060@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593772,19 +655571,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11899, "usage_id": 12 }, "5605.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.061, B\u00fcro", "arch_name": "03.05.061@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 30052, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -593792,18 +655593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11902, "usage_id": 12 }, "5605.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.101, Treppe", "arch_name": "03.05.101@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -593811,18 +655614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53989, "usage_id": 223 }, "5605.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.102, Treppe", "arch_name": "03.05.102@5605", "area_id": 33, "building_id": 835, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -593830,18 +655635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53996, "usage_id": 223 }, "5605.DG.015": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.05.015, Aufzug", "arch_name": "04.05.015@5605", "area_id": 33, "building_id": 835, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -593849,18 +655656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54003, "usage_id": 4 }, "5605.DG.020": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.05.020, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.05.020@5605", "area_id": 33, "building_id": 835, + "floor_level": "DG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -593868,18 +655677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54010, "usage_id": 201 }, "5605.DG.021": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.05.021, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.05.021@5605", "area_id": 33, "building_id": 835, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -593887,19 +655698,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54018, "usage_id": 201 }, "5605.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.011, Rechnerraum", "arch_name": "00.05.011@5605", "area_id": 33, "building_id": 835, "calendar_resource_nr": 28092, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44266, "seats": { @@ -593907,18 +655720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58754, "usage_id": 207 }, "5605.EG.011A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.011A, Balkon", "arch_name": "00.05.011A@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -593926,18 +655741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70295, "usage_id": 219 }, "5605.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.015, Aufzug", "arch_name": "00.05.015@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -593945,18 +655762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56529, "usage_id": 4 }, "5605.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.016, Flur", "arch_name": "00.05.016@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -593964,18 +655783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56538, "usage_id": 222 }, "5605.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.017, WC-Herren", "arch_name": "00.05.017@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44266, "seats": { @@ -593983,18 +655804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56547, "usage_id": 115 }, "5605.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.018, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.05.018@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -594002,18 +655825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56555, "usage_id": 201 }, "5605.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.019, Putzraum", "arch_name": "00.05.019@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -594021,18 +655846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56562, "usage_id": 205 }, "5605.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.020, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.05.020@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -594040,18 +655867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17153, "usage_id": 201 }, "5605.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.021, WC-Damen", "arch_name": "00.05.021@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 44266, "seats": { @@ -594059,18 +655888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56679, "usage_id": 116 }, "5605.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.030, Flur", "arch_name": "00.05.030@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -594078,18 +655909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56687, "usage_id": 222 }, "5605.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.031, Wasserversorgung", "arch_name": "00.05.031@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -594097,18 +655930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56692, "usage_id": 120 }, "5605.EG.032A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.032A, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.05.032A@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -594116,18 +655951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56813, "usage_id": 160 }, "5605.EG.032B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.032B, Stromversorgung", "arch_name": "00.05.032B@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -594135,18 +655972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56819, "usage_id": 120 }, "5605.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.033, Raumlufttechnik", "arch_name": "00.05.033@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -594154,18 +655993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56826, "usage_id": 120 }, "5605.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.034, Kopierraum", "arch_name": "00.05.034@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -594173,18 +656014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56831, "usage_id": 110 }, "5605.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.035, Seminarraum", "arch_name": "00.05.035@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -594192,18 +656035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56834, "usage_id": 41 }, "5605.EG.036A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.036A, Aufenthaltsraum", "arch_name": "00.05.036A@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -594211,18 +656056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56955, "usage_id": 44 }, "5605.EG.036B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.036B, Teek\u00fcche", "arch_name": "00.05.036B@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -594230,18 +656077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56958, "usage_id": 198 }, "5605.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.038, B\u00fcro", "arch_name": "00.05.038@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594249,18 +656098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12172, "usage_id": 12 }, "5605.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.040, B\u00fcro", "arch_name": "00.05.040@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594268,18 +656119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12219, "usage_id": 12 }, "5605.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.041, B\u00fcro", "arch_name": "00.05.041@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594287,18 +656140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12224, "usage_id": 12 }, "5605.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.042, B\u00fcro", "arch_name": "00.05.042@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594306,18 +656161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57112, "usage_id": 12 }, "5605.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.043, B\u00fcro", "arch_name": "00.05.043@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594325,18 +656182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12230, "usage_id": 12 }, "5605.EG.044": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.044, B\u00fcro", "arch_name": "00.05.044@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594344,18 +656203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12232, "usage_id": 12 }, "5605.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.050, Flur", "arch_name": "00.05.050@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -594363,18 +656224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57133, "usage_id": 222 }, "5605.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.052, Sekretariat", "arch_name": "00.05.052@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594382,18 +656245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12276, "usage_id": 40 }, "5605.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.053, B\u00fcro", "arch_name": "00.05.053@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594401,18 +656266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68147, "usage_id": 12 }, "5605.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.055, B\u00fcro", "arch_name": "00.05.055@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594420,18 +656287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12280, "usage_id": 12 }, "5605.EG.056": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.056, B\u00fcro Leiter", "arch_name": "00.05.056@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594439,18 +656308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57267, "usage_id": 12 }, "5605.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.057, B\u00fcro", "arch_name": "00.05.057@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594458,18 +656329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57277, "usage_id": 12 }, "5605.EG.058": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.058, B\u00fcro", "arch_name": "00.05.058@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594477,18 +656350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12285, "usage_id": 12 }, "5605.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.059, B\u00fcro", "arch_name": "00.05.059@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594496,18 +656371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11454, "usage_id": 12 }, "5605.EG.060": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.060, B\u00fcro Verwaltung", "arch_name": "00.05.060@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -594515,18 +656392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11457, "usage_id": 12 }, "5605.EG.061": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.061, Treppe im Freien", "arch_name": "00.05.061@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -594534,18 +656413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70296, "usage_id": 7 }, "5605.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.101, Treppe", "arch_name": "00.05.101@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -594553,18 +656434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57423, "usage_id": 223 }, "5605.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.05.102, Treppe", "arch_name": "00.05.102@5605", "area_id": 33, "building_id": 835, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -594572,18 +656455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57430, "usage_id": 223 }, "5605.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.008, Personenaufzug", "arch_name": "-1.05.008@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -594591,18 +656476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70292, "usage_id": 4 }, "5605.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.011, Serverraum", "arch_name": "-1.05.011@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44266, "seats": { @@ -594610,18 +656497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58296, "usage_id": 207 }, "5605.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.012, Serverraum", "arch_name": "-1.05.012@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44266, "seats": { @@ -594629,18 +656518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58421, "usage_id": 207 }, "5605.U1.013A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.013A, Umkleide", "arch_name": "-1.05.013A@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14208, "seats": { @@ -594648,18 +656539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58434, "usage_id": 121 }, "5605.U1.013B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.013B, Waschraum", "arch_name": "-1.05.013B@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14208, "seats": { @@ -594667,18 +656560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58443, "usage_id": 210 }, "5605.U1.013C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.013C, Duschraum", "arch_name": "-1.05.013C@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 14208, "seats": { @@ -594686,18 +656581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70294, "usage_id": 113 }, "5605.U1.014A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.014A, Umkleide", "arch_name": "-1.05.014A@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44266, "seats": { @@ -594705,18 +656602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58453, "usage_id": 121 }, "5605.U1.014B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.014B, Waschraum", "arch_name": "-1.05.014B@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44266, "seats": { @@ -594724,18 +656623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58567, "usage_id": 210 }, "5605.U1.014C": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.014C, Duschraum", "arch_name": "-1.05.014C@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 44266, "seats": { @@ -594743,18 +656644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70293, "usage_id": 113 }, "5605.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.015, Flur", "arch_name": "-1.05.015@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -594762,18 +656665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58575, "usage_id": 222 }, "5605.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.016, Putzraum", "arch_name": "-1.05.016@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -594781,18 +656686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58584, "usage_id": 205 }, "5605.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.017, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.05.017@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -594800,18 +656707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58595, "usage_id": 201 }, "5605.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.018, Lager", "arch_name": "-1.05.018@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -594819,18 +656728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58605, "usage_id": 30 }, "5605.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.019, Stromversorgung", "arch_name": "-1.05.019@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -594838,18 +656749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58722, "usage_id": 160 }, "5605.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.020, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.05.020@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -594857,18 +656770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58733, "usage_id": 201 }, "5605.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.05.101, Treppe", "arch_name": "-1.05.101@5605", "area_id": 33, "building_id": 835, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -594876,18 +656791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58741, "usage_id": 223 }, "5606.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.001, Flur", "arch_name": "01.06.001@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -594895,19 +656812,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56233, "usage_id": 222 }, "5606.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.011, Seminarraum", "arch_name": "01.06.011@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 15280, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15438, "seats": { @@ -594915,18 +656834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31075, "usage_id": 41 }, "5606.01.011A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.011A, Balkon", "arch_name": "01.06.011A@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -594934,18 +656855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70410, "usage_id": 219 }, "5606.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.013, Aufzug", "arch_name": "01.06.013@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -594953,18 +656876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56249, "usage_id": 4 }, "5606.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.014, Flur", "arch_name": "01.06.014@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -594972,18 +656897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56258, "usage_id": 222 }, "5606.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.015, WC-Herren", "arch_name": "01.06.015@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15435, "seats": { @@ -594991,18 +656918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56386, "usage_id": 115 }, "5606.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.016, WC-Damen", "arch_name": "01.06.016@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15435, "seats": { @@ -595010,18 +656939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56391, "usage_id": 116 }, "5606.01.017A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.017A, Putzraum", "arch_name": "01.06.017A@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -595029,18 +656960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56401, "usage_id": 205 }, "5606.01.017B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.06.017B@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -595048,18 +656981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56414, "usage_id": 201 }, "5606.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.018, Lager", "arch_name": "01.06.018@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -595067,18 +657002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54026, "usage_id": 30 }, "5606.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.06.019@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -595086,19 +657023,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54034, "usage_id": 201 }, "5606.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.020, Seminarraum", "arch_name": "01.06.020@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 15283, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -595106,18 +657045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31256, "usage_id": 41 }, "5606.01.020A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.020A, Balkon", "arch_name": "01.06.020A@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -595125,18 +657066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70409, "usage_id": 219 }, "5606.01.022A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.022A, Kopierer", "arch_name": "01.06.022A@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -595144,18 +657087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54047, "usage_id": 110 }, "5606.01.022B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.022B, B\u00fcro", "arch_name": "01.06.022B@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -595163,18 +657108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13430, "usage_id": 12 }, "5606.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.030, Flur", "arch_name": "01.06.030@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -595182,18 +657129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54183, "usage_id": 222 }, "5606.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.031, Teek\u00fcche", "arch_name": "01.06.031@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15438, "seats": { @@ -595201,18 +657150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54190, "usage_id": 198 }, "5606.01.032A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.032A, Stromversorgung", "arch_name": "01.06.032A@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -595220,18 +657171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54199, "usage_id": 160 }, "5606.01.032B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.032B, Stromversorgung", "arch_name": "01.06.032B@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -595239,18 +657192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54206, "usage_id": 120 }, "5606.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.033, B\u00fcro", "arch_name": "01.06.033@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -595258,18 +657213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29800, "usage_id": 12 }, "5606.01.034A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.034A, Serverraum", "arch_name": "01.06.034A@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -595277,18 +657234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54335, "usage_id": 207 }, "5606.01.034B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.034B, Lager", "arch_name": "01.06.034B@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15438, "seats": { @@ -595296,18 +657255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54347, "usage_id": 30 }, "5606.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.035, B\u00fcro", "arch_name": "01.06.035@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -595315,18 +657276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54355, "usage_id": 12 }, "5606.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.036, B\u00fcro", "arch_name": "01.06.036@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14179, "seats": { @@ -595334,18 +657297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13504, "usage_id": 12 }, "5606.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.037, B\u00fcro", "arch_name": "01.06.037@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15438, "seats": { @@ -595353,18 +657318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29908, "usage_id": 12 }, "5606.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.038, B\u00fcro", "arch_name": "01.06.038@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 14179, "seats": { @@ -595372,18 +657339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13509, "usage_id": 12 }, "5606.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.039, B\u00fcro", "arch_name": "01.06.039@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15438, "seats": { @@ -595391,18 +657360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54513, "usage_id": 12 }, "5606.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.040, B\u00fcro Verwaltung", "arch_name": "01.06.040@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15438, "seats": { @@ -595410,18 +657381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13537, "usage_id": 12 }, "5606.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.050, Flur", "arch_name": "01.06.050@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -595429,19 +657402,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54643, "usage_id": 222 }, "5606.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.051, Besprechungsraum", "arch_name": "01.06.051@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 25807, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15438, "seats": { @@ -595449,18 +657424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54652, "usage_id": 196 }, "5606.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.052, Besprechung", "arch_name": "01.06.052@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15438, "seats": { @@ -595468,18 +657445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13543, "usage_id": 196 }, "5606.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.053, B\u00fcro", "arch_name": "01.06.053@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -595487,18 +657466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13545, "usage_id": 12 }, "5606.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.054, B\u00fcro", "arch_name": "01.06.054@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15438, "seats": { @@ -595506,18 +657487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13568, "usage_id": 12 }, "5606.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.055, B\u00fcro", "arch_name": "01.06.055@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -595525,18 +657508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13571, "usage_id": 12 }, "5606.01.056": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.056, B\u00fcro", "arch_name": "01.06.056@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15438, "seats": { @@ -595544,18 +657529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13572, "usage_id": 12 }, "5606.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.057, B\u00fcro", "arch_name": "01.06.057@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -595563,18 +657550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13573, "usage_id": 12 }, "5606.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.058, B\u00fcro", "arch_name": "01.06.058@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15438, "seats": { @@ -595582,18 +657571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13574, "usage_id": 12 }, "5606.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.059, B\u00fcro", "arch_name": "01.06.059@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -595601,18 +657592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13576, "usage_id": 12 }, "5606.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.060, B\u00fcro", "arch_name": "01.06.060@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15438, "seats": { @@ -595620,18 +657613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13611, "usage_id": 12 }, "5606.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.061, B\u00fcro", "arch_name": "01.06.061@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15438, "seats": { @@ -595639,18 +657634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13613, "usage_id": 12 }, "5606.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.101, Treppe", "arch_name": "01.06.101@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -595658,18 +657655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54992, "usage_id": 223 }, "5606.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.06.102, Treppe", "arch_name": "01.06.102@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -595677,18 +657676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55001, "usage_id": 223 }, "5606.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.001, Flur", "arch_name": "02.06.001@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -595696,19 +657697,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55006, "usage_id": 222 }, "5606.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.011, Rechnerraum", "arch_name": "02.06.011@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 15271, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -595716,18 +657719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30232, "usage_id": 207 }, "5606.02.011A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.011A, Balkon", "arch_name": "02.06.011A@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -595735,18 +657740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70299, "usage_id": 219 }, "5606.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.013, Aufzug", "arch_name": "02.06.013@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -595754,18 +657761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55142, "usage_id": 4 }, "5606.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.014, Flur", "arch_name": "02.06.014@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -595773,18 +657782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55149, "usage_id": 222 }, "5606.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.015, WC-Herren", "arch_name": "02.06.015@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14598, "seats": { @@ -595792,18 +657803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55158, "usage_id": 115 }, "5606.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.016, WC-Damen", "arch_name": "02.06.016@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14598, "seats": { @@ -595811,18 +657824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55292, "usage_id": 116 }, "5606.02.017A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.017A, Putzraum", "arch_name": "02.06.017A@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -595830,18 +657845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55301, "usage_id": 205 }, "5606.02.017B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.06.017B@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -595849,18 +657866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55309, "usage_id": 201 }, "5606.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.018, Abstellraum", "arch_name": "02.06.018@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -595868,18 +657887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55317, "usage_id": 159 }, "5606.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.06.019@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -595887,19 +657908,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55456, "usage_id": 201 }, "5606.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.020, Rechnerraum", "arch_name": "02.06.020@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 18526, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14599, "seats": { @@ -595907,18 +657930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55462, "usage_id": 207 }, "5606.02.020A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.020A, Balkon", "arch_name": "02.06.020A@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -595926,18 +657951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70298, "usage_id": 219 }, "5606.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.021, B\u00fcro", "arch_name": "02.06.021@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -595945,18 +657972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13802, "usage_id": 12 }, "5606.02.022A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.022A, Kopierer (M9/M10)", "arch_name": "02.06.022A@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -595964,19 +657993,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55482, "usage_id": 110 }, "5606.02.022B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.022B, Besprechungsraum (M9/M10)", "arch_name": "02.06.022B@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 32893, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -595984,18 +658015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55620, "usage_id": 196 }, "5606.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.030, Flur", "arch_name": "02.06.030@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -596003,18 +658036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55629, "usage_id": 222 }, "5606.02.031": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.031, Wasserversorgung", "arch_name": "02.06.031@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -596022,18 +658057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55639, "usage_id": 183 }, "5606.02.032A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.032A, Stromversorgung", "arch_name": "02.06.032A@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -596041,18 +658078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55654, "usage_id": 160 }, "5606.02.032B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.032B, Stromversorgung", "arch_name": "02.06.032B@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -596060,18 +658099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55787, "usage_id": 120 }, "5606.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.033, B\u00fcro", "arch_name": "02.06.033@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14603, "seats": { @@ -596079,18 +658120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55800, "usage_id": 12 }, "5606.02.034A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.034A, Drucker", "arch_name": "02.06.034A@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -596098,18 +658141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55815, "usage_id": 110 }, "5606.02.034B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.034B, Archiv", "arch_name": "02.06.034B@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -596117,18 +658162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55935, "usage_id": 2 }, "5606.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.035, B\u00fcro", "arch_name": "02.06.035@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14603, "seats": { @@ -596136,18 +658183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55949, "usage_id": 12 }, "5606.02.036": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.036, Rechnerraum", "arch_name": "02.06.036@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -596155,18 +658204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30806, "usage_id": 207 }, "5606.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.037, Prof.-B\u00fcro", "arch_name": "02.06.037@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14603, "seats": { @@ -596174,18 +658225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55976, "usage_id": 12 }, "5606.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.038, B\u00fcro", "arch_name": "02.06.038@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596193,18 +658246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13932, "usage_id": 12 }, "5606.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.039, B\u00fcro", "arch_name": "02.06.039@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14603, "seats": { @@ -596212,18 +658267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56120, "usage_id": 12 }, "5606.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.040, Prof.-B\u00fcro", "arch_name": "02.06.040@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596231,18 +658288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56133, "usage_id": 12 }, "5606.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.050, Flur", "arch_name": "02.06.050@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -596250,18 +658309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56267, "usage_id": 222 }, "5606.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.051, Aufenthaltsraum", "arch_name": "02.06.051@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -596269,19 +658330,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56277, "usage_id": 44 }, "5606.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.052, Sekretariat", "arch_name": "02.06.052@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 20941, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596289,18 +658352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56291, "usage_id": 40 }, "5606.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.053, B\u00fcro", "arch_name": "02.06.053@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596308,18 +658373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13984, "usage_id": 12 }, "5606.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.054, Prof.-B\u00fcro", "arch_name": "02.06.054@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596327,18 +658394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14011, "usage_id": 12 }, "5606.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.055, B\u00fcro", "arch_name": "02.06.055@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596346,18 +658415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14019, "usage_id": 12 }, "5606.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.057, B\u00fcro", "arch_name": "02.06.057@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596365,18 +658436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14027, "usage_id": 12 }, "5606.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.058, B\u00fcro", "arch_name": "02.06.058@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596384,18 +658457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14033, "usage_id": 12 }, "5606.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.059, B\u00fcro", "arch_name": "02.06.059@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596403,18 +658478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13344, "usage_id": 12 }, "5606.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.060, Prof.-B\u00fcro", "arch_name": "02.06.060@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596422,18 +658499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54235, "usage_id": 12 }, "5606.02.061": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.061, B\u00fcro", "arch_name": "02.06.061@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14598, "seats": { @@ -596441,18 +658520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13357, "usage_id": 12 }, "5606.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.101, Treppe", "arch_name": "02.06.101@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -596460,18 +658541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54377, "usage_id": 223 }, "5606.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.06.102, Treppe", "arch_name": "02.06.102@5606", "area_id": 33, "building_id": 837, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -596479,18 +658562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54391, "usage_id": 223 }, "5606.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.001, Flur", "arch_name": "03.06.001@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -596498,19 +658583,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54530, "usage_id": 222 }, "5606.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.011, Seminarraum (M6/M8)", "arch_name": "03.06.011@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 15221, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -596518,18 +658605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15553, "usage_id": 41 }, "5606.03.011A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.011A, Balkon", "arch_name": "03.06.011A@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -596537,18 +658626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70301, "usage_id": 219 }, "5606.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.013, Aufzug", "arch_name": "03.06.013@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -596556,18 +658647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54550, "usage_id": 4 }, "5606.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.014, Flur", "arch_name": "03.06.014@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -596575,18 +658668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54561, "usage_id": 222 }, "5606.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.015, WC-Herren", "arch_name": "03.06.015@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14596, "seats": { @@ -596594,18 +658689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54688, "usage_id": 115 }, "5606.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.016, WC-Damen", "arch_name": "03.06.016@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14596, "seats": { @@ -596613,18 +658710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54701, "usage_id": 116 }, "5606.03.017A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.017A, Putzraum", "arch_name": "03.06.017A@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -596632,18 +658731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54715, "usage_id": 205 }, "5606.03.017B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.06.017B@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -596651,18 +658752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54726, "usage_id": 201 }, "5606.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.018, Abstellraum", "arch_name": "03.06.018@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -596670,18 +658773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54860, "usage_id": 159 }, "5606.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.06.019@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -596689,18 +658794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54870, "usage_id": 201 }, "5606.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.020, Rechnerraum", "arch_name": "03.06.020@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -596708,18 +658815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29956, "usage_id": 207 }, "5606.03.020A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.020A, Balkon", "arch_name": "03.06.020A@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -596727,18 +658836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70300, "usage_id": 219 }, "5606.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.021, B\u00fcro", "arch_name": "03.06.021@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -596746,18 +658857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13528, "usage_id": 12 }, "5606.03.022A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.022A, Kopierer (M6/M8)", "arch_name": "03.06.022A@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -596765,19 +658878,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55028, "usage_id": 110 }, "5606.03.022B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.022B, Besprechungsraum (M6/M8)", "arch_name": "03.06.022B@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 32892, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -596785,18 +658900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55040, "usage_id": 196 }, "5606.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.030, Flur", "arch_name": "03.06.030@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -596804,18 +658921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55167, "usage_id": 222 }, "5606.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.031, Wasserversorgung", "arch_name": "03.06.031@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -596823,18 +658942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55178, "usage_id": 120 }, "5606.03.032A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.032A, Stromversorgung", "arch_name": "03.06.032A@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -596842,18 +658963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55186, "usage_id": 160 }, "5606.03.032B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.032B, Stromversorgung", "arch_name": "03.06.032B@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -596861,18 +658984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55197, "usage_id": 120 }, "5606.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.033, B\u00fcro (M6/M8)", "arch_name": "03.06.033@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -596880,18 +659005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13567, "usage_id": 12 }, "5606.03.034A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.034A, Serverraum", "arch_name": "03.06.034A@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -596899,18 +659026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55352, "usage_id": 207 }, "5606.03.034B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.034B, Lager/B\u00fcromaterial", "arch_name": "03.06.034B@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -596918,18 +659047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55368, "usage_id": 30 }, "5606.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.035, B\u00fcro", "arch_name": "03.06.035@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -596937,18 +659068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13607, "usage_id": 12 }, "5606.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.036, B\u00fcro", "arch_name": "03.06.036@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -596956,18 +659089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13610, "usage_id": 12 }, "5606.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.037, B\u00fcro", "arch_name": "03.06.037@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -596975,18 +659110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55516, "usage_id": 12 }, "5606.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.038, B\u00fcro", "arch_name": "03.06.038@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -596994,18 +659131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13657, "usage_id": 12 }, "5606.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.039, B\u00fcro", "arch_name": "03.06.039@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -597013,18 +659152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13660, "usage_id": 12 }, "5606.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.040, Prof.-B\u00fcro", "arch_name": "03.06.040@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -597032,18 +659173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13666, "usage_id": 12 }, "5606.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.050, Flur", "arch_name": "03.06.050@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -597051,18 +659194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55683, "usage_id": 222 }, "5606.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.051, Aufenthaltsraum", "arch_name": "03.06.051@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -597070,18 +659215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55826, "usage_id": 44 }, "5606.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.052, Sekretariat", "arch_name": "03.06.052@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -597089,18 +659236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13726, "usage_id": 40 }, "5606.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.053, B\u00fcro", "arch_name": "03.06.053@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -597108,18 +659257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13728, "usage_id": 12 }, "5606.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.054, Prof.-B\u00fcro", "arch_name": "03.06.054@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14596, "seats": { @@ -597127,18 +659278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13729, "usage_id": 12 }, "5606.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.05.055, B\u00fcro", "arch_name": "03.05.055@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -597146,18 +659299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13731, "usage_id": 12 }, "5606.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.057, B\u00fcro", "arch_name": "03.06.057@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -597165,18 +659320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13778, "usage_id": 12 }, "5606.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.058, B\u00fcro", "arch_name": "03.06.058@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -597184,18 +659341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13780, "usage_id": 12 }, "5606.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.059, B\u00fcro", "arch_name": "03.06.059@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -597203,18 +659362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13781, "usage_id": 12 }, "5606.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.060, Prof.-B\u00fcro", "arch_name": "03.06.060@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -597222,18 +659383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13784, "usage_id": 12 }, "5606.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.061, B\u00fcro", "arch_name": "03.06.061@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14596, "seats": { @@ -597241,18 +659404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13787, "usage_id": 12 }, "5606.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.101, Treppe", "arch_name": "03.06.101@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14208, "seats": { @@ -597260,18 +659425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55991, "usage_id": 223 }, "5606.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.06.102, Treppe", "arch_name": "03.06.102@5606", "area_id": 33, "building_id": 837, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14208, "seats": { @@ -597279,18 +659446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55997, "usage_id": 223 }, "5606.04.013": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.06.013, Aufzug", "arch_name": "04.06.013@5606", "area_id": 33, "building_id": 837, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -597298,18 +659467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56003, "usage_id": 4 }, "5606.04.019": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.06.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.06.019@5606", "area_id": 33, "building_id": 837, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -597317,18 +659488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56008, "usage_id": 201 }, "5606.04.020": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.06.020, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.06.020@5606", "area_id": 33, "building_id": 837, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -597336,19 +659509,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56013, "usage_id": 201 }, "5606.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.011, MI H\u00f6rsaal 3", "arch_name": "00.06.011@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 12579, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -597356,18 +659531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30472, "usage_id": 20 }, "5606.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.013, Aufzug", "arch_name": "00.06.013@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -597375,18 +659552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55121, "usage_id": 4 }, "5606.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.014, Flur", "arch_name": "00.06.014@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -597394,18 +659573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55245, "usage_id": 222 }, "5606.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.015, WC-Herren", "arch_name": "00.06.015@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -597413,18 +659594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55254, "usage_id": 115 }, "5606.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.016, WC-Damen", "arch_name": "00.06.016@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -597432,18 +659615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55261, "usage_id": 116 }, "5606.EG.017A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.017A, Putzraum", "arch_name": "00.06.017A@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -597451,18 +659636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55270, "usage_id": 205 }, "5606.EG.017B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.06.017B@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -597470,18 +659657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55283, "usage_id": 201 }, "5606.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.018, Abstellraum", "arch_name": "00.06.018@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45500, "seats": { @@ -597489,18 +659678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55289, "usage_id": 159 }, "5606.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.06.019@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -597508,18 +659699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55422, "usage_id": 201 }, "5606.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.021, Treppe", "arch_name": "00.06.021@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -597527,18 +659720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70407, "usage_id": 223 }, "5606.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.030, Flur", "arch_name": "00.06.030@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -597546,18 +659741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55430, "usage_id": 222 }, "5606.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.031, Dusche", "arch_name": "00.06.031@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 45500, "seats": { @@ -597565,18 +659762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55438, "usage_id": 113 }, "5606.EG.032A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.032A, Stromversorgung", "arch_name": "00.06.032A@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -597584,18 +659783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55448, "usage_id": 160 }, "5606.EG.032B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.032B, Stromversorgung", "arch_name": "00.06.032B@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -597603,19 +659804,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55579, "usage_id": 120 }, "5606.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.033, Besprechungsraum/Teek\u00fcche", "arch_name": "00.06.033@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 34044, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45500, "seats": { @@ -597623,18 +659826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55588, "usage_id": 196 }, "5606.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.034, Sanit\u00e4tsraum", "arch_name": "00.06.034@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -597642,18 +659847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55594, "usage_id": 178 }, "5606.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.036, B\u00fcro", "arch_name": "00.06.036@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45500, "seats": { @@ -597661,19 +659868,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55601, "usage_id": 12 }, "5606.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.037, Besprechungsraum", "arch_name": "00.06.037@5606", "area_id": 33, "building_id": 837, "calendar_resource_nr": 33132, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45500, "seats": { @@ -597681,18 +659890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55610, "usage_id": 196 }, "5606.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.038, Lager", "arch_name": "00.06.038@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45500, "seats": { @@ -597700,18 +659911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55615, "usage_id": 30 }, "5606.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.039, Ausgabe", "arch_name": "00.06.039@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45500, "seats": { @@ -597719,18 +659932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55743, "usage_id": 186 }, "5606.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.040, Post", "arch_name": "00.06.040@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -597738,18 +659953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55750, "usage_id": 186 }, "5606.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.041, Drucker", "arch_name": "00.06.041@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45500, "seats": { @@ -597757,18 +659974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55759, "usage_id": 110 }, "5606.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.042, Lager", "arch_name": "00.06.042@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43836, "seats": { @@ -597776,18 +659995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55768, "usage_id": 30 }, "5606.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.050, Flur", "arch_name": "00.06.050@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -597795,18 +660016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55902, "usage_id": 222 }, "5606.EG.050A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.050A, Treppe im Freien", "arch_name": "00.06.050A@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -597814,18 +660037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70408, "usage_id": 7 }, "5606.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.052, B\u00fcro", "arch_name": "00.06.052@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 43836, "seats": { @@ -597833,18 +660058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11523, "usage_id": 12 }, "5606.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.054, B\u00fcro", "arch_name": "00.06.054@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43836, "seats": { @@ -597852,18 +660079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30900, "usage_id": 12 }, "5606.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.055, B\u00fcro", "arch_name": "00.06.055@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 43836, "seats": { @@ -597871,18 +660100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11532, "usage_id": 12 }, "5606.EG.056": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.056, Pausenraum", "arch_name": "00.06.056@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 43836, "seats": { @@ -597890,18 +660121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55930, "usage_id": 44 }, "5606.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.057, B\u00fcro", "arch_name": "00.06.057@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 43836, "seats": { @@ -597909,18 +660142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11538, "usage_id": 12 }, "5606.EG.058": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.058, Pausenraum", "arch_name": "00.06.058@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43836, "seats": { @@ -597928,18 +660163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56072, "usage_id": 44 }, "5606.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.059, B\u00fcro", "arch_name": "00.06.059@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 43836, "seats": { @@ -597947,18 +660184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56080, "usage_id": 12 }, "5606.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.101, Treppe", "arch_name": "00.06.101@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -597966,18 +660205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56088, "usage_id": 223 }, "5606.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.06.102, Treppe", "arch_name": "00.06.102@5606", "area_id": 33, "building_id": 837, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -597985,18 +660226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56222, "usage_id": 223 }, "5606.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.011, Flur", "arch_name": "-1.06.011@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -598004,18 +660247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54136, "usage_id": 222 }, "5606.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.012, WC", "arch_name": "-1.06.012@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598023,18 +660268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54143, "usage_id": 114 }, "5606.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.013, Aufzug", "arch_name": "-1.06.013@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -598042,18 +660289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54148, "usage_id": 4 }, "5606.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.014, Flur", "arch_name": "-1.06.014@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -598061,18 +660310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54158, "usage_id": 222 }, "5606.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.015, WC", "arch_name": "-1.06.015@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598080,18 +660331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54167, "usage_id": 114 }, "5606.U1.016A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.016A, WC", "arch_name": "-1.06.016A@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598099,18 +660352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54290, "usage_id": 114 }, "5606.U1.016B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.016B, WC", "arch_name": "-1.06.016B@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598118,18 +660373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54295, "usage_id": 114 }, "5606.U1.017A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.017A, Putzraum", "arch_name": "-1.06.017A@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598137,18 +660394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54305, "usage_id": 205 }, "5606.U1.017B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.06.017B@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -598156,18 +660415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54314, "usage_id": 201 }, "5606.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.018, Abstellraum", "arch_name": "-1.06.018@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598175,18 +660436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54323, "usage_id": 159 }, "5606.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.06.019@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -598194,18 +660457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54449, "usage_id": 201 }, "5606.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.020, B\u00fcro", "arch_name": "-1.06.020@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598213,18 +660478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54458, "usage_id": 12 }, "5606.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.021, RLT", "arch_name": "-1.06.021@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -598232,18 +660499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54467, "usage_id": 32 }, "5606.U1.031": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.031, Wasserversorgung", "arch_name": "-1.06.031@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598251,18 +660520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54487, "usage_id": 183 }, "5606.U1.032": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.032, Stromversorgung", "arch_name": "-1.06.032@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -598270,18 +660541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54601, "usage_id": 160 }, "5606.U1.033": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.033, B\u00fcro", "arch_name": "-1.06.033@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -598289,18 +660562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54614, "usage_id": 12 }, "5606.U1.034": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.034, Umkleide", "arch_name": "-1.06.034@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598308,18 +660583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54623, "usage_id": 121 }, "5606.U1.034A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.034A, Duschraum", "arch_name": "-1.06.034A@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598327,18 +660604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70406, "usage_id": 113 }, "5606.U1.034B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.034B, Duschraum", "arch_name": "-1.06.034B@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598346,18 +660625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70403, "usage_id": 113 }, "5606.U1.035": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.035, Pausenraum", "arch_name": "-1.06.035@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598365,18 +660646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54634, "usage_id": 44 }, "5606.U1.036": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.036, Umkleide", "arch_name": "-1.06.036@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598384,18 +660667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54775, "usage_id": 121 }, "5606.U1.036A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.036A, Duschraum", "arch_name": "-1.06.036A@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598403,18 +660688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70405, "usage_id": 113 }, "5606.U1.036B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.036B, Duschraum", "arch_name": "-1.06.036B@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598422,18 +660709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70404, "usage_id": 113 }, "5606.U1.038": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.038, Lager", "arch_name": "-1.06.038@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598441,18 +660730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54784, "usage_id": 30 }, "5606.U1.050": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.050, Flur", "arch_name": "-1.06.050@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598460,18 +660751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54793, "usage_id": 222 }, "5606.U1.051": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.051, Werkstatt", "arch_name": "-1.06.051@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598479,18 +660772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54803, "usage_id": 51 }, "5606.U1.053": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.053, Abfallentsorgung", "arch_name": "-1.06.053@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -598498,18 +660793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54932, "usage_id": 120 }, "5606.U1.056": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.056, Lager", "arch_name": "-1.06.056@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598517,18 +660814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54940, "usage_id": 30 }, "5606.U1.057": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.057, Abfallentsorgung", "arch_name": "-1.06.057@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -598536,18 +660835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54948, "usage_id": 120 }, "5606.U1.059": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.059, Abfallentsorgung", "arch_name": "-1.06.059@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -598555,18 +660856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54957, "usage_id": 120 }, "5606.U1.060": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.060, Lager", "arch_name": "-1.06.060@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598574,18 +660877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54967, "usage_id": 30 }, "5606.U1.061": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.061, Lager", "arch_name": "-1.06.061@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598593,18 +660898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55091, "usage_id": 30 }, "5606.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.101, Treppe", "arch_name": "-1.06.101@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -598612,18 +660919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55097, "usage_id": 223 }, "5606.U1.102": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.06.102, Treppe", "arch_name": "-1.06.102@5606", "area_id": 33, "building_id": 837, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -598631,18 +660940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55107, "usage_id": 223 }, "5607.01.011A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.011A, Kopierer", "arch_name": "01.07.011A@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -598650,19 +660961,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55216, "usage_id": 110 }, "5607.01.011B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.011B, Besprechung", "arch_name": "01.07.011B@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 22396, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -598670,19 +660983,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55223, "usage_id": 196 }, "5607.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.012, Praktikumsraum", "arch_name": "01.07.012@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 22662, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -598690,19 +661005,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55231, "usage_id": 131 }, "5607.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.014, Seminarraum", "arch_name": "01.07.014@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 15268, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -598710,18 +661027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29668, "usage_id": 41 }, "5607.01.014A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.014A, Balkon", "arch_name": "01.07.014A@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -598729,18 +661048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70302, "usage_id": 219 }, "5607.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.07.015@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -598748,18 +661069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55239, "usage_id": 201 }, "5607.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.016, Beh.-WC / Wickeltisch", "arch_name": "01.07.016@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15426, "seats": { @@ -598767,18 +661090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54890, "usage_id": 117 }, "5607.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.017, Flur", "arch_name": "01.07.017@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -598786,18 +661111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54897, "usage_id": 222 }, "5607.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.018, WC-Herren", "arch_name": "01.07.018@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15426, "seats": { @@ -598805,18 +661132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54902, "usage_id": 115 }, "5607.01.019A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.019A, Putzraum", "arch_name": "01.07.019A@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -598824,18 +661153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54908, "usage_id": 205 }, "5607.01.019B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.019B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.07.019B@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -598843,18 +661174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54912, "usage_id": 201 }, "5607.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.020, Lager", "arch_name": "01.07.020@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -598862,18 +661195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54920, "usage_id": 30 }, "5607.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.021, Aufzug", "arch_name": "01.07.021@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -598881,19 +661216,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54923, "usage_id": 4 }, "5607.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.023, Seminarraum", "arch_name": "01.07.023@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 15262, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15436, "seats": { @@ -598901,18 +661238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29234, "usage_id": 41 }, "5607.01.023A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.023A, Balkon", "arch_name": "01.07.023A@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -598920,18 +661259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70303, "usage_id": 219 }, "5607.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.030, Flur", "arch_name": "01.07.030@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -598939,18 +661280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54565, "usage_id": 222 }, "5607.01.031A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.031A, Stromversorgung", "arch_name": "01.07.031A@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -598958,18 +661301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54570, "usage_id": 160 }, "5607.01.031B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.031B, Stromversorgung", "arch_name": "01.07.031B@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -598977,18 +661322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54575, "usage_id": 120 }, "5607.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.032, Teek\u00fcche", "arch_name": "01.07.032@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -598996,18 +661343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54580, "usage_id": 198 }, "5607.01.033A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.033A, Serverraum", "arch_name": "01.07.033A@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -599015,18 +661364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28933, "usage_id": 207 }, "5607.01.033B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.033B, Kopierraum", "arch_name": "01.07.033B@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -599034,19 +661385,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54587, "usage_id": 110 }, "5607.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.034, Rechnerraum", "arch_name": "01.07.034@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 31633, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -599054,18 +661407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54591, "usage_id": 207 }, "5607.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.035, B\u00fcro", "arch_name": "01.07.035@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599073,18 +661428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13450, "usage_id": 12 }, "5607.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.037, B\u00fcro", "arch_name": "01.07.037@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599092,18 +661449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13452, "usage_id": 12 }, "5607.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.038, Labor", "arch_name": "01.07.038@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -599111,18 +661470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55058, "usage_id": 103 }, "5607.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.039, B\u00fcro", "arch_name": "01.07.039@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599130,18 +661491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55063, "usage_id": 12 }, "5607.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.040, B\u00fcro", "arch_name": "01.07.040@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599149,18 +661512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13473, "usage_id": 12 }, "5607.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.041, B\u00fcro", "arch_name": "01.07.041@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599168,18 +661533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13475, "usage_id": 12 }, "5607.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.042, B\u00fcro", "arch_name": "01.07.042@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599187,18 +661554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13479, "usage_id": 12 }, "5607.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.043, Computerlabor", "arch_name": "01.07.043@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599206,18 +661575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55083, "usage_id": 103 }, "5607.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.044, B\u00fcro", "arch_name": "01.07.044@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599225,18 +661596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13483, "usage_id": 12 }, "5607.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.050, Flur", "arch_name": "01.07.050@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -599244,18 +661617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59318, "usage_id": 222 }, "5607.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.051, Aufenthalt", "arch_name": "01.07.051@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599263,18 +661638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59323, "usage_id": 44 }, "5607.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.052, B\u00fcro", "arch_name": "01.07.052@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599282,18 +661659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13511, "usage_id": 40 }, "5607.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.053, B\u00fcro", "arch_name": "01.07.053@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599301,18 +661680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13512, "usage_id": 12 }, "5607.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.054, Prof.-B\u00fcro", "arch_name": "01.07.054@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599320,18 +661701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13513, "usage_id": 12 }, "5607.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.055, B\u00fcro", "arch_name": "01.07.055@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599339,18 +661722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13516, "usage_id": 12 }, "5607.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.057, B\u00fcro", "arch_name": "01.07.057@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599358,19 +661743,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13518, "usage_id": 12 }, "5607.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.058, Besprechungsraum", "arch_name": "01.07.058@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 20260, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599378,18 +661765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59400, "usage_id": 196 }, "5607.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.059, B\u00fcro", "arch_name": "01.07.059@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599397,18 +661786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13523, "usage_id": 12 }, "5607.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.060, B\u00fcro", "arch_name": "01.07.060@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599416,18 +661807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13525, "usage_id": 12 }, "5607.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.061, B\u00fcro", "arch_name": "01.07.061@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -599435,18 +661828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59415, "usage_id": 12 }, "5607.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.101, Treppe", "arch_name": "01.07.101@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -599454,18 +661849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59421, "usage_id": 223 }, "5607.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.07.102, Treppe", "arch_name": "01.07.102@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -599473,18 +661870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59427, "usage_id": 223 }, "5607.02.011A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.011A, Kopierer", "arch_name": "02.07.011A@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -599492,19 +661891,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59487, "usage_id": 110 }, "5607.02.011B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.011B, Besprechung", "arch_name": "02.07.011B@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 26719, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -599512,18 +661913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59491, "usage_id": 196 }, "5607.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.012, Messraum", "arch_name": "02.07.012@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -599531,19 +661934,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29060, "usage_id": 103 }, "5607.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.014, Seminarraum", "arch_name": "02.07.014@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 15259, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15427, "seats": { @@ -599551,18 +661956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29062, "usage_id": 41 }, "5607.02.014A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.014A, Balkon", "arch_name": "02.07.014A@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -599570,18 +661977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70304, "usage_id": 219 }, "5607.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.07.015@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -599589,18 +661998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59503, "usage_id": 201 }, "5607.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.016, Flur", "arch_name": "02.07.016@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15427, "seats": { @@ -599608,18 +662019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59509, "usage_id": 222 }, "5607.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.017, Beh.-WC", "arch_name": "02.07.017@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15427, "seats": { @@ -599627,18 +662040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59514, "usage_id": 117 }, "5607.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.018, WC-Herren", "arch_name": "02.07.018@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15427, "seats": { @@ -599646,18 +662061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59571, "usage_id": 115 }, "5607.02.019A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.019A, Putzraum", "arch_name": "02.07.019A@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -599665,18 +662082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59577, "usage_id": 205 }, "5607.02.019B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.019B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.07.019B@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -599684,18 +662103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59582, "usage_id": 201 }, "5607.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.020, Lager", "arch_name": "02.07.020@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15427, "seats": { @@ -599703,18 +662124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59500, "usage_id": 30 }, "5607.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.021, Aufzug", "arch_name": "02.07.021@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -599722,19 +662145,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59506, "usage_id": 4 }, "5607.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.023, Seminarraum (Inf. 2/5)", "arch_name": "02.07.023@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 15264, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15430, "seats": { @@ -599742,18 +662167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29448, "usage_id": 41 }, "5607.02.023A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.023A, Balkon", "arch_name": "02.07.023A@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -599761,18 +662188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70305, "usage_id": 219 }, "5607.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.030, Flur", "arch_name": "02.07.030@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15427, "seats": { @@ -599780,18 +662209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59568, "usage_id": 222 }, "5607.02.031A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.031A, Stromversorgung", "arch_name": "02.07.031A@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -599799,18 +662230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59572, "usage_id": 160 }, "5607.02.031B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.031B, Stromversorgung", "arch_name": "02.07.031B@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -599818,18 +662251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59580, "usage_id": 120 }, "5607.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.032, Teek\u00fcche", "arch_name": "02.07.032@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15427, "seats": { @@ -599837,18 +662272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59583, "usage_id": 198 }, "5607.02.033A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.033A, Serverraum", "arch_name": "02.07.033A@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15427, "seats": { @@ -599856,18 +662293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59586, "usage_id": 207 }, "5607.02.033B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.033B, Lager/B\u00fcromaterial", "arch_name": "02.07.033B@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15427, "seats": { @@ -599875,19 +662314,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59587, "usage_id": 30 }, "5607.02.034": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.034, Gro\u00dfraumb\u00fcro", "arch_name": "02.07.034@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 19343, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 48258, "seats": { @@ -599895,18 +662336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59591, "usage_id": 12 }, "5607.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.035, B\u00fcro", "arch_name": "02.07.035@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -599914,18 +662357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13598, "usage_id": 12 }, "5607.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.037, B\u00fcro", "arch_name": "02.07.037@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -599933,19 +662378,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13627, "usage_id": 12 }, "5607.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.038, Gro\u00dfraumb\u00fcro", "arch_name": "02.07.038@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 19301, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48258, "seats": { @@ -599953,18 +662400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59655, "usage_id": 12 }, "5607.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.039, B\u00fcro", "arch_name": "02.07.039@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -599972,18 +662421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13637, "usage_id": 12 }, "5607.02.041": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.041, B\u00fcro", "arch_name": "02.07.041@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -599991,18 +662442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13639, "usage_id": 12 }, "5607.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.042, Labor", "arch_name": "02.07.042@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15427, "seats": { @@ -600010,18 +662463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59667, "usage_id": 103 }, "5607.02.043": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.043, B\u00fcro", "arch_name": "02.07.043@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600029,18 +662484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13644, "usage_id": 12 }, "5607.02.044": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.044, B\u00fcro", "arch_name": "02.07.044@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600048,19 +662505,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13649, "usage_id": 12 }, "5607.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.050, Flur", "arch_name": "02.07.050@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 25925, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15427, "seats": { @@ -600068,19 +662527,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59683, "usage_id": 222 }, "5607.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.051, Aufenthalt", "arch_name": "02.07.051@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 27713, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600088,18 +662549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59735, "usage_id": 44 }, "5607.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.052, B\u00fcro", "arch_name": "02.07.052@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600107,18 +662570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13700, "usage_id": 40 }, "5607.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.053, B\u00fcro", "arch_name": "02.07.053@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600126,18 +662591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13704, "usage_id": 12 }, "5607.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.054, Prof.-B\u00fcro", "arch_name": "02.07.054@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600145,18 +662612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13705, "usage_id": 12 }, "5607.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.055, B\u00fcro", "arch_name": "02.07.055@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600164,18 +662633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13708, "usage_id": 12 }, "5607.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.057, B\u00fcro", "arch_name": "02.07.057@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600183,18 +662654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13710, "usage_id": 12 }, "5607.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.058, B\u00fcro", "arch_name": "02.07.058@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600202,18 +662675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59593, "usage_id": 12 }, "5607.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.059, B\u00fcro", "arch_name": "02.07.059@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600221,18 +662696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13625, "usage_id": 12 }, "5607.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.060, B\u00fcro", "arch_name": "02.07.060@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600240,18 +662717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13630, "usage_id": 12 }, "5607.02.061": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.061, B\u00fcro", "arch_name": "02.07.061@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15427, "seats": { @@ -600259,18 +662738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13634, "usage_id": 12 }, "5607.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.101, Treppe", "arch_name": "02.07.101@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -600278,18 +662759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59664, "usage_id": 223 }, "5607.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.07.102, Treppe", "arch_name": "02.07.102@5607", "area_id": 33, "building_id": 839, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -600297,18 +662780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59670, "usage_id": 223 }, "5607.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.001, Flur", "arch_name": "03.07.001@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14189, "seats": { @@ -600316,19 +662801,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59676, "usage_id": 222 }, "5607.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.011, Praktikum/Labor/Mob.", "arch_name": "03.07.011@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 15267, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600336,18 +662823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29539, "usage_id": 131 }, "5607.03.014B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.014B, Besprechungsraum", "arch_name": "03.07.014B@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600355,18 +662844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59745, "usage_id": 196 }, "5607.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.07.015@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -600374,18 +662865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59752, "usage_id": 201 }, "5607.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.016, Flur", "arch_name": "03.07.016@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600393,18 +662886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55064, "usage_id": 222 }, "5607.03.017": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.017, Beh.-WC", "arch_name": "03.07.017@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15431, "seats": { @@ -600412,18 +662907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55070, "usage_id": 117 }, "5607.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.018, WC-Herren", "arch_name": "03.07.018@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15431, "seats": { @@ -600431,18 +662928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55073, "usage_id": 115 }, "5607.03.019A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.019A, Putzraum", "arch_name": "03.07.019A@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -600450,18 +662949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55076, "usage_id": 205 }, "5607.03.019B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.019B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.07.019B@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -600469,18 +662970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55080, "usage_id": 201 }, "5607.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.020, Lager", "arch_name": "03.07.020@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600488,18 +662991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55084, "usage_id": 30 }, "5607.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.021, Aufzug", "arch_name": "03.07.021@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -600507,19 +663012,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55088, "usage_id": 4 }, "5607.03.023": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.023, Tutor", "arch_name": "03.07.023@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 15263, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -600527,18 +663034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29333, "usage_id": 12 }, "5607.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.030, Flur", "arch_name": "03.07.030@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600546,18 +663055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59322, "usage_id": 222 }, "5607.03.031A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.031A, Stromversorgung", "arch_name": "03.07.031A@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -600565,18 +663076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59324, "usage_id": 160 }, "5607.03.031B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.031B, Stromversorgung", "arch_name": "03.07.031B@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -600584,18 +663097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59329, "usage_id": 120 }, "5607.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.032, Teek\u00fcche", "arch_name": "03.07.032@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600603,18 +663118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59334, "usage_id": 198 }, "5607.03.033A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.033A, Serverraum", "arch_name": "03.07.033A@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600622,18 +663139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59338, "usage_id": 207 }, "5607.03.033B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.033B, Lager/B\u00fcromaterial/Akten", "arch_name": "03.07.033B@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600641,18 +663160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59764, "usage_id": 30 }, "5607.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.034, Mitarbeiterb\u00fcro", "arch_name": "03.07.034@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600660,18 +663181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29239, "usage_id": 12 }, "5607.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.035, B\u00fcro", "arch_name": "03.07.035@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600679,18 +663202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13407, "usage_id": 12 }, "5607.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.036, Mitarbeiterb\u00fcro", "arch_name": "03.07.036@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600698,18 +663223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69900, "usage_id": 12 }, "5607.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.037, B\u00fcro", "arch_name": "03.07.037@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600717,18 +663244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13437, "usage_id": 12 }, "5607.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.038, Seminarraum", "arch_name": "03.07.038@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600736,18 +663265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54577, "usage_id": 41 }, "5607.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.039, B\u00fcro", "arch_name": "03.07.039@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600755,18 +663286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 28932, "usage_id": 12 }, "5607.03.041": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.041, B\u00fcro", "arch_name": "03.07.041@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600774,18 +663307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13441, "usage_id": 12 }, "5607.03.042": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.042, B\u00fcro", "arch_name": "03.07.042@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600793,18 +663328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13443, "usage_id": 12 }, "5607.03.043": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.043, B\u00fcro", "arch_name": "03.07.043@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600812,18 +663349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13445, "usage_id": 12 }, "5607.03.044": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.044, B\u00fcro Verwaltung", "arch_name": "03.07.044@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600831,18 +663370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13448, "usage_id": 12 }, "5607.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.050, Flur", "arch_name": "03.07.050@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600850,18 +663391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54595, "usage_id": 222 }, "5607.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.051, Aufenthaltsraum", "arch_name": "03.07.051@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -600869,18 +663412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55054, "usage_id": 44 }, "5607.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.052, B\u00fcro Verwaltung", "arch_name": "03.07.052@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600888,18 +663433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13453, "usage_id": 12 }, "5607.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.053, B\u00fcro", "arch_name": "03.07.053@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600907,18 +663454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13515, "usage_id": 12 }, "5607.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.054, Prof.-B\u00fcro", "arch_name": "03.07.054@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600926,18 +663475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13714, "usage_id": 12 }, "5607.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.055, Prof.-B\u00fcro", "arch_name": "03.07.055@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600945,18 +663496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13517, "usage_id": 12 }, "5607.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.057, B\u00fcro", "arch_name": "03.07.057@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600964,18 +663517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13519, "usage_id": 12 }, "5607.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.058, Prof.-B\u00fcro", "arch_name": "03.07.058@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -600983,18 +663538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13522, "usage_id": 12 }, "5607.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.059, B\u00fcro", "arch_name": "03.07.059@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -601002,18 +663559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13524, "usage_id": 12 }, "5607.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.060, B\u00fcro", "arch_name": "03.07.060@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -601021,18 +663580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13526, "usage_id": 12 }, "5607.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.061, B\u00fcro", "arch_name": "03.07.061@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -601040,18 +663601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13549, "usage_id": 12 }, "5607.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.101, Treppe", "arch_name": "03.07.101@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -601059,18 +663622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59420, "usage_id": 223 }, "5607.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.07.102, Treppe", "arch_name": "03.07.102@5607", "area_id": 33, "building_id": 839, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -601078,18 +663643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59426, "usage_id": 223 }, "5607.04.015": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.07.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.07.015@5607", "area_id": 33, "building_id": 839, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -601097,18 +663664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59430, "usage_id": 201 }, "5607.04.016": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.07.016, Flur", "arch_name": "04.07.016@5607", "area_id": 33, "building_id": 839, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -601116,18 +663685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59483, "usage_id": 222 }, "5607.04.017": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.07.017, Treppe", "arch_name": "04.07.017@5607", "area_id": 33, "building_id": 839, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -601135,18 +663706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59488, "usage_id": 223 }, "5607.04.020": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.07.020, Aufzug", "arch_name": "04.07.020@5607", "area_id": 33, "building_id": 839, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -601154,18 +663727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59492, "usage_id": 4 }, "5607.04.101": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.07.101, Treppe", "arch_name": "04.07.101@5607", "area_id": 33, "building_id": 839, + "floor_level": "4.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -601173,19 +663748,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48608, "usage_id": 223 }, "5607.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.011, B\u00fcro", "arch_name": "00.07.011@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 15257, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -601193,19 +663770,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29013, "usage_id": 12 }, "5607.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.014, \u00dcbungsraum", "arch_name": "00.07.014@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 18481, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -601213,18 +663792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54087, "usage_id": 131 }, "5607.EG.014A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.014A, Terrasse", "arch_name": "00.07.014A@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -601232,18 +663813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70357, "usage_id": 48 }, "5607.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.07.015@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -601251,18 +663834,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54093, "usage_id": 201 }, "5607.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.016, Flur", "arch_name": "00.07.016@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -601270,18 +663855,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54099, "usage_id": 222 }, "5607.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.017, Beh.-WC", "arch_name": "00.07.017@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -601289,18 +663876,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54104, "usage_id": 117 }, "5607.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.018, WC-Herren", "arch_name": "00.07.018@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -601308,18 +663897,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54110, "usage_id": 115 }, "5607.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.07.019@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -601327,18 +663918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54115, "usage_id": 201 }, "5607.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.020, Putzraum", "arch_name": "00.07.020@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -601346,18 +663939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54121, "usage_id": 205 }, "5607.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.021, Aufzug", "arch_name": "00.07.021@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -601365,19 +663960,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54126, "usage_id": 4 }, "5607.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.023, Rechnerraum", "arch_name": "00.07.023@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 23649, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 44266, "seats": { @@ -601385,18 +663982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54249, "usage_id": 207 }, "5607.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.024, Rechnerraum", "arch_name": "00.07.024@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -601404,18 +664003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70358, "usage_id": 207 }, "5607.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.030, Flur", "arch_name": "00.07.030@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -601423,18 +664024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54252, "usage_id": 222 }, "5607.EG.031A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.031A, Stromversorgung", "arch_name": "00.07.031A@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -601442,18 +664045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54258, "usage_id": 160 }, "5607.EG.031B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.031B, Stromversorgung", "arch_name": "00.07.031B@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -601461,18 +664066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54266, "usage_id": 120 }, "5607.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.032, Teek\u00fcche Inf./Math.", "arch_name": "00.07.032@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -601480,18 +664087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54270, "usage_id": 198 }, "5607.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.033, Serverraum", "arch_name": "00.07.033@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -601499,18 +664108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54276, "usage_id": 207 }, "5607.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.034, Raumlufttechnik", "arch_name": "00.07.034@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -601518,18 +664129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54280, "usage_id": 120 }, "5607.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.035, B\u00fcro", "arch_name": "00.07.035@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -601537,18 +664150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54287, "usage_id": 12 }, "5607.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.036, Unterrichtsraum", "arch_name": "00.07.036@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -601556,19 +664171,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70359, "usage_id": 130 }, "5607.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.037, Rechnerraum", "arch_name": "00.07.037@5607", "area_id": 33, "building_id": 839, "calendar_resource_nr": 18842, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -601576,18 +664193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54408, "usage_id": 207 }, "5607.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.040, B\u00fcro", "arch_name": "00.07.040@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -601595,18 +664214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29652, "usage_id": 12 }, "5607.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.041, B\u00fcro", "arch_name": "00.07.041@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -601614,18 +664235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54423, "usage_id": 12 }, "5607.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.042, B\u00fcro", "arch_name": "00.07.042@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -601633,18 +664256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68169, "usage_id": 12 }, "5607.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.050, Flur", "arch_name": "00.07.050@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -601652,18 +664277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54428, "usage_id": 222 }, "5607.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.051, B\u00fcro", "arch_name": "00.07.051@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -601671,18 +664298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13363, "usage_id": 12 }, "5607.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.053, B\u00fcro", "arch_name": "00.07.053@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -601690,18 +664319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13364, "usage_id": 12 }, "5607.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.054, Wartungszentrale", "arch_name": "00.07.054@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -601709,18 +664340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29128, "usage_id": 12 }, "5607.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.055, B\u00fcro", "arch_name": "00.07.055@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -601728,18 +664361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13368, "usage_id": 12 }, "5607.EG.056": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.056, Lager", "arch_name": "00.07.056@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -601747,18 +664382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54738, "usage_id": 30 }, "5607.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.057, B\u00fcro", "arch_name": "00.07.057@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -601766,18 +664403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70360, "usage_id": 12 }, "5607.EG.057A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.057A, Lager", "arch_name": "00.07.057A@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -601785,18 +664424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29732, "usage_id": 30 }, "5607.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.059, Werkstatt-Stromversorgung", "arch_name": "00.07.059@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -601804,18 +664445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54755, "usage_id": 51 }, "5607.EG.060": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.060, Lager", "arch_name": "00.07.060@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -601823,18 +664466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54760, "usage_id": 30 }, "5607.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.101, Treppe", "arch_name": "00.07.101@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -601842,18 +664487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54766, "usage_id": 223 }, "5607.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.102, Treppe", "arch_name": "00.07.102@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -601861,18 +664508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55206, "usage_id": 223 }, "5607.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.07.103, Treppe", "arch_name": "00.07.103@5607", "area_id": 33, "building_id": 839, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -601880,18 +664529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70361, "usage_id": 223 }, "5607.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.011, Niederspannung", "arch_name": "-1.07.011@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -601899,18 +664550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56152, "usage_id": 160 }, "5607.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.012, Magazin/Ausstellung", "arch_name": "-1.07.012@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -601918,18 +664571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56159, "usage_id": 148 }, "5607.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.013, Heizung/Brauchwassererw\u00e4rmung/Hebeanlag", "arch_name": "-1.07.013@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -601937,18 +664592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56161, "usage_id": 201 }, "5607.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.014, Flur", "arch_name": "-1.07.014@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -601956,18 +664613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56165, "usage_id": 222 }, "5607.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.015, WC", "arch_name": "-1.07.015@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -601975,18 +664634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56173, "usage_id": 114 }, "5607.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.016, WC", "arch_name": "-1.07.016@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -601994,18 +664655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56299, "usage_id": 114 }, "5607.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.017, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.07.017@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -602013,18 +664676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56306, "usage_id": 201 }, "5607.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.018, Putzraum", "arch_name": "-1.07.018@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -602032,18 +664697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56312, "usage_id": 205 }, "5607.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.019, Stromversorgung", "arch_name": "-1.07.019@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -602051,18 +664718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56318, "usage_id": 160 }, "5607.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.020, Aufzug", "arch_name": "-1.07.020@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -602070,18 +664739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56326, "usage_id": 4 }, "5607.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.021, Lager", "arch_name": "-1.07.021@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 14208, "seats": { @@ -602089,18 +664760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56336, "usage_id": 30 }, "5607.U1.023": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.023, Netzwerk/Lager", "arch_name": "-1.07.023@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 44266, "seats": { @@ -602108,18 +664781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56340, "usage_id": 207 }, "5607.U1.040": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.040, Lichtschacht", "arch_name": "-1.07.040@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -602127,18 +664802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53943, "usage_id": 120 }, "5607.U1.041": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.041, Trafo", "arch_name": "-1.07.041@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -602146,18 +664823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53952, "usage_id": 160 }, "5607.U1.042": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.042, Trafo", "arch_name": "-1.07.042@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -602165,18 +664844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53958, "usage_id": 160 }, "5607.U1.043": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.043, Trafo", "arch_name": "-1.07.043@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -602184,18 +664865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53964, "usage_id": 160 }, "5607.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.07.101, Treppe", "arch_name": "-1.07.101@5607", "area_id": 33, "building_id": 839, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -602203,18 +664886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53972, "usage_id": 223 }, "5608.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.001, Flur", "arch_name": "01.08.001@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 14189, "seats": { @@ -602222,19 +664907,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57752, "usage_id": 222 }, "5608.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.011, Praktikumsraum", "arch_name": "01.08.011@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 22458, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -602242,18 +664929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57761, "usage_id": 131 }, "5608.01.011A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.011A, Balkon", "arch_name": "01.08.011A@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -602261,18 +664950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70307, "usage_id": 219 }, "5608.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.013, Aufzug", "arch_name": "01.08.013@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -602280,18 +664971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57888, "usage_id": 4 }, "5608.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.014, Flur", "arch_name": "01.08.014@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -602299,18 +664992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57895, "usage_id": 222 }, "5608.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.015, WC-Herren", "arch_name": "01.08.015@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15433, "seats": { @@ -602318,18 +665013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57902, "usage_id": 115 }, "5608.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.016, Beh.-WC", "arch_name": "01.08.016@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 14189, "seats": { @@ -602337,18 +665034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57914, "usage_id": 117 }, "5608.01.017A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.017A, Putzraum", "arch_name": "01.08.017A@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -602356,18 +665055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57921, "usage_id": 205 }, "5608.01.017B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.08.017B@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -602375,18 +665076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58036, "usage_id": 201 }, "5608.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.018, Lager", "arch_name": "01.08.018@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 30697, "seats": { @@ -602394,18 +665097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58047, "usage_id": 30 }, "5608.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.08.019@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -602413,18 +665118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58054, "usage_id": 201 }, "5608.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.020, Praktikumsraum", "arch_name": "01.08.020@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15433, "seats": { @@ -602432,19 +665139,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58064, "usage_id": 131 }, "5608.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.021, Praktikumsraum", "arch_name": "01.08.021@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 18566, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -602452,18 +665161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58188, "usage_id": 131 }, "5608.01.021A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.021A, Balkon", "arch_name": "01.08.021A@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -602471,18 +665182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70306, "usage_id": 219 }, "5608.01.022A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.022A, Kopierer", "arch_name": "01.08.022A@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 30697, "seats": { @@ -602490,19 +665203,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58198, "usage_id": 110 }, "5608.01.022B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.022B, Besprechung", "arch_name": "01.08.022B@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 27254, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602510,18 +665225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58205, "usage_id": 196 }, "5608.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.030, Flur", "arch_name": "01.08.030@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -602529,18 +665246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58213, "usage_id": 222 }, "5608.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.031, Teek\u00fcche", "arch_name": "01.08.031@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 30697, "seats": { @@ -602548,18 +665267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58222, "usage_id": 198 }, "5608.01.032A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.032A, Stromversorgung", "arch_name": "01.08.032A@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -602567,18 +665288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58344, "usage_id": 160 }, "5608.01.032B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.032B, Stromversorgung", "arch_name": "01.08.032B@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -602586,19 +665309,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58356, "usage_id": 120 }, "5608.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.033, Besprechungsraum", "arch_name": "01.08.033@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 15229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602606,18 +665331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17157, "usage_id": 196 }, "5608.01.034A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.034A, Serverraum", "arch_name": "01.08.034A@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 30697, "seats": { @@ -602625,18 +665352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58371, "usage_id": 207 }, "5608.01.034B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.034B, Lager", "arch_name": "01.08.034B@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15438, "seats": { @@ -602644,18 +665373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58381, "usage_id": 30 }, "5608.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.036, B\u00fcro", "arch_name": "01.08.036@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602663,18 +665394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13025, "usage_id": 12 }, "5608.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.037, B\u00fcro", "arch_name": "01.08.037@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -602682,18 +665415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13029, "usage_id": 12 }, "5608.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.038, B\u00fcro", "arch_name": "01.08.038@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -602701,18 +665436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13078, "usage_id": 12 }, "5608.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.039, B\u00fcro", "arch_name": "01.08.039@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -602720,18 +665457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13082, "usage_id": 12 }, "5608.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.040, Prof.-B\u00fcro", "arch_name": "01.08.040@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -602739,18 +665478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13085, "usage_id": 12 }, "5608.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.050, Flur", "arch_name": "01.08.050@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15433, "seats": { @@ -602758,18 +665499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58652, "usage_id": 222 }, "5608.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.051, Aufenthalt", "arch_name": "01.08.051@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602777,18 +665520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58658, "usage_id": 44 }, "5608.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.052, B\u00fcro Verwaltung", "arch_name": "01.08.052@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602796,18 +665541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13095, "usage_id": 12 }, "5608.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.053, B\u00fcro", "arch_name": "01.08.053@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602815,18 +665562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13167, "usage_id": 12 }, "5608.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.054, Prof.-B\u00fcro", "arch_name": "01.08.054@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602834,18 +665583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13170, "usage_id": 12 }, "5608.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.055, B\u00fcro", "arch_name": "01.08.055@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602853,18 +665604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58679, "usage_id": 12 }, "5608.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.057, B\u00fcro", "arch_name": "01.08.057@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 30697, "seats": { @@ -602872,18 +665625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13178, "usage_id": 12 }, "5608.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.058, Seminarraum", "arch_name": "01.08.058@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602891,18 +665646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56469, "usage_id": 41 }, "5608.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.059, B\u00fcro", "arch_name": "01.08.059@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -602910,18 +665667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13186, "usage_id": 12 }, "5608.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.060, B\u00fcro", "arch_name": "01.08.060@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602929,18 +665688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13245, "usage_id": 12 }, "5608.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.061, B\u00fcro", "arch_name": "01.08.061@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 30697, "seats": { @@ -602948,18 +665709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13249, "usage_id": 12 }, "5608.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.101, Treppe", "arch_name": "01.08.101@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -602967,18 +665730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56608, "usage_id": 223 }, "5608.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.08.102, Treppe", "arch_name": "01.08.102@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -602986,18 +665751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56614, "usage_id": 223 }, "5608.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.001, Flur", "arch_name": "02.08.001@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14604, "seats": { @@ -603005,19 +665772,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56620, "usage_id": 222 }, "5608.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.011, Seminarraum (M2/M3)", "arch_name": "02.08.011@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 15245, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -603025,18 +665794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26364, "usage_id": 41 }, "5608.02.011A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.011A, Balkon", "arch_name": "02.08.011A@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -603044,18 +665815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70309, "usage_id": 219 }, "5608.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.013, Aufzug", "arch_name": "02.08.013@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -603063,18 +665836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56635, "usage_id": 4 }, "5608.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.014, Flur", "arch_name": "02.08.014@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14604, "seats": { @@ -603082,18 +665857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56639, "usage_id": 222 }, "5608.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.015, WC-Herren", "arch_name": "02.08.015@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14604, "seats": { @@ -603101,18 +665878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56743, "usage_id": 115 }, "5608.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.016, Beh.-WC", "arch_name": "02.08.016@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14604, "seats": { @@ -603120,18 +665899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56751, "usage_id": 117 }, "5608.02.017A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.017A, Putzraum", "arch_name": "02.08.017A@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -603139,18 +665920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56755, "usage_id": 205 }, "5608.02.017B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.08.017B@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -603158,18 +665941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56763, "usage_id": 201 }, "5608.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.018, Abstellraum", "arch_name": "02.08.018@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14604, "seats": { @@ -603177,18 +665962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56773, "usage_id": 159 }, "5608.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.08.019@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -603196,19 +665983,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56887, "usage_id": 201 }, "5608.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.020, Seminarraum (M11)", "arch_name": "02.08.020@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 15246, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -603216,18 +666005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26471, "usage_id": 41 }, "5608.02.020A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.020A, Balkon", "arch_name": "02.08.020A@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -603235,19 +666026,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70308, "usage_id": 219 }, "5608.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.021, Common Room MA", "arch_name": "02.08.021@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 33992, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 53597, "seats": { @@ -603255,18 +666048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56899, "usage_id": 44 }, "5608.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.030, Flur", "arch_name": "02.08.030@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14604, "seats": { @@ -603274,18 +666069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57033, "usage_id": 222 }, "5608.02.031": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.031, Wasserversorgung", "arch_name": "02.08.031@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -603293,18 +666090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57041, "usage_id": 183 }, "5608.02.032A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.032A, Stromversorgung", "arch_name": "02.08.032A@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -603312,18 +666111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57053, "usage_id": 160 }, "5608.02.032B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.032B, Stromversorgung", "arch_name": "02.08.032B@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -603331,18 +666132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57059, "usage_id": 120 }, "5608.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.033, B\u00fcro", "arch_name": "02.08.033@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -603350,18 +666153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12381, "usage_id": 12 }, "5608.02.034A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.034A, Serverraum", "arch_name": "02.08.034A@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14604, "seats": { @@ -603369,18 +666174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57184, "usage_id": 207 }, "5608.02.034B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.034B, Lager/B\u00fcromaterialien", "arch_name": "02.08.034B@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14604, "seats": { @@ -603388,18 +666195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57193, "usage_id": 30 }, "5608.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.035, B\u00fcro", "arch_name": "02.08.035@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -603407,18 +666216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12390, "usage_id": 12 }, "5608.02.036": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.036, B\u00fcro (M1/M7)", "arch_name": "02.08.036@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -603426,18 +666237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12393, "usage_id": 12 }, "5608.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.037, B\u00fcro", "arch_name": "02.08.037@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -603445,18 +666258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12395, "usage_id": 12 }, "5608.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.038, B\u00fcro", "arch_name": "02.08.038@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -603464,18 +666279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12398, "usage_id": 12 }, "5608.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.039, Technischer Dienst", "arch_name": "02.08.039@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -603483,18 +666300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12402, "usage_id": 12 }, "5608.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.040, Prof.-B\u00fcro", "arch_name": "02.08.040@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -603502,18 +666321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12405, "usage_id": 12 }, "5608.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.050, Flur", "arch_name": "02.08.050@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14604, "seats": { @@ -603521,18 +666342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57353, "usage_id": 222 }, "5608.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.051, Aufenthaltsraum", "arch_name": "02.08.051@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14604, "seats": { @@ -603540,18 +666363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57357, "usage_id": 44 }, "5608.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.052, Sekretariat", "arch_name": "02.08.052@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -603559,18 +666384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12434, "usage_id": 40 }, "5608.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.053, B\u00fcro", "arch_name": "02.08.053@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -603578,18 +666405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57490, "usage_id": 12 }, "5608.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.054, Prof.-B\u00fcro", "arch_name": "02.08.054@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -603597,18 +666426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12439, "usage_id": 12 }, "5608.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.055, B\u00fcro", "arch_name": "02.08.055@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -603616,18 +666447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11554, "usage_id": 12 }, "5608.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.057, B\u00fcro", "arch_name": "02.08.057@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -603635,18 +666468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11556, "usage_id": 12 }, "5608.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.058, B\u00fcro", "arch_name": "02.08.058@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14604, "seats": { @@ -603654,18 +666489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57625, "usage_id": 12 }, "5608.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.059, B\u00fcro", "arch_name": "02.08.059@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -603673,18 +666510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11560, "usage_id": 12 }, "5608.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.060, B\u00fcro", "arch_name": "02.08.060@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14604, "seats": { @@ -603692,18 +666531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11563, "usage_id": 12 }, "5608.02.061": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.061, B\u00fcro", "arch_name": "02.08.061@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -603711,18 +666552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11565, "usage_id": 12 }, "5608.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.101, Treppe", "arch_name": "02.08.101@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -603730,18 +666573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57653, "usage_id": 223 }, "5608.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.08.102, Treppe", "arch_name": "02.08.102@5608", "area_id": 33, "building_id": 840, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -603749,18 +666594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57769, "usage_id": 223 }, "5608.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.001, Flur", "arch_name": "03.08.001@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14602, "seats": { @@ -603768,19 +666615,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57771, "usage_id": 222 }, "5608.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.011, Seminarraum (M1/M7)", "arch_name": "03.08.011@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 15253, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -603788,18 +666637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27046, "usage_id": 41 }, "5608.03.011A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.011A, Balkon", "arch_name": "03.08.011A@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -603807,18 +666658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70414, "usage_id": 219 }, "5608.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.013, Aufzug", "arch_name": "03.08.013@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -603826,18 +666679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57780, "usage_id": 4 }, "5608.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.014, Flur", "arch_name": "03.08.014@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14602, "seats": { @@ -603845,18 +666700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57786, "usage_id": 222 }, "5608.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.015, WC-Herren", "arch_name": "03.08.015@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14602, "seats": { @@ -603864,18 +666721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57794, "usage_id": 115 }, "5608.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.016, Beh.-WC / Wickeltisch", "arch_name": "03.08.016@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14602, "seats": { @@ -603883,18 +666742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57929, "usage_id": 117 }, "5608.03.017A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.017A, Putzraum", "arch_name": "03.08.017A@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -603902,18 +666763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57936, "usage_id": 205 }, "5608.03.017B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.08.017B@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -603921,18 +666784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57945, "usage_id": 201 }, "5608.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.018, Abstellraum", "arch_name": "03.08.018@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -603940,18 +666805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57956, "usage_id": 159 }, "5608.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.08.019@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -603959,18 +666826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58078, "usage_id": 201 }, "5608.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.020, Rechnerraum", "arch_name": "03.08.020@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -603978,18 +666847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58087, "usage_id": 207 }, "5608.03.020A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.020A, Balkon", "arch_name": "03.08.020A@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -603997,18 +666868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70413, "usage_id": 219 }, "5608.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.021, B\u00fcro", "arch_name": "03.08.021@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -604016,19 +666889,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11732, "usage_id": 12 }, "5608.03.022": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.022, Besprechungsraum", "arch_name": "03.08.022@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 29512, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -604036,18 +666911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65674, "usage_id": 196 }, "5608.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.030, Flur", "arch_name": "03.08.030@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14602, "seats": { @@ -604055,18 +666932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58228, "usage_id": 222 }, "5608.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.031, Wasserversorgung (M1/M7)", "arch_name": "03.08.031@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -604074,18 +666953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58236, "usage_id": 183 }, "5608.03.032A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.032A, Stromversorgung", "arch_name": "03.08.032A@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -604093,18 +666974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58246, "usage_id": 160 }, "5608.03.032B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.032B, Stromversorgung", "arch_name": "03.08.032B@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -604112,18 +666995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58252, "usage_id": 120 }, "5608.03.033A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.033A, Kopierer", "arch_name": "03.08.033A@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14602, "seats": { @@ -604131,18 +667016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58260, "usage_id": 110 }, "5608.03.033B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.033B, Archiv", "arch_name": "03.08.033B@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14602, "seats": { @@ -604150,18 +667037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58386, "usage_id": 2 }, "5608.03.034A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.034A, Serverraum", "arch_name": "03.08.034A@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14583, "seats": { @@ -604169,18 +667058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58396, "usage_id": 207 }, "5608.03.034B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.034B, Lager/B\u00fcromaterialien", "arch_name": "03.08.034B@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14583, "seats": { @@ -604188,18 +667079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58401, "usage_id": 30 }, "5608.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.035, B\u00fcro", "arch_name": "03.08.035@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -604207,18 +667100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11849, "usage_id": 12 }, "5608.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.036, B\u00fcro", "arch_name": "03.08.036@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14583, "seats": { @@ -604226,18 +667121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11852, "usage_id": 12 }, "5608.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.037, B\u00fcro", "arch_name": "03.08.037@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -604245,18 +667142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11854, "usage_id": 12 }, "5608.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.038, B\u00fcro", "arch_name": "03.08.038@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14583, "seats": { @@ -604264,18 +667163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11856, "usage_id": 12 }, "5608.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.039, B\u00fcro", "arch_name": "03.08.039@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -604283,18 +667184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11860, "usage_id": 12 }, "5608.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.040, Prof.-B\u00fcro", "arch_name": "03.08.040@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14583, "seats": { @@ -604302,18 +667205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11863, "usage_id": 12 }, "5608.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.050, Flur", "arch_name": "03.08.050@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14602, "seats": { @@ -604321,18 +667226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25873, "usage_id": 222 }, "5608.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.051, Besprechung", "arch_name": "03.08.051@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -604340,18 +667247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58562, "usage_id": 196 }, "5608.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.052, Sekretariat", "arch_name": "03.08.052@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14583, "seats": { @@ -604359,18 +667268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11923, "usage_id": 40 }, "5608.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.053, Prof.-B\u00fcro", "arch_name": "03.08.053@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -604378,18 +667289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11927, "usage_id": 12 }, "5608.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.054, Prof.-B\u00fcro", "arch_name": "03.08.054@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14583, "seats": { @@ -604397,18 +667310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11932, "usage_id": 12 }, "5608.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.055, Sekretariat", "arch_name": "03.08.055@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -604416,18 +667331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11934, "usage_id": 40 }, "5608.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.057, Prof.-B\u00fcro", "arch_name": "03.08.057@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -604435,18 +667352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11938, "usage_id": 12 }, "5608.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.058, B\u00fcro", "arch_name": "03.08.058@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14583, "seats": { @@ -604454,18 +667373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11973, "usage_id": 12 }, "5608.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.060, B\u00fcro", "arch_name": "03.08.060@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14583, "seats": { @@ -604473,18 +667394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11978, "usage_id": 12 }, "5608.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.061, B\u00fcro", "arch_name": "03.08.061@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14602, "seats": { @@ -604492,18 +667415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11982, "usage_id": 12 }, "5608.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.101, Treppe", "arch_name": "03.08.101@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -604511,18 +667436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56522, "usage_id": 223 }, "5608.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.08.102, Treppe", "arch_name": "03.08.102@5608", "area_id": 33, "building_id": 840, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14208, "seats": { @@ -604530,18 +667457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56645, "usage_id": 223 }, "5608.DG.013": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.08.013, Aufzug", "arch_name": "04.08.013@5608", "area_id": 33, "building_id": 840, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -604549,18 +667478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56651, "usage_id": 4 }, "5608.DG.013A": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.08.013A, Personenaufzug", "arch_name": "04.08.013A@5608", "area_id": 33, "building_id": 840, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -604568,18 +667499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70415, "usage_id": 4 }, "5608.DG.014": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.08.014, Flur", "arch_name": "04.08.014@5608", "area_id": 33, "building_id": 840, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -604587,18 +667520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56660, "usage_id": 222 }, "5608.DG.015": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.08.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.08.015@5608", "area_id": 33, "building_id": 840, + "floor_level": "DG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -604606,18 +667541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56665, "usage_id": 201 }, "5608.DG.016": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.08.016, Treppe", "arch_name": "04.08.016@5608", "area_id": 33, "building_id": 840, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -604625,18 +667562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56778, "usage_id": 223 }, "5608.DG.016A": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.08.016A, Treppe", "arch_name": "04.08.016A@5608", "area_id": 33, "building_id": 840, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -604644,18 +667583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70416, "usage_id": 223 }, "5608.DG.101": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.08.101, Treppe", "arch_name": "04.08.101@5608", "area_id": 33, "building_id": 840, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -604663,18 +667604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56786, "usage_id": 223 }, "5608.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.013, Aufzug", "arch_name": "00.08.013@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -604682,18 +667625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49910, "usage_id": 4 }, "5608.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.014, Flur", "arch_name": "00.08.014@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -604701,18 +667646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49915, "usage_id": 222 }, "5608.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.015, WC-Herren", "arch_name": "00.08.015@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -604720,18 +667667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49928, "usage_id": 115 }, "5608.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.016, Beh.-WC", "arch_name": "00.08.016@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -604739,18 +667688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49934, "usage_id": 117 }, "5608.EG.017A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.017A, Putzraum", "arch_name": "00.08.017A@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -604758,18 +667709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49585, "usage_id": 205 }, "5608.EG.017B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.08.017B@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -604777,18 +667730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49593, "usage_id": 201 }, "5608.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.08.019@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -604796,18 +667751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49603, "usage_id": 201 }, "5608.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.030, Flur", "arch_name": "00.08.030@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -604815,18 +667772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49610, "usage_id": 222 }, "5608.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.031, Sp\u00fclk\u00fcche", "arch_name": "00.08.031@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39687, "seats": { @@ -604834,18 +667793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49249, "usage_id": 28 }, "5608.EG.032A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.032A, Stromversorgung", "arch_name": "00.08.032A@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -604853,18 +667814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49256, "usage_id": 160 }, "5608.EG.032B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.032B, Stromversorgung", "arch_name": "00.08.032B@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -604872,19 +667835,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49267, "usage_id": 120 }, "5608.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.036, Seminarraum", "arch_name": "00.08.036@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 18287, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -604892,19 +667857,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49274, "usage_id": 41 }, "5608.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.038, Seminarraum", "arch_name": "00.08.038@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 15252, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -604912,18 +667879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26925, "usage_id": 41 }, "5608.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.050, Flur", "arch_name": "00.08.050@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -604931,18 +667900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49738, "usage_id": 222 }, "5608.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.051, Lager", "arch_name": "00.08.051@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -604950,19 +667921,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49748, "usage_id": 30 }, "5608.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.053, Seminarraum", "arch_name": "00.08.053@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 18288, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -604970,19 +667943,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49756, "usage_id": 41 }, "5608.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.055, Seminarraum", "arch_name": "00.08.055@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 18290, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -604990,19 +667965,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49764, "usage_id": 41 }, "5608.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.057, Rechnerraum", "arch_name": "00.08.057@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 26771, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -605010,19 +667987,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49769, "usage_id": 207 }, "5608.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.059, Seminarraum", "arch_name": "00.08.059@5608", "area_id": 33, "building_id": 840, "calendar_resource_nr": 18289, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -605030,18 +668009,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57730, "usage_id": 41 }, "5608.EG.060": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.060, Treppe", "arch_name": "00.08.060@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -605049,18 +668030,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70412, "usage_id": 223 }, "5608.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.101, Treppe", "arch_name": "00.08.101@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -605068,18 +668051,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57737, "usage_id": 223 }, "5608.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.102, Treppe", "arch_name": "00.08.102@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -605087,18 +668072,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57747, "usage_id": 223 }, "5608.EG.150": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.08.150, Terrasse", "arch_name": "00.08.150@5608", "area_id": 33, "building_id": 840, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -605106,18 +668093,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70411, "usage_id": 48 }, "5608.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.013, Aufzug", "arch_name": "-1.08.013@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -605125,18 +668114,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48738, "usage_id": 4 }, "5608.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.014, Flur", "arch_name": "-1.08.014@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -605144,18 +668135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48745, "usage_id": 222 }, "5608.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.015, WC", "arch_name": "-1.08.015@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -605163,18 +668156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48750, "usage_id": 114 }, "5608.U1.016A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.016A, WC", "arch_name": "-1.08.016A@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -605182,18 +668177,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48758, "usage_id": 114 }, "5608.U1.016B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.016B, WC", "arch_name": "-1.08.016B@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -605201,18 +668198,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48763, "usage_id": 114 }, "5608.U1.017A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.017A, Putzraum", "arch_name": "-1.08.017A@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -605220,18 +668219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48769, "usage_id": 205 }, "5608.U1.017B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.08.017B@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -605239,18 +668240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48905, "usage_id": 201 }, "5608.U1.018A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.018A, Umkleide", "arch_name": "-1.08.018A@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -605258,18 +668261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48912, "usage_id": 121 }, "5608.U1.018B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.018B, Waschraum", "arch_name": "-1.08.018B@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -605277,18 +668282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48918, "usage_id": 210 }, "5608.U1.019": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.019, Lager", "arch_name": "-1.08.019@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -605296,18 +668303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48927, "usage_id": 30 }, "5608.U1.020": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.020, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.08.020@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -605315,18 +668324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48931, "usage_id": 201 }, "5608.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "MI -1.08.021, Regieraum", "arch_name": "-1.08.021@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -605334,18 +668345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48939, "usage_id": 153 }, "5608.U1.030": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.030, Flur", "arch_name": "-1.08.030@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -605353,18 +668366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49085, "usage_id": 222 }, "5608.U1.031": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.031, Wasserversorgung", "arch_name": "-1.08.031@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -605372,18 +668387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49090, "usage_id": 120 }, "5608.U1.032A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.032A, Stromversorgung", "arch_name": "-1.08.032A@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -605391,18 +668408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49098, "usage_id": 160 }, "5608.U1.032B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.032B, Stromversorgung", "arch_name": "-1.08.032B@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -605410,18 +668429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49108, "usage_id": 120 }, "5608.U1.034": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.034, Lager", "arch_name": "-1.08.034@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 39687, "seats": { @@ -605429,18 +668450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49415, "usage_id": 30 }, "5608.U1.035": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.035, Lager", "arch_name": "-1.08.035@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -605448,18 +668471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49424, "usage_id": 30 }, "5608.U1.036": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.036, B\u00fcro", "arch_name": "-1.08.036@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -605467,18 +668492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49430, "usage_id": 12 }, "5608.U1.037": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.037, Lager", "arch_name": "-1.08.037@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -605486,18 +668513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49440, "usage_id": 30 }, "5608.U1.040": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.040, Kopierer", "arch_name": "-1.08.040@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -605505,18 +668534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49454, "usage_id": 110 }, "5608.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.08.101, Treppe", "arch_name": "-1.08.101@5608", "area_id": 33, "building_id": 840, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -605524,18 +668555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49901, "usage_id": 223 }, "5609.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.001, Flur", "arch_name": "01.09.001@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -605543,18 +668576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58283, "usage_id": 222 }, "5609.01.011A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.011A, Kopierer", "arch_name": "01.09.011A@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15437, "seats": { @@ -605562,19 +668597,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58293, "usage_id": 110 }, "5609.01.011B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.011B, Besprechung", "arch_name": "01.09.011B@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 18861, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -605582,18 +668619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58303, "usage_id": 196 }, "5609.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.012, Computerlabor", "arch_name": "01.09.012@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -605601,19 +668640,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58424, "usage_id": 103 }, "5609.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.014, Seminarraum", "arch_name": "01.09.014@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 15500, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -605621,18 +668662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58433, "usage_id": 41 }, "5609.01.014A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.014A, Balkon", "arch_name": "01.09.014A@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -605640,18 +668683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70311, "usage_id": 219 }, "5609.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.09.015@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -605659,18 +668704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58437, "usage_id": 201 }, "5609.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.016, Flur", "arch_name": "01.09.016@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15437, "seats": { @@ -605678,18 +668725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58444, "usage_id": 222 }, "5609.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.017, WC-Damen", "arch_name": "01.09.017@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15437, "seats": { @@ -605697,18 +668746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58452, "usage_id": 116 }, "5609.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.018, WC-Herren", "arch_name": "01.09.018@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15437, "seats": { @@ -605716,18 +668767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58568, "usage_id": 115 }, "5609.01.019A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.019A, Putzraum", "arch_name": "01.09.019A@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -605735,18 +668788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58577, "usage_id": 205 }, "5609.01.019B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.019B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.09.019B@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -605754,18 +668809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58585, "usage_id": 201 }, "5609.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.020, Lager", "arch_name": "01.09.020@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15437, "seats": { @@ -605773,18 +668830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58597, "usage_id": 30 }, "5609.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.021, Aufzug", "arch_name": "01.09.021@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -605792,18 +668851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58604, "usage_id": 4 }, "5609.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.022, Praktikumsraum", "arch_name": "01.09.022@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15426, "seats": { @@ -605811,18 +668872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58723, "usage_id": 131 }, "5609.01.022A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.022A, Balkon", "arch_name": "01.09.022A@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -605830,18 +668893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70312, "usage_id": 219 }, "5609.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.023, Lager", "arch_name": "01.09.023@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15426, "seats": { @@ -605849,18 +668914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58734, "usage_id": 30 }, "5609.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.030, Flur", "arch_name": "01.09.030@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15437, "seats": { @@ -605868,18 +668935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58740, "usage_id": 222 }, "5609.01.031A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.031A, Stromversorgung", "arch_name": "01.09.031A@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -605887,18 +668956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58750, "usage_id": 160 }, "5609.01.031B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.031B, Stromversorgung", "arch_name": "01.09.031B@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -605906,18 +668977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56525, "usage_id": 120 }, "5609.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.032, Teek\u00fcche", "arch_name": "01.09.032@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15437, "seats": { @@ -605925,18 +668998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56534, "usage_id": 198 }, "5609.01.033A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.033A, Serverraum", "arch_name": "01.09.033A@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15437, "seats": { @@ -605944,18 +669019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56543, "usage_id": 207 }, "5609.01.033B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.033B, Lager/B\u00fcromaterialien", "arch_name": "01.09.033B@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15437, "seats": { @@ -605963,19 +669040,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56551, "usage_id": 30 }, "5609.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.034, Seminarraum", "arch_name": "01.09.034@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 18513, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15437, "seats": { @@ -605983,18 +669062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56559, "usage_id": 41 }, "5609.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.035, B\u00fcro", "arch_name": "01.09.035@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606002,18 +669083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12025, "usage_id": 12 }, "5609.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.037, B\u00fcro", "arch_name": "01.09.037@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606021,18 +669104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12085, "usage_id": 12 }, "5609.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.038, B\u00fcro", "arch_name": "01.09.038@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606040,18 +669125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26072, "usage_id": 12 }, "5609.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.039, B\u00fcro", "arch_name": "01.09.039@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606059,18 +669146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56689, "usage_id": 12 }, "5609.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.040, B\u00fcro", "arch_name": "01.09.040@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606078,18 +669167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12097, "usage_id": 12 }, "5609.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.041, B\u00fcro", "arch_name": "01.09.041@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606097,18 +669188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12100, "usage_id": 12 }, "5609.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.042, B\u00fcro", "arch_name": "01.09.042@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606116,18 +669209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12103, "usage_id": 12 }, "5609.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.043, B\u00fcro", "arch_name": "01.09.043@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606135,18 +669230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12156, "usage_id": 12 }, "5609.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.044, B\u00fcro", "arch_name": "01.09.044@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606154,18 +669251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56836, "usage_id": 12 }, "5609.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.050, Flur", "arch_name": "01.09.050@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15437, "seats": { @@ -606173,18 +669272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56956, "usage_id": 222 }, "5609.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.051, Aufenthalt", "arch_name": "01.09.051@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606192,18 +669293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56959, "usage_id": 44 }, "5609.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.052, Sekretariat", "arch_name": "01.09.052@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606211,18 +669314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12175, "usage_id": 40 }, "5609.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.053, B\u00fcro", "arch_name": "01.09.053@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606230,18 +669335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56972, "usage_id": 12 }, "5609.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.054, Prof.-B\u00fcro", "arch_name": "01.09.054@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606249,18 +669356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56977, "usage_id": 12 }, "5609.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.055, B\u00fcro", "arch_name": "01.09.055@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606268,18 +669377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12228, "usage_id": 12 }, "5609.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.057, B\u00fcro", "arch_name": "01.09.057@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606287,18 +669398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12231, "usage_id": 12 }, "5609.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.058, B\u00fcro", "arch_name": "01.09.058@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606306,18 +669419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57128, "usage_id": 12 }, "5609.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.059, B\u00fcro", "arch_name": "01.09.059@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606325,18 +669440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12272, "usage_id": 12 }, "5609.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.060, B\u00fcro", "arch_name": "01.09.060@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606344,18 +669461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12275, "usage_id": 12 }, "5609.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.061, B\u00fcro", "arch_name": "01.09.061@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15437, "seats": { @@ -606363,18 +669482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12278, "usage_id": 12 }, "5609.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.101, Treppe", "arch_name": "01.09.101@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -606382,18 +669503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57261, "usage_id": 223 }, "5609.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.09.102, Treppe", "arch_name": "01.09.102@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -606401,18 +669524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57270, "usage_id": 223 }, "5609.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.001, Flur", "arch_name": "02.09.001@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -606420,18 +669545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57278, "usage_id": 222 }, "5609.02.011A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.011A, Kopierer", "arch_name": "02.09.011A@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -606439,19 +669566,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57286, "usage_id": 110 }, "5609.02.011B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.011B, Besprechung", "arch_name": "02.09.011B@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 26716, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -606459,19 +669588,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11455, "usage_id": 196 }, "5609.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.012, Rechnerraum", "arch_name": "02.09.012@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 28892, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 44266, "seats": { @@ -606479,19 +669610,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57413, "usage_id": 207 }, "5609.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.014, Seminarraum", "arch_name": "02.09.014@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 15501, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -606499,18 +669632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57419, "usage_id": 41 }, "5609.02.014A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.014A, Balkon", "arch_name": "02.09.014A@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -606518,18 +669653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70313, "usage_id": 219 }, "5609.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.09.015@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -606537,18 +669674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57427, "usage_id": 201 }, "5609.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.016, Flur", "arch_name": "02.09.016@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -606556,18 +669695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57436, "usage_id": 222 }, "5609.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.017, WC-Damen", "arch_name": "02.09.017@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15434, "seats": { @@ -606575,18 +669716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57554, "usage_id": 116 }, "5609.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.018, WC-Herren", "arch_name": "02.09.018@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15434, "seats": { @@ -606594,18 +669737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57563, "usage_id": 115 }, "5609.02.019A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.019A, Putzraum", "arch_name": "02.09.019A@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -606613,18 +669758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57571, "usage_id": 205 }, "5609.02.019B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.019B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.09.019B@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -606632,18 +669779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57580, "usage_id": 201 }, "5609.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.020, Lager", "arch_name": "02.09.020@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -606651,18 +669800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57588, "usage_id": 30 }, "5609.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.021, Aufzug", "arch_name": "02.09.021@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -606670,19 +669821,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57701, "usage_id": 4 }, "5609.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.023, Seminarraum", "arch_name": "02.09.023@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 15276, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -606690,18 +669843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30629, "usage_id": 41 }, "5609.02.023A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.023A, Balkon", "arch_name": "02.09.023A@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -606709,18 +669864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70314, "usage_id": 219 }, "5609.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.030, Flur", "arch_name": "02.09.030@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -606728,18 +669885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57715, "usage_id": 222 }, "5609.02.031A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.031A, Stromversorgung", "arch_name": "02.09.031A@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -606747,18 +669906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57722, "usage_id": 160 }, "5609.02.031B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.031B, Stromversorgung", "arch_name": "02.09.031B@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -606766,18 +669927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57843, "usage_id": 120 }, "5609.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.032, Teek\u00fcche", "arch_name": "02.09.032@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -606785,18 +669948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57851, "usage_id": 198 }, "5609.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.033, Mitarbeiterb\u00fcro", "arch_name": "02.09.033@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -606804,18 +669969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68429, "usage_id": 12 }, "5609.02.034": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.034, Computerlabor", "arch_name": "02.09.034@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -606823,18 +669990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57877, "usage_id": 103 }, "5609.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.035, B\u00fcro", "arch_name": "02.09.035@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -606842,18 +670011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11512, "usage_id": 12 }, "5609.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.037, B\u00fcro", "arch_name": "02.09.037@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -606861,18 +670032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11514, "usage_id": 12 }, "5609.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.038, Labor", "arch_name": "02.09.038@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -606880,18 +670053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58011, "usage_id": 103 }, "5609.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.039, B\u00fcro", "arch_name": "02.09.039@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -606899,18 +670074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11570, "usage_id": 12 }, "5609.02.041": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.041, B\u00fcro", "arch_name": "02.09.041@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -606918,18 +670095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11571, "usage_id": 12 }, "5609.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.042, B\u00fcro", "arch_name": "02.09.042@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -606937,18 +670116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11572, "usage_id": 12 }, "5609.02.043": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.043, B\u00fcro", "arch_name": "02.09.043@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -606956,18 +670137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11574, "usage_id": 12 }, "5609.02.044": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.044, Prof.-B\u00fcro", "arch_name": "02.09.044@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -606975,18 +670158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11617, "usage_id": 12 }, "5609.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.050, Flur", "arch_name": "02.09.050@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15434, "seats": { @@ -606994,18 +670179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58176, "usage_id": 222 }, "5609.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.051, Besprechungsraum", "arch_name": "02.09.051@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -607013,18 +670200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58184, "usage_id": 196 }, "5609.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.052, Sekretariat", "arch_name": "02.09.052@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -607032,18 +670221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11624, "usage_id": 40 }, "5609.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.053, B\u00fcro", "arch_name": "02.09.053@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -607051,18 +670242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11627, "usage_id": 12 }, "5609.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.054, Prof.-B\u00fcro", "arch_name": "02.09.054@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -607070,18 +670263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11631, "usage_id": 12 }, "5609.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.055, B\u00fcro", "arch_name": "02.09.055@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -607089,18 +670284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11682, "usage_id": 12 }, "5609.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.057, B\u00fcro", "arch_name": "02.09.057@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -607108,18 +670305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11686, "usage_id": 12 }, "5609.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.058, B\u00fcro", "arch_name": "02.09.058@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -607127,18 +670326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11688, "usage_id": 12 }, "5609.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.059, B\u00fcro", "arch_name": "02.09.059@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -607146,18 +670347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11691, "usage_id": 12 }, "5609.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.060, B\u00fcro", "arch_name": "02.09.060@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -607165,18 +670368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11696, "usage_id": 12 }, "5609.02.061": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.061, B\u00fcro", "arch_name": "02.09.061@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15434, "seats": { @@ -607184,18 +670389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11744, "usage_id": 12 }, "5609.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.101, Treppe", "arch_name": "02.09.101@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -607203,18 +670410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58610, "usage_id": 223 }, "5609.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.09.102, Treppe", "arch_name": "02.09.102@5609", "area_id": 33, "building_id": 865, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -607222,18 +670431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58618, "usage_id": 223 }, "5609.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.001, Flur", "arch_name": "03.09.001@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -607241,18 +670452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58626, "usage_id": 222 }, "5609.03.011A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.011A, Kopierer (Inf.7/14)", "arch_name": "03.09.011A@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15439, "seats": { @@ -607260,19 +670473,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58633, "usage_id": 110 }, "5609.03.011B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.011B, Besprechung", "arch_name": "03.09.011B@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 19403, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -607280,19 +670495,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58641, "usage_id": 196 }, "5609.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.012, Seminarraum", "arch_name": "03.09.012@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 19165, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -607300,19 +670517,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58762, "usage_id": 41 }, "5609.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.014, Seminarraum", "arch_name": "03.09.014@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 15285, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -607320,18 +670539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31293, "usage_id": 41 }, "5609.03.014A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.014A, Balkon", "arch_name": "03.09.014A@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -607339,18 +670560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70315, "usage_id": 219 }, "5609.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.09.015@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -607358,18 +670581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58774, "usage_id": 201 }, "5609.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.016, Flur", "arch_name": "03.09.016@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15439, "seats": { @@ -607377,18 +670602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58782, "usage_id": 222 }, "5609.03.017": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.017, WC-Damen", "arch_name": "03.09.017@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15439, "seats": { @@ -607396,18 +670623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58790, "usage_id": 116 }, "5609.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.018, WC-Herren", "arch_name": "03.09.018@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15439, "seats": { @@ -607415,18 +670644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56418, "usage_id": 115 }, "5609.03.019A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.019A, Putzraum", "arch_name": "03.09.019A@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -607434,18 +670665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56424, "usage_id": 205 }, "5609.03.019B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.019B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.09.019B@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -607453,18 +670686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56434, "usage_id": 201 }, "5609.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.020, Lager", "arch_name": "03.09.020@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15439, "seats": { @@ -607472,18 +670707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56439, "usage_id": 30 }, "5609.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.021, Aufzug", "arch_name": "03.09.021@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -607491,18 +670728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56450, "usage_id": 4 }, "5609.03.023": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.023, \u00dcbung", "arch_name": "03.09.023@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15431, "seats": { @@ -607510,18 +670749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56567, "usage_id": 131 }, "5609.03.023A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.023A, Balkon", "arch_name": "03.09.023A@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -607529,18 +670770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70316, "usage_id": 219 }, "5609.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.030, Flur", "arch_name": "03.09.030@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15439, "seats": { @@ -607548,18 +670791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56577, "usage_id": 222 }, "5609.03.031A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.031A, Stromversorgung", "arch_name": "03.09.031A@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -607567,18 +670812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56584, "usage_id": 160 }, "5609.03.031B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.031B, Stromversorgung", "arch_name": "03.09.031B@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -607586,18 +670833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56599, "usage_id": 120 }, "5609.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.032, Teek\u00fcche", "arch_name": "03.09.032@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15439, "seats": { @@ -607605,18 +670854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56699, "usage_id": 198 }, "5609.03.033A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.033A, Serverraum", "arch_name": "03.09.033A@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15439, "seats": { @@ -607624,18 +670875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56707, "usage_id": 207 }, "5609.03.033B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.033B, Lager/B\u00fcromaterial", "arch_name": "03.09.033B@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15439, "seats": { @@ -607643,19 +670896,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56717, "usage_id": 30 }, "5609.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.034, Praktikumsraum", "arch_name": "03.09.034@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 21985, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46357, "seats": { @@ -607663,18 +670918,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56724, "usage_id": 131 }, "5609.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.035, Gruppenleiter", "arch_name": "03.09.035@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607682,18 +670939,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11991, "usage_id": 12 }, "5609.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.037, B\u00fcro", "arch_name": "03.09.037@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607701,19 +670960,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11994, "usage_id": 12 }, "5609.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.038, Praktikumsraum", "arch_name": "03.09.038@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 21984, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46357, "seats": { @@ -607721,18 +670982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56855, "usage_id": 131 }, "5609.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.039, B\u00fcro", "arch_name": "03.09.039@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607740,18 +671003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12002, "usage_id": 12 }, "5609.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.040, B\u00fcro", "arch_name": "03.09.040@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15439, "seats": { @@ -607759,18 +671024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12051, "usage_id": 12 }, "5609.03.041": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.041, B\u00fcro", "arch_name": "03.09.041@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607778,18 +671045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12056, "usage_id": 12 }, "5609.03.042": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.042, B\u00fcro", "arch_name": "03.09.042@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607797,18 +671066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12062, "usage_id": 12 }, "5609.03.043": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.043, B\u00fcro", "arch_name": "03.09.043@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607816,18 +671087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12064, "usage_id": 12 }, "5609.03.044": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.044, Prof.-B\u00fcro", "arch_name": "03.09.044@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607835,18 +671108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12071, "usage_id": 12 }, "5609.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.050, Flur", "arch_name": "03.09.050@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15439, "seats": { @@ -607854,18 +671129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57170, "usage_id": 222 }, "5609.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.051, Aufenthalt", "arch_name": "03.09.051@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607873,18 +671150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57176, "usage_id": 44 }, "5609.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.052, Sekretariat", "arch_name": "03.09.052@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607892,18 +671171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12129, "usage_id": 40 }, "5609.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.053, B\u00fcro Verwaltung", "arch_name": "03.09.053@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607911,18 +671192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12131, "usage_id": 12 }, "5609.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.054, Prof.-B\u00fcro", "arch_name": "03.09.054@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607930,18 +671213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12135, "usage_id": 12 }, "5609.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.055, B\u00fcro", "arch_name": "03.09.055@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607949,18 +671234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12139, "usage_id": 12 }, "5609.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.057, B\u00fcro", "arch_name": "03.09.057@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -607968,19 +671255,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12196, "usage_id": 12 }, "5609.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.058, B\u00fcro", "arch_name": "03.09.058@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 22500, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 46357, "seats": { @@ -607988,18 +671277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57295, "usage_id": 12 }, "5609.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.059, B\u00fcro", "arch_name": "03.09.059@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -608007,18 +671298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12206, "usage_id": 12 }, "5609.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.060, B\u00fcro", "arch_name": "03.09.060@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15439, "seats": { @@ -608026,18 +671319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12208, "usage_id": 12 }, "5609.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.061, Prof.-B\u00fcro", "arch_name": "03.09.061@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -608045,18 +671340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12210, "usage_id": 12 }, "5609.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.101, Treppe", "arch_name": "03.09.101@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -608064,18 +671361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57326, "usage_id": 223 }, "5609.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.09.102, Treppe", "arch_name": "03.09.102@5609", "area_id": 33, "building_id": 865, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -608083,18 +671382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56989, "usage_id": 223 }, "5609.DG.015": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.09.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.09.015@5609", "area_id": 33, "building_id": 865, + "floor_level": "DG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -608102,18 +671403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57000, "usage_id": 201 }, "5609.DG.016": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.09.016, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.09.016@5609", "area_id": 33, "building_id": 865, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -608121,18 +671424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57008, "usage_id": 201 }, "5609.DG.021": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.09.021, Aufzug", "arch_name": "04.09.021@5609", "area_id": 33, "building_id": 865, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -608140,18 +671445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57018, "usage_id": 4 }, "5609.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.011, Ausstellung", "arch_name": "00.09.011@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14598, "seats": { @@ -608159,18 +671466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57069, "usage_id": 148 }, "5609.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.09.015@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -608178,18 +671487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57078, "usage_id": 201 }, "5609.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.016, Flur", "arch_name": "00.09.016@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -608197,18 +671508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57083, "usage_id": 222 }, "5609.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.017, WC-Damen", "arch_name": "00.09.017@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -608216,18 +671529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57093, "usage_id": 116 }, "5609.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.018, WC-Herren", "arch_name": "00.09.018@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -608235,18 +671550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57099, "usage_id": 115 }, "5609.EG.019A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.019A, Putzraum", "arch_name": "00.09.019A@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -608254,18 +671571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57111, "usage_id": 205 }, "5609.EG.019B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.019B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.09.019B@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -608273,18 +671592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57218, "usage_id": 201 }, "5609.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.020, Lager", "arch_name": "00.09.020@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -608292,18 +671613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57226, "usage_id": 30 }, "5609.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.021, Aufzug", "arch_name": "00.09.021@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -608311,19 +671634,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57235, "usage_id": 4 }, "5609.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.022, \u00dcbungsraum", "arch_name": "00.09.022@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 15247, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -608331,18 +671656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26500, "usage_id": 131 }, "5609.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.030, Flur", "arch_name": "00.09.030@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -608350,18 +671677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57363, "usage_id": 222 }, "5609.EG.031A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.031A, Stromversorgung", "arch_name": "00.09.031A@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -608369,18 +671698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57371, "usage_id": 160 }, "5609.EG.031B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.031B, Stromversorgung", "arch_name": "00.09.031B@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -608388,18 +671719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57379, "usage_id": 120 }, "5609.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.032, Teek\u00fcche", "arch_name": "00.09.032@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -608407,18 +671740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57388, "usage_id": 198 }, "5609.EG.033A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.033A, Serverraum", "arch_name": "00.09.033A@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45500, "seats": { @@ -608426,18 +671761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57398, "usage_id": 207 }, "5609.EG.033B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.033B, Lager", "arch_name": "00.09.033B@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -608445,18 +671782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57516, "usage_id": 30 }, "5609.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.034, B\u00fcro Verwaltung", "arch_name": "00.09.034@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -608464,18 +671803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11413, "usage_id": 12 }, "5609.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.035, B\u00fcro", "arch_name": "00.09.035@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -608483,18 +671824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11416, "usage_id": 12 }, "5609.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.036, B\u00fcro", "arch_name": "00.09.036@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -608502,18 +671845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11419, "usage_id": 12 }, "5609.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.037, B\u00fcro", "arch_name": "00.09.037@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -608521,19 +671866,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11423, "usage_id": 12 }, "5609.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.038, Seminarraum", "arch_name": "00.09.038@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 24033, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 24670, "seats": { @@ -608541,18 +671888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26698, "usage_id": 41 }, "5609.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.039, Besprechungsraum", "arch_name": "00.09.039@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -608560,18 +671909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57670, "usage_id": 196 }, "5609.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.050, Flur", "arch_name": "00.09.050@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -608579,18 +671930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57679, "usage_id": 222 }, "5609.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.051, B\u00fcro Verwaltung", "arch_name": "00.09.051@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 24670, "seats": { @@ -608598,18 +671951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26716, "usage_id": 12 }, "5609.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.052, B\u00fcro BICC Net", "arch_name": "00.09.052@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -608617,18 +671972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11598, "usage_id": 12 }, "5609.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.053, B\u00fcro Verwaltung", "arch_name": "00.09.053@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 24670, "seats": { @@ -608636,18 +671993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11649, "usage_id": 12 }, "5609.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.054, B\u00fcro BICC Net", "arch_name": "00.09.054@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -608655,19 +672014,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11653, "usage_id": 12 }, "5609.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.055, Prof.-B\u00fcro", "arch_name": "00.09.055@5609", "area_id": 33, "building_id": 865, "calendar_resource_nr": 18631, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 24670, "seats": { @@ -608675,18 +672036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57824, "usage_id": 12 }, "5609.EG.056": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.056, B\u00fcro BICC Net", "arch_name": "00.09.056@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -608694,18 +672057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57832, "usage_id": 12 }, "5609.EG.058A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.058A, Archiv", "arch_name": "00.09.058A@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -608713,18 +672078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57965, "usage_id": 2 }, "5609.EG.058B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.058B, Archiv", "arch_name": "00.09.058B@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 24670, "seats": { @@ -608732,18 +672099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57973, "usage_id": 2 }, "5609.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.059, B\u00fcro", "arch_name": "00.09.059@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 24670, "seats": { @@ -608751,18 +672120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11712, "usage_id": 12 }, "5609.EG.060": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.060, B\u00fcro", "arch_name": "00.09.060@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -608770,18 +672141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11717, "usage_id": 12 }, "5609.EG.061": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.061, B\u00fcro", "arch_name": "00.09.061@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 24670, "seats": { @@ -608789,18 +672162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11722, "usage_id": 12 }, "5609.EG.062": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.062, B\u00fcro", "arch_name": "00.09.062@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 24670, "seats": { @@ -608808,18 +672183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11724, "usage_id": 12 }, "5609.EG.063": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.063, B\u00fcro", "arch_name": "00.09.063@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 24670, "seats": { @@ -608827,18 +672204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11781, "usage_id": 12 }, "5609.EG.064": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.064, B\u00fcro", "arch_name": "00.09.064@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 24670, "seats": { @@ -608846,18 +672225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11783, "usage_id": 12 }, "5609.EG.065": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.065, B\u00fcro", "arch_name": "00.09.065@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 24670, "seats": { @@ -608865,18 +672246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11785, "usage_id": 12 }, "5609.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.101, Treppe", "arch_name": "00.09.101@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -608884,18 +672267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58266, "usage_id": 223 }, "5609.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.102, Treppe", "arch_name": "00.09.102@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -608903,18 +672288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58276, "usage_id": 223 }, "5609.EG.999": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.09.012, Terrasse", "arch_name": "00.09.012@5609", "area_id": 33, "building_id": 865, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -608922,18 +672309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70310, "usage_id": 48 }, "5609.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.09.011, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.09.011@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -608941,18 +672330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56794, "usage_id": 201 }, "5609.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.09.013, Flur", "arch_name": "-1.09.013@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -608960,18 +672351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56797, "usage_id": 222 }, "5609.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.09.014, Schleuse", "arch_name": "-1.09.014@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -608979,18 +672372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56804, "usage_id": 105 }, "5609.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.09.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.09.015@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -608998,18 +672393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56810, "usage_id": 201 }, "5609.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.09.016, HLS-Schacht", "arch_name": "-1.09.016@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -609017,18 +672414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56922, "usage_id": 120 }, "5609.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.09.017, Stromversorgung", "arch_name": "-1.09.017@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -609036,18 +672435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56933, "usage_id": 160 }, "5609.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.09.018, Mittelspannung 20KV", "arch_name": "-1.09.018@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -609055,18 +672456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56936, "usage_id": 160 }, "5609.U1.030": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.09.030, Flur", "arch_name": "-1.09.030@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.UG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -609074,18 +672477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56943, "usage_id": 222 }, "5609.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.09.101, Treppe", "arch_name": "-1.09.101@5609", "area_id": 33, "building_id": 865, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -609093,18 +672498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56947, "usage_id": 223 }, "5610.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.001, Flur", "arch_name": "01.10.001@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -609112,19 +672519,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54454, "usage_id": 222 }, "5610.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.011, Seminarraum (Inf. 18/19", "arch_name": "01.10.011@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 15270, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15443, "seats": { @@ -609132,18 +672541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30098, "usage_id": 41 }, "5610.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.013, Aufzug", "arch_name": "01.10.013@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -609151,18 +672562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54468, "usage_id": 4 }, "5610.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.014, Flur", "arch_name": "01.10.014@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15443, "seats": { @@ -609170,18 +672583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54477, "usage_id": 222 }, "5610.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.015, WC-Herren", "arch_name": "01.10.015@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15443, "seats": { @@ -609189,18 +672604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54486, "usage_id": 115 }, "5610.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.016, WC-Damen", "arch_name": "01.10.016@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15443, "seats": { @@ -609208,18 +672625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54603, "usage_id": 116 }, "5610.01.017A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.017A, Putzraum", "arch_name": "01.10.017A@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -609227,18 +672646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54612, "usage_id": 205 }, "5610.01.017B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.10.017B@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -609246,18 +672667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54622, "usage_id": 201 }, "5610.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.018, Lager", "arch_name": "01.10.018@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15443, "seats": { @@ -609265,18 +672688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54632, "usage_id": 30 }, "5610.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.10.019@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -609284,19 +672709,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54640, "usage_id": 201 }, "5610.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.020, Praktikumsraum", "arch_name": "01.10.020@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 23830, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -609304,18 +672731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54779, "usage_id": 131 }, "5610.01.020A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.020A, Balkon", "arch_name": "01.10.020A@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -609323,18 +672752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70420, "usage_id": 219 }, "5610.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.021, Praktikumsraum", "arch_name": "01.10.021@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -609342,18 +672773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30278, "usage_id": 131 }, "5610.01.022A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.022A, Kopierer", "arch_name": "01.10.022A@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15443, "seats": { @@ -609361,19 +672794,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54794, "usage_id": 110 }, "5610.01.022B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.022B, Besprechung", "arch_name": "01.10.022B@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 18801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609381,18 +672816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54805, "usage_id": 196 }, "5610.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.030, Flur", "arch_name": "01.10.030@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15443, "seats": { @@ -609400,18 +672837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54933, "usage_id": 222 }, "5610.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.031, Teek\u00fcche", "arch_name": "01.10.031@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15443, "seats": { @@ -609419,18 +672858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54943, "usage_id": 198 }, "5610.01.032A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.032A, Stromversorgung", "arch_name": "01.10.032A@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -609438,18 +672879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54953, "usage_id": 160 }, "5610.01.032B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.032B, Stromversorgung", "arch_name": "01.10.032B@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -609457,19 +672900,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54964, "usage_id": 120 }, "5610.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.033, Seminarraum", "arch_name": "01.10.033@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 18803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609477,18 +672922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55089, "usage_id": 41 }, "5610.01.034A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.034A, Serverraum", "arch_name": "01.10.034A@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15443, "seats": { @@ -609496,19 +672943,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55095, "usage_id": 207 }, "5610.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.036, Computer-Labor", "arch_name": "01.10.036@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 18805, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609516,18 +672965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55103, "usage_id": 103 }, "5610.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.037, B\u00fcro", "arch_name": "01.10.037@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609535,18 +672986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12311, "usage_id": 12 }, "5610.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.039, B\u00fcro", "arch_name": "01.10.039@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609554,18 +673007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12314, "usage_id": 12 }, "5610.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.040, B\u00fcro", "arch_name": "01.10.040@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609573,18 +673028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12319, "usage_id": 12 }, "5610.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.050, Flur", "arch_name": "01.10.050@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15443, "seats": { @@ -609592,18 +673049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55251, "usage_id": 222 }, "5610.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.051, Besprechungsraum", "arch_name": "01.10.051@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609611,18 +673070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55262, "usage_id": 196 }, "5610.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.052, Sekretariat", "arch_name": "01.10.052@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609630,18 +673091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11439, "usage_id": 40 }, "5610.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.053, B\u00fcro/Drucker/Leseraum", "arch_name": "01.10.053@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609649,18 +673112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55279, "usage_id": 12 }, "5610.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.054, B\u00fcro", "arch_name": "01.10.054@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609668,18 +673133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11445, "usage_id": 12 }, "5610.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.055, B\u00fcro", "arch_name": "01.10.055@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609687,18 +673154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11447, "usage_id": 12 }, "5610.01.056": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.056, B\u00fcro", "arch_name": "01.10.056@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609706,18 +673175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11464, "usage_id": 12 }, "5610.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.057, B\u00fcro", "arch_name": "01.10.057@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609725,18 +673196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11467, "usage_id": 12 }, "5610.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.058, B\u00fcro", "arch_name": "01.10.058@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609744,18 +673217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55444, "usage_id": 12 }, "5610.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.059, Besprechung", "arch_name": "01.10.059@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609763,18 +673238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55451, "usage_id": 196 }, "5610.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.060, B\u00fcro", "arch_name": "01.10.060@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609782,18 +673259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11471, "usage_id": 12 }, "5610.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.061, Prof.-B\u00fcro", "arch_name": "01.10.061@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15443, "seats": { @@ -609801,18 +673280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11473, "usage_id": 12 }, "5610.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.101, Treppe", "arch_name": "01.10.101@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -609820,18 +673301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55595, "usage_id": 223 }, "5610.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.10.102, Treppe", "arch_name": "01.10.102@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -609839,18 +673322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55603, "usage_id": 223 }, "5610.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.001, Flur", "arch_name": "02.10.001@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -609858,19 +673343,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55611, "usage_id": 222 }, "5610.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.011, Rechnerraum", "arch_name": "02.10.011@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 18682, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -609878,18 +673365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55739, "usage_id": 207 }, "5610.02.011A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.011A, Balkon", "arch_name": "02.10.011A@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -609897,18 +673386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70422, "usage_id": 219 }, "5610.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.013, Aufzug", "arch_name": "02.10.013@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -609916,18 +673407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55746, "usage_id": 4 }, "5610.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.014, Flur", "arch_name": "02.10.014@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -609935,18 +673428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55754, "usage_id": 222 }, "5610.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.015, WC-Herren", "arch_name": "02.10.015@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14577, "seats": { @@ -609954,18 +673449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55761, "usage_id": 115 }, "5610.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.016, WC-Damen", "arch_name": "02.10.016@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14577, "seats": { @@ -609973,18 +673470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55770, "usage_id": 116 }, "5610.02.017A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.017A, Putzraum", "arch_name": "02.10.017A@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -609992,18 +673491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55904, "usage_id": 205 }, "5610.02.017B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.10.017B@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -610011,18 +673512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55912, "usage_id": 201 }, "5610.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.018, Abstellraum", "arch_name": "02.10.018@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610030,18 +673533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55917, "usage_id": 159 }, "5610.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.10.019@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -610049,18 +673554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55926, "usage_id": 201 }, "5610.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.020, Rechnerraum", "arch_name": "02.10.020@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -610068,18 +673575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55933, "usage_id": 207 }, "5610.02.020A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.020A, Balkon", "arch_name": "02.10.020A@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -610087,18 +673596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70421, "usage_id": 219 }, "5610.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.021, B\u00fcro/Post", "arch_name": "02.10.021@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14604, "seats": { @@ -610106,18 +673617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11541, "usage_id": 12 }, "5610.02.022A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.022A, Kopierer M2/M3", "arch_name": "02.10.022A@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610125,19 +673638,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56070, "usage_id": 110 }, "5610.02.022B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.022B, Besprechungsraum M2/M3", "arch_name": "02.10.022B@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 24314, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610145,18 +673660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56077, "usage_id": 196 }, "5610.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.030, Flur", "arch_name": "02.10.030@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610164,18 +673681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56085, "usage_id": 222 }, "5610.02.031": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.031, Wasserversorgung", "arch_name": "02.10.031@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -610183,18 +673702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56092, "usage_id": 183 }, "5610.02.032A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.032A, Stromversorgung", "arch_name": "02.10.032A@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -610202,18 +673723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56229, "usage_id": 160 }, "5610.02.032B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.032B, Stromversorgung", "arch_name": "02.10.032B@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -610221,18 +673744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56231, "usage_id": 120 }, "5610.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.033, B\u00fcro", "arch_name": "02.10.033@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610240,18 +673765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11581, "usage_id": 12 }, "5610.02.034A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.034A, Serverraum", "arch_name": "02.10.034A@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610259,18 +673786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56245, "usage_id": 207 }, "5610.02.034B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.034B, Fotolabor", "arch_name": "02.10.034B@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610278,18 +673807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56254, "usage_id": 104 }, "5610.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.035, B\u00fcro", "arch_name": "02.10.035@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610297,18 +673828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11589, "usage_id": 12 }, "5610.02.036": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.036, B\u00fcro", "arch_name": "02.10.036@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610316,18 +673849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13382, "usage_id": 12 }, "5610.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.037, B\u00fcro", "arch_name": "02.10.037@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610335,18 +673870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13387, "usage_id": 12 }, "5610.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.038, B\u00fcro", "arch_name": "02.10.038@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610354,18 +673891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13389, "usage_id": 12 }, "5610.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.039, B\u00fcro", "arch_name": "02.10.039@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610373,18 +673912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13392, "usage_id": 12 }, "5610.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.040, Prof.-B\u00fcro", "arch_name": "02.10.040@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610392,18 +673933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13393, "usage_id": 12 }, "5610.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.050, Flur", "arch_name": "02.10.050@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610411,18 +673954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54022, "usage_id": 222 }, "5610.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.051, Besprechungsraum", "arch_name": "02.10.051@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610430,18 +673975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54030, "usage_id": 196 }, "5610.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.052, Sekretariat", "arch_name": "02.10.052@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610449,18 +673996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13421, "usage_id": 40 }, "5610.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.053, Prof.-B\u00fcro", "arch_name": "02.10.053@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14607, "seats": { @@ -610468,18 +674017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54041, "usage_id": 12 }, "5610.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.054, Prof.-B\u00fcro", "arch_name": "02.10.054@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610487,18 +674038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13425, "usage_id": 12 }, "5610.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.055, Sekretariat", "arch_name": "02.10.055@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14607, "seats": { @@ -610506,18 +674059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13428, "usage_id": 40 }, "5610.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.057, Prof.-B\u00fcro", "arch_name": "02.10.057@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14607, "seats": { @@ -610525,18 +674080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54180, "usage_id": 12 }, "5610.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.058, B\u00fcro", "arch_name": "02.10.058@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 14577, "seats": { @@ -610544,19 +674101,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13434, "usage_id": 12 }, "5610.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.059, B\u00fcro", "arch_name": "02.10.059@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 18499, + "floor_level": "2.OG", "floor_type": "Laminat", "main_operator_id": 14607, "seats": { @@ -610564,18 +674123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54193, "usage_id": 12 }, "5610.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.060, B\u00fcro", "arch_name": "02.10.060@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610583,18 +674144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13465, "usage_id": 12 }, "5610.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.101, Treppe", "arch_name": "02.10.101@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -610602,18 +674165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54209, "usage_id": 223 }, "5610.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.10.102, Treppe", "arch_name": "02.10.102@5610", "area_id": 33, "building_id": 799, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -610621,18 +674186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54330, "usage_id": 223 }, "5610.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.001, Flur", "arch_name": "03.10.001@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610640,19 +674207,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54338, "usage_id": 222 }, "5610.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.011, Seminarraum", "arch_name": "03.10.011@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 15269, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -610660,18 +674229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29814, "usage_id": 41 }, "5610.03.011A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.011A, Balkon", "arch_name": "03.10.011A@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -610679,18 +674250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70424, "usage_id": 219 }, "5610.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.013, Aufzug", "arch_name": "03.10.013@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -610698,18 +674271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54353, "usage_id": 4 }, "5610.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.014, Flur", "arch_name": "03.10.014@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610717,18 +674292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54359, "usage_id": 222 }, "5610.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.015, WC-Herren", "arch_name": "03.10.015@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14577, "seats": { @@ -610736,18 +674313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54497, "usage_id": 115 }, "5610.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.016, WC-Damen", "arch_name": "03.10.016@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14577, "seats": { @@ -610755,18 +674334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54505, "usage_id": 116 }, "5610.03.017A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.017A, Putzraum", "arch_name": "03.10.017A@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -610774,18 +674355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54510, "usage_id": 205 }, "5610.03.017B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.017B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.10.017B@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -610793,18 +674376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54518, "usage_id": 201 }, "5610.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.018, Abstellraum", "arch_name": "03.10.018@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610812,18 +674397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54642, "usage_id": 159 }, "5610.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.10.019@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -610831,19 +674418,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54651, "usage_id": 201 }, "5610.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.020, Rechnerraum", "arch_name": "03.10.020@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 21644, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610851,18 +674440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54660, "usage_id": 207 }, "5610.03.020A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.020A, Balkon", "arch_name": "03.10.020A@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -610870,18 +674461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70423, "usage_id": 219 }, "5610.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.021, B\u00fcro", "arch_name": "03.10.021@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610889,18 +674482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13544, "usage_id": 12 }, "5610.03.022A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.022A, Kopierer M4/M13", "arch_name": "03.10.022A@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610908,18 +674503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54673, "usage_id": 110 }, "5610.03.022B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.022B, Besprechungsraum M4/M13", "arch_name": "03.10.022B@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -610927,18 +674524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54814, "usage_id": 196 }, "5610.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.030, Flur", "arch_name": "03.10.030@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -610946,18 +674545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54819, "usage_id": 222 }, "5610.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.031, Wasserversorgung", "arch_name": "03.10.031@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -610965,18 +674566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54826, "usage_id": 183 }, "5610.03.032A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.032A, Stromversorgung", "arch_name": "03.10.032A@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -610984,18 +674587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54834, "usage_id": 160 }, "5610.03.032B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.032B, Stromversorgung", "arch_name": "03.10.032B@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -611003,18 +674608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54842, "usage_id": 120 }, "5610.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.033, B\u00fcro", "arch_name": "03.10.033@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19519, "seats": { @@ -611022,18 +674629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13577, "usage_id": 12 }, "5610.03.034A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.034A, Serverraum", "arch_name": "03.10.034A@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -611041,18 +674650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54981, "usage_id": 207 }, "5610.03.034B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.034B, Lager/B\u00fcromaterialien", "arch_name": "03.10.034B@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -611060,18 +674671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54988, "usage_id": 30 }, "5610.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.035, B\u00fcro", "arch_name": "03.10.035@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -611079,18 +674692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13617, "usage_id": 12 }, "5610.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.036, B\u00fcro", "arch_name": "03.10.036@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -611098,18 +674713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13619, "usage_id": 12 }, "5610.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.037, B\u00fcro", "arch_name": "03.10.037@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -611117,18 +674734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55127, "usage_id": 12 }, "5610.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.038, Prof.-B\u00fcro", "arch_name": "03.10.038@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -611136,18 +674755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13669, "usage_id": 12 }, "5610.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.039, B\u00fcro", "arch_name": "03.10.039@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -611155,18 +674776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13673, "usage_id": 12 }, "5610.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.040, Prof.-B\u00fcro", "arch_name": "03.10.040@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -611174,18 +674797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13679, "usage_id": 12 }, "5610.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.050, Flur", "arch_name": "03.10.050@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -611193,18 +674818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55160, "usage_id": 222 }, "5610.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.051, Aufenthalt", "arch_name": "03.10.051@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -611212,18 +674839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55293, "usage_id": 44 }, "5610.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.052, Sekretariat", "arch_name": "03.10.052@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -611231,18 +674860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13696, "usage_id": 40 }, "5610.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.053, Prof.-B\u00fcro", "arch_name": "03.10.053@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -611250,18 +674881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13739, "usage_id": 12 }, "5610.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.054, Prof.-B\u00fcro", "arch_name": "03.10.054@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14577, "seats": { @@ -611269,18 +674902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13744, "usage_id": 12 }, "5610.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.055, Sekretariat", "arch_name": "03.10.055@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -611288,18 +674923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13747, "usage_id": 40 }, "5610.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.057, Prof.-B\u00fcro", "arch_name": "03.10.057@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -611307,18 +674944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13751, "usage_id": 12 }, "5610.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.058, B\u00fcro", "arch_name": "03.10.058@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -611326,18 +674965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13755, "usage_id": 12 }, "5610.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.059, B\u00fcro", "arch_name": "03.10.059@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -611345,18 +674986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13801, "usage_id": 12 }, "5610.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.060, B\u00fcro", "arch_name": "03.10.060@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -611364,18 +675007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13804, "usage_id": 12 }, "5610.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.101, Treppe", "arch_name": "03.10.101@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -611383,18 +675028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55484, "usage_id": 223 }, "5610.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.10.102, Treppe", "arch_name": "03.10.102@5610", "area_id": 33, "building_id": 799, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -611402,18 +675049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55489, "usage_id": 223 }, "5610.04.013": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.10.013, Aufzug", "arch_name": "04.10.013@5610", "area_id": 33, "building_id": 799, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -611421,18 +675070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55623, "usage_id": 4 }, "5610.04.014": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.10.014, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.10.014@5610", "area_id": 33, "building_id": 799, + "floor_level": "4.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -611440,18 +675091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55631, "usage_id": 201 }, "5610.04.019": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.10.019, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.10.019@5610", "area_id": 33, "building_id": 799, + "floor_level": "4.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -611459,18 +675112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55635, "usage_id": 201 }, "5610.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.010, Flur", "arch_name": "00.10.010@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -611478,18 +675133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55713, "usage_id": 222 }, "5610.EG.010A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.010A, Flur", "arch_name": "00.10.010A@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -611497,19 +675154,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70363, "usage_id": 222 }, "5610.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.011, CIT Sitzungsraum 1", "arch_name": "00.10.011@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 30172, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -611517,18 +675176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55721, "usage_id": 196 }, "5610.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.012, Lager", "arch_name": "00.10.012@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -611536,18 +675197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55730, "usage_id": 30 }, "5610.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.013, Ausgabe", "arch_name": "00.10.013@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14208, "seats": { @@ -611555,18 +675218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30957, "usage_id": 12 }, "5610.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.014, Aufzug", "arch_name": "00.10.014@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -611574,18 +675239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55862, "usage_id": 4 }, "5610.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.015, Flur", "arch_name": "00.10.015@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -611593,18 +675260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55871, "usage_id": 222 }, "5610.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.016, WC-Damen", "arch_name": "00.10.016@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -611612,18 +675281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55879, "usage_id": 116 }, "5610.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.017, WC-Herren", "arch_name": "00.10.017@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -611631,18 +675302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55887, "usage_id": 115 }, "5610.EG.018A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.018A, Plutzraum", "arch_name": "00.10.018A@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -611650,18 +675323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55896, "usage_id": 205 }, "5610.EG.018B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.018B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.10.018B@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -611669,18 +675344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56018, "usage_id": 201 }, "5610.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.019, Lager", "arch_name": "00.10.019@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -611688,18 +675365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56027, "usage_id": 30 }, "5610.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.020, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.10.020@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -611707,18 +675386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56033, "usage_id": 201 }, "5610.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.021, Cafeteria", "arch_name": "00.10.021@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 39687, "seats": { @@ -611726,18 +675407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56043, "usage_id": 139 }, "5610.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.030, Flur", "arch_name": "00.10.030@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -611745,18 +675428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56053, "usage_id": 222 }, "5610.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.031, Teek\u00fcche", "arch_name": "00.10.031@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -611764,18 +675449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56184, "usage_id": 198 }, "5610.EG.032A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.032A, Stromversorgung", "arch_name": "00.10.032A@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -611783,18 +675470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56192, "usage_id": 160 }, "5610.EG.032B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.032B, Stromversorgung", "arch_name": "00.10.032B@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -611802,19 +675491,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56201, "usage_id": 120 }, "5610.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.033, Besprechung", "arch_name": "00.10.033@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 31572, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -611822,18 +675513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56211, "usage_id": 196 }, "5610.EG.034A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.034A, Serverraum", "arch_name": "00.10.034A@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -611841,18 +675534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56219, "usage_id": 207 }, "5610.EG.034B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.034B, Archiv", "arch_name": "00.10.034B@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -611860,18 +675555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56348, "usage_id": 2 }, "5610.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.035, B\u00fcro", "arch_name": "00.10.035@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -611879,18 +675576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11892, "usage_id": 12 }, "5610.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.036, B\u00fcro Verwaltung", "arch_name": "00.10.036@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -611898,18 +675597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11896, "usage_id": 12 }, "5610.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.037, B\u00fcro Verwaltung", "arch_name": "00.10.037@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -611917,19 +675618,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11898, "usage_id": 12 }, "5610.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.038, Besprechungsraum CIT Leitung", "arch_name": "00.10.038@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 33972, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 52079, "seats": { @@ -611937,18 +675640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11901, "usage_id": 196 }, "5610.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.039, B\u00fcro", "arch_name": "00.10.039@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -611956,18 +675661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11953, "usage_id": 12 }, "5610.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.041, B\u00fcro Verwaltung", "arch_name": "00.10.041@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -611975,19 +675682,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11955, "usage_id": 12 }, "5610.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.042, Besprechungsraum CIT Leitung", "arch_name": "00.10.042@5610", "area_id": 33, "building_id": 799, "calendar_resource_nr": 33952, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 52079, "seats": { @@ -611995,18 +675704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11957, "usage_id": 196 }, "5610.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.043, B\u00fcro", "arch_name": "00.10.043@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -612014,18 +675725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11960, "usage_id": 12 }, "5610.EG.044": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.044, Sekretariat", "arch_name": "00.10.044@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14202, "seats": { @@ -612033,18 +675746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11963, "usage_id": 40 }, "5610.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.050, Flur", "arch_name": "00.10.050@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -612052,18 +675767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54139, "usage_id": 222 }, "5610.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.051, Besprechungsraum", "arch_name": "00.10.051@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -612071,18 +675788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54152, "usage_id": 196 }, "5610.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.052, B\u00fcro", "arch_name": "00.10.052@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -612090,18 +675809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12004, "usage_id": 12 }, "5610.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.053, B\u00fcro", "arch_name": "00.10.053@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -612109,18 +675830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16539, "usage_id": 12 }, "5610.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.054, B\u00fcro", "arch_name": "00.10.054@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -612128,18 +675851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12010, "usage_id": 12 }, "5610.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.055, Prof.-B\u00fcro", "arch_name": "00.10.055@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -612147,18 +675872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12012, "usage_id": 12 }, "5610.EG.056": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.056, B\u00fcro", "arch_name": "00.10.056@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -612166,18 +675893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12074, "usage_id": 12 }, "5610.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.057, B\u00fcro", "arch_name": "00.10.057@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -612185,18 +675914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12075, "usage_id": 12 }, "5610.EG.058": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.058, Treppe", "arch_name": "00.10.058@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -612204,18 +675935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70364, "usage_id": 223 }, "5610.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.101, Treppe", "arch_name": "00.10.101@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -612223,18 +675956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54322, "usage_id": 223 }, "5610.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.10.102, Treppe", "arch_name": "00.10.102@5610", "area_id": 33, "building_id": 799, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -612242,18 +675977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54447, "usage_id": 223 }, "5610.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.011, Fernw\u00e4rme", "arch_name": "-1.10.011@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -612261,18 +675998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57026, "usage_id": 201 }, "5610.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.012, Hebeanlage", "arch_name": "-1.10.012@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -612280,18 +676019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57447, "usage_id": 120 }, "5610.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.013, Druckluftzentrale", "arch_name": "-1.10.013@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -612299,18 +676040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57458, "usage_id": 120 }, "5610.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.014, Flur", "arch_name": "-1.10.014@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -612318,18 +676061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57466, "usage_id": 222 }, "5610.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.10.015@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -612337,18 +676082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55379, "usage_id": 201 }, "5610.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.016, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.10.016@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -612356,18 +676103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55387, "usage_id": 201 }, "5610.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.017, Niederspannung", "arch_name": "-1.10.017@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -612375,18 +676124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55396, "usage_id": 160 }, "5610.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.018, Personenaufzug", "arch_name": "-1.10.018@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -612394,18 +676145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70362, "usage_id": 4 }, "5610.U1.030": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.030, Flur", "arch_name": "-1.10.030@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -612413,18 +676166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55533, "usage_id": 222 }, "5610.U1.040": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.040, Lichtschacht", "arch_name": "-1.10.040@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -612432,18 +676187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55542, "usage_id": 120 }, "5610.U1.041": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.041, Trafo", "arch_name": "-1.10.041@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -612451,18 +676208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55551, "usage_id": 160 }, "5610.U1.042": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.042, Trafo", "arch_name": "-1.10.042@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -612470,18 +676229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55561, "usage_id": 160 }, "5610.U1.043": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.043, Trafo", "arch_name": "-1.10.043@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -612489,18 +676250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55570, "usage_id": 160 }, "5610.U1.044": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.044, Stromversorgung", "arch_name": "-1.10.044@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -612508,18 +676271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55694, "usage_id": 160 }, "5610.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.10.101, Treppe", "arch_name": "-1.10.101@5610", "area_id": 33, "building_id": 799, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -612527,18 +676292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55703, "usage_id": 223 }, "5611.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.001, Flur", "arch_name": "01.11.001@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -612546,18 +676313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54366, "usage_id": 222 }, "5611.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.011, WC-Damen", "arch_name": "01.11.011@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 45151, "seats": { @@ -612565,18 +676334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54372, "usage_id": 116 }, "5611.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.012, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.11.012@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -612584,18 +676355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54379, "usage_id": 201 }, "5611.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.013, Flur", "arch_name": "01.11.013@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -612603,18 +676376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54386, "usage_id": 222 }, "5611.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.014, WC-Herren", "arch_name": "01.11.014@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 45151, "seats": { @@ -612622,18 +676397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54395, "usage_id": 115 }, "5611.01.015A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.015A, Putzraum", "arch_name": "01.11.015A@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -612641,18 +676418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54402, "usage_id": 205 }, "5611.01.015B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.015B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "01.11.015B@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -612660,18 +676439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54533, "usage_id": 201 }, "5611.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.016, Lager", "arch_name": "01.11.016@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -612679,18 +676460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54538, "usage_id": 30 }, "5611.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.017, Lager", "arch_name": "01.11.017@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -612698,19 +676481,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54544, "usage_id": 30 }, "5611.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.018, Seminarraum", "arch_name": "01.11.018@5611", "area_id": 33, "building_id": 800, "calendar_resource_nr": 15284, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -612718,18 +676503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31284, "usage_id": 41 }, "5611.01.018A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.018A, Balkon", "arch_name": "01.11.018A@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -612737,18 +676524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70365, "usage_id": 219 }, "5611.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.030, Flur", "arch_name": "01.11.030@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -612756,18 +676545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54554, "usage_id": 222 }, "5611.01.031A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.031A, Stromversorgung", "arch_name": "01.11.031A@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -612775,18 +676566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54559, "usage_id": 120 }, "5611.01.031B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.031B, Stromversorgung", "arch_name": "01.11.031B@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -612794,18 +676587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54683, "usage_id": 120 }, "5611.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.032, Teek\u00fcche", "arch_name": "01.11.032@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -612813,18 +676608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54689, "usage_id": 198 }, "5611.01.033A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.033A, Serverraum", "arch_name": "01.11.033A@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -612832,18 +676629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54696, "usage_id": 207 }, "5611.01.033B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.033B, Lager/B\u00fcromaterial", "arch_name": "01.11.033B@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -612851,18 +676650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54702, "usage_id": 30 }, "5611.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.034, B\u00fcro Verwaltung", "arch_name": "01.11.034@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -612870,18 +676671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29849, "usage_id": 12 }, "5611.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.035, B\u00fcro", "arch_name": "01.11.035@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -612889,18 +676692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54718, "usage_id": 12 }, "5611.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.037, B\u00fcro", "arch_name": "01.11.037@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -612908,18 +676713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13489, "usage_id": 12 }, "5611.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.038, B\u00fcro", "arch_name": "01.11.038@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -612927,18 +676734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13491, "usage_id": 12 }, "5611.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.039, B\u00fcro", "arch_name": "01.11.039@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -612946,18 +676755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13492, "usage_id": 12 }, "5611.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.040, B\u00fcro", "arch_name": "01.11.040@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -612965,18 +676776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13494, "usage_id": 12 }, "5611.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.041, B\u00fcro", "arch_name": "01.11.041@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -612984,18 +676797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13495, "usage_id": 12 }, "5611.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.042, B\u00fcro", "arch_name": "01.11.042@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613003,18 +676818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13497, "usage_id": 12 }, "5611.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.043, B\u00fcro", "arch_name": "01.11.043@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613022,18 +676839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13499, "usage_id": 12 }, "5611.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.044, B\u00fcro", "arch_name": "01.11.044@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613041,18 +676860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13527, "usage_id": 12 }, "5611.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.050, Flur", "arch_name": "01.11.050@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -613060,18 +676881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55015, "usage_id": 222 }, "5611.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.051, Besprechungsraum", "arch_name": "01.11.051@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613079,18 +676902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55021, "usage_id": 196 }, "5611.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.052, Besprechung", "arch_name": "01.11.052@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613098,18 +676923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13529, "usage_id": 196 }, "5611.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.053, B\u00fcro", "arch_name": "01.11.053@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613117,18 +676944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13530, "usage_id": 12 }, "5611.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.054, Prof.-B\u00fcro", "arch_name": "01.11.054@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613136,18 +676965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13532, "usage_id": 12 }, "5611.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.055, B\u00fcro", "arch_name": "01.11.055@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613155,18 +676986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13534, "usage_id": 12 }, "5611.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.057, B\u00fcro", "arch_name": "01.11.057@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613174,18 +677007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13536, "usage_id": 12 }, "5611.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.058, Prof.-B\u00fcro", "arch_name": "01.11.058@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613193,18 +677028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13554, "usage_id": 12 }, "5611.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.059, B\u00fcro", "arch_name": "01.11.059@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613212,18 +677049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13555, "usage_id": 12 }, "5611.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.060, B\u00fcro Verwaltung", "arch_name": "01.11.060@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613231,18 +677070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13557, "usage_id": 12 }, "5611.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.061, B\u00fcro", "arch_name": "01.11.061@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -613250,18 +677091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13560, "usage_id": 12 }, "5611.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.101, Treppe", "arch_name": "01.11.101@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -613269,18 +677112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55193, "usage_id": 223 }, "5611.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.11.102, Treppe", "arch_name": "01.11.102@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -613288,18 +677133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55201, "usage_id": 223 }, "5611.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.001, Flur", "arch_name": "02.11.001@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -613307,18 +677154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55336, "usage_id": 222 }, "5611.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.011, WC-Damen", "arch_name": "02.11.011@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15428, "seats": { @@ -613326,18 +677175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55340, "usage_id": 116 }, "5611.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.012, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.11.012@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -613345,18 +677196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55344, "usage_id": 201 }, "5611.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.013, Flur", "arch_name": "02.11.013@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -613364,18 +677217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55354, "usage_id": 222 }, "5611.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.014, WC-Herren", "arch_name": "02.11.014@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15428, "seats": { @@ -613383,18 +677238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55361, "usage_id": 115 }, "5611.02.015A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.015A, Putzraum", "arch_name": "02.11.015A@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -613402,18 +677259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55369, "usage_id": 205 }, "5611.02.015B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.015B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "02.11.015B@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -613421,18 +677280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55490, "usage_id": 201 }, "5611.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.016, Lager", "arch_name": "02.11.016@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -613440,18 +677301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55495, "usage_id": 30 }, "5611.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.017, Lager", "arch_name": "02.11.017@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -613459,19 +677322,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55502, "usage_id": 30 }, "5611.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.018, Praktikumsraum", "arch_name": "02.11.018@5611", "area_id": 33, "building_id": 800, "calendar_resource_nr": 19487, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -613479,18 +677344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55506, "usage_id": 131 }, "5611.02.018A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.018A, Balkon", "arch_name": "02.11.018A@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -613498,18 +677365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70366, "usage_id": 219 }, "5611.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.030, Flur", "arch_name": "02.11.030@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -613517,18 +677386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55512, "usage_id": 222 }, "5611.02.031A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.031A, Stromversorgung", "arch_name": "02.11.031A@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -613536,18 +677407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55518, "usage_id": 160 }, "5611.02.031B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.031B, Stromversorgung", "arch_name": "02.11.031B@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -613555,18 +677428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55524, "usage_id": 120 }, "5611.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.032, Teek\u00fcche", "arch_name": "02.11.032@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -613574,18 +677449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55656, "usage_id": 198 }, "5611.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.033, B\u00fcro", "arch_name": "02.11.033@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613593,18 +677470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55663, "usage_id": 12 }, "5611.02.034": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.034, Toutor", "arch_name": "02.11.034@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -613612,18 +677491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55670, "usage_id": 12 }, "5611.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.035, B\u00fcro", "arch_name": "02.11.035@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613631,18 +677512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13667, "usage_id": 12 }, "5611.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.037, B\u00fcro", "arch_name": "02.11.037@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613650,18 +677533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13718, "usage_id": 12 }, "5611.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.038, Serverraum", "arch_name": "02.11.038@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613669,18 +677554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55682, "usage_id": 207 }, "5611.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.039, B\u00fcro", "arch_name": "02.11.039@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613688,18 +677575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13721, "usage_id": 12 }, "5611.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.040, B\u00fcro", "arch_name": "02.11.040@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613707,18 +677596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55827, "usage_id": 12 }, "5611.02.041": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.041, B\u00fcro", "arch_name": "02.11.041@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613726,18 +677617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13725, "usage_id": 12 }, "5611.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.042, B\u00fcro", "arch_name": "02.11.042@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613745,18 +677638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13727, "usage_id": 12 }, "5611.02.043": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.043, B\u00fcro", "arch_name": "02.11.043@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613764,18 +677659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13730, "usage_id": 12 }, "5611.02.044": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.044, Prof.-B\u00fcro", "arch_name": "02.11.044@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613783,18 +677680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13734, "usage_id": 12 }, "5611.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.050, Flur", "arch_name": "02.11.050@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -613802,18 +677701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55847, "usage_id": 222 }, "5611.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.051, Besprechungsraum", "arch_name": "02.11.051@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15428, "seats": { @@ -613821,18 +677722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55854, "usage_id": 196 }, "5611.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.052, B\u00fcro", "arch_name": "02.11.052@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613840,18 +677743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55983, "usage_id": 40 }, "5611.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.053, B\u00fcro", "arch_name": "02.11.053@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613859,18 +677764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13788, "usage_id": 12 }, "5611.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.054, Prof.-B\u00fcro", "arch_name": "02.11.054@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613878,18 +677785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13790, "usage_id": 12 }, "5611.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.055, B\u00fcro", "arch_name": "02.11.055@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613897,18 +677806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13795, "usage_id": 12 }, "5611.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.057, B\u00fcro", "arch_name": "02.11.057@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613916,19 +677827,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13797, "usage_id": 12 }, "5611.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.058, Besprechungsraum", "arch_name": "02.11.058@5611", "area_id": 33, "building_id": 800, "calendar_resource_nr": 26573, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613936,18 +677849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56004, "usage_id": 196 }, "5611.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.059, B\u00fcro/Emeritus", "arch_name": "02.11.059@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613955,18 +677870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13826, "usage_id": 12 }, "5611.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.060, B\u00fcro", "arch_name": "02.11.060@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613974,18 +677891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13829, "usage_id": 12 }, "5611.02.061": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.061, B\u00fcro", "arch_name": "02.11.061@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15428, "seats": { @@ -613993,18 +677912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13830, "usage_id": 12 }, "5611.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.101, Treppe", "arch_name": "02.11.101@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -614012,18 +677933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56148, "usage_id": 223 }, "5611.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.11.102, Treppe", "arch_name": "02.11.102@5611", "area_id": 33, "building_id": 800, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -614031,18 +677954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56156, "usage_id": 223 }, "5611.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.001, Flur", "arch_name": "03.11.001@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -614050,18 +677975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56164, "usage_id": 222 }, "5611.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.011, WC-Damen", "arch_name": "03.11.011@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15432, "seats": { @@ -614069,18 +677996,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56171, "usage_id": 116 }, "5611.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.012, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.11.012@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -614088,18 +678017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56177, "usage_id": 201 }, "5611.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.013, Flur", "arch_name": "03.11.013@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614107,18 +678038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56302, "usage_id": 222 }, "5611.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.014, WC-Herren", "arch_name": "03.11.014@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15432, "seats": { @@ -614126,18 +678059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56308, "usage_id": 115 }, "5611.03.015A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.015A, Putzraum", "arch_name": "03.11.015A@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -614145,18 +678080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56316, "usage_id": 205 }, "5611.03.015B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.015B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "03.11.015B@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -614164,18 +678101,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56323, "usage_id": 201 }, "5611.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.016, Lager", "arch_name": "03.11.016@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614183,18 +678122,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56329, "usage_id": 30 }, "5611.03.017": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.017, Lager", "arch_name": "03.11.017@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614202,19 +678143,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56337, "usage_id": 30 }, "5611.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.018, Seminarraum", "arch_name": "03.11.018@5611", "area_id": 33, "building_id": 800, "calendar_resource_nr": 15266, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46357, "seats": { @@ -614222,18 +678165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29515, "usage_id": 41 }, "5611.03.018A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.018A, Balkon", "arch_name": "03.11.018A@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -614241,18 +678186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70317, "usage_id": 219 }, "5611.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.030, Flur", "arch_name": "03.11.030@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614260,18 +678207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53945, "usage_id": 222 }, "5611.03.031A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.031A, Stromversorgung", "arch_name": "03.11.031A@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -614279,18 +678228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53951, "usage_id": 160 }, "5611.03.031B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.031B, Stromversorgung", "arch_name": "03.11.031B@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -614298,18 +678249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53957, "usage_id": 120 }, "5611.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.032, Teek\u00fcche", "arch_name": "03.11.032@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614317,18 +678270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53962, "usage_id": 198 }, "5611.03.033A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.033A, Serverraum", "arch_name": "03.11.033A@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614336,18 +678291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53965, "usage_id": 207 }, "5611.03.033B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.033B, Kopierraum", "arch_name": "03.11.033B@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614355,19 +678312,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53973, "usage_id": 110 }, "5611.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.034, Praktikumsraum", "arch_name": "03.11.034@5611", "area_id": 33, "building_id": 800, "calendar_resource_nr": 27152, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614375,18 +678334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53977, "usage_id": 131 }, "5611.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.035, Praktikumsraum", "arch_name": "03.11.035@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614394,18 +678355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13924, "usage_id": 131 }, "5611.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.037, B\u00fcro", "arch_name": "03.11.037@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -614413,18 +678376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13926, "usage_id": 12 }, "5611.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.038, B\u00fcro", "arch_name": "03.11.038@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -614432,18 +678397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54101, "usage_id": 12 }, "5611.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.039, B\u00fcro", "arch_name": "03.11.039@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -614451,18 +678418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13949, "usage_id": 12 }, "5611.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.040, B\u00fcro", "arch_name": "03.11.040@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614470,18 +678439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13952, "usage_id": 12 }, "5611.03.041": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.041, B\u00fcro", "arch_name": "03.11.041@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614489,18 +678460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54116, "usage_id": 12 }, "5611.03.042": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.042, B\u00fcro", "arch_name": "03.11.042@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614508,18 +678481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13957, "usage_id": 12 }, "5611.03.043": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.043, B\u00fcro", "arch_name": "03.11.043@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614527,18 +678502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13960, "usage_id": 12 }, "5611.03.044": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.044, Prof.-B\u00fcro", "arch_name": "03.11.044@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614546,18 +678523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13961, "usage_id": 12 }, "5611.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.050, Flur", "arch_name": "03.11.050@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614565,18 +678544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54256, "usage_id": 222 }, "5611.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.051, Besprechungsraum", "arch_name": "03.11.051@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15432, "seats": { @@ -614584,18 +678565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54261, "usage_id": 196 }, "5611.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.052, B\u00fcro", "arch_name": "03.11.052@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614603,18 +678586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13964, "usage_id": 40 }, "5611.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.053, B\u00fcro", "arch_name": "03.11.053@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614622,18 +678607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13987, "usage_id": 12 }, "5611.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.054, Prof.-B\u00fcro", "arch_name": "03.11.054@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614641,18 +678628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13991, "usage_id": 12 }, "5611.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.055, B\u00fcro", "arch_name": "03.11.055@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614660,18 +678649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13992, "usage_id": 12 }, "5611.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.057, B\u00fcro", "arch_name": "03.11.057@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614679,18 +678670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13994, "usage_id": 12 }, "5611.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.058, Besprechung", "arch_name": "03.11.058@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614698,18 +678691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13997, "usage_id": 196 }, "5611.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.059, B\u00fcro", "arch_name": "03.11.059@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614717,18 +678712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13999, "usage_id": 12 }, "5611.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.060, B\u00fcro", "arch_name": "03.11.060@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614736,18 +678733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14001, "usage_id": 12 }, "5611.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.061, B\u00fcro", "arch_name": "03.11.061@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -614755,18 +678754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14003, "usage_id": 12 }, "5611.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.101, Treppe", "arch_name": "03.11.101@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14189, "seats": { @@ -614774,18 +678775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54431, "usage_id": 223 }, "5611.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.11.102, Treppe", "arch_name": "03.11.102@5611", "area_id": 33, "building_id": 800, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 14189, "seats": { @@ -614793,18 +678796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54436, "usage_id": 223 }, "5611.DG.012": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.11.012, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.11.012@5611", "area_id": 33, "building_id": 800, + "floor_level": "DG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -614812,18 +678817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54441, "usage_id": 201 }, "5611.DG.013": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.11.013, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "04.11.013@5611", "area_id": 33, "building_id": 800, + "floor_level": "DG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -614831,18 +678838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70318, "usage_id": 201 }, "5611.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.011, WC-Damen", "arch_name": "00.11.011@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -614850,18 +678859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55798, "usage_id": 116 }, "5611.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.012, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.11.012@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -614869,18 +678880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55805, "usage_id": 201 }, "5611.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.013, Forsoft/Flur", "arch_name": "00.11.013@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -614888,18 +678901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55812, "usage_id": 222 }, "5611.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.014, Forsoft/Abstellraum", "arch_name": "00.11.014@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -614907,18 +678922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55820, "usage_id": 159 }, "5611.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.015, WC-Herren", "arch_name": "00.11.015@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -614926,18 +678943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55937, "usage_id": 115 }, "5611.EG.016A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.016A, Putzraum", "arch_name": "00.11.016A@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -614945,18 +678964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55946, "usage_id": 205 }, "5611.EG.016B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.016B, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "00.11.016B@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -614964,18 +678985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55955, "usage_id": 201 }, "5611.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.017, Forsoft/Abstellraum", "arch_name": "00.11.017@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -614983,18 +679006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55961, "usage_id": 159 }, "5611.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.030, Forsoft/Flur", "arch_name": "00.11.030@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -615002,18 +679027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55966, "usage_id": 222 }, "5611.EG.031A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.031A, Stromversorgung", "arch_name": "00.11.031A@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -615021,18 +679048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55973, "usage_id": 160 }, "5611.EG.031B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.031B, Stromversorgung", "arch_name": "00.11.031B@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -615040,18 +679069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55977, "usage_id": 120 }, "5611.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.032, Teek\u00fcche", "arch_name": "00.11.032@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -615059,18 +679090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56100, "usage_id": 198 }, "5611.EG.033A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.033A, Forsoft/Serverraum", "arch_name": "00.11.033A@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -615078,18 +679111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56106, "usage_id": 207 }, "5611.EG.033B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.033B, Forsoft/Lager", "arch_name": "00.11.033B@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 39688, "seats": { @@ -615097,18 +679132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56111, "usage_id": 30 }, "5611.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.034, Forsoft/B\u00fcro", "arch_name": "00.11.034@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -615116,18 +679153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13934, "usage_id": 12 }, "5611.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.035, Forsoft/Lager", "arch_name": "00.11.035@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615135,18 +679174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56127, "usage_id": 30 }, "5611.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.036, Forsoft/B\u00fcro", "arch_name": "00.11.036@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -615154,18 +679195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13940, "usage_id": 12 }, "5611.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.037, Besprechung", "arch_name": "00.11.037@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615173,19 +679216,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56266, "usage_id": 196 }, "5611.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.038, Forsoft/Seminarraum", "arch_name": "00.11.038@5611", "area_id": 33, "building_id": 800, "calendar_resource_nr": 18630, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615193,18 +679238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56273, "usage_id": 41 }, "5611.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.039, Besprechungsraum", "arch_name": "00.11.039@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615212,18 +679259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56280, "usage_id": 196 }, "5611.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.050, Forsoft/Flur", "arch_name": "00.11.050@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 45151, "seats": { @@ -615231,18 +679280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56286, "usage_id": 222 }, "5611.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.051, Forsoft/B\u00fcro", "arch_name": "00.11.051@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615250,18 +679301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13973, "usage_id": 12 }, "5611.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.052, Forsoft/B\u00fcro", "arch_name": "00.11.052@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615269,18 +679322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13977, "usage_id": 12 }, "5611.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.053, Forsoft/B\u00fcro", "arch_name": "00.11.053@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615288,18 +679343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13982, "usage_id": 12 }, "5611.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.054, Forsoft/B\u00fcro", "arch_name": "00.11.054@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615307,18 +679364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54060, "usage_id": 12 }, "5611.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.055, Forsoft/B\u00fcro", "arch_name": "00.11.055@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615326,18 +679385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14007, "usage_id": 12 }, "5611.EG.056": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.056, Forsoft/B\u00fcro", "arch_name": "00.11.056@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615345,18 +679406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14014, "usage_id": 12 }, "5611.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.057, Forsoft/B\u00fcro", "arch_name": "00.11.057@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615364,18 +679427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14017, "usage_id": 12 }, "5611.EG.058": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.058, Forsoft/B\u00fcro", "arch_name": "00.11.058@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615383,18 +679448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14021, "usage_id": 12 }, "5611.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.059, Forsoft/B\u00fcro", "arch_name": "00.11.059@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615402,18 +679469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14023, "usage_id": 12 }, "5611.EG.060": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.060, Forsoft/B\u00fcro", "arch_name": "00.11.060@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615421,18 +679490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14028, "usage_id": 12 }, "5611.EG.061": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.061, Forsoft/B\u00fcro", "arch_name": "00.11.061@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615440,18 +679511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 14031, "usage_id": 12 }, "5611.EG.062": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.062, Forsoft/B\u00fcro", "arch_name": "00.11.062@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615459,18 +679532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13342, "usage_id": 12 }, "5611.EG.063": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.063, Forsoft/B\u00fcro", "arch_name": "00.11.063@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615478,18 +679553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13345, "usage_id": 12 }, "5611.EG.064": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.064, Forsoft/B\u00fcro", "arch_name": "00.11.064@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615497,18 +679574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13348, "usage_id": 12 }, "5611.EG.065": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.065, Forsoft/B\u00fcro", "arch_name": "00.11.065@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 45151, "seats": { @@ -615516,18 +679595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13352, "usage_id": 12 }, "5611.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.101, Treppe", "arch_name": "00.11.101@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -615535,18 +679616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54242, "usage_id": 223 }, "5611.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.11.102, Treppe", "arch_name": "00.11.102@5611", "area_id": 33, "building_id": 800, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -615554,18 +679637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54245, "usage_id": 223 }, "5611.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.11.012, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.11.012@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -615573,18 +679658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55644, "usage_id": 201 }, "5611.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.11.013, Flur", "arch_name": "-1.11.013@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -615592,18 +679679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55650, "usage_id": 222 }, "5611.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.11.014, Stromversorgung", "arch_name": "-1.11.014@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -615611,18 +679700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55777, "usage_id": 160 }, "5611.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.11.015, Heizung/Brauchwassererw\u00e4rmung", "arch_name": "-1.11.015@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -615630,18 +679721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55785, "usage_id": 201 }, "5611.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.11.101, Treppe", "arch_name": "-1.11.101@5611", "area_id": 33, "building_id": 800, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -615649,18 +679742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55790, "usage_id": 223 }, "5612.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.001, Flur", "arch_name": "01.12.001@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -615668,18 +679763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59337, "usage_id": 222 }, "5612.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.011, WC-Damen", "arch_name": "01.12.011@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15444, "seats": { @@ -615687,18 +679784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59341, "usage_id": 116 }, "5612.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "01.12.012@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -615706,18 +679805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59345, "usage_id": 201 }, "5612.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.013, Flur", "arch_name": "01.12.013@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15444, "seats": { @@ -615725,18 +679826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59397, "usage_id": 222 }, "5612.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.014, WC-Herren", "arch_name": "01.12.014@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15444, "seats": { @@ -615744,18 +679847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59402, "usage_id": 115 }, "5612.01.015A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.015A, Putzraum", "arch_name": "01.12.015A@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -615763,18 +679868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59405, "usage_id": 205 }, "5612.01.015B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.015B, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "01.12.015B@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -615782,18 +679889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59408, "usage_id": 201 }, "5612.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.016, Lager", "arch_name": "01.12.016@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15444, "seats": { @@ -615801,18 +679910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59413, "usage_id": 30 }, "5612.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.017, Aufzug", "arch_name": "01.12.017@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -615820,19 +679931,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59417, "usage_id": 4 }, "5612.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.018, Praktikumsraum", "arch_name": "01.12.018@5612", "area_id": 33, "building_id": 801, "calendar_resource_nr": 25808, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15438, "seats": { @@ -615840,19 +679953,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59423, "usage_id": 131 }, "5612.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.019, Praktikumsraum", "arch_name": "01.12.019@5612", "area_id": 33, "building_id": 801, "calendar_resource_nr": 24194, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -615860,18 +679975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29396, "usage_id": 131 }, "5612.01.020A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.020A, Kopierraum", "arch_name": "01.12.020A@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15444, "seats": { @@ -615879,19 +679996,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59482, "usage_id": 110 }, "5612.01.020B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.020B, Besprechung", "arch_name": "01.12.020B@5612", "area_id": 33, "building_id": 801, "calendar_resource_nr": 26718, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -615899,18 +680018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59486, "usage_id": 196 }, "5612.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.030, Flur", "arch_name": "01.12.030@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15444, "seats": { @@ -615918,18 +680039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59490, "usage_id": 222 }, "5612.01.031A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.031A, Elektrische Stromversorgung", "arch_name": "01.12.031A@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -615937,18 +680060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59495, "usage_id": 160 }, "5612.01.031B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.031B, Stromversorgung", "arch_name": "01.12.031B@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -615956,18 +680081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59498, "usage_id": 160 }, "5612.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.032, Teek\u00fcche", "arch_name": "01.12.032@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15444, "seats": { @@ -615975,18 +680102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59504, "usage_id": 198 }, "5612.01.033A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.033A, Serverraum", "arch_name": "01.12.033A@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15444, "seats": { @@ -615994,18 +680123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59511, "usage_id": 207 }, "5612.01.033B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.033B, Lager B\u00fcromaterial", "arch_name": "01.12.033B@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15444, "seats": { @@ -616013,19 +680144,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59515, "usage_id": 30 }, "5612.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.034, Prof.-B\u00fcro", "arch_name": "01.12.034@5612", "area_id": 33, "building_id": 801, "calendar_resource_nr": 22538, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616033,19 +680166,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59570, "usage_id": 12 }, "5612.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.035, Seminarraum", "arch_name": "01.12.035@5612", "area_id": 33, "building_id": 801, "calendar_resource_nr": 18609, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616053,18 +680188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59576, "usage_id": 41 }, "5612.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.036, Mitarbeiterraum", "arch_name": "01.12.036@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616072,18 +680209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66226, "usage_id": 12 }, "5612.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.038, Mitarbeiterraum", "arch_name": "01.12.038@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616091,18 +680230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66227, "usage_id": 12 }, "5612.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.039, B\u00fcro", "arch_name": "01.12.039@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616110,18 +680251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13590, "usage_id": 12 }, "5612.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.040, B\u00fcro", "arch_name": "01.12.040@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616129,18 +680272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59588, "usage_id": 12 }, "5612.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.050, Flur", "arch_name": "01.12.050@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15444, "seats": { @@ -616148,18 +680293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59592, "usage_id": 222 }, "5612.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.051, Besprechungsraum", "arch_name": "01.12.051@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616167,18 +680314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59597, "usage_id": 196 }, "5612.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.052, B\u00fcro", "arch_name": "01.12.052@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616186,18 +680335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59600, "usage_id": 40 }, "5612.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.053, Besprechung", "arch_name": "01.12.053@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616205,18 +680356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59654, "usage_id": 196 }, "5612.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.054, B\u00fcro", "arch_name": "01.12.054@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616224,18 +680377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13636, "usage_id": 12 }, "5612.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.055, B\u00fcro", "arch_name": "01.12.055@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616243,18 +680398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59662, "usage_id": 12 }, "5612.01.056": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.056, B\u00fcro", "arch_name": "01.12.056@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616262,18 +680419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13641, "usage_id": 12 }, "5612.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.057, B\u00fcro", "arch_name": "01.12.057@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616281,18 +680440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13643, "usage_id": 12 }, "5612.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.058, B\u00fcro", "arch_name": "01.12.058@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616300,18 +680461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13646, "usage_id": 12 }, "5612.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.059, B\u00fcro", "arch_name": "01.12.059@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15444, "seats": { @@ -616319,18 +680482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59681, "usage_id": 12 }, "5612.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.060, B\u00fcro", "arch_name": "01.12.060@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616338,18 +680503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13697, "usage_id": 12 }, "5612.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.061, B\u00fcro", "arch_name": "01.12.061@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15444, "seats": { @@ -616357,18 +680524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13699, "usage_id": 12 }, "5612.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.101, Treppe", "arch_name": "01.12.101@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -616376,18 +680545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59743, "usage_id": 223 }, "5612.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.12.102, Treppe", "arch_name": "01.12.102@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -616395,18 +680566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59749, "usage_id": 223 }, "5612.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.001, Flur", "arch_name": "02.12.001@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -616414,18 +680587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59754, "usage_id": 222 }, "5612.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.011, WC-Damen", "arch_name": "02.12.011@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -616433,18 +680608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59759, "usage_id": 116 }, "5612.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "02.12.012@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -616452,18 +680629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59765, "usage_id": 201 }, "5612.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.013, Flur", "arch_name": "02.12.013@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -616471,18 +680650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59768, "usage_id": 222 }, "5612.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.014, WC-Herren", "arch_name": "02.12.014@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -616490,18 +680671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59816, "usage_id": 115 }, "5612.02.015A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.015A, Putzraum", "arch_name": "02.12.015A@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -616509,18 +680692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48906, "usage_id": 205 }, "5612.02.015B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.015B, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "02.12.015B@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -616528,18 +680713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48915, "usage_id": 201 }, "5612.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.016, Abstellraum", "arch_name": "02.12.016@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14178, "seats": { @@ -616547,18 +680734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48924, "usage_id": 159 }, "5612.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.017, Aufzug", "arch_name": "02.12.017@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -616566,18 +680755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 48935, "usage_id": 4 }, "5612.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.018, Rechnerraum", "arch_name": "02.12.018@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14607, "seats": { @@ -616585,18 +680776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49077, "usage_id": 207 }, "5612.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.019, B\u00fcro", "arch_name": "02.12.019@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -616604,19 +680797,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12326, "usage_id": 12 }, "5612.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.020, Besprechungsraum", "arch_name": "02.12.020@5612", "area_id": 33, "building_id": 801, "calendar_resource_nr": 26772, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14178, "seats": { @@ -616624,18 +680819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65672, "usage_id": 196 }, "5612.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.030, Flur", "arch_name": "02.12.030@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -616643,18 +680840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49107, "usage_id": 222 }, "5612.02.031A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.031A, Elektrische Stromversorgung", "arch_name": "02.12.031A@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -616662,18 +680861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49419, "usage_id": 160 }, "5612.02.031B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.031B, Stromversorgung", "arch_name": "02.12.031B@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -616681,18 +680882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49427, "usage_id": 160 }, "5612.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.032, Teek\u00fcche", "arch_name": "02.12.032@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14607, "seats": { @@ -616700,18 +680903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49438, "usage_id": 198 }, "5612.02.033A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.033A, Serverraum", "arch_name": "02.12.033A@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14607, "seats": { @@ -616719,18 +680924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49447, "usage_id": 207 }, "5612.02.033B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.033B, Lager B\u00fcromaterial", "arch_name": "02.12.033B@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14607, "seats": { @@ -616738,18 +680945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16651, "usage_id": 30 }, "5612.02.034": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.034, B\u00fcro (GKAAM)", "arch_name": "02.12.034@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -616757,18 +680966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12550, "usage_id": 12 }, "5612.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.035, B\u00fcro", "arch_name": "02.12.035@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14607, "seats": { @@ -616776,18 +680987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49918, "usage_id": 12 }, "5612.02.036": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.036, B\u00fcro (GKAAM)", "arch_name": "02.12.036@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -616795,18 +681008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12558, "usage_id": 12 }, "5612.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.037, B\u00fcro", "arch_name": "02.12.037@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14607, "seats": { @@ -616814,18 +681029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49583, "usage_id": 12 }, "5612.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.038, B\u00fcro (GKAAM)", "arch_name": "02.12.038@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -616833,18 +681050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12564, "usage_id": 12 }, "5612.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.039, B\u00fcro", "arch_name": "02.12.039@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14607, "seats": { @@ -616852,18 +681071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49602, "usage_id": 12 }, "5612.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.040, B\u00fcro (GKAAM)", "arch_name": "02.12.040@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14208, "seats": { @@ -616871,18 +681092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12615, "usage_id": 12 }, "5612.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.050, Flur", "arch_name": "02.12.050@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24659, "seats": { @@ -616890,19 +681113,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49251, "usage_id": 222 }, "5612.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.051, Aufenthalt", "arch_name": "02.12.051@5612", "area_id": 33, "building_id": 801, "calendar_resource_nr": 25380, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 24659, "seats": { @@ -616910,18 +681135,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 49261, "usage_id": 44 }, "5612.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.052, B\u00fcro", "arch_name": "02.12.052@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -616929,18 +681156,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12620, "usage_id": 12 }, "5612.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.053, B\u00fcro", "arch_name": "02.12.053@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -616948,19 +681177,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12685, "usage_id": 12 }, "5612.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.054, B\u00fcro", "arch_name": "02.12.054@5612", "area_id": 33, "building_id": 801, "calendar_resource_nr": 21383, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -616968,18 +681199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12688, "usage_id": 12 }, "5612.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.055, Prof.-B\u00fcro", "arch_name": "02.12.055@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -616987,18 +681220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12690, "usage_id": 12 }, "5612.02.056": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.056, B\u00fcro", "arch_name": "02.12.056@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -617006,18 +681241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12693, "usage_id": 12 }, "5612.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.057, B\u00fcro", "arch_name": "02.12.057@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -617025,18 +681262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12697, "usage_id": 12 }, "5612.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.058, B\u00fcro", "arch_name": "02.12.058@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -617044,18 +681283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12758, "usage_id": 12 }, "5612.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.059, B\u00fcro", "arch_name": "02.12.059@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -617063,18 +681304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12762, "usage_id": 12 }, "5612.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.060, B\u00fcro", "arch_name": "02.12.060@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -617082,18 +681325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12766, "usage_id": 12 }, "5612.02.061": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.061, B\u00fcro", "arch_name": "02.12.061@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -617101,18 +681346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12771, "usage_id": 12 }, "5612.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.101, Treppe", "arch_name": "02.12.101@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -617120,18 +681367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57749, "usage_id": 223 }, "5612.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.12.102, Treppe", "arch_name": "02.12.102@5612", "area_id": 33, "building_id": 801, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -617139,18 +681388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57757, "usage_id": 223 }, "5612.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.001, Flur", "arch_name": "03.12.001@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14597, "seats": { @@ -617158,18 +681409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57765, "usage_id": 222 }, "5612.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.011, WC-Damen", "arch_name": "03.12.011@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14597, "seats": { @@ -617177,18 +681430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57889, "usage_id": 116 }, "5612.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "03.12.012@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -617196,18 +681451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57898, "usage_id": 201 }, "5612.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.013, Flur", "arch_name": "03.12.013@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14597, "seats": { @@ -617215,18 +681472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57903, "usage_id": 222 }, "5612.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.014, WC-Herren", "arch_name": "03.12.014@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 14597, "seats": { @@ -617234,18 +681493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57917, "usage_id": 115 }, "5612.03.015A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.015A, Putzraum", "arch_name": "03.12.015A@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -617253,18 +681514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58032, "usage_id": 205 }, "5612.03.015B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.015B, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "03.12.015B@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -617272,18 +681535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58042, "usage_id": 201 }, "5612.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.016, Abstellraum", "arch_name": "03.12.016@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14597, "seats": { @@ -617291,18 +681556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58052, "usage_id": 159 }, "5612.03.017": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.017, Aufzug", "arch_name": "03.12.017@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -617310,18 +681577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58063, "usage_id": 4 }, "5612.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.018, Rechnerraum", "arch_name": "03.12.018@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -617329,18 +681598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58185, "usage_id": 207 }, "5612.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.019, B\u00fcro (M4/M13)", "arch_name": "03.12.019@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -617348,19 +681619,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58197, "usage_id": 12 }, "5612.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.020, Besprechungsraum", "arch_name": "03.12.020@5612", "area_id": 33, "building_id": 801, "calendar_resource_nr": 26792, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617368,18 +681641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65673, "usage_id": 196 }, "5612.03.020C": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.020C, Balkon", "arch_name": "03.12.020C@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -617387,18 +681662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70425, "usage_id": 219 }, "5612.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.030, Flur", "arch_name": "03.12.030@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14597, "seats": { @@ -617406,18 +681683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58225, "usage_id": 222 }, "5612.03.031A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.031A, Elektrische Stromversorgung", "arch_name": "03.12.031A@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -617425,18 +681704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58349, "usage_id": 160 }, "5612.03.031B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.031B, Stromversorgung", "arch_name": "03.12.031B@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -617444,18 +681725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58359, "usage_id": 160 }, "5612.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.032, Wasserversorgung", "arch_name": "03.12.032@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -617463,18 +681746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58367, "usage_id": 183 }, "5612.03.033A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.033A, Serverraum", "arch_name": "03.12.033A@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14597, "seats": { @@ -617482,18 +681767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58378, "usage_id": 207 }, "5612.03.033B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.033B, Lager B\u00fcromaterial", "arch_name": "03.12.033B@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14597, "seats": { @@ -617501,18 +681788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58497, "usage_id": 30 }, "5612.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.034, Prof.-B\u00fcro", "arch_name": "03.12.034@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -617520,18 +681809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13031, "usage_id": 12 }, "5612.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.035, Prof.-B\u00fcro", "arch_name": "03.12.035@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617539,18 +681830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13079, "usage_id": 12 }, "5612.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.036, Prof.-B\u00fcro", "arch_name": "03.12.036@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -617558,18 +681851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13084, "usage_id": 12 }, "5612.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.037, B\u00fcro", "arch_name": "03.12.037@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617577,18 +681872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13088, "usage_id": 12 }, "5612.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.038, B\u00fcro", "arch_name": "03.12.038@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14577, "seats": { @@ -617596,18 +681893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58657, "usage_id": 12 }, "5612.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.039, Prof.-B\u00fcro", "arch_name": "03.12.039@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617615,18 +681914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13096, "usage_id": 12 }, "5612.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.040, B\u00fcro", "arch_name": "03.12.040@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14583, "seats": { @@ -617634,18 +681935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13168, "usage_id": 12 }, "5612.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.050, Flur", "arch_name": "03.12.050@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14597, "seats": { @@ -617653,18 +681956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58678, "usage_id": 222 }, "5612.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.051, B\u00fcro", "arch_name": "03.12.051@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617672,18 +681977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13177, "usage_id": 40 }, "5612.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.052, Aufenthalt", "arch_name": "03.12.052@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617691,18 +681998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56464, "usage_id": 44 }, "5612.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.053, B\u00fcro", "arch_name": "03.12.053@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Laminat", "main_operator_id": 14597, "seats": { @@ -617710,18 +682019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13185, "usage_id": 12 }, "5612.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.054, B\u00fcro", "arch_name": "03.12.054@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617729,18 +682040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13247, "usage_id": 12 }, "5612.03.056": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.056, B\u00fcro", "arch_name": "03.12.056@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617748,18 +682061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13251, "usage_id": 12 }, "5612.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.057, Prof.-B\u00fcro", "arch_name": "03.12.057@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Laminat", "main_operator_id": 14597, "seats": { @@ -617767,18 +682082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13254, "usage_id": 12 }, "5612.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.058, B\u00fcro", "arch_name": "03.12.058@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617786,18 +682103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13257, "usage_id": 12 }, "5612.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.059, B\u00fcro", "arch_name": "03.12.059@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617805,18 +682124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13261, "usage_id": 12 }, "5612.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.060, B\u00fcro", "arch_name": "03.12.060@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14597, "seats": { @@ -617824,18 +682145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13264, "usage_id": 12 }, "5612.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.061, B\u00fcro", "arch_name": "03.12.061@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Laminat", "main_operator_id": 14597, "seats": { @@ -617843,18 +682166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13302, "usage_id": 12 }, "5612.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.101, Treppe", "arch_name": "03.12.101@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -617862,18 +682187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56748, "usage_id": 223 }, "5612.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.12.102, Treppe", "arch_name": "03.12.102@5612", "area_id": 33, "building_id": 801, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14208, "seats": { @@ -617881,18 +682208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56758, "usage_id": 223 }, "5612.DG.012": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.12.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "04.12.012@5612", "area_id": 33, "building_id": 801, + "floor_level": "DG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -617900,18 +682229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56764, "usage_id": 201 }, "5612.DG.017": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.12.017, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "04.12.017@5612", "area_id": 33, "building_id": 801, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -617919,18 +682250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56772, "usage_id": 4 }, "5612.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.010, Flur", "arch_name": "00.12.010@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -617938,18 +682271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54768, "usage_id": 222 }, "5612.EG.010A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.010A, Flur", "arch_name": "00.12.010A@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 25925, "seats": { @@ -617957,18 +682292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70322, "usage_id": 222 }, "5612.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.011, WC-Herren", "arch_name": "00.12.011@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -617976,18 +682313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55207, "usage_id": 115 }, "5612.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "00.12.012@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -617995,18 +682334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55212, "usage_id": 201 }, "5612.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.013, Flur", "arch_name": "00.12.013@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -618014,18 +682355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55217, "usage_id": 222 }, "5612.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.014, WC-Damen", "arch_name": "00.12.014@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -618033,18 +682376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55224, "usage_id": 116 }, "5612.EG.015A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.015A, Putzraum", "arch_name": "00.12.015A@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -618052,18 +682397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55232, "usage_id": 205 }, "5612.EG.015B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.015B, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "00.12.015B@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -618071,18 +682418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55236, "usage_id": 201 }, "5612.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.016, Lager", "arch_name": "00.12.016@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -618090,18 +682439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55244, "usage_id": 30 }, "5612.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.017, Aufzug", "arch_name": "00.12.017@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -618109,18 +682460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54895, "usage_id": 4 }, "5612.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.018, Lager", "arch_name": "00.12.018@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -618128,19 +682481,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54899, "usage_id": 30 }, "5612.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.019, CIT Sitzungsraum 2", "arch_name": "00.12.019@5612", "area_id": 33, "building_id": 801, "calendar_resource_nr": 19503, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -618148,18 +682503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54903, "usage_id": 196 }, "5612.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.020, Lager", "arch_name": "00.12.020@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618167,18 +682524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54907, "usage_id": 30 }, "5612.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.030, Flur", "arch_name": "00.12.030@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -618186,18 +682545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54913, "usage_id": 222 }, "5612.EG.031A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.031A, Elektrische Stromversorgung", "arch_name": "00.12.031A@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -618205,18 +682566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54918, "usage_id": 160 }, "5612.EG.031B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.031B, Stromversorgung", "arch_name": "00.12.031B@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -618224,18 +682587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54922, "usage_id": 160 }, "5612.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.032, Teek\u00fcche", "arch_name": "00.12.032@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -618243,18 +682608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54926, "usage_id": 198 }, "5612.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.033, Kopierraum", "arch_name": "00.12.033@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -618262,18 +682629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 29238, "usage_id": 110 }, "5612.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.034, Besprechung", "arch_name": "00.12.034@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618281,18 +682650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54569, "usage_id": 196 }, "5612.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.035, B\u00fcro", "arch_name": "00.12.035@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618300,18 +682671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13438, "usage_id": 12 }, "5612.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.036, B\u00fcro", "arch_name": "00.12.036@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618319,18 +682692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13439, "usage_id": 12 }, "5612.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.037, B\u00fcro", "arch_name": "00.12.037@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618338,18 +682713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13442, "usage_id": 12 }, "5612.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.039, B\u00fcro Verwaltung", "arch_name": "00.12.039@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618357,18 +682734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13444, "usage_id": 12 }, "5612.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.040, B\u00fcro", "arch_name": "00.12.040@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618376,18 +682755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13447, "usage_id": 12 }, "5612.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.041, B\u00fcro Verwaltung", "arch_name": "00.12.041@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618395,18 +682776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13449, "usage_id": 12 }, "5612.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.042, B\u00fcro", "arch_name": "00.12.042@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618414,18 +682797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13451, "usage_id": 12 }, "5612.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.050, Flur", "arch_name": "00.12.050@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -618433,18 +682818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55059, "usage_id": 222 }, "5612.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.051, B\u00fcro Verwaltung", "arch_name": "00.12.051@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618452,18 +682839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55062, "usage_id": 12 }, "5612.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.052, B\u00fcro", "arch_name": "00.12.052@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618471,18 +682860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13472, "usage_id": 12 }, "5612.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.053, B\u00fcro", "arch_name": "00.12.053@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -618490,18 +682881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13476, "usage_id": 12 }, "5612.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.054, B\u00fcro", "arch_name": "00.12.054@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618509,18 +682902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13478, "usage_id": 12 }, "5612.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.055, B\u00fcro", "arch_name": "00.12.055@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -618528,18 +682923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13480, "usage_id": 12 }, "5612.EG.056": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.056, B\u00fcro", "arch_name": "00.12.056@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618547,18 +682944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13482, "usage_id": 12 }, "5612.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.057, B\u00fcro", "arch_name": "00.12.057@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618566,18 +682965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13484, "usage_id": 12 }, "5612.EG.058": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.058, B\u00fcro", "arch_name": "00.12.058@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618585,18 +682986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13485, "usage_id": 12 }, "5612.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.059, B\u00fcro", "arch_name": "00.12.059@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 44264, "seats": { @@ -618604,18 +683007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13486, "usage_id": 12 }, "5612.EG.060": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.060, Treppe im Freien", "arch_name": "00.12.060@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -618623,18 +683028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70323, "usage_id": 7 }, "5612.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.101, Treppe", "arch_name": "00.12.101@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -618642,18 +683049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59327, "usage_id": 223 }, "5612.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.102, Treppe", "arch_name": "00.12.102@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -618661,18 +683070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59332, "usage_id": 223 }, "5612.EG.150": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.12.150, Terrasse", "arch_name": "00.12.150@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -618680,18 +683091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70320, "usage_id": 48 }, "5612.EG.999": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "Treppe im Freien", "arch_name": "@5612", "area_id": 33, "building_id": 801, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -618699,18 +683112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70321, "usage_id": 7 }, "5612.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.12.011, Abstellraum", "arch_name": "-1.12.011@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -618718,18 +683133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54729, "usage_id": 159 }, "5612.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.12.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "-1.12.012@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -618737,18 +683154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54732, "usage_id": 201 }, "5612.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.12.013, Flur", "arch_name": "-1.12.013@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -618756,18 +683175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54737, "usage_id": 222 }, "5612.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.12.014, Stromversorgung", "arch_name": "-1.12.014@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -618775,18 +683196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54742, "usage_id": 160 }, "5612.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.12.015, Fernw\u00e4rme", "arch_name": "-1.12.015@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -618794,18 +683217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54747, "usage_id": 201 }, "5612.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.12.016, Anschlussraum", "arch_name": "-1.12.016@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -618813,18 +683238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54752, "usage_id": 160 }, "5612.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.12.017, Versorgungstunnel", "arch_name": "-1.12.017@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -618832,18 +683259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54757, "usage_id": 160 }, "5612.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.12.018, Personenaufzug", "arch_name": "-1.12.018@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -618851,18 +683280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70319, "usage_id": 4 }, "5612.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.12.101, Treppe", "arch_name": "-1.12.101@5612", "area_id": 33, "building_id": 801, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -618870,18 +683301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54762, "usage_id": 223 }, "5613.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.001, Flur", "arch_name": "01.13.001@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -618889,19 +683322,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58233, "usage_id": 222 }, "5613.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.007, Seminarraum", "arch_name": "01.13.007@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 18535, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -618909,19 +683344,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58240, "usage_id": 41 }, "5613.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.008, Seminar", "arch_name": "01.13.008@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 25905, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -618929,18 +683366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58248, "usage_id": 41 }, "5613.01.009A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.009A, Kopierraum", "arch_name": "01.13.009A@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -618948,19 +683387,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58253, "usage_id": 110 }, "5613.01.009B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.009B, Besprechung", "arch_name": "01.13.009B@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 20238, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -618968,19 +683409,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58259, "usage_id": 196 }, "5613.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.010, Seminarraum", "arch_name": "01.13.010@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 15242, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -618988,18 +683431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25946, "usage_id": 41 }, "5613.01.010A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.010A, Balkon", "arch_name": "01.13.010A@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -619007,18 +683452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70431, "usage_id": 219 }, "5613.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.011, WC-Damen", "arch_name": "01.13.011@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15442, "seats": { @@ -619026,18 +683473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58387, "usage_id": 116 }, "5613.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "01.13.012@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -619045,18 +683494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58395, "usage_id": 201 }, "5613.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.013, Flur", "arch_name": "01.13.013@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619064,18 +683515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58403, "usage_id": 222 }, "5613.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.014, Lager", "arch_name": "01.13.014@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619083,18 +683536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58410, "usage_id": 30 }, "5613.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.015, WC-Herren", "arch_name": "01.13.015@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15442, "seats": { @@ -619102,18 +683557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58417, "usage_id": 115 }, "5613.01.016A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.016A, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "01.13.016A@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -619121,18 +683578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58534, "usage_id": 201 }, "5613.01.016B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.016B, Putzraum", "arch_name": "01.13.016B@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -619140,18 +683599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58542, "usage_id": 205 }, "5613.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.017, Lager", "arch_name": "01.13.017@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619159,18 +683620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58554, "usage_id": 30 }, "5613.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.030, Flur", "arch_name": "01.13.030@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619178,18 +683641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58560, "usage_id": 222 }, "5613.01.031A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.031A, Elektrische Stromversorgung", "arch_name": "01.13.031A@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -619197,18 +683662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58565, "usage_id": 160 }, "5613.01.031B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.031B, Stromversorgung", "arch_name": "01.13.031B@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -619216,18 +683683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58685, "usage_id": 120 }, "5613.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.032, WA", "arch_name": "01.13.032@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619235,18 +683704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58695, "usage_id": 183 }, "5613.01.033A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.033A, Kopierraum", "arch_name": "01.13.033A@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619254,18 +683725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58699, "usage_id": 110 }, "5613.01.033B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.033B, Lager B\u00fcromaterial", "arch_name": "01.13.033B@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619273,19 +683746,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58708, "usage_id": 30 }, "5613.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.034, Praktikumsraum", "arch_name": "01.13.034@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 18837, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619293,18 +683768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58716, "usage_id": 131 }, "5613.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.035, Labor", "arch_name": "01.13.035@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619312,18 +683789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25970, "usage_id": 103 }, "5613.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.039, Seminar", "arch_name": "01.13.039@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619331,18 +683810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56504, "usage_id": 41 }, "5613.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.040, B\u00fcro", "arch_name": "01.13.040@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619350,18 +683831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26048, "usage_id": 12 }, "5613.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.042, B\u00fcro", "arch_name": "01.13.042@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619369,18 +683852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17251, "usage_id": 12 }, "5613.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.043, B\u00fcro", "arch_name": "01.13.043@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619388,18 +683873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26062, "usage_id": 12 }, "5613.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.044, B\u00fcro", "arch_name": "01.13.044@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619407,18 +683894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17257, "usage_id": 12 }, "5613.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.050, Flur", "arch_name": "01.13.050@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 15442, "seats": { @@ -619426,18 +683915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56653, "usage_id": 222 }, "5613.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.051, Aufenthalt", "arch_name": "01.13.051@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619445,18 +683936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56658, "usage_id": 44 }, "5613.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.052, B\u00fcro", "arch_name": "01.13.052@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619464,18 +683957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26149, "usage_id": 12 }, "5613.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.053, Besprechung", "arch_name": "01.13.053@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619483,18 +683978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56779, "usage_id": 196 }, "5613.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.054, B\u00fcro", "arch_name": "01.13.054@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619502,18 +683999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15732, "usage_id": 12 }, "5613.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.055, Sekretariat", "arch_name": "01.13.055@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619521,18 +684020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26162, "usage_id": 40 }, "5613.01.056": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.056, B\u00fcro", "arch_name": "01.13.056@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619540,18 +684041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26236, "usage_id": 12 }, "5613.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.057, Prof.-B\u00fcro", "arch_name": "01.13.057@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619559,18 +684062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26241, "usage_id": 12 }, "5613.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.058, B\u00fcro", "arch_name": "01.13.058@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619578,18 +684083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26246, "usage_id": 12 }, "5613.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.059, B\u00fcro", "arch_name": "01.13.059@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619597,18 +684104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26248, "usage_id": 12 }, "5613.01.060": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.060, B\u00fcro", "arch_name": "01.13.060@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619616,18 +684125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26254, "usage_id": 12 }, "5613.01.061": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.061, B\u00fcro", "arch_name": "01.13.061@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -619635,18 +684146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26321, "usage_id": 12 }, "5613.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.101, Treppe", "arch_name": "01.13.101@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -619654,18 +684167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56945, "usage_id": 223 }, "5613.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "01.13.102, Flur", "arch_name": "01.13.102@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -619673,18 +684188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57070, "usage_id": 222 }, "5613.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.001, Flur", "arch_name": "02.13.001@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14189, "seats": { @@ -619692,19 +684209,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57080, "usage_id": 222 }, "5613.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.007, Praktikumsraum", "arch_name": "02.13.007@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 18834, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15438, "seats": { @@ -619712,19 +684231,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57088, "usage_id": 131 }, "5613.02.008": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.008, Praktikum (Inf.15/I16)", "arch_name": "02.13.008@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 21325, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -619732,18 +684253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57095, "usage_id": 131 }, "5613.02.009A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.009A, Kopierraum", "arch_name": "02.13.009A@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -619751,19 +684274,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57100, "usage_id": 110 }, "5613.02.009B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.009B, Besprechung", "arch_name": "02.13.009B@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 27153, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -619771,19 +684296,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57212, "usage_id": 196 }, "5613.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.010, Seminarraum", "arch_name": "02.13.010@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 15224, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -619791,18 +684318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16128, "usage_id": 41 }, "5613.02.010A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.010A, Balkon", "arch_name": "02.13.010A@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -619810,18 +684339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70432, "usage_id": 219 }, "5613.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.011, WC-Damen", "arch_name": "02.13.011@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 14189, "seats": { @@ -619829,18 +684360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57224, "usage_id": 116 }, "5613.02.012": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "02.13.012@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -619848,18 +684381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57231, "usage_id": 201 }, "5613.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.013, Flur", "arch_name": "02.13.013@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -619867,18 +684402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57233, "usage_id": 222 }, "5613.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.014, Lager", "arch_name": "02.13.014@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -619886,18 +684423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57245, "usage_id": 30 }, "5613.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.015, WC-Herren", "arch_name": "02.13.015@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 15440, "seats": { @@ -619905,18 +684444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57364, "usage_id": 115 }, "5613.02.016A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.016A, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "02.13.016A@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -619924,18 +684465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57373, "usage_id": 201 }, "5613.02.016B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.016B, Putzraum", "arch_name": "02.13.016B@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -619943,18 +684486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57384, "usage_id": 205 }, "5613.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.017, Lager", "arch_name": "02.13.017@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -619962,18 +684507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57394, "usage_id": 30 }, "5613.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.030, Flur", "arch_name": "02.13.030@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -619981,18 +684528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57517, "usage_id": 222 }, "5613.02.031A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.031A, Elektrische Stromversorgung", "arch_name": "02.13.031A@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -620000,18 +684549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57526, "usage_id": 160 }, "5613.02.031B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.031B, Stromversorgung", "arch_name": "02.13.031B@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -620019,18 +684570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57532, "usage_id": 120 }, "5613.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.032, Teek\u00fcche", "arch_name": "02.13.032@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -620038,18 +684591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57540, "usage_id": 198 }, "5613.02.033A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.033A, Serverraum", "arch_name": "02.13.033A@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -620057,18 +684612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57547, "usage_id": 207 }, "5613.02.033B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.033B, Lager B\u00fcromaterial", "arch_name": "02.13.033B@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -620076,18 +684633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57665, "usage_id": 30 }, "5613.02.034": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.034, Kopierraum", "arch_name": "02.13.034@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -620095,18 +684654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57672, "usage_id": 110 }, "5613.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.035, B\u00fcro", "arch_name": "02.13.035@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -620114,18 +684675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57678, "usage_id": 12 }, "5613.02.036": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.036, Praktikumsraum", "arch_name": "02.13.036@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -620133,18 +684696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57685, "usage_id": 131 }, "5613.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.037, B\u00fcro", "arch_name": "02.13.037@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15439, "seats": { @@ -620152,18 +684717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26718, "usage_id": 12 }, "5613.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.039, B\u00fcro", "arch_name": "02.13.039@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -620171,18 +684738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26784, "usage_id": 12 }, "5613.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.040, B\u00fcro", "arch_name": "02.13.040@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14189, "seats": { @@ -620190,18 +684759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26787, "usage_id": 12 }, "5613.02.041": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.041, B\u00fcro", "arch_name": "02.13.041@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15432, "seats": { @@ -620209,18 +684780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26792, "usage_id": 12 }, "5613.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.042, B\u00fcro", "arch_name": "02.13.042@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620228,18 +684801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26796, "usage_id": 12 }, "5613.02.043": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.043, B\u00fcro", "arch_name": "02.13.043@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15442, "seats": { @@ -620247,18 +684822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26800, "usage_id": 12 }, "5613.02.044": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.044, Sekretariat", "arch_name": "02.13.044@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620266,18 +684843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26883, "usage_id": 40 }, "5613.02.050": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.050, Flur", "arch_name": "02.13.050@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15440, "seats": { @@ -620285,18 +684864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57971, "usage_id": 222 }, "5613.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.051, Aufenthalt", "arch_name": "02.13.051@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620304,18 +684885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57977, "usage_id": 44 }, "5613.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.052, Prof.-B\u00fcro", "arch_name": "02.13.052@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620323,18 +684906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57982, "usage_id": 12 }, "5613.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.053, B\u00fcro", "arch_name": "02.13.053@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620342,18 +684927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26898, "usage_id": 12 }, "5613.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.054, Prof.-B\u00fcro", "arch_name": "02.13.054@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620361,18 +684948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26981, "usage_id": 12 }, "5613.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.055, B\u00fcro", "arch_name": "02.13.055@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620380,18 +684969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26988, "usage_id": 12 }, "5613.02.056": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.056, B\u00fcro", "arch_name": "02.13.056@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620399,18 +684990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26993, "usage_id": 12 }, "5613.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.057, B\u00fcro", "arch_name": "02.13.057@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620418,18 +685011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26997, "usage_id": 12 }, "5613.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.058, B\u00fcro", "arch_name": "02.13.058@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620437,18 +685032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17066, "usage_id": 12 }, "5613.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.059, B\u00fcro Verwaltung", "arch_name": "02.13.059@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620456,18 +685053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27005, "usage_id": 12 }, "5613.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.060, B\u00fcro", "arch_name": "02.13.060@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620475,18 +685074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27091, "usage_id": 12 }, "5613.02.061": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.061, B\u00fcro", "arch_name": "02.13.061@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 15440, "seats": { @@ -620494,18 +685095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27099, "usage_id": 12 }, "5613.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.101, Treppe", "arch_name": "02.13.101@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -620513,18 +685116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58287, "usage_id": 223 }, "5613.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "02.13.102, Treppe", "arch_name": "02.13.102@5613", "area_id": 33, "building_id": 802, + "floor_level": "2.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -620532,18 +685137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58297, "usage_id": 223 }, "5613.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.001, Flur", "arch_name": "03.13.001@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -620551,18 +685158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58305, "usage_id": 222 }, "5613.03.007": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.007, Labor", "arch_name": "03.13.007@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620570,19 +685179,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58426, "usage_id": 103 }, "5613.03.008": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.008, Praktikumsraum", "arch_name": "03.13.008@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 15254, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620590,18 +685201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27197, "usage_id": 131 }, "5613.03.009A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.009A, Kopierraum", "arch_name": "03.13.009A@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620609,18 +685222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58441, "usage_id": 110 }, "5613.03.009B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.009B, Aufenthalt", "arch_name": "03.13.009B@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -620628,19 +685243,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27204, "usage_id": 44 }, "5613.03.010": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.010, Seminarraum", "arch_name": "03.13.010@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 15255, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620648,18 +685265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27207, "usage_id": 41 }, "5613.03.010A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.010A, Balkon", "arch_name": "03.13.010A@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -620667,18 +685286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70435, "usage_id": 219 }, "5613.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.011, WC-Damen", "arch_name": "03.13.011@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15441, "seats": { @@ -620686,18 +685307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58572, "usage_id": 116 }, "5613.03.012": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "03.13.012@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -620705,18 +685328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58581, "usage_id": 201 }, "5613.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.013, Flur", "arch_name": "03.13.013@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620724,18 +685349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58590, "usage_id": 222 }, "5613.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.014, Lager", "arch_name": "03.13.014@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620743,18 +685370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58600, "usage_id": 30 }, "5613.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.015, WC-Herren", "arch_name": "03.13.015@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 15441, "seats": { @@ -620762,18 +685391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58719, "usage_id": 115 }, "5613.03.016A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.016A, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "03.13.016A@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -620781,18 +685412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58729, "usage_id": 201 }, "5613.03.016B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.016B, Putzraum", "arch_name": "03.13.016B@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -620800,18 +685433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58735, "usage_id": 205 }, "5613.03.017": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.017, Lager", "arch_name": "03.13.017@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620819,18 +685454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58743, "usage_id": 30 }, "5613.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.030, Flur", "arch_name": "03.13.030@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620838,18 +685475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58745, "usage_id": 222 }, "5613.03.031A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.031A, Elektrische Stromversorgung", "arch_name": "03.13.031A@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -620857,18 +685496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58757, "usage_id": 160 }, "5613.03.031B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.031B, Stromversorgung", "arch_name": "03.13.031B@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -620876,18 +685517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56530, "usage_id": 120 }, "5613.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.032, Teek\u00fcche", "arch_name": "03.13.032@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620895,18 +685538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56539, "usage_id": 198 }, "5613.03.033A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.033A, Serverraum", "arch_name": "03.13.033A@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620914,18 +685559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56544, "usage_id": 207 }, "5613.03.033B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.033B, Kopierraum", "arch_name": "03.13.033B@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620933,18 +685580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56553, "usage_id": 110 }, "5613.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.034, Lager", "arch_name": "03.13.034@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620952,18 +685601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56561, "usage_id": 30 }, "5613.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.035, B\u00fcro", "arch_name": "03.13.035@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -620971,18 +685622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17152, "usage_id": 12 }, "5613.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.036, \u00dcbung", "arch_name": "03.13.036@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -620990,18 +685643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56677, "usage_id": 131 }, "5613.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.037, B\u00fcro", "arch_name": "03.13.037@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621009,18 +685664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 25999, "usage_id": 12 }, "5613.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.039, B\u00fcro", "arch_name": "03.13.039@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621028,18 +685685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26076, "usage_id": 12 }, "5613.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.040, B\u00fcro", "arch_name": "03.13.040@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621047,18 +685706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26078, "usage_id": 12 }, "5613.03.041": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.041, B\u00fcro", "arch_name": "03.13.041@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621066,18 +685727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26084, "usage_id": 12 }, "5613.03.042": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.042, B\u00fcro", "arch_name": "03.13.042@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621085,18 +685748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26088, "usage_id": 12 }, "5613.03.043": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.043, B\u00fcro", "arch_name": "03.13.043@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621104,18 +685769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17266, "usage_id": 12 }, "5613.03.044": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.044, B\u00fcro", "arch_name": "03.13.044@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621123,18 +685790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 17269, "usage_id": 12 }, "5613.03.050": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.050, Flur", "arch_name": "03.13.050@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -621142,18 +685811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56832, "usage_id": 222 }, "5613.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.051, Aufenthalt", "arch_name": "03.13.051@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621161,18 +685832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56838, "usage_id": 44 }, "5613.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.052, Sekretariat", "arch_name": "03.13.052@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621180,18 +685853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30155, "usage_id": 40 }, "5613.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.053, B\u00fcro", "arch_name": "03.13.053@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621199,18 +685874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30156, "usage_id": 12 }, "5613.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.054, Prof.-B\u00fcro", "arch_name": "03.13.054@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621218,18 +685895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30158, "usage_id": 12 }, "5613.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.055, B\u00fcro", "arch_name": "03.13.055@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621237,18 +685916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56968, "usage_id": 12 }, "5613.03.056": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.056, B\u00fcro", "arch_name": "03.13.056@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621256,18 +685937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30236, "usage_id": 12 }, "5613.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.057, B\u00fcro", "arch_name": "03.13.057@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621275,18 +685958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15994, "usage_id": 12 }, "5613.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.058, B\u00fcro", "arch_name": "03.13.058@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621294,18 +685979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16075, "usage_id": 12 }, "5613.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.059, B\u00fcro", "arch_name": "03.13.059@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621313,18 +686000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16078, "usage_id": 12 }, "5613.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.060, B\u00fcro", "arch_name": "03.13.060@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621332,18 +686021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30253, "usage_id": 12 }, "5613.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.061, B\u00fcro", "arch_name": "03.13.061@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621351,18 +686042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30326, "usage_id": 12 }, "5613.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.101, Treppe", "arch_name": "03.13.101@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -621370,18 +686063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57251, "usage_id": 223 }, "5613.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "03.13.102, Treppe", "arch_name": "03.13.102@5613", "area_id": 33, "building_id": 802, + "floor_level": "3.OG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -621389,18 +686084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57256, "usage_id": 223 }, "5613.DG.018": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.13.018, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "04.13.018@5613", "area_id": 33, "building_id": 802, + "floor_level": "DG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -621408,18 +686105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57263, "usage_id": 201 }, "5613.DG.019": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "04.13.019, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "04.13.019@5613", "area_id": 33, "building_id": 802, + "floor_level": "DG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -621427,18 +686126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57271, "usage_id": 201 }, "5613.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.001, Flur", "arch_name": "00.13.001@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -621446,19 +686147,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57056, "usage_id": 222 }, "5613.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.008, Seminarraum", "arch_name": "00.13.008@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 18286, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -621466,19 +686169,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57066, "usage_id": 41 }, "5613.EG.009A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.009A, Seminarraum", "arch_name": "00.13.009A@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 15249, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -621486,18 +686191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26667, "usage_id": 41 }, "5613.EG.009B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.009B, Vorbereitungsraum", "arch_name": "00.13.009B@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -621505,19 +686212,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57189, "usage_id": 136 }, "5613.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.010, Praktikumsraum", "arch_name": "00.13.010@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 19160, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15441, "seats": { @@ -621525,18 +686234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26674, "usage_id": 131 }, "5613.EG.010A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.010A, Terrasse", "arch_name": "00.13.010A@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -621544,18 +686255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70426, "usage_id": 48 }, "5613.EG.010B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.010B, Treppe im Freien", "arch_name": "00.13.010B@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -621563,18 +686276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70429, "usage_id": 7 }, "5613.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.011, WC-Damen", "arch_name": "00.13.011@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14189, "seats": { @@ -621582,18 +686297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57201, "usage_id": 116 }, "5613.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "00.13.012@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -621601,18 +686318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57209, "usage_id": 201 }, "5613.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.013, Flur", "arch_name": "00.13.013@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -621620,18 +686339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57333, "usage_id": 222 }, "5613.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.014, Lager", "arch_name": "00.13.014@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44264, "seats": { @@ -621639,18 +686360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57339, "usage_id": 30 }, "5613.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.015, WC-Herren", "arch_name": "00.13.015@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14189, "seats": { @@ -621658,18 +686381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57345, "usage_id": 115 }, "5613.EG.016A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.016A, Putzraum", "arch_name": "00.13.016A@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -621677,18 +686402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57355, "usage_id": 205 }, "5613.EG.016B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.016B, Heizg./Brauchw.", "arch_name": "00.13.016B@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -621696,18 +686423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57358, "usage_id": 201 }, "5613.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.017, Abstellraum", "arch_name": "00.13.017@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -621715,18 +686444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57484, "usage_id": 159 }, "5613.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.030, Flur", "arch_name": "00.13.030@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -621734,18 +686465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57491, "usage_id": 222 }, "5613.EG.031A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.031A, Elektrische Stromversorgung", "arch_name": "00.13.031A@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -621753,18 +686486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57498, "usage_id": 160 }, "5613.EG.031B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.031B, Stromversorgung", "arch_name": "00.13.031B@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -621772,18 +686507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57506, "usage_id": 120 }, "5613.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.032, Teek\u00fcche Inf. 10, 9, 17", "arch_name": "00.13.032@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -621791,18 +686528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57513, "usage_id": 198 }, "5613.EG.033A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.033A, Serverraum", "arch_name": "00.13.033A@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 44266, "seats": { @@ -621810,18 +686549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57636, "usage_id": 207 }, "5613.EG.033B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.033B, B\u00fcro", "arch_name": "00.13.033B@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621829,18 +686570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 26949, "usage_id": 12 }, "5613.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.034, Prof.-B\u00fcro", "arch_name": "00.13.034@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621848,19 +686591,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27033, "usage_id": 12 }, "5613.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.036, Seminarraum", "arch_name": "00.13.036@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 18422, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -621868,18 +686613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57775, "usage_id": 41 }, "5613.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.037, B\u00fcro", "arch_name": "00.13.037@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621887,18 +686634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11610, "usage_id": 12 }, "5613.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.050, Flur", "arch_name": "00.13.050@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -621906,18 +686655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57796, "usage_id": 222 }, "5613.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.052, Besprechungsraum", "arch_name": "00.13.052@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -621925,18 +686676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57925, "usage_id": 196 }, "5613.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.053, B\u00fcro", "arch_name": "00.13.053@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -621944,19 +686697,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11670, "usage_id": 12 }, "5613.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.054, Seminarraum", "arch_name": "00.13.054@5613", "area_id": 33, "building_id": 802, "calendar_resource_nr": 18291, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 14189, "seats": { @@ -621964,18 +686719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57939, "usage_id": 41 }, "5613.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.059, Werkstatt", "arch_name": "00.13.059@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -621983,18 +686740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27154, "usage_id": 51 }, "5613.EG.060": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.060, B\u00fcro Technik", "arch_name": "00.13.060@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -622002,18 +686761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 27159, "usage_id": 12 }, "5613.EG.061": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.061, Werkstatt", "arch_name": "00.13.061@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 15435, "seats": { @@ -622021,18 +686782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58075, "usage_id": 51 }, "5613.EG.062": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.062, Seminar", "arch_name": "00.13.062@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -622040,18 +686803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58085, "usage_id": 41 }, "5613.EG.063": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.063, B\u00fcro", "arch_name": "00.13.063@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15435, "seats": { @@ -622059,18 +686824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58088, "usage_id": 12 }, "5613.EG.065": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.065, Prof.-B\u00fcro", "arch_name": "00.13.065@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15441, "seats": { @@ -622078,18 +686845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58095, "usage_id": 12 }, "5613.EG.066": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.066, Treppe im Freien", "arch_name": "00.13.066@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -622097,18 +686866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70428, "usage_id": 7 }, "5613.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.101, Treppe", "arch_name": "00.13.101@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -622116,18 +686887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58102, "usage_id": 223 }, "5613.EG.101A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.101A, Treppe im Freien", "arch_name": "00.13.101A@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -622135,18 +686908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70427, "usage_id": 7 }, "5613.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "00.13.102, Treppe", "arch_name": "00.13.102@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 14189, "seats": { @@ -622154,18 +686929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58111, "usage_id": 223 }, "5613.EG.997": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "?, Treppe im Freien", "arch_name": "?@5613", "area_id": 33, "building_id": 802, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -622173,18 +686950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70430, "usage_id": 7 }, "5613.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.13.001, Flur", "arch_name": "-1.13.001@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622192,18 +686971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56885, "usage_id": 222 }, "5613.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.13.002, Flur", "arch_name": "-1.13.002@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622211,18 +686992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56894, "usage_id": 222 }, "5613.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.13.012, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "-1.13.012@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -622230,18 +687013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56903, "usage_id": 201 }, "5613.U1.013": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.13.013, Flur", "arch_name": "-1.13.013@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622249,18 +687034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56911, "usage_id": 222 }, "5613.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.13.014, Elektrische Stromversorgung", "arch_name": "-1.13.014@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -622268,18 +687055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56919, "usage_id": 160 }, "5613.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.13.015, Heizung/L\u00fcftung/Sanit\u00e4r", "arch_name": "-1.13.015@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -622287,18 +687076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57037, "usage_id": 201 }, "5613.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 3", "zip_code": 85748 }, + "alt_name": "-1.13.101, Treppe", "arch_name": "-1.13.101@5613", "area_id": 33, "building_id": 802, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622306,19 +687097,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57048, "usage_id": 223 }, "5620.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "101, H\u00f6rsaal 1, \"Interims I\"", "arch_name": "101@5620", "area_id": 33, "building_id": 1205, "calendar_resource_nr": 20522, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -622326,19 +687119,21 @@ "standing": null, "wheelchair": 2 }, + "tumonline_id": 62015, "usage_id": 20 }, "5620.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "102, H\u00f6rsaal 2, \"Interims I\"", "arch_name": "102@5620", "area_id": 33, "building_id": 1205, "calendar_resource_nr": 20981, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -622346,18 +687141,20 @@ "standing": null, "wheelchair": 2 }, + "tumonline_id": 62016, "usage_id": 20 }, "5620.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "103, Wartungsschacht", "arch_name": "103@5620", "area_id": 33, "building_id": 1205, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 38579, "seats": { @@ -622365,18 +687162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62000, "usage_id": 120 }, "5620.01.120": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "120, Treppe/Flur", "arch_name": "120@5620", "area_id": 33, "building_id": 1205, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622384,19 +687183,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62001, "usage_id": 223 }, "5620.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "001, Foyer", "arch_name": "001@5620", "area_id": 33, "building_id": 1205, "calendar_resource_nr": 26206, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622404,18 +687205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62002, "usage_id": 222 }, "5620.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "002, Vorbereitung", "arch_name": "002@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -622423,18 +687226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62003, "usage_id": 136 }, "5620.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "003, WC-Damen", "arch_name": "003@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622442,18 +687247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62004, "usage_id": 116 }, "5620.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "004, WC-Herren", "arch_name": "004@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622461,18 +687268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62005, "usage_id": 115 }, "5620.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "005, Putzraum", "arch_name": "005@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622480,18 +687289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62006, "usage_id": 205 }, "5620.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "006, Beh.-WC", "arch_name": "006@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622499,18 +687310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62007, "usage_id": 117 }, "5620.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "007, K\u00e4ltemaschine", "arch_name": "007@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 38579, "seats": { @@ -622518,18 +687331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62008, "usage_id": 32 }, "5620.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "008, Technik", "arch_name": "008@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38579, "seats": { @@ -622537,18 +687352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62009, "usage_id": 120 }, "5620.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "009, IT/Audio", "arch_name": "009@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38579, "seats": { @@ -622556,18 +687373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62010, "usage_id": 120 }, "5620.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "010, Hausanschluss", "arch_name": "010@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -622575,18 +687394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62011, "usage_id": 160 }, "5620.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "011, Technik", "arch_name": "011@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38579, "seats": { @@ -622594,18 +687415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62012, "usage_id": 120 }, "5620.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "012, ELT-UV", "arch_name": "012@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -622613,18 +687436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62013, "usage_id": 160 }, "5620.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "013, SI-Bel.", "arch_name": "013@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 38579, "seats": { @@ -622632,18 +687457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62014, "usage_id": 160 }, "5620.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "020, Flur", "arch_name": "020@5620", "area_id": 33, "building_id": 1205, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -622651,18 +687478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61999, "usage_id": 222 }, "5622.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0001, Windfang/Ger\u00e4te", "arch_name": "0001@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -622670,18 +687499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66055, "usage_id": 52 }, "5622.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0002, WC", "arch_name": "0002@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -622689,18 +687520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66056, "usage_id": 114 }, "5622.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0003, WC", "arch_name": "0003@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -622708,18 +687541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66057, "usage_id": 114 }, "5622.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0004, Vorraum Umkleide / WC", "arch_name": "0004@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -622727,18 +687562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66058, "usage_id": 37 }, "5622.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0005, Vorraum / Dusche", "arch_name": "0005@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -622746,18 +687583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66059, "usage_id": 37 }, "5622.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0006, Dusche 6", "arch_name": "0006@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -622765,18 +687604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66060, "usage_id": 113 }, "5622.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0007, Dusche 5", "arch_name": "0007@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -622784,18 +687625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66061, "usage_id": 113 }, "5622.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0008, Dusche 4", "arch_name": "0008@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -622803,18 +687646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66062, "usage_id": 113 }, "5622.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0009, Dusche 3", "arch_name": "0009@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -622822,18 +687667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66063, "usage_id": 113 }, "5622.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0010, Dusche 2", "arch_name": "0010@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -622841,18 +687688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66064, "usage_id": 113 }, "5622.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0011, Dusche 1", "arch_name": "0011@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -622860,18 +687709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66065, "usage_id": 113 }, "5622.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0012, Umkleide 1", "arch_name": "0012@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -622879,18 +687730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66066, "usage_id": 121 }, "5622.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0013, Umkleide 2", "arch_name": "0013@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -622898,18 +687751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66067, "usage_id": 121 }, "5622.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0014, Umkleide 3", "arch_name": "0014@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -622917,18 +687772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66068, "usage_id": 121 }, "5622.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0015, Umkleide 4", "arch_name": "0015@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -622936,18 +687793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66069, "usage_id": 121 }, "5622.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0016, Umkleide 5/Zugang ELT UV", "arch_name": "0016@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19691, "seats": { @@ -622955,18 +687814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66070, "usage_id": 121 }, "5622.EG.091": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0091, \u00dcberdachter Containereingang", "arch_name": "0091@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -622974,18 +687835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66071, "usage_id": 219 }, "5622.EG.092": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 5", "zip_code": 85748 }, + "alt_name": "0092, Sportfl\u00e4chen Garching", "arch_name": "0092@5622", "area_id": 33, "building_id": 1749, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -622993,18 +687856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69788, "usage_id": 218 }, "5701.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.101, Wissenschaftlicher Mitarbeiter", "arch_name": "1.101@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623012,18 +687877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11808, "usage_id": 12 }, "5701.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.102, Wissenschaftlicher Mitarbeiter", "arch_name": "1.102@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623031,18 +687898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11812, "usage_id": 12 }, "5701.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.103, Wissenschaftlicher Mitarbeiter (gem.N. Biom", "arch_name": "1.103@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623050,18 +687919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58789, "usage_id": 12 }, "5701.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.104, Flur", "arch_name": "1.104@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623069,18 +687940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58797, "usage_id": 222 }, "5701.01.004A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.104A, Flur", "arch_name": "1.104A@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623088,18 +687961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66471, "usage_id": 222 }, "5701.01.004B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.104B, Flur", "arch_name": "1.104B@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623107,18 +687982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66472, "usage_id": 222 }, "5701.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.105, Tresor", "arch_name": "1.105@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623126,18 +688003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56421, "usage_id": 2 }, "5701.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.106, Bibliothek", "arch_name": "1.106@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623145,18 +688024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56427, "usage_id": 10 }, "5701.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.107, Wissenschaftlicher Mitarbeiter", "arch_name": "1.107@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623164,18 +688045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11869, "usage_id": 12 }, "5701.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.108, Wissenschaftlicher Mitarbeiter", "arch_name": "1.108@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623183,18 +688066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11874, "usage_id": 12 }, "5701.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.109, Wissenschaftlicher Mitarbeiter", "arch_name": "1.109@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623202,18 +688087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11879, "usage_id": 12 }, "5701.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.110, Stud. / Wissenschaftl. Mitarbeiter (gem.N.", "arch_name": "1.110@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623221,18 +688108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11885, "usage_id": 12 }, "5701.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.111, CAD", "arch_name": "1.111@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623240,18 +688129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56570, "usage_id": 207 }, "5701.01.011A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.111A, Dachtreppe", "arch_name": "1.111A@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 19701, "seats": { @@ -623259,18 +688150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56578, "usage_id": 223 }, "5701.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.112, Server", "arch_name": "1.112@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623278,18 +688171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56585, "usage_id": 207 }, "5701.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.113, Oberassistent", "arch_name": "1.113@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623297,18 +688192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56593, "usage_id": 12 }, "5701.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.114, Oberassistent", "arch_name": "1.114@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623316,18 +688213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56602, "usage_id": 12 }, "5701.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.115, Prof.-B\u00fcro", "arch_name": "1.115@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 44864, "seats": { @@ -623335,18 +688234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56702, "usage_id": 12 }, "5701.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.116, Oberassistent", "arch_name": "1.116@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623354,18 +688255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11950, "usage_id": 12 }, "5701.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.117, B\u00fcro", "arch_name": "1.117@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623373,18 +688276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11952, "usage_id": 12 }, "5701.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.118, B\u00fcro", "arch_name": "1.118@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623392,18 +688297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56722, "usage_id": 12 }, "5701.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.119, B\u00fcro", "arch_name": "1.119@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623411,18 +688318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56729, "usage_id": 12 }, "5701.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.120, Flur", "arch_name": "1.120@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623430,18 +688339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56738, "usage_id": 222 }, "5701.01.020A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.120A, Flur", "arch_name": "1.120A@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623449,18 +688360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66465, "usage_id": 222 }, "5701.01.020B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.120B, Treppe", "arch_name": "1.120B@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623468,18 +688381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66468, "usage_id": 223 }, "5701.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.121, Besprechung / Post", "arch_name": "1.121@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623487,18 +688402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11996, "usage_id": 196 }, "5701.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.122, Flur", "arch_name": "1.122@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623506,18 +688423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56858, "usage_id": 222 }, "5701.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.123, WC-Herren", "arch_name": "1.123@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -623525,18 +688444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56865, "usage_id": 115 }, "5701.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.124, WC-Damen", "arch_name": "1.124@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -623544,18 +688465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12053, "usage_id": 116 }, "5701.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.125, WC-Damen", "arch_name": "1.125@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -623563,18 +688486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56875, "usage_id": 116 }, "5701.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.126, WC-Herren", "arch_name": "1.126@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -623582,18 +688507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57147, "usage_id": 115 }, "5701.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.127, Dokumentation", "arch_name": "1.127@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623601,18 +688528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57151, "usage_id": 2 }, "5701.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.128, Dokumentation", "arch_name": "1.128@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623620,18 +688549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57160, "usage_id": 2 }, "5701.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.129, WC-Herren", "arch_name": "1.129@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -623639,18 +688570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57167, "usage_id": 115 }, "5701.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.130, WC-Damen", "arch_name": "1.130@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -623658,18 +688591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57173, "usage_id": 116 }, "5701.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.133, Terrasse", "arch_name": "1.133@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19701, "seats": { @@ -623677,18 +688612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57594, "usage_id": 217 }, "5701.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.151, Dachtreppe", "arch_name": "1.151@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19701, "seats": { @@ -623696,18 +688633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61831, "usage_id": 223 }, "5701.01.060A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.160A, Fluchtbalkon", "arch_name": "1.160A@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623715,18 +688654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66469, "usage_id": 219 }, "5701.01.060B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.160B, Fluchtbalkon", "arch_name": "1.160B@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623734,18 +688675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66470, "usage_id": 219 }, "5701.01.080": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.180, Schacht", "arch_name": "1.180@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623753,18 +688696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66473, "usage_id": 120 }, "5701.01.081": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.181, Schacht", "arch_name": "1.181@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623772,18 +688717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66466, "usage_id": 120 }, "5701.01.082": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.182, Schacht", "arch_name": "1.182@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -623791,18 +688738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66467, "usage_id": 120 }, "5701.01.201": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.201, B\u00fcro", "arch_name": "1.201@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623810,18 +688759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61865, "usage_id": 12 }, "5701.01.202": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.202, B\u00fcro", "arch_name": "1.202@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623829,18 +688780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61866, "usage_id": 12 }, "5701.01.203": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.203, B\u00fcro", "arch_name": "1.203@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623848,18 +688801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61867, "usage_id": 12 }, "5701.01.204": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.204, B\u00fcro", "arch_name": "1.204@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623867,18 +688822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61868, "usage_id": 12 }, "5701.01.205": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.205, B\u00fcro", "arch_name": "1.205@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623886,18 +688843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61869, "usage_id": 12 }, "5701.01.206": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.206, B\u00fcro", "arch_name": "1.206@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623905,18 +688864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61870, "usage_id": 12 }, "5701.01.207": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.207, B\u00fcro", "arch_name": "1.207@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623924,18 +688885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61871, "usage_id": 12 }, "5701.01.208": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.208, B\u00fcro", "arch_name": "1.208@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623943,18 +688906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61872, "usage_id": 12 }, "5701.01.210": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.210, Flur", "arch_name": "1.210@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623962,19 +688927,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61873, "usage_id": 222 }, "5701.01.211": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.211, Besprechung", "arch_name": "1.211@5701", "area_id": 32, "building_id": 803, "calendar_resource_nr": 29752, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -623982,18 +688949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61874, "usage_id": 196 }, "5701.01.212": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.212, WC", "arch_name": "1.212@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -624001,18 +688970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61877, "usage_id": 114 }, "5701.01.214": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.214, Flur", "arch_name": "1.214@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19701, "seats": { @@ -624020,18 +688991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61878, "usage_id": 222 }, "5701.01.215": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.215, WC", "arch_name": "1.215@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -624039,18 +689012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61879, "usage_id": 114 }, "5701.01.216": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.216, Wendeltreppe", "arch_name": "1.216@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -624058,18 +689033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61880, "usage_id": 223 }, "5701.01.217": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.217, Halle", "arch_name": "1.217@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19701, "seats": { @@ -624077,18 +689054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61881, "usage_id": 222 }, "5701.01.217A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.217A, \u00dcbergang", "arch_name": "1.217A@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19701, "seats": { @@ -624096,18 +689075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61882, "usage_id": 222 }, "5701.01.217B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.217B, Treppe", "arch_name": "1.217B@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -624115,18 +689096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66474, "usage_id": 223 }, "5701.01.217C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.217C, Aufzug", "arch_name": "1.217C@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -624134,18 +689117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66475, "usage_id": 4 }, "5701.01.218": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.218, Flur", "arch_name": "1.218@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -624153,18 +689138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61883, "usage_id": 222 }, "5701.01.219": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.219, Flur", "arch_name": "1.219@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -624172,18 +689159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61884, "usage_id": 222 }, "5701.01.220": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.220, B\u00fcro", "arch_name": "1.220@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -624191,18 +689180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71817, "usage_id": 12 }, "5701.01.221": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.221, B\u00fcro", "arch_name": "1.221@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -624210,19 +689201,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61891, "usage_id": 12 }, "5701.01.222": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.222, B\u00fcro", "arch_name": "1.222@5701", "area_id": 32, "building_id": 803, "calendar_resource_nr": 32312, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -624230,18 +689223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61888, "usage_id": 12 }, "5701.01.223": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.223, B\u00fcro", "arch_name": "1.223@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 41785, "seats": { @@ -624249,18 +689244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61890, "usage_id": 12 }, "5701.01.224": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.224, B\u00fcro", "arch_name": "1.224@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 41785, "seats": { @@ -624268,18 +689265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61889, "usage_id": 12 }, "5701.01.225": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.225, B\u00fcro", "arch_name": "1.225@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -624287,18 +689286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61887, "usage_id": 12 }, "5701.01.226": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.226, B\u00fcro", "arch_name": "1.226@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -624306,18 +689307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61886, "usage_id": 12 }, "5701.01.227": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.227, B\u00fcro", "arch_name": "1.227@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19701, "seats": { @@ -624325,18 +689328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61885, "usage_id": 12 }, "5701.01.253": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.253, Wendeltreppe", "arch_name": "1.253@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -624344,18 +689349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66480, "usage_id": 223 }, "5701.01.260": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.260, Fluchtbalkon", "arch_name": "1.260@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -624363,18 +689370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61875, "usage_id": 219 }, "5701.01.261": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.261, Fluchtbalkon", "arch_name": "1.261@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -624382,18 +689391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61876, "usage_id": 219 }, "5701.01.280": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.280, Schacht", "arch_name": "1.280@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -624401,18 +689412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66478, "usage_id": 120 }, "5701.01.281": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.281, Schacht", "arch_name": "1.281@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -624420,18 +689433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66476, "usage_id": 120 }, "5701.01.282": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.282, Schacht", "arch_name": "1.282@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -624439,18 +689454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66477, "usage_id": 120 }, "5701.01.283": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "1.283, Schacht", "arch_name": "1.283@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -624458,18 +689475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66479, "usage_id": 120 }, "5701.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.101, Halle", "arch_name": "E.101@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624477,18 +689496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57569, "usage_id": 222 }, "5701.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.101A, Treppe", "arch_name": "Z.101A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -624496,18 +689517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66457, "usage_id": 223 }, "5701.EG.001B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.101B, Treppe", "arch_name": "Z.101B@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -624515,18 +689538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66458, "usage_id": 223 }, "5701.EG.001C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.101C, Treppe", "arch_name": "Z.101C@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -624534,18 +689559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66460, "usage_id": 223 }, "5701.EG.001Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.101, Lager", "arch_name": "Z.101@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 19701, "seats": { @@ -624553,19 +689580,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57577, "usage_id": 30 }, "5701.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.102, Halle", "arch_name": "E.102@5701", "area_id": 32, "building_id": 803, "calendar_resource_nr": 18509, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624573,18 +689602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57581, "usage_id": 16 }, "5701.EG.002A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.102A, Lager unter Treppe", "arch_name": "E.102A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -624592,18 +689623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57587, "usage_id": 30 }, "5701.EG.002B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.102B, Lager unter Treppe", "arch_name": "E.102B@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -624611,18 +689644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57698, "usage_id": 30 }, "5701.EG.002Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.102, Lager", "arch_name": "Z.102@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624630,18 +689665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57705, "usage_id": 30 }, "5701.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.103, Technischer Experimentierraum 1", "arch_name": "E.103@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624649,18 +689686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 16617, "usage_id": 194 }, "5701.EG.003Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.103, Lager", "arch_name": "Z.103@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624668,18 +689707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57724, "usage_id": 30 }, "5701.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.104, Technischer Experimentierraum 2", "arch_name": "E.104@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624687,18 +689728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57844, "usage_id": 194 }, "5701.EG.004A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.104A, Steuerkonsole/MRT", "arch_name": "E.104A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19701, "seats": { @@ -624706,18 +689749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57846, "usage_id": 120 }, "5701.EG.004B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.104B, Kernspintomographie", "arch_name": "E.104B@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624725,18 +689770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66442, "usage_id": 124 }, "5701.EG.004C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.104C, Steuerger\u00e4te", "arch_name": "E.104C@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19701, "seats": { @@ -624744,18 +689791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66443, "usage_id": 120 }, "5701.EG.004F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.104F, Labor", "arch_name": "E.104F@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624763,18 +689812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66444, "usage_id": 194 }, "5701.EG.004Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.104, Flur", "arch_name": "Z.104@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624782,18 +689833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57852, "usage_id": 222 }, "5701.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.105, Flur", "arch_name": "E.105@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624801,18 +689854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57858, "usage_id": 222 }, "5701.EG.005A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.105A, Flur", "arch_name": "E.105A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624820,18 +689875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66445, "usage_id": 222 }, "5701.EG.005Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.105, Lager", "arch_name": "Z.105@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624839,18 +689896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57866, "usage_id": 30 }, "5701.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.106, Mechanische Werkstatt", "arch_name": "E.106@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624858,18 +689917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57872, "usage_id": 51 }, "5701.EG.006B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.106B, Steuerung CT", "arch_name": "E.106B@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624877,18 +689938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66446, "usage_id": 120 }, "5701.EG.006Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.106, Lager", "arch_name": "Z.106@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624896,18 +689959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57878, "usage_id": 30 }, "5701.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.107, Flur", "arch_name": "E.107@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624915,18 +689980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57992, "usage_id": 222 }, "5701.EG.007A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.107A, Treppe", "arch_name": "Z.107A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624934,18 +690001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66463, "usage_id": 223 }, "5701.EG.007B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.107B, Treppe", "arch_name": "Z.107B@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624953,18 +690022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66464, "usage_id": 223 }, "5701.EG.007Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.107, Lager", "arch_name": "Z.107@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624972,18 +690043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57998, "usage_id": 30 }, "5701.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.108, Rasterelektronenmikroskop", "arch_name": "E.108@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -624991,18 +690064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58005, "usage_id": 103 }, "5701.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.109, Montageraum", "arch_name": "E.109@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -625010,18 +690085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58010, "usage_id": 51 }, "5701.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.110, Teilk\u00fcche", "arch_name": "E.110@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -625029,18 +690106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58023, "usage_id": 28 }, "5701.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.111, Keramisches Labor", "arch_name": "E.111@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625048,18 +690127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58147, "usage_id": 51 }, "5701.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.112, Chemisches Labor N", "arch_name": "E.112@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625067,18 +690148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58157, "usage_id": 102 }, "5701.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.113, Chemisches Labor A", "arch_name": "E.113@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625086,18 +690169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58164, "usage_id": 102 }, "5701.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.114, Ultrastrukturanalyse", "arch_name": "E.114@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625105,18 +690190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58180, "usage_id": 102 }, "5701.EG.014A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.114A, Ultrastrukturanalyse", "arch_name": "E.114A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625124,18 +690211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66447, "usage_id": 102 }, "5701.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.115, Probenvorbereitung", "arch_name": "E.115@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625143,18 +690232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58310, "usage_id": 102 }, "5701.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.116, Tierhaltung", "arch_name": "E.116@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625162,18 +690253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58313, "usage_id": 197 }, "5701.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.117, Organolabor", "arch_name": "E.117@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625181,18 +690274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58320, "usage_id": 102 }, "5701.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.118, Zytolabor", "arch_name": "E.118@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625200,18 +690295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58323, "usage_id": 102 }, "5701.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.119, Schleuse (gem.N. Biomechanik)", "arch_name": "E.119@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625219,18 +690316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58327, "usage_id": 105 }, "5701.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.120, Flur", "arch_name": "E.120@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625238,18 +690337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58332, "usage_id": 222 }, "5701.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.121, Schleuse", "arch_name": "E.121@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625257,18 +690358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58337, "usage_id": 105 }, "5701.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.122, Vorraum K\u00fchlraum", "arch_name": "E.122@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625276,18 +690379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58463, "usage_id": 50 }, "5701.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.123, K\u00fchlraum", "arch_name": "E.123@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19701, "seats": { @@ -625295,18 +690400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58466, "usage_id": 199 }, "5701.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.124, Labor", "arch_name": "E.124@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625314,18 +690421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58472, "usage_id": 102 }, "5701.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.125, Putzraum", "arch_name": "E.125@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625333,19 +690442,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58481, "usage_id": 205 }, "5701.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.126, H\u00f6rsaal IMETUM", "arch_name": "E.126@5701", "area_id": 32, "building_id": 803, "calendar_resource_nr": 18436, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -625353,18 +690464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58485, "usage_id": 20 }, "5701.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.127, WC-Herren", "arch_name": "E.127@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -625372,18 +690485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58492, "usage_id": 115 }, "5701.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.128, WC-Damen", "arch_name": "E.128@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -625391,18 +690506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58613, "usage_id": 116 }, "5701.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.129, Umkleide-Herren", "arch_name": "E.129@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -625410,18 +690527,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58619, "usage_id": 121 }, "5701.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.130, Umkleide-Damen", "arch_name": "E.130@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -625429,18 +690548,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58624, "usage_id": 121 }, "5701.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.131, WC-Damen", "arch_name": "E.131@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -625448,18 +690569,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58629, "usage_id": 116 }, "5701.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.132, WC-Herren", "arch_name": "E.132@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -625467,18 +690590,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58636, "usage_id": 115 }, "5701.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.133, Beh.-WC", "arch_name": "E.133@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -625486,18 +690611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58643, "usage_id": 117 }, "5701.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.134, Aufzug", "arch_name": "E.134@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 25925, "seats": { @@ -625505,18 +690632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58763, "usage_id": 4 }, "5701.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.135, Flur", "arch_name": "E.135@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19701, "seats": { @@ -625524,18 +690653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 58768, "usage_id": 222 }, "5701.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.150, Treppe 1a", "arch_name": "E.150@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -625543,18 +690674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61824, "usage_id": 223 }, "5701.EG.050A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.150A, Treppe", "arch_name": "E.150A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19701, "seats": { @@ -625562,18 +690695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61828, "usage_id": 223 }, "5701.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.151, Treppe 1b", "arch_name": "E.151@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19701, "seats": { @@ -625581,18 +690716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61825, "usage_id": 223 }, "5701.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.152, Treppe 4a", "arch_name": "E.152@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19701, "seats": { @@ -625600,18 +690737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61826, "usage_id": 223 }, "5701.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.153, Treppe 4b", "arch_name": "E.153@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -625619,18 +690758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61827, "usage_id": 223 }, "5701.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.155, Treppe 3a", "arch_name": "E.155@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19701, "seats": { @@ -625638,18 +690779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61829, "usage_id": 223 }, "5701.EG.056": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.156, Treppe 3b", "arch_name": "E.156@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -625657,18 +690800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61830, "usage_id": 223 }, "5701.EG.070": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.170, Install. Schacht", "arch_name": "Z.170@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -625676,18 +690821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66459, "usage_id": 120 }, "5701.EG.190": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.190, Eingangshalle", "arch_name": "E.190@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -625695,18 +690842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66436, "usage_id": 222 }, "5701.EG.190A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.190A, Treppe Eingangshalle", "arch_name": "E.190A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -625714,18 +690863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66437, "usage_id": 223 }, "5701.EG.191": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.191, Treppe im Freien", "arch_name": "E.191@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -625733,18 +690884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66438, "usage_id": 7 }, "5701.EG.192": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.192, Treppe im Freien", "arch_name": "E.192@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -625752,18 +690905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66439, "usage_id": 7 }, "5701.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.201, Rasterelektronenmikroskop", "arch_name": "E.201@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625771,18 +690926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61839, "usage_id": 102 }, "5701.EG.201A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.201A, Pr\u00fcfraum f\u00fcr Werk", "arch_name": "E.201A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625790,18 +690947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61835, "usage_id": 102 }, "5701.EG.201B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.201B, Treppe", "arch_name": "E.201B@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19701, "seats": { @@ -625809,18 +690968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66451, "usage_id": 223 }, "5701.EG.201C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.201C, Treppe", "arch_name": "E.201C@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19701, "seats": { @@ -625828,18 +690989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66450, "usage_id": 223 }, "5701.EG.202": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.202, Vorraum (gem.N. Biomechanik)", "arch_name": "E.202@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625847,18 +691010,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61841, "usage_id": 50 }, "5701.EG.202A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.202A, Treppe", "arch_name": "E.202A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19701, "seats": { @@ -625866,18 +691031,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66448, "usage_id": 223 }, "5701.EG.202B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.202B, Mikrobiologie", "arch_name": "E.202B@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625885,18 +691052,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61840, "usage_id": 102 }, "5701.EG.202C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.202C, Sp\u00fclk\u00fcche", "arch_name": "E.202C@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625904,18 +691073,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61844, "usage_id": 28 }, "5701.EG.202D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.202D, Zellkultur", "arch_name": "E.202D@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625923,18 +691094,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61843, "usage_id": 194 }, "5701.EG.203A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.203A, Vorraum Labor (gem.N. Biomechanik)", "arch_name": "E.203A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19701, "seats": { @@ -625942,18 +691115,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61846, "usage_id": 102 }, "5701.EG.203B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.203B, Labor (gem.N. Biomechanik)", "arch_name": "E.203B@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625961,18 +691136,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61847, "usage_id": 102 }, "5701.EG.203C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.203C, Labor (gem.N. Biomechanik)", "arch_name": "E.203C@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625980,18 +691157,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61848, "usage_id": 102 }, "5701.EG.203D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.203D, Labor (gem.N. Biomechanik)", "arch_name": "E.203D@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -625999,18 +691178,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61849, "usage_id": 102 }, "5701.EG.204": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.204, Versuchshalle", "arch_name": "E.204@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -626018,18 +691199,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61850, "usage_id": 49 }, "5701.EG.204A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.204A, Bestrahlung", "arch_name": "E.204A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Metall", "main_operator_id": 19701, "seats": { @@ -626037,18 +691220,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66453, "usage_id": 178 }, "5701.EG.204C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.204C, K\u00fchlung", "arch_name": "E.204C@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19701, "seats": { @@ -626056,18 +691241,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66454, "usage_id": 32 }, "5701.EG.204E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.204E, Steuerraum", "arch_name": "E.204E@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19701, "seats": { @@ -626075,18 +691262,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66452, "usage_id": 120 }, "5701.EG.205": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.205, Server / Teek\u00fcche", "arch_name": "E.205@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -626094,18 +691283,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61851, "usage_id": 207 }, "5701.EG.206": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.206, WC", "arch_name": "E.206@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -626113,18 +691304,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61852, "usage_id": 114 }, "5701.EG.207": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.207, Dusche / Umkleide", "arch_name": "E.207@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -626132,18 +691325,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61853, "usage_id": 113 }, "5701.EG.208": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.208, Putzraum", "arch_name": "E.208@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -626151,18 +691346,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61854, "usage_id": 205 }, "5701.EG.209": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.209, Aufenthalt", "arch_name": "E.209@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -626170,18 +691367,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61855, "usage_id": 44 }, "5701.EG.210": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.210, WC", "arch_name": "E.210@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -626189,18 +691388,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61856, "usage_id": 114 }, "5701.EG.211": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.211, WC", "arch_name": "E.211@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -626208,18 +691409,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61857, "usage_id": 114 }, "5701.EG.212": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.212, Dusche / Umkleide", "arch_name": "E.212@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -626227,18 +691430,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61858, "usage_id": 113 }, "5701.EG.213": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.213, UV", "arch_name": "E.213@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -626246,18 +691451,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61859, "usage_id": 51 }, "5701.EG.214": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.214, Flur", "arch_name": "E.214@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19701, "seats": { @@ -626265,18 +691472,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61860, "usage_id": 222 }, "5701.EG.215": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.215, Flur", "arch_name": "E.215@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 19701, "seats": { @@ -626284,18 +691493,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61862, "usage_id": 222 }, "5701.EG.216": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.216, Halle", "arch_name": "E.216@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19701, "seats": { @@ -626303,18 +691514,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61863, "usage_id": 222 }, "5701.EG.216A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.216A, Lager / Treppe", "arch_name": "E.216A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 19701, "seats": { @@ -626322,18 +691535,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61861, "usage_id": 30 }, "5701.EG.217": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.217, Aufzug", "arch_name": "E.217@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19701, "seats": { @@ -626341,18 +691556,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61864, "usage_id": 4 }, "5701.EG.251A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.251A, Treppe", "arch_name": "Z.251A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -626360,18 +691577,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66456, "usage_id": 223 }, "5701.EG.251B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.251B, Treppe", "arch_name": "Z.251B@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -626379,18 +691598,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66455, "usage_id": 223 }, "5701.EG.251Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.251, Galerie / Treppe", "arch_name": "Z.251@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626398,18 +691619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61842, "usage_id": 206 }, "5701.EG.252A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.252A, Install. Schacht", "arch_name": "Z.252A@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626417,18 +691640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66462, "usage_id": 120 }, "5701.EG.252B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.252B, Treppe", "arch_name": "Z.252B@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19701, "seats": { @@ -626436,18 +691661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66461, "usage_id": 223 }, "5701.EG.252Z": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "Z.252, Galerie / Treppe", "arch_name": "Z.252@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626455,18 +691682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61845, "usage_id": 206 }, "5701.EG.291": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.291, Treppe im Freien", "arch_name": "E.291@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19701, "seats": { @@ -626474,18 +691703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66440, "usage_id": 7 }, "5701.EG.292": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "E.292, Treppe im Freien", "arch_name": "E.292@5701", "area_id": 32, "building_id": 803, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 19701, "seats": { @@ -626493,18 +691724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66441, "usage_id": 7 }, "5701.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.101, Heizungsraum", "arch_name": "K.101@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -626512,18 +691745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57282, "usage_id": 201 }, "5701.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.102, Flur 2", "arch_name": "K.102@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -626531,18 +691766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57287, "usage_id": 222 }, "5701.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.103, Trafo 1", "arch_name": "K.103@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38596, "seats": { @@ -626550,18 +691787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57403, "usage_id": 160 }, "5701.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.104, Trafo 2", "arch_name": "K.104@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38596, "seats": { @@ -626569,18 +691808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57410, "usage_id": 160 }, "5701.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.107, Elektrische Stromversorgung", "arch_name": "K.107@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38596, "seats": { @@ -626588,18 +691829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57416, "usage_id": 160 }, "5701.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.108, Flur 1", "arch_name": "K.108@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -626607,18 +691850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57425, "usage_id": 222 }, "5701.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.109, Datenraum", "arch_name": "K.109@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 38596, "seats": { @@ -626626,18 +691871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57441, "usage_id": 207 }, "5701.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.110, Flur 3", "arch_name": "K.110@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -626645,18 +691892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57556, "usage_id": 222 }, "5701.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.111, Aufzugs- und F\u00f6rdermaschinenraum", "arch_name": "K.111@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -626664,18 +691913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 57561, "usage_id": 5 }, "5701.U1.051": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.151, Treppe 2", "arch_name": "K.151@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 19701, "seats": { @@ -626683,18 +691934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61823, "usage_id": 223 }, "5701.U1.201": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.201, Flur", "arch_name": "K.201@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626702,18 +691955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61832, "usage_id": 222 }, "5701.U1.201A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.201A, Treppe", "arch_name": "K.201A@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626721,18 +691976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66481, "usage_id": 223 }, "5701.U1.202": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.202, Heizungsraum", "arch_name": "K.202@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626740,18 +691997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61833, "usage_id": 201 }, "5701.U1.202A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.202A, Lager", "arch_name": "K.202A@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626759,18 +692018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66482, "usage_id": 30 }, "5701.U1.203": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.203, Lager", "arch_name": "K.203@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626778,18 +692039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61834, "usage_id": 30 }, "5701.U1.203A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.203A, Lager mit Holzverschlag", "arch_name": "K.203A@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626797,18 +692060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66483, "usage_id": 30 }, "5701.U1.204": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.204, Niederspannungshauptverteilung", "arch_name": "K.204@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626816,18 +692081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61838, "usage_id": 160 }, "5701.U1.205": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.205, Niederspannungshauptverteilung", "arch_name": "K.205@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626835,18 +692102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61836, "usage_id": 160 }, "5701.U1.206": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.206, Batterieraum", "arch_name": "K.206@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626854,18 +692123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61837, "usage_id": 160 }, "5701.U1.280": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.280, Lichtschacht", "arch_name": "K.280@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626873,18 +692144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66484, "usage_id": 38 }, "5701.U1.281": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Boltzmannstr. 11", "zip_code": 85748 }, + "alt_name": "K.281, Lichtschacht", "arch_name": "K.281@5701", "area_id": 32, "building_id": 803, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 19701, "seats": { @@ -626892,18 +692165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66485, "usage_id": 38 }, "5901.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.001, Treffpunkt", "arch_name": "01.5901.001@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -626911,18 +692186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72310, "usage_id": 222 }, "5901.01.001A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.001A, Treppe Foyer", "arch_name": "01.5901.001A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -626930,18 +692207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72795, "usage_id": 223 }, "5901.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.002, Treffpunkt", "arch_name": "01.5901.002@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -626949,18 +692228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72267, "usage_id": 222 }, "5901.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.003, Flur", "arch_name": "01.5901.003@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -626968,18 +692249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72268, "usage_id": 222 }, "5901.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.004, Flur", "arch_name": "01.5901.004@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -626987,18 +692270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72274, "usage_id": 222 }, "5901.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.005, Flur", "arch_name": "01.5901.005@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -627006,18 +692291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72277, "usage_id": 222 }, "5901.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.006, Flur", "arch_name": "01.5901.006@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -627025,18 +692312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72290, "usage_id": 222 }, "5901.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.007, Flur", "arch_name": "01.5901.007@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -627044,18 +692333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72287, "usage_id": 222 }, "5901.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.008, Flur", "arch_name": "01.5901.008@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -627063,18 +692354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72311, "usage_id": 222 }, "5901.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.009, Flur", "arch_name": "01.5901.009@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -627082,18 +692375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72317, "usage_id": 222 }, "5901.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.010, Flur", "arch_name": "01.5901.010@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -627101,18 +692396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72325, "usage_id": 222 }, "5901.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.011, Lager WC", "arch_name": "01.5901.011@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -627120,18 +692417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72270, "usage_id": 30 }, "5901.01.012A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.012A, WC-Vorraum Herren", "arch_name": "01.5901.012A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -627139,18 +692438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72271, "usage_id": 118 }, "5901.01.012B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.012B, WC-Herren", "arch_name": "01.5901.012B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -627158,19 +692459,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72269, "usage_id": 115 }, "5901.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.013, Seminarraum", "arch_name": "01.5901.013@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32176, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -627178,18 +692481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72305, "usage_id": 41 }, "5901.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.014, Praktikum", "arch_name": "01.5901.014@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -627197,18 +692502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72306, "usage_id": 211 }, "5901.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.015, Abschlussarbeiten", "arch_name": "01.5901.015@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -627216,19 +692523,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72307, "usage_id": 130 }, "5901.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.016, Praktikum", "arch_name": "01.5901.016@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32256, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -627236,19 +692545,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72272, "usage_id": 211 }, "5901.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.018, Praktikum", "arch_name": "01.5901.018@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32257, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -627256,18 +692567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72273, "usage_id": 211 }, "5901.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.019, Exp. AP", "arch_name": "01.5901.019@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627275,18 +692588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72276, "usage_id": 131 }, "5901.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.020, Exp. AP", "arch_name": "01.5901.020@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627294,18 +692609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72278, "usage_id": 131 }, "5901.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.021, Exp. AP", "arch_name": "01.5901.021@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627313,18 +692630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72279, "usage_id": 131 }, "5901.01.022A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.022A, WC-Vorraum Damen", "arch_name": "01.5901.022A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -627332,18 +692651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72309, "usage_id": 118 }, "5901.01.022B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.022B, WC-Damen", "arch_name": "01.5901.022B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -627351,18 +692672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72299, "usage_id": 116 }, "5901.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.023, WC Behinderten", "arch_name": "01.5901.023@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -627370,18 +692693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72308, "usage_id": 117 }, "5901.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.024, Putzraum", "arch_name": "01.5901.024@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -627389,18 +692714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72298, "usage_id": 205 }, "5901.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.025, Exp. AP", "arch_name": "01.5901.025@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627408,18 +692735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72297, "usage_id": 131 }, "5901.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.026, Exp. AP", "arch_name": "01.5901.026@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627427,18 +692756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72288, "usage_id": 131 }, "5901.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.027, Exp. AP", "arch_name": "01.5901.027@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627446,18 +692777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72282, "usage_id": 131 }, "5901.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.028, Exp. AP", "arch_name": "01.5901.028@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627465,18 +692798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72283, "usage_id": 131 }, "5901.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.029, Exp. AP", "arch_name": "01.5901.029@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627484,18 +692819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72284, "usage_id": 131 }, "5901.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.030, Exp. AP", "arch_name": "01.5901.030@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627503,18 +692840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72285, "usage_id": 131 }, "5901.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.031, Lager/Kopierer", "arch_name": "01.5901.031@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -627522,19 +692861,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72262, "usage_id": 30 }, "5901.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.032, Besprechung", "arch_name": "01.5901.032@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32152, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -627542,19 +692883,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72300, "usage_id": 196 }, "5901.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.034, Besprechung", "arch_name": "01.5901.034@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32153, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -627562,19 +692905,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72316, "usage_id": 196 }, "5901.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.035, Besprechung", "arch_name": "01.5901.035@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32154, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -627582,18 +692927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72315, "usage_id": 196 }, "5901.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.036, Wiss.Ang.", "arch_name": "01.5901.036@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627601,18 +692948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72302, "usage_id": 12 }, "5901.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.037, Sekretariat", "arch_name": "01.5901.037@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627620,18 +692969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72301, "usage_id": 40 }, "5901.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.038, Wiss.Ang.", "arch_name": "01.5901.038@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627639,18 +692990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72293, "usage_id": 12 }, "5901.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.039, Prof. B\u00fcro", "arch_name": "01.5901.039@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627658,18 +693011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72292, "usage_id": 12 }, "5901.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.040, Wiss.Ang.", "arch_name": "01.5901.040@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627677,18 +693032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72318, "usage_id": 12 }, "5901.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.041, Lager/Kopierer", "arch_name": "01.5901.041@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627696,18 +693053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72312, "usage_id": 30 }, "5901.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.042, Wiss.Ang.", "arch_name": "01.5901.042@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627715,18 +693074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72319, "usage_id": 12 }, "5901.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.043, Wiss.Ang.", "arch_name": "01.5901.043@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627734,18 +693095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72320, "usage_id": 12 }, "5901.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.044, Wiss.Ang.", "arch_name": "01.5901.044@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627753,18 +693116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72322, "usage_id": 12 }, "5901.01.045": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.045, Wiss.Ang.", "arch_name": "01.5901.045@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627772,18 +693137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72321, "usage_id": 12 }, "5901.01.046": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.046, Wiss.Ang.", "arch_name": "01.5901.046@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627791,18 +693158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72294, "usage_id": 12 }, "5901.01.047": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.047, Wiss.Ang.", "arch_name": "01.5901.047@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -627810,18 +693179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72323, "usage_id": 12 }, "5901.01.048": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.048, Teek\u00fcche", "arch_name": "01.5901.048@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 51267, "seats": { @@ -627829,18 +693200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72295, "usage_id": 198 }, "5901.01.049": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.049, Wiss.Ang.", "arch_name": "01.5901.049@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -627848,18 +693221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72324, "usage_id": 12 }, "5901.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.050, Wiss.Ang.", "arch_name": "01.5901.050@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -627867,18 +693242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72296, "usage_id": 12 }, "5901.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.051, Lager/Kopierer", "arch_name": "01.5901.051@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627886,18 +693263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72264, "usage_id": 30 }, "5901.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.052, Wiss.Ang.", "arch_name": "01.5901.052@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 48597, "seats": { @@ -627905,18 +693284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72263, "usage_id": 12 }, "5901.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.053, Wiss.Ang.", "arch_name": "01.5901.053@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627924,18 +693305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72265, "usage_id": 12 }, "5901.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.054, Wiss.Ang.", "arch_name": "01.5901.054@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627943,18 +693326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72326, "usage_id": 12 }, "5901.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.055, Leiter ZEITlab", "arch_name": "01.5901.055@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627962,18 +693347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72266, "usage_id": 12 }, "5901.01.056": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.056, Wiss.Ang.", "arch_name": "01.5901.056@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49280, "seats": { @@ -627981,18 +693368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72303, "usage_id": 12 }, "5901.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.057, RLT-Zentrale", "arch_name": "01.5901.057@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Industrieanstrich", "main_operator_id": 38580, "seats": { @@ -628000,18 +693389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72291, "usage_id": 32 }, "5901.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.058, Terrasse", "arch_name": "01.5901.058@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 19691, "seats": { @@ -628019,18 +693410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72289, "usage_id": 48 }, "5901.01.401": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.401, Treppenhaus A", "arch_name": "01.5901.401@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -628038,18 +693431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72314, "usage_id": 223 }, "5901.01.402": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.402, Treppenhaus B", "arch_name": "01.5901.402@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -628057,18 +693452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72304, "usage_id": 223 }, "5901.01.403": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.403, Treppenhaus C", "arch_name": "01.5901.403@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -628076,18 +693473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72275, "usage_id": 223 }, "5901.01.501": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.501, Lastenaufzug", "arch_name": "01.5901.501@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48305, "seats": { @@ -628095,18 +693494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72280, "usage_id": 4 }, "5901.01.502": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "01.5901.502, Lastenaufzug", "arch_name": "01.5901.502@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 48305, "seats": { @@ -628114,18 +693515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72281, "usage_id": 4 }, "5901.02.001": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.001, Treffpunkt", "arch_name": "02.5901.001@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628133,18 +693536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72475, "usage_id": 222 }, "5901.02.002": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.002, Treffpunkt", "arch_name": "02.5901.002@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628152,18 +693557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72586, "usage_id": 222 }, "5901.02.003": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.003, Flur", "arch_name": "02.5901.003@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -628171,18 +693578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72588, "usage_id": 222 }, "5901.02.004": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.004, Flur", "arch_name": "02.5901.004@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -628190,18 +693599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72630, "usage_id": 222 }, "5901.02.005": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.005, Flur", "arch_name": "02.5901.005@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -628209,18 +693620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72769, "usage_id": 222 }, "5901.02.006": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.006, Flur", "arch_name": "02.5901.006@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -628228,18 +693641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72633, "usage_id": 222 }, "5901.02.007": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.007, Flur", "arch_name": "02.5901.007@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -628247,18 +693662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72477, "usage_id": 222 }, "5901.02.008": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.008, Flur", "arch_name": "02.5901.008@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -628266,18 +693683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72565, "usage_id": 222 }, "5901.02.009": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.009, Flur", "arch_name": "02.5901.009@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -628285,18 +693704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72574, "usage_id": 222 }, "5901.02.010": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.010, Flur", "arch_name": "02.5901.010@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -628304,18 +693725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72476, "usage_id": 222 }, "5901.02.011": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.011, LagerWC", "arch_name": "02.5901.011@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 48298, "seats": { @@ -628323,18 +693746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72589, "usage_id": 30 }, "5901.02.012A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.012A, WC-Vorraum Herren", "arch_name": "02.5901.012A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -628342,18 +693767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72590, "usage_id": 118 }, "5901.02.012B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.012B, WC-Herren", "arch_name": "02.5901.012B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -628361,19 +693788,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72576, "usage_id": 115 }, "5901.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.013, Seminarraum", "arch_name": "02.5901.013@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32172, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628381,18 +693810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72577, "usage_id": 41 }, "5901.02.014": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.014, Praktikum", "arch_name": "02.5901.014@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628400,18 +693831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72474, "usage_id": 211 }, "5901.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.015, Abschlussarbeiten", "arch_name": "02.5901.015@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628419,19 +693852,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72593, "usage_id": 130 }, "5901.02.016": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.016, Praktikum", "arch_name": "02.5901.016@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32252, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628439,19 +693874,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72550, "usage_id": 211 }, "5901.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.018, Praktikum", "arch_name": "02.5901.018@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32253, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628459,18 +693896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72773, "usage_id": 211 }, "5901.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.019, Abschlussarbeiten", "arch_name": "02.5901.019@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628478,18 +693917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72771, "usage_id": 130 }, "5901.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.020, Praktikum", "arch_name": "02.5901.020@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628497,19 +693938,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72770, "usage_id": 211 }, "5901.02.021": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.021, Seminarraum", "arch_name": "02.5901.021@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32173, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628517,18 +693960,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72563, "usage_id": 41 }, "5901.02.022": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.022, AP mit Verpflegung", "arch_name": "02.5901.022@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -628536,18 +693981,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72473, "usage_id": 130 }, "5901.02.023A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.023A, WC-Vorraum Damen", "arch_name": "02.5901.023A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -628555,18 +694002,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72592, "usage_id": 118 }, "5901.02.023B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.023B, WC-Damen", "arch_name": "02.5901.023B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -628574,18 +694023,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72562, "usage_id": 116 }, "5901.02.024": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.024, WC Behinderten", "arch_name": "02.5901.024@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -628593,18 +694044,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72591, "usage_id": 117 }, "5901.02.025": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.025, Putzraum", "arch_name": "02.5901.025@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -628612,18 +694065,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72663, "usage_id": 205 }, "5901.02.026": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.026, Wiss.Ang.", "arch_name": "02.5901.026@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47080, "seats": { @@ -628631,18 +694086,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72628, "usage_id": 12 }, "5901.02.027": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.027, Wiss. Ang.", "arch_name": "02.5901.027@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47080, "seats": { @@ -628650,18 +694107,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72634, "usage_id": 12 }, "5901.02.028": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.028, Prof.-B\u00fcro", "arch_name": "02.5901.028@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47080, "seats": { @@ -628669,18 +694128,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72627, "usage_id": 12 }, "5901.02.029": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.029, Wiss. Ang.", "arch_name": "02.5901.029@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47080, "seats": { @@ -628688,18 +694149,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72632, "usage_id": 12 }, "5901.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.030, Lager/Kopierer", "arch_name": "02.5901.030@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628707,18 +694170,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72626, "usage_id": 30 }, "5901.02.031": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.031, Wiss. Ang.", "arch_name": "02.5901.031@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47080, "seats": { @@ -628726,18 +694191,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72631, "usage_id": 12 }, "5901.02.032": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.032, Wiss. Ang.", "arch_name": "02.5901.032@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47080, "seats": { @@ -628745,18 +694212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72625, "usage_id": 12 }, "5901.02.033": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.033, Wiss. Ang.", "arch_name": "02.5901.033@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47080, "seats": { @@ -628764,18 +694233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72778, "usage_id": 12 }, "5901.02.034": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.034, Wiss. Ang.", "arch_name": "02.5901.034@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 47080, "seats": { @@ -628783,18 +694254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72624, "usage_id": 12 }, "5901.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.035, Teek\u00fcche", "arch_name": "02.5901.035@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628802,18 +694275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72777, "usage_id": 198 }, "5901.02.037": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.037, Prof. -B\u00fcro", "arch_name": "02.5901.037@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 46977, "seats": { @@ -628821,18 +694296,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72767, "usage_id": 12 }, "5901.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.038, Wiss. Ang.", "arch_name": "02.5901.038@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 46977, "seats": { @@ -628840,18 +694317,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72776, "usage_id": 12 }, "5901.02.039": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.039, Wiss. Ang.", "arch_name": "02.5901.039@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 46977, "seats": { @@ -628859,18 +694338,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72775, "usage_id": 12 }, "5901.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.040, Wiss.Ang.", "arch_name": "02.5901.040@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 46977, "seats": { @@ -628878,18 +694359,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72766, "usage_id": 12 }, "5901.02.041": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.041, Wiss.Ang.", "arch_name": "02.5901.041@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 46977, "seats": { @@ -628897,18 +694380,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72774, "usage_id": 12 }, "5901.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.042, Lager/Kopierer", "arch_name": "02.5901.042@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -628916,18 +694401,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72765, "usage_id": 30 }, "5901.02.043": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.043, Wiss. Ang.", "arch_name": "02.5901.043@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 46977, "seats": { @@ -628935,18 +694422,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72568, "usage_id": 12 }, "5901.02.044": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.044, Prof.-B\u00fcro", "arch_name": "02.5901.044@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 46977, "seats": { @@ -628954,18 +694443,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72764, "usage_id": 12 }, "5901.02.045": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.045, Wiss. Ang.", "arch_name": "02.5901.045@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 46977, "seats": { @@ -628973,18 +694464,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72567, "usage_id": 12 }, "5901.02.046": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.046, Wiss.Ang.", "arch_name": "02.5901.046@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 46977, "seats": { @@ -628992,18 +694485,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72561, "usage_id": 12 }, "5901.02.047": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.047, Sekretariat", "arch_name": "02.5901.047@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629011,18 +694506,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72566, "usage_id": 40 }, "5901.02.048": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.048, Lager/Kopierer", "arch_name": "02.5901.048@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629030,19 +694527,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72763, "usage_id": 30 }, "5901.02.049": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.049, Besprechung", "arch_name": "02.5901.049@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32155, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629050,19 +694549,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72564, "usage_id": 196 }, "5901.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.051, Besprechung", "arch_name": "02.5901.051@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32156, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629070,19 +694571,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72636, "usage_id": 196 }, "5901.02.052": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.052, Besprechung", "arch_name": "02.5901.052@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32157, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629090,18 +694593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72637, "usage_id": 196 }, "5901.02.053": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.053, Sekretariat", "arch_name": "02.5901.053@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629109,18 +694614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72569, "usage_id": 40 }, "5901.02.054": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.054, Sekretariat", "arch_name": "02.5901.054@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629128,18 +694635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72571, "usage_id": 40 }, "5901.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.055, Prof.-B\u00fcro", "arch_name": "02.5901.055@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51717, "seats": { @@ -629147,18 +694656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72570, "usage_id": 12 }, "5901.02.056": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.056, Wiss. Ang.", "arch_name": "02.5901.056@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 52577, "seats": { @@ -629166,18 +694677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72572, "usage_id": 12 }, "5901.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.057, Lager/Kopierer", "arch_name": "02.5901.057@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629185,18 +694698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72638, "usage_id": 30 }, "5901.02.058": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.058, Wiss. Ang.", "arch_name": "02.5901.058@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 52577, "seats": { @@ -629204,18 +694719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72573, "usage_id": 12 }, "5901.02.059": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.059, Wiss. Ang.", "arch_name": "02.5901.059@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51717, "seats": { @@ -629223,18 +694740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72655, "usage_id": 12 }, "5901.02.060": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.060, Wiss.Ang.", "arch_name": "02.5901.060@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629242,18 +694761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72657, "usage_id": 12 }, "5901.02.061": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.061, Wiss.Ang.", "arch_name": "02.5901.061@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629261,18 +694782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72658, "usage_id": 12 }, "5901.02.062": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.062, Wiss. Ang.", "arch_name": "02.5901.062@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51717, "seats": { @@ -629280,18 +694803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72656, "usage_id": 12 }, "5901.02.063": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.063, Wiss.Ang.", "arch_name": "02.5901.063@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629299,18 +694824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72659, "usage_id": 12 }, "5901.02.064": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.064, Wiss. Ang.", "arch_name": "02.5901.064@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 51717, "seats": { @@ -629318,18 +694845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72660, "usage_id": 12 }, "5901.02.065": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.065, Teek\u00fcche", "arch_name": "02.5901.065@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629337,18 +694866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72779, "usage_id": 198 }, "5901.02.066": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.066, Wiss. Ang.", "arch_name": "02.5901.066@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629356,18 +694887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72661, "usage_id": 12 }, "5901.02.067": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.067, Wiss. Ang.", "arch_name": "02.5901.067@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629375,18 +694908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72662, "usage_id": 12 }, "5901.02.068": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.068, Lager/Kopierer", "arch_name": "02.5901.068@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629394,18 +694929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72780, "usage_id": 30 }, "5901.02.069": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.069, Wiss. Ang.", "arch_name": "02.5901.069@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15382, "seats": { @@ -629413,18 +694950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72583, "usage_id": 12 }, "5901.02.070": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.070, Prof.-B\u00fcro", "arch_name": "02.5901.070@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15382, "seats": { @@ -629432,18 +694971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72781, "usage_id": 12 }, "5901.02.071": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.071, Wiss. Ang.", "arch_name": "02.5901.071@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15382, "seats": { @@ -629451,18 +694992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72584, "usage_id": 12 }, "5901.02.072": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.072, Wiss.Ang.", "arch_name": "02.5901.072@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15382, "seats": { @@ -629470,18 +695013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72585, "usage_id": 12 }, "5901.02.073": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.073, Wiss. Ang.", "arch_name": "02.5901.073@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 15382, "seats": { @@ -629489,18 +695034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72587, "usage_id": 12 }, "5901.02.074": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.074, Dachfl\u00e4che", "arch_name": "02.5901.074@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -629508,18 +695055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72796, "usage_id": 217 }, "5901.02.401": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.401, Treppenhaus A", "arch_name": "02.5901.401@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -629527,18 +695076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72560, "usage_id": 223 }, "5901.02.402": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.402, Treppenhaus B", "arch_name": "02.5901.402@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -629546,18 +695097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72575, "usage_id": 223 }, "5901.02.403": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.403, Treppenhaus C", "arch_name": "02.5901.403@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -629565,18 +695118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72772, "usage_id": 223 }, "5901.02.501": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.501, Lastenaufzug", "arch_name": "02.5901.501@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48305, "seats": { @@ -629584,18 +695139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72629, "usage_id": 4 }, "5901.02.502": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "02.5901.502, Personenaufzug", "arch_name": "02.5901.502@5901", "area_id": 302, "building_id": 2849, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 48305, "seats": { @@ -629603,18 +695160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72768, "usage_id": 4 }, "5901.03.001": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.001, Treffpunkt", "arch_name": "03.5901.001@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629622,18 +695181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72351, "usage_id": 222 }, "5901.03.002": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.002, Treffpunkt", "arch_name": "03.5901.002@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629641,18 +695202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72332, "usage_id": 222 }, "5901.03.003": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.003, Flur", "arch_name": "03.5901.003@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -629660,18 +695223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72430, "usage_id": 222 }, "5901.03.004": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.004, Flur", "arch_name": "03.5901.004@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -629679,18 +695244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72359, "usage_id": 222 }, "5901.03.005": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.005, Flur", "arch_name": "03.5901.005@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -629698,18 +695265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72429, "usage_id": 222 }, "5901.03.006": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.006, Flur", "arch_name": "03.5901.006@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -629717,18 +695286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72423, "usage_id": 222 }, "5901.03.007": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.007, Flur", "arch_name": "03.5901.007@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -629736,18 +695307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72341, "usage_id": 222 }, "5901.03.008": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.008, Flur", "arch_name": "03.5901.008@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -629755,18 +695328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72417, "usage_id": 222 }, "5901.03.009": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.009, Flur", "arch_name": "03.5901.009@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -629774,18 +695349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72444, "usage_id": 222 }, "5901.03.010": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.010, Flur", "arch_name": "03.5901.010@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -629793,18 +695370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72443, "usage_id": 222 }, "5901.03.011": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.011, Lager WC", "arch_name": "03.5901.011@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 48298, "seats": { @@ -629812,18 +695391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72383, "usage_id": 30 }, "5901.03.012A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.012A, WC-Vorraum Herren", "arch_name": "03.5901.012A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -629831,18 +695412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72362, "usage_id": 118 }, "5901.03.012B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.012B, WC-Herren", "arch_name": "03.5901.012B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -629850,19 +695433,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72405, "usage_id": 116 }, "5901.03.013": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.013, Seminarraum", "arch_name": "03.5901.013@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32174, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629870,18 +695455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72379, "usage_id": 41 }, "5901.03.014": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.014, Praktikum", "arch_name": "03.5901.014@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629889,18 +695476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72406, "usage_id": 211 }, "5901.03.015": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.015, Abschlussarbeiten", "arch_name": "03.5901.015@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629908,19 +695497,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72407, "usage_id": 130 }, "5901.03.016": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.016, Praktikum", "arch_name": "03.5901.016@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32254, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629928,19 +695519,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72358, "usage_id": 211 }, "5901.03.018": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.018, Praktikum", "arch_name": "03.5901.018@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32255, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629948,18 +695541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72360, "usage_id": 211 }, "5901.03.019": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.019, Abschlussarbeiten", "arch_name": "03.5901.019@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629967,18 +695562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72381, "usage_id": 130 }, "5901.03.020": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.020, Praktikum", "arch_name": "03.5901.020@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -629986,18 +695583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72361, "usage_id": 211 }, "5901.03.021": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.021, AP mit Verpflegung", "arch_name": "03.5901.021@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Holzpflaster", "main_operator_id": 19691, "seats": { @@ -630005,19 +695604,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72328, "usage_id": 130 }, "5901.03.022": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.022, Seminarraum", "arch_name": "03.5901.022@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32175, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630025,18 +695626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72382, "usage_id": 41 }, "5901.03.023A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.023A, WC-Vorraum Damen", "arch_name": "03.5901.023A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -630044,18 +695647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72384, "usage_id": 118 }, "5901.03.023B": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.023B, WC-Damen", "arch_name": "03.5901.023B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -630063,18 +695668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72337, "usage_id": 116 }, "5901.03.024": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.024, WC Behinderten", "arch_name": "03.5901.024@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -630082,18 +695689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72363, "usage_id": 117 }, "5901.03.026": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.026, Wiss.Ang.", "arch_name": "03.5901.026@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -630101,18 +695710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72344, "usage_id": 12 }, "5901.03.027": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.027, Wiss. Ang.", "arch_name": "03.5901.027@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -630120,18 +695731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72428, "usage_id": 12 }, "5901.03.028": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.028, Prof.-B\u00fcro", "arch_name": "03.5901.028@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -630139,18 +695752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72343, "usage_id": 12 }, "5901.03.029": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.029, Wiss. Ang.", "arch_name": "03.5901.029@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -630158,18 +695773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72427, "usage_id": 12 }, "5901.03.030": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.030, Lager/Kopierer", "arch_name": "03.5901.030@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630177,18 +695794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72425, "usage_id": 30 }, "5901.03.031": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.031, Wiss. Ang.", "arch_name": "03.5901.031@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -630196,18 +695815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72426, "usage_id": 12 }, "5901.03.032": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.032, Wiss. Ang.", "arch_name": "03.5901.032@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -630215,18 +695836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72422, "usage_id": 12 }, "5901.03.033": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.033, Wiss. Ang.", "arch_name": "03.5901.033@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 46415, "seats": { @@ -630234,18 +695857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72424, "usage_id": 12 }, "5901.03.034": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.034, Wiss. Ang.", "arch_name": "03.5901.034@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49639, "seats": { @@ -630253,18 +695878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72421, "usage_id": 12 }, "5901.03.035": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.035, Wiss. Ang.", "arch_name": "03.5901.035@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49639, "seats": { @@ -630272,18 +695899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72348, "usage_id": 12 }, "5901.03.036": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.036, Prof.-B\u00fcro", "arch_name": "03.5901.036@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49639, "seats": { @@ -630291,18 +695920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72420, "usage_id": 12 }, "5901.03.037": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.037, Wiss. Ang.", "arch_name": "03.5901.037@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49639, "seats": { @@ -630310,18 +695941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72347, "usage_id": 12 }, "5901.03.038": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.038, Wiss. Ang.", "arch_name": "03.5901.038@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49639, "seats": { @@ -630329,18 +695962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72346, "usage_id": 12 }, "5901.03.039": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.039, Wiss.Ang.", "arch_name": "03.5901.039@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49639, "seats": { @@ -630348,18 +695983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72342, "usage_id": 12 }, "5901.03.040": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.040, Wiss.Ang.", "arch_name": "03.5901.040@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49639, "seats": { @@ -630367,18 +696004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72345, "usage_id": 12 }, "5901.03.041": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.041, Lager/Kopierer", "arch_name": "03.5901.041@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630386,18 +696025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72419, "usage_id": 30 }, "5901.03.042": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.042, Teek\u00fcche", "arch_name": "03.5901.042@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630405,19 +696046,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72331, "usage_id": 198 }, "5901.03.044": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.044, School Office (shared)", "arch_name": "03.5901.044@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 33112, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15331, "seats": { @@ -630425,18 +696068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72330, "usage_id": 12 }, "5901.03.045": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.045, Wiss. Ang.", "arch_name": "03.5901.045@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 49639, "seats": { @@ -630444,19 +696089,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72329, "usage_id": 12 }, "5901.03.046": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.046, School Office (shared)", "arch_name": "03.5901.046@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 33113, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15331, "seats": { @@ -630464,18 +696111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72340, "usage_id": 40 }, "5901.03.047": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.047, Sekretariat", "arch_name": "03.5901.047@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630483,18 +696132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72339, "usage_id": 40 }, "5901.03.048": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.048, Lager/Kopierer", "arch_name": "03.5901.048@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630502,19 +696153,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72403, "usage_id": 30 }, "5901.03.049": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.049, Besprechung", "arch_name": "03.5901.049@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32158, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630522,19 +696175,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72338, "usage_id": 196 }, "5901.03.051": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.051, Besprechung", "arch_name": "03.5901.051@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32159, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630542,19 +696197,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72334, "usage_id": 196 }, "5901.03.052": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.052, Besprechung", "arch_name": "03.5901.052@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32160, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630562,18 +696219,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72333, "usage_id": 196 }, "5901.03.053": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.053, Sekretariat", "arch_name": "03.5901.053@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630581,18 +696240,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72431, "usage_id": 40 }, "5901.03.054": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.054, Sekretariat", "arch_name": "03.5901.054@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630600,18 +696261,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72352, "usage_id": 40 }, "5901.03.055": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.055, Prof.-B\u00fcro", "arch_name": "03.5901.055@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 45551, "seats": { @@ -630619,18 +696282,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72373, "usage_id": 12 }, "5901.03.056": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.056, Wiss. Ang.", "arch_name": "03.5901.056@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 45551, "seats": { @@ -630638,18 +696303,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72353, "usage_id": 12 }, "5901.03.057": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.057, Lager/Kopierer", "arch_name": "03.5901.057@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630657,18 +696324,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72372, "usage_id": 30 }, "5901.03.058": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.058, Teek\u00fcche", "arch_name": "03.5901.058@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630676,18 +696345,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72354, "usage_id": 198 }, "5901.03.059": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.059, Wiss. Ang.", "arch_name": "03.5901.059@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 45551, "seats": { @@ -630695,18 +696366,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72374, "usage_id": 12 }, "5901.03.060": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.060, Wiss. Ang.", "arch_name": "03.5901.060@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 45551, "seats": { @@ -630714,18 +696387,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72355, "usage_id": 12 }, "5901.03.061": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.061, Wiss. Ang.", "arch_name": "03.5901.061@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 45551, "seats": { @@ -630733,18 +696408,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72356, "usage_id": 12 }, "5901.03.062": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.062, Wiss. Ang.", "arch_name": "03.5901.062@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 45551, "seats": { @@ -630752,18 +696429,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72375, "usage_id": 12 }, "5901.03.063": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.063, Wiss. Ang.", "arch_name": "03.5901.063@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 45551, "seats": { @@ -630771,18 +696450,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72357, "usage_id": 12 }, "5901.03.064": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.064, Wiss. Ang.", "arch_name": "03.5901.064@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15395, "seats": { @@ -630790,18 +696471,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72376, "usage_id": 12 }, "5901.03.065": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.065, Wiss. Ang.", "arch_name": "03.5901.065@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 45551, "seats": { @@ -630809,18 +696492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72400, "usage_id": 12 }, "5901.03.066": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.066, Wiss. Ang.", "arch_name": "03.5901.066@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15395, "seats": { @@ -630828,18 +696513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72377, "usage_id": 12 }, "5901.03.067": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.067, Wiss. Ang.", "arch_name": "03.5901.067@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15395, "seats": { @@ -630847,18 +696534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72401, "usage_id": 12 }, "5901.03.068": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.068, Lager/Kopierer", "arch_name": "03.5901.068@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -630866,18 +696555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72456, "usage_id": 30 }, "5901.03.069": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.069, Wiss. Ang.", "arch_name": "03.5901.069@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15395, "seats": { @@ -630885,18 +696576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72402, "usage_id": 12 }, "5901.03.070": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.070, Prof.-B\u00fcro", "arch_name": "03.5901.070@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15395, "seats": { @@ -630904,18 +696597,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72378, "usage_id": 12 }, "5901.03.071": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.071, Wiss. Ang.", "arch_name": "03.5901.071@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15395, "seats": { @@ -630923,18 +696618,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72335, "usage_id": 12 }, "5901.03.072": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.072, Wiss.Ang.", "arch_name": "03.5901.072@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15395, "seats": { @@ -630942,18 +696639,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72327, "usage_id": 12 }, "5901.03.073": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.073, Wiss. Ang.", "arch_name": "03.5901.073@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Linoleum", "main_operator_id": 15395, "seats": { @@ -630961,18 +696660,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72336, "usage_id": 12 }, "5901.03.401": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.401, Treppenhaus A", "arch_name": "03.5901.401@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -630980,18 +696681,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72416, "usage_id": 223 }, "5901.03.402": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.402, Treppenhaus B", "arch_name": "03.5901.402@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -630999,18 +696702,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72380, "usage_id": 223 }, "5901.03.403": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.403, Treppenhaus C", "arch_name": "03.5901.403@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -631018,18 +696723,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72408, "usage_id": 223 }, "5901.03.404": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.404, Lager/Treppenaufstieg Dach", "arch_name": "03.5901.404@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Kunststoff", "main_operator_id": 48305, "seats": { @@ -631037,18 +696744,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72404, "usage_id": 30 }, "5901.03.501": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.501, Lastenaufzug", "arch_name": "03.5901.501@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48305, "seats": { @@ -631056,18 +696765,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72350, "usage_id": 4 }, "5901.03.502": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "03.5901.005, Personenaufzug", "arch_name": "03.5901.005@5901", "area_id": 302, "building_id": 2849, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 48305, "seats": { @@ -631075,18 +696786,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72349, "usage_id": 4 }, "5901.05.001": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "05.5901.001, Dachfl\u00e4che", "arch_name": "05.5901.001@5901", "area_id": 302, "building_id": 2849, + "floor_level": "5.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -631094,18 +696807,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72790, "usage_id": 217 }, "5901.DG.001": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "04.5901.001, Aufzug Maschinenraum", "arch_name": "04.5901.001@5901", "area_id": 302, "building_id": 2849, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 48305, "seats": { @@ -631113,18 +696828,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72457, "usage_id": 5 }, "5901.DG.002": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "04.5901.002, R\u00fcckk\u00fchler", "arch_name": "04.5901.002@5901", "area_id": 302, "building_id": 2849, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 38580, "seats": { @@ -631132,18 +696849,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72445, "usage_id": 32 }, "5901.DG.003": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "04.5901.003, Dachfl\u00e4che", "arch_name": "04.5901.003@5901", "area_id": 302, "building_id": 2849, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -631151,18 +696870,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72793, "usage_id": 217 }, "5901.DG.004": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "04.5901.004, PV-Anlage 1", "arch_name": "04.5901.004@5901", "area_id": 302, "building_id": 2849, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 38542, "seats": { @@ -631170,18 +696891,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72798, "usage_id": 217 }, "5901.DG.005": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "04.5901.005, PV-Anlage 2", "arch_name": "04.5901.005@5901", "area_id": 302, "building_id": 2849, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 38542, "seats": { @@ -631189,18 +696912,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72797, "usage_id": 217 }, "5901.DG.006": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "04.5901.006, Leitungen Fortluft", "arch_name": "04.5901.006@5901", "area_id": 302, "building_id": 2849, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 38580, "seats": { @@ -631208,18 +696933,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72791, "usage_id": 32 }, "5901.DG.007": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "04.5901.007, Glasdach", "arch_name": "04.5901.007@5901", "area_id": 302, "building_id": 2849, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -631227,18 +696954,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72792, "usage_id": 217 }, "5901.DG.404": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "04.5901.404, Treppenhaus D", "arch_name": "04.5901.404@5901", "area_id": 302, "building_id": 2849, + "floor_level": "DG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -631246,18 +696975,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72446, "usage_id": 223 }, "5901.DG.505": { "address": { - "floor": "DG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "04.5901.505, Leitungen Fortluft", "arch_name": "04.5901.505@5901", "area_id": 302, "building_id": 2849, + "floor_level": "DG", "floor_type": "Keine Angabe", "main_operator_id": 38580, "seats": { @@ -631265,19 +696996,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72447, "usage_id": 120 }, "5901.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.001, Foyer", "arch_name": "00.5901.001@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32353, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -631285,18 +697018,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72188, "usage_id": 222 }, "5901.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.001A, AP mit Verpflegung", "arch_name": "00.5901.001A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14188, "seats": { @@ -631304,18 +697039,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72177, "usage_id": 44 }, "5901.EG.001B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.001B, AP mit Verpflegung", "arch_name": "00.5901.001B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14188, "seats": { @@ -631323,18 +697060,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72189, "usage_id": 44 }, "5901.EG.001C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.001C, Foyer - Windfang", "arch_name": "00.5901.001C@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -631342,18 +697081,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72226, "usage_id": 52 }, "5901.EG.001D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.001D, Foyer - Windfang", "arch_name": "00.5901.001D@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -631361,18 +697102,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72794, "usage_id": 52 }, "5901.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.002, Flur", "arch_name": "00.5901.002@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -631380,18 +697123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72194, "usage_id": 222 }, "5901.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.003, Flur", "arch_name": "00.5901.003@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -631399,18 +697144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72145, "usage_id": 222 }, "5901.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.004, Flur", "arch_name": "00.5901.004@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -631418,18 +697165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72207, "usage_id": 222 }, "5901.EG.005A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.005A, Flur", "arch_name": "00.5901.005A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -631437,18 +697186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72210, "usage_id": 222 }, "5901.EG.005B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.005B, Flur", "arch_name": "00.5901.005B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -631456,18 +697207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72208, "usage_id": 222 }, "5901.EG.005C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.005C, Flur", "arch_name": "00.5901.005C@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -631475,18 +697228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72168, "usage_id": 222 }, "5901.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.006, Flur", "arch_name": "00.5901.006@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -631494,18 +697249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72176, "usage_id": 222 }, "5901.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.007, Grauflur", "arch_name": "00.5901.007@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -631513,18 +697270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72129, "usage_id": 222 }, "5901.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.008, Grauflur", "arch_name": "00.5901.008@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -631532,18 +697291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72124, "usage_id": 222 }, "5901.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.009, Fluchtflur", "arch_name": "00.5901.009@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -631551,18 +697312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72142, "usage_id": 222 }, "5901.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.010, Grauflur", "arch_name": "00.5901.010@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -631570,18 +697333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72154, "usage_id": 222 }, "5901.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.011, Grauflur", "arch_name": "00.5901.011@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -631589,18 +697354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72148, "usage_id": 222 }, "5901.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.012, Reinraumflur", "arch_name": "00.5901.012@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -631608,18 +697375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72158, "usage_id": 222 }, "5901.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.013, Reinraumflur", "arch_name": "00.5901.013@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -631627,18 +697396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72190, "usage_id": 222 }, "5901.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.014, Reinraumflur", "arch_name": "00.5901.014@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -631646,18 +697417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72132, "usage_id": 222 }, "5901.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.015, Studentische Lehrr\u00e4ume", "arch_name": "00.5901.015@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -631665,18 +697438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72126, "usage_id": 208 }, "5901.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.016, Studentische Lehrr\u00e4ume", "arch_name": "00.5901.016@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -631684,18 +697459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72127, "usage_id": 208 }, "5901.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.018, Studentische Lehrr\u00e4ume", "arch_name": "00.5901.018@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -631703,18 +697480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72119, "usage_id": 208 }, "5901.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.019, Studentische Lehrr\u00e4ume", "arch_name": "00.5901.019@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 19691, "seats": { @@ -631722,18 +697501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72120, "usage_id": 208 }, "5901.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.020, Automaten", "arch_name": "00.5901.020@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 19691, "seats": { @@ -631741,18 +697522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72137, "usage_id": 30 }, "5901.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.021, Lager", "arch_name": "00.5901.021@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -631760,18 +697543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72195, "usage_id": 30 }, "5901.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.023, Lager", "arch_name": "00.5901.023@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -631779,18 +697564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72185, "usage_id": 30 }, "5901.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.024, 1. Hilfe Raum", "arch_name": "00.5901.024@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14188, "seats": { @@ -631798,18 +697585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72186, "usage_id": 178 }, "5901.EG.025": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.025, Lager", "arch_name": "00.5901.025@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25925, "seats": { @@ -631817,18 +697606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72170, "usage_id": 30 }, "5901.EG.026": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.026, Studentenarbeitsraum", "arch_name": "00.5901.026@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14188, "seats": { @@ -631836,18 +697627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72196, "usage_id": 208 }, "5901.EG.027": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.027, Studentenarbeitsraum", "arch_name": "00.5901.027@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14188, "seats": { @@ -631855,18 +697648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72171, "usage_id": 208 }, "5901.EG.028": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.028, Studentenarbeitsraum", "arch_name": "00.5901.028@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14188, "seats": { @@ -631874,18 +697669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72172, "usage_id": 208 }, "5901.EG.029": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.029, Studentenarbeitsraum", "arch_name": "00.5901.029@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14188, "seats": { @@ -631893,18 +697690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72173, "usage_id": 208 }, "5901.EG.030": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.030, Studentenarbeitsraum", "arch_name": "00.5901.030@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14188, "seats": { @@ -631912,18 +697711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72220, "usage_id": 208 }, "5901.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.031, Studentenarbeitsraum", "arch_name": "00.5901.031@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 14188, "seats": { @@ -631931,18 +697732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72174, "usage_id": 208 }, "5901.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.032, WC-Barrierefrei / Wickeltisch", "arch_name": "00.5901.032@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -631950,18 +697753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72197, "usage_id": 116 }, "5901.EG.033A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.033A, WC-Vorraum Herren", "arch_name": "00.5901.033A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -631969,18 +697774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72198, "usage_id": 115 }, "5901.EG.033B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.033B, WC-Herren", "arch_name": "00.5901.033B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -631988,18 +697795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72165, "usage_id": 115 }, "5901.EG.034A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.034A, WC-Vorraum Damen", "arch_name": "00.5901.034A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -632007,18 +697816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72218, "usage_id": 118 }, "5901.EG.034B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.034B, WC-Damen", "arch_name": "00.5901.034B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -632026,18 +697837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72217, "usage_id": 116 }, "5901.EG.035A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.035A, Vorraum Umkleide Damen", "arch_name": "00.5901.035A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14188, "seats": { @@ -632045,18 +697858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72164, "usage_id": 121 }, "5901.EG.035B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.035B, WC-Damen", "arch_name": "00.5901.035B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14188, "seats": { @@ -632064,18 +697879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72163, "usage_id": 116 }, "5901.EG.035C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.035C, Umkleide / Dusche Damen", "arch_name": "00.5901.035C@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14188, "seats": { @@ -632083,18 +697900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72202, "usage_id": 121 }, "5901.EG.036A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.036A, Vorraum Umkleide Herren", "arch_name": "00.5901.036A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14188, "seats": { @@ -632102,18 +697921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72214, "usage_id": 121 }, "5901.EG.036B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.036B, WC-Herren", "arch_name": "00.5901.036B@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14188, "seats": { @@ -632121,18 +697942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72216, "usage_id": 115 }, "5901.EG.036C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.036C, Umkleide / Dusche Herren", "arch_name": "00.5901.036C@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 14188, "seats": { @@ -632140,18 +697963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72215, "usage_id": 121 }, "5901.EG.037": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.037, Werkstatt Lager", "arch_name": "00.5901.037@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 51267, "seats": { @@ -632159,18 +697984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72169, "usage_id": 30 }, "5901.EG.038": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.038, Werkstatt Lager", "arch_name": "00.5901.038@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 51267, "seats": { @@ -632178,18 +698005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72209, "usage_id": 30 }, "5901.EG.039": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.039, Aufenthaltsraum", "arch_name": "00.5901.039@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -632197,18 +698026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72201, "usage_id": 44 }, "5901.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.040, Holzbearbeitung", "arch_name": "00.5901.040@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51267, "seats": { @@ -632216,18 +698047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72200, "usage_id": 107 }, "5901.EG.042": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.042, Werkstatt", "arch_name": "00.5901.042@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51267, "seats": { @@ -632235,18 +698068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72175, "usage_id": 51 }, "5901.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.043, Holzbearbeitung", "arch_name": "00.5901.043@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51267, "seats": { @@ -632254,18 +698089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72211, "usage_id": 107 }, "5901.EG.044": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.044, Schlosserwerkstatt", "arch_name": "00.5901.044@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 51267, "seats": { @@ -632273,18 +698110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72212, "usage_id": 108 }, "5901.EG.045": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.045, Lackierwerkstatt", "arch_name": "00.5901.045@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 51267, "seats": { @@ -632292,18 +698131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72213, "usage_id": 51 }, "5901.EG.046": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.046, PC Zulaufpl\u00e4tze", "arch_name": "00.5901.046@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51267, "seats": { @@ -632311,18 +698152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72221, "usage_id": 213 }, "5901.EG.047": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.047, Werkstattleiter", "arch_name": "00.5901.047@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 51267, "seats": { @@ -632330,18 +698173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72222, "usage_id": 208 }, "5901.EG.048": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.048, E- Werkstatt", "arch_name": "00.5901.048@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 51267, "seats": { @@ -632349,19 +698194,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72223, "usage_id": 51 }, "5901.EG.049": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.049, Computerpool", "arch_name": "00.5901.049@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 33152, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 14188, "seats": { @@ -632369,18 +698216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72224, "usage_id": 213 }, "5901.EG.050": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.050, Hausverw./Geb\u00e4udebetrieb", "arch_name": "00.5901.050@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 48298, "seats": { @@ -632388,19 +698237,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72225, "usage_id": 12 }, "5901.EG.051": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.051, H\u00f6rsaal", "arch_name": "00.5901.051@5901", "area_id": 302, "building_id": 2849, "calendar_resource_nr": 32315, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -632408,18 +698259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72187, "usage_id": 20 }, "5901.EG.051A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.051A, Treppe H\u00f6rsaal", "arch_name": "00.5901.051A@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -632427,18 +698280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72799, "usage_id": 223 }, "5901.EG.052": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.052, Charakt.-lab/FIB, SEM, TEM", "arch_name": "00.5901.052@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632446,18 +698301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72123, "usage_id": 102 }, "5901.EG.053": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.053, Personalschleuse", "arch_name": "00.5901.053@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632465,18 +698322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72131, "usage_id": 105 }, "5901.EG.054": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.054, Installationsraum /R\u00fcck. 9", "arch_name": "00.5901.054@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632484,18 +698343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72130, "usage_id": 120 }, "5901.EG.055": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.055, Materialschleuse", "arch_name": "00.5901.055@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632503,18 +698364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72121, "usage_id": 105 }, "5901.EG.056": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.056, Installationsraum /R\u00fcck. 7", "arch_name": "00.5901.056@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632522,18 +698385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72133, "usage_id": 120 }, "5901.EG.057": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.057, Installationsraum /R\u00fcck. 10", "arch_name": "00.5901.057@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632541,18 +698406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72122, "usage_id": 120 }, "5901.EG.058": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.058, Charakt.-lab/Waferprobe", "arch_name": "00.5901.058@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632560,18 +698427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72140, "usage_id": 102 }, "5901.EG.059": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.059, Prozesslab. / Deposition", "arch_name": "00.5901.059@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632579,18 +698448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72193, "usage_id": 102 }, "5901.EG.060": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.060, Installationsraum /R\u00fcck. 6", "arch_name": "00.5901.060@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632598,18 +698469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72135, "usage_id": 120 }, "5901.EG.061": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.061, Installationsraum /R\u00fcck. 11", "arch_name": "00.5901.061@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632617,18 +698490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72192, "usage_id": 120 }, "5901.EG.062": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.062, Charakt.-lab/AFM, MFM", "arch_name": "00.5901.062@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632636,18 +698511,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72134, "usage_id": 102 }, "5901.EG.063": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.063, Prozesslab. / Etching", "arch_name": "00.5901.063@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632655,18 +698532,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72184, "usage_id": 194 }, "5901.EG.064": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.064, Installationsraum /R\u00fcck. 12", "arch_name": "00.5901.064@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632674,18 +698553,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72183, "usage_id": 120 }, "5901.EG.065": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.065, Installationsraum /R\u00fcck. 5", "arch_name": "00.5901.065@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632693,18 +698574,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72141, "usage_id": 120 }, "5901.EG.066": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.066, Prozesslab. / Ofenr.", "arch_name": "00.5901.066@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632712,18 +698595,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72191, "usage_id": 103 }, "5901.EG.067": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.067, Installationsraum /R\u00fcck. 4", "arch_name": "00.5901.067@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632731,18 +698616,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72143, "usage_id": 120 }, "5901.EG.068": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.068, Chemielab./Dauervers.", "arch_name": "00.5901.068@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632750,18 +698637,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72151, "usage_id": 102 }, "5901.EG.069": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.069, Installationsraum /R\u00fcck. 13A", "arch_name": "00.5901.069@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632769,18 +698658,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72182, "usage_id": 120 }, "5901.EG.070": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.070, Installationsraum /R\u00fcck. 13", "arch_name": "00.5901.070@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632788,18 +698679,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72181, "usage_id": 120 }, "5901.EG.071": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.071, Installationsraum /R\u00fcck. 3", "arch_name": "00.5901.071@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632807,18 +698700,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72152, "usage_id": 120 }, "5901.EG.072": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.072, Prozesslab. / Nasschemie", "arch_name": "00.5901.072@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632826,18 +698721,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72180, "usage_id": 102 }, "5901.EG.073": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.073, Chemielab./Experimentallab.", "arch_name": "00.5901.073@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632845,18 +698742,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72144, "usage_id": 102 }, "5901.EG.074": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.074, Installationsraum /R\u00fcck. 14", "arch_name": "00.5901.074@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632864,18 +698763,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72179, "usage_id": 120 }, "5901.EG.075": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.075, Installationsraum /R\u00fcck. 2", "arch_name": "00.5901.075@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632883,18 +698784,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72146, "usage_id": 120 }, "5901.EG.076": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.076, Reinraum / Lithograph.", "arch_name": "00.5901.076@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632902,18 +698805,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73857, "usage_id": 102 }, "5901.EG.077": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.077, Chemielab./Probenvorb.", "arch_name": "00.5901.077@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632921,18 +698826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72147, "usage_id": 102 }, "5901.EG.078": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.078, R\u00fcckluft 15", "arch_name": "00.5901.078@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632940,18 +698847,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72178, "usage_id": 32 }, "5901.EG.079": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.079, Biolabor/Vorb.", "arch_name": "00.5901.079@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632959,18 +698868,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72155, "usage_id": 102 }, "5901.EG.080": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.080, Personalschleuse", "arch_name": "00.5901.080@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632978,18 +698889,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72150, "usage_id": 105 }, "5901.EG.081": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.081, Installationsraum /R\u00fcck. 1", "arch_name": "00.5901.081@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -632997,18 +698910,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72156, "usage_id": 120 }, "5901.EG.082": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.082, Installationsraum /R\u00fcck. 16", "arch_name": "00.5901.082@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -633016,18 +698931,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72149, "usage_id": 120 }, "5901.EG.083": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.083, Bio-Messlabor", "arch_name": "00.5901.083@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -633035,18 +698952,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72157, "usage_id": 102 }, "5901.EG.084": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.084, Biolabor-Zellkultur S2", "arch_name": "00.5901.084@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 49280, "seats": { @@ -633054,18 +698973,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72153, "usage_id": 102 }, "5901.EG.401": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.401, Treppenhaus A", "arch_name": "00.5901.401@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -633073,18 +698994,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72162, "usage_id": 223 }, "5901.EG.402": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.402, Treppenhaus B", "arch_name": "00.5901.402@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -633092,18 +699015,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72227, "usage_id": 223 }, "5901.EG.403": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.403, Treppenhaus C", "arch_name": "00.5901.403@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -633111,18 +699036,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72128, "usage_id": 223 }, "5901.EG.501": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.501, Lastenaufzug", "arch_name": "00.5901.501@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48305, "seats": { @@ -633130,18 +699057,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72199, "usage_id": 4 }, "5901.EG.502": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "00.5901.502, Personenaufzug", "arch_name": "00.5901.502@5901", "area_id": 302, "building_id": 2849, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 48305, "seats": { @@ -633149,18 +699078,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72219, "usage_id": 4 }, "5901.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.001, Flur", "arch_name": "-1.5901.001@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633168,18 +699099,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72254, "usage_id": 222 }, "5901.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.002, Flur", "arch_name": "-1.5901.002@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633187,18 +699120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72260, "usage_id": 222 }, "5901.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.003, Flur", "arch_name": "-1.5901.003@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633206,18 +699141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72249, "usage_id": 222 }, "5901.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.004, Flur", "arch_name": "-1.5901.004@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633225,18 +699162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72237, "usage_id": 222 }, "5901.U1.005": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.005, Flur", "arch_name": "-1.5901.005@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633244,18 +699183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72251, "usage_id": 222 }, "5901.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.006, Flur", "arch_name": "-1.5901.006@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633263,18 +699204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72256, "usage_id": 222 }, "5901.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.007, Flur", "arch_name": "-1.5901.007@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633282,18 +699225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72449, "usage_id": 222 }, "5901.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.008, Flur", "arch_name": "-1.5901.008@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 19691, "seats": { @@ -633301,18 +699246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72246, "usage_id": 222 }, "5901.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.009, Flur", "arch_name": "-1.5901.009@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633320,18 +699267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72240, "usage_id": 222 }, "5901.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.010, Brunnenwasser", "arch_name": "-1.5901.010@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38581, "seats": { @@ -633339,18 +699288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72243, "usage_id": 182 }, "5901.U1.011": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.011, Druckluftzentrale", "arch_name": "-1.5901.011@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38580, "seats": { @@ -633358,18 +699309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72259, "usage_id": 32 }, "5901.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.012, RLT-Zentrale", "arch_name": "-1.5901.012@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38580, "seats": { @@ -633377,18 +699330,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72236, "usage_id": 32 }, "5901.U1.014": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.014, Lager Techn. Betrieb", "arch_name": "-1.5901.014@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -633396,18 +699351,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72238, "usage_id": 30 }, "5901.U1.015": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.015, Holzlager", "arch_name": "-1.5901.015@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 51267, "seats": { @@ -633415,18 +699372,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72248, "usage_id": 30 }, "5901.U1.016": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.016, Lager LFE", "arch_name": "-1.5901.016@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 14188, "seats": { @@ -633434,18 +699393,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72258, "usage_id": 30 }, "5901.U1.017": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.017, Lager LFE", "arch_name": "-1.5901.017@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 14188, "seats": { @@ -633453,18 +699414,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72235, "usage_id": 30 }, "5901.U1.018": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.018, Wasseraufbereitung", "arch_name": "-1.5901.018@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38581, "seats": { @@ -633472,18 +699435,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72247, "usage_id": 182 }, "5901.U1.021": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.021, Lager f. Server", "arch_name": "-1.5901.021@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 14188, "seats": { @@ -633491,18 +699456,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72234, "usage_id": 30 }, "5901.U1.022": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.022, Serverraum", "arch_name": "-1.5901.022@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 14188, "seats": { @@ -633510,18 +699477,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72242, "usage_id": 207 }, "5901.U1.023": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.023, Rot. Umformer+Schaltanl.", "arch_name": "-1.5901.023@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 51267, "seats": { @@ -633529,18 +699498,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72241, "usage_id": 120 }, "5901.U1.027": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.027, BMA", "arch_name": "-1.5901.027@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 38542, "seats": { @@ -633548,18 +699519,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72233, "usage_id": 120 }, "5901.U1.028": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.028, BOS", "arch_name": "-1.5901.028@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 38542, "seats": { @@ -633567,18 +699540,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72232, "usage_id": 120 }, "5901.U1.029": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.029, LRZ LWL Knoten / FM", "arch_name": "-1.5901.029@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 38542, "seats": { @@ -633586,18 +699561,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72231, "usage_id": 207 }, "5901.U1.034": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.034, Medienkanal 2", "arch_name": "-1.5901.034@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48305, "seats": { @@ -633605,18 +699582,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72228, "usage_id": 120 }, "5901.U1.035": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.035, Medienkanal 2", "arch_name": "-1.5901.035@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48305, "seats": { @@ -633624,18 +699603,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72239, "usage_id": 120 }, "5901.U1.045": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.045, HAR TW / BW, TVV-Zentrale", "arch_name": "-1.5901.045@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38581, "seats": { @@ -633643,18 +699624,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72229, "usage_id": 120 }, "5901.U1.047": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.047, K\u00e4ltezentrale", "arch_name": "-1.5901.047@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38581, "seats": { @@ -633662,18 +699645,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72245, "usage_id": 32 }, "5901.U1.048": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.048, Heizraum", "arch_name": "-1.5901.048@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38580, "seats": { @@ -633681,18 +699666,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72230, "usage_id": 54 }, "5901.U1.049": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.049, Lager", "arch_name": "-1.5901.049@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 25925, "seats": { @@ -633700,18 +699687,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72448, "usage_id": 30 }, "5901.U1.050": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.050, RLT-Zentrale", "arch_name": "-1.5901.050@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 38580, "seats": { @@ -633719,18 +699708,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72261, "usage_id": 32 }, "5901.U1.053": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.053, Medienkanal Labor", "arch_name": "-1.5901.053@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 48305, "seats": { @@ -633738,18 +699729,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72257, "usage_id": 120 }, "5901.U1.401": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.401, Treppenhaus A", "arch_name": "-1.5901.401@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633757,18 +699750,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72255, "usage_id": 223 }, "5901.U1.402": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.402, Treppenhaus B", "arch_name": "-1.5901.402@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633776,18 +699771,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72253, "usage_id": 223 }, "5901.U1.403": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.403, Treppenhaus C", "arch_name": "-1.5901.403@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Industrieanstrich", "main_operator_id": 19691, "seats": { @@ -633795,18 +699792,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72252, "usage_id": 223 }, "5901.U1.501": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.501, Lastenaufzug", "arch_name": "-1.5901.501@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 48305, "seats": { @@ -633814,18 +699813,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72250, "usage_id": 4 }, "5901.U1.502": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Hans-Piloty-Str. 1", "zip_code": 85748 }, + "alt_name": "-1.5901.502, Personenaufzug", "arch_name": "-1.5901.502@5901", "area_id": 302, "building_id": 2849, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 48305, "seats": { @@ -633833,2070 +699834,2288 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72244, "usage_id": 4 }, "5932.02.013": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.013, Open Space", "arch_name": "C2.013@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 8, "standing": null, "wheelchair": null }, + "tumonline_id": 75290, "usage_id": 12 }, "5932.02.015": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.015, B\u00fcro, EZ", "arch_name": "C2.015@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 15441, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75291, "usage_id": 12 }, "5932.02.017": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.017, Innovation Wall", "arch_name": "C2.017@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75292, "usage_id": 12 }, "5932.02.018": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.018, B\u00fcro", "arch_name": "C2.018@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 53599, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75271, "usage_id": 12 }, "5932.02.019": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.019, Think Tank", "arch_name": "C2.019@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75293, "usage_id": 12 }, "5932.02.020": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.020, B\u00fcro", "arch_name": "C2.020@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 15434, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75294, "usage_id": 12 }, "5932.02.023": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.023, Open Space", "arch_name": "C2.023@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 8, "standing": null, "wheelchair": null }, + "tumonline_id": 75272, "usage_id": 12 }, "5932.02.024": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.024, Open Space", "arch_name": "C2.024@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 6, "standing": null, "wheelchair": null }, + "tumonline_id": 75273, "usage_id": 12 }, "5932.02.025": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.025, Hot Desk", "arch_name": "C2.025@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75297, "usage_id": 12 }, "5932.02.029": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.029, B\u00fcro", "arch_name": "C2.029@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75295, "usage_id": 12 }, "5932.02.030": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.030, Copy & Print", "arch_name": "C2.030@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75296, "usage_id": 110 }, "5932.02.035": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.035, Fokus Raum", "arch_name": "C2.035@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75298, "usage_id": 12 }, "5932.02.038": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.038, Phone Box", "arch_name": "C2.038@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75299, "usage_id": 12 }, "5932.02.040": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.040, B\u00fcro EZ", "arch_name": "C2.040@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 15434, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75300, "usage_id": 12 }, "5932.02.041": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.041, Flur NO TUM", "arch_name": "B2.041@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75331, "usage_id": 222 }, "5932.02.042": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "BC2.042, Treppenraum Ost", "arch_name": "BC2.042@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75348, "usage_id": 223 }, "5932.02.043": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.043, High Table", "arch_name": "B2.043@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75301, "usage_id": 12 }, "5932.02.051": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.051, Fokus Raum", "arch_name": "B2.051@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75306, "usage_id": 12 }, "5932.02.054A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.054a, Phone Box", "arch_name": "B2.054a@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75302, "usage_id": 12 }, "5932.02.054B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.054b, B\u00fcro", "arch_name": "B2.054b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 53599, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75274, "usage_id": 12 }, "5932.02.055": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.055, Think Tank", "arch_name": "B2.055@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75303, "usage_id": 12 }, "5932.02.056": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.056, Open Space", "arch_name": "B2.056@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 8, "standing": null, "wheelchair": null }, + "tumonline_id": 75304, "usage_id": 12 }, "5932.02.057": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.057, Open Space", "arch_name": "B2.057@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 8, "standing": null, "wheelchair": null }, + "tumonline_id": 75275, "usage_id": 12 }, "5932.02.062": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.062, Think Tank Flex", "arch_name": "B2.062@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75307, "usage_id": 12 }, "5932.02.063": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.063, Think Tank Lounge", "arch_name": "B2.063@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75276, "usage_id": 12 }, "5932.02.065": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.065, Stand Up", "arch_name": "B2.065@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75277, "usage_id": 12 }, "5932.02.067": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.067, Copy & Print", "arch_name": "B2.067@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75278, "usage_id": 110 }, "5932.02.071A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.071a, Meeting Virtual", "arch_name": "B2.071a@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 10, "standing": null, "wheelchair": null }, + "tumonline_id": 75279, "usage_id": 196 }, "5932.02.071B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.071b, B\u00fcro", "arch_name": "B2.071b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 53599, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75281, "usage_id": 12 }, "5932.02.072": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.072, Collaboration Space", "arch_name": "B2.072@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Kunststoff", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 8, "standing": null, "wheelchair": null }, + "tumonline_id": 75280, "usage_id": 12 }, "5932.02.093": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.093, Fokus Raum", "arch_name": "B2.093@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75244, "usage_id": 12 }, "5932.02.094": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.094, Open Space", "arch_name": "B2.094@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 6, "standing": null, "wheelchair": null }, + "tumonline_id": 75305, "usage_id": 12 }, "5932.02.097": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.097, Innovation Wall", "arch_name": "B2.097@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75268, "usage_id": 12 }, "5932.02.104": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.104, Server/Technik", "arch_name": "B2.104@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Linoleum", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75344, "usage_id": 207 }, "5932.02.105": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.105, B\u00fcro, DZ", "arch_name": "B2.105@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 55938, "seats": { "sitting": 2, "standing": null, "wheelchair": null }, + "tumonline_id": 75245, "usage_id": 12 }, "5932.02.108": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.108, Aufzugsschacht", "arch_name": "B2.108@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75339, "usage_id": 195 }, "5932.02.111": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.111, B\u00fcro, DZ", "arch_name": "B2.111@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 46091, "seats": { "sitting": 2, "standing": null, "wheelchair": null }, + "tumonline_id": 75246, "usage_id": 12 }, "5932.02.113": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.113, Flur", "arch_name": "A2.113@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75330, "usage_id": 222 }, "5932.02.114": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "AB2.114, Treppenraum Nord", "arch_name": "AB2.114@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75338, "usage_id": 223 }, "5932.02.118A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.118a, WC-Damen", "arch_name": "B2.118a@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75345, "usage_id": 116 }, "5932.02.118B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.118b, Beh.-WC", "arch_name": "B2.118b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75347, "usage_id": 117 }, "5932.02.118C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.118c, WC-Herren", "arch_name": "B2.118c@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75346, "usage_id": 115 }, "5932.02.121": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.121, Meet & Talk", "arch_name": "B2.121@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Kunststoff", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75329, "usage_id": 12 }, "5932.02.125": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.125, Flur NW TUM", "arch_name": "A2.125@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75351, "usage_id": 222 }, "5932.02.129": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.129, Innovation Wall", "arch_name": "A2.129@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75250, "usage_id": 12 }, "5932.02.130": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.130, B\u00fcro", "arch_name": "A2.130@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 46091, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75251, "usage_id": 12 }, "5932.02.131": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.131, Open Space", "arch_name": "A2.131@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 8, "standing": null, "wheelchair": null }, + "tumonline_id": 75442, "usage_id": 12 }, "5932.02.132": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.132, Open Space", "arch_name": "A2.132@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 6, "standing": null, "wheelchair": null }, + "tumonline_id": 75308, "usage_id": 12 }, "5932.02.133": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.133, Fokus Raum", "arch_name": "A2.133@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75252, "usage_id": 12 }, "5932.02.137": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.137, Fokus Raum", "arch_name": "A2.137@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75253, "usage_id": 12 }, "5932.02.141A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.141a, Copy & Print", "arch_name": "A2.141a@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75254, "usage_id": 110 }, "5932.02.141B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.141b, Phone Box", "arch_name": "A2.141b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75255, "usage_id": 12 }, "5932.02.142": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.142, Meeting Flex", "arch_name": "A2.142@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Kunststoff", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75256, "usage_id": 12 }, "5932.02.156": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.156, Archiv/Lager", "arch_name": "A2.156@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Linoleum", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75257, "usage_id": 30 }, "5932.02.160": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.160, B\u00fcro", "arch_name": "A2.160@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75258, "usage_id": 12 }, "5932.02.161": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.161, Lounge", "arch_name": "A2.161@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75309, "usage_id": 12 }, "5932.02.162": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.162, B\u00fcro", "arch_name": "A2.162@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75259, "usage_id": 12 }, "5932.02.166": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.166, Think Tank Flex", "arch_name": "A2.166@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75260, "usage_id": 12 }, "5932.02.167": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.167, optional Alcove", "arch_name": "A2.167@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75450, "usage_id": 12 }, "5932.02.168": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.168, Open Space", "arch_name": "A2.168@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 4, "standing": null, "wheelchair": null }, + "tumonline_id": 75261, "usage_id": 12 }, "5932.02.171": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.171, Think Tank", "arch_name": "A2.171@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75247, "usage_id": 12 }, "5932.02.174": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.174, B\u00fcro", "arch_name": "A2.174@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75248, "usage_id": 12 }, "5932.02.175": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "A2.175, High Table", "arch_name": "A2.175@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75446, "usage_id": 12 }, "5932.02.179": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.179, Think Tank rund", "arch_name": "D2.179@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 4, "standing": null, "wheelchair": null }, + "tumonline_id": 75262, "usage_id": 12 }, "5932.02.180": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "AD2.180, Treppenraum West", "arch_name": "AD2.180@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75332, "usage_id": 223 }, "5932.02.185": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.185, Flur SW TUM", "arch_name": "D2.185@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75350, "usage_id": 222 }, "5932.02.186B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.186b, B\u00fcro", "arch_name": "D2.186b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 55938, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75282, "usage_id": 12 }, "5932.02.187": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.187, Open Space", "arch_name": "D2.187@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 8, "standing": null, "wheelchair": null }, + "tumonline_id": 75441, "usage_id": 12 }, "5932.02.189": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.189, Phone Box", "arch_name": "D2.189@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75310, "usage_id": 12 }, "5932.02.190": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.190, Open Space", "arch_name": "D2.190@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 6, "standing": null, "wheelchair": null }, + "tumonline_id": 75311, "usage_id": 12 }, "5932.02.192": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.192, Fokus Raum", "arch_name": "D2.192@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75249, "usage_id": 12 }, "5932.02.193": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.193, Fokus Raum", "arch_name": "D2.193@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75265, "usage_id": 12 }, "5932.02.200": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.200, Fokus Raum", "arch_name": "D2.200@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75284, "usage_id": 12 }, "5932.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.202, B\u00fcro", "arch_name": "D2.202@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 15431, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75285, "usage_id": 12 }, "5932.02.203A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.203a, Phone Box", "arch_name": "D2.203a@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75451, "usage_id": 12 }, "5932.02.203B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.203b, optional Alcove", "arch_name": "D2.203b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75286, "usage_id": 12 }, "5932.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.205, Think Tank", "arch_name": "D2.205@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75266, "usage_id": 12 }, "5932.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.207, B\u00fcro", "arch_name": "D2.207@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 53797, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75283, "usage_id": 12 }, "5932.02.209A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.209a, B\u00fcro", "arch_name": "D2.209a@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 53797, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75287, "usage_id": 12 }, "5932.02.209B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.209b, B\u00fcro", "arch_name": "D2.209b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 53797, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75288, "usage_id": 12 }, "5932.02.210": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.210, optional Alcove", "arch_name": "D2.210@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75452, "usage_id": 12 }, "5932.02.212": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.212, Open Space", "arch_name": "D2.212@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 8, "standing": null, "wheelchair": null }, + "tumonline_id": 75267, "usage_id": 12 }, "5932.02.224": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.224, Open Space", "arch_name": "D2.224@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 8, "standing": null, "wheelchair": null }, + "tumonline_id": 75317, "usage_id": 12 }, "5932.02.225": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.225, Copy & Print", "arch_name": "D2.225@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75318, "usage_id": 110 }, "5932.02.227": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.227, Innovation Wall", "arch_name": "D2.227@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75314, "usage_id": 12 }, "5932.02.238": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "CD2.238, Treppenraum S\u00fcd", "arch_name": "CD2.238@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Stein", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75333, "usage_id": 223 }, "5932.02.239": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.239, Flur Zugang S\u00fcd", "arch_name": "D2.239@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75342, "usage_id": 222 }, "5932.02.243": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.243, Meet & Talk", "arch_name": "C2.243@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Kunststoff", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75316, "usage_id": 12 }, "5932.02.244B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.244b, Meeting Virtual", "arch_name": "C2.244b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Parkett (versiegelt)", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 10, "standing": null, "wheelchair": null }, + "tumonline_id": 75319, "usage_id": 196 }, "5932.02.246": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.246, High Table", "arch_name": "C2.246@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75320, "usage_id": 12 }, "5932.02.255": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.255, Flur Zugang SO TUM", "arch_name": "C2.255@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75334, "usage_id": 222 }, "5932.02.257": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.257, Ruheraum", "arch_name": "C2.257@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75321, "usage_id": 178 }, "5932.02.260A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.264a, Putzraum", "arch_name": "C2.264a@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75337, "usage_id": 205 }, "5932.02.260C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.260c, WC-Damen", "arch_name": "C2.260c@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75327, "usage_id": 116 }, "5932.02.261": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.261, Flur", "arch_name": "C2.261@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75335, "usage_id": 222 }, "5932.02.263": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.263, Lounge", "arch_name": "C2.263@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": 1, "standing": null, "wheelchair": null }, + "tumonline_id": 75315, "usage_id": 12 }, "5932.02.264A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.264a, Server/Technik", "arch_name": "C2.264a@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Linoleum", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75336, "usage_id": 207 }, "5932.02.264B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "C2.264b, WC-Herren", "arch_name": "C2.264b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Fliesen", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75328, "usage_id": 115 }, "5932.02.289": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "02.289, Zentraler Treppenraum", "arch_name": "02.289@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Industrieanstrich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75340, "usage_id": 223 }, "5932.02.290": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "D2.290, Flur Zugang S\u00fcd", "arch_name": "D2.290@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75449, "usage_id": 222 }, "5932.02.291": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "B2.291, Flur Zugang Nord", "arch_name": "B2.291@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Spannteppich", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75349, "usage_id": 222 }, "5932.02.293A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "02.293a, Aufzugsschacht", "arch_name": "02.293a@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75341, "usage_id": 195 }, "5932.02.293B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "02.293b, Aufzugsschacht", "arch_name": "02.293b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Keine Angabe", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75352, "usage_id": 195 }, "5932.02.295": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "02.295, Treppe OG", "arch_name": "02.295@5932", "area_id": 57, "building_id": 3169, + "floor_level": "2.OG", "floor_type": "Kunststoff", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75343, "usage_id": 223 }, "5932.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "00.019, TUM Technikum 00.02d", "arch_name": "00.019@5932", "area_id": 57, "building_id": 3169, + "floor_level": "EG", "floor_type": "Kunststoff", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75243, "usage_id": 49 }, "5932.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "00.021, TUM Technikum 00.02a", "arch_name": "00.021@5932", "area_id": 57, "building_id": 3169, + "floor_level": "EG", "floor_type": "Kunststoff", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75269, "usage_id": 49 }, "5932.EG.049": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "00.049, TUM Technikum 00.02a", "arch_name": "00.049@5932", "area_id": 57, "building_id": 3169, + "floor_level": "EG", "floor_type": "Kunststoff", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75270, "usage_id": 49 }, "5932.EG.237B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 3", "zip_code": 85748 }, + "alt_name": "00.237b, TUM Technikum 00.02b", "arch_name": "00.237b@5932", "area_id": 57, "building_id": 3169, + "floor_level": "EG", "floor_type": "Kunststoff", - "main_operator_id": 38009, + "main_operator_id": 39688, "seats": { "sitting": null, "standing": null, "wheelchair": null }, + "tumonline_id": 75289, "usage_id": 49 }, "5933.01.101B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.01, Collaboration TUM / SAP", "arch_name": "B1.01@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -635904,18 +702123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75749, "usage_id": 196 }, "5933.01.102B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.02, Collaboration TUM / SAP", "arch_name": "B1.02@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -635923,18 +702144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75763, "usage_id": 196 }, "5933.01.103B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.03, Collaboration TUM / SAP", "arch_name": "B1.03@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -635942,18 +702165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75764, "usage_id": 196 }, "5933.01.104B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.04, Collaboration TUM / SAP", "arch_name": "B1.04@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -635961,18 +702186,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75765, "usage_id": 196 }, "5933.01.105B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.05, B\u00fcro", "arch_name": "B1.05@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -635980,18 +702207,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75750, "usage_id": 12 }, "5933.01.106B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.06, Treppenraum 7", "arch_name": "B1.06@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -635999,18 +702228,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75769, "usage_id": 222 }, "5933.01.107B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.07, B\u00fcro", "arch_name": "B1.07@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636018,18 +702249,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75752, "usage_id": 12 }, "5933.01.108W": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.08d, Fokusbox", "arch_name": "B1.08d@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636037,18 +702270,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75774, "usage_id": 12 }, "5933.01.108X": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.08c, Fokusbox kl.", "arch_name": "B1.08c@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636056,18 +702291,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75756, "usage_id": 12 }, "5933.01.108Y": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.08b, Fokusbox kl.", "arch_name": "B1.08b@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636075,18 +702312,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75755, "usage_id": 12 }, "5933.01.108Z": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.08a, Workbench", "arch_name": "B1.08a@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636094,18 +702333,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75754, "usage_id": 196 }, "5933.01.109B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.09, Open Space", "arch_name": "B1.09@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636113,18 +702354,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75751, "usage_id": 12 }, "5933.01.110B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.10, Open Space", "arch_name": "B1.10@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636132,18 +702375,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75761, "usage_id": 12 }, "5933.01.113B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.13, Open Space", "arch_name": "B1.13@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636151,18 +702396,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75770, "usage_id": 12 }, "5933.01.114X": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.14c, Fokusbox", "arch_name": "B1.14c@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636170,18 +702417,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75760, "usage_id": 12 }, "5933.01.114Y": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.14b, Fokusbox", "arch_name": "B1.14b@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636189,18 +702438,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75759, "usage_id": 12 }, "5933.01.114Z": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.14a, Locker", "arch_name": "B1.14a@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636208,18 +702459,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75758, "usage_id": 30 }, "5933.01.116B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.16, Gemeinschaftsraum", "arch_name": "B1.16@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636227,18 +702480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75776, "usage_id": 44 }, "5933.01.117B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.17, B\u00fcro", "arch_name": "B1.17@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636246,18 +702501,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75771, "usage_id": 12 }, "5933.01.119B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.19, B\u00fcro", "arch_name": "B1.19@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636265,18 +702522,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75772, "usage_id": 12 }, "5933.01.120B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.20, DV", "arch_name": "B1.20@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 38009, "seats": { @@ -636284,18 +702543,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75762, "usage_id": 207 }, "5933.01.121B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.21, B\u00fcro", "arch_name": "B1.21@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636303,18 +702564,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75745, "usage_id": 12 }, "5933.01.122B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.22, Treppenraum 8", "arch_name": "B1.22@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -636322,18 +702585,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75788, "usage_id": 222 }, "5933.01.123B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.23, Meetingraum", "arch_name": "B1.23@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636341,18 +702606,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75744, "usage_id": 196 }, "5933.01.124B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.24, WC-Damen", "arch_name": "B1.24@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -636360,18 +702627,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75777, "usage_id": 116 }, "5933.01.125B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.25, Open Space", "arch_name": "B1.25@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636379,18 +702648,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75781, "usage_id": 12 }, "5933.01.126B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.26, WC-Herren", "arch_name": "B1.26@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -636398,18 +702669,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75778, "usage_id": 115 }, "5933.01.127B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.27, B\u00fcro", "arch_name": "B1.27@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636417,18 +702690,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75787, "usage_id": 12 }, "5933.01.128Y": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.28b, Dusche-Herren", "arch_name": "B1.28b@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -636436,18 +702711,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75741, "usage_id": 113 }, "5933.01.128Z": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.28a, Dusche-Damen", "arch_name": "B1.28a@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -636455,18 +702732,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75779, "usage_id": 113 }, "5933.01.129B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.29, B\u00fcro", "arch_name": "B1.29@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636474,18 +702753,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75738, "usage_id": 12 }, "5933.01.130V": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.30e, Workbench", "arch_name": "B1.30e@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636493,18 +702774,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75747, "usage_id": 196 }, "5933.01.130W": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.30d, Fokusbox", "arch_name": "B1.30d@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636512,18 +702795,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75786, "usage_id": 12 }, "5933.01.130X": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.30c, Fokusbox kl.", "arch_name": "B1.30c@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636531,18 +702816,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75785, "usage_id": 12 }, "5933.01.130Y": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.30b, Fokusbox", "arch_name": "B1.30b@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636550,18 +702837,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75784, "usage_id": 12 }, "5933.01.130Z": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.30a, Drucker / Locker", "arch_name": "B1.30a@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636569,18 +702858,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75783, "usage_id": 110 }, "5933.01.131B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.31, Open Space", "arch_name": "B1.31@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636588,18 +702879,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75746, "usage_id": 12 }, "5933.01.132B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.32, Projektspace", "arch_name": "B1.32@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636607,18 +702900,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75740, "usage_id": 196 }, "5933.01.134B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.34, Drucker", "arch_name": "B1.34@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636626,18 +702921,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75739, "usage_id": 110 }, "5933.01.136B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.36, B\u00fcro", "arch_name": "B1.36@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636645,18 +702942,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75748, "usage_id": 12 }, "5933.01.700J": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00j, Steigetrassen", "arch_name": "B1.00j@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 38009, "seats": { @@ -636664,18 +702963,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75768, "usage_id": 222 }, "5933.01.700K": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00k, Steigetrassen", "arch_name": "B1.00k@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Gitterrost", "main_operator_id": 38009, "seats": { @@ -636683,18 +702984,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75782, "usage_id": 222 }, "5933.01.900A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00a, Flur", "arch_name": "B1.00a@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636702,18 +703005,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75766, "usage_id": 222 }, "5933.01.900B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00b, Flur", "arch_name": "B1.00b@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636721,18 +703026,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75767, "usage_id": 222 }, "5933.01.900C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00c, Flur", "arch_name": "B1.00c@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636740,18 +703047,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75753, "usage_id": 222 }, "5933.01.900D": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00d, Flur", "arch_name": "B1.00d@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636759,18 +703068,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75775, "usage_id": 222 }, "5933.01.900E": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00e, Flur", "arch_name": "B1.00e@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636778,18 +703089,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75773, "usage_id": 222 }, "5933.01.900F": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00f, Flur", "arch_name": "B1.00f@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636797,18 +703110,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75757, "usage_id": 222 }, "5933.01.900G": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00g, Flur", "arch_name": "B1.00g@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636816,18 +703131,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75742, "usage_id": 222 }, "5933.01.900H": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00h, Flur", "arch_name": "B1.00h@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636835,18 +703152,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75743, "usage_id": 222 }, "5933.01.900I": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B1.00i, Flur", "arch_name": "B1.00i@5933", "area_id": 57, "building_id": 3229, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636854,18 +703173,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75796, "usage_id": 222 }, "5933.02.200W": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00d, Fokusbox", "arch_name": "B2.00d@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636873,18 +703194,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75809, "usage_id": 12 }, "5933.02.200X": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00c, Fokusbox kl.", "arch_name": "B2.00c@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636892,18 +703215,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75808, "usage_id": 12 }, "5933.02.200Y": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00b, Fokusbox kl.", "arch_name": "B2.00b@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636911,18 +703236,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75807, "usage_id": 12 }, "5933.02.200Z": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00a, Workbereich", "arch_name": "B2.00a@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636930,18 +703257,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75799, "usage_id": 12 }, "5933.02.201B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.01, Collaboration SAP / TUM", "arch_name": "B2.01@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636949,18 +703278,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75797, "usage_id": 12 }, "5933.02.202B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.02, Collaboration SAP / TUM", "arch_name": "B2.02@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636968,18 +703299,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75789, "usage_id": 12 }, "5933.02.203B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.03, Collaboration SAP / TUM", "arch_name": "B2.03@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -636987,18 +703320,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75791, "usage_id": 196 }, "5933.02.204B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.04, Closed Space", "arch_name": "B2.04@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637006,18 +703341,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75792, "usage_id": 12 }, "5933.02.205B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.05, Drucker", "arch_name": "B2.05@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637025,18 +703362,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75793, "usage_id": 110 }, "5933.02.205Z": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.05a, Lounge", "arch_name": "B2.05a@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637044,18 +703383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75798, "usage_id": 44 }, "5933.02.206B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.06, Treppenhaus 7", "arch_name": "B2.06@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -637063,18 +703404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75815, "usage_id": 222 }, "5933.02.207B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.07, B\u00fcro", "arch_name": "B2.07@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637082,18 +703425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75795, "usage_id": 12 }, "5933.02.209B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.09, Open Space", "arch_name": "B2.09@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637101,18 +703446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75804, "usage_id": 12 }, "5933.02.210B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.10, B\u00fcro", "arch_name": "B2.10@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637120,18 +703467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75811, "usage_id": 12 }, "5933.02.212B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.12, Open Space", "arch_name": "B2.12@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637139,18 +703488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75812, "usage_id": 12 }, "5933.02.213B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.13, Open Space", "arch_name": "B2.13@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637158,18 +703509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75805, "usage_id": 12 }, "5933.02.214X": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.14c, Fokusbox", "arch_name": "B2.14c@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637177,18 +703530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75803, "usage_id": 12 }, "5933.02.214Y": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.14b, Fokusbox", "arch_name": "B2.14b@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637196,18 +703551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75802, "usage_id": 12 }, "5933.02.214Z": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.14a, Locker", "arch_name": "B2.14a@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637215,18 +703572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75801, "usage_id": 30 }, "5933.02.216B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.16, Co-Working", "arch_name": "B2.16@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637234,18 +703593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75813, "usage_id": 12 }, "5933.02.217B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.17, B\u00fcro", "arch_name": "B2.17@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637253,18 +703614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75816, "usage_id": 12 }, "5933.02.219B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.19, B\u00fcro", "arch_name": "B2.19@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637272,18 +703635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75817, "usage_id": 12 }, "5933.02.220B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.20, DV", "arch_name": "B2.20@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Linoleum", "main_operator_id": 38009, "seats": { @@ -637291,18 +703656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75822, "usage_id": 207 }, "5933.02.221B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.21, B\u00fcro", "arch_name": "B2.21@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637310,18 +703677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75818, "usage_id": 12 }, "5933.02.222B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.22, Treppenhaus 8", "arch_name": "B2.22@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 38009, "seats": { @@ -637329,18 +703698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75820, "usage_id": 222 }, "5933.02.224B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.24, WC-Damen", "arch_name": "B2.24@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -637348,18 +703719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75823, "usage_id": 116 }, "5933.02.225B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.25, Open Space", "arch_name": "B2.25@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637367,18 +703740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75819, "usage_id": 12 }, "5933.02.226B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.26, WC-Herren", "arch_name": "B2.26@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 38009, "seats": { @@ -637386,18 +703761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75824, "usage_id": 115 }, "5933.02.227B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.27, B\u00fcro", "arch_name": "B2.27@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637405,18 +703782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75826, "usage_id": 12 }, "5933.02.229B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.29, B\u00fcro", "arch_name": "B2.29@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637424,18 +703803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75827, "usage_id": 12 }, "5933.02.230V": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.30e, Workbench", "arch_name": "B2.30e@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637443,18 +703824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75832, "usage_id": 196 }, "5933.02.230W": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.30d, Fokusbox", "arch_name": "B2.30d@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637462,18 +703845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75831, "usage_id": 12 }, "5933.02.230X": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.30c, Fokusbox kl.", "arch_name": "B2.30c@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637481,18 +703866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75830, "usage_id": 12 }, "5933.02.230Y": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.30b, Fokusbox", "arch_name": "B2.30b@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637500,18 +703887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75829, "usage_id": 12 }, "5933.02.230Z": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.30a, Locker", "arch_name": "B2.30a@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637519,18 +703908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75828, "usage_id": 30 }, "5933.02.231B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.31, Open Space", "arch_name": "B2.31@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637538,18 +703929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75833, "usage_id": 12 }, "5933.02.232B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.32, Gemeinschaftsraum", "arch_name": "B2.32@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637557,18 +703950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75825, "usage_id": 44 }, "5933.02.234B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.34, Drucker", "arch_name": "B2.34@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637576,18 +703971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75835, "usage_id": 110 }, "5933.02.236B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.36, B\u00fcro", "arch_name": "B2.36@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637595,18 +703992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75834, "usage_id": 12 }, "5933.02.700J": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00j, Steigetrassen", "arch_name": "B2.00j@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 38009, "seats": { @@ -637614,18 +704013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75814, "usage_id": 222 }, "5933.02.700K": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00k, Steigetrassen", "arch_name": "B2.00k@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Gitterrost", "main_operator_id": 38009, "seats": { @@ -637633,18 +704034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75821, "usage_id": 222 }, "5933.02.900A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00a, Flur", "arch_name": "B2.00a@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637652,18 +704055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75790, "usage_id": 222 }, "5933.02.900B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00b, Flur", "arch_name": "B2.00b@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637671,18 +704076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75794, "usage_id": 222 }, "5933.02.900C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00c, Flur", "arch_name": "B2.00c@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637690,18 +704097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75800, "usage_id": 222 }, "5933.02.900D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00d, Flur", "arch_name": "B2.00d@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637709,18 +704118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75806, "usage_id": 222 }, "5933.02.900E": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Friedrich-Ludwig-Bauer-Str. 5", "zip_code": 85748 }, + "alt_name": "B2.00e, Flur", "arch_name": "B2.00e@5933", "area_id": 57, "building_id": 3229, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 38009, "seats": { @@ -637728,18 +704139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75810, "usage_id": 222 }, "6101.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1102, Flur/Treppe", "arch_name": "1102@6101", "area_id": 31, "building_id": 805, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -637747,18 +704160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54156, "usage_id": 223 }, "6101.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1103, B\u00fcro", "arch_name": "1103@6101", "area_id": 31, "building_id": 805, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -637766,18 +704181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 12007, "usage_id": 12 }, "6101.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1104, Flur", "arch_name": "1104@6101", "area_id": 31, "building_id": 805, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -637785,18 +704202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54173, "usage_id": 222 }, "6101.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1105, B\u00fcro", "arch_name": "1105@6101", "area_id": 31, "building_id": 805, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15316, "seats": { @@ -637804,18 +704223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 31386, "usage_id": 12 }, "6101.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1106, B\u00fcro", "arch_name": "1106@6101", "area_id": 31, "building_id": 805, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15316, "seats": { @@ -637823,18 +704244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59076, "usage_id": 12 }, "6101.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1107, Seminarraum", "arch_name": "1107@6101", "area_id": 31, "building_id": 805, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15316, "seats": { @@ -637842,18 +704265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59077, "usage_id": 41 }, "6101.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "2101, Wasserversorgung", "arch_name": "2101@6101", "area_id": 31, "building_id": 805, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -637861,18 +704286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54294, "usage_id": 183 }, "6101.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "2102, K\u00fcche", "arch_name": "2102@6101", "area_id": 31, "building_id": 805, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -637880,18 +704307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54300, "usage_id": 28 }, "6101.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "2103, Be- und Entl\u00fcftung", "arch_name": "2103@6101", "area_id": 31, "building_id": 805, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -637899,18 +704328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54307, "usage_id": 32 }, "6101.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "2104, Flur/Treppe", "arch_name": "2104@6101", "area_id": 31, "building_id": 805, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -637918,18 +704349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54315, "usage_id": 223 }, "6101.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "2105, Waschplatz mit WC", "arch_name": "2105@6101", "area_id": 31, "building_id": 805, + "floor_level": "2.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -637937,18 +704370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54321, "usage_id": 210 }, "6101.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "2106, Leittechnik (Gro\u00dfraumb\u00fcro)", "arch_name": "2106@6101", "area_id": 31, "building_id": 805, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -637956,18 +704391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30009, "usage_id": 120 }, "6101.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "2107, Aufenthalt/Labor Umbau ??", "arch_name": "2107@6101", "area_id": 31, "building_id": 805, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -637975,18 +704412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54452, "usage_id": 44 }, "6101.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0101, W\u00e4rmeversorgung", "arch_name": "0101@6101", "area_id": 31, "building_id": 805, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -637994,18 +704433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53988, "usage_id": 54 }, "6101.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0102, Pumpenraum", "arch_name": "0102@6101", "area_id": 31, "building_id": 805, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638013,18 +704454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53994, "usage_id": 120 }, "6101.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0003, Flur/Treppenhaus", "arch_name": "0003@6101", "area_id": 31, "building_id": 805, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638032,18 +704475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53999, "usage_id": 223 }, "6101.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0104, Arbeitsraum", "arch_name": "0104@6101", "area_id": 31, "building_id": 805, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 25925, "seats": { @@ -638051,18 +704496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54007, "usage_id": 12 }, "6101.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0105, Grobmechanische Werkstatt", "arch_name": "0105@6101", "area_id": 31, "building_id": 805, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638070,18 +704517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54011, "usage_id": 51 }, "6101.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0106, Waschplatz mit WC", "arch_name": "0106@6101", "area_id": 31, "building_id": 805, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638089,18 +704538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54019, "usage_id": 210 }, "6101.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0107, Flur/Lager mit Waschplatz", "arch_name": "0107@6101", "area_id": 31, "building_id": 805, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638108,18 +704559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54138, "usage_id": 222 }, "6101.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0108, Batterieraum", "arch_name": "0108@6101", "area_id": 31, "building_id": 805, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638127,18 +704580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54144, "usage_id": 160 }, "6101.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0109, Mittelspannung", "arch_name": "0109@6101", "area_id": 31, "building_id": 805, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638146,18 +704601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54151, "usage_id": 160 }, "6101.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1101, Rohrkeller", "arch_name": "-1101@6101", "area_id": 31, "building_id": 805, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638165,18 +704622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56372, "usage_id": 120 }, "6101.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1102, Stromversorgung", "arch_name": "-1102@6101", "area_id": 31, "building_id": 805, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638184,18 +704643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56379, "usage_id": 160 }, "6101.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1103, Treppenraum", "arch_name": "-1103@6101", "area_id": 31, "building_id": 805, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638203,18 +704664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 53982, "usage_id": 223 }, "6102.EG.200A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0200A, Kfz-Werkstatt", "arch_name": "0200A@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -638222,18 +704685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55092, "usage_id": 51 }, "6102.EG.200B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0200B, Metallwerkstatt grob", "arch_name": "0200B@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -638241,18 +704706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55099, "usage_id": 51 }, "6102.EG.200C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0200C, Kfz-Werkstatt", "arch_name": "0200C@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -638260,18 +704727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55105, "usage_id": 51 }, "6102.EG.200D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0200D, ABC-Lager/Aufzug", "arch_name": "0200D@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -638279,18 +704748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55111, "usage_id": 30 }, "6102.EG.200E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0200E, L\u00f6sungsmittel/Lacke/Farben Lager", "arch_name": "0200E@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -638298,18 +704769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55115, "usage_id": 30 }, "6102.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0201, Kfz-Halle", "arch_name": "0201@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638317,18 +704790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55119, "usage_id": 100 }, "6102.EG.202": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0202, Ger\u00e4telager", "arch_name": "0202@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638336,18 +704811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55124, "usage_id": 18 }, "6102.EG.203": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0203, Kfz-Waschhalle", "arch_name": "0203@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638355,18 +704832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55250, "usage_id": 100 }, "6102.EG.205": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0205, Aufenthalt Werkstattpersonal", "arch_name": "0205@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638374,18 +704853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55258, "usage_id": 44 }, "6102.EG.206": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0206, Dusche / Umkleide", "arch_name": "0206@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638393,18 +704874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55266, "usage_id": 113 }, "6102.EG.207": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0207, WC-Herren", "arch_name": "0207@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638412,18 +704895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55273, "usage_id": 115 }, "6102.EG.208": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0208, Einsatzger\u00e4telager", "arch_name": "0208@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Kunststoff", "main_operator_id": 25930, "seats": { @@ -638431,18 +704916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55277, "usage_id": 18 }, "6102.EG.209": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0209, Flur 4", "arch_name": "0209@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -638450,18 +704937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55286, "usage_id": 222 }, "6102.EG.210": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0210, Flur 3", "arch_name": "0210@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638469,18 +704958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55420, "usage_id": 222 }, "6102.EG.211": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0211, Eingangshalle", "arch_name": "0211@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638488,18 +704979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55427, "usage_id": 222 }, "6102.EG.212": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0212, Feuerl\u00f6scher-Pr\u00fcfraum", "arch_name": "0212@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -638507,18 +705000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55434, "usage_id": 108 }, "6102.EG.214": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0214, Feuerl\u00f6scherlager", "arch_name": "0214@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -638526,18 +705021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55442, "usage_id": 30 }, "6102.EG.215": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0215, WC-Vorraum Herren", "arch_name": "0215@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -638545,18 +705042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55450, "usage_id": 37 }, "6102.EG.216": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0216, Flur zu 0214", "arch_name": "0216@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -638564,18 +705063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55577, "usage_id": 222 }, "6102.EG.219": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0219, Schreinerei", "arch_name": "0219@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25930, "seats": { @@ -638583,18 +705084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55585, "usage_id": 107 }, "6102.EG.220": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0220, Metallwerkst\u00e4tte grob", "arch_name": "0220@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -638602,18 +705105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 30689, "usage_id": 51 }, "6102.EG.223": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0223, Metalllager", "arch_name": "0223@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -638621,18 +705126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55599, "usage_id": 30 }, "6102.EG.225": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0225, Reifen/Holz Lager", "arch_name": "0225@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -638640,18 +705147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55608, "usage_id": 30 }, "6102.EG.226": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0226, Wasserversorgung", "arch_name": "0226@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638659,18 +705168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55738, "usage_id": 183 }, "6102.EG.227": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0227, Getr\u00e4nkelager", "arch_name": "0227@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638678,18 +705189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55745, "usage_id": 30 }, "6102.EG.228": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0228, Labor Wasseraufbereitung", "arch_name": "0228@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638697,18 +705210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55751, "usage_id": 194 }, "6102.EG.229": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0229, Beh.-WC", "arch_name": "0229@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638716,18 +705231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55760, "usage_id": 117 }, "6102.EG.230": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0230, Besprechungsraum", "arch_name": "0230@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -638735,18 +705252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55766, "usage_id": 196 }, "6102.EG.231": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0231, Waschplatz mit WC", "arch_name": "0231@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638754,18 +705273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55901, "usage_id": 210 }, "6102.EG.232": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0232, Umkleidekabine", "arch_name": "0232@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -638773,18 +705294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55909, "usage_id": 121 }, "6102.EG.233": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0233, B\u00fcro", "arch_name": "0233@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -638792,18 +705315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55915, "usage_id": 12 }, "6102.EG.233A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0233A, B\u00fcro", "arch_name": "0233A@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -638811,18 +705336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11528, "usage_id": 12 }, "6102.EG.234": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0234, B\u00fcro", "arch_name": "0234@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -638830,18 +705357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11534, "usage_id": 12 }, "6102.EG.235": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0235, B\u00fcro", "arch_name": "0235@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -638849,18 +705378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11536, "usage_id": 12 }, "6102.EG.236": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0236, B\u00fcro", "arch_name": "0236@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -638868,18 +705399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11540, "usage_id": 12 }, "6102.EG.237": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0237, Drucker/Kopierraum", "arch_name": "0237@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -638887,18 +705420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56073, "usage_id": 110 }, "6102.EG.238": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0238, Flur 1", "arch_name": "0238@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -638906,18 +705441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56083, "usage_id": 222 }, "6102.EG.239": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0239, B\u00fcro", "arch_name": "0239@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -638925,18 +705462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11551, "usage_id": 12 }, "6102.EG.240": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0240, Gesundheitsraum", "arch_name": "0240@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -638944,18 +705483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56224, "usage_id": 178 }, "6102.EG.241": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0241, B\u00fcro", "arch_name": "0241@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -638963,18 +705504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 11580, "usage_id": 12 }, "6102.EG.242": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0242, Elektrische Werkstatt", "arch_name": "0242@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -638982,18 +705525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56242, "usage_id": 51 }, "6102.EG.243": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0243, Lager", "arch_name": "0243@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639001,18 +705546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56253, "usage_id": 30 }, "6102.EG.244": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0244, Meisterb\u00fcro", "arch_name": "0244@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -639020,18 +705567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56261, "usage_id": 12 }, "6102.EG.245": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0245, Grobmechanische Werkstatt", "arch_name": "0245@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25925, "seats": { @@ -639039,18 +705588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56385, "usage_id": 51 }, "6102.EG.245A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0245A, GLT-Werkstatt Umbaufl.?", "arch_name": "0245A@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -639058,18 +705609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59065, "usage_id": 51 }, "6102.EG.246": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0246, Ger\u00e4telager", "arch_name": "0246@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639077,18 +705630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56394, "usage_id": 18 }, "6102.EG.247": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0247, Heizung Sanit\u00e4r Werkstatt", "arch_name": "0247@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639096,18 +705651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56402, "usage_id": 51 }, "6102.EG.248": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0248, Holzwerkstatt", "arch_name": "0248@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25925, "seats": { @@ -639115,18 +705672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56408, "usage_id": 107 }, "6102.EG.249": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0249, Schlosserei", "arch_name": "0249@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25925, "seats": { @@ -639134,18 +705693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54021, "usage_id": 51 }, "6102.EG.250": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0250, Lackelager", "arch_name": "0250@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639153,18 +705714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54029, "usage_id": 132 }, "6102.EG.251": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0251, Lackiererei", "arch_name": "0251@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639172,18 +705735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54037, "usage_id": 51 }, "6102.EG.252": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0252, Spanabsauganlage", "arch_name": "0252@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639191,18 +705756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54045, "usage_id": 32 }, "6102.EG.253": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0253, B\u00fcro", "arch_name": "0253@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25925, "seats": { @@ -639210,18 +705777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54053, "usage_id": 12 }, "6102.EG.254": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0254, Elektrolager", "arch_name": "0254@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639229,18 +705798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54184, "usage_id": 30 }, "6102.EG.254B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0254B, B\u00fcro", "arch_name": "0254B@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -639248,18 +705819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 15583, "usage_id": 12 }, "6102.EG.254C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0254C, B\u00fcro", "arch_name": "0254C@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -639267,18 +705840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13462, "usage_id": 12 }, "6102.EG.255": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0255, Lager", "arch_name": "0255@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639286,18 +705861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54203, "usage_id": 30 }, "6102.EG.255B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0255B, B\u00fcro", "arch_name": "0255B@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -639305,18 +705882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13469, "usage_id": 12 }, "6102.EG.255C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0255C, B\u00fcro", "arch_name": "0255C@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -639324,18 +705903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54336, "usage_id": 12 }, "6102.EG.256": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0256, Schloss/Sanit\u00e4rlager", "arch_name": "0256@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639343,18 +705924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54343, "usage_id": 30 }, "6102.EG.257": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0257, Holzlager", "arch_name": "0257@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639362,18 +705945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54351, "usage_id": 30 }, "6102.EG.258": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0258, Flur", "arch_name": "0258@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -639381,18 +705966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54492, "usage_id": 222 }, "6102.EG.259": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0259, Ger\u00e4telager", "arch_name": "0259@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639400,18 +705987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54499, "usage_id": 18 }, "6102.EG.260": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0260, Sandstrahlraum", "arch_name": "0260@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639419,18 +706008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54507, "usage_id": 51 }, "6102.EG.261": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0261, Ger\u00e4telager", "arch_name": "0261@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639438,18 +706029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54517, "usage_id": 18 }, "6102.EG.262": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0262, B\u00fcro", "arch_name": "0262@6102", "area_id": 31, "building_id": 806, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -639457,18 +706050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 13539, "usage_id": 12 }, "6102.U1.201": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1201, Ger\u00e4tereinigungsraum", "arch_name": "1201@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -639476,18 +706071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54460, "usage_id": 209 }, "6102.U1.201A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1201A, Lastenaufzug", "arch_name": "1201A@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639495,18 +706092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62788, "usage_id": 4 }, "6102.U1.202": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1202, Ger\u00e4telager", "arch_name": "1202@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -639514,18 +706113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54469, "usage_id": 18 }, "6102.U1.202A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1202A, Treppe", "arch_name": "1202A@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639533,18 +706134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54475, "usage_id": 223 }, "6102.U1.202B": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1202B, Flur", "arch_name": "1202B@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -639552,18 +706155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54484, "usage_id": 222 }, "6102.U1.203": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1203, Rohrkeller", "arch_name": "1203@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639571,18 +706176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54598, "usage_id": 120 }, "6102.U1.203A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1203A, Treppe", "arch_name": "1203A@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Gitterrost", "main_operator_id": 25925, "seats": { @@ -639590,18 +706197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61822, "usage_id": 223 }, "6102.U1.204": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1204, Wasserversorgung", "arch_name": "1204@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639609,18 +706218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54608, "usage_id": 183 }, "6102.U1.205": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1205, Wasseraufbereitung", "arch_name": "1205@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639628,18 +706239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54613, "usage_id": 182 }, "6102.U1.206": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1206, Keller Lager", "arch_name": "1206@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639647,18 +706260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54618, "usage_id": 30 }, "6102.U1.206A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1206A, Treppe", "arch_name": "1206A@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639666,18 +706281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54627, "usage_id": 223 }, "6102.U1.207": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1207, Gas Feuerl\u00f6scherlager", "arch_name": "1207@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639685,18 +706302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54631, "usage_id": 30 }, "6102.U1.207A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1207A, Ausgang zu Licht/Luftschacht", "arch_name": "1207A@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639704,18 +706323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54638, "usage_id": 195 }, "6102.U1.208": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1208, ABC-Lager", "arch_name": "1208@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -639723,18 +706344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54776, "usage_id": 30 }, "6102.U1.208A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1208A, ABC-Lager", "arch_name": "1208A@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -639742,18 +706365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54788, "usage_id": 30 }, "6102.U1.209": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1209, Kellerflur", "arch_name": "1209@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639761,18 +706386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54792, "usage_id": 222 }, "6102.U1.210": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1210, Flur zu 211/212", "arch_name": "1210@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639780,18 +706407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54801, "usage_id": 222 }, "6102.U1.211": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1211, Aktenlager", "arch_name": "1211@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639799,18 +706428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54806, "usage_id": 2 }, "6102.U1.212": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1212, Aktenlager", "arch_name": "1212@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639818,18 +706449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54936, "usage_id": 2 }, "6102.U1.213": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1213, Ger\u00e4telager", "arch_name": "1213@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639837,18 +706470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54942, "usage_id": 18 }, "6102.U1.214": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1214, Kabellager", "arch_name": "1214@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639856,18 +706491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54951, "usage_id": 30 }, "6102.U1.215": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1215, Ger\u00e4telager", "arch_name": "1215@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639875,18 +706512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54958, "usage_id": 18 }, "6102.U1.216": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1216, Heiz./Sanit\u00e4r/Gummilager", "arch_name": "1216@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639894,18 +706533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54965, "usage_id": 30 }, "6102.U1.217": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1217, Elektrolager", "arch_name": "1217@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639913,18 +706554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54971, "usage_id": 30 }, "6102.U1.218": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "1218, Install.Kanal", "arch_name": "1218@6102", "area_id": 31, "building_id": 806, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639932,18 +706575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62789, "usage_id": 120 }, "6103.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0301, Stromversorgung", "arch_name": "0301@6103", "area_id": 31, "building_id": 807, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -639951,18 +706596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54821, "usage_id": 160 }, "6103.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0302, Stromversorgung Umbau??", "arch_name": "0302@6103", "area_id": 31, "building_id": 807, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639970,18 +706617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54830, "usage_id": 160 }, "6103.EG.002A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0302A, Stromversorgung Umbau??", "arch_name": "0302A@6103", "area_id": 31, "building_id": 807, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -639989,18 +706638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59072, "usage_id": 160 }, "6103.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0303, Stromversorgung", "arch_name": "0303@6103", "area_id": 31, "building_id": 807, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640008,18 +706659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54835, "usage_id": 160 }, "6103.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0304, Flur/Treppe", "arch_name": "0304@6103", "area_id": 31, "building_id": 807, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640027,18 +706680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54841, "usage_id": 223 }, "6103.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0305, Dieselraum", "arch_name": "0305@6103", "area_id": 31, "building_id": 807, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640046,18 +706701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54849, "usage_id": 160 }, "6103.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0306, Flur Anbau ??", "arch_name": "0306@6103", "area_id": 31, "building_id": 807, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640065,18 +706722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59071, "usage_id": 222 }, "6103.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0307, Stromversorgung Anbau ??", "arch_name": "0307@6103", "area_id": 31, "building_id": 807, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -640084,18 +706743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59073, "usage_id": 160 }, "6103.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0308, Stromversorgung Anbau ??", "arch_name": "0308@6103", "area_id": 31, "building_id": 807, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -640103,18 +706764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59074, "usage_id": 160 }, "6103.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0309, Dieselraum Anbau ??", "arch_name": "0309@6103", "area_id": 31, "building_id": 807, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640122,18 +706785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59075, "usage_id": 160 }, "6103.U1.001": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1301, Kabelzuf\u00fchrung/Stromversorgung", "arch_name": "-1301@6103", "area_id": 31, "building_id": 807, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25925, "seats": { @@ -640141,18 +706806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54646, "usage_id": 160 }, "6103.U1.002": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1302, Kabelzuf\u00fchrung/Stromversorgung", "arch_name": "-1302@6103", "area_id": 31, "building_id": 807, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640160,18 +706827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54656, "usage_id": 160 }, "6103.U1.003": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1303, Flur/Treppe", "arch_name": "-1303@6103", "area_id": 31, "building_id": 807, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640179,18 +706848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54663, "usage_id": 223 }, "6103.U1.004": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1304, Dieselraum", "arch_name": "-1304@6103", "area_id": 31, "building_id": 807, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640198,18 +706869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54670, "usage_id": 160 }, "6103.U1.006": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1306, Flur Anbau??", "arch_name": "-1306@6103", "area_id": 31, "building_id": 807, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640217,18 +706890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59067, "usage_id": 222 }, "6103.U1.007": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1307, Stromversorgung Anbau ??", "arch_name": "-1307@6103", "area_id": 31, "building_id": 807, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -640236,18 +706911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59068, "usage_id": 160 }, "6103.U1.008": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1308, Stromversorgung Anbau ??", "arch_name": "-1308@6103", "area_id": 31, "building_id": 807, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -640255,18 +706932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59069, "usage_id": 160 }, "6103.U1.009": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1309, Dieselraum Anbau??", "arch_name": "-1309@6103", "area_id": 31, "building_id": 807, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640274,18 +706953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59070, "usage_id": 160 }, "6103.U1.010": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1310, Stromversorgung", "arch_name": "-1310@6103", "area_id": 31, "building_id": 807, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640293,18 +706974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54680, "usage_id": 160 }, "6103.U1.012": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-1312, Stromversorgung", "arch_name": "-1312@6103", "area_id": 31, "building_id": 807, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25925, "seats": { @@ -640312,18 +706995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54816, "usage_id": 160 }, "6107.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0001, Ger\u00e4te TBG", "arch_name": "0001@6107", "area_id": 31, "building_id": 808, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -640331,18 +707016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54976, "usage_id": 18 }, "6107.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0002, Anbauger\u00e4te", "arch_name": "0002@6107", "area_id": 31, "building_id": 808, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -640350,18 +707037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54980, "usage_id": 18 }, "6107.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0003, Winterdienst", "arch_name": "0003@6107", "area_id": 31, "building_id": 808, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -640369,18 +707058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54986, "usage_id": 30 }, "6107.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0004, Splitt", "arch_name": "0004@6107", "area_id": 31, "building_id": 808, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -640388,18 +707079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54993, "usage_id": 30 }, "6107.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0005, Salz", "arch_name": "0005@6107", "area_id": 31, "building_id": 808, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -640407,18 +707100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54999, "usage_id": 30 }, "6107.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "0006, Schmierstoffe", "arch_name": "0006@6107", "area_id": 31, "building_id": 808, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 38541, "seats": { @@ -640426,18 +707121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55005, "usage_id": 30 }, "6202.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "101, Putzraum", "arch_name": "101@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -640445,18 +707142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55939, "usage_id": 205 }, "6202.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "102, Bereitschaftszimmer", "arch_name": "102@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -640464,18 +707163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55947, "usage_id": 44 }, "6202.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "103, WC-Damen mit Vorraum", "arch_name": "103@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640483,18 +707184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55957, "usage_id": 116 }, "6202.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "104, WC-Herren mit Vorraum", "arch_name": "104@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640502,18 +707205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55963, "usage_id": 115 }, "6202.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "105, Wasch- / Duschraum", "arch_name": "105@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640521,18 +707226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55967, "usage_id": 210 }, "6202.01.105A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "105A, Waschraum", "arch_name": "105A@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640540,18 +707247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61915, "usage_id": 210 }, "6202.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "106, Bereitschaftszimmer", "arch_name": "106@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -640559,18 +707268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55975, "usage_id": 44 }, "6202.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "107, Bereitschaftszimmer", "arch_name": "107@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -640578,18 +707289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56099, "usage_id": 44 }, "6202.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "108, Bereitschaftszimmer", "arch_name": "108@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -640597,18 +707310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56104, "usage_id": 44 }, "6202.01.109": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "109, Bereitschaftszimmer", "arch_name": "109@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -640616,18 +707331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56112, "usage_id": 44 }, "6202.01.110": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "110, Bereitschaftszimmer", "arch_name": "110@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -640635,18 +707352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56119, "usage_id": 44 }, "6202.01.111": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "111, Bereitschaftszimmer", "arch_name": "111@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -640654,18 +707373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56125, "usage_id": 44 }, "6202.01.112": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "112, Bereitschaftszimmer 2", "arch_name": "112@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -640673,18 +707394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56132, "usage_id": 44 }, "6202.01.112A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "112A, B\u00fcro", "arch_name": "112A@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -640692,18 +707415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68757, "usage_id": 12 }, "6202.01.112B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "112B, B\u00fcro", "arch_name": "112B@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -640711,18 +707436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68758, "usage_id": 12 }, "6202.01.112C": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "112C, Flur", "arch_name": "112C@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640730,18 +707457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68756, "usage_id": 222 }, "6202.01.113": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "113, Bereitschaftszimmer", "arch_name": "113@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -640749,18 +707478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56262, "usage_id": 44 }, "6202.01.114": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "114, Bereitschaftszimmer", "arch_name": "114@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -640768,18 +707499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56268, "usage_id": 44 }, "6202.01.115": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "115, Ruheraum", "arch_name": "115@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -640787,18 +707520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61914, "usage_id": 44 }, "6202.01.116": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "116, Speiseraum", "arch_name": "116@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640806,18 +707541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61916, "usage_id": 45 }, "6202.01.116A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "116A, Bereitschaftszimmer", "arch_name": "116A@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640825,18 +707562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56275, "usage_id": 44 }, "6202.01.117": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "117, K\u00fcchenraum", "arch_name": "117@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640844,18 +707583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 56293, "usage_id": 28 }, "6202.01.118": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "118, Essenschrankraum", "arch_name": "118@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640863,18 +707604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 54059, "usage_id": 30 }, "6202.01.119": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "119, Treppenhaus", "arch_name": "119@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640882,18 +707625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61923, "usage_id": 223 }, "6202.01.120": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "120, Flur", "arch_name": "120@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -640901,18 +707646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61917, "usage_id": 222 }, "6202.01.121": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "121, Terrasse", "arch_name": "121@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 25930, "seats": { @@ -640920,18 +707667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61925, "usage_id": 218 }, "6202.01.131": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "131, Flur", "arch_name": "131@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25930, "seats": { @@ -640939,18 +707688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61922, "usage_id": 222 }, "6202.01.132": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "132, Werkstatt", "arch_name": "132@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25930, "seats": { @@ -640958,18 +707709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61921, "usage_id": 51 }, "6202.01.133": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "133, Stromversorgung", "arch_name": "133@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25930, "seats": { @@ -640977,18 +707730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61920, "usage_id": 160 }, "6202.01.134": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "134, RLT", "arch_name": "134@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25930, "seats": { @@ -640996,18 +707751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61919, "usage_id": 32 }, "6202.01.135": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "135, B\u00fcro", "arch_name": "135@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 25930, "seats": { @@ -641015,18 +707772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61918, "usage_id": 12 }, "6202.01.140": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "140, Schacht/Turm", "arch_name": "140@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25930, "seats": { @@ -641034,18 +707793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61924, "usage_id": 195 }, "6202.01.141": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "141, Treppenaufgang/Turm", "arch_name": "141@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641053,18 +707814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62803, "usage_id": 222 }, "6202.01.142": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "142, Treppenaufgang/Turm Z.1", "arch_name": "142@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641072,18 +707835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62804, "usage_id": 222 }, "6202.01.143": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "143, Treppenaufgang/Turm Z.2", "arch_name": "143@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641091,18 +707856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62805, "usage_id": 222 }, "6202.01.144": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "144, Treppenaufgang/Turm Z.3", "arch_name": "144@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641110,18 +707877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62806, "usage_id": 222 }, "6202.01.145": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "145, Treppenaufgang/Turm Z.4", "arch_name": "145@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641129,18 +707898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62807, "usage_id": 222 }, "6202.01.146": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "146, Schacht/Turm Z.4", "arch_name": "146@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25930, "seats": { @@ -641148,18 +707919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61926, "usage_id": 195 }, "6202.01.147": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "147, Treppenaufgang/Turm Z.5", "arch_name": "147@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641167,18 +707940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62808, "usage_id": 222 }, "6202.07.760": { "address": { - "floor": "7.OG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "\u00dcbungsplattform", "arch_name": "@6202", "area_id": 38, "building_id": 810, + "floor_level": "7.OG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641186,18 +707961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59690, "usage_id": 218 }, "6202.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "001, Einsatzzentrale / Wachraum", "arch_name": "001@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641205,18 +707982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55468, "usage_id": 9 }, "6202.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "002, Schlafraum", "arch_name": "002@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641224,18 +708003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55474, "usage_id": 44 }, "6202.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "003, Beh.-WC", "arch_name": "003@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641243,18 +708024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 59643, "usage_id": 117 }, "6202.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "004, Schrankraum / Einsatzkleidung", "arch_name": "004@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641262,18 +708045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55477, "usage_id": 121 }, "6202.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "005, Putzraum", "arch_name": "005@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641281,18 +708066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55488, "usage_id": 205 }, "6202.EG.005A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "005A, Sanit\u00e4rraum", "arch_name": "005A@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641300,18 +708087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61902, "usage_id": 37 }, "6202.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "006, WC-Herren mit Vorraum", "arch_name": "006@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641319,18 +708108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55618, "usage_id": 115 }, "6202.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "007, B\u00fcro", "arch_name": "007@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641338,18 +708129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55621, "usage_id": 12 }, "6202.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "008, Stellvertreter-B\u00fcro", "arch_name": "008@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Laminat", "main_operator_id": 25930, "seats": { @@ -641357,18 +708150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55630, "usage_id": 12 }, "6202.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "009, Brandmeister-B\u00fcro", "arch_name": "009@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641376,18 +708171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55634, "usage_id": 12 }, "6202.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "010, B\u00fcro", "arch_name": "010@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641395,18 +708192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61903, "usage_id": 12 }, "6202.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "012, B\u00fcro", "arch_name": "012@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641414,18 +708213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55651, "usage_id": 12 }, "6202.EG.012A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "012A, B\u00fcro", "arch_name": "012A@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641433,18 +708234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68768, "usage_id": 12 }, "6202.EG.012B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "012B, B\u00fcro", "arch_name": "012B@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641452,18 +708255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68769, "usage_id": 12 }, "6202.EG.012C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "012C, Flur", "arch_name": "012C@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641471,18 +708276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 68755, "usage_id": 222 }, "6202.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "013, Brandmeister-B\u00fcro", "arch_name": "013@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641490,18 +708297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55780, "usage_id": 12 }, "6202.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "014, Leiter-B\u00fcro", "arch_name": "014@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641509,18 +708318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55783, "usage_id": 12 }, "6202.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "015, Wachschichtf\u00fchrer-B\u00fcro", "arch_name": "015@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641528,19 +708339,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55791, "usage_id": 12 }, "6202.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "016, Unterrichtsraum", "arch_name": "016@6202", "area_id": 38, "building_id": 810, "calendar_resource_nr": 27072, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641548,19 +708361,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61904, "usage_id": 130 }, "6202.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "017, Unterrichtsraum", "arch_name": "017@6202", "area_id": 38, "building_id": 810, "calendar_resource_nr": 27073, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641568,18 +708383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55799, "usage_id": 130 }, "6202.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "018, B\u00fcro", "arch_name": "018@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641587,18 +708404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55804, "usage_id": 12 }, "6202.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "019, Flur", "arch_name": "019@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641606,18 +708425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61905, "usage_id": 222 }, "6202.EG.019A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "019A, Schleuse", "arch_name": "019A@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641625,18 +708446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62798, "usage_id": 105 }, "6202.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "020, Garage", "arch_name": "020@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641644,18 +708467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61906, "usage_id": 100 }, "6202.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "021, Garage", "arch_name": "021@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641663,18 +708488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61907, "usage_id": 100 }, "6202.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "022, Treppenhaus", "arch_name": "022@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641682,18 +708509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55809, "usage_id": 223 }, "6202.EG.023": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "023, Flur", "arch_name": "023@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641701,18 +708530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 55817, "usage_id": 222 }, "6202.EG.031": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "031, Garage", "arch_name": "031@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641720,18 +708551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62799, "usage_id": 100 }, "6202.EG.032": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "032, Treppenhaus", "arch_name": "032@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641739,18 +708572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61908, "usage_id": 223 }, "6202.EG.033": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "033, Duschen", "arch_name": "033@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641758,18 +708593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61909, "usage_id": 113 }, "6202.EG.034": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "034, Werkstatt", "arch_name": "034@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -641777,18 +708614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61910, "usage_id": 51 }, "6202.EG.035": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "035, Werkstatt", "arch_name": "035@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25930, "seats": { @@ -641796,18 +708635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61911, "usage_id": 51 }, "6202.EG.036": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "036, Garage/Unterstand/Container", "arch_name": "036@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641815,18 +708656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62800, "usage_id": 100 }, "6202.EG.040": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "040, Ger\u00e4telager/Turm", "arch_name": "040@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25930, "seats": { @@ -641834,18 +708677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61912, "usage_id": 18 }, "6202.EG.041": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "041, Treppenaufgang/Turm", "arch_name": "041@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641853,18 +708698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62801, "usage_id": 222 }, "6202.EG.043": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "043, Abstellraum", "arch_name": "043@6202", "area_id": 38, "building_id": 810, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25930, "seats": { @@ -641872,18 +708719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61913, "usage_id": 179 }, "6202.U1.101": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-101, Fernmeldetechnik", "arch_name": "-101@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25930, "seats": { @@ -641891,18 +708740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61892, "usage_id": 202 }, "6202.U1.102": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-102, Server", "arch_name": "-102@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25930, "seats": { @@ -641910,18 +708761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61893, "usage_id": 207 }, "6202.U1.103": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-103, Stromversorgung", "arch_name": "-103@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641929,18 +708782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62793, "usage_id": 160 }, "6202.U1.104": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-104, Hausanschluss", "arch_name": "-104@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -641948,18 +708803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62794, "usage_id": 120 }, "6202.U1.105": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-105, Gymnastik", "arch_name": "-105@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641967,18 +708824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61894, "usage_id": 128 }, "6202.U1.106": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-106, Gymnastik", "arch_name": "-106@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 25930, "seats": { @@ -641986,18 +708845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61895, "usage_id": 128 }, "6202.U1.107": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-107, Archiv", "arch_name": "-107@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -642005,18 +708866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61896, "usage_id": 2 }, "6202.U1.108": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-108, Lager", "arch_name": "-108@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Linoleum", "main_operator_id": 25930, "seats": { @@ -642024,18 +708887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61897, "usage_id": 30 }, "6202.U1.109": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-109, Lager", "arch_name": "-109@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -642043,18 +708908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61898, "usage_id": 30 }, "6202.U1.110": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-110, Heizung/Brauchwasser", "arch_name": "-110@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -642062,18 +708929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62795, "usage_id": 201 }, "6202.U1.111": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-111, Lager", "arch_name": "-111@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -642081,18 +708950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61899, "usage_id": 30 }, "6202.U1.112": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-112, Treppenhaus", "arch_name": "-112@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -642100,18 +708971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61900, "usage_id": 223 }, "6202.U1.113": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-113, Flur", "arch_name": "-113@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 25930, "seats": { @@ -642119,18 +708992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61901, "usage_id": 222 }, "6202.U1.140": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-140, Ger\u00e4telager/Turm", "arch_name": "-140@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -642138,18 +709013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62796, "usage_id": 18 }, "6202.U1.141": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "R\u00f6merhofweg 67", "zip_code": 85748 }, + "alt_name": "-141, Treppenaufgang/Turm", "arch_name": "-141@6202", "area_id": 38, "building_id": 810, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 25930, "seats": { @@ -642157,18 +709034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62797, "usage_id": 222 }, "7894.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.101, Lobby Galerie", "arch_name": "01.7894.101@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642176,18 +709055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73693, "usage_id": 222 }, "7894.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.103, Auditorium", "arch_name": "01.7894.103@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642195,18 +709076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73694, "usage_id": 20 }, "7894.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.104, AV-Raum", "arch_name": "01.7894.104@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642214,18 +709097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73497, "usage_id": 153 }, "7894.01.104A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.107, AV-Raum", "arch_name": "01.7894.107@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642233,18 +709118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73496, "usage_id": 153 }, "7894.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.106, Catering", "arch_name": "01.7894.106@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642252,18 +709139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73692, "usage_id": 28 }, "7894.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.107, Lager", "arch_name": "01.7894.107@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642271,18 +709160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73691, "usage_id": 30 }, "7894.01.181": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.181, Flur", "arch_name": "01.7894.181@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642290,18 +709181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73695, "usage_id": 222 }, "7894.01.181A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.181A, Aufzug", "arch_name": "01.7894.181A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642309,18 +709202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73453, "usage_id": 4 }, "7894.01.182": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.182, Treppenhaus", "arch_name": "01.7894.182@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642328,18 +709223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73452, "usage_id": 223 }, "7894.01.183": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.183, Flur", "arch_name": "01.7894.183@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642347,18 +709244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73686, "usage_id": 222 }, "7894.01.184": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.184, Treppenhaus", "arch_name": "01.7894.184@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642366,18 +709265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73690, "usage_id": 223 }, "7894.01.201": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.201, Besprechungsraum", "arch_name": "01.7894.201@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642385,18 +709286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73696, "usage_id": 196 }, "7894.01.202": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.202, B\u00fcro", "arch_name": "01.7894.202@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642404,18 +709307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73498, "usage_id": 12 }, "7894.01.203A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.203A, WC-Herren", "arch_name": "01.7894.203A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -642423,18 +709328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73380, "usage_id": 115 }, "7894.01.203B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.203B, WC-Damen", "arch_name": "01.7894.203B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -642442,18 +709349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73381, "usage_id": 116 }, "7894.01.204": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.204, IT Copy", "arch_name": "01.7894.204@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -642461,18 +709370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73701, "usage_id": 110 }, "7894.01.205": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.205, B\u00fcro", "arch_name": "01.7894.205@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642480,18 +709391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73382, "usage_id": 12 }, "7894.01.206": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.206, B\u00fcro", "arch_name": "01.7894.206@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642499,18 +709412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73383, "usage_id": 12 }, "7894.01.208": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.208, B\u00fcro", "arch_name": "01.7894.208@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642518,18 +709433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73388, "usage_id": 12 }, "7894.01.210": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.210, B\u00fcro", "arch_name": "01.7894.210@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642537,18 +709454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73389, "usage_id": 12 }, "7894.01.211": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.211, B\u00fcro", "arch_name": "01.7894.211@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642556,18 +709475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73390, "usage_id": 12 }, "7894.01.212A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.212A, WC", "arch_name": "01.7894.212A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -642575,18 +709496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73391, "usage_id": 114 }, "7894.01.212B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.212B, WC", "arch_name": "01.7894.212B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -642594,18 +709517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73392, "usage_id": 114 }, "7894.01.213A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.213A, Besprechungsraum", "arch_name": "01.7894.213A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -642613,18 +709538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73393, "usage_id": 196 }, "7894.01.213B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.213B, Besprechungsraum", "arch_name": "01.7894.213B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642632,18 +709559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73395, "usage_id": 196 }, "7894.01.217": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.217, B\u00fcro", "arch_name": "01.7894.217@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642651,18 +709580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73396, "usage_id": 12 }, "7894.01.218": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.218, B\u00fcro", "arch_name": "01.7894.218@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642670,18 +709601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73397, "usage_id": 12 }, "7894.01.220": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.220, B\u00fcro", "arch_name": "01.7894.220@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642689,18 +709622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73398, "usage_id": 12 }, "7894.01.221": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.221, B\u00fcro", "arch_name": "01.7894.221@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642708,18 +709643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73399, "usage_id": 12 }, "7894.01.222": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.222, B\u00fcro", "arch_name": "01.7894.222@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642727,18 +709664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73400, "usage_id": 12 }, "7894.01.224": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.224, B\u00fcro", "arch_name": "01.7894.224@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642746,18 +709685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73403, "usage_id": 12 }, "7894.01.225": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.225, B\u00fcro", "arch_name": "01.7894.225@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642765,18 +709706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73404, "usage_id": 12 }, "7894.01.226": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.226, B\u00fcro", "arch_name": "01.7894.226@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642784,18 +709727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73405, "usage_id": 12 }, "7894.01.227": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.227, Besprechungsraum", "arch_name": "01.7894.227@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642803,18 +709748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73406, "usage_id": 196 }, "7894.01.228": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.228, B\u00fcro", "arch_name": "01.7894.228@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642822,18 +709769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73698, "usage_id": 12 }, "7894.01.270": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.270, TGA", "arch_name": "01.7894.270@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642841,18 +709790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73499, "usage_id": 120 }, "7894.01.272": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.272, TGA", "arch_name": "01.7894.272@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -642860,18 +709811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73454, "usage_id": 120 }, "7894.01.280": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.280, Treppenhaus", "arch_name": "01.7894.280@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -642879,18 +709832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73697, "usage_id": 223 }, "7894.01.281": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.281, Flur", "arch_name": "01.7894.281@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642898,18 +709853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73402, "usage_id": 222 }, "7894.01.282": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.282, Flur", "arch_name": "01.7894.282@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -642917,18 +709874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73765, "usage_id": 222 }, "7894.01.283": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.283, Treppenhaus", "arch_name": "01.7894.283@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -642936,18 +709895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73394, "usage_id": 223 }, "7894.01.301": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.301A, WC-Damen Vorraum", "arch_name": "01.7894.301A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -642955,18 +709916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73414, "usage_id": 118 }, "7894.01.301A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.301A, WC-Damen", "arch_name": "01.7894.301A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -642974,18 +709937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73413, "usage_id": 116 }, "7894.01.302": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.302, Aufenthaltsraum", "arch_name": "01.7894.302@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -642993,18 +709958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73415, "usage_id": 44 }, "7894.01.303": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.303, B\u00fcro", "arch_name": "01.7894.303@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643012,18 +709979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73504, "usage_id": 12 }, "7894.01.304": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.304, B\u00fcro", "arch_name": "01.7894.304@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643031,18 +710000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73505, "usage_id": 12 }, "7894.01.305": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.305, B\u00fcro", "arch_name": "01.7894.305@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643050,18 +710021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73522, "usage_id": 12 }, "7894.01.306": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.306, Besprechungsraum", "arch_name": "01.7894.306@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -643069,18 +710042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73457, "usage_id": 196 }, "7894.01.307": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.307, Chemical Lab", "arch_name": "01.7894.307@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -643088,18 +710063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73523, "usage_id": 102 }, "7894.01.308": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.308, Chemical Lab", "arch_name": "01.7894.308@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -643107,18 +710084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73524, "usage_id": 102 }, "7894.01.309": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.309, B\u00fcro", "arch_name": "01.7894.309@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643126,18 +710105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73525, "usage_id": 12 }, "7894.01.310": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.310, B\u00fcro", "arch_name": "01.7894.310@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643145,18 +710126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73527, "usage_id": 12 }, "7894.01.311": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.311, WC-Herren Vorraum", "arch_name": "01.7894.311@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -643164,18 +710147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73425, "usage_id": 118 }, "7894.01.311A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.311A, WC-Herren", "arch_name": "01.7894.311A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -643183,18 +710168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73426, "usage_id": 115 }, "7894.01.311B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.311B, Putzraum", "arch_name": "01.7894.311B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -643202,18 +710189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73427, "usage_id": 205 }, "7894.01.313": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.313, Microscopie Lab", "arch_name": "01.7894.313@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -643221,18 +710210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73456, "usage_id": 102 }, "7894.01.314": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.314, Besprechungsraum", "arch_name": "01.7894.314@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643240,18 +710231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73423, "usage_id": 196 }, "7894.01.315": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.315, B\u00fcro", "arch_name": "01.7894.315@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643259,18 +710252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73408, "usage_id": 12 }, "7894.01.317": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.317, B\u00fcro", "arch_name": "01.7894.317@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643278,18 +710273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73501, "usage_id": 12 }, "7894.01.319": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.319, B\u00fcro", "arch_name": "01.7894.319@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643297,18 +710294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73387, "usage_id": 12 }, "7894.01.321": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.321, B\u00fcro", "arch_name": "01.7894.321@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643316,18 +710315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73385, "usage_id": 12 }, "7894.01.322": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.322, B\u00fcro", "arch_name": "01.7894.322@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643335,18 +710336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73384, "usage_id": 12 }, "7894.01.323": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.323, B\u00fcro", "arch_name": "01.7894.323@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643354,18 +710357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73700, "usage_id": 12 }, "7894.01.324": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.324, B\u00fcro", "arch_name": "01.7894.324@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643373,18 +710378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73409, "usage_id": 12 }, "7894.01.325": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.325, Besprechungsraum", "arch_name": "01.7894.325@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643392,18 +710399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73411, "usage_id": 196 }, "7894.01.326": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.326, IT-Room", "arch_name": "01.7894.326@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -643411,18 +710420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73422, "usage_id": 207 }, "7894.01.327": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.327, Copy", "arch_name": "01.7894.327@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -643430,18 +710441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73420, "usage_id": 110 }, "7894.01.328": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.328, Teek\u00fcche", "arch_name": "01.7894.328@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -643449,18 +710462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73421, "usage_id": 198 }, "7894.01.370": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.370, TGA", "arch_name": "01.7894.370@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643468,18 +710483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73410, "usage_id": 120 }, "7894.01.373": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.373, TGA", "arch_name": "01.7894.373@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643487,18 +710504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73502, "usage_id": 120 }, "7894.01.375": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.375, TGA", "arch_name": "01.7894.375@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643506,18 +710525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73424, "usage_id": 120 }, "7894.01.376": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.376, TGA", "arch_name": "01.7894.376@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643525,18 +710546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73407, "usage_id": 120 }, "7894.01.380": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.380, Treppenhaus", "arch_name": "01.7894.380@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -643544,18 +710567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73412, "usage_id": 223 }, "7894.01.381": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.381, Flur", "arch_name": "01.7894.381@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643563,18 +710588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73386, "usage_id": 222 }, "7894.01.382": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.382, Flur", "arch_name": "01.7894.382@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643582,18 +710609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73500, "usage_id": 222 }, "7894.01.383": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.383, Treppenhaus", "arch_name": "01.7894.383@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -643601,18 +710630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73521, "usage_id": 223 }, "7894.01.401": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.401, Lager", "arch_name": "01.7894.401@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643620,18 +710651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73528, "usage_id": 30 }, "7894.01.480": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.480, Flur", "arch_name": "01.7894.480@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643639,18 +710672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73531, "usage_id": 222 }, "7894.01.481": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.481, Flur", "arch_name": "01.7894.481@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643658,18 +710693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73529, "usage_id": 222 }, "7894.01.482": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.482, Br\u00fccke", "arch_name": "01.7894.482@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 25918, "seats": { @@ -643677,18 +710714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73530, "usage_id": 206 }, "7894.01.501": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.222, Cafeteria/Buffet", "arch_name": "01.7894.222@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -643696,18 +710735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73752, "usage_id": 139 }, "7894.01.502": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.502, Cafeteria-K\u00fcche", "arch_name": "01.7894.502@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643715,18 +710756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73760, "usage_id": 28 }, "7894.01.504": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.504, WC-Herren Vorraum/Cafeteria", "arch_name": "01.7894.504@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -643734,18 +710777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73418, "usage_id": 118 }, "7894.01.504A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.504A, WC-Herren/Cafeteria", "arch_name": "01.7894.504A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -643753,18 +710798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73763, "usage_id": 115 }, "7894.01.505": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.505, WC-Damen Vorraum/Cafeteria", "arch_name": "01.7894.505@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643772,18 +710819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73761, "usage_id": 118 }, "7894.01.505A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.505A, WC-Damen/Cafeteria", "arch_name": "01.7894.505A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -643791,18 +710840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73762, "usage_id": 116 }, "7894.01.512": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.512, WC-Herren", "arch_name": "01.7894.512@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -643810,18 +710861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73416, "usage_id": 115 }, "7894.01.513": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.513, WC-Herren", "arch_name": "01.7894.513@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25918, "seats": { @@ -643829,18 +710882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73417, "usage_id": 115 }, "7894.01.515": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.515, Umkleide", "arch_name": "01.7894.515@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643848,18 +710903,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73754, "usage_id": 121 }, "7894.01.516": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.516, Umkleide/Dusche-Damen", "arch_name": "01.7894.516@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643867,18 +710924,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73756, "usage_id": 121 }, "7894.01.517": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.517, Umkleide", "arch_name": "01.7894.517@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643886,18 +710945,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73753, "usage_id": 121 }, "7894.01.518": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.518, Dusche", "arch_name": "01.7894.518@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643905,18 +710966,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73757, "usage_id": 113 }, "7894.01.519": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.519, Heizung", "arch_name": "01.7894.519@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643924,18 +710987,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73751, "usage_id": 54 }, "7894.01.580": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.580, Flur", "arch_name": "01.7894.580@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643943,18 +711008,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73758, "usage_id": 222 }, "7894.01.580A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.580A, Aufzug", "arch_name": "01.7894.580A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643962,18 +711029,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73759, "usage_id": 4 }, "7894.01.581": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.581, Treppenhaus", "arch_name": "01.7894.581@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -643981,18 +711050,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73755, "usage_id": 223 }, "7894.01.582": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.582, Flur", "arch_name": "01.7894.582@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -644000,18 +711071,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73764, "usage_id": 222 }, "7894.01.583": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.583, Treppenhaus", "arch_name": "01.7894.583@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 25918, "seats": { @@ -644019,18 +711092,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73750, "usage_id": 223 }, "7894.01.880": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.880, Br\u00fccke", "arch_name": "01.7894.880@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25918, "seats": { @@ -644038,18 +711113,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73419, "usage_id": 206 }, "7894.01.881": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.881, Aufzug", "arch_name": "01.7894.881@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -644057,18 +711134,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73503, "usage_id": 4 }, "7894.01.882": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.882, Br\u00fccke", "arch_name": "01.7894.882@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25918, "seats": { @@ -644076,18 +711155,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73526, "usage_id": 206 }, "7894.01.883": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.883, Br\u00fccke", "arch_name": "01.7894.883@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25918, "seats": { @@ -644095,18 +711176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73455, "usage_id": 206 }, "7894.01.884": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "01.7894.884, Br\u00fccke", "arch_name": "01.7894.884@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 25918, "seats": { @@ -644114,18 +711197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73699, "usage_id": 206 }, "7894.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.101, L\u00fcftungszentrale", "arch_name": "02.7894.101@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644133,18 +711218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73604, "usage_id": 32 }, "7894.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.102, Technik", "arch_name": "02.7894.102@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644152,18 +711239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73482, "usage_id": 120 }, "7894.02.103": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.103, Triebwerksraum", "arch_name": "02.7894.103@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644171,18 +711260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73689, "usage_id": 120 }, "7894.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.201, Copy", "arch_name": "02.7894.201@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -644190,18 +711281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73606, "usage_id": 110 }, "7894.02.201A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.201A, IT", "arch_name": "02.7894.201A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -644209,18 +711302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73607, "usage_id": 207 }, "7894.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.202, B\u00fcro", "arch_name": "02.7894.202@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644228,18 +711323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73609, "usage_id": 12 }, "7894.02.203A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.203A, WC-Herren", "arch_name": "02.7894.203A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644247,18 +711344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73483, "usage_id": 115 }, "7894.02.203B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.203B, WC-Damen", "arch_name": "02.7894.203B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644266,18 +711365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73484, "usage_id": 116 }, "7894.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.204, Teek\u00fcche", "arch_name": "02.7894.204@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -644285,18 +711386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73485, "usage_id": 198 }, "7894.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.205, B\u00fcro", "arch_name": "02.7894.205@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644304,18 +711407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73612, "usage_id": 12 }, "7894.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.206, B\u00fcro", "arch_name": "02.7894.206@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644323,18 +711428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73613, "usage_id": 12 }, "7894.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.207, B\u00fcro", "arch_name": "02.7894.207@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644342,18 +711449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73614, "usage_id": 12 }, "7894.02.208": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.208, B\u00fcro", "arch_name": "02.7894.208@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644361,18 +711470,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73615, "usage_id": 12 }, "7894.02.209": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.209, B\u00fcro", "arch_name": "02.7894.209@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644380,18 +711491,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73617, "usage_id": 12 }, "7894.02.210": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.210, Copy", "arch_name": "02.7894.210@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644399,18 +711512,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73630, "usage_id": 110 }, "7894.02.211": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.211, Teek\u00fcche", "arch_name": "02.7894.211@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -644418,18 +711533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73620, "usage_id": 198 }, "7894.02.212A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.212A, WC-Damen", "arch_name": "02.7894.212A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644437,18 +711554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73621, "usage_id": 116 }, "7894.02.212B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.212B, WC-Herren", "arch_name": "02.7894.212B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644456,18 +711575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73622, "usage_id": 115 }, "7894.02.213": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.213, B\u00fcro", "arch_name": "02.7894.213@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644475,18 +711596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73625, "usage_id": 12 }, "7894.02.214": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.214, B\u00fcro", "arch_name": "02.7894.214@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644494,18 +711617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73627, "usage_id": 12 }, "7894.02.215": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.215, B\u00fcro", "arch_name": "02.7894.215@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644513,18 +711638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73486, "usage_id": 12 }, "7894.02.217": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.217, Sekretariat", "arch_name": "02.7894.217@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644532,18 +711659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73449, "usage_id": 40 }, "7894.02.218": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.218, Sekretariat", "arch_name": "02.7894.218@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644551,18 +711680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73450, "usage_id": 40 }, "7894.02.219": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.219, B\u00fcro", "arch_name": "02.7894.219@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644570,18 +711701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73629, "usage_id": 12 }, "7894.02.221": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.221, B\u00fcro", "arch_name": "02.7894.221@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644589,18 +711722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73631, "usage_id": 12 }, "7894.02.222": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.222, B\u00fcro", "arch_name": "02.7894.222@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644608,18 +711743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73632, "usage_id": 12 }, "7894.02.223": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.223, B\u00fcro", "arch_name": "02.7894.223@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644627,18 +711764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73633, "usage_id": 12 }, "7894.02.224": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.224, B\u00fcro", "arch_name": "02.7894.224@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644646,18 +711785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73634, "usage_id": 12 }, "7894.02.225": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.225, B\u00fcro", "arch_name": "02.7894.225@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644665,18 +711806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73637, "usage_id": 12 }, "7894.02.226": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.226, Besprechungsraum", "arch_name": "02.7894.226@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644684,18 +711827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73638, "usage_id": 196 }, "7894.02.227": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.227, B\u00fcro", "arch_name": "02.7894.227@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644703,18 +711848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73640, "usage_id": 196 }, "7894.02.228": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.228, B\u00fcro", "arch_name": "02.7894.228@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644722,18 +711869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73641, "usage_id": 12 }, "7894.02.270": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.270, TGA", "arch_name": "02.7894.270@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644741,18 +711890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73610, "usage_id": 120 }, "7894.02.273": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.273, TGA", "arch_name": "02.7894.273@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644760,18 +711911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73623, "usage_id": 120 }, "7894.02.280": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.280, Treppenhaus", "arch_name": "02.7894.280@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644779,18 +711932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73605, "usage_id": 223 }, "7894.02.281": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.281, Flur", "arch_name": "02.7894.281@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644798,18 +711953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73639, "usage_id": 222 }, "7894.02.282": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.282, Flur", "arch_name": "02.7894.282@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644817,18 +711974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73448, "usage_id": 222 }, "7894.02.283": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.283, Flur", "arch_name": "02.7894.283@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644836,18 +711995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73487, "usage_id": 222 }, "7894.02.284": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.284, Treppenhaus", "arch_name": "02.7894.284@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -644855,18 +712016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73628, "usage_id": 223 }, "7894.02.301": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.301, WC-Herren Vorraum", "arch_name": "02.7894.301@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -644874,18 +712037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73489, "usage_id": 118 }, "7894.02.301A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.301A, WC-Herren", "arch_name": "02.7894.301A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -644893,18 +712058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73488, "usage_id": 115 }, "7894.02.302": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.302, B\u00fcro", "arch_name": "02.7894.302@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644912,18 +712079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73643, "usage_id": 12 }, "7894.02.302A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.302A, Besprechungsraum", "arch_name": "02.7894.302A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644931,18 +712100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73642, "usage_id": 196 }, "7894.02.303": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.303, B\u00fcro", "arch_name": "02.7894.303@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644950,18 +712121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73646, "usage_id": 12 }, "7894.02.305": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.305, B\u00fcro", "arch_name": "02.7894.305@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644969,18 +712142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73647, "usage_id": 12 }, "7894.02.306": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.306, B\u00fcro", "arch_name": "02.7894.306@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -644988,18 +712163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73648, "usage_id": 12 }, "7894.02.307": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.307, B\u00fcro", "arch_name": "02.7894.307@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645007,18 +712184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73649, "usage_id": 12 }, "7894.02.307A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.307A, Besprechungsraum", "arch_name": "02.7894.307A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645026,18 +712205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73669, "usage_id": 196 }, "7894.02.308": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.308, Sanit\u00e4rraum", "arch_name": "02.7894.308@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -645045,18 +712226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73670, "usage_id": 37 }, "7894.02.309": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.309, B\u00fcro", "arch_name": "02.7894.309@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645064,18 +712247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73652, "usage_id": 12 }, "7894.02.310": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.310, B\u00fcro", "arch_name": "02.7894.310@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645083,18 +712268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73653, "usage_id": 12 }, "7894.02.311": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.311, B\u00fcro", "arch_name": "02.7894.311@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645102,18 +712289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73654, "usage_id": 12 }, "7894.02.311A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.311A, ELT/IT", "arch_name": "02.7894.311A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -645121,18 +712310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73667, "usage_id": 207 }, "7894.02.312": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.312, B\u00fcro", "arch_name": "02.7894.312@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645140,18 +712331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73655, "usage_id": 12 }, "7894.02.313": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.313, B\u00fcro", "arch_name": "02.7894.313@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645159,18 +712352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73656, "usage_id": 12 }, "7894.02.314": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.314, Besprechungsraum", "arch_name": "02.7894.314@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645178,18 +712373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73492, "usage_id": 196 }, "7894.02.315": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.315, B\u00fcro", "arch_name": "02.7894.315@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645197,18 +712394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73493, "usage_id": 12 }, "7894.02.316": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.316, WC-Damen Vorraum", "arch_name": "02.7894.316@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -645216,18 +712415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73658, "usage_id": 118 }, "7894.02.316A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.316A, WC-Damen", "arch_name": "02.7894.316A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -645235,18 +712436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73659, "usage_id": 116 }, "7894.02.316B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.316B, Putzraum", "arch_name": "02.7894.316B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -645254,18 +712457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73660, "usage_id": 205 }, "7894.02.317": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.317, B\u00fcro", "arch_name": "02.7894.317@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645273,18 +712478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73494, "usage_id": 12 }, "7894.02.318": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.318, B\u00fcro", "arch_name": "02.7894.318@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645292,18 +712499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73626, "usage_id": 12 }, "7894.02.319": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.319, Besprechungsraum", "arch_name": "02.7894.319@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645311,18 +712520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73664, "usage_id": 196 }, "7894.02.320": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.320, B\u00fcro", "arch_name": "02.7894.320@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645330,18 +712541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73665, "usage_id": 12 }, "7894.02.321": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.321, B\u00fcro", "arch_name": "02.7894.321@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645349,18 +712562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73666, "usage_id": 12 }, "7894.02.322": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.322, B\u00fcro", "arch_name": "02.7894.322@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645368,18 +712583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73619, "usage_id": 12 }, "7894.02.323": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.323, Lager", "arch_name": "02.7894.323@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -645387,18 +712604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73668, "usage_id": 30 }, "7894.02.324": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.324, B\u00fcro", "arch_name": "02.7894.324@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645406,18 +712625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73618, "usage_id": 12 }, "7894.02.325": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.325, B\u00fcro", "arch_name": "02.7894.325@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645425,18 +712646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73495, "usage_id": 12 }, "7894.02.326": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.326, B\u00fcro", "arch_name": "02.7894.326@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645444,18 +712667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73616, "usage_id": 12 }, "7894.02.327": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.327, B\u00fcro", "arch_name": "02.7894.327@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645463,18 +712688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73611, "usage_id": 12 }, "7894.02.328": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.328, B\u00fcro", "arch_name": "02.7894.328@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645482,18 +712709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73672, "usage_id": 12 }, "7894.02.329": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.329, B\u00fcro", "arch_name": "02.7894.329@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645501,18 +712730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73675, "usage_id": 12 }, "7894.02.330": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.330, Copy", "arch_name": "02.7894.330@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -645520,18 +712751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73673, "usage_id": 110 }, "7894.02.331": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.331, Teek\u00fcche", "arch_name": "02.7894.331@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -645539,18 +712772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73674, "usage_id": 198 }, "7894.02.332": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.332, B\u00fcro", "arch_name": "02.7894.332@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -645558,18 +712793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73677, "usage_id": 12 }, "7894.02.370": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.370, TGA", "arch_name": "02.7894.370@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645577,18 +712814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73644, "usage_id": 120 }, "7894.02.373": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.373, TGA", "arch_name": "02.7894.373@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645596,18 +712835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73657, "usage_id": 120 }, "7894.02.377": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.377, TGA", "arch_name": "02.7894.377@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645615,18 +712856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73676, "usage_id": 120 }, "7894.02.379": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.379, TGA", "arch_name": "02.7894.379@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645634,18 +712877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73662, "usage_id": 120 }, "7894.02.380": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.380, Treppenhaus", "arch_name": "02.7894.380@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645653,18 +712898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73490, "usage_id": 223 }, "7894.02.381": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.381, Flur", "arch_name": "02.7894.381@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645672,18 +712919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73451, "usage_id": 222 }, "7894.02.382": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.382, Flur", "arch_name": "02.7894.382@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645691,18 +712940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73671, "usage_id": 222 }, "7894.02.383": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.383, Flur", "arch_name": "02.7894.383@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645710,18 +712961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73663, "usage_id": 222 }, "7894.02.384": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.384, Treppenhaus", "arch_name": "02.7894.384@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645729,18 +712982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73661, "usage_id": 223 }, "7894.02.501A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.501A, BMZ", "arch_name": "02.7894.501A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645748,18 +713003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73679, "usage_id": 202 }, "7894.02.502": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.502, Technik", "arch_name": "02.7894.502@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645767,18 +713024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73682, "usage_id": 120 }, "7894.02.502A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.502A, Technik", "arch_name": "02.7894.502A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645786,18 +713045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73683, "usage_id": 120 }, "7894.02.503": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.503, Technik", "arch_name": "02.7894.503@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645805,18 +713066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73681, "usage_id": 120 }, "7894.02.505": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.505, Technik", "arch_name": "02.7894.505@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645824,18 +713087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73688, "usage_id": 120 }, "7894.02.580": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.580, Flur", "arch_name": "02.7894.580@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645843,18 +713108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73680, "usage_id": 222 }, "7894.02.580A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.580A, Aufzug", "arch_name": "02.7894.580A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645862,18 +713129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73685, "usage_id": 4 }, "7894.02.581": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.581, Treppenhaus", "arch_name": "02.7894.581@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645881,18 +713150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73684, "usage_id": 223 }, "7894.02.582": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.582, Flur", "arch_name": "02.7894.582@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645900,18 +713171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73687, "usage_id": 222 }, "7894.02.880": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.880, Br\u00fccke", "arch_name": "02.7894.880@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645919,18 +713192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73608, "usage_id": 206 }, "7894.02.881": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.881, Br\u00fccke", "arch_name": "02.7894.881@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645938,18 +713213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73624, "usage_id": 206 }, "7894.02.883": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.883, Br\u00fccke", "arch_name": "02.7894.883@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645957,18 +713234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73678, "usage_id": 206 }, "7894.02.883A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.883A, Aufzug", "arch_name": "02.7894.883A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645976,18 +713255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73645, "usage_id": 4 }, "7894.02.884": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "02.7894.884, Br\u00fccke", "arch_name": "02.7894.884@7894", "area_id": 57, "building_id": 3010, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -645995,18 +713276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73491, "usage_id": 206 }, "7894.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.101, Security", "arch_name": "00.7894.101@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646014,18 +713297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73515, "usage_id": 12 }, "7894.EG.101A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.101A, EDV", "arch_name": "00.7894.101A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646033,18 +713318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73514, "usage_id": 207 }, "7894.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.102, Garderobe", "arch_name": "00.7894.102@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646052,18 +713339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73516, "usage_id": 121 }, "7894.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.103, Teek\u00fcche", "arch_name": "00.7894.103@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646071,18 +713360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73518, "usage_id": 198 }, "7894.EG.103A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.103A, Vorraum", "arch_name": "00.7894.103A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646090,18 +713381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73517, "usage_id": 222 }, "7894.EG.104": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.104, WC-Herren Vorraum", "arch_name": "00.7894.104@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646109,18 +713402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73536, "usage_id": 118 }, "7894.EG.104A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.104A, WC-Herren", "arch_name": "00.7894.104A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646128,18 +713423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73513, "usage_id": 115 }, "7894.EG.105": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.105, WC-Damen Vorraum", "arch_name": "00.7894.105@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646147,18 +713444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73437, "usage_id": 118 }, "7894.EG.105A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.105A, WC-Damen", "arch_name": "00.7894.105A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646166,18 +713465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73512, "usage_id": 116 }, "7894.EG.106": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.106, WC-Beh.", "arch_name": "00.7894.106@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646185,18 +713486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73510, "usage_id": 117 }, "7894.EG.106A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.106A, Putzraum", "arch_name": "00.7894.106A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646204,18 +713507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73511, "usage_id": 205 }, "7894.EG.108": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.108, Lager", "arch_name": "00.7894.108@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646223,18 +713528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73467, "usage_id": 30 }, "7894.EG.109": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.109, Besprechungsraum", "arch_name": "00.7894.109@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646242,18 +713549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73464, "usage_id": 196 }, "7894.EG.110": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.110, Besprechungsraum", "arch_name": "00.7894.110@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646261,18 +713570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73465, "usage_id": 196 }, "7894.EG.111": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.111, Seminarraum", "arch_name": "00.7894.111@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646280,18 +713591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73463, "usage_id": 41 }, "7894.EG.112": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.112, Besprechungsraum", "arch_name": "00.7894.112@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646299,18 +713612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73462, "usage_id": 196 }, "7894.EG.113": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.113, Besprechungsraum", "arch_name": "00.7894.113@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646318,18 +713633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73461, "usage_id": 196 }, "7894.EG.114": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.114, Putzraum", "arch_name": "00.7894.114@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646337,18 +713654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73532, "usage_id": 205 }, "7894.EG.115": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.115, Besprechungsraum", "arch_name": "00.7894.115@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646356,18 +713675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73460, "usage_id": 196 }, "7894.EG.116": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.116, Copy", "arch_name": "00.7894.116@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646375,18 +713696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73535, "usage_id": 110 }, "7894.EG.180A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.180A, Empfang/Flur", "arch_name": "00.7894.180A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646394,18 +713717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73520, "usage_id": 222 }, "7894.EG.180B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.180B, Flur", "arch_name": "00.7894.180B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646413,18 +713738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73534, "usage_id": 222 }, "7894.EG.180C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.180C, Flur", "arch_name": "00.7894.180C@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646432,18 +713759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73466, "usage_id": 222 }, "7894.EG.180D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.180D, Aufzug", "arch_name": "00.7894.180D@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646451,18 +713780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73533, "usage_id": 4 }, "7894.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.201, B\u00fcro", "arch_name": "00.7894.201@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646470,18 +713801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73538, "usage_id": 12 }, "7894.EG.202": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.202, B\u00fcro", "arch_name": "00.7894.202@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646489,18 +713822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73539, "usage_id": 12 }, "7894.EG.203": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.203, WC-Beh.", "arch_name": "00.7894.203@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -646508,18 +713843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73541, "usage_id": 117 }, "7894.EG.204": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.204, Teek\u00fcche", "arch_name": "00.7894.204@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646527,18 +713864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73542, "usage_id": 198 }, "7894.EG.205": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.205, Copy", "arch_name": "00.7894.205@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646546,18 +713885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73468, "usage_id": 110 }, "7894.EG.206": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.206, Lager", "arch_name": "00.7894.206@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -646565,18 +713906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73469, "usage_id": 30 }, "7894.EG.207": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.207, B\u00fcro", "arch_name": "00.7894.207@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646584,18 +713927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73470, "usage_id": 12 }, "7894.EG.208": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.208, B\u00fcro", "arch_name": "00.7894.208@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646603,18 +713948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73471, "usage_id": 12 }, "7894.EG.209": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.209, B\u00fcro", "arch_name": "00.7894.209@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646622,18 +713969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73472, "usage_id": 12 }, "7894.EG.210": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.210, B\u00fcro", "arch_name": "00.7894.210@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646641,18 +713990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73473, "usage_id": 12 }, "7894.EG.211": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.211, B\u00fcro", "arch_name": "00.7894.211@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646660,18 +714011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73474, "usage_id": 12 }, "7894.EG.212": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.212, B\u00fcro", "arch_name": "00.7894.212@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646679,18 +714032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73438, "usage_id": 12 }, "7894.EG.213": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.213, B\u00fcro", "arch_name": "00.7894.213@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646698,18 +714053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73545, "usage_id": 12 }, "7894.EG.214": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.214, Eltern Kind Raum", "arch_name": "00.7894.214@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646717,18 +714074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73440, "usage_id": 44 }, "7894.EG.215": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.215, B\u00fcro", "arch_name": "00.7894.215@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646736,18 +714095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73547, "usage_id": 12 }, "7894.EG.216": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.216, B\u00fcro", "arch_name": "00.7894.216@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646755,18 +714116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73548, "usage_id": 12 }, "7894.EG.217": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.217, B\u00fcro", "arch_name": "00.7894.217@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646774,18 +714137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73549, "usage_id": 12 }, "7894.EG.218": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.218, B\u00fcro", "arch_name": "00.7894.218@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646793,18 +714158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73550, "usage_id": 12 }, "7894.EG.219": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.219, B\u00fcro", "arch_name": "00.7894.219@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646812,18 +714179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73551, "usage_id": 12 }, "7894.EG.220": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.220, B\u00fcro", "arch_name": "00.7894.220@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646831,18 +714200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73552, "usage_id": 12 }, "7894.EG.221": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.221, B\u00fcro", "arch_name": "00.7894.221@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646850,18 +714221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73553, "usage_id": 12 }, "7894.EG.222": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.222, B\u00fcro", "arch_name": "00.7894.222@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646869,18 +714242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73554, "usage_id": 12 }, "7894.EG.223": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.223, B\u00fcro", "arch_name": "00.7894.223@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646888,18 +714263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73555, "usage_id": 12 }, "7894.EG.224": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.224, B\u00fcro", "arch_name": "00.7894.224@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646907,18 +714284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73556, "usage_id": 12 }, "7894.EG.225": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.225, B\u00fcro", "arch_name": "00.7894.225@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646926,18 +714305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73557, "usage_id": 12 }, "7894.EG.226": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.226, Besprechungsraum", "arch_name": "00.7894.226@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646945,18 +714326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73558, "usage_id": 196 }, "7894.EG.227": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.227, B\u00fcro", "arch_name": "00.7894.227@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646964,18 +714347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73559, "usage_id": 12 }, "7894.EG.228": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.228, B\u00fcro", "arch_name": "00.7894.228@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -646983,18 +714368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73560, "usage_id": 12 }, "7894.EG.229": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.229, B\u00fcro", "arch_name": "00.7894.229@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -647002,18 +714389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73561, "usage_id": 12 }, "7894.EG.270": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.270, TGA", "arch_name": "00.7894.270@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647021,18 +714410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73540, "usage_id": 120 }, "7894.EG.272": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.272, TGA", "arch_name": "00.7894.272@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647040,18 +714431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73439, "usage_id": 120 }, "7894.EG.280": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.280, Treppenhaus", "arch_name": "00.7894.280@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -647059,18 +714452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73537, "usage_id": 223 }, "7894.EG.281": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.281, Flur", "arch_name": "00.7894.281@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647078,18 +714473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73543, "usage_id": 222 }, "7894.EG.282": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.282, Flur", "arch_name": "00.7894.282@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647097,18 +714494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73544, "usage_id": 222 }, "7894.EG.283": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.283, Treppenhaus", "arch_name": "00.7894.283@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647116,18 +714515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73546, "usage_id": 223 }, "7894.EG.301": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.301, WC-Herren Vorraum", "arch_name": "00.7894.301@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -647135,18 +714536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73565, "usage_id": 118 }, "7894.EG.301B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.301B, WC-Herren", "arch_name": "00.7894.301B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -647154,18 +714557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73564, "usage_id": 115 }, "7894.EG.302": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.302, Besprechungsraum", "arch_name": "00.7894.302@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647173,18 +714578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73563, "usage_id": 196 }, "7894.EG.303": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.303, Mess-/Pr\u00fcfraum", "arch_name": "00.7894.303@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647192,18 +714599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73476, "usage_id": 103 }, "7894.EG.305": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.305, Labor Metallografie", "arch_name": "00.7894.305@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647211,18 +714620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73570, "usage_id": 103 }, "7894.EG.306": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.306, Labor Metallografie", "arch_name": "00.7894.306@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647230,18 +714641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73571, "usage_id": 103 }, "7894.EG.306A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.306A, Labor", "arch_name": "00.7894.306A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647249,18 +714662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73479, "usage_id": 103 }, "7894.EG.307": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.307, Mess-/Pr\u00fcfraum", "arch_name": "00.7894.307@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647268,18 +714683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73478, "usage_id": 103 }, "7894.EG.309": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.309, B\u00fcro", "arch_name": "00.7894.309@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 39688, "seats": { @@ -647287,18 +714704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73446, "usage_id": 12 }, "7894.EG.310": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.310, WC-Damen Vorraum", "arch_name": "00.7894.310@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -647306,18 +714725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73574, "usage_id": 118 }, "7894.EG.310A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.310A, Putzraum", "arch_name": "00.7894.310A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -647325,18 +714746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73576, "usage_id": 205 }, "7894.EG.310B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.310B, WC-Damen", "arch_name": "00.7894.310B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -647344,18 +714767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73575, "usage_id": 116 }, "7894.EG.311": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.311, Elektronenmikroskopie", "arch_name": "00.7894.311@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647363,18 +714788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73578, "usage_id": 103 }, "7894.EG.313": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.313, Lager", "arch_name": "00.7894.313@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647382,18 +714809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73573, "usage_id": 30 }, "7894.EG.313A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.313A, IT", "arch_name": "00.7894.313A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647401,18 +714830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73444, "usage_id": 207 }, "7894.EG.314": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.314, B\u00fcro", "arch_name": "00.7894.314@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647420,18 +714851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73580, "usage_id": 12 }, "7894.EG.315": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.315, Mess-/Pr\u00fcfraum", "arch_name": "00.7894.315@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647439,18 +714872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73445, "usage_id": 103 }, "7894.EG.317": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.317, Mess-/Pr\u00fcfraum", "arch_name": "00.7894.317@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647458,18 +714893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73581, "usage_id": 103 }, "7894.EG.319": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.319, Mess-/Pr\u00fcfraum", "arch_name": "00.7894.319@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647477,18 +714914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73582, "usage_id": 103 }, "7894.EG.321": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.321, Mess-/Pr\u00fcfraum", "arch_name": "00.7894.321@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647496,18 +714935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73583, "usage_id": 103 }, "7894.EG.322": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.322, B\u00fcro", "arch_name": "00.7894.322@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647515,18 +714956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73584, "usage_id": 12 }, "7894.EG.324": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.324, Lager", "arch_name": "00.7894.324@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647534,18 +714977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73569, "usage_id": 30 }, "7894.EG.325": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.325, Teek\u00fcche", "arch_name": "00.7894.325@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647553,18 +714998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73568, "usage_id": 198 }, "7894.EG.326": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.326, B\u00fcro", "arch_name": "00.7894.326@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647572,18 +715019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73586, "usage_id": 12 }, "7894.EG.329": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.329, B\u00fcro", "arch_name": "00.7894.329@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647591,18 +715040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73567, "usage_id": 12 }, "7894.EG.371": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.371, TGA", "arch_name": "00.7894.371@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647610,18 +715061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73566, "usage_id": 120 }, "7894.EG.373": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.373, TGA", "arch_name": "00.7894.373@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647629,18 +715082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73572, "usage_id": 120 }, "7894.EG.374": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.374, TGA", "arch_name": "00.7894.374@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647648,18 +715103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73579, "usage_id": 120 }, "7894.EG.375": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.375, TGA", "arch_name": "00.7894.375@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647667,18 +715124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73585, "usage_id": 120 }, "7894.EG.380": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.380, Treppenhaus", "arch_name": "00.7894.380@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -647686,18 +715145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73475, "usage_id": 223 }, "7894.EG.381": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.381, Flur", "arch_name": "00.7894.381@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647705,18 +715166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73442, "usage_id": 222 }, "7894.EG.382": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.382, Flur", "arch_name": "00.7894.382@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647724,18 +715187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73443, "usage_id": 222 }, "7894.EG.383": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.383, Treppenhaus", "arch_name": "00.7894.383@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -647743,18 +715208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73577, "usage_id": 223 }, "7894.EG.401": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.401, Kontrollraum", "arch_name": "00.7894.401@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647762,18 +715229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73591, "usage_id": 12 }, "7894.EG.402": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.402, Testzelle Labor", "arch_name": "00.7894.402@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647781,18 +715250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73592, "usage_id": 103 }, "7894.EG.403": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.403, Lager", "arch_name": "00.7894.403@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -647800,18 +715271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73590, "usage_id": 30 }, "7894.EG.404": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.404, Testzelle Labor", "arch_name": "00.7894.404@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647819,18 +715292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73589, "usage_id": 103 }, "7894.EG.405": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.405, Testzelle Labor", "arch_name": "00.7894.405@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647838,18 +715313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73588, "usage_id": 103 }, "7894.EG.408": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.408, Halle/Labor", "arch_name": "00.7894.408@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647857,18 +715334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73481, "usage_id": 49 }, "7894.EG.410": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.410, Halle/Labor", "arch_name": "00.7894.410@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647876,18 +715355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73480, "usage_id": 49 }, "7894.EG.412": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.412, Lager", "arch_name": "00.7894.412@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647895,18 +715376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73587, "usage_id": 30 }, "7894.EG.501": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.501, Lager", "arch_name": "00.7894.501@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647914,18 +715397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73603, "usage_id": 180 }, "7894.EG.502A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.502A, Lager", "arch_name": "00.7894.502A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647933,18 +715418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73602, "usage_id": 180 }, "7894.EG.505": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.505, Lager", "arch_name": "00.7894.505@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647952,18 +715439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73596, "usage_id": 180 }, "7894.EG.505A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.505A, B\u00fcro", "arch_name": "00.7894.505A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647971,18 +715460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73601, "usage_id": 12 }, "7894.EG.506": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.506, Flaschenlager", "arch_name": "00.7894.506@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -647990,18 +715481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73597, "usage_id": 30 }, "7894.EG.507": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.507, M\u00fcllraum", "arch_name": "00.7894.507@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -648009,18 +715502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73447, "usage_id": 214 }, "7894.EG.508": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.508, Kompressor", "arch_name": "00.7894.508@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648028,18 +715523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73594, "usage_id": 120 }, "7894.EG.509": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.509, Sanit\u00e4r", "arch_name": "00.7894.509@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -648047,18 +715544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73595, "usage_id": 37 }, "7894.EG.510": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.510, Technik", "arch_name": "00.7894.510@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648066,18 +715565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73593, "usage_id": 120 }, "7894.EG.580": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.580, Flur", "arch_name": "00.7894.580@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648085,18 +715586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73599, "usage_id": 222 }, "7894.EG.580A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.880A, Aufzug", "arch_name": "00.7894.880A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648104,18 +715607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73600, "usage_id": 4 }, "7894.EG.581": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.581, Treppenhaus", "arch_name": "00.7894.581@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -648123,18 +715628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73598, "usage_id": 223 }, "7894.EG.880": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.880, Atrium", "arch_name": "00.7894.880@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648142,18 +715649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73519, "usage_id": 222 }, "7894.EG.881": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.881, Atrium/Zwischenzone", "arch_name": "00.7894.881@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Holzpflaster", "main_operator_id": 39688, "seats": { @@ -648161,18 +715670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73562, "usage_id": 222 }, "7894.EG.882": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.882, Atrium/Zwischenzone", "arch_name": "00.7894.882@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -648180,18 +715691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73477, "usage_id": 222 }, "7894.EG.882A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "00.7894.882A, Aufzug", "arch_name": "00.7894.882A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648199,18 +715712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73441, "usage_id": 4 }, "7894.TP.502": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "Z1.7894.502, Komm.raum", "arch_name": "Z1.7894.502@7894", "area_id": 57, "building_id": 3010, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -648218,18 +715733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73458, "usage_id": 196 }, "7894.TP.503": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "Z1.7894.503, Komm.raum", "arch_name": "Z1.7894.503@7894", "area_id": 57, "building_id": 3010, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -648237,18 +715754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73507, "usage_id": 196 }, "7894.TP.504A": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "Z1.7894.504A, BMZ", "arch_name": "Z1.7894.504A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -648256,18 +715775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73434, "usage_id": 202 }, "7894.TP.504B": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "Z1.7894.504B, Rechnerraum", "arch_name": "Z1.7894.504B@7894", "area_id": 57, "building_id": 3010, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -648275,18 +715796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73506, "usage_id": 207 }, "7894.TP.580": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "Z1.7894.580, Treppenhaus", "arch_name": "Z1.7894.580@7894", "area_id": 57, "building_id": 3010, + "floor_level": "TP", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648294,18 +715817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73508, "usage_id": 223 }, "7894.TP.581": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "Z1.7894.581, Flur", "arch_name": "Z1.7894.581@7894", "area_id": 57, "building_id": 3010, + "floor_level": "TP", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -648313,18 +715838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73509, "usage_id": 222 }, "7894.TP.581A": { "address": { - "floor": "TP", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "Z1.7894.581A, Aufzug", "arch_name": "Z1.7894.581A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "TP", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648332,18 +715859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73459, "usage_id": 4 }, "7894.U1.380": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "-1.7894.380, Flur", "arch_name": "-1.7894.380@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648351,18 +715880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73433, "usage_id": 222 }, "7894.U1.381": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "-1.7894.381, Flur", "arch_name": "-1.7894.381@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648370,18 +715901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73432, "usage_id": 222 }, "7894.U1.383": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "-1.7894.383, Flur", "arch_name": "-1.7894.383@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648389,18 +715922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73431, "usage_id": 222 }, "7894.U1.502": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "-1.7894.502, Sanit\u00e4rzentrale", "arch_name": "-1.7894.502@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648408,18 +715943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73401, "usage_id": 120 }, "7894.U1.503": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "-1.7894.503, Sprinkler\u00fcbergabe", "arch_name": "-1.7894.503@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648427,18 +715964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73428, "usage_id": 183 }, "7894.U1.504": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "-1.7894.504, M\u00fcllraum", "arch_name": "-1.7894.504@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648446,18 +715985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73429, "usage_id": 214 }, "7894.U1.580": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "-1.7894.580, Treppenhaus", "arch_name": "-1.7894.580@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648465,18 +716006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73436, "usage_id": 223 }, "7894.U1.581": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "-1.7894.581, Flur", "arch_name": "-1.7894.581@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648484,18 +716027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73435, "usage_id": 222 }, "7894.U1.581A": { "address": { - "floor": "1.UG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 52", "zip_code": 85748 }, + "alt_name": "-1.7894.581A, Aufzug", "arch_name": "-1.7894.581A@7894", "area_id": 57, "building_id": 3010, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648503,18 +716048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73430, "usage_id": 4 }, "7895.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "P.0.001, Versuchshalle f\u00fcr Faserverbundwerkstoffe", "arch_name": "P.0.001@7895", "area_id": 57, "building_id": 3089, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -648522,18 +716069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74226, "usage_id": 49 }, "7896.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.01, WC-Herren Vorraum", "arch_name": "C1.1.01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -648541,18 +716090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74213, "usage_id": 118 }, "7896.01.101A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.01A, WC-Herren", "arch_name": "C1.1.01A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -648560,18 +716111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74214, "usage_id": 115 }, "7896.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.02, WC-Divers Vorraum", "arch_name": "C1.1.02@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -648579,18 +716132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74224, "usage_id": 118 }, "7896.01.102A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.02A, WC-Divers", "arch_name": "C1.1.02A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -648598,18 +716153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74225, "usage_id": 114 }, "7896.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.03, Teek\u00fcche", "arch_name": "C1.1.03@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648617,18 +716174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74215, "usage_id": 198 }, "7896.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.04, Think Tank", "arch_name": "C1.1.04@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 39688, "seats": { @@ -648636,18 +716195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74218, "usage_id": 196 }, "7896.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.05, IT-Verteiler", "arch_name": "C1.1.05@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -648655,18 +716216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74219, "usage_id": 207 }, "7896.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.07, Powder Lab", "arch_name": "C1.1.07@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648674,18 +716237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74217, "usage_id": 102 }, "7896.01.108": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.08, Umkleide Damen", "arch_name": "C1.1.08@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -648693,18 +716258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74200, "usage_id": 121 }, "7896.01.108A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.08A, Duschen Damen", "arch_name": "C1.1.08A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -648712,18 +716279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74201, "usage_id": 113 }, "7896.01.109": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.09A, Umkleide Herren", "arch_name": "C1.1.09A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -648731,18 +716300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74199, "usage_id": 121 }, "7896.01.109A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.09A, Duschen Herren", "arch_name": "C1.1.09A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -648750,18 +716321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74198, "usage_id": 113 }, "7896.01.110A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.10A, Flur", "arch_name": "C1.1.10A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648769,18 +716342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74216, "usage_id": 222 }, "7896.01.110B": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.10B, Flur", "arch_name": "C1.1.10B@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648788,18 +716363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74197, "usage_id": 222 }, "7896.01.170": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.T01, Treppenhaus 1", "arch_name": "C1.1.T01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648807,18 +716384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74211, "usage_id": 223 }, "7896.01.171": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.A1, Aufzug Vorraum", "arch_name": "C1.0.A1@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648826,18 +716405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74196, "usage_id": 222 }, "7896.01.172": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.A1, Aufzug", "arch_name": "C1.0.A1@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648845,18 +716426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74212, "usage_id": 4 }, "7896.01.173": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.1.B01, Erschlie\u00dfung Br\u00fccke", "arch_name": "C1.1.B01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648864,18 +716447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74207, "usage_id": 206 }, "7896.01.201": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.1.01, Fernw\u00e4rme\u00fcbergabe", "arch_name": "C2.1.01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648883,18 +716468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74206, "usage_id": 201 }, "7896.01.202": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.1.02, TUM Meisterb\u00fcro", "arch_name": "C2.1.02@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648902,18 +716489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74205, "usage_id": 12 }, "7896.01.203": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.1.03, Post Processing", "arch_name": "C2.1.03@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648921,18 +716510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74203, "usage_id": 180 }, "7896.01.204": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.1.04, Post Processing", "arch_name": "C2.1.04@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648940,18 +716531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74202, "usage_id": 180 }, "7896.01.205": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.1.05, Galerie", "arch_name": "C2.1.05@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648959,18 +716552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74220, "usage_id": 206 }, "7896.01.270": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.1.T02, Treppenhaus 2", "arch_name": "C2.1.T02@7896", "area_id": 57, "building_id": 3069, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 39688, "seats": { @@ -648978,18 +716573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74204, "usage_id": 223 }, "7896.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.2.01, Technikzentrale", "arch_name": "C1.2.01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -648997,18 +716594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74441, "usage_id": 120 }, "7896.02.170": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.2.T01, Treppenhaus", "arch_name": "C1.2.T01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -649016,18 +716615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74442, "usage_id": 223 }, "7896.02.180A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.2.D01A, K\u00fchlturm", "arch_name": "C2.2.D01A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -649035,18 +716636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74419, "usage_id": 120 }, "7896.02.180B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.2.D01, offene Dachfl\u00e4che", "arch_name": "C2.2.D01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -649054,18 +716657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74420, "usage_id": 219 }, "7896.02.180C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.2.D01, offene Dachfl\u00e4che", "arch_name": "C2.2.D01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -649073,18 +716678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74421, "usage_id": 219 }, "7896.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.2.02, Druckluftzentrale", "arch_name": "C2.2.02@7896", "area_id": 57, "building_id": 3069, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 39688, "seats": { @@ -649092,18 +716699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74443, "usage_id": 120 }, "7896.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.01, WC-Herren Vorraum", "arch_name": "C1.0.01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -649111,18 +716720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74181, "usage_id": 118 }, "7896.EG.101A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.01A, WC-Herren", "arch_name": "C1.0.01A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -649130,18 +716741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74180, "usage_id": 115 }, "7896.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.02, WC-Divers Vorraum", "arch_name": "C1.0.02@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -649149,18 +716762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74186, "usage_id": 114 }, "7896.EG.102A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.02A, WC-Divers", "arch_name": "C1.0.02A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -649168,18 +716783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74187, "usage_id": 114 }, "7896.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.03, Waschraum", "arch_name": "C1.0.03@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -649187,18 +716804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74182, "usage_id": 210 }, "7896.EG.104": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.01A, Beh.-WC", "arch_name": "C1.0.01A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -649206,18 +716825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74188, "usage_id": 117 }, "7896.EG.105": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.05, Putzraum", "arch_name": "C1.0.05@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 39688, "seats": { @@ -649225,18 +716846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74183, "usage_id": 205 }, "7896.EG.106A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.06A, Schleuse Pulverhandling", "arch_name": "C1.0.06A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -649244,18 +716867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74184, "usage_id": 105 }, "7896.EG.170": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.T01, Flur/Treppenhaus 1", "arch_name": "C1.0.T01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -649263,18 +716888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74185, "usage_id": 223 }, "7896.EG.171": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C1.0.A1, Aufzug", "arch_name": "C1.0.A1@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -649282,18 +716909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74179, "usage_id": 4 }, "7896.EG.201": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.01, Erschlie\u00dfung Halle", "arch_name": "C2.0.01@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -649301,18 +716930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74190, "usage_id": 222 }, "7896.EG.201A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.01A, TUM Printerbereich", "arch_name": "C2.0.01A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -649320,18 +716951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74194, "usage_id": 51 }, "7896.EG.201B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.01A, Schleuse TUM Printer", "arch_name": "C2.0.01A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -649339,18 +716972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74195, "usage_id": 105 }, "7896.EG.202": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.02, TUM Printerbereich", "arch_name": "C2.0.02@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -649358,18 +716993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74192, "usage_id": 51 }, "7896.EG.202A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.02A, Schleuse TUM Printer", "arch_name": "C2.0.02A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -649377,18 +717014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74193, "usage_id": 105 }, "7896.EG.203": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.03, TUM Printerbereich", "arch_name": "C2.0.03@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -649396,18 +717035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74191, "usage_id": 51 }, "7896.EG.204A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.04A, Schleuse", "arch_name": "C2.0.04A@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -649415,18 +717056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74209, "usage_id": 105 }, "7896.EG.270": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.T02, Treppenhaus Erschlie\u00dfung", "arch_name": "C2.0.T02@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -649434,18 +717077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74221, "usage_id": 223 }, "7896.EG.801B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.01B, Oerlikon Printerbereich", "arch_name": "C2.0.01B@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -649453,18 +717098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74222, "usage_id": 51 }, "7896.EG.801C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.01C, Oerlikon Schleuse Printerbereich", "arch_name": "C2.0.01C@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Industrieanstrich", "main_operator_id": 39688, "seats": { @@ -649472,18 +717119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74210, "usage_id": 105 }, "7896.EG.801D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Freisinger Landstr. 50", "zip_code": 85748 }, + "alt_name": "C2.0.01D, Oerlikon Printerbereich", "arch_name": "C2.0.01D@7896", "area_id": 57, "building_id": 3069, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 39688, "seats": { @@ -649491,18 +717140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74223, "usage_id": 51 }, "7910.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Ludwig-Prandtl-Str. 1", "zip_code": 85748 }, + "alt_name": "0001, Messkabine & Messtationen", "arch_name": "0001@7910", "area_id": 58, "building_id": 1040, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -649510,18 +717161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61338, "usage_id": 103 }, "8101.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.02, Seminarraum 2", "arch_name": "1.03.02@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -649529,18 +717182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72839, "usage_id": 41 }, "8101.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.03, Seminarraum 1", "arch_name": "1.03.03@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -649548,18 +717203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72840, "usage_id": 41 }, "8101.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.13, B\u00fcro", "arch_name": "1.03.13@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -649567,18 +717224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72837, "usage_id": 12 }, "8101.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.14, B\u00fcro", "arch_name": "1.03.14@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -649586,18 +717245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72836, "usage_id": 12 }, "8101.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.15, B\u00fcro", "arch_name": "1.03.15@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -649605,18 +717266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72832, "usage_id": 12 }, "8101.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.16, B\u00fcro", "arch_name": "1.03.16@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -649624,18 +717287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72833, "usage_id": 12 }, "8101.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.17, B\u00fcro", "arch_name": "1.03.17@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -649643,18 +717308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72834, "usage_id": 12 }, "8101.01.019": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.19, Teek\u00fcche/Sozialraum", "arch_name": "1.03.19@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -649662,18 +717329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72838, "usage_id": 44 }, "8101.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.20, Serverraum", "arch_name": "1.03.20@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -649681,18 +717350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72830, "usage_id": 44 }, "8101.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.21, Umkleide", "arch_name": "1.03.21@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -649700,18 +717371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72831, "usage_id": 121 }, "8101.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.22, Labor 1", "arch_name": "1.03.22@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -649719,18 +717392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72835, "usage_id": 194 }, "8101.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "1.03.30, Labor 1.1", "arch_name": "1.03.30@8101", "area_id": 57, "building_id": 1038, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -649738,18 +717413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72841, "usage_id": 194 }, "8101.02.101": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.01, B\u00fcro", "arch_name": "2.01.01@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -649757,18 +717434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61264, "usage_id": 12 }, "8101.02.102": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.02, B\u00fcro", "arch_name": "2.01.02@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -649776,18 +717455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61265, "usage_id": 12 }, "8101.02.103": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.03, B\u00fcro", "arch_name": "2.01.03@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -649795,18 +717476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61266, "usage_id": 12 }, "8101.02.104": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.04, B\u00fcro", "arch_name": "2.01.04@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -649814,18 +717497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61267, "usage_id": 12 }, "8101.02.105": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.05, B\u00fcro", "arch_name": "2.01.05@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -649833,18 +717518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61274, "usage_id": 12 }, "8101.02.106": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.06, B\u00fcro", "arch_name": "2.01.06@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -649852,18 +717539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61275, "usage_id": 12 }, "8101.02.107": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.07, B\u00fcro", "arch_name": "2.01.07@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -649871,18 +717560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61276, "usage_id": 12 }, "8101.02.108": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.08, B\u00fcro", "arch_name": "2.01.08@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -649890,18 +717581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61277, "usage_id": 12 }, "8101.02.109": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.09, B\u00fcro", "arch_name": "2.01.09@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -649909,19 +717602,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61278, "usage_id": 12 }, "8101.02.110": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "BC1 2.01.10, Seminarraum", "arch_name": "BC1 2.01.10@8101", "area_id": 57, "building_id": 1038, "calendar_resource_nr": 18529, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 19519, "seats": { @@ -649929,19 +717624,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61279, "usage_id": 41 }, "8101.02.111": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "BC1 2.01.11, Studentenarbeitsraum", "arch_name": "BC1 2.01.11@8101", "area_id": 57, "building_id": 1038, "calendar_resource_nr": 18537, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14600, "seats": { @@ -649949,18 +717646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61280, "usage_id": 208 }, "8101.02.112": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.12, B\u00fcro", "arch_name": "2.01.12@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -649968,18 +717667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61293, "usage_id": 12 }, "8101.02.113": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.13, B\u00fcro", "arch_name": "2.01.13@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -649987,18 +717688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61294, "usage_id": 12 }, "8101.02.114": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.14, B\u00fcro", "arch_name": "2.01.14@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650006,18 +717709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61295, "usage_id": 12 }, "8101.02.115": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.15, B\u00fcro", "arch_name": "2.01.15@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650025,18 +717730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61296, "usage_id": 12 }, "8101.02.116": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.16, B\u00fcro", "arch_name": "2.01.16@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650044,18 +717751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61297, "usage_id": 12 }, "8101.02.117": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.17, B\u00fcro", "arch_name": "2.01.17@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650063,18 +717772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61298, "usage_id": 12 }, "8101.02.118": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.18, B\u00fcro", "arch_name": "2.01.18@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650082,18 +717793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61299, "usage_id": 12 }, "8101.02.119": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.19, B\u00fcro", "arch_name": "2.01.19@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650101,18 +717814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61300, "usage_id": 12 }, "8101.02.120": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.20, B\u00fcro", "arch_name": "2.01.20@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650120,18 +717835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61301, "usage_id": 12 }, "8101.02.121": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.21, B\u00fcro", "arch_name": "2.01.21@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650139,18 +717856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61302, "usage_id": 12 }, "8101.02.122": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.22, B\u00fcro", "arch_name": "2.01.22@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650158,18 +717877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61303, "usage_id": 12 }, "8101.02.123": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.23, B\u00fcro", "arch_name": "2.01.23@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650177,18 +717898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61304, "usage_id": 12 }, "8101.02.124": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.24, B\u00fcro", "arch_name": "2.01.24@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650196,18 +717919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61305, "usage_id": 12 }, "8101.02.125": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.25, B\u00fcro", "arch_name": "2.01.25@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650215,18 +717940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61306, "usage_id": 12 }, "8101.02.126": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.26, B\u00fcro", "arch_name": "2.01.26@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650234,18 +717961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61307, "usage_id": 12 }, "8101.02.127": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.27, Teek\u00fcche", "arch_name": "2.01.27@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650253,18 +717982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61308, "usage_id": 198 }, "8101.02.128A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.28A, WC-Vorraum Damen", "arch_name": "2.01.28A@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -650272,18 +718003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61319, "usage_id": 37 }, "8101.02.128B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.28B, WC-Damen", "arch_name": "2.01.28B@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -650291,18 +718024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61320, "usage_id": 116 }, "8101.02.128C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.28C, WC-Vorraum Herren", "arch_name": "2.01.28C@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -650310,18 +718045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61317, "usage_id": 37 }, "8101.02.128D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.28D, WC-Herren", "arch_name": "2.01.28D@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -650329,18 +718066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61318, "usage_id": 115 }, "8101.02.129": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.29, B\u00fcro", "arch_name": "2.01.29@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650348,18 +718087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61309, "usage_id": 12 }, "8101.02.130": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.30, B\u00fcro", "arch_name": "2.01.30@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650367,18 +718108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61310, "usage_id": 12 }, "8101.02.131": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.31, B\u00fcro", "arch_name": "2.01.31@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650386,18 +718129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61311, "usage_id": 12 }, "8101.02.132": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.31, B\u00fcro", "arch_name": "2.01.31@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650405,18 +718150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61312, "usage_id": 12 }, "8101.02.133": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.33, B\u00fcro", "arch_name": "2.01.33@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650424,18 +718171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61313, "usage_id": 12 }, "8101.02.134": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.34, B\u00fcro", "arch_name": "2.01.34@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650443,18 +718192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61314, "usage_id": 12 }, "8101.02.135": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.35, Server", "arch_name": "2.01.35@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -650462,18 +718213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61284, "usage_id": 207 }, "8101.02.136": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.36, Hochbr\u00fcck-Bibliothek", "arch_name": "2.01.36@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -650481,18 +718234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62605, "usage_id": 10 }, "8101.02.137": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.37, B\u00fcro", "arch_name": "2.01.37@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -650500,18 +718255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61283, "usage_id": 12 }, "8101.02.138": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.38, B\u00fcro", "arch_name": "2.01.38@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -650519,18 +718276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61282, "usage_id": 12 }, "8101.02.139A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.39A, WC-Vorraum Damen", "arch_name": "2.01.39A@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -650538,18 +718297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61289, "usage_id": 37 }, "8101.02.139B": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.39B, WC-Damen", "arch_name": "2.01.39B@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -650557,18 +718318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61291, "usage_id": 116 }, "8101.02.139C": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.39C, WC-Vorraum Herren", "arch_name": "2.01.39C@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -650576,18 +718339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61290, "usage_id": 37 }, "8101.02.139D": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.39D, WC-Herren", "arch_name": "2.01.39D@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -650595,18 +718360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61292, "usage_id": 115 }, "8101.02.140": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.40, Putzraum", "arch_name": "2.01.40@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -650614,18 +718381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61288, "usage_id": 205 }, "8101.02.141": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.41, B\u00fcro", "arch_name": "2.01.41@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19519, "seats": { @@ -650633,18 +718402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61281, "usage_id": 12 }, "8101.02.142": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.42, Flur 1", "arch_name": "2.01.42@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -650652,18 +718423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61285, "usage_id": 222 }, "8101.02.143": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.43, Flur 2", "arch_name": "2.01.43@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -650671,18 +718444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61286, "usage_id": 222 }, "8101.02.144": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.44, Flur 3/ggf. Tutorraumerweiterung", "arch_name": "2.01.44@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 14600, "seats": { @@ -650690,18 +718465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61287, "usage_id": 222 }, "8101.02.145": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.42, Flur 4", "arch_name": "2.01.42@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -650709,18 +718486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61315, "usage_id": 222 }, "8101.02.147": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.01.47, Flur 5", "arch_name": "2.01.47@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -650728,19 +718507,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61316, "usage_id": 222 }, "8101.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "BC1 2.02.01, Seminarraum", "arch_name": "BC1 2.02.01@8101", "area_id": 57, "building_id": 1038, "calendar_resource_nr": 18856, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14178, "seats": { @@ -650748,18 +718529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61345, "usage_id": 41 }, "8101.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.02, Hochbr\u00fcck-Kommunikation/Flur", "arch_name": "2.02.02@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -650767,19 +718550,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61346, "usage_id": 222 }, "8101.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "BC1 2.02.03, Handelsraum", "arch_name": "BC1 2.02.03@8101", "area_id": 57, "building_id": 1038, "calendar_resource_nr": 19463, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19519, "seats": { @@ -650787,18 +718572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61347, "usage_id": 12 }, "8101.02.204": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.04, B\u00fcro", "arch_name": "2.02.04@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19519, "seats": { @@ -650806,18 +718593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61348, "usage_id": 12 }, "8101.02.205": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.05, B\u00fcro", "arch_name": "2.02.05@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -650825,18 +718614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61349, "usage_id": 12 }, "8101.02.206": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.06, B\u00fcro", "arch_name": "2.02.06@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -650844,18 +718635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61350, "usage_id": 12 }, "8101.02.207": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.07, B\u00fcro", "arch_name": "2.02.07@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -650863,18 +718656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61351, "usage_id": 12 }, "8101.02.208": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.08, B\u00fcro", "arch_name": "2.02.08@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -650882,18 +718677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61352, "usage_id": 12 }, "8101.02.209": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.09, B\u00fcro", "arch_name": "2.02.09@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -650901,18 +718698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61353, "usage_id": 12 }, "8101.02.210": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.10, B\u00fcro", "arch_name": "2.02.10@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -650920,19 +718719,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61354, "usage_id": 12 }, "8101.02.211": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "BC1 2.02.11, Seminarraum", "arch_name": "BC1 2.02.11@8101", "area_id": 57, "building_id": 1038, "calendar_resource_nr": 18867, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 14178, "seats": { @@ -650940,18 +718741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61355, "usage_id": 41 }, "8101.02.212": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.12, B\u00fcro", "arch_name": "2.02.12@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15442, "seats": { @@ -650959,18 +718762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61356, "usage_id": 12 }, "8101.02.213": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.13, B\u00fcro", "arch_name": "2.02.13@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15442, "seats": { @@ -650978,18 +718783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61357, "usage_id": 12 }, "8101.02.214": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.14, B\u00fcro", "arch_name": "2.02.14@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15442, "seats": { @@ -650997,18 +718804,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61358, "usage_id": 12 }, "8101.02.215": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.15, B\u00fcro", "arch_name": "2.02.15@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15442, "seats": { @@ -651016,18 +718825,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61359, "usage_id": 12 }, "8101.02.216": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.16, B\u00fcro", "arch_name": "2.02.16@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15442, "seats": { @@ -651035,18 +718846,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61360, "usage_id": 12 }, "8101.02.217": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.17, B\u00fcro", "arch_name": "2.02.17@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15442, "seats": { @@ -651054,18 +718867,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61361, "usage_id": 12 }, "8101.02.218": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.18, B\u00fcro", "arch_name": "2.02.18@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15431, "seats": { @@ -651073,18 +718888,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61362, "usage_id": 12 }, "8101.02.219": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.19, B\u00fcro", "arch_name": "2.02.19@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15431, "seats": { @@ -651092,18 +718909,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61363, "usage_id": 12 }, "8101.02.220": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.20, B\u00fcro", "arch_name": "2.02.20@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15431, "seats": { @@ -651111,18 +718930,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61364, "usage_id": 12 }, "8101.02.221": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.21, B\u00fcro", "arch_name": "2.02.21@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15431, "seats": { @@ -651130,18 +718951,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61365, "usage_id": 12 }, "8101.02.222": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.22, Teek\u00fcche", "arch_name": "2.02.22@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15431, "seats": { @@ -651149,18 +718972,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61367, "usage_id": 198 }, "8101.02.223": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.23, B\u00fcro", "arch_name": "2.02.23@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15431, "seats": { @@ -651168,18 +718993,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61368, "usage_id": 12 }, "8101.02.224": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.24, Prof.-B\u00fcro", "arch_name": "2.02.24@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15431, "seats": { @@ -651187,18 +719014,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61369, "usage_id": 12 }, "8101.02.225": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.25, B\u00fcro Verwaltung", "arch_name": "2.02.25@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15442, "seats": { @@ -651206,18 +719035,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61370, "usage_id": 12 }, "8101.02.226": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.26, Computerlabor", "arch_name": "2.02.26@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15442, "seats": { @@ -651225,18 +719056,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61371, "usage_id": 103 }, "8101.02.227": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.27, Tutor", "arch_name": "2.02.27@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15442, "seats": { @@ -651244,18 +719077,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61372, "usage_id": 12 }, "8101.02.228": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.28, Lager", "arch_name": "2.02.28@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15442, "seats": { @@ -651263,18 +719098,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61373, "usage_id": 30 }, "8101.02.229": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.29, Serverraum", "arch_name": "2.02.29@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -651282,18 +719119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61374, "usage_id": 207 }, "8101.02.230": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.30, B\u00fcro", "arch_name": "2.02.30@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -651301,18 +719140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61375, "usage_id": 12 }, "8101.02.231": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.31, B\u00fcro", "arch_name": "2.02.31@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -651320,18 +719161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61376, "usage_id": 12 }, "8101.02.232": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.32, B\u00fcro", "arch_name": "2.02.32@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -651339,18 +719182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61377, "usage_id": 12 }, "8101.02.233": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.33, B\u00fcro", "arch_name": "2.02.33@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -651358,18 +719203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61378, "usage_id": 12 }, "8101.02.234": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.34, B\u00fcro", "arch_name": "2.02.34@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 41916, "seats": { @@ -651377,18 +719224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61379, "usage_id": 12 }, "8101.02.235": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.35, Hochbr\u00fcck-Kommunikationsraum", "arch_name": "2.02.35@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -651396,18 +719245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61380, "usage_id": 196 }, "8101.02.236": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.36, WC-Vorraum Damen", "arch_name": "2.02.36@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651415,18 +719266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61387, "usage_id": 37 }, "8101.02.237": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.37, WC-Damen", "arch_name": "2.02.37@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651434,18 +719287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61388, "usage_id": 116 }, "8101.02.238": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.38, Dusche", "arch_name": "2.02.38@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651453,18 +719308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61389, "usage_id": 113 }, "8101.02.239": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.39, WC-Vorraum Herren", "arch_name": "2.02.39@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651472,18 +719329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61386, "usage_id": 37 }, "8101.02.240": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.40, WC-Herren", "arch_name": "2.02.40@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651491,18 +719350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61385, "usage_id": 115 }, "8101.02.241": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.41, WC-Herren", "arch_name": "2.02.41@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651510,18 +719371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61384, "usage_id": 115 }, "8101.02.242": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.42, Flur", "arch_name": "2.02.42@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651529,18 +719392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61381, "usage_id": 222 }, "8101.02.243": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.43, Flur", "arch_name": "2.02.43@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651548,18 +719413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61382, "usage_id": 222 }, "8101.02.244": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.44, Flur", "arch_name": "2.02.44@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651567,18 +719434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61383, "usage_id": 222 }, "8101.02.245": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.45, WC-Vorraum Damen", "arch_name": "2.02.45@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651586,18 +719455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61390, "usage_id": 37 }, "8101.02.247": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.47, Putzraum", "arch_name": "2.02.47@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651605,18 +719476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61394, "usage_id": 205 }, "8101.02.248": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.48, WC-Damen", "arch_name": "2.02.48@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651624,18 +719497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61391, "usage_id": 116 }, "8101.02.248A": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.48A, WC-Vorraum Herren", "arch_name": "2.02.48A@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651643,18 +719518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61392, "usage_id": 37 }, "8101.02.249": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.49, WC-Herren", "arch_name": "2.02.49@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651662,18 +719539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61393, "usage_id": 115 }, "8101.02.250": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "2.02.50, Computerlabor", "arch_name": "2.02.50@8101", "area_id": 57, "building_id": 1038, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15431, "seats": { @@ -651681,18 +719560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61366, "usage_id": 103 }, "8101.03.401": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.01, B\u00fcro", "arch_name": "3.04.01@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -651700,18 +719581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61398, "usage_id": 12 }, "8101.03.402": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.02, B\u00fcro", "arch_name": "3.04.02@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -651719,18 +719602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61397, "usage_id": 12 }, "8101.03.403": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.03, B\u00fcro", "arch_name": "3.04.03@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -651738,18 +719623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61396, "usage_id": 12 }, "8101.03.404": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.04, B\u00fcro", "arch_name": "3.04.04@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -651757,18 +719644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61395, "usage_id": 12 }, "8101.03.405": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.05, B\u00fcro", "arch_name": "3.04.05@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -651776,18 +719665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61399, "usage_id": 12 }, "8101.03.406": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.06, Serverraum", "arch_name": "3.04.06@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 14178, "seats": { @@ -651795,18 +719686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61401, "usage_id": 207 }, "8101.03.407": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.07, Flur", "arch_name": "3.04.07@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651814,18 +719707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61400, "usage_id": 222 }, "8101.03.408": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.08, WC-Vorraum Damen", "arch_name": "3.04.08@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -651833,18 +719728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61402, "usage_id": 37 }, "8101.03.408A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.08A, WC-Damen", "arch_name": "3.04.08A@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -651852,18 +719749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61403, "usage_id": 116 }, "8101.03.409": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.09, WC-Vorraum Herren", "arch_name": "3.04.09@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -651871,18 +719770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61404, "usage_id": 37 }, "8101.03.409A": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 11-13", "zip_code": 85748 }, + "alt_name": "3.04.09A, WC-Herren", "arch_name": "3.04.09A@8101", "area_id": 57, "building_id": 1038, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -651890,18 +719791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 61405, "usage_id": 115 }, "8102.01.401": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.01, Foyer", "arch_name": "1.04.01@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651909,18 +719812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64739, "usage_id": 222 }, "8102.01.402": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.02, Sozialbereich", "arch_name": "1.04.02@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -651928,18 +719833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64740, "usage_id": 44 }, "8102.01.403": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.03, Putzraum", "arch_name": "1.04.03@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -651947,18 +719854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64741, "usage_id": 205 }, "8102.01.404": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.04, WC-Vorraum Herren", "arch_name": "1.04.04@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -651966,18 +719875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64742, "usage_id": 118 }, "8102.01.404A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.04A, WC-Herren", "arch_name": "1.04.04A@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -651985,18 +719896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64743, "usage_id": 115 }, "8102.01.405": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.05, WC-Vorraum Damen", "arch_name": "1.04.05@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -652004,18 +719917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64744, "usage_id": 118 }, "8102.01.405A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.05A, WC-Damen", "arch_name": "1.04.05A@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -652023,18 +719938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64745, "usage_id": 118 }, "8102.01.406": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.06, Serverraum", "arch_name": "1.04.06@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -652042,18 +719959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64746, "usage_id": 207 }, "8102.01.407": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.07, Garderobe/Kopierer", "arch_name": "1.04.07@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -652061,18 +719980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64747, "usage_id": 110 }, "8102.01.408": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.08, Besprechungsraum", "arch_name": "1.04.08@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -652080,18 +720001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64748, "usage_id": 196 }, "8102.01.409": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.09, Archiv", "arch_name": "1.04.09@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -652099,18 +720022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64749, "usage_id": 2 }, "8102.01.410": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.10, Flur", "arch_name": "1.04.10@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -652118,18 +720043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64750, "usage_id": 222 }, "8102.01.411": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.11, B\u00fcro", "arch_name": "1.04.11@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -652137,18 +720064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64751, "usage_id": 12 }, "8102.01.412": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.12, B\u00fcro", "arch_name": "1.04.12@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -652156,18 +720085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64752, "usage_id": 12 }, "8102.01.413": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.13, B\u00fcro", "arch_name": "1.04.13@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -652175,18 +720106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64753, "usage_id": 12 }, "8102.01.414": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "1.04.14, Gro\u00dfraumb\u00fcro", "arch_name": "1.04.14@8102", "area_id": 57, "building_id": 1305, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 43589, "seats": { @@ -652194,18 +720127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64754, "usage_id": 12 }, "8102.02.601": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.01, Aufenthalt", "arch_name": "2.06.01@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15438, "seats": { @@ -652213,18 +720148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64248, "usage_id": 44 }, "8102.02.602": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.02, B\u00fcro", "arch_name": "2.06.02@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15438, "seats": { @@ -652232,18 +720169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64249, "usage_id": 12 }, "8102.02.603": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.03, Prof.-B\u00fcro", "arch_name": "2.06.03@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15438, "seats": { @@ -652251,18 +720190,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64250, "usage_id": 12 }, "8102.02.604": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.04, B\u00fcro Verwaltung", "arch_name": "2.06.04@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15438, "seats": { @@ -652270,18 +720211,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64251, "usage_id": 12 }, "8102.02.605": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.05, B\u00fcro", "arch_name": "2.06.05@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15438, "seats": { @@ -652289,18 +720232,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64252, "usage_id": 12 }, "8102.02.606": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.06, B\u00fcro", "arch_name": "2.06.06@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15438, "seats": { @@ -652308,18 +720253,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64253, "usage_id": 12 }, "8102.02.607": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.07, B\u00fcro", "arch_name": "2.06.07@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15438, "seats": { @@ -652327,18 +720274,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64254, "usage_id": 12 }, "8102.02.608": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.08, Serverraum", "arch_name": "2.06.08@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15438, "seats": { @@ -652346,18 +720295,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64255, "usage_id": 207 }, "8102.02.609": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.09, Tutor", "arch_name": "2.06.09@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 15438, "seats": { @@ -652365,18 +720316,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64256, "usage_id": 12 }, "8102.02.610": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.10, Flur", "arch_name": "2.06.10@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -652384,18 +720337,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64257, "usage_id": 222 }, "8102.02.611": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.11, WC-Vorraum Herren", "arch_name": "2.06.11@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -652403,18 +720358,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64258, "usage_id": 118 }, "8102.02.612": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.12, WC-Herren", "arch_name": "2.06.12@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -652422,18 +720379,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64260, "usage_id": 115 }, "8102.02.613": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.13, WC-Vorraum Damen", "arch_name": "2.06.13@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -652441,18 +720400,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64259, "usage_id": 118 }, "8102.02.614": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.14, WC-Damen", "arch_name": "2.06.14@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -652460,18 +720421,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64261, "usage_id": 116 }, "8102.02.615": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "2.06.15, Putzr./Lager", "arch_name": "2.06.15@8102", "area_id": 57, "building_id": 1305, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 14189, "seats": { @@ -652479,18 +720442,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 64262, "usage_id": 30 }, "8102.03.101": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.01, Flur 1", "arch_name": "3.1.01@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -652498,18 +720463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62412, "usage_id": 222 }, "8102.03.102": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.02, Kopierer/Schlie\u00dff\u00e4cher", "arch_name": "3.1.02@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -652517,18 +720484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62413, "usage_id": 110 }, "8102.03.103": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.03, B\u00fcro", "arch_name": "3.1.03@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -652536,18 +720505,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62414, "usage_id": 12 }, "8102.03.104": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.04, B\u00fcro", "arch_name": "3.1.04@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -652555,18 +720526,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62415, "usage_id": 12 }, "8102.03.105": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.05, B\u00fcro", "arch_name": "3.1.05@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -652574,18 +720547,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62416, "usage_id": 12 }, "8102.03.106": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.06, B\u00fcro", "arch_name": "3.1.06@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -652593,18 +720568,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62417, "usage_id": 12 }, "8102.03.107": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.07, B\u00fcro", "arch_name": "3.1.07@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -652612,19 +720589,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62418, "usage_id": 12 }, "8102.03.108": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "BC2 3.1.08, H\u00f6rsaal", "arch_name": "BC2 3.1.08@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 21865, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14178, "seats": { @@ -652632,18 +720611,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62419, "usage_id": 20 }, "8102.03.109": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.09, Server 1", "arch_name": "3.1.09@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -652651,18 +720632,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62420, "usage_id": 207 }, "8102.03.110": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.10, B\u00fcro", "arch_name": "3.1.10@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -652670,18 +720653,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62421, "usage_id": 12 }, "8102.03.111": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.11, Hochbr\u00fcck-Kommunikation 1", "arch_name": "3.1.11@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -652689,18 +720674,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62422, "usage_id": 196 }, "8102.03.112": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.12, WC-Vorraum Herren", "arch_name": "3.1.12@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -652708,18 +720695,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62423, "usage_id": 37 }, "8102.03.113": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.13, WC-Herren", "arch_name": "3.1.13@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -652727,18 +720716,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62424, "usage_id": 115 }, "8102.03.114": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.14, WC-Vorraum Damen", "arch_name": "3.1.14@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -652746,18 +720737,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62425, "usage_id": 37 }, "8102.03.115": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.15, WC-Damen", "arch_name": "3.1.15@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -652765,18 +720758,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62426, "usage_id": 116 }, "8102.03.116": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.1.16, Putzraum", "arch_name": "3.1.16@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -652784,18 +720779,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62427, "usage_id": 205 }, "8102.03.201": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.01, Flur 2.1", "arch_name": "3.2.01@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -652803,18 +720800,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62450, "usage_id": 222 }, "8102.03.202": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.02, Beh.-WC", "arch_name": "3.2.02@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -652822,18 +720821,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62451, "usage_id": 117 }, "8102.03.203": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.03, Putzraum", "arch_name": "3.2.03@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -652841,18 +720842,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62452, "usage_id": 205 }, "8102.03.204": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.04, WC-Vorraum Herren", "arch_name": "3.2.04@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -652860,18 +720863,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62453, "usage_id": 37 }, "8102.03.205": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.05, WC-Herren", "arch_name": "3.2.05@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -652879,18 +720884,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62455, "usage_id": 115 }, "8102.03.206": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.06, WC-Vorraum Damen", "arch_name": "3.2.06@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -652898,18 +720905,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62454, "usage_id": 37 }, "8102.03.207": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.07, WC-Damen", "arch_name": "3.2.07@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -652917,18 +720926,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62456, "usage_id": 116 }, "8102.03.208": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.08, Flur 2.3", "arch_name": "3.2.08@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -652936,18 +720947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62459, "usage_id": 222 }, "8102.03.210": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.10, B\u00fcro", "arch_name": "3.2.10@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -652955,18 +720968,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62458, "usage_id": 12 }, "8102.03.211": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.11, B\u00fcro", "arch_name": "3.2.11@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -652974,18 +720989,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62460, "usage_id": 12 }, "8102.03.212": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.12, B\u00fcro", "arch_name": "3.2.12@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -652993,18 +721010,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62461, "usage_id": 12 }, "8102.03.213": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.13, B\u00fcro", "arch_name": "3.2.13@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15286, "seats": { @@ -653012,18 +721031,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62462, "usage_id": 12 }, "8102.03.214": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.14, B\u00fcro", "arch_name": "3.2.14@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -653031,18 +721052,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62463, "usage_id": 12 }, "8102.03.215": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.15, B\u00fcro", "arch_name": "3.2.15@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -653050,19 +721073,21 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62464, "usage_id": 12 }, "8102.03.216": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.16, Hochbr\u00fcck-Konferenz", "arch_name": "3.2.16@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 22005, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -653070,18 +721095,20 @@ "standing": 14, "wheelchair": null }, + "tumonline_id": 62428, "usage_id": 196 }, "8102.03.217": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.17, B\u00fcro", "arch_name": "3.2.17@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 43476, "seats": { @@ -653089,18 +721116,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62429, "usage_id": 12 }, "8102.03.218": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.18, Schlie\u00dff\u00e4cher", "arch_name": "3.2.18@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -653108,19 +721137,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62791, "usage_id": 121 }, "8102.03.219": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.19, B\u00fcro", "arch_name": "3.2.19@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 26306, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 43476, "seats": { @@ -653128,18 +721159,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62430, "usage_id": 12 }, "8102.03.220": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.20, B\u00fcro", "arch_name": "3.2.20@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -653147,18 +721180,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62431, "usage_id": 12 }, "8102.03.221": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.21, B\u00fcro", "arch_name": "3.2.21@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 43476, "seats": { @@ -653166,18 +721201,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62432, "usage_id": 12 }, "8102.03.222": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.22, B\u00fcro", "arch_name": "3.2.22@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44584, "seats": { @@ -653185,18 +721222,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62433, "usage_id": 12 }, "8102.03.223": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.23, B\u00fcro", "arch_name": "3.2.23@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44584, "seats": { @@ -653204,18 +721243,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62434, "usage_id": 12 }, "8102.03.224": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.24, B\u00fcro", "arch_name": "3.2.24@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44584, "seats": { @@ -653223,18 +721264,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62435, "usage_id": 12 }, "8102.03.225": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.25, B\u00fcro", "arch_name": "3.2.25@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44584, "seats": { @@ -653242,18 +721285,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62436, "usage_id": 12 }, "8102.03.226": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.26, B\u00fcro", "arch_name": "3.2.26@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44584, "seats": { @@ -653261,18 +721306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62437, "usage_id": 12 }, "8102.03.227": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.27, B\u00fcro", "arch_name": "3.2.27@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44584, "seats": { @@ -653280,18 +721327,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62438, "usage_id": 12 }, "8102.03.228": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.28, Lager", "arch_name": "3.2.28@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44584, "seats": { @@ -653299,19 +721348,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62439, "usage_id": 30 }, "8102.03.229": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "BC2 3.2.29, Seminarraum", "arch_name": "BC2 3.2.29@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 22004, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -653319,18 +721370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62440, "usage_id": 41 }, "8102.03.230": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.30, Computer Studenten", "arch_name": "3.2.30@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 44584, "seats": { @@ -653338,18 +721391,20 @@ "standing": 8, "wheelchair": null }, + "tumonline_id": 62441, "usage_id": 12 }, "8102.03.231": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.31, Besprechungsraum/Studenten", "arch_name": "3.2.31@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 44584, "seats": { @@ -653357,18 +721412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62442, "usage_id": 196 }, "8102.03.232": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.32, Serverraum 2", "arch_name": "3.2.32@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -653376,18 +721433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62443, "usage_id": 207 }, "8102.03.233": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.33, Hochbr\u00fcck-Kommunikation 2", "arch_name": "3.2.33@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -653395,18 +721454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62569, "usage_id": 196 }, "8102.03.234": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.2.34, Flur 2.2", "arch_name": "3.2.34@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -653414,18 +721475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62570, "usage_id": 222 }, "8102.03.301": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.01, Flur 3.2", "arch_name": "3.3.01@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -653433,18 +721496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62445, "usage_id": 222 }, "8102.03.302": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.02, Hochbr\u00fcck-Kommunikation 3", "arch_name": "3.3.02@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -653452,18 +721517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62444, "usage_id": 196 }, "8102.03.303": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.03, B\u00fcro", "arch_name": "3.3.03@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16134, "seats": { @@ -653471,18 +721538,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62446, "usage_id": 12 }, "8102.03.304": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.04, B\u00fcro", "arch_name": "3.3.04@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16134, "seats": { @@ -653490,18 +721559,20 @@ "standing": 14, "wheelchair": null }, + "tumonline_id": 62447, "usage_id": 12 }, "8102.03.305": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.05, Lager", "arch_name": "3.3.05@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16134, "seats": { @@ -653509,19 +721580,21 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62499, "usage_id": 30 }, "8102.03.306": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.06, Labor", "arch_name": "3.3.06@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 28293, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 16134, "seats": { @@ -653529,18 +721602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62498, "usage_id": 194 }, "8102.03.307": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.07, Flur 3.1", "arch_name": "3.3.07@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -653548,18 +721623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62500, "usage_id": 222 }, "8102.03.308": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.08, B\u00fcro", "arch_name": "3.3.08@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16134, "seats": { @@ -653567,18 +721644,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62501, "usage_id": 12 }, "8102.03.309": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.09, B\u00fcro", "arch_name": "3.3.09@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16134, "seats": { @@ -653586,18 +721665,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62502, "usage_id": 12 }, "8102.03.310": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.10, B\u00fcro", "arch_name": "3.3.10@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 16134, "seats": { @@ -653605,18 +721686,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62503, "usage_id": 12 }, "8102.03.312": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.11/12, B\u00fcro", "arch_name": "3.3.11/12@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -653624,18 +721707,20 @@ "standing": 3, "wheelchair": null }, + "tumonline_id": 62505, "usage_id": 12 }, "8102.03.313": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.13, B\u00fcro", "arch_name": "3.3.13@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15284, "seats": { @@ -653643,18 +721728,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62506, "usage_id": 12 }, "8102.03.314": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.14, Postraum", "arch_name": "3.3.14@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -653662,18 +721749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62802, "usage_id": 12 }, "8102.03.315": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.15, B\u00fcro", "arch_name": "3.3.15@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -653681,18 +721770,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62508, "usage_id": 12 }, "8102.03.316": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.16, B\u00fcro", "arch_name": "3.3.16@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -653700,18 +721791,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62509, "usage_id": 12 }, "8102.03.317": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.17, Copy", "arch_name": "3.3.17@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -653719,18 +721812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62507, "usage_id": 110 }, "8102.03.318": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.18, B\u00fcro", "arch_name": "3.3.18@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -653738,18 +721833,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62510, "usage_id": 12 }, "8102.03.319": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.19, B\u00fcro", "arch_name": "3.3.19@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -653757,18 +721854,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62511, "usage_id": 12 }, "8102.03.320": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.20, Serverraum 3", "arch_name": "3.3.20@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 15300, "seats": { @@ -653776,18 +721875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62512, "usage_id": 207 }, "8102.03.321": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.21, Unterrichtsraum", "arch_name": "3.3.21@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -653795,18 +721896,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62513, "usage_id": 130 }, "8102.03.322": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.22, WC-Vorraum Herren", "arch_name": "3.3.22@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -653814,18 +721917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62514, "usage_id": 37 }, "8102.03.323": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.23, WC-Herren", "arch_name": "3.3.23@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -653833,18 +721938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62515, "usage_id": 115 }, "8102.03.324": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.24, WC-Vorraum Damen", "arch_name": "3.3.24@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -653852,18 +721959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62516, "usage_id": 37 }, "8102.03.325": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.25, WC-Damen", "arch_name": "3.3.25@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -653871,18 +721980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62517, "usage_id": 116 }, "8102.03.326": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.3.26, Dusche", "arch_name": "3.3.26@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -653890,18 +722001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62518, "usage_id": 113 }, "8102.03.401": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.01, Flur 4.1", "arch_name": "3.4.01@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -653909,18 +722022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62519, "usage_id": 222 }, "8102.03.402": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.02, Putzraum", "arch_name": "3.4.02@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -653928,18 +722043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62521, "usage_id": 205 }, "8102.03.403": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.03, WC-Vorraum Damen", "arch_name": "3.4.03@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -653947,18 +722064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62522, "usage_id": 37 }, "8102.03.404": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.04, WC-Damen", "arch_name": "3.4.04@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -653966,18 +722085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62523, "usage_id": 116 }, "8102.03.405": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.05, WC-Vorraum Herren", "arch_name": "3.4.05@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -653985,18 +722106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62524, "usage_id": 37 }, "8102.03.406": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.06, WC-Herren", "arch_name": "3.4.06@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -654004,18 +722127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62525, "usage_id": 115 }, "8102.03.407": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.07, B\u00fcro", "arch_name": "3.4.07@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -654023,18 +722148,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62526, "usage_id": 12 }, "8102.03.408": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.08, B\u00fcro", "arch_name": "3.4.08@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -654042,18 +722169,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62527, "usage_id": 12 }, "8102.03.409": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.09, B\u00fcro", "arch_name": "3.4.09@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -654061,18 +722190,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62528, "usage_id": 12 }, "8102.03.410": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.10, B\u00fcro", "arch_name": "3.4.10@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -654080,18 +722211,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62529, "usage_id": 12 }, "8102.03.411": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.11, B\u00fcro", "arch_name": "3.4.11@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -654099,18 +722232,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62530, "usage_id": 12 }, "8102.03.412": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.12, B\u00fcro", "arch_name": "3.4.12@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -654118,18 +722253,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62531, "usage_id": 12 }, "8102.03.413": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.13, B\u00fcro", "arch_name": "3.4.13@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -654137,18 +722274,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62532, "usage_id": 12 }, "8102.03.414": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.14, B\u00fcro", "arch_name": "3.4.14@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -654156,18 +722295,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62533, "usage_id": 12 }, "8102.03.415": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.15, B\u00fcro", "arch_name": "3.4.15@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654175,18 +722316,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62534, "usage_id": 12 }, "8102.03.416": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.16, B\u00fcro", "arch_name": "3.4.16@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654194,18 +722337,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62465, "usage_id": 12 }, "8102.03.417": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.17, B\u00fcro", "arch_name": "3.4.17@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654213,18 +722358,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62466, "usage_id": 12 }, "8102.03.418": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.18, B\u00fcro", "arch_name": "3.4.18@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654232,18 +722379,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62467, "usage_id": 12 }, "8102.03.419": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.19, B\u00fcro", "arch_name": "3.4.19@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654251,18 +722400,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62468, "usage_id": 12 }, "8102.03.420": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.20, B\u00fcro", "arch_name": "3.4.20@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654270,18 +722421,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62469, "usage_id": 12 }, "8102.03.421": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.21, B\u00fcro", "arch_name": "3.4.21@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654289,18 +722442,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62520, "usage_id": 12 }, "8102.03.422": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.22, Serverraum 4", "arch_name": "3.4.22@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 15298, "seats": { @@ -654308,18 +722463,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62470, "usage_id": 207 }, "8102.03.423": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.23, Flur 4.3", "arch_name": "3.4.23@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -654327,18 +722484,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62471, "usage_id": 222 }, "8102.03.424": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.24, B\u00fcro", "arch_name": "3.4.24@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654346,18 +722505,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62472, "usage_id": 12 }, "8102.03.425": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.25, B\u00fcro", "arch_name": "3.4.25@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654365,18 +722526,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62473, "usage_id": 12 }, "8102.03.426": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.26, B\u00fcro", "arch_name": "3.4.26@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654384,18 +722547,20 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62474, "usage_id": 12 }, "8102.03.427": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.27, B\u00fcro", "arch_name": "3.4.27@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654403,19 +722568,21 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62475, "usage_id": 12 }, "8102.03.428": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.28, Hochbr\u00fcck-Konferenz", "arch_name": "3.4.28@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 22065, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 15298, "seats": { @@ -654423,19 +722590,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62476, "usage_id": 196 }, "8102.03.429": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.29/30, Seminarraum", "arch_name": "3.4.29/30@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 22066, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -654443,18 +722612,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62571, "usage_id": 41 }, "8102.03.431": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.31, Flur 4.2", "arch_name": "3.4.31@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -654462,18 +722633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62753, "usage_id": 222 }, "8102.03.432": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.32, B\u00fcro", "arch_name": "3.4.32@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 15300, "seats": { @@ -654481,18 +722654,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62573, "usage_id": 12 }, "8102.03.433": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.4.33, Hochbr\u00fcck-Kommunikation 4", "arch_name": "3.4.33@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -654500,18 +722675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62574, "usage_id": 196 }, "8102.03.501": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.01, Flur 5", "arch_name": "3.5.01@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -654519,18 +722696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62477, "usage_id": 222 }, "8102.03.502": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.02, Hochbr\u00fcck-Kommunikation 5", "arch_name": "3.5.02@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -654538,18 +722717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62478, "usage_id": 196 }, "8102.03.503": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.03, B\u00fcro", "arch_name": "3.5.03@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -654557,18 +722738,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62479, "usage_id": 12 }, "8102.03.504": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.04, B\u00fcro", "arch_name": "3.5.04@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -654576,18 +722759,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62480, "usage_id": 12 }, "8102.03.505": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.05, B\u00fcro", "arch_name": "3.5.05@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -654595,19 +722780,21 @@ "standing": 2, "wheelchair": null }, + "tumonline_id": 62481, "usage_id": 12 }, "8102.03.506": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "BC2 3.5.06, H\u00f6rsaal", "arch_name": "BC2 3.5.06@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 21924, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 14178, "seats": { @@ -654615,18 +722802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62568, "usage_id": 20 }, "8102.03.507": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.07, B\u00fcro", "arch_name": "3.5.07@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -654634,18 +722823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62482, "usage_id": 12 }, "8102.03.508": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.08, B\u00fcro", "arch_name": "3.5.08@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -654653,18 +722844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62483, "usage_id": 12 }, "8102.03.509": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.09, B\u00fcro", "arch_name": "3.5.09@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -654672,18 +722865,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62484, "usage_id": 12 }, "8102.03.510": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.10, B\u00fcro", "arch_name": "3.5.10@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 24074, "seats": { @@ -654691,18 +722886,20 @@ "standing": 1, "wheelchair": null }, + "tumonline_id": 62485, "usage_id": 12 }, "8102.03.511": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.11, WC-Vorraum Damen", "arch_name": "3.5.11@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -654710,18 +722907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62486, "usage_id": 37 }, "8102.03.512": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.12, WC-Damen", "arch_name": "3.5.12@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -654729,18 +722928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62487, "usage_id": 116 }, "8102.03.513": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.13, WC-Vorraum Herren", "arch_name": "3.5.13@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -654748,18 +722949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62488, "usage_id": 37 }, "8102.03.514": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.14, WC-Herren", "arch_name": "3.5.14@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -654767,18 +722970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62489, "usage_id": 115 }, "8102.03.515": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.15, Putzraum", "arch_name": "3.5.15@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -654786,18 +722991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62490, "usage_id": 205 }, "8102.03.516": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "3.5.16, Elektrotechnik", "arch_name": "3.5.16@8102", "area_id": 57, "building_id": 1305, + "floor_level": "3.OG", "floor_type": "PVC", "main_operator_id": 51267, "seats": { @@ -654805,19 +723012,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 62491, "usage_id": 160 }, "8102.EG.101": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.01, quantum Foyer/Aufenthalt", "arch_name": "0.01.01@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 26426, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -654825,18 +723034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63072, "usage_id": 222 }, "8102.EG.102": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.02, B\u00fcro 2", "arch_name": "0.01.02@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -654844,18 +723055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63071, "usage_id": 12 }, "8102.EG.103": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.03, B\u00fcro 1", "arch_name": "0.01.03@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -654863,19 +723076,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63110, "usage_id": 12 }, "8102.EG.104": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "BC2 0.01.04, Seminarraum", "arch_name": "BC2 0.01.04@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 23347, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -654883,19 +723098,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63108, "usage_id": 41 }, "8102.EG.105": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "BC2 0.01.05, Seminarraum", "arch_name": "BC2 0.01.05@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 23348, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -654903,18 +723120,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63123, "usage_id": 41 }, "8102.EG.106": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.06, Datenraum", "arch_name": "0.01.06@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -654922,18 +723141,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63115, "usage_id": 207 }, "8102.EG.107": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.07, Technik/Regie", "arch_name": "0.01.07@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -654941,18 +723162,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63116, "usage_id": 153 }, "8102.EG.108": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.08, Putzraum", "arch_name": "0.01.08@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -654960,18 +723183,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63127, "usage_id": 205 }, "8102.EG.109": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.09, Beh.-WC", "arch_name": "0.01.09@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -654979,18 +723204,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63128, "usage_id": 117 }, "8102.EG.110": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.10, WC-Vorraum Damen", "arch_name": "0.01.10@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -654998,18 +723225,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63129, "usage_id": 118 }, "8102.EG.111": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.11, WC-Damen", "arch_name": "0.01.11@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -655017,18 +723246,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63130, "usage_id": 116 }, "8102.EG.112": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.12, WC-Vorraum Herren", "arch_name": "0.01.12@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -655036,18 +723267,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63131, "usage_id": 118 }, "8102.EG.113": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.13, WC-Herren", "arch_name": "0.01.13@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -655055,18 +723288,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63132, "usage_id": 115 }, "8102.EG.114": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.14, Flur 2", "arch_name": "0.01.14@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -655074,18 +723309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63185, "usage_id": 222 }, "8102.EG.115": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.15, Flur 1", "arch_name": "0.01.15@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -655093,19 +723330,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63122, "usage_id": 222 }, "8102.EG.116": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "BC2 0.01.16, H\u00f6rsaal", "arch_name": "BC2 0.01.16@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 22520, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655113,19 +723352,21 @@ "standing": null, "wheelchair": 1 }, + "tumonline_id": 63112, "usage_id": 20 }, "8102.EG.117": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "BC2 0.01.17, H\u00f6rsaal", "arch_name": "BC2 0.01.17@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 22352, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655133,19 +723374,21 @@ "standing": null, "wheelchair": 3 }, + "tumonline_id": 63111, "usage_id": 20 }, "8102.EG.118": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "BC2 0.01.18, Seminarraum", "arch_name": "BC2 0.01.18@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 23349, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655153,19 +723396,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63119, "usage_id": 41 }, "8102.EG.119": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.19, Gruppenarbeit 1", "arch_name": "0.01.19@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 26692, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655173,19 +723418,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63120, "usage_id": 208 }, "8102.EG.120": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.20, Gruppenarbeit 2", "arch_name": "0.01.20@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 26693, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655193,19 +723440,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63117, "usage_id": 208 }, "8102.EG.121": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.21, Gruppenarbeit 3", "arch_name": "0.01.21@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 26694, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655213,19 +723462,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63118, "usage_id": 208 }, "8102.EG.122": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.22, Gruppenarbeit 4", "arch_name": "0.01.22@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 26695, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655233,19 +723484,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63186, "usage_id": 208 }, "8102.EG.123": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.23, Gruppenarbeit 5", "arch_name": "0.01.23@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 26696, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655253,19 +723506,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63121, "usage_id": 208 }, "8102.EG.124": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.24, Gruppenarbeit 6", "arch_name": "0.01.24@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 26697, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655273,19 +723528,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63109, "usage_id": 208 }, "8102.EG.125": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.25, Gruppenarbeit 7", "arch_name": "0.01.25@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 26698, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655293,19 +723550,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63137, "usage_id": 208 }, "8102.EG.126": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.26, Gruppenarbeit 8", "arch_name": "0.01.26@8102", "area_id": 57, "building_id": 1305, "calendar_resource_nr": 26699, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655313,18 +723572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63136, "usage_id": 208 }, "8102.EG.127": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.27, Dusche", "arch_name": "0.01.27@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -655332,18 +723593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63135, "usage_id": 113 }, "8102.EG.128": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.28, Flur 3/Kommunikation", "arch_name": "0.01.28@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -655351,18 +723614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63195, "usage_id": 222 }, "8102.EG.129": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.29, Nebenraum/Foyer", "arch_name": "0.01.29@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 14178, "seats": { @@ -655370,18 +723635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63113, "usage_id": 121 }, "8102.EG.130": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Parkring 35-39", "zip_code": 85748 }, + "alt_name": "0.01.30, L\u00fcftung/HS 1", "arch_name": "0.01.30@8102", "area_id": 57, "building_id": 1305, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -655389,18 +723656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 63114, "usage_id": 32 }, "8104.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.01, Pr\u00e4sentation", "arch_name": "0.01@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 49055, "seats": { @@ -655408,18 +723677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73723, "usage_id": 12 }, "8104.EG.001A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.01A, WC-Herren", "arch_name": "0.01A@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49055, "seats": { @@ -655427,18 +723698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73378, "usage_id": 115 }, "8104.EG.001C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.01C, Putzraum", "arch_name": "0.01C@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655446,18 +723719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73379, "usage_id": 205 }, "8104.EG.001D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.01D, WC-Damen", "arch_name": "0.01D@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49055, "seats": { @@ -655465,18 +723740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73650, "usage_id": 116 }, "8104.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.02, Labor", "arch_name": "0.02@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655484,18 +723761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73744, "usage_id": 103 }, "8104.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.03, Labor", "arch_name": "0.03@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655503,18 +723782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73743, "usage_id": 103 }, "8104.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.04, Labor", "arch_name": "0.04@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655522,18 +723803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73742, "usage_id": 103 }, "8104.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.05, Labor", "arch_name": "0.05@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655541,18 +723824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73741, "usage_id": 103 }, "8104.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.06, Werkstatt", "arch_name": "0.06@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655560,18 +723845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73740, "usage_id": 51 }, "8104.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.07, Labor", "arch_name": "0.07@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655579,18 +723866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73739, "usage_id": 103 }, "8104.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.08, Labor", "arch_name": "0.08@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655598,18 +723887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73738, "usage_id": 103 }, "8104.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.09, Werkstatt", "arch_name": "0.09@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655617,18 +723908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73737, "usage_id": 51 }, "8104.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.10, Werkstatt", "arch_name": "0.10@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655636,18 +723929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73722, "usage_id": 51 }, "8104.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.11, Labor", "arch_name": "0.11@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655655,18 +723950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73736, "usage_id": 194 }, "8104.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.12, Labor", "arch_name": "0.12@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655674,18 +723971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73735, "usage_id": 194 }, "8104.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.13, Labor", "arch_name": "0.13@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655693,18 +723992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73734, "usage_id": 194 }, "8104.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.14, B\u00fcro", "arch_name": "0.14@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 49055, "seats": { @@ -655712,18 +724013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73733, "usage_id": 12 }, "8104.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.15, Labor", "arch_name": "0.15@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655731,18 +724034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73731, "usage_id": 194 }, "8104.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.16, Werkstatt", "arch_name": "0.16@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655750,18 +724055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73729, "usage_id": 108 }, "8104.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.17, Aufenthalt", "arch_name": "0.17@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655769,18 +724076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73730, "usage_id": 44 }, "8104.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.18, Teek\u00fcche", "arch_name": "0.18@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655788,18 +724097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73728, "usage_id": 198 }, "8104.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.19, Labor", "arch_name": "0.19@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655807,18 +724118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73726, "usage_id": 194 }, "8104.EG.020": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.20, Labor", "arch_name": "0.20@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655826,18 +724139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73725, "usage_id": 194 }, "8104.EG.021": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.21, Lager", "arch_name": "0.21@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655845,18 +724160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73724, "usage_id": 30 }, "8104.EG.022": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.22, Flur", "arch_name": "0.22@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655864,18 +724181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73732, "usage_id": 222 }, "8104.EG.024": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.24, Flur", "arch_name": "0.24@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 49055, "seats": { @@ -655883,18 +724202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73727, "usage_id": 222 }, "8104.EG.024B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.24B, WC-Herren", "arch_name": "0.24B@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49055, "seats": { @@ -655902,18 +724223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73651, "usage_id": 115 }, "8104.EG.024C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.24C, WC-Damen", "arch_name": "0.24C@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49055, "seats": { @@ -655921,18 +724244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73635, "usage_id": 116 }, "8104.EG.024D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Carl-Zeiss-Str. 8", "zip_code": 85748 }, + "alt_name": "0.24D, WC-Damen", "arch_name": "0.24D@8104", "area_id": 57, "building_id": 3009, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 49055, "seats": { @@ -655940,19 +724265,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73636, "usage_id": 116 }, "8111.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "1.101, Gro\u00dfraumb\u00fcro", "arch_name": "1.101@8111", "area_id": 57, "building_id": 1629, "calendar_resource_nr": 28973, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -655960,18 +724287,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65226, "usage_id": 12 }, "8111.01.102": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "1.102, B\u00fcro", "arch_name": "1.102@8111", "area_id": 57, "building_id": 1629, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -655979,18 +724308,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65228, "usage_id": 12 }, "8111.01.103": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "1.103, B\u00fcro", "arch_name": "1.103@8111", "area_id": 57, "building_id": 1629, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -655998,18 +724329,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65229, "usage_id": 12 }, "8111.01.104": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "1.104, WC-Damen", "arch_name": "1.104@8111", "area_id": 57, "building_id": 1629, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15431, "seats": { @@ -656017,18 +724350,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65231, "usage_id": 116 }, "8111.01.105": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "1.105, WC-Herren", "arch_name": "1.105@8111", "area_id": 57, "building_id": 1629, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 15431, "seats": { @@ -656036,18 +724371,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65230, "usage_id": 115 }, "8111.01.106": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "1.106, B\u00fcro", "arch_name": "1.106@8111", "area_id": 57, "building_id": 1629, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656055,18 +724392,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65246, "usage_id": 12 }, "8111.01.107": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "1.107, B\u00fcro", "arch_name": "1.107@8111", "area_id": 57, "building_id": 1629, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656074,18 +724413,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65227, "usage_id": 12 }, "8111.01.172": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "1.172, Treppenhaus/Flur", "arch_name": "1.172@8111", "area_id": 57, "building_id": 1629, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 15431, "seats": { @@ -656093,18 +724434,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65232, "usage_id": 223 }, "8111.01.173": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "1.173, Flur", "arch_name": "1.173@8111", "area_id": 57, "building_id": 1629, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 15431, "seats": { @@ -656112,18 +724455,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65245, "usage_id": 223 }, "8111.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.001, B\u00fcro", "arch_name": "0.001@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656131,18 +724476,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65203, "usage_id": 12 }, "8111.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.002, B\u00fcro", "arch_name": "0.002@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656150,18 +724497,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65204, "usage_id": 12 }, "8111.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.003, Kopierer, Fax", "arch_name": "0.003@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656169,18 +724518,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65205, "usage_id": 110 }, "8111.EG.004": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.004, Aufenthalt", "arch_name": "0.004@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656188,18 +724539,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65206, "usage_id": 44 }, "8111.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.005, Vorraum WC", "arch_name": "0.005@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15431, "seats": { @@ -656207,18 +724560,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65207, "usage_id": 118 }, "8111.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.006, WC", "arch_name": "0.006@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15431, "seats": { @@ -656226,18 +724581,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65208, "usage_id": 114 }, "8111.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.007, WC", "arch_name": "0.007@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15431, "seats": { @@ -656245,18 +724602,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65209, "usage_id": 114 }, "8111.EG.008": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.008, B\u00fcro", "arch_name": "0.008@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656264,18 +724623,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65210, "usage_id": 12 }, "8111.EG.009": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.009, Lager", "arch_name": "0.009@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15431, "seats": { @@ -656283,18 +724644,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65211, "usage_id": 30 }, "8111.EG.010": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.010, B\u00fcro", "arch_name": "0.010@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656302,18 +724665,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65212, "usage_id": 12 }, "8111.EG.011": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.011, Lager", "arch_name": "0.011@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15431, "seats": { @@ -656321,18 +724686,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65213, "usage_id": 30 }, "8111.EG.012": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.012, B\u00fcro", "arch_name": "0.012@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656340,18 +724707,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65214, "usage_id": 12 }, "8111.EG.012A": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.012A, WC", "arch_name": "0.012A@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 15431, "seats": { @@ -656359,18 +724728,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65239, "usage_id": 114 }, "8111.EG.012B": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.012B, B\u00fcro", "arch_name": "0.012B@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656378,18 +724749,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65240, "usage_id": 12 }, "8111.EG.012C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.012C, Windfang", "arch_name": "0.012C@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656397,18 +724770,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65241, "usage_id": 52 }, "8111.EG.012D": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.012D, Teek\u00fcche", "arch_name": "0.012D@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656416,18 +724791,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65242, "usage_id": 198 }, "8111.EG.012E": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.012E, Kopierraum", "arch_name": "0.012E@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656435,18 +724812,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65243, "usage_id": 110 }, "8111.EG.012F": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.012F, Flur", "arch_name": "0.012F@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656454,18 +724833,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65244, "usage_id": 222 }, "8111.EG.013": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.013, Stromanschluss", "arch_name": "0.013@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15431, "seats": { @@ -656473,18 +724854,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65215, "usage_id": 160 }, "8111.EG.014": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.014, B\u00fcro", "arch_name": "0.014@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15431, "seats": { @@ -656492,18 +724875,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65216, "usage_id": 12 }, "8111.EG.015": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.015, B\u00fcro", "arch_name": "0.015@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15431, "seats": { @@ -656511,18 +724896,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65217, "usage_id": 12 }, "8111.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.016, B\u00fcro", "arch_name": "0.016@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15431, "seats": { @@ -656530,18 +724917,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65218, "usage_id": 12 }, "8111.EG.017": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.017, B\u00fcro", "arch_name": "0.017@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15431, "seats": { @@ -656549,18 +724938,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65219, "usage_id": 12 }, "8111.EG.018": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.018, B\u00fcro", "arch_name": "0.018@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 15431, "seats": { @@ -656568,18 +724959,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65220, "usage_id": 12 }, "8111.EG.019": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.019, Praktikumsraum", "arch_name": "0.019@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15431, "seats": { @@ -656587,18 +724980,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65233, "usage_id": 131 }, "8111.EG.070": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.070, Windfang", "arch_name": "0.070@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 15431, "seats": { @@ -656606,18 +725001,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65221, "usage_id": 52 }, "8111.EG.071": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.071, Foyer", "arch_name": "0.071@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 15431, "seats": { @@ -656625,18 +725022,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65222, "usage_id": 15 }, "8111.EG.072": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.072, Treppenhaus", "arch_name": "0.072@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 15431, "seats": { @@ -656644,18 +725043,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65223, "usage_id": 223 }, "8111.EG.073": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.073, Windfang", "arch_name": "0.073@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 15431, "seats": { @@ -656663,18 +725064,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65224, "usage_id": 52 }, "8111.EG.074": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.074, Flur", "arch_name": "0.074@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 15431, "seats": { @@ -656682,18 +725085,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65225, "usage_id": 222 }, "8111.EG.075": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.075, Flur", "arch_name": "0.075@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 15431, "seats": { @@ -656701,18 +725106,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65234, "usage_id": 222 }, "8111.EG.076": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.076, Flur", "arch_name": "0.076@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15431, "seats": { @@ -656720,18 +725127,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65235, "usage_id": 222 }, "8111.EG.077": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.077, Flur", "arch_name": "0.077@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15431, "seats": { @@ -656739,18 +725148,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65236, "usage_id": 222 }, "8111.EG.078": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.078, Flur", "arch_name": "0.078@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15431, "seats": { @@ -656758,18 +725169,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65237, "usage_id": 222 }, "8111.EG.079": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Schlei\u00dfheimerstra\u00dfe 90a", "zip_code": 85748 }, + "alt_name": "0.079, Flur", "arch_name": "0.079@8111", "area_id": 57, "building_id": 1629, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 15431, "seats": { @@ -656777,19 +725190,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 65238, "usage_id": 222 }, "8120.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Audimax im Galileo nur Mo-Di 7-19 Uhr", "arch_name": "Audimax@8120", "area_id": 202, "building_id": 2131, "calendar_resource_nr": 29093, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -656797,18 +725212,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67761, "usage_id": 20 }, "8120.01.170": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Foyer 1.OG im Kongresszentrum", "arch_name": "Foyer 1.OG@8120", "area_id": 202, "building_id": 2131, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -656816,18 +725233,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67711, "usage_id": 222 }, "8120.02.201": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Orion 1 im Kongresszentrum", "arch_name": "Orion 1@8120", "area_id": 202, "building_id": 2131, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -656835,18 +725254,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67713, "usage_id": 41 }, "8120.02.202": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Orion 2 im Kongresszentrum", "arch_name": "Orion 2@8120", "area_id": 202, "building_id": 2131, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -656854,18 +725275,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67714, "usage_id": 41 }, "8120.02.203": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Orion 1+2 im Kongresszentrum", "arch_name": "Orion@8120", "area_id": 202, "building_id": 2131, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -656873,19 +725296,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67762, "usage_id": 41 }, "8120.02.270": { "address": { - "floor": "2.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Foyer 2.OG im Galileo nur Mo-Di 7-19 Uhr", "arch_name": "Foyer 2.OG@8120", "area_id": 202, "building_id": 2131, "calendar_resource_nr": 29096, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -656893,19 +725318,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67763, "usage_id": 222 }, "8120.03.303": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Venus 1+2 im Kongresszentrum", "arch_name": "Venus@8120", "area_id": 202, "building_id": 2131, "calendar_resource_nr": 33214, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -656913,18 +725340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67766, "usage_id": 41 }, "8120.03.304": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Pluto im Kongresszentrum", "arch_name": "Pluto@8120", "area_id": 202, "building_id": 2131, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -656932,19 +725361,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67767, "usage_id": 41 }, "8120.03.307": { "address": { - "floor": "3.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Mars 1+2 im Kongresszentrum", "arch_name": "Mars@8120", "area_id": 202, "building_id": 2131, "calendar_resource_nr": 33217, + "floor_level": "3.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -656952,18 +725383,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67770, "usage_id": 41 }, "8120.04.001": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.001, Flur/Vorr. Aufzug", "arch_name": "4.8120.001@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -656971,18 +725404,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71804, "usage_id": 222 }, "8120.04.002": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.002, Vorraum/SAP/Putzwagen (SAP)", "arch_name": "4.8120.002@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 25918, "seats": { @@ -656990,18 +725425,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71794, "usage_id": 205 }, "8120.04.003": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.003, IT Raum SAP (SAP)", "arch_name": "4.8120.003@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 25918, "seats": { @@ -657009,18 +725446,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71795, "usage_id": 207 }, "8120.04.004": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.004, WC-Vorraum Herren", "arch_name": "4.8120.004@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -657028,18 +725467,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71805, "usage_id": 118 }, "8120.04.005": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.005, WC-Herren", "arch_name": "4.8120.005@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -657047,18 +725488,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71738, "usage_id": 115 }, "8120.04.006": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.006, WC-Damen", "arch_name": "4.8120.006@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -657066,18 +725509,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71739, "usage_id": 116 }, "8120.04.007": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.007, WC-Vorraum Damen", "arch_name": "4.8120.007@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -657085,18 +725530,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71740, "usage_id": 118 }, "8120.04.008": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.008, Tea kitchen (SAP)", "arch_name": "4.8120.008@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 25918, "seats": { @@ -657104,18 +725551,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71816, "usage_id": 198 }, "8120.04.009": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.009, Locker Wardrobe (SAP)", "arch_name": "4.8120.009@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -657123,18 +725572,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71742, "usage_id": 121 }, "8120.04.010": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.010, Break (SAP)", "arch_name": "4.8120.010@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -657142,18 +725593,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71741, "usage_id": 44 }, "8120.04.011": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.011, Team office 1 (SAP)", "arch_name": "4.8120.011@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -657161,18 +725614,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71796, "usage_id": 196 }, "8120.04.012": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.012, Team office 2 (SAP)", "arch_name": "4.8120.012@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -657180,18 +725635,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71797, "usage_id": 196 }, "8120.04.013": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.013, Gro\u00dfraumb\u00fcro (SAP)", "arch_name": "4.8120.013@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -657199,18 +725656,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71798, "usage_id": 12 }, "8120.04.014": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.014, Meetingroom (SAP)", "arch_name": "4.8120.014@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -657218,18 +725677,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71799, "usage_id": 196 }, "8120.04.015": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.015, Gro\u00dfraumb\u00fcro (SAP)", "arch_name": "4.8120.015@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -657237,18 +725698,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71806, "usage_id": 12 }, "8120.04.016": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.016, Think tank (SAP)", "arch_name": "4.8120.016@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -657256,18 +725719,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71807, "usage_id": 12 }, "8120.04.017": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.017, Gro\u00dfraumb\u00fcro (SAP)", "arch_name": "4.8120.017@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -657275,18 +725740,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71809, "usage_id": 12 }, "8120.04.018": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.018, Think tank (SAP)", "arch_name": "4.8120.018@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 25918, "seats": { @@ -657294,18 +725761,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71808, "usage_id": 12 }, "8120.04.027": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.027, Teilk\u00fcche", "arch_name": "4.8120.027@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51457, "seats": { @@ -657313,18 +725782,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71819, "usage_id": 28 }, "8120.04.029": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.029, Flur/Garderobe", "arch_name": "4.8120.029@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 51457, "seats": { @@ -657332,18 +725803,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71820, "usage_id": 121 }, "8120.04.030": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.030, Gro\u00dfraumb\u00fcro", "arch_name": "4.8120.030@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 51457, "seats": { @@ -657351,18 +725824,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71833, "usage_id": 12 }, "8120.04.031": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.031, Putzraum", "arch_name": "4.8120.031@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 51457, "seats": { @@ -657370,18 +725845,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71832, "usage_id": 205 }, "8120.04.032": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.032, B\u00fcro", "arch_name": "4.8120.032@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 51457, "seats": { @@ -657389,18 +725866,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72861, "usage_id": 12 }, "8120.04.033": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.033, B\u00fcro", "arch_name": "4.8120.033@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 51457, "seats": { @@ -657408,18 +725887,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71834, "usage_id": 12 }, "8120.04.034": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.034, Pause/Besprechungsraum", "arch_name": "4.8120.034@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 51457, "seats": { @@ -657427,18 +725908,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71835, "usage_id": 196 }, "8120.04.035": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.035, Kopierraum", "arch_name": "4.8120.035@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 51457, "seats": { @@ -657446,18 +725929,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71821, "usage_id": 110 }, "8120.04.036": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "4.8120.036, B\u00fcro", "arch_name": "4.8120.036@8120", "area_id": 202, "building_id": 2131, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 51457, "seats": { @@ -657465,18 +725950,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71822, "usage_id": 12 }, "8120.05.001": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.001, Flur/Vorr. Aufzug", "arch_name": "5.5120.001@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51317, "seats": { @@ -657484,18 +725971,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71823, "usage_id": 222 }, "8120.05.002": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.002, Teek\u00fcche zentr.", "arch_name": "5.5120.002@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51317, "seats": { @@ -657503,18 +725992,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71824, "usage_id": 198 }, "8120.05.003": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.003, WC-Vorraum Herren", "arch_name": "5.5120.003@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51317, "seats": { @@ -657522,18 +726013,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71825, "usage_id": 118 }, "8120.05.004": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.004, WC-Herren", "arch_name": "5.5120.004@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51317, "seats": { @@ -657541,18 +726034,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71826, "usage_id": 115 }, "8120.05.005": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.005, WC-Damen", "arch_name": "5.5120.005@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51317, "seats": { @@ -657560,18 +726055,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71838, "usage_id": 116 }, "8120.05.006": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.006, WC-Vorraum Damen", "arch_name": "5.5120.006@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51317, "seats": { @@ -657579,18 +726076,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71827, "usage_id": 118 }, "8120.05.007": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.007, Sekretariat", "arch_name": "5.5120.007@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657598,18 +726097,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71839, "usage_id": 40 }, "8120.05.009": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.009, Server", "arch_name": "5.5120.009@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 51317, "seats": { @@ -657617,18 +726118,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71844, "usage_id": 207 }, "8120.05.010": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.010, Kopierer", "arch_name": "5.5120.010@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657636,18 +726139,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71840, "usage_id": 110 }, "8120.05.011": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.011, Workbox", "arch_name": "5.5120.011@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657655,18 +726160,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71841, "usage_id": 12 }, "8120.05.012": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.012, Gro\u00dfraumb\u00fcro", "arch_name": "5.5120.012@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657674,18 +726181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71842, "usage_id": 12 }, "8120.05.012A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.012A, Sozialbereich", "arch_name": "5.5120.012A@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657693,18 +726202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72785, "usage_id": 44 }, "8120.05.012B": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.012B, B\u00fcro", "arch_name": "5.5120.012B@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657712,18 +726223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72786, "usage_id": 12 }, "8120.05.012C": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.012C, B\u00fcro", "arch_name": "5.5120.012C@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657731,18 +726244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72787, "usage_id": 12 }, "8120.05.013": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.013, B\u00fcro", "arch_name": "5.5120.013@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657750,18 +726265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71828, "usage_id": 12 }, "8120.05.014": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.014, B\u00fcro", "arch_name": "5.5120.014@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657769,18 +726286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71845, "usage_id": 12 }, "8120.05.016": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.016, B\u00fcro", "arch_name": "5.5120.016@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657788,18 +726307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71846, "usage_id": 12 }, "8120.05.017": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.017, Besprechungsraum", "arch_name": "5.5120.017@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657807,18 +726328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71847, "usage_id": 196 }, "8120.05.030": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.030, Workbox", "arch_name": "5.5120.030@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657826,18 +726349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71837, "usage_id": 12 }, "8120.05.031": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.031, Besprechungsraum", "arch_name": "5.5120.031@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657845,18 +726370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71836, "usage_id": 196 }, "8120.05.032": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.032, Gro\u00dfraumb\u00fcro", "arch_name": "5.5120.032@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657864,18 +726391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71843, "usage_id": 12 }, "8120.05.034": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.034, Pause-Meeting", "arch_name": "5.5120.034@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657883,18 +726412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71829, "usage_id": 44 }, "8120.05.035": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.035, Kopierer", "arch_name": "5.5120.035@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657902,18 +726433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71830, "usage_id": 110 }, "8120.05.036": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "5.5120.036, B\u00fcro", "arch_name": "5.5120.036@8120", "area_id": 202, "building_id": 2131, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51317, "seats": { @@ -657921,19 +726454,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71831, "usage_id": 12 }, "8120.EG.001": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "H\u00f6rsaal im Galileo nur Mo-Do 7-19 Uhr", "arch_name": "H\u00f6rsaal@8120", "area_id": 202, "building_id": 2131, "calendar_resource_nr": 29092, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -657941,19 +726476,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67759, "usage_id": 20 }, "8120.EG.002": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Taurus 1 im Galileo Mo-Fr 7-19 Uhr", "arch_name": "Taurus 1@8120", "area_id": 202, "building_id": 2131, "calendar_resource_nr": 29094, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -657961,19 +726498,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67709, "usage_id": 41 }, "8120.EG.003": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Taurus 2 im Galileo Mo-Fr 7-19 Uhr", "arch_name": "Taurus 2@8120", "area_id": 202, "building_id": 2131, "calendar_resource_nr": 29095, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -657981,19 +726520,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67710, "usage_id": 41 }, "8120.EG.005": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Terra im Kongresszentrum", "arch_name": "Terra@8120", "area_id": 202, "building_id": 2131, "calendar_resource_nr": 33892, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -658001,18 +726542,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67693, "usage_id": 41 }, "8120.EG.006": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Jupiter im Kongresszentrum", "arch_name": "Jupiter@8120", "area_id": 202, "building_id": 2131, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -658020,18 +726563,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67694, "usage_id": 41 }, "8120.EG.007": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Seminarraum Saturn im Kongresszentrum", "arch_name": "Saturn@8120", "area_id": 202, "building_id": 2131, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 19691, "seats": { @@ -658039,18 +726584,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67695, "usage_id": 41 }, "8120.EG.070": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 10", "zip_code": 85748 }, + "alt_name": "Foyer EG, Foyer im EG im Kongresszentrum", "arch_name": "Foyer EG@8120", "area_id": 202, "building_id": 2131, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 19691, "seats": { @@ -658058,18 +726605,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67712, "usage_id": 222 }, "8121.01.101": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 12", "zip_code": 85748 }, + "alt_name": "Seminarraum Phoenix im Hotel Courtyard", "arch_name": "Phoenix@8121", "area_id": 202, "building_id": 2132, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 19691, "seats": { @@ -658077,18 +726626,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 67771, "usage_id": 41 }, "8122.01.001": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.001, Cip-Pool", "arch_name": "01.8122.001@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658096,18 +726647,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72364, "usage_id": 213 }, "8122.01.002": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.002, Cip-Pool", "arch_name": "01.8122.002@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658115,18 +726668,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72365, "usage_id": 213 }, "8122.01.003": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.003, Cip-Pool", "arch_name": "01.8122.003@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658134,18 +726689,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72366, "usage_id": 213 }, "8122.01.004": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.004, B\u00fcro", "arch_name": "01.8122.004@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658153,18 +726710,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72367, "usage_id": 12 }, "8122.01.005": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.005, Flur", "arch_name": "01.8122.005@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658172,18 +726731,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72385, "usage_id": 222 }, "8122.01.005A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.005S, Technik", "arch_name": "01.8122.005S@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 25925, "seats": { @@ -658191,18 +726752,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72386, "usage_id": 120 }, "8122.01.006": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.006, Flurbereich Aufzug", "arch_name": "01.8122.006@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658210,18 +726773,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72432, "usage_id": 222 }, "8122.01.007": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.007, Putzkammer", "arch_name": "01.8122.007@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658229,18 +726794,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72433, "usage_id": 205 }, "8122.01.008": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.008, WC-Vorraum Herren", "arch_name": "01.8122.008@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658248,18 +726815,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72387, "usage_id": 118 }, "8122.01.009": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.009, WC-Herren", "arch_name": "01.8122.009@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658267,18 +726836,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72388, "usage_id": 115 }, "8122.01.010": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.010, WC-Vorraum Damen", "arch_name": "01.8122.010@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658286,18 +726857,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72389, "usage_id": 118 }, "8122.01.011": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.011, WC-Damen", "arch_name": "01.8122.011@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658305,18 +726878,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72390, "usage_id": 116 }, "8122.01.012": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.012, Gro\u00dfraumb\u00fcro", "arch_name": "01.8122.012@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658324,18 +726899,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72391, "usage_id": 12 }, "8122.01.013": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.013, B\u00fcro", "arch_name": "01.8122.013@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658343,18 +726920,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72392, "usage_id": 12 }, "8122.01.014": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.014, B\u00fcro", "arch_name": "01.8122.014@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658362,18 +726941,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72393, "usage_id": 12 }, "8122.01.015": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.015, B\u00fcro", "arch_name": "01.8122.015@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658381,18 +726962,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72409, "usage_id": 12 }, "8122.01.016": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.016, B\u00fcro", "arch_name": "01.8122.016@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658400,18 +726983,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72410, "usage_id": 12 }, "8122.01.017": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.017, K\u00fcche", "arch_name": "01.8122.017@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658419,18 +727004,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72411, "usage_id": 28 }, "8122.01.018": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.018, Sozailbereich", "arch_name": "01.8122.018@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658438,18 +727025,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72368, "usage_id": 44 }, "8122.01.020": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.020, Flurbereich Aufzug", "arch_name": "01.8122.020@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658457,18 +727046,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72369, "usage_id": 222 }, "8122.01.021": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.021, WC-Vorraum Herren", "arch_name": "01.8122.021@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658476,18 +727067,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72370, "usage_id": 118 }, "8122.01.022": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.022, WC-Vorraum Damen", "arch_name": "01.8122.022@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658495,18 +727088,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72371, "usage_id": 118 }, "8122.01.023": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.023, WC-Damen", "arch_name": "01.8122.023@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658514,18 +727109,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72394, "usage_id": 116 }, "8122.01.024": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.024, WC-Herren", "arch_name": "01.8122.024@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658533,18 +727130,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72437, "usage_id": 115 }, "8122.01.025": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.025, Gro\u00dfraumb\u00fcro", "arch_name": "01.8122.025@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658552,18 +727151,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72395, "usage_id": 12 }, "8122.01.026": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.026, Besprechung", "arch_name": "01.8122.026@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658571,18 +727172,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72396, "usage_id": 196 }, "8122.01.027": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.027, Besprechung", "arch_name": "01.8122.027@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658590,18 +727193,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72397, "usage_id": 196 }, "8122.01.028": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.028, Server", "arch_name": "01.8122.028@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658609,18 +727214,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72438, "usage_id": 207 }, "8122.01.029": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.029, Besprechung", "arch_name": "01.8122.029@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658628,18 +727235,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72412, "usage_id": 196 }, "8122.01.030": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.030, Besprechung", "arch_name": "01.8122.030@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658647,18 +727256,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72413, "usage_id": 196 }, "8122.01.031": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.031, Gro\u00dfraumb\u00fcro 1", "arch_name": "01.8122.031@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658666,18 +727277,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72414, "usage_id": 12 }, "8122.01.032": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.032, Gro\u00dfraumb\u00fcro 2", "arch_name": "01.8122.032@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658685,18 +727298,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72415, "usage_id": 12 }, "8122.01.033": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.033, Besprechung", "arch_name": "01.8122.033@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658704,18 +727319,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72439, "usage_id": 196 }, "8122.01.034": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.034, Besprechung", "arch_name": "01.8122.034@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658723,18 +727340,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72440, "usage_id": 196 }, "8122.01.035": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.035, Besprechung", "arch_name": "01.8122.035@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658742,18 +727361,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72441, "usage_id": 196 }, "8122.01.036": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.036, Sozailbereich", "arch_name": "01.8122.036@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658761,18 +727382,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72436, "usage_id": 44 }, "8122.01.037": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.037, Carrel", "arch_name": "01.8122.037@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658780,18 +727403,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72434, "usage_id": 12 }, "8122.01.038": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.038, Carrel", "arch_name": "01.8122.038@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658799,18 +727424,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72435, "usage_id": 12 }, "8122.01.039": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.039, Seminarraum", "arch_name": "01.8122.039@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658818,18 +727445,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72398, "usage_id": 41 }, "8122.01.040": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.040, Besprechung", "arch_name": "01.8122.040@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658837,18 +727466,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72399, "usage_id": 196 }, "8122.01.041": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.041, WC-Vorraum Damen", "arch_name": "01.8122.041@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658856,18 +727487,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74911, "usage_id": 118 }, "8122.01.042": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.042, WC-Damen", "arch_name": "01.8122.042@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658875,18 +727508,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74918, "usage_id": 116 }, "8122.01.043": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.043, WC-Herren", "arch_name": "01.8122.043@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658894,18 +727529,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74920, "usage_id": 115 }, "8122.01.044": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.044, WC-Vorraum Herren", "arch_name": "01.8122.044@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658913,18 +727550,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74919, "usage_id": 118 }, "8122.01.045": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.045, Putzraum", "arch_name": "01.8122.045@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658932,18 +727571,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74913, "usage_id": 205 }, "8122.01.046": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.044, Flur Aufzugbereich", "arch_name": "01.8122.044@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -658951,18 +727592,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74912, "usage_id": 222 }, "8122.01.047": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.047, Flur", "arch_name": "01.8122.047@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658970,18 +727613,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74921, "usage_id": 222 }, "8122.01.048": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.048, B\u00fcro", "arch_name": "01.8122.048@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -658989,18 +727634,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74914, "usage_id": 12 }, "8122.01.049": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.049, Gro\u00dfraumb\u00fcro", "arch_name": "01.8122.049@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -659008,18 +727655,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74916, "usage_id": 12 }, "8122.01.049A": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.049A, Server", "arch_name": "01.8122.049A@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -659027,18 +727676,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74917, "usage_id": 207 }, "8122.01.050": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.050, B\u00fcro", "arch_name": "01.8122.050@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -659046,18 +727697,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74915, "usage_id": 12 }, "8122.01.051": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.051, Flurbereich Aufzug", "arch_name": "01.8122.051@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -659065,18 +727718,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75163, "usage_id": 222 }, "8122.01.052": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.052, WC-Vorraum Damen", "arch_name": "01.8122.052@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -659084,18 +727739,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75168, "usage_id": 118 }, "8122.01.053": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.053, WC-Damen", "arch_name": "01.8122.053@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -659103,18 +727760,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75169, "usage_id": 116 }, "8122.01.054": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.054, WC-Herren", "arch_name": "01.8122.054@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -659122,18 +727781,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75167, "usage_id": 115 }, "8122.01.055": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.055, WC-Vorraum Herren", "arch_name": "01.8122.055@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 25925, "seats": { @@ -659141,18 +727802,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75166, "usage_id": 118 }, "8122.01.056": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.056, Gro\u00dfraumb\u00fcro", "arch_name": "01.8122.056@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -659160,18 +727823,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75164, "usage_id": 12 }, "8122.01.057": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.057, Kopierer/Lager", "arch_name": "01.8122.057@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -659179,18 +727844,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75162, "usage_id": 110 }, "8122.01.058": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.058, B\u00fcro", "arch_name": "01.8122.058@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -659198,18 +727865,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75165, "usage_id": 12 }, "8122.01.059": { "address": { - "floor": "1.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "01.8122.059, B\u00fcro", "arch_name": "01.8122.059@8122", "area_id": 202, "building_id": 2591, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 25925, "seats": { @@ -659217,18 +727886,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75161, "usage_id": 12 }, "8122.05.001": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.001, B\u00fcro", "arch_name": "5.8122.001@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659236,18 +727907,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70648, "usage_id": 12 }, "8122.05.002": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.002, B\u00fcro", "arch_name": "5.8122.002@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659255,18 +727928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70595, "usage_id": 12 }, "8122.05.003": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.003, B\u00fcro", "arch_name": "5.8122.003@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659274,18 +727949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70596, "usage_id": 12 }, "8122.05.004": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.004, B\u00fcro", "arch_name": "5.8122.004@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659293,18 +727970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70597, "usage_id": 12 }, "8122.05.005": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.005, Flur", "arch_name": "5.8122.005@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659312,18 +727991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70598, "usage_id": 222 }, "8122.05.006": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.006, WC-Vorraum Herren", "arch_name": "5.8122.006@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51901, "seats": { @@ -659331,18 +728012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70649, "usage_id": 118 }, "8122.05.007": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.007, WC-Herren", "arch_name": "5.8122.007@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51901, "seats": { @@ -659350,18 +728033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70650, "usage_id": 118 }, "8122.05.008": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.008, WC-Vorraum Damen", "arch_name": "5.8122.008@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51901, "seats": { @@ -659369,18 +728054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70651, "usage_id": 118 }, "8122.05.009": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.009, WC-Damen", "arch_name": "5.8122.009@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51901, "seats": { @@ -659388,18 +728075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70599, "usage_id": 116 }, "8122.05.010": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.010, Flur", "arch_name": "5.8122.010@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51901, "seats": { @@ -659407,18 +728096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70673, "usage_id": 222 }, "8122.05.011": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.011, Putzraum", "arch_name": "5.8122.011@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659426,18 +728117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70600, "usage_id": 205 }, "8122.05.012": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.012, Besprechung 2", "arch_name": "5.8122.012@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659445,18 +728138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70602, "usage_id": 196 }, "8122.05.013": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.013, Besprechung 1", "arch_name": "5.8122.013@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659464,19 +728159,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70674, "usage_id": 196 }, "8122.05.014": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.014, Seminarraum", "arch_name": "5.8122.014@8122", "area_id": 202, "building_id": 2591, "calendar_resource_nr": 32092, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659484,18 +728181,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70675, "usage_id": 41 }, "8122.05.015": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.015, Flur", "arch_name": "5.8122.015@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659503,18 +728202,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70601, "usage_id": 222 }, "8122.05.015A": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.015A, Empfang/Aufenthalt/Teek\u00fcche", "arch_name": "5.8122.015A@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51901, "seats": { @@ -659522,18 +728223,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71743, "usage_id": 44 }, "8122.05.016": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.016, WC-Vorraum Herren", "arch_name": "5.8122.016@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 26031, "seats": { @@ -659541,18 +728244,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70603, "usage_id": 118 }, "8122.05.017": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.017, WC-Herren", "arch_name": "5.8122.017@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 26031, "seats": { @@ -659560,18 +728265,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70604, "usage_id": 115 }, "8122.05.018": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.008, WC-Vorraum Damen", "arch_name": "5.8122.008@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 26031, "seats": { @@ -659579,18 +728286,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70605, "usage_id": 118 }, "8122.05.019": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.019, WC-Damen", "arch_name": "5.8122.019@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 26031, "seats": { @@ -659598,18 +728307,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70606, "usage_id": 116 }, "8122.05.020": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.020, Flurbereich Aufzug", "arch_name": "5.8122.020@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 26031, "seats": { @@ -659617,18 +728328,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70676, "usage_id": 222 }, "8122.05.021": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.021, B\u00fcro", "arch_name": "5.8122.021@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659636,18 +728349,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70607, "usage_id": 12 }, "8122.05.022": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.022, B\u00fcro", "arch_name": "5.8122.022@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659655,18 +728370,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70677, "usage_id": 12 }, "8122.05.023": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.023, Flur", "arch_name": "5.8122.023@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 26031, "seats": { @@ -659674,18 +728391,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70680, "usage_id": 222 }, "8122.05.024": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.024, Server", "arch_name": "5.8122.024@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 26031, "seats": { @@ -659693,18 +728412,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70679, "usage_id": 207 }, "8122.05.025": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.025, B\u00fcro", "arch_name": "5.8122.025@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659712,18 +728433,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70678, "usage_id": 12 }, "8122.05.026": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.026, B\u00fcro", "arch_name": "5.8122.026@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659731,18 +728454,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70608, "usage_id": 12 }, "8122.05.027": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.027, B\u00fcro", "arch_name": "5.8122.027@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659750,18 +728475,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70609, "usage_id": 12 }, "8122.05.028": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.028, B\u00fcro", "arch_name": "5.8122.028@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659769,18 +728496,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70610, "usage_id": 12 }, "8122.05.029": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.029, B\u00fcro", "arch_name": "5.8122.029@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659788,18 +728517,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70681, "usage_id": 12 }, "8122.05.030": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.030, B\u00fcro", "arch_name": "5.8122.030@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659807,18 +728538,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70682, "usage_id": 12 }, "8122.05.031": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.031, B\u00fcro", "arch_name": "5.8122.031@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659826,18 +728559,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70683, "usage_id": 12 }, "8122.05.032": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.032, B\u00fcro", "arch_name": "5.8122.032@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659845,18 +728580,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70684, "usage_id": 12 }, "8122.05.033": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.033, B\u00fcro", "arch_name": "5.8122.033@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659864,18 +728601,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70652, "usage_id": 12 }, "8122.05.034": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.034, B\u00fcro", "arch_name": "5.8122.034@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659883,18 +728622,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70653, "usage_id": 12 }, "8122.05.035": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 6", "zip_code": 85748 }, + "alt_name": "5.8122.035, Flur", "arch_name": "5.8122.035@8122", "area_id": 202, "building_id": 2591, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 26031, "seats": { @@ -659902,18 +728643,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70654, "usage_id": 222 }, "8123.04.001": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.001, Aufenthalt u. Catering", "arch_name": "4.8123.001@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -659921,18 +728664,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70575, "usage_id": 44 }, "8123.04.002": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.002, Server", "arch_name": "4.8123.002@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Linoleum", "main_operator_id": 50597, "seats": { @@ -659940,18 +728685,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70576, "usage_id": 207 }, "8123.04.003": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.003, B\u00fcro Gruppe 1", "arch_name": "4.8123.003@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -659959,18 +728706,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70577, "usage_id": 12 }, "8123.04.004": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.004, Seminarraum", "arch_name": "4.8123.004@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -659978,18 +728727,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70656, "usage_id": 41 }, "8123.04.005": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.005, B\u00fcro Gruppe 3", "arch_name": "4.8123.005@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -659997,18 +728748,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70657, "usage_id": 12 }, "8123.04.006": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.006, B\u00fcro Gruppe 2", "arch_name": "4.8123.006@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660016,18 +728769,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70658, "usage_id": 12 }, "8123.04.007": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.007, WC-Vorraum Herren", "arch_name": "4.8123.007@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660035,18 +728790,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70660, "usage_id": 118 }, "8123.04.008": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.008, WC-Herren", "arch_name": "4.8123.008@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660054,18 +728811,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70578, "usage_id": 115 }, "8123.04.009": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.009, WC-Vorraum Damen", "arch_name": "4.8123.009@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660073,18 +728832,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70627, "usage_id": 118 }, "8123.04.010": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.010, WC-Damen", "arch_name": "4.8123.010@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660092,18 +728853,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70628, "usage_id": 118 }, "8123.04.011": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.011, Flurbereich Aufzug", "arch_name": "4.8123.011@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660111,18 +728874,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70659, "usage_id": 222 }, "8123.04.012": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.012, Flur", "arch_name": "4.8123.012@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660130,18 +728895,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70579, "usage_id": 222 }, "8123.04.013": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.013, B\u00fcro Gruppe 5", "arch_name": "4.8123.013@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660149,18 +728916,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70580, "usage_id": 12 }, "8123.04.014": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.014, B\u00fcro Gruppe 4", "arch_name": "4.8123.014@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660168,18 +728937,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70581, "usage_id": 12 }, "8123.04.015": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.015, Aufenthalt", "arch_name": "4.8123.015@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660187,18 +728958,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70582, "usage_id": 44 }, "8123.04.016": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.016, Besprechung/Medien", "arch_name": "4.8123.016@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660206,18 +728979,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70583, "usage_id": 196 }, "8123.04.017": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.017, Teek\u00fcche", "arch_name": "4.8123.017@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660225,18 +729000,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70584, "usage_id": 198 }, "8123.04.018": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.018, Flurbereich Aufzug", "arch_name": "4.8123.018@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660244,18 +729021,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70629, "usage_id": 222 }, "8123.04.019": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.019, WC-Vorraum Herren", "arch_name": "4.8123.019@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660263,18 +729042,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70630, "usage_id": 118 }, "8123.04.020": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.020, WC-Herren", "arch_name": "4.8123.020@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660282,18 +729063,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70631, "usage_id": 115 }, "8123.04.021": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.021, WC-Vorraum Damen", "arch_name": "4.8123.021@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660301,18 +729084,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70611, "usage_id": 118 }, "8123.04.022": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.022, WC-Damen", "arch_name": "4.8123.022@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660320,18 +729105,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70612, "usage_id": 116 }, "8123.04.023": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.023, Gro\u00dfraumb\u00fcro", "arch_name": "4.8123.023@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660339,18 +729126,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70585, "usage_id": 12 }, "8123.04.024": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.024, Zugang zur Terrasse", "arch_name": "4.8123.024@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660358,18 +729147,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70586, "usage_id": 222 }, "8123.04.025": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.025, Flur", "arch_name": "4.8123.025@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660377,18 +729168,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71744, "usage_id": 222 }, "8123.04.026": { "address": { - "floor": "4.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "4.8123.026, Putzraum", "arch_name": "4.8123.026@8123", "area_id": 202, "building_id": 2590, + "floor_level": "4.OG", "floor_type": "Fliesen", "main_operator_id": 50597, "seats": { @@ -660396,18 +729189,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71746, "usage_id": 205 }, "8123.05.001": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.001, Gro\u00dfraumb\u00fcro", "arch_name": "5.8123.001@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -660415,18 +729210,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70632, "usage_id": 12 }, "8123.05.002": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.002, Server", "arch_name": "5.8123.002@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 25925, "seats": { @@ -660434,18 +729231,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70633, "usage_id": 207 }, "8123.05.003": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.003, Teek\u00fcche", "arch_name": "5.8123.003@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Linoleum", "main_operator_id": 15298, "seats": { @@ -660453,18 +729252,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70587, "usage_id": 198 }, "8123.05.004": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.004, B\u00fcro", "arch_name": "5.8123.004@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -660472,18 +729273,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70634, "usage_id": 12 }, "8123.05.005": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.005, B\u00fcro", "arch_name": "5.8123.005@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -660491,18 +729294,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70588, "usage_id": 12 }, "8123.05.006": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.006, B\u00fcro", "arch_name": "5.8123.006@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -660510,18 +729315,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70589, "usage_id": 12 }, "8123.05.007": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.007, B\u00fcro", "arch_name": "5.8123.007@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 15298, "seats": { @@ -660529,18 +729336,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70590, "usage_id": 12 }, "8123.05.008": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.008, Besprechungsraum 4", "arch_name": "5.8123.008@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -660548,18 +729357,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70591, "usage_id": 196 }, "8123.05.009": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.009, B\u00fcro", "arch_name": "5.8123.009@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 47617, "seats": { @@ -660567,18 +729378,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70635, "usage_id": 12 }, "8123.05.010": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.010, WC-Vorraum Herren", "arch_name": "5.8123.010@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660586,18 +729399,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70593, "usage_id": 118 }, "8123.05.011": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.011, WC-Herren", "arch_name": "5.8123.011@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660605,18 +729420,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70636, "usage_id": 115 }, "8123.05.012": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.012, WC-Vorraum Damen", "arch_name": "5.8123.012@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660624,18 +729441,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70594, "usage_id": 118 }, "8123.05.013": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.013, WC-Damen", "arch_name": "5.8123.013@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660643,18 +729462,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70637, "usage_id": 116 }, "8123.05.014": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.014, Flurbereich Aufzug", "arch_name": "5.8123.014@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660662,18 +729483,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70592, "usage_id": 222 }, "8123.05.015": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.015, Empfang/Aufenthalt/Teek\u00fcche", "arch_name": "5.8123.015@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -660681,18 +729504,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70638, "usage_id": 44 }, "8123.05.016": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.016, Besprechungsraum 1", "arch_name": "5.8123.016@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660700,18 +729525,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70661, "usage_id": 196 }, "8123.05.017": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.017, Seminarraum", "arch_name": "5.8123.017@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660719,18 +729546,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70663, "usage_id": 41 }, "8123.05.018": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.018, Besprechungsraum 2", "arch_name": "5.8123.018@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 50597, "seats": { @@ -660738,18 +729567,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70662, "usage_id": 196 }, "8123.05.019": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.019, Flur", "arch_name": "5.8123.019@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -660757,18 +729588,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70639, "usage_id": 222 }, "8123.05.020": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.020, WC-Vorraum Herren", "arch_name": "5.8123.020@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660776,18 +729609,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70641, "usage_id": 118 }, "8123.05.021": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.021, WC-Herren", "arch_name": "5.8123.021@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660795,18 +729630,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70642, "usage_id": 115 }, "8123.05.022": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.022, WC-Vorraum Damen", "arch_name": "5.8123.022@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660814,18 +729651,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70671, "usage_id": 118 }, "8123.05.023": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.023, WC-Damen", "arch_name": "5.8123.023@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660833,18 +729672,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70672, "usage_id": 116 }, "8123.05.024": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.024, Flur", "arch_name": "5.8123.024@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660852,18 +729693,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70640, "usage_id": 222 }, "8123.05.025": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.025, B\u00fcro", "arch_name": "5.8123.025@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51157, "seats": { @@ -660871,18 +729714,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70644, "usage_id": 12 }, "8123.05.026": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.026, B\u00fcro", "arch_name": "5.8123.026@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51157, "seats": { @@ -660890,18 +729735,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70645, "usage_id": 12 }, "8123.05.027": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.027, B\u00fcro", "arch_name": "5.8123.027@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51157, "seats": { @@ -660909,18 +729756,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70646, "usage_id": 12 }, "8123.05.028": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.028, B\u00fcro", "arch_name": "5.8123.028@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51157, "seats": { @@ -660928,18 +729777,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70647, "usage_id": 12 }, "8123.05.029": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.029, Flur", "arch_name": "5.8123.029@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Spannteppich", "main_operator_id": 51267, "seats": { @@ -660947,18 +729798,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70643, "usage_id": 222 }, "8123.05.030": { "address": { - "floor": "5.OG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 4", "zip_code": 85748 }, + "alt_name": "5.8123.030, Putzraum", "arch_name": "5.8123.030@8123", "area_id": 202, "building_id": 2590, + "floor_level": "5.OG", "floor_type": "Fliesen", "main_operator_id": 51267, "seats": { @@ -660966,18 +729819,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 71745, "usage_id": 205 }, "8124.EG.016": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 14", "zip_code": 85748 }, + "alt_name": "00.8124.016, Gro\u00dfraumb\u00fcro", "arch_name": "00.8124.016@8124", "area_id": 202, "building_id": 3029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -660985,18 +729840,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73855, "usage_id": 12 }, "8124.EG.016C": { "address": { - "floor": "EG", "place": "Garching b. M\u00fcnchen", "street": "Walther-von-Dyck-Str. 14", "zip_code": 85748 }, + "alt_name": "00.8124.016C, Flur/Treppe (Anteilige Allgem. Fl.)", "arch_name": "00.8124.016C@8124", "area_id": 202, "building_id": 3029, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 25918, "seats": { @@ -661004,18 +729861,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73856, "usage_id": 222 }, "9001.01.101": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A101, Flur", "arch_name": "A101@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -661023,18 +729882,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66131, "usage_id": 222 }, "9001.01.102": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A102, Sp\u00fcle/Getr\u00e4nkelager", "arch_name": "A102@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661042,19 +729903,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66132, "usage_id": 28 }, "9001.01.103": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A103, Festsaal", "arch_name": "A103@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 27003, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -661062,19 +729925,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66133, "usage_id": 42 }, "9001.01.104": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A104, Besprechungsraum", "arch_name": "A104@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 27004, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661082,18 +729947,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66134, "usage_id": 196 }, "9001.01.105": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A105, Verbindungsgang", "arch_name": "A105@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -661101,18 +729968,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66135, "usage_id": 16 }, "9001.01.106": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A106, WC-Damen", "arch_name": "A106@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -661120,18 +729989,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66136, "usage_id": 116 }, "9001.01.107": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A107, WC-Herren", "arch_name": "A107@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -661139,19 +730010,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66137, "usage_id": 115 }, "9001.01.108": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A108, Seminarraum", "arch_name": "A108@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 27005, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661159,19 +730032,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66138, "usage_id": 41 }, "9001.01.109": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A109, Seminarraum", "arch_name": "A109@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 27006, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661179,18 +730054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66139, "usage_id": 41 }, "9001.01.110": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A110, Treppe", "arch_name": "A110@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 47079, "seats": { @@ -661198,19 +730075,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66140, "usage_id": 223 }, "9001.01.111": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A111, Seminarraum", "arch_name": "A111@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 27007, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661218,19 +730097,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66141, "usage_id": 41 }, "9001.01.112": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A112, Roter Salon", "arch_name": "A112@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 27008, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661238,18 +730119,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66142, "usage_id": 148 }, "9001.01.113": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A113, Technikraum", "arch_name": "A113@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -661257,18 +730140,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66143, "usage_id": 120 }, "9001.01.114": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A114, Flur", "arch_name": "A114@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 47079, "seats": { @@ -661276,18 +730161,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66144, "usage_id": 222 }, "9001.01.115": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A115/116, Lager", "arch_name": "A115/116@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661295,18 +730182,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66145, "usage_id": 30 }, "9001.01.117": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A117, Flur", "arch_name": "A117@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -661314,18 +730203,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66146, "usage_id": 222 }, "9001.01.118": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A118, Aptkapelle", "arch_name": "A118@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661333,18 +730224,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66147, "usage_id": 148 }, "9001.01.119": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A119, Sammlungsverwahrung", "arch_name": "A119@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661352,18 +730245,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66148, "usage_id": 187 }, "9001.01.120": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A120, Technikraum", "arch_name": "A120@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 47079, "seats": { @@ -661371,18 +730266,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66149, "usage_id": 120 }, "9001.01.121": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A121, ehemalige Aptkapelle", "arch_name": "A121@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661390,19 +730287,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66150, "usage_id": 148 }, "9001.01.122": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A122, Seminarraum", "arch_name": "A122@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 26992, + "floor_level": "1.OG", "floor_type": "Terrazzo", "main_operator_id": 47079, "seats": { @@ -661410,18 +730309,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66151, "usage_id": 41 }, "9001.01.123": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A123/124, Treppe", "arch_name": "A123/124@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661429,19 +730330,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66152, "usage_id": 223 }, "9001.01.125": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A125, Seminarraum", "arch_name": "A125@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 26993, + "floor_level": "1.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661449,18 +730352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66153, "usage_id": 41 }, "9001.01.126": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A126, Treppe", "arch_name": "A126@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -661468,18 +730373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66154, "usage_id": 223 }, "9001.01.127": { "address": { - "floor": "1.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A127, Treppe", "arch_name": "A127@9001", "area_id": 183, "building_id": 1775, + "floor_level": "1.OG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -661487,18 +730394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66155, "usage_id": 223 }, "9001.02.201": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A201, Flur", "arch_name": "A201@9001", "area_id": 183, "building_id": 1775, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661506,18 +730415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66156, "usage_id": 222 }, "9001.02.202": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A202, Sp\u00fcle/Getr\u00e4nkelager", "arch_name": "A202@9001", "area_id": 183, "building_id": 1775, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661525,19 +730436,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66157, "usage_id": 28 }, "9001.02.203": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A203, Seminarraum", "arch_name": "A203@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 26994, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661545,19 +730458,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66158, "usage_id": 41 }, "9001.02.204": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A204, Seminarraum", "arch_name": "A204@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 26995, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661565,18 +730480,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66159, "usage_id": 41 }, "9001.02.205": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A205, Treppe", "arch_name": "A205@9001", "area_id": 183, "building_id": 1775, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661584,19 +730501,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66160, "usage_id": 223 }, "9001.02.206": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A206, Seminarraum", "arch_name": "A206@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 26996, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661604,18 +730523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66161, "usage_id": 41 }, "9001.02.207": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A207, Lager", "arch_name": "A207@9001", "area_id": 183, "building_id": 1775, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661623,19 +730544,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66162, "usage_id": 30 }, "9001.02.208": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A208, Papstzimmer", "arch_name": "A208@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 26997, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661643,18 +730566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66083, "usage_id": 148 }, "9001.02.209": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A209, Treppe", "arch_name": "A209@9001", "area_id": 183, "building_id": 1775, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661662,19 +730587,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66084, "usage_id": 223 }, "9001.02.210": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A210, Seminarraum", "arch_name": "A210@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 26998, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661682,19 +730609,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66085, "usage_id": 41 }, "9001.02.211": { "address": { - "floor": "2.OG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A211, Seminarraum", "arch_name": "A211@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 26999, + "floor_level": "2.OG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661702,18 +730631,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66086, "usage_id": 41 }, "9001.EG.001": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A001, Eingangsflur", "arch_name": "A001@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -661721,18 +730652,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66088, "usage_id": 222 }, "9001.EG.002": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A002, Treppe", "arch_name": "A002@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661740,18 +730673,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66089, "usage_id": 223 }, "9001.EG.003": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A003, Getr\u00e4nkelager", "arch_name": "A003@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -661759,18 +730694,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66090, "usage_id": 30 }, "9001.EG.003A": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A003a, K\u00fchlzelle", "arch_name": "A003a@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -661778,18 +730715,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66091, "usage_id": 199 }, "9001.EG.004": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A004, Gl\u00e4sersp\u00fcle", "arch_name": "A004@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47079, "seats": { @@ -661797,18 +730736,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66092, "usage_id": 28 }, "9001.EG.005": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A005, Flur", "arch_name": "A005@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 47079, "seats": { @@ -661816,18 +730757,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66093, "usage_id": 222 }, "9001.EG.006": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A006/007, Flur", "arch_name": "A006/007@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47079, "seats": { @@ -661835,19 +730778,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66094, "usage_id": 222 }, "9001.EG.008": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A008, Gew\u00f6lbehalle", "arch_name": "A008@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 27000, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47079, "seats": { @@ -661855,19 +730800,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66095, "usage_id": 130 }, "9001.EG.009": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A009, Gew\u00f6lbesaal", "arch_name": "A009@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 27001, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47079, "seats": { @@ -661875,18 +730822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66096, "usage_id": 130 }, "9001.EG.010": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A010, WC-Damen", "arch_name": "A010@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -661894,18 +730843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66099, "usage_id": 116 }, "9001.EG.011": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A011, WC-Herren", "arch_name": "A011@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -661913,18 +730864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66098, "usage_id": 115 }, "9001.EG.012": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A012/13, Empfangsfoyer", "arch_name": "A012/13@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661932,18 +730885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66100, "usage_id": 222 }, "9001.EG.014": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A014, Treppe", "arch_name": "A014@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661951,19 +730906,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66097, "usage_id": 223 }, "9001.EG.015": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A015, Seminarraum", "arch_name": "A015@9001", "area_id": 183, "building_id": 1775, "calendar_resource_nr": 27002, + "floor_level": "EG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 47079, "seats": { @@ -661971,18 +730928,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66101, "usage_id": 41 }, "9001.EG.016": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A016, Beh.-WC", "arch_name": "A016@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -661990,18 +730949,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66102, "usage_id": 117 }, "9001.EG.016A": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A016a, Abstellraum/Haustechnik", "arch_name": "A016a@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -662009,18 +730970,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66103, "usage_id": 120 }, "9001.EG.017": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A017, Abstellraum", "arch_name": "A017@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -662028,18 +730991,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66104, "usage_id": 159 }, "9001.EG.018": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A018, Laubengangflur", "arch_name": "A018@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -662047,18 +731012,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66106, "usage_id": 16 }, "9001.EG.018A": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A018a, Treppenflur", "arch_name": "A018a@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -662066,18 +731033,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66105, "usage_id": 223 }, "9001.EG.019": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A019, Treppe", "arch_name": "A019@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -662085,18 +731054,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66107, "usage_id": 223 }, "9001.EG.019A": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A019a, Umkleide, WC-Personal", "arch_name": "A019a@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -662104,18 +731075,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66108, "usage_id": 223 }, "9001.EG.020": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A020, K\u00fcche/Lager Cafeteria", "arch_name": "A020@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -662123,18 +731096,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66109, "usage_id": 28 }, "9001.EG.021": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A021/21a, Cafeteria", "arch_name": "A021/21a@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Estrich (Beton)", "main_operator_id": 47079, "seats": { @@ -662142,18 +731117,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66110, "usage_id": 139 }, "9001.EG.022": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A022, B\u00fcro Verwaltung", "arch_name": "A022@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -662161,18 +731138,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66111, "usage_id": 12 }, "9001.EG.023": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A023, Lager Verwaltung", "arch_name": "A023@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -662180,18 +731159,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66112, "usage_id": 30 }, "9001.EG.024": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A024, Lager Verwaltung", "arch_name": "A024@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -662199,18 +731180,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66125, "usage_id": 30 }, "9001.EG.025": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A025, Treppe", "arch_name": "A025@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Terrazzo", "main_operator_id": 47079, "seats": { @@ -662218,18 +731201,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66126, "usage_id": 223 }, "9001.EG.026": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A026/27, Teek\u00fcche Verwaltung", "arch_name": "A026/27@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -662237,18 +731222,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66127, "usage_id": 198 }, "9001.EG.028": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A028, WC-Verwaltung", "arch_name": "A028@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 47079, "seats": { @@ -662256,18 +731243,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66128, "usage_id": 114 }, "9001.EG.030": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A030, Treppe", "arch_name": "A030@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 47079, "seats": { @@ -662275,18 +731264,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66129, "usage_id": 223 }, "9001.EG.031": { "address": { - "floor": "EG", "place": "Burghausen", "street": "Raitenhaslach 11", "zip_code": 84489 }, + "alt_name": "A031, Aufzug", "arch_name": "A031@9001", "area_id": 183, "building_id": 1775, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 47079, "seats": { @@ -662294,18 +731285,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 66130, "usage_id": 4 }, "9101.01.101": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.01, Sekretariat/Empfang", "arch_name": "01.01@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662313,18 +731306,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69665, "usage_id": 40 }, "9101.01.102": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.02, Sozialbereich", "arch_name": "01.02@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662332,18 +731327,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69667, "usage_id": 44 }, "9101.01.103": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.03, B\u00fcro", "arch_name": "01.03@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662351,18 +731348,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69652, "usage_id": 12 }, "9101.01.104": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.04, Leiter", "arch_name": "01.04@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662370,18 +731369,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69677, "usage_id": 12 }, "9101.01.105": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.05, Gruppenarbeitsraum", "arch_name": "01.05@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662389,18 +731390,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69740, "usage_id": 131 }, "9101.01.106": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.06, Gruppenarbeitsraum", "arch_name": "01.06@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662408,18 +731411,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69618, "usage_id": 131 }, "9101.01.107": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.07, Unterrichtsraum", "arch_name": "01.07@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662427,18 +731432,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69619, "usage_id": 130 }, "9101.01.108": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.08, EDV-Unterricht", "arch_name": "01.08@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662446,18 +731453,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69741, "usage_id": 130 }, "9101.01.109": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.09, Gruppenarbeitsraum", "arch_name": "01.09@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662465,18 +731474,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69678, "usage_id": 131 }, "9101.01.110": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.10, Teek\u00fcche", "arch_name": "01.10@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662484,18 +731495,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69679, "usage_id": 198 }, "9101.01.111": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.11, Putzraum", "arch_name": "01.11@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662503,18 +731516,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69616, "usage_id": 205 }, "9101.01.112": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.12, WC-Herren", "arch_name": "01.12@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 49077, "seats": { @@ -662522,18 +731537,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69617, "usage_id": 115 }, "9101.01.113": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.13, WC-Lehrer", "arch_name": "01.13@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 49077, "seats": { @@ -662541,18 +731558,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69680, "usage_id": 114 }, "9101.01.114": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.14, WC-Lehrer", "arch_name": "01.14@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 49077, "seats": { @@ -662560,18 +731579,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69739, "usage_id": 114 }, "9101.01.116": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.16, Putzraum", "arch_name": "01.16@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 49077, "seats": { @@ -662579,18 +731600,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69666, "usage_id": 205 }, "9101.01.120": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.20, Flur", "arch_name": "01.20@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662598,18 +731621,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69668, "usage_id": 222 }, "9101.01.901": { "address": { - "floor": "1.OG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "01.901, Terrasse", "arch_name": "01.901@9101", "area_id": 223, "building_id": 2330, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -662617,18 +731642,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69681, "usage_id": 48 }, "9101.DG.201": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.01, B\u00fcro Verwaltung", "arch_name": "02.01@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662636,18 +731663,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69708, "usage_id": 12 }, "9101.DG.202": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.02, Arbeitsraum Roboterfabrik", "arch_name": "02.02@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662655,18 +731684,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69713, "usage_id": 131 }, "9101.DG.203A": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.03a, Seminarraum", "arch_name": "02.03a@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662674,18 +731705,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75838, "usage_id": 41 }, "9101.DG.203B": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.04, B\u00fcro Admin", "arch_name": "02.04@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662693,18 +731726,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75839, "usage_id": 12 }, "9101.DG.203C": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.03c, B\u00fcro", "arch_name": "02.03c@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662712,18 +731747,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75840, "usage_id": 12 }, "9101.DG.204A": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.04a, B\u00fcro Lehrer", "arch_name": "02.04a@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662731,18 +731768,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75841, "usage_id": 12 }, "9101.DG.204B": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.04b, B\u00fcro Lehrer", "arch_name": "02.04b@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662750,18 +731789,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 75842, "usage_id": 12 }, "9101.DG.205": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.05, B\u00fcro Lehrer", "arch_name": "02.05@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662769,18 +731810,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69682, "usage_id": 12 }, "9101.DG.206": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.06, WC-Herren", "arch_name": "02.06@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 49077, "seats": { @@ -662788,18 +731831,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69701, "usage_id": 115 }, "9101.DG.207": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.07, Speicher", "arch_name": "02.07@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662807,18 +731852,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69714, "usage_id": 159 }, "9101.DG.208": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.08, WC-Damen", "arch_name": "02.08@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 49077, "seats": { @@ -662826,18 +731873,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69703, "usage_id": 116 }, "9101.DG.209": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.09, Heizung-/Elektroraum", "arch_name": "02.09@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662845,18 +731894,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69702, "usage_id": 120 }, "9101.DG.220": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.20, Foyer", "arch_name": "02.20@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662864,18 +731915,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69663, "usage_id": 222 }, "9101.DG.221": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.21, Vorpl. zu 201", "arch_name": "02.21@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Linoleum", "main_operator_id": 49077, "seats": { @@ -662883,18 +731936,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69615, "usage_id": 222 }, "9101.DG.901": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.901, Balkon 1", "arch_name": "02.901@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -662902,18 +731957,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69709, "usage_id": 48 }, "9101.DG.902": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.902, Balkon 2", "arch_name": "02.902@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -662921,18 +731978,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69710, "usage_id": 48 }, "9101.DG.903": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.903, Balkon 3", "arch_name": "02.903@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -662940,18 +731999,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69711, "usage_id": 48 }, "9101.DG.904": { "address": { - "floor": "DG", "place": "Garmisch-Partenkirchen", "street": "Bahnhofstra\u00dfe 37", "zip_code": 82467 }, + "alt_name": "02.904, Balkon 4", "arch_name": "02.904@9101", "area_id": 223, "building_id": 2330, + "floor_level": "DG", "floor_type": "Fliesen", "main_operator_id": 19691, "seats": { @@ -662959,18 +732020,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69712, "usage_id": 48 }, "9201.01.001": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-01, Treppenhaus", "arch_name": "OG-01@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -662978,18 +732041,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70066, "usage_id": 223 }, "9201.01.002": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-02, WC-Damen", "arch_name": "OG-02@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -662997,18 +732062,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70067, "usage_id": 118 }, "9201.01.003": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-03, WC-Herren", "arch_name": "OG-03@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -663016,18 +732083,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70068, "usage_id": 115 }, "9201.01.004": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-04, Gang", "arch_name": "OG-04@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663035,18 +732104,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70035, "usage_id": 16 }, "9201.01.005": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-05, Zimmer 1A", "arch_name": "OG-05@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663054,18 +732125,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70069, "usage_id": 53 }, "9201.01.006": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-03, Bad 1", "arch_name": "OG-03@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -663073,18 +732146,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70071, "usage_id": 112 }, "9201.01.007": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-07, Zimmer 1B", "arch_name": "OG-07@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663092,18 +732167,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70070, "usage_id": 53 }, "9201.01.008": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-08, Gang", "arch_name": "OG-08@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663111,18 +732188,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70036, "usage_id": 16 }, "9201.01.009": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-09, Zimmer 2A", "arch_name": "OG-09@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663130,18 +732209,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70072, "usage_id": 53 }, "9201.01.010": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-10, Bad 2", "arch_name": "OG-10@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -663149,18 +732230,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70034, "usage_id": 112 }, "9201.01.011": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-11, Zimmer 2B", "arch_name": "OG-11@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663168,18 +732251,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70033, "usage_id": 53 }, "9201.01.012": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-12, Sitzecke", "arch_name": "OG-12@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663187,18 +732272,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70073, "usage_id": 44 }, "9201.01.013": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-13, Zimmer 3B", "arch_name": "OG-13@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663206,18 +732293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70037, "usage_id": 53 }, "9201.01.014": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-14, Bad 3", "arch_name": "OG-14@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -663225,18 +732314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70039, "usage_id": 112 }, "9201.01.015": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-15, Zimmer 3A", "arch_name": "OG-15@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663244,18 +732335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70038, "usage_id": 53 }, "9201.01.016": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-16, Zimmer 4B", "arch_name": "OG-16@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663263,18 +732356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70041, "usage_id": 53 }, "9201.01.017": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-17, Bad 4", "arch_name": "OG-17@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -663282,18 +732377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70042, "usage_id": 112 }, "9201.01.018": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-18, Zimmer 4A", "arch_name": "OG-18@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663301,18 +732398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70040, "usage_id": 53 }, "9201.01.019": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-19, Zimmer 5B", "arch_name": "OG-19@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663320,18 +732419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70043, "usage_id": 53 }, "9201.01.020": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-20, Bad 5", "arch_name": "OG-20@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -663339,18 +732440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70101, "usage_id": 112 }, "9201.01.021": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-21, Zimmer 5A", "arch_name": "OG-21@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663358,18 +732461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70100, "usage_id": 53 }, "9201.01.022": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-22, Zimmer 6", "arch_name": "OG-22@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663377,18 +732482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70102, "usage_id": 53 }, "9201.01.023": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-23, Bad 6", "arch_name": "OG-23@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -663396,18 +732503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70044, "usage_id": 112 }, "9201.01.024": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-24, Bad 7", "arch_name": "OG-24@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -663415,18 +732524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70045, "usage_id": 112 }, "9201.01.025": { "address": { - "floor": "1.OG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "OG-25, Zimmer 7", "arch_name": "OG-25@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.OG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663434,18 +732545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70046, "usage_id": 53 }, "9201.EG.001": { "address": { - "floor": "EG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "EG-01, Treppenhaus/Foyer", "arch_name": "EG-01@9201", "area_id": 263, "building_id": 2450, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663453,18 +732566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69946, "usage_id": 15 }, "9201.EG.002": { "address": { - "floor": "EG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "EG-02, Gang/Treppe", "arch_name": "EG-02@9201", "area_id": 263, "building_id": 2450, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663472,18 +732587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69947, "usage_id": 223 }, "9201.EG.003": { "address": { - "floor": "EG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "EG-03, K\u00fcche", "arch_name": "EG-03@9201", "area_id": 263, "building_id": 2450, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -663491,18 +732608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69948, "usage_id": 28 }, "9201.EG.004": { "address": { - "floor": "EG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "EG-04, Loggia", "arch_name": "EG-04@9201", "area_id": 263, "building_id": 2450, + "floor_level": "EG", "floor_type": "Gitterrost", "main_operator_id": 13946, "seats": { @@ -663510,18 +732629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69949, "usage_id": 48 }, "9201.EG.005": { "address": { - "floor": "EG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "EG-05, Seminarraum 2", "arch_name": "EG-05@9201", "area_id": 263, "building_id": 2450, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663529,18 +732650,20 @@ "standing": null, "wheelchair": 4 }, + "tumonline_id": 69950, "usage_id": 41 }, "9201.EG.006": { "address": { - "floor": "EG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "EG-06, Seminarraum 1", "arch_name": "EG-06@9201", "area_id": 263, "building_id": 2450, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663548,18 +732671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70099, "usage_id": 41 }, "9201.EG.007": { "address": { - "floor": "EG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "EG-07, Vorraum", "arch_name": "EG-07@9201", "area_id": 263, "building_id": 2450, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663567,18 +732692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70030, "usage_id": 222 }, "9201.EG.008": { "address": { - "floor": "EG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "EG-08, B\u00fcro/Stube", "arch_name": "EG-08@9201", "area_id": 263, "building_id": 2450, + "floor_level": "EG", "floor_type": "Parkett (versiegelt)", "main_operator_id": 13946, "seats": { @@ -663586,18 +732713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70031, "usage_id": 12 }, "9201.EG.009": { "address": { - "floor": "EG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "EG-09, Behinderten-WC", "arch_name": "EG-09@9201", "area_id": 263, "building_id": 2450, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 13946, "seats": { @@ -663605,18 +732734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 70032, "usage_id": 117 }, "9201.U1.001": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-01, Eingang gedeckt", "arch_name": "U1-01@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Holz (Schiffboden)", "main_operator_id": 13946, "seats": { @@ -663624,18 +732755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69944, "usage_id": 15 }, "9201.U1.001A": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-01A, M\u00fclllager", "arch_name": "U1-01A@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 13946, "seats": { @@ -663643,18 +732776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69945, "usage_id": 215 }, "9201.U1.002": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-02, Treppenhaus", "arch_name": "U1-02@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -663662,18 +732797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69954, "usage_id": 223 }, "9201.U1.003": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-03, Gang/Treppe", "arch_name": "U1-03@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -663681,18 +732818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69937, "usage_id": 16 }, "9201.U1.004": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-04, Lager/K\u00fcche", "arch_name": "U1-04@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -663700,18 +732839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69938, "usage_id": 28 }, "9201.U1.006": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-06, Technik, ca.Fl\u00e4che", "arch_name": "U1-06@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -663719,18 +732860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69939, "usage_id": 120 }, "9201.U1.007": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-07, Lager/Warm", "arch_name": "U1-07@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -663738,18 +732881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69940, "usage_id": 30 }, "9201.U1.008": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-08, Labor/Werkstatt", "arch_name": "U1-08@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -663757,18 +732902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69941, "usage_id": 51 }, "9201.U1.009": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-09, Materiallager", "arch_name": "U1-09@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -663776,18 +732923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69942, "usage_id": 30 }, "9201.U1.010": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-10, Trockenraum", "arch_name": "U1-10@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -663795,18 +732944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69943, "usage_id": 181 }, "9201.U1.011": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-11, L\u00f6schwassertank", "arch_name": "U1-11@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 13946, "seats": { @@ -663814,18 +732965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69951, "usage_id": 183 }, "9201.U1.012": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-12, Wasseraufbereitung", "arch_name": "U1-12@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 13946, "seats": { @@ -663833,18 +732986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69952, "usage_id": 182 }, "9201.U1.014": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-14, Wassertechnik", "arch_name": "U1-14@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 13946, "seats": { @@ -663852,18 +733007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69953, "usage_id": 183 }, "9201.U1.015": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-15, WC-Damen", "arch_name": "U1-15@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -663871,18 +733028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69955, "usage_id": 116 }, "9201.U1.016": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-16, WC-Herren", "arch_name": "U1-16@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 13946, "seats": { @@ -663890,18 +733049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 69936, "usage_id": 115 }, "9201.U1.020": { "address": { - "floor": "1.UG", "place": "Berchtesgaden", "street": "Ro\u00dffeldstr.", "zip_code": 83471 }, + "alt_name": "U1-20, Ger\u00e4telager", "arch_name": "U1-20@9201", "area_id": 263, "building_id": 2450, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 13946, "seats": { @@ -663909,18 +733070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74208, "usage_id": 18 }, "9377.01.101": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.101, B\u00fcro", "arch_name": "01.101@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 50657, "seats": { @@ -663928,18 +733091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72720, "usage_id": 12 }, "9377.01.102": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.102, Sekretariat BGD/Geo.", "arch_name": "01.102@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 50657, "seats": { @@ -663947,18 +733112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72721, "usage_id": 40 }, "9377.01.103": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.103, B\u00fcro", "arch_name": "01.103@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15098, "seats": { @@ -663966,18 +733133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72722, "usage_id": 12 }, "9377.01.104": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.104, Teek\u00fcche/Aufenthalt", "arch_name": "01.104@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -663985,19 +733154,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72480, "usage_id": 198 }, "9377.01.105": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.105, Besprechung", "arch_name": "01.105@9377", "area_id": 29, "building_id": 2890, "calendar_resource_nr": 31792, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664005,18 +733176,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72481, "usage_id": 196 }, "9377.01.107": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.107, WC", "arch_name": "01.107@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664024,18 +733197,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72639, "usage_id": 114 }, "9377.01.108": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.108, WC", "arch_name": "01.108@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664043,18 +733218,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72582, "usage_id": 114 }, "9377.01.109": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.109, B\u00fcro", "arch_name": "01.109@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 15098, "seats": { @@ -664062,18 +733239,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72640, "usage_id": 12 }, "9377.01.110": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.110, B\u00fcro", "arch_name": "01.110@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664081,18 +733260,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72723, "usage_id": 12 }, "9377.01.111": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.111, WC", "arch_name": "01.111@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664100,18 +733281,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72726, "usage_id": 114 }, "9377.01.112": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.112, WC", "arch_name": "01.112@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664119,18 +733302,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72727, "usage_id": 114 }, "9377.01.113": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.113, B\u00fcro", "arch_name": "01.113@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 50657, "seats": { @@ -664138,18 +733323,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72724, "usage_id": 12 }, "9377.01.115": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.115, PC-Simulationen", "arch_name": "01.115@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664157,18 +733344,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72728, "usage_id": 130 }, "9377.01.117": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.117, Big-Data Lab", "arch_name": "01.117@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 50657, "seats": { @@ -664176,18 +733365,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72729, "usage_id": 130 }, "9377.01.119": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.119, WC", "arch_name": "01.119@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664195,18 +733386,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72641, "usage_id": 114 }, "9377.01.120": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.120, WC", "arch_name": "01.120@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664214,18 +733407,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72642, "usage_id": 114 }, "9377.01.121": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.121, K\u00fcche", "arch_name": "01.121@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664233,18 +733428,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72643, "usage_id": 28 }, "9377.01.123": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.123, WC", "arch_name": "01.123@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664252,18 +733449,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72644, "usage_id": 114 }, "9377.01.125": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.125, PC-Raum", "arch_name": "01.125@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664271,19 +733470,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72648, "usage_id": 12 }, "9377.01.126": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.126, Cip-Pool/Seminarraum", "arch_name": "01.126@9377", "area_id": 29, "building_id": 2890, "calendar_resource_nr": 32615, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664291,18 +733492,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72649, "usage_id": 213 }, "9377.01.129": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.129, Netzwerkraum", "arch_name": "01.129@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664310,18 +733513,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72730, "usage_id": 207 }, "9377.01.130": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.130, Projektraum Fachschaft", "arch_name": "01.130@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 50499, "seats": { @@ -664329,18 +733534,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72734, "usage_id": 130 }, "9377.01.130A": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.130A, Bad", "arch_name": "01.130A@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664348,18 +733555,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72733, "usage_id": 112 }, "9377.01.131": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.131, B\u00fcro", "arch_name": "01.131@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -664367,18 +733576,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72651, "usage_id": 12 }, "9377.01.132": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.132, WC", "arch_name": "01.132@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664386,19 +733597,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72738, "usage_id": 114 }, "9377.01.133": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.133, Seminarraum", "arch_name": "01.133@9377", "area_id": 29, "building_id": 2890, "calendar_resource_nr": 31793, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664406,18 +733619,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72735, "usage_id": 41 }, "9377.01.134": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.134, Seminarraum", "arch_name": "01.134@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51267, "seats": { @@ -664425,18 +733640,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72736, "usage_id": 41 }, "9377.01.135": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.135, Lager", "arch_name": "01.135@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664444,18 +733661,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72737, "usage_id": 30 }, "9377.01.701": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.701, Flur", "arch_name": "01.701@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664463,18 +733682,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72581, "usage_id": 222 }, "9377.01.702": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.702, Treppenhaus", "arch_name": "01.702@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664482,18 +733703,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72496, "usage_id": 223 }, "9377.01.704": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.704, Flur", "arch_name": "01.704@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664501,18 +733724,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72725, "usage_id": 222 }, "9377.01.705": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.705, Flur", "arch_name": "01.705@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664520,18 +733745,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72647, "usage_id": 222 }, "9377.01.706": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.706, Flur", "arch_name": "01.706@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664539,18 +733766,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72731, "usage_id": 222 }, "9377.01.707": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.707, Treppenhaus", "arch_name": "01.707@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664558,18 +733787,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72646, "usage_id": 223 }, "9377.01.708": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.708, Flur", "arch_name": "01.708@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664577,18 +733808,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72732, "usage_id": 222 }, "9377.01.709": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.709, Flur", "arch_name": "01.709@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664596,18 +733829,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72650, "usage_id": 222 }, "9377.01.710": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "01.710, Flur", "arch_name": "01.710@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664615,18 +733850,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72652, "usage_id": 222 }, "9377.02.201": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.201, B\u00fcro", "arch_name": "02.201@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664634,18 +733871,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72594, "usage_id": 12 }, "9377.02.202": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.202, Kopierer/Drucker", "arch_name": "02.202@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664653,18 +733892,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72654, "usage_id": 110 }, "9377.02.203": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.203, B\u00fcro", "arch_name": "02.203@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664672,18 +733913,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72653, "usage_id": 12 }, "9377.02.204": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.204, WC", "arch_name": "02.204@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664691,18 +733934,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72483, "usage_id": 114 }, "9377.02.205": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.205, WC", "arch_name": "02.205@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664710,18 +733955,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72484, "usage_id": 114 }, "9377.02.206": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.206, B\u00fcro", "arch_name": "02.206@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664729,18 +733976,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72664, "usage_id": 12 }, "9377.02.207": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.207, K\u00fcche", "arch_name": "02.207@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664748,18 +733997,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72597, "usage_id": 28 }, "9377.02.208": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.208, B\u00fcro", "arch_name": "02.208@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664767,19 +734018,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72665, "usage_id": 12 }, "9377.02.209": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.209, B\u00fcro", "arch_name": "02.209@9377", "area_id": 29, "building_id": 2890, "calendar_resource_nr": 31852, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664787,18 +734040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72666, "usage_id": 12 }, "9377.02.210": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.210, WC", "arch_name": "02.210@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664806,18 +734061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72482, "usage_id": 114 }, "9377.02.211": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.211, B\u00fcro", "arch_name": "02.211@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664825,18 +734082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72595, "usage_id": 12 }, "9377.02.212": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.212, B\u00fcro", "arch_name": "02.212@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664844,18 +734103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72596, "usage_id": 12 }, "9377.02.213": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.213, WC", "arch_name": "02.213@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664863,18 +734124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72522, "usage_id": 114 }, "9377.02.214": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.214, Besprechung", "arch_name": "02.214@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664882,18 +734145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72601, "usage_id": 196 }, "9377.02.216": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.216, K\u00fcche", "arch_name": "02.216@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664901,18 +734166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72598, "usage_id": 28 }, "9377.02.217": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.217, B\u00fcro", "arch_name": "02.217@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664920,18 +734187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72525, "usage_id": 12 }, "9377.02.218": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.218, Lager/Technik", "arch_name": "02.218@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664939,18 +734208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72599, "usage_id": 30 }, "9377.02.219": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.219, B\u00fcro", "arch_name": "02.219@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664958,18 +734229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72602, "usage_id": 12 }, "9377.02.220": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.220, Archiv", "arch_name": "02.220@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664977,18 +734250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72604, "usage_id": 30 }, "9377.02.221": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.221, B\u00fcro", "arch_name": "02.221@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -664996,19 +734271,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72603, "usage_id": 12 }, "9377.02.222": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.222, Besprechung", "arch_name": "02.222@9377", "area_id": 29, "building_id": 2890, "calendar_resource_nr": 31773, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665016,18 +734293,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72485, "usage_id": 196 }, "9377.02.223": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.223, B\u00fcro", "arch_name": "02.223@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51257, "seats": { @@ -665035,18 +734314,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72558, "usage_id": 12 }, "9377.02.224": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.224, WC", "arch_name": "02.224@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665054,18 +734335,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72523, "usage_id": 114 }, "9377.02.225": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.225, WC", "arch_name": "02.225@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665073,18 +734356,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72524, "usage_id": 114 }, "9377.02.226": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.226, B\u00fcro", "arch_name": "02.226@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51257, "seats": { @@ -665092,18 +734377,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72559, "usage_id": 12 }, "9377.02.227": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.227, PC-Simulationen", "arch_name": "02.227@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665111,18 +734398,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72668, "usage_id": 130 }, "9377.02.229": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.229, Sekretariat EAV/AAS", "arch_name": "02.229@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51257, "seats": { @@ -665130,18 +734419,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72486, "usage_id": 40 }, "9377.02.230": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.230, B\u00fcro", "arch_name": "02.230@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 50997, "seats": { @@ -665149,18 +734440,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72487, "usage_id": 12 }, "9377.02.231": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.231, B\u00fcro", "arch_name": "02.231@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 50997, "seats": { @@ -665168,18 +734461,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72488, "usage_id": 12 }, "9377.02.232": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.232, WC", "arch_name": "02.232@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665187,18 +734482,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72605, "usage_id": 114 }, "9377.02.234": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.234, WC", "arch_name": "02.234@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665206,18 +734503,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72606, "usage_id": 114 }, "9377.02.236": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.236, Netzwerkraum", "arch_name": "02.236@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665225,18 +734524,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72673, "usage_id": 207 }, "9377.02.237": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.237, K\u00fcche", "arch_name": "02.237@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665244,18 +734545,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72526, "usage_id": 28 }, "9377.02.238": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.238, WC", "arch_name": "02.238@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665263,18 +734566,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72669, "usage_id": 114 }, "9377.02.239": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.239, WC", "arch_name": "02.239@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665282,18 +734587,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72671, "usage_id": 114 }, "9377.02.240": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.240, B\u00fcro", "arch_name": "02.240@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665301,18 +734608,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72609, "usage_id": 12 }, "9377.02.241": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.241, B\u00fcro", "arch_name": "02.241@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665320,18 +734629,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72610, "usage_id": 12 }, "9377.02.242": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.242, B\u00fcro", "arch_name": "02.242@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665339,18 +734650,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72611, "usage_id": 12 }, "9377.02.243": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.243, B\u00fcro", "arch_name": "02.243@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665358,18 +734671,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72489, "usage_id": 12 }, "9377.02.244": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.244, B\u00fcro", "arch_name": "02.244@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665377,18 +734692,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72490, "usage_id": 12 }, "9377.02.245": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.245, B\u00fcro/Besprechung", "arch_name": "02.245@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665396,18 +734713,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72613, "usage_id": 12 }, "9377.02.245A": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.245A, Bad", "arch_name": "02.245A@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665415,18 +734734,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72492, "usage_id": 112 }, "9377.02.246": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.246, B\u00fcro", "arch_name": "02.246@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665434,18 +734755,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72494, "usage_id": 12 }, "9377.02.247": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.247, WC", "arch_name": "02.247@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665453,18 +734776,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72608, "usage_id": 114 }, "9377.02.248": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.248, Projektraum", "arch_name": "02.248@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665472,18 +734797,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72614, "usage_id": 130 }, "9377.02.249": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.249, B\u00fcro", "arch_name": "02.249@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665491,18 +734818,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72615, "usage_id": 12 }, "9377.02.249A": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.249A, Lager", "arch_name": "02.249A@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665510,18 +734839,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72493, "usage_id": 30 }, "9377.02.701": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.701, Flur", "arch_name": "02.701@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665529,18 +734860,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72667, "usage_id": 222 }, "9377.02.702": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.702, Treppenhaus", "arch_name": "02.702@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665548,18 +734881,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72616, "usage_id": 223 }, "9377.02.704": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.704, Flur", "arch_name": "02.704@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665567,18 +734902,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72518, "usage_id": 222 }, "9377.02.705": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.705, Flur", "arch_name": "02.705@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665586,18 +734923,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72600, "usage_id": 222 }, "9377.02.706": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.706, Flur", "arch_name": "02.706@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665605,18 +734944,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72672, "usage_id": 222 }, "9377.02.707": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.707, Treppenhaus", "arch_name": "02.707@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665624,18 +734965,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72674, "usage_id": 223 }, "9377.02.708": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.708, Flur", "arch_name": "02.708@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665643,18 +734986,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72670, "usage_id": 222 }, "9377.02.709": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.709, Flur", "arch_name": "02.709@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665662,18 +735007,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72612, "usage_id": 222 }, "9377.02.710": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.710, Flur", "arch_name": "02.710@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665681,18 +735028,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72491, "usage_id": 222 }, "9377.02.711": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.711, Flur", "arch_name": "02.711@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665700,18 +735049,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72675, "usage_id": 222 }, "9377.02.712": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "02.712, Flur", "arch_name": "02.712@9377", "area_id": 29, "building_id": 2890, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 47297, "seats": { @@ -665719,18 +735070,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72607, "usage_id": 222 }, "9377.03.301": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.301, B\u00fcro", "arch_name": "03.301@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665738,18 +735091,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72677, "usage_id": 12 }, "9377.03.302": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.302, Kopierer/Drucker", "arch_name": "03.302@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665757,18 +735112,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72497, "usage_id": 110 }, "9377.03.303": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.303, B\u00fcro", "arch_name": "03.303@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665776,18 +735133,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72682, "usage_id": 12 }, "9377.03.304": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.304, WC", "arch_name": "03.304@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665795,18 +735154,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72501, "usage_id": 114 }, "9377.03.305": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.305, WC", "arch_name": "03.305@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665814,18 +735175,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72502, "usage_id": 114 }, "9377.03.306": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.306, B\u00fcro", "arch_name": "03.306@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665833,18 +735196,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72498, "usage_id": 12 }, "9377.03.307": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.307, B\u00fcro", "arch_name": "03.307@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665852,18 +735217,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72499, "usage_id": 12 }, "9377.03.308": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.308, B\u00fcro", "arch_name": "03.308@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665871,18 +735238,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72683, "usage_id": 12 }, "9377.03.308A": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.308A, Lager", "arch_name": "03.308A@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665890,18 +735259,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72684, "usage_id": 30 }, "9377.03.312": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.312, Besprechungsraum", "arch_name": "03.312@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665909,18 +735280,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72504, "usage_id": 196 }, "9377.03.313": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.313, Teek\u00fcche", "arch_name": "03.313@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665928,18 +735301,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72507, "usage_id": 198 }, "9377.03.314": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.314, B\u00fcro", "arch_name": "03.314@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665947,18 +735322,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72505, "usage_id": 12 }, "9377.03.315": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.315, Netzwerkraum", "arch_name": "03.315@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665966,18 +735343,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72619, "usage_id": 207 }, "9377.03.316": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.316, B\u00fcro", "arch_name": "03.316@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -665985,18 +735364,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72506, "usage_id": 12 }, "9377.03.317": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.317, Lager", "arch_name": "03.317@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666004,18 +735385,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72620, "usage_id": 30 }, "9377.03.318": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.318, B\u00fcro", "arch_name": "03.318@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666023,18 +735406,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72622, "usage_id": 12 }, "9377.03.320": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.320, WC", "arch_name": "03.320@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666042,18 +735427,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72621, "usage_id": 114 }, "9377.03.321": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.321, Sekretariat Dekanat", "arch_name": "03.321@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -666061,18 +735448,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72500, "usage_id": 40 }, "9377.03.322": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.322, B\u00fcro", "arch_name": "03.322@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -666080,18 +735469,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72528, "usage_id": 12 }, "9377.03.323": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.323, Lager", "arch_name": "03.323@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666099,18 +735490,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72685, "usage_id": 30 }, "9377.03.324": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.324, B\u00fcro", "arch_name": "03.324@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -666118,19 +735511,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72529, "usage_id": 12 }, "9377.03.325": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.325, Konferenz", "arch_name": "03.325@9377", "area_id": 29, "building_id": 2890, "calendar_resource_nr": 33252, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666138,18 +735533,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72686, "usage_id": 142 }, "9377.03.328": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.328, B\u00fcro", "arch_name": "03.328@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -666157,18 +735554,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72530, "usage_id": 12 }, "9377.03.329": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.329, B\u00fcro", "arch_name": "03.329@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -666176,18 +735575,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72531, "usage_id": 12 }, "9377.03.330": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.330, B\u00fcro", "arch_name": "03.330@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -666195,18 +735596,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72687, "usage_id": 12 }, "9377.03.331": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.331, B\u00fcro", "arch_name": "03.331@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -666214,18 +735617,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72688, "usage_id": 12 }, "9377.03.332": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.332, WC", "arch_name": "03.332@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666233,18 +735638,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72690, "usage_id": 114 }, "9377.03.333": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.333, WC", "arch_name": "03.333@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666252,18 +735659,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72691, "usage_id": 114 }, "9377.03.334": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.334, Lager", "arch_name": "03.334@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666271,18 +735680,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72692, "usage_id": 30 }, "9377.03.701": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.701, Flur", "arch_name": "03.701@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666290,18 +735701,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72676, "usage_id": 222 }, "9377.03.702": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.702, Treppenhaus", "arch_name": "03.702@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666309,18 +735722,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72618, "usage_id": 223 }, "9377.03.704": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.704, Flur", "arch_name": "03.704@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666328,18 +735743,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72527, "usage_id": 222 }, "9377.03.705": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.705, Flur", "arch_name": "03.705@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666347,18 +735764,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72503, "usage_id": 222 }, "9377.03.706": { "address": { - "floor": "3.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "03.706, Treppenhaus", "arch_name": "03.706@9377", "area_id": 29, "building_id": 2890, + "floor_level": "3.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666366,18 +735785,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72689, "usage_id": 223 }, "9377.EG.001": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.001, come together", "arch_name": "00.001@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666385,18 +735806,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72554, "usage_id": 41 }, "9377.EG.002": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.002, B\u00fcro", "arch_name": "00.002@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666404,18 +735827,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72708, "usage_id": 12 }, "9377.EG.003": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.003, B\u00fcro", "arch_name": "00.003@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666423,18 +735848,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72707, "usage_id": 12 }, "9377.EG.006": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.006, Besprechungsraum", "arch_name": "00.006@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666442,18 +735869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72514, "usage_id": 196 }, "9377.EG.007": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.007, Gardarobe", "arch_name": "00.007@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666461,18 +735890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72516, "usage_id": 121 }, "9377.EG.008": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.008, Besprechungsraum", "arch_name": "00.008@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666480,18 +735911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72515, "usage_id": 196 }, "9377.EG.009": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.009, WC-Herren", "arch_name": "00.009@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666499,18 +735932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72556, "usage_id": 115 }, "9377.EG.009A": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.009A, Beh.-WC", "arch_name": "00.009A@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666518,18 +735953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74617, "usage_id": 117 }, "9377.EG.010": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.010, WC-Damen", "arch_name": "00.010@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666537,18 +735974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72557, "usage_id": 116 }, "9377.EG.011": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.011, K\u00fcche", "arch_name": "00.011@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666556,19 +735995,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72759, "usage_id": 28 }, "9377.EG.012": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.012, Seminarraum", "arch_name": "00.012@9377", "area_id": 29, "building_id": 2890, "calendar_resource_nr": 32612, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666576,18 +736017,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72714, "usage_id": 41 }, "9377.EG.016": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.016, Lager", "arch_name": "00.016@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666595,18 +736038,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72710, "usage_id": 30 }, "9377.EG.017": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.017, WC", "arch_name": "00.017@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666614,18 +736059,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72711, "usage_id": 114 }, "9377.EG.018": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.018, WC", "arch_name": "00.018@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666633,18 +736080,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72712, "usage_id": 114 }, "9377.EG.019": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.019, Serverraum", "arch_name": "00.019@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666652,19 +736101,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72757, "usage_id": 207 }, "9377.EG.020": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.020, come together", "arch_name": "00.020@9377", "area_id": 29, "building_id": 2890, "calendar_resource_nr": 32613, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666672,18 +736123,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72555, "usage_id": 41 }, "9377.EG.021": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.021, B\u00fcro", "arch_name": "00.021@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -666691,18 +736144,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74524, "usage_id": 12 }, "9377.EG.022": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.022, B\u00fcro", "arch_name": "00.022@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 15098, "seats": { @@ -666710,18 +736165,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74527, "usage_id": 12 }, "9377.EG.024": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.024, Geod\u00e4sielabor (gem.Nutz.50:50)", "arch_name": "00.024@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666729,19 +736186,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74528, "usage_id": 51 }, "9377.EG.030": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.030, LRG H\u00f6rsaal", "arch_name": "00.030@9377", "area_id": 29, "building_id": 2890, "calendar_resource_nr": 32614, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -666749,18 +736208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72719, "usage_id": 20 }, "9377.EG.031": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.031, Vorbereitung f. H\u00f6rsaal", "arch_name": "00.031@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -666768,18 +736229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72478, "usage_id": 136 }, "9377.EG.032": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.032, WC", "arch_name": "00.032@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -666787,18 +736250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72718, "usage_id": 114 }, "9377.EG.033": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.033, Zugang H\u00f6rsaal", "arch_name": "00.033@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -666806,18 +736271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72717, "usage_id": 222 }, "9377.EG.034": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.034, Flur", "arch_name": "00.034@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666825,18 +736292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72762, "usage_id": 12 }, "9377.EG.035": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.035, WC-Herren", "arch_name": "00.035@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -666844,18 +736313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74529, "usage_id": 115 }, "9377.EG.036": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.036, WC-Damen", "arch_name": "00.036@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -666863,18 +736334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72761, "usage_id": 116 }, "9377.EG.037": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.037, WC-Barrierefrei", "arch_name": "00.037@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -666882,18 +736355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74518, "usage_id": 117 }, "9377.EG.038": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.038, Aufenthalt", "arch_name": "00.038@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 51837, "seats": { @@ -666901,18 +736376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72760, "usage_id": 44 }, "9377.EG.039": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.039, Windfang", "arch_name": "00.039@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -666920,18 +736397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74530, "usage_id": 52 }, "9377.EG.040": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.040, Foyer 1", "arch_name": "00.040@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 51837, "seats": { @@ -666939,18 +736418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74519, "usage_id": 15 }, "9377.EG.041": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.041, Foyer 2", "arch_name": "00.041@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 51837, "seats": { @@ -666958,18 +736439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74520, "usage_id": 15 }, "9377.EG.042": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.042, Hausmeister", "arch_name": "00.042@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 51837, "seats": { @@ -666977,18 +736460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74525, "usage_id": 12 }, "9377.EG.043": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.043, Lager", "arch_name": "00.043@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Stein", "main_operator_id": 51837, "seats": { @@ -666996,18 +736481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74531, "usage_id": 30 }, "9377.EG.050": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.050, Technik-Flur", "arch_name": "00.050@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667015,18 +736502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74526, "usage_id": 222 }, "9377.EG.052": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.052, MSR", "arch_name": "00.052@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667034,18 +736523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74532, "usage_id": 120 }, "9377.EG.053": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.053, LRZ-Server", "arch_name": "00.053@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667053,18 +736544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74521, "usage_id": 207 }, "9377.EG.054": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.054, HKLS", "arch_name": "00.054@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667072,18 +736565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74522, "usage_id": 120 }, "9377.EG.055": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.055, Lager", "arch_name": "00.055@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667091,18 +736586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74523, "usage_id": 30 }, "9377.EG.700": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.700, Foyer", "arch_name": "00.700@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667110,18 +736607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72709, "usage_id": 222 }, "9377.EG.701": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.701, Flur", "arch_name": "00.701@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667129,18 +736628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72755, "usage_id": 222 }, "9377.EG.702": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.702, Treppenhaus", "arch_name": "00.702@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667148,18 +736649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72495, "usage_id": 223 }, "9377.EG.704": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.704, Flur", "arch_name": "00.704@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667167,18 +736670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72713, "usage_id": 222 }, "9377.EG.705": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.705, Treppenhaus", "arch_name": "00.705@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667186,18 +736691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72756, "usage_id": 223 }, "9377.EG.708": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.708, Flur", "arch_name": "00.708@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667205,18 +736712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72715, "usage_id": 222 }, "9377.EG.709": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.709, Flur", "arch_name": "00.709@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667224,18 +736733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72716, "usage_id": 222 }, "9377.EG.710": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.710, Flur", "arch_name": "00.710@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667243,18 +736754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72578, "usage_id": 222 }, "9377.EG.720": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "00.720, Treppenhaus", "arch_name": "00.720@9377", "area_id": 29, "building_id": 2890, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667262,18 +736775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72479, "usage_id": 223 }, "9377.U1.001": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.001, Lager", "arch_name": "-1.001@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667281,18 +736796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72739, "usage_id": 30 }, "9377.U1.002": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.002, Lager", "arch_name": "-1.002@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667300,18 +736817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72740, "usage_id": 30 }, "9377.U1.003": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.003, Lager Treppenhaus", "arch_name": "-1.003@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667319,18 +736838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74234, "usage_id": 30 }, "9377.U1.004": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.004, Lager", "arch_name": "-1.004@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667338,18 +736859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72678, "usage_id": 30 }, "9377.U1.005": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.005, Elektro Werkstatt", "arch_name": "-1.005@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51267, "seats": { @@ -667357,18 +736880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72679, "usage_id": 51 }, "9377.U1.007": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.007, WC", "arch_name": "-1.007@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667376,18 +736901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72681, "usage_id": 114 }, "9377.U1.008": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.008, Archiv", "arch_name": "-1.008@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667395,18 +736922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72698, "usage_id": 2 }, "9377.U1.010": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.010, Lager", "arch_name": "-1.010@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667414,18 +736943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72697, "usage_id": 30 }, "9377.U1.011": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.011, Lager", "arch_name": "-1.011@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667433,18 +736964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72699, "usage_id": 30 }, "9377.U1.014": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.014, Lager", "arch_name": "-1.014@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667452,18 +736985,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72510, "usage_id": 30 }, "9377.U1.015": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.015, Teek\u00fcche", "arch_name": "-1.015@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667471,18 +737006,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72511, "usage_id": 198 }, "9377.U1.016": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.016, Archiv", "arch_name": "-1.016@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 15098, "seats": { @@ -667490,18 +737027,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72509, "usage_id": 2 }, "9377.U1.017": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.017, Archiv", "arch_name": "-1.017@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667509,18 +737048,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72512, "usage_id": 2 }, "9377.U1.018": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.018, Studentenbereich", "arch_name": "-1.018@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667528,18 +737069,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72745, "usage_id": 208 }, "9377.U1.019": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.019, Lager", "arch_name": "-1.019@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667547,18 +737090,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72744, "usage_id": 30 }, "9377.U1.020": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.020, M\u00fcllraum", "arch_name": "-1.020@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667566,18 +737111,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72746, "usage_id": 214 }, "9377.U1.021": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.021, Serverraum", "arch_name": "-1.021@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667585,18 +737132,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72700, "usage_id": 207 }, "9377.U1.022": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.022, Lager", "arch_name": "-1.022@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667604,18 +737153,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72623, "usage_id": 30 }, "9377.U1.030": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.030, Lager", "arch_name": "-1.030@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667623,18 +737174,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72701, "usage_id": 30 }, "9377.U1.030A": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.030A, Lager", "arch_name": "-1.030A@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667642,18 +737195,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74615, "usage_id": 30 }, "9377.U1.030B": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.030B, Lager", "arch_name": "-1.030B@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667661,18 +737216,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74616, "usage_id": 30 }, "9377.U1.031": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.031, Lager", "arch_name": "-1.031@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667680,18 +737237,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72748, "usage_id": 30 }, "9377.U1.031A": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.031A, Lager", "arch_name": "-1.031A@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667699,18 +737258,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72749, "usage_id": 30 }, "9377.U1.032": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.032, Lager", "arch_name": "-1.032@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667718,18 +737279,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72551, "usage_id": 30 }, "9377.U1.035": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.035, Fachzentrum Werkstatt", "arch_name": "-1.035@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51267, "seats": { @@ -667737,18 +737300,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72750, "usage_id": 51 }, "9377.U1.036": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.036, B\u00fcro", "arch_name": "-1.036@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -667756,18 +737321,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72705, "usage_id": 12 }, "9377.U1.037": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.037, B\u00fcro", "arch_name": "-1.037@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -667775,18 +737342,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72702, "usage_id": 12 }, "9377.U1.038": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.038, B\u00fcro", "arch_name": "-1.038@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -667794,18 +737363,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72703, "usage_id": 12 }, "9377.U1.039": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.039, B\u00fcro", "arch_name": "-1.039@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51537, "seats": { @@ -667813,18 +737384,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72704, "usage_id": 12 }, "9377.U1.042": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.042, Archiv", "arch_name": "-1.042@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51267, "seats": { @@ -667832,18 +737405,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72552, "usage_id": 2 }, "9377.U1.043": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.043, Archiv", "arch_name": "-1.043@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51267, "seats": { @@ -667851,18 +737426,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72553, "usage_id": 2 }, "9377.U1.044": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.044, Archiv", "arch_name": "-1.044@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667870,18 +737447,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72751, "usage_id": 2 }, "9377.U1.050": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.050, Flugarena", "arch_name": "-1.050@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 50997, "seats": { @@ -667889,18 +737468,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72753, "usage_id": 51 }, "9377.U1.051": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.051, Lager", "arch_name": "-1.051@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 50997, "seats": { @@ -667908,18 +737489,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72706, "usage_id": 30 }, "9377.U1.052": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.052, WC", "arch_name": "-1.052@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 50997, "seats": { @@ -667927,18 +737510,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72754, "usage_id": 114 }, "9377.U1.701": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.704, Flur", "arch_name": "-1.704@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667946,18 +737531,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74236, "usage_id": 222 }, "9377.U1.701A": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.701A, Treppenhaus", "arch_name": "-1.701A@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667965,18 +737552,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74232, "usage_id": 223 }, "9377.U1.701B": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.701B, Aufzug", "arch_name": "-1.701B@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -667984,18 +737573,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74233, "usage_id": 4 }, "9377.U1.702": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.702, Flur", "arch_name": "-1.702@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -668003,18 +737594,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72617, "usage_id": 222 }, "9377.U1.703": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.703, Flur", "arch_name": "-1.703@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -668022,18 +737615,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74235, "usage_id": 222 }, "9377.U1.704": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.704, Flur", "arch_name": "-1.704@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -668041,18 +737636,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72680, "usage_id": 222 }, "9377.U1.707": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.707, Flur", "arch_name": "-1.707@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -668060,18 +737657,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72513, "usage_id": 222 }, "9377.U1.708": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.708, Flur", "arch_name": "-1.708@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -668079,18 +737678,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74533, "usage_id": 222 }, "9377.U1.709": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.709, Flur", "arch_name": "-1.709@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -668098,18 +737699,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72742, "usage_id": 222 }, "9377.U1.710": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.710, Treppenhaus", "arch_name": "-1.710@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -668117,18 +737720,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72743, "usage_id": 223 }, "9377.U1.712": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.712, Flur", "arch_name": "-1.712@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -668136,18 +737741,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72747, "usage_id": 222 }, "9377.U1.714": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 9-11", "zip_code": 85521 }, + "alt_name": "-1.714, Treppenhaus", "arch_name": "-1.714@9377", "area_id": 29, "building_id": 2890, + "floor_level": "1.UG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -668155,18 +737762,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72752, "usage_id": 223 }, "9378.02.201": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "02.201, B\u00fcro", "arch_name": "02.201@9378", "area_id": 29, "building_id": 2889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668174,18 +737783,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72542, "usage_id": 12 }, "9378.02.202": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "02.202, Gro\u00dfraumb\u00fcro", "arch_name": "02.202@9378", "area_id": 29, "building_id": 2889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668193,19 +737804,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72549, "usage_id": 12 }, "9378.02.203": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "02.203, Konferenz", "arch_name": "02.203@9378", "area_id": 29, "building_id": 2889, "calendar_resource_nr": 31794, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668213,18 +737826,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72543, "usage_id": 142 }, "9378.02.204": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "02.204, Copy", "arch_name": "02.204@9378", "area_id": 29, "building_id": 2889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668232,19 +737847,21 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72544, "usage_id": 110 }, "9378.02.205": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "02.205, Konferenz", "arch_name": "02.205@9378", "area_id": 29, "building_id": 2889, "calendar_resource_nr": 31795, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668252,18 +737869,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72545, "usage_id": 142 }, "9378.02.206": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "02.206, Flur", "arch_name": "02.206@9378", "area_id": 29, "building_id": 2889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668271,18 +737890,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72548, "usage_id": 222 }, "9378.02.207": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "02.207, Gro\u00dfraumb\u00fcro", "arch_name": "02.207@9378", "area_id": 29, "building_id": 2889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668290,18 +737911,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72547, "usage_id": 12 }, "9378.02.208": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "02.208, B\u00fcro", "arch_name": "02.208@9378", "area_id": 29, "building_id": 2889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668309,18 +737932,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72521, "usage_id": 12 }, "9378.02.209": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "02.209, B\u00fcro", "arch_name": "02.209@9378", "area_id": 29, "building_id": 2889, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668328,18 +737953,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72546, "usage_id": 12 }, "9378.EG.020": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.020, Elektronik Labor", "arch_name": "00.020@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51837, "seats": { @@ -668347,18 +737974,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72534, "usage_id": 103 }, "9378.EG.021": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.021, Elektronik Labor", "arch_name": "00.021@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51837, "seats": { @@ -668366,18 +737995,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72535, "usage_id": 103 }, "9378.EG.022": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.022, B\u00fcro", "arch_name": "00.022@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668385,18 +738016,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72536, "usage_id": 12 }, "9378.EG.023": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.023, Lager", "arch_name": "00.023@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -668404,18 +738037,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72537, "usage_id": 30 }, "9378.EG.025": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.025, Laser Labor", "arch_name": "00.025@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51837, "seats": { @@ -668423,18 +738058,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72696, "usage_id": 103 }, "9378.EG.026": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.026, Elektronik Labor", "arch_name": "00.026@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "Linoleum", "main_operator_id": 51837, "seats": { @@ -668442,18 +738079,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72538, "usage_id": 103 }, "9378.EG.027": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.027, Teek\u00fcche", "arch_name": "00.027@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -668461,18 +738100,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72539, "usage_id": 198 }, "9378.EG.028": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.028, Flur 1", "arch_name": "00.028@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -668480,18 +738121,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72533, "usage_id": 222 }, "9378.EG.028A": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.028A, Flur 2", "arch_name": "00.028A@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -668499,18 +738142,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72520, "usage_id": 222 }, "9378.EG.029": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.029, Elektronik Labor", "arch_name": "00.029@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -668518,18 +738163,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72540, "usage_id": 103 }, "9378.EG.030": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.030, Elektronik Labor", "arch_name": "00.030@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -668537,18 +738184,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72532, "usage_id": 103 }, "9378.EG.031": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.031, Pr\u00fcfraum", "arch_name": "00.031@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -668556,18 +738205,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72541, "usage_id": 12 }, "9378.EG.032": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.032, Lager", "arch_name": "00.032@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -668575,18 +738226,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72693, "usage_id": 30 }, "9378.EG.033": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.033, B\u00fcro", "arch_name": "00.033@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668594,18 +738247,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72508, "usage_id": 12 }, "9378.EG.034": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.034, Server", "arch_name": "00.034@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -668613,18 +738268,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72519, "usage_id": 207 }, "9378.EG.036": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.036, WC-Damen", "arch_name": "00.036@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -668632,18 +738289,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72695, "usage_id": 115 }, "9378.EG.037": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "00.037, WC-Herren", "arch_name": "00.037@9378", "area_id": 29, "building_id": 2889, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -668651,18 +738310,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 72694, "usage_id": 115 }, "9379.01.101": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.101, Teek\u00fcche", "arch_name": "01.101@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -668670,18 +738331,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73073, "usage_id": 198 }, "9379.01.102": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.102, B\u00fcro", "arch_name": "01.102@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668689,18 +738352,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73067, "usage_id": 12 }, "9379.01.103": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.103, B\u00fcro", "arch_name": "01.103@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668708,18 +738373,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73074, "usage_id": 12 }, "9379.01.104": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.104, B\u00fcro", "arch_name": "01.104@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668727,18 +738394,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73075, "usage_id": 12 }, "9379.01.105": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.105, B\u00fcro", "arch_name": "01.105@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668746,18 +738415,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73076, "usage_id": 12 }, "9379.01.106": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.106, B\u00fcro", "arch_name": "01.106@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668765,18 +738436,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73077, "usage_id": 12 }, "9379.01.107": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.107, B\u00fcro", "arch_name": "01.107@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668784,18 +738457,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73078, "usage_id": 12 }, "9379.01.108": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.108, B\u00fcro", "arch_name": "01.108@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668803,18 +738478,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73079, "usage_id": 12 }, "9379.01.109": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.109, B\u00fcro", "arch_name": "01.109@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668822,18 +738499,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73080, "usage_id": 12 }, "9379.01.110": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.110, B\u00fcro", "arch_name": "01.110@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668841,18 +738520,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73081, "usage_id": 12 }, "9379.01.111": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.111, B\u00fcro", "arch_name": "01.111@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668860,18 +738541,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73082, "usage_id": 12 }, "9379.01.112": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.112, B\u00fcro", "arch_name": "01.112@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668879,18 +738562,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73083, "usage_id": 12 }, "9379.01.113": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.113, B\u00fcro", "arch_name": "01.113@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668898,18 +738583,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73084, "usage_id": 12 }, "9379.01.114": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.114, B\u00fcro", "arch_name": "01.114@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668917,18 +738604,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73085, "usage_id": 12 }, "9379.01.116A": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.116A, WC-Herren", "arch_name": "01.116A@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -668936,18 +738625,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73062, "usage_id": 115 }, "9379.01.116B": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.116B, WC-Damen", "arch_name": "01.116B@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -668955,18 +738646,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73063, "usage_id": 116 }, "9379.01.117": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.117, B\u00fcro", "arch_name": "01.117@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -668974,18 +738667,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73065, "usage_id": 12 }, "9379.01.118": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.118, Teek\u00fcche", "arch_name": "01.118@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -668993,18 +738688,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73064, "usage_id": 198 }, "9379.01.119": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.119, B\u00fcro", "arch_name": "01.119@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669012,18 +738709,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73066, "usage_id": 12 }, "9379.01.120": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.120, B\u00fcro", "arch_name": "01.120@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669031,18 +738730,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73068, "usage_id": 12 }, "9379.01.121": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.121, B\u00fcro", "arch_name": "01.121@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669050,18 +738751,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73069, "usage_id": 12 }, "9379.01.122": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.122, B\u00fcro", "arch_name": "01.122@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669069,18 +738772,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73070, "usage_id": 12 }, "9379.01.123": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.123, B\u00fcro", "arch_name": "01.123@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669088,18 +738793,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73071, "usage_id": 12 }, "9379.01.124": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.124, B\u00fcro", "arch_name": "01.124@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669107,18 +738814,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73072, "usage_id": 12 }, "9379.01.127": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.127, B\u00fcro", "arch_name": "01.127@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669126,18 +738835,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73086, "usage_id": 12 }, "9379.01.128": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.128, B\u00fcro", "arch_name": "01.128@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669145,18 +738856,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73087, "usage_id": 12 }, "9379.01.130A": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.130A, WC-Damen", "arch_name": "01.130A@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -669164,18 +738877,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73090, "usage_id": 116 }, "9379.01.130B": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.130B, Putzraum", "arch_name": "01.130B@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -669183,18 +738898,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73092, "usage_id": 205 }, "9379.01.130C": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.1130C, WC-Herren", "arch_name": "01.1130C@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -669202,18 +738919,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73091, "usage_id": 115 }, "9379.01.131": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.131, Messraum", "arch_name": "01.131@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669221,18 +738940,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73088, "usage_id": 103 }, "9379.01.132": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.132, Teek\u00fcche", "arch_name": "01.132@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669240,18 +738961,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73089, "usage_id": 198 }, "9379.01.133": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.133, B\u00fcro", "arch_name": "01.133@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669259,18 +738982,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73093, "usage_id": 12 }, "9379.01.134": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.134, B\u00fcro", "arch_name": "01.134@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669278,18 +739003,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73094, "usage_id": 12 }, "9379.01.135": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.135, B\u00fcro", "arch_name": "01.135@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669297,18 +739024,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73095, "usage_id": 12 }, "9379.01.136": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.136, B\u00fcro", "arch_name": "01.136@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669316,18 +739045,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73096, "usage_id": 12 }, "9379.01.137": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.137, B\u00fcro", "arch_name": "01.137@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669335,18 +739066,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73097, "usage_id": 12 }, "9379.01.138": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.138, Werkstatt", "arch_name": "01.138@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669354,18 +739087,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73098, "usage_id": 51 }, "9379.01.171": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.171, Treppenhaus", "arch_name": "01.171@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669373,18 +739108,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73025, "usage_id": 223 }, "9379.01.172": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.172, Flur", "arch_name": "01.172@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669392,18 +739129,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73026, "usage_id": 222 }, "9379.01.173": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.173, Flur", "arch_name": "01.173@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669411,18 +739150,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73027, "usage_id": 222 }, "9379.01.174": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.174, Flur", "arch_name": "01.174@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669430,18 +739171,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73059, "usage_id": 222 }, "9379.01.175": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.175, Treppenhaus", "arch_name": "01.175@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669449,18 +739192,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73061, "usage_id": 223 }, "9379.01.176": { "address": { - "floor": "1.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "01.176, Flur", "arch_name": "01.176@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669468,18 +739213,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73060, "usage_id": 222 }, "9379.02.201": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.201, Teek\u00fcche", "arch_name": "02.201@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -669487,18 +739234,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73112, "usage_id": 198 }, "9379.02.202": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.202, Archiv", "arch_name": "02.202@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669506,18 +739255,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73113, "usage_id": 2 }, "9379.02.203": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.203, Archiv", "arch_name": "02.203@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669525,18 +739276,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73114, "usage_id": 2 }, "9379.02.204": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.204, B\u00fcro", "arch_name": "02.204@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669544,18 +739297,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73115, "usage_id": 12 }, "9379.02.205": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.205, B\u00fcro", "arch_name": "02.205@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669563,18 +739318,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73116, "usage_id": 12 }, "9379.02.206": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.206, B\u00fcro", "arch_name": "02.206@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669582,18 +739339,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73117, "usage_id": 12 }, "9379.02.207": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.207, B\u00fcro", "arch_name": "02.207@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669601,18 +739360,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73118, "usage_id": 12 }, "9379.02.208": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.208, B\u00fcro", "arch_name": "02.208@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669620,18 +739381,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73119, "usage_id": 12 }, "9379.02.209": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.209, B\u00fcro", "arch_name": "02.209@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669639,18 +739402,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73120, "usage_id": 12 }, "9379.02.210": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.210, B\u00fcro", "arch_name": "02.210@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669658,18 +739423,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73121, "usage_id": 12 }, "9379.02.211": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.211, B\u00fcro", "arch_name": "02.211@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669677,18 +739444,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73122, "usage_id": 12 }, "9379.02.212": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.212, B\u00fcro", "arch_name": "02.212@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669696,18 +739465,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73123, "usage_id": 12 }, "9379.02.213": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.213, B\u00fcro", "arch_name": "02.213@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669715,18 +739486,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73124, "usage_id": 12 }, "9379.02.214": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.214, B\u00fcro", "arch_name": "02.214@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -669734,18 +739507,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73125, "usage_id": 12 }, "9379.02.216A": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.216A, WC-Herren", "arch_name": "02.216A@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -669753,18 +739528,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73104, "usage_id": 115 }, "9379.02.216B": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.216B, WC-Damen", "arch_name": "02.216B@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -669772,18 +739549,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73105, "usage_id": 116 }, "9379.02.217": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.217, B\u00fcro", "arch_name": "02.217@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669791,18 +739570,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73031, "usage_id": 12 }, "9379.02.218": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.218, Teek\u00fcche", "arch_name": "02.218@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -669810,18 +739591,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73109, "usage_id": 198 }, "9379.02.219": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.219, B\u00fcro", "arch_name": "02.219@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669829,18 +739612,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73032, "usage_id": 12 }, "9379.02.220": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.220, B\u00fcro", "arch_name": "02.220@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669848,18 +739633,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73033, "usage_id": 12 }, "9379.02.221": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.221, B\u00fcro", "arch_name": "02.221@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669867,18 +739654,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73034, "usage_id": 12 }, "9379.02.222": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.222, B\u00fcro", "arch_name": "02.222@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669886,18 +739675,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73110, "usage_id": 12 }, "9379.02.223": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.223, B\u00fcro", "arch_name": "02.223@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669905,18 +739696,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73111, "usage_id": 12 }, "9379.02.224": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.224, B\u00fcro", "arch_name": "02.224@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669924,18 +739717,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73131, "usage_id": 12 }, "9379.02.229": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.229, Kopierer", "arch_name": "02.229@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -669943,18 +739738,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73132, "usage_id": 110 }, "9379.02.230A": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.230A, WC-Damen", "arch_name": "02.230A@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -669962,18 +739759,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73106, "usage_id": 116 }, "9379.02.230B": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.230B, Putzraum", "arch_name": "02.230B@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -669981,18 +739780,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73107, "usage_id": 205 }, "9379.02.230C": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.230C, WC-Herren", "arch_name": "02.230C@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -670000,18 +739801,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73108, "usage_id": 115 }, "9379.02.231": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.231, B\u00fcro", "arch_name": "02.231@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670019,18 +739822,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73030, "usage_id": 12 }, "9379.02.232": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.232, Teek\u00fcche", "arch_name": "02.232@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670038,18 +739843,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73029, "usage_id": 198 }, "9379.02.233": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.233, B\u00fcro", "arch_name": "02.233@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670057,18 +739864,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73127, "usage_id": 12 }, "9379.02.234": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.234, B\u00fcro", "arch_name": "02.234@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670076,18 +739885,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73126, "usage_id": 12 }, "9379.02.235": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.235, B\u00fcro", "arch_name": "02.235@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670095,18 +739906,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73128, "usage_id": 12 }, "9379.02.236": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.236, B\u00fcro", "arch_name": "02.236@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670114,18 +739927,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73129, "usage_id": 12 }, "9379.02.237": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.237, B\u00fcro", "arch_name": "02.237@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670133,18 +739948,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73130, "usage_id": 12 }, "9379.02.271": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.271, Treppenhaus", "arch_name": "02.271@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670152,18 +739969,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73099, "usage_id": 223 }, "9379.02.272": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.272, Flur", "arch_name": "02.272@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670171,18 +739990,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73028, "usage_id": 222 }, "9379.02.273": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.273, Flur", "arch_name": "02.273@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670190,18 +740011,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73100, "usage_id": 222 }, "9379.02.274": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.274, Flur", "arch_name": "02.274@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670209,18 +740032,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73101, "usage_id": 222 }, "9379.02.275": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.275, Treppenhaus", "arch_name": "02.275@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670228,18 +740053,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73102, "usage_id": 223 }, "9379.02.276": { "address": { - "floor": "2.OG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "02.276, Flur", "arch_name": "02.276@9379", "area_id": 29, "building_id": 2949, + "floor_level": "2.OG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670247,18 +740074,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73103, "usage_id": 222 }, "9379.EG.001": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.001, Teek\u00fcche", "arch_name": "00.001@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -670266,18 +740095,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73038, "usage_id": 198 }, "9379.EG.002": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.002, B\u00fcro", "arch_name": "00.002@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670285,18 +740116,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73018, "usage_id": 12 }, "9379.EG.003": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.003, B\u00fcro", "arch_name": "00.003@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670304,18 +740137,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73017, "usage_id": 12 }, "9379.EG.004": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.004, B\u00fcro", "arch_name": "00.004@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670323,18 +740158,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73019, "usage_id": 12 }, "9379.EG.005": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.005, Lager", "arch_name": "00.005@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -670342,18 +740179,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73016, "usage_id": 30 }, "9379.EG.006": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.006, B\u00fcro", "arch_name": "00.006@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670361,18 +740200,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73020, "usage_id": 12 }, "9379.EG.007": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.007, B\u00fcro", "arch_name": "00.007@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670380,18 +740221,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73039, "usage_id": 12 }, "9379.EG.008": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.008, B\u00fcro", "arch_name": "00.008@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670399,18 +740242,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73040, "usage_id": 12 }, "9379.EG.009": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.009, B\u00fcro", "arch_name": "00.009@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670418,18 +740263,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73041, "usage_id": 12 }, "9379.EG.010": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.010, B\u00fcro", "arch_name": "00.010@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670437,18 +740284,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73042, "usage_id": 12 }, "9379.EG.011": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.011, B\u00fcro", "arch_name": "00.011@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670456,18 +740305,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73043, "usage_id": 12 }, "9379.EG.012": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.012, B\u00fcro", "arch_name": "00.012@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670475,18 +740326,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73044, "usage_id": 12 }, "9379.EG.013": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.013, B\u00fcro", "arch_name": "00.013@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670494,18 +740347,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73045, "usage_id": 12 }, "9379.EG.014": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.014, B\u00fcro", "arch_name": "00.014@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670513,18 +740368,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73046, "usage_id": 12 }, "9379.EG.015": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.015, B\u00fcro", "arch_name": "00.015@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670532,18 +740389,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73047, "usage_id": 12 }, "9379.EG.016A": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.016A, WC-Herren", "arch_name": "00.016A@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -670551,18 +740410,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73014, "usage_id": 115 }, "9379.EG.016B": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.016B, WC-Damen", "arch_name": "00.016B@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -670570,18 +740431,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73015, "usage_id": 116 }, "9379.EG.017": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.017, B\u00fcro", "arch_name": "00.017@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670589,18 +740452,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73158, "usage_id": 12 }, "9379.EG.018": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.018, Teek\u00fcche", "arch_name": "00.018@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670608,18 +740473,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73159, "usage_id": 198 }, "9379.EG.019": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.019, B\u00fcro", "arch_name": "00.019@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670627,18 +740494,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73160, "usage_id": 12 }, "9379.EG.020": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.020, B\u00fcro", "arch_name": "00.020@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670646,18 +740515,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73161, "usage_id": 12 }, "9379.EG.021": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.021, B\u00fcro", "arch_name": "00.021@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670665,18 +740536,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73162, "usage_id": 12 }, "9379.EG.022": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.022, B\u00fcro", "arch_name": "00.022@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670684,18 +740557,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73163, "usage_id": 12 }, "9379.EG.023": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.023, B\u00fcro", "arch_name": "00.023@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670703,18 +740578,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73035, "usage_id": 12 }, "9379.EG.024": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.024, B\u00fcro", "arch_name": "00.024@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670722,18 +740599,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73057, "usage_id": 12 }, "9379.EG.025": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.025, B\u00fcro", "arch_name": "00.025@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670741,18 +740620,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73036, "usage_id": 12 }, "9379.EG.026": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.026, B\u00fcro", "arch_name": "00.026@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670760,18 +740641,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73037, "usage_id": 12 }, "9379.EG.029": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.029, EDV", "arch_name": "00.029@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670779,18 +740662,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73024, "usage_id": 207 }, "9379.EG.030A": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.0130A, WC-Damen", "arch_name": "00.0130A@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -670798,18 +740683,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73050, "usage_id": 115 }, "9379.EG.030B": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.030B, Putzraum", "arch_name": "00.030B@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -670817,18 +740704,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73022, "usage_id": 205 }, "9379.EG.030C": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.030C, WC-Herren", "arch_name": "00.030C@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -670836,18 +740725,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73021, "usage_id": 115 }, "9379.EG.031": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.031, B\u00fcro", "arch_name": "00.031@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -670855,18 +740746,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73051, "usage_id": 12 }, "9379.EG.032": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.032, Teek\u00fcche", "arch_name": "00.032@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670874,18 +740767,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73023, "usage_id": 198 }, "9379.EG.033": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.033, B\u00fcro", "arch_name": "00.033@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670893,18 +740788,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73052, "usage_id": 12 }, "9379.EG.034": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.034, B\u00fcro", "arch_name": "00.034@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -670912,18 +740809,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73053, "usage_id": 12 }, "9379.EG.035": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.035, B\u00fcro", "arch_name": "00.035@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670931,18 +740830,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73054, "usage_id": 12 }, "9379.EG.036": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.036, B\u00fcro", "arch_name": "00.036@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -670950,18 +740851,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73055, "usage_id": 12 }, "9379.EG.037": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.037, B\u00fcro", "arch_name": "00.037@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -670969,18 +740872,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73056, "usage_id": 12 }, "9379.EG.038": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.038, B\u00fcro", "arch_name": "00.038@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "PVC", "main_operator_id": 51837, "seats": { @@ -670988,18 +740893,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73058, "usage_id": 12 }, "9379.EG.071": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.071, Treppenhaus", "arch_name": "00.071@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -671007,18 +740914,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73155, "usage_id": 223 }, "9379.EG.072": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.072, Flur", "arch_name": "00.072@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671026,18 +740935,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73156, "usage_id": 222 }, "9379.EG.074": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.074, Flur", "arch_name": "00.074@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671045,18 +740956,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73157, "usage_id": 222 }, "9379.EG.075": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.075, Treppenhaus", "arch_name": "00.075@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671064,18 +740977,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73048, "usage_id": 223 }, "9379.EG.076": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "00.076, Flur", "arch_name": "00.076@9379", "area_id": 29, "building_id": 2949, + "floor_level": "EG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671083,18 +740998,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73049, "usage_id": 222 }, "9379.U1.001": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.001, Lager", "arch_name": "-1.001@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671102,18 +741019,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73010, "usage_id": 30 }, "9379.U1.002": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.002, WC-Damen", "arch_name": "-1.002@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -671121,18 +741040,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73011, "usage_id": 116 }, "9379.U1.002A": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.002A, WC-Damen", "arch_name": "-1.002A@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -671140,18 +741061,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73012, "usage_id": 116 }, "9379.U1.003": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.003, Heizung", "arch_name": "-1.003@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Estrich (Beton)", "main_operator_id": 51837, "seats": { @@ -671159,18 +741082,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73143, "usage_id": 120 }, "9379.U1.004": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.004, WC-Herren", "arch_name": "-1.004@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -671178,18 +741103,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73013, "usage_id": 115 }, "9379.U1.005": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.005, Putzraum", "arch_name": "-1.005@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Fliesen", "main_operator_id": 51837, "seats": { @@ -671197,18 +741124,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73145, "usage_id": 205 }, "9379.U1.006": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.006, Kopierer", "arch_name": "-1.006@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671216,18 +741145,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73146, "usage_id": 110 }, "9379.U1.006A": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.006A, Teek\u00fcche", "arch_name": "-1.006A@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671235,18 +741166,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73147, "usage_id": 198 }, "9379.U1.007": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.007, Technik", "arch_name": "-1.007@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671254,18 +741187,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73144, "usage_id": 120 }, "9379.U1.007A": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.007A, Putzraum", "arch_name": "-1.007A@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671273,18 +741208,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73154, "usage_id": 205 }, "9379.U1.008": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.008, B\u00fcro", "arch_name": "-1.008@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671292,18 +741229,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73150, "usage_id": 12 }, "9379.U1.009": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.009, B\u00fcro", "arch_name": "-1.009@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671311,18 +741250,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73151, "usage_id": 12 }, "9379.U1.010": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.010, B\u00fcro", "arch_name": "-1.010@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671330,18 +741271,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73152, "usage_id": 12 }, "9379.U1.011": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.011, B\u00fcro", "arch_name": "-1.011@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671349,18 +741292,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73153, "usage_id": 12 }, "9379.U1.071": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.071, Treppenhaus", "arch_name": "-1.071@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Stein", "main_operator_id": 51837, "seats": { @@ -671368,18 +741313,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73142, "usage_id": 223 }, "9379.U1.072": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.072, Flur", "arch_name": "-1.072@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671387,18 +741334,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73148, "usage_id": 222 }, "9379.U1.073": { "address": { - "floor": "1.UG", "place": "Ottobrunn", "street": "Lise-Meitner-Str. 8", "zip_code": 85521 }, + "alt_name": "-1.073, Flur", "arch_name": "-1.073@9379", "area_id": 29, "building_id": 2949, + "floor_level": "1.UG", "floor_type": "Spannteppich", "main_operator_id": 51837, "seats": { @@ -671406,18 +741355,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 73149, "usage_id": 222 }, "9380.EG.100": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "0.100, Hyperloop-Werkstatt", "arch_name": "0.100@9380", "area_id": 29, "building_id": 3109, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671425,18 +741376,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74227, "usage_id": 49 }, "9380.EG.101": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "0.101, Hyperloop-Teststrecke", "arch_name": "0.101@9380", "area_id": 29, "building_id": 3109, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671444,18 +741397,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74228, "usage_id": 218 }, "9380.EG.103": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "0.103, Hyperloop-Container 1", "arch_name": "0.103@9380", "area_id": 29, "building_id": 3109, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671463,18 +741418,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74229, "usage_id": 30 }, "9380.EG.104": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "0.104, Hyperloop-Container 2", "arch_name": "0.104@9380", "area_id": 29, "building_id": 3109, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671482,18 +741439,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74230, "usage_id": 30 }, "9380.EG.105": { "address": { - "floor": "EG", "place": "Ottobrunn", "street": "Caroline-Herschel-Str. 100", "zip_code": 85521 }, + "alt_name": "0.105, Hyperloop-Container 3", "arch_name": "0.105@9380", "area_id": 29, "building_id": 3109, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671501,18 +741460,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74231, "usage_id": 30 }, "9390.01.101": { "address": { - "floor": "1.OG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "1.01, B\u00fcro", "arch_name": "1.01@9390", "area_id": 29, "building_id": 3129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671520,18 +741481,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74380, "usage_id": 12 }, "9390.01.102": { "address": { - "floor": "1.OG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "1.02, B\u00fcro", "arch_name": "1.02@9390", "area_id": 29, "building_id": 3129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671539,18 +741502,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74381, "usage_id": 12 }, "9390.01.103": { "address": { - "floor": "1.OG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "1.03, Seminarraum", "arch_name": "1.03@9390", "area_id": 29, "building_id": 3129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671558,18 +741523,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74251, "usage_id": 41 }, "9390.01.104": { "address": { - "floor": "1.OG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "1.04, Pausenraum/K\u00fcche", "arch_name": "1.04@9390", "area_id": 29, "building_id": 3129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671577,18 +741544,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74252, "usage_id": 44 }, "9390.01.105": { "address": { - "floor": "1.OG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "1.05, Lager", "arch_name": "1.05@9390", "area_id": 29, "building_id": 3129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671596,18 +741565,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74253, "usage_id": 30 }, "9390.01.106": { "address": { - "floor": "1.OG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "1.06, B\u00fcro", "arch_name": "1.06@9390", "area_id": 29, "building_id": 3129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671615,18 +741586,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74254, "usage_id": 12 }, "9390.01.107": { "address": { - "floor": "1.OG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "1.07, B\u00fcro", "arch_name": "1.07@9390", "area_id": 29, "building_id": 3129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671634,18 +741607,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74255, "usage_id": 12 }, "9390.01.108": { "address": { - "floor": "1.OG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "1.08, B\u00fcro", "arch_name": "1.08@9390", "area_id": 29, "building_id": 3129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671653,18 +741628,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74256, "usage_id": 12 }, "9390.01.109": { "address": { - "floor": "1.OG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "1.09, B\u00fcro", "arch_name": "1.09@9390", "area_id": 29, "building_id": 3129, + "floor_level": "1.OG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671672,18 +741649,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74257, "usage_id": 12 }, "9390.EG.001": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.01, Sonderversuchshalle 507", "arch_name": "0.01@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671691,18 +741670,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74374, "usage_id": 49 }, "9390.EG.002": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.02, Werkstatt 1", "arch_name": "0.02@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671710,18 +741691,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74248, "usage_id": 51 }, "9390.EG.003": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.03, Werkstatt 2", "arch_name": "0.03@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671729,18 +741712,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74247, "usage_id": 51 }, "9390.EG.004": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.04, Beh.-WC", "arch_name": "0.04@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671748,18 +741733,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74250, "usage_id": 117 }, "9390.EG.005": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.05, Werkstatt 4", "arch_name": "0.05@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671767,18 +741754,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74375, "usage_id": 51 }, "9390.EG.005A": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.05A, Putzraum", "arch_name": "0.05A@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671786,18 +741775,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74372, "usage_id": 117 }, "9390.EG.006": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.06, HA-Raum", "arch_name": "0.06@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671805,18 +741796,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74373, "usage_id": 120 }, "9390.EG.007": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.07, Flur", "arch_name": "0.07@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671824,18 +741817,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74240, "usage_id": 222 }, "9390.EG.008": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.08, WC-Damen", "arch_name": "0.08@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671843,18 +741838,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74371, "usage_id": 116 }, "9390.EG.009": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.09, Umkleide Damen", "arch_name": "0.09@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671862,18 +741859,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74370, "usage_id": 121 }, "9390.EG.010": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.10, Technik", "arch_name": "0.10@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671881,18 +741880,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74378, "usage_id": 120 }, "9390.EG.011": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.11, WC-Herren", "arch_name": "0.11@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671900,18 +741901,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74369, "usage_id": 115 }, "9390.EG.012": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.12, Umkleide Herren", "arch_name": "0.12@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671919,18 +741922,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74379, "usage_id": 121 }, "9390.EG.013": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.13, Montageraum", "arch_name": "0.13@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671938,18 +741943,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74377, "usage_id": 51 }, "9390.EG.014": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.14, Werkstatt 3", "arch_name": "0.14@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671957,18 +741964,20 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74376, "usage_id": 51 }, "9390.EG.090": { "address": { - "floor": "EG", "place": "We\u00dfling", "street": "Claude-Dornier-Str. 1", "zip_code": 82234 }, + "alt_name": "0.90, Hallenvorfeldfreifl\u00e4che", "arch_name": "0.90@9390", "area_id": 29, "building_id": 3129, + "floor_level": "EG", "floor_type": "Keine Angabe", "main_operator_id": 51837, "seats": { @@ -671976,6 +741985,7 @@ "standing": null, "wheelchair": null }, + "tumonline_id": 74249, "usage_id": 218 } } diff --git a/data/external/scrapers/tumonline.py b/data/external/scrapers/tumonline.py index 7097252ad..c03a3348b 100644 --- a/data/external/scrapers/tumonline.py +++ b/data/external/scrapers/tumonline.py @@ -42,8 +42,18 @@ def scrape_buildings() -> None: """Retrieve the buildings as in TUMonline""" logging.info("Downloading the buildings of tumonline") + def _sanitise_building_value(val: dict) -> dict: + val.pop("building_id") # is already included as keys to the dict + val["tumonline_id"] = val.pop("nr") + val["address"] = { + "place": val.pop("address_place"), + "street": val.pop("address_street"), + "zip_code": val.pop("address_zip_code"), + } + return val + buildings = requests.get(f"{CONNECTUM_URL}/api/rooms/buildings", headers=OAUTH_HEADERS, timeout=30).json() - buildings = sorted(buildings, key=lambda b: (b["name"], b["area_id"])) + buildings = {r["building_id"]: _sanitise_building_value(r) for r in buildings} with open(CACHE_PATH / "buildings_tumonline.json", "w", encoding="utf-8") as file: json.dump(buildings, file, indent=2, sort_keys=True) @@ -54,14 +64,14 @@ def scrape_rooms() -> None: logging.info("Downloading the rooms of tumonline") def _sanitise_room_value(val: dict) -> dict: - val.pop("nr") # tumonline id for this room, not really relevant in our context + val["tumonline_id"] = val.pop("nr") # tumonline id for this room, not really relevant in our context val.pop("room_code") val["address"] = { - "floor": val.pop("address_floor"), "place": val.pop("address_place"), "street": _clean_spaces(val.pop("address_street")), # no clue why some streets have more/fewer spaces "zip_code": int(val.pop("address_zip_code")), } + val["floor_level"] = val.pop("address_floor") val["seats"] = { "sitting": val.pop("seats", None), "wheelchair": val.pop("wheelchair_seats", None),